(lisp-complete-symbol): Mostly undo the change by Kevin Rodgers.
[emacs.git] / lisp / ChangeLog
blobd2162d7b1ad229db6dd1e32889f0771d175872f5
1 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4         by Kevin Rodgers.  Instead, just hide the completions buffer if we
5         don't need to show it.
7 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14         delete-windows-on with an inexistent buffer.
16 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
18         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19         Delete defcustom variable :tag names.
21 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
24         (log-view-font-lock-keywords): Ajust subgroup numbers.
25         (log-view-current-tag): Don't hard code the number of subgroups.
27 2005-12-20  Juri Linkov  <juri@jurta.org>
29         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
30         (tooltip-x-offset, tooltip-y-offset): Doc fix.
32         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
33         (menu-bar-non-minibuffer-window-p): Instead of checking
34         display-multi-frame-p, use selected-frame when menu-updating-frame
35         is nil.
37 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
39         * align.el (align-rules-list): Use [ \t] instead of \s-
40         for column separators in text mode.
42 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
44         * help-mode.el (help-customize-variable, help-customize-face):
45         Don't pop help-xref-stack as help-follow no longer pushes
46         anything on to it.
48 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
50         * textmodes/org.el: (org-agenda-custom-commands): New option.
51         (org-agenda): Offer custom commands on splash screen.
52         (org-make-tags-matcher): Parser for Boolean logic added.
53         (org-agenda-set-tags): New command.
54         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
55         (org-set-tags): Efficiency improvements.
56         (org-auto-align-tags): New option.
57         (org-todo, org-demote, org-promote): Realign tags.
58         (org-tags-completion-function): Use also "&" and "|" as separators.
59         (org-org-menu): Agenda commands simplified.
61 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
63         * cus-edit.el (customize-apropos, customize-apropos-options):
64         Docstring changes.
66         * font-lock.el (font-lock): Add tags to the links in the defgroup.
68 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
70         * longlines.el (longlines-mode): Wrap while widened.
71         (longlines-decode-region, longlines-encode-region): Compute max
72         just once.
74 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
76         * cus-edit.el (mac): New group.
78         * cus-start.el (all): Add user options in macterm.c.  Add test for
79         Mac-related built-ins.  Fix test for GTK-related built-ins.
81         * term/mac-win.el (mac-handle-language-change)
82         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
83         (mac-services-open-selection, mac-services-mail-selection)
84         (mac-services-mail-to, mac-services-insert-text)
85         (mac-dispatch-apple-event): Add docstrings.
86         (x-get-selection, mac-select-convert-to-string): Select coding
87         system from `utf-16be' and `utf-16le' using `byteorder'.
89 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * subr.el (lazy-completion-table): Don't be fooled if the var holds
92         a "list" (lambda ...) rather than a real completion list.
94         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
95         lexical-let when encountering ((lambda (...) ...) ...).
97 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
99         * progmodes/sh-script.el (sh-mode):
100         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
101         * textmodes/picture.el (picture-mode): Update docstrings.
103 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
105         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
106         commands enclosed in $(ARGQUOTE)s should not be split between two
107         lines, as that will break with GNU Make >3.80, when sh.exe is used
108         and arg quoting is with '..'.
109         (autoloads): Don't break the quoted --eval expression between
110         several lines.
112 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
114         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
115         Capture error from printing circular structures.
117 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
119         * wid-edit.el (widget-checkbox-action): Clear undo info.
121 2005-12-16  Bill Wohler  <wohler@newt.com>
123         * menu-bar.el (kill-this-buffer): Set a good example by using menu
124         bar, not menubar in comment.
126 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
129         After-change-functions should not clobber the match data.
131 2005-12-16  Juri Linkov  <juri@jurta.org>
133         * simple.el (choose-completion): Use `buffer-substring-no-properties'
134         instead of `buffer-substring'.
135         (completion-common-substring): Doc fix.
136         (completion-setup-function): Use minibuffer-completion-contents
137         instead of minibuffer-contents.  Don't set common-string-length
138         initially.  Remove special handling of partial-completion-mode.
139         Move computation of completion-base-size into one cond.
140         Call completion-base-size-function in mainbuf.  In computation of
141         completion-base-size for file name completion don't move point to
142         the end of the minibuffer.  Move computation of common-string-length
143         into one cond.  Start putting faces only when common-string-length>=0.
144         Add condition to put completions-common-part when
145         common-string-length>0.
147         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
148         place point at the first different character in the minibuffer
149         even if this position is at the beginning of the minibuffer.
151         * info.el (Info-read-node-name-1): In completion-base-size-function's
152         lambda return 1 if common-substring or minibuffer-completion-contents
153         starts with (, and 0 otherwise.
155         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
156         Use `crm-current-element' for second arg of `display-completion-list'.
158 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
160         * files.el (set-auto-mode): Look for an interpreter specified on
161         the first line also if search for mode specification succeeded,
162         but the mode is not known.
164 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
166         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
167         (org-open-at-point): Implement tag searches as links.
168         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
169         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
170         (org-tags-sparse-tree, org-tags-view, org-set-tags)
171         (org-agenda-dispatch): New commands.
172         (org-use-tag-inheritance, org-tags-column): New options.
173         (org-tab-follows-link, org-return-follows-link): New options.
174         (org-tags): New customize group.
175         (org-start-icalendar-file): Get local time zone.
176         (org-tags-completion-function): New function.
177         (org-set-font-lock-defaults): Make sure links will also be
178         highlighted inside headlines.
180 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
182         * term.el (term-emulate-terminal):
183         Let term-handle-ansi-terminal-messages override what Bash says about
184         its current directory.
186 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
188         * bindings.el (last-buffer): Move to simple.el.
189         * simple.el (last-buffer): Move here.
190         (get-next-valid-buffer): New function.
191         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
192         (prev-buffer): Ditto. Rename to `previous-buffer'.
194         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
195         * bindings.el (global-map): Ditto.
197 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
199         * cus-edit.el: Introductory comment change.
200         (custom-magic-alist): Change message string for the `rogue' state.
202 2005-12-15  Richard M. Stallman  <rms@gnu.org>
204         * tooltip.el: Delete defcustom variable :tag names.
206         * complete.el (partial-completion-mode): Doc fix.
208         * textmodes/flyspell.el (flyspell-external-point-words):
209         Use save-excursion to ensure we don't move backward in the
210         search loop, not even one character.
211         (flyspell-delete-all-overlays): Use remove-overlays directly.
213         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
214         (ispell-start-process): Set that variable.
215         Clear ispell-buffer-local-name.
216         (ispell-internal-change-dictionary):
217         Set ispell-current-dictionary after killing process.
218         (ispell-buffer-local-dict):
219         Don't set spell-personal-dictionary after killing process.
220         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
221         (ispell-tex-skip-alists)
222         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
224         * net/newsticker.el (newsticker--retrieval-timer-list)
225         (newsticker--display-timer, newsticker-running-p)
226         (newsticker-ticker-running-p): Definitions moved up.
228 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
230         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
232 2005-12-15  David Ponce  <david@dponce.com>
234         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
235         (recentf-edit-list, recentf-open-files): Signal an error when
236         there is no recent file.
238 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
240         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
241         read-only except for texinfo-format-region evaluation.
243 2005-12-14  Richard M. Stallman  <rms@gnu.org>
245         * vc.el (vc-default-previous-version, vc-default-next-version)
246         (vc-do-command): Doc fixes.
248 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
250         * textmodes/bibtex.el (bibtex-expand-strings)
251         (bibtex-autokey-expand-string, bibtex-name-part)
252         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
253         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
254         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
255         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
256         (bibtex-entry-postfix, bibtex-known-entry-type-re)
257         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
258         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
259         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
260         (bibtex-beginning-of-last-entry): Remove.
261         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
262         message if comma is missing but buffer is read-only.
263         (bibtex-parse-field-text): Handle whitespaces at the end of field
264         text.  Return 3-element list with beginning and end of field text
265         and end of field.
266         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
267         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
268         (bibtex-search-forward-field, bibtex-search-backward-field):
269         Search always delimited by limits of entry.  Use more efficient
270         search algorithms.
271         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
272         bibtex-end-of-name-in-field.
273         (bibtex-text-in-field-bounds): Handle BibTeX strings when
274         extracting the content of a field.
275         (bibtex-text-in-field): Use search limits.
276         (bibtex-parse-string-prefix): Handle empty string keys based on
277         bibtex-string-empty-key.
278         (bibtex-parse-string): Fix docstring.
279         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
280         (bibtex-preamble-prefix, bibtex-strings): New functions.
281         (bibtex-skip-to-valid-entry): Include preceding whitespace in
282         BibTeX entries (consistent with other BibTeX functions).
283         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
284         (bibtex-search-entry): Fix docstring.  Simplify.
285         (bibtex-flash-head, bibtex-complete-string-cleanup)
286         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
287         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
288         (bibtex-parse-entry): New optional arg content.
289         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
290         Use bibtex-text-in-field-bounds.
291         (bibtex-print-help-message): Handle BibTeX strings and preambles.
292         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
293         bibtex-parse-string-postfix.
294         (bibtex-find-text-internal): New function.
295         (bibtex-remove-delimiters): Use it.
296         (bibtex-find-text): Use it.  New optional arg help.
297         (bibtex-complete): Handle BibTeX string and preamble entries.
298         (bibtex-Preamble): Fix order of closing delimiters.
300 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
302         * vc.el (vc-default-revert): New fun.
304         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
306 2005-12-14  Romain Francoise  <romain@orebokech.com>
308         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
309         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
310         (font-lock-remove-keywords): Likewise.
312 2005-12-14  Juri Linkov  <juri@jurta.org>
314         * log-view.el (log-view-diff): Doc fix.
316         * isearch.el (isearch-query-replace): Use (mark) instead of
317         isearch-opoint if mark is active in transient-mark-mode.
319 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
321         * isearch.el (isearch-query-replace): Check for isearch-other-end.
323 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
325         * progmodes/cpp.el (cpp-face): New widget.
326         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
328 2005-12-14  Juri Linkov  <juri@jurta.org>
330         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
331         around `erase-buffer' and `insert'.
333         * descr-text.el (describe-text-properties): Replace buffer name
334         "*Help-2*" with "*Help*<2>".
335         (describe-char): Add functions print-help-return-message,
336         toggle-read-only.  Use help-setup-xref with nil to not store
337         describe-char in help-xref-stack.  Use help-make-xrefs to
338         make [back] button.
340         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
342         * wdired.el (wdired-old-point): New internal variable.
343         (wdired-change-to-wdired-mode): Set it buffer-locally.
344         (wdired-abort-changes): Restore point after aborting changes.
346 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * vc.el (vc-do-command): Add a new value t for okstatus.
350         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
351         frame in case of errors.
353 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
355         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
356         so it comes after "On the Left" in the menu.
358 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
360         * cus-edit.el (customize-apropos, customize-apropos-options)
361         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
363 2005-12-12  Bill Wohler  <wohler@newt.com>
365         * vc-svn.el (vc-svn-registered): Fix problem of visiting
366         non-writable Subversion-controlled files by saving window
367         configuration before calling vc-do-command.  vc-do-command calls
368         pop-to-buffer on error which is unexpected during registration.
370 2005-12-12  Jay Belanger  <belanger@truman.edu>
372         * calc/README: Update the summary of changes.
374 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
376         * descr-text.el (describe-char): Rework last fix to solve the problem
377         is the same way it's solved for everything else in that function
378         (i.e. by extracting the info before setting up the *Help* buffer).
380 2005-12-12  Kim F. Storm  <storm@cua.dk>
382         * subr.el (version-regexp-alist): Allow space as separator before
383         non-numeric part, e.g. "1.0 alpha".
384         (version-to-list): Interpret .X.Y version as 0.X.Y version.
386 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
388         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
389         Implement Logging and the keep-modes setting.
390         (org-get-category): Make sure a string is returned.
391         (org-log-done): New function.
392         (org-log-done, org-closed-string): New options.
394 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
396         * tooltip.el (tooltip-y-offset): Change default to 20.
398 2005-12-12  Richard M. Stallman  <rms@gnu.org>
400         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
402         * frame.el (display-hourglass): Doc fix.
404         * help.el (help-for-help-internal): Simplify entry for `a'.
406         * info.el (Info-on-current-buffer): Doc fix.
407         (info-insert-file-contents): Don't test (featurep 'jka-compr).
409         * startup.el (inhibit-splash-screen): Make this the real name.
410         (inhibit-startup-message): Make this the alias.
411         (command-line): Find only simple.el, and use its directory
412         to fill in other preloaded files' names.
413         (command-line): Deactivate the mark if deactivate-mark is set.
415         * international/mule.el (load-with-code-conversion):
416         Bind deactivate-mark.
418         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
420 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
422         * cus-edit.el (customize-apropos): Avoid listing an option more
423         than once under different aliases.  No longer list user options
424         that are not defined with defcustom (unless a prefix arg is given).
425         Doc fix.
426         (customize-apropos-options): Doc fix.
428 2005-12-11  Juri Linkov  <juri@jurta.org>
430         * frame.el (set-background-color, set-foreground-color)
431         (set-cursor-color, set-mouse-color, set-border-color):
432         Add explicit prompts to read colors by `facemenu-read-color'.
433         (show-trailing-whitespace, blink-cursor-delay)
434         (blink-cursor-interval, display-hourglass, hourglass-delay):
435         Remove tags.
436         (display-hourglass, hourglass-delay): Doc fix.
437         (cursor-in-non-selected-windows): Capitalize words in tag.
439         * faces.el (frame-background-mode): Replace `choice-item' keywords
440         with `const' to not make [default] button.  Change default value tag
441         from `default' to `automatic'.  Doc fix.
442         (trailing-whitespace) <defface>: Change group `whitespace' to
443         `whitespace-faces'.
445 2005-12-11  Richard M. Stallman  <rms@gnu.org>
447         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
449 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
451         * term/mac-win.el: Create keymap for mac-apple-event-map.
453 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
455         * tooltip.el (tooltip-mode): Move to start of file so that it
456         appears at top of customize buffer.
458         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
459         Add the gud groupname.
460         (gud-tooltip-mode): Add the tooltip groupname.
461         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
462         avoid conflict with tooltip-use-echo-area.
464 2005-12-10  Romain Francoise  <romain@orebokech.com>
466         * help.el (help-for-help-internal): Add `r' in doc string.
468 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
470         * align.el (align-regexp, align-highlight-rule):
471         Use region-beginning and region-end instead of point and mark, so that
472         repetition (with `repeat-complex-command') recomputes the region
473         bounds.
475 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
477         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
478         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
479         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
480         (balance-windows): Rewrite using the above new functions.
482 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
484         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
485         react if global-hi-lock-mode seems intended.
486         (global-hi-lock-mode) Renamed from hi-lock-mode.
487         (hi-lock-archaic-interface-message-used)
488         (hi-lock-archaic-interface-deduce): New variables.
489         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
490         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
491         (hi-lock-find-patterns, hi-lock-font-lock-hook):
492         Replace hi-lock-buffer-mode with hi-lock-mode.
494 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
496         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
497         completion list, even after a partial completion has been
498         inserted in the current buffer.  If there are more than 1
499         completion, redisplay the *Completions* buffer; if the
500         completion is unique, delete the *Completions* window.
502 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
504         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
505         strings and long subject lines that were broken into multiple
506         lines at arbitrary places.  Handle subjects that have "Re: " in
507         the middle.
509 2005-12-10  John W. Eaton  <jwe@octave.org>
511         * emacs/octave-mod.el (octave-electric-space): Don't indent
512         comments or strings if octave-auto-indent is nil.
514 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
516         * term/mac-win.el: Require url when compiling.
517         Call mac-process-deferred-apple-events after loading init files.
518         (mac-apple-event-map): New defvar.  Define event handlers in it.
519         (core-event, internet-event): New Apple event class symbols.
520         (open-application, reopen-application, open-documents)
521         (print-documents, open-contents, quit-application)
522         (application-died, show-preferences, autosave-now, get-url):
523         New Apple event ID symbols.
524         (about): New HICommand ID symbol.
525         (mac-event-spec, mac-event-ae): New macros.
526         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
527         (mac-ae-selection-range, mac-ae-text-for-search)
528         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
529         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
530         and Services menu events are now defined in mac-apple-event-map.
531         (mac-drag-n-drop): Remove selection range handling.
533 2005-12-10  Kenichi Handa  <handa@m17n.org>
535         * simple.el (zap-to-char):
536         * isearch.el (isearch-process-search-char): Translate CHAR by
537         translation-table-for-input.
539 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
541         * foldout.el (foldout-exit-fold): Properly hide subtree.
543 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
545         * files.el (save-buffer):
546         * international/ucs-tables.el (ucs-set-table-for-input):
547         * mail/mail-extr.el (mail-extract-address-components):
548         * mail/sendmail.el (mail-mode): Reformat doc string.
550 2005-12-09  Juri Linkov  <juri@jurta.org>
552         * isearch.el (isearch-highlight): Change main overlay priority
553         from 1 to 1001.  Simplify.
554         (isearch-lazy-highlight-update): Change lazy overlay priority
555         from 0 to 1000.
557         * replace.el (replace-highlight): Change overlay priority from
558         1 to 1001.
560         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
561         Change overlay priority from 1 to 1001.  Reuse existing overlay.
563         * compare-w.el (compare-windows-highlight): Change overlay
564         priority from 1 to 1000.
566         * menu-bar.el (menu-bar-edit-menu): Add listp around
567         pending-undo-list to disable menu item "undo" when pending
568         undo list is empty.
570         * locate.el (locate): Disable undo in *Locate* buffer.
572 2005-12-09  Kim F. Storm  <storm@cua.dk>
574         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
576 2005-12-09  David Ponce  <david@dponce.com>
578         * recentf.el: Improvement of the menu code.
579         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
580         instead of menu hook.
581         (recentf-show-menu, recentf-hide-menu): New functions.
582         (recentf-menu-customization-changed, recentf-mode): Use them.
583         (recentf-menu-action, recentf-max-menu-items)
584         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
585         (recentf-arrange-by-rule-others)
586         (recentf-arrange-by-rules-min-items)
587         (recentf-arrange-by-rule-subfilter) : Don't use
588         `recentf-menu-customization-changed'.
589         (recentf-arrange-rules): Likewise.  Accept functions to compute
590         sub-menu titles.
591         (recentf-menu-filter): Likewise.  Doc fix.
592         (recentf-menu-value-shortcut): Doc fix.
593         (recentf-dump-variable): Quote atom value.
594         (recentf-make-menu-items): Update to use it as a menu filter.
595         (recentf-match-rule): New function.
596         (recentf-arrange-by-rule): Use it.
597         (recentf-indirect-mode-rule): New function.
598         (recentf-build-mode-rules): Use it.
599         (recentf-dir-rule): New function.
600         (recentf-arrange-by-dir): Use it.
601         (recentf-filter-changer-current): Rename from
602         `recentf-filter-changer-state'.  All references updated.
603         (recentf-filter-changer-alist): Update filter names.
604         (recentf-filter-changer-select): New function.
605         (recentf-filter-changer): Use it.  Make a sub-menu from filters
606         available in `recentf-filter-changer-alist'.
607         (recentf-data-cache, recentf-clear-data)
608         (recentf-update-menu): Remove.  All references updated.
609         (recentf-match-rule-p, recentf-build-dir-rules)
610         (recentf-filter-changer-goto-next)
611         (recentf-filter-changer-get-current)
612         (recentf-filter-changer-get-next): Remove.
614 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
616         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
617         buffer "Reset" button to "Reset to Current" for consistency with
618         the State buttons.
620 2005-12-08  John Paul Wallington  <jpw@pobox.com>
622         * ibuf-ext.el (define-ibuffer-filter filename):
623         If `dired-directory' is a list then really use its car.
625 2005-12-08  Kim F. Storm  <storm@cua.dk>
627         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
628         indention of text on right side of replaced rectangle.
630 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
632         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
633         No need to check gud-comint-buffer is bound.
634         (gdb): Prevent multiple debugging when first session uses gdba.
636 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
638         CC Mode update to 5.31.
640         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
641         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
642         might do this function properly in the future).
644         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
645         macros c-sentence-end and c-default-value-sentence end, to cope
646         with Emacs 22's new function `sentence-end'.
648 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
650         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
651         compat issue using `c-put-overlay' and `c-delete-overlay'.
653         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
654         compat macros to handle overlays/extents.
656 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
658         * progmodes/cc-fix.el: Add definitions of the macros push and pop
659         (for GNU Emacs 20.4)
661         * progmodes/cc-defs.el:
662         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
664         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
665         highlighting mechanism so it will work in XEmacs too.
667         * progmodes/cc-defs.el: Insert c-int-to-char.
669         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
670         call to the new macro c-int-to-char.  This solves XEmacs's
671         regarding characters as different from integers.
673 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
675         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
676         helper.
678         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
679         construct to make the indirect face lookup work in XEmacs.
681         (c-cpp-matchers): Append the negation char face to the existing
682         fontification, so that the cpp face doesn't disappear.  Use
683         `c-make-syntactic-matcher' to avoid negation chars in comments and
684         strings.
686         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
687         to map to `font-lock-negation-char-face' in emacsen where it
688         exists.
690 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
692         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
694         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
695         "c-subword-move-mode" as "c-subword-mode".
697         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
698         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
700 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
702         * progmodes/cc-mode.el: Added autoload directive for
703         `c-subword-move-mode' for use in older emacsen.
705 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
707         * progmodes/cc-mode.el:
708         (i) Insert a binding for C-c C-backspace into
709         c-bind-special-erase-keys which works in TTYs.
710         (ii) Make sure that when file styles are used, any explicitly
711         given style variables take priority over those in the style.  Do
712         this by calling `hack-local-variables' a second time.
714         * progmodes/cc-vars.el: Add language specific customization
715         widgets for AWK to c-doc-comment-style, c-require-final-newline
716         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
717         c-syntactic-element and c-syntactic-context doc-strings by
718         directly setting their `variable-documentation' propery.  This
719         allows Emacs 22.1 to read these with C-h v.
721         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
722         Monnier).
724 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
726         * progmodes/cc-fonts.el, cc-vars.el
727         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
728         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
729         Masatake YAMATO.
731         (c-doc-comment-style): Made GtkDoc default in C mode.
733         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
734         and C-c C-<delete>.
736         (c-bind-special-erase-keys): New function for use on
737         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
739         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
740         <delete> key behavior in XEmacs according to `delete-forward-p'.
741         C.f. `c-electric-delete'.
743 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
745         * progmodes/cc-mode.el: Give c-hungry-backspace and
746         c-hungry-delete-forward permanent key bindings.
748         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
749         c-syntactic-context for calls to "criteria functions", for
750         consistency with other calls to user functions.
752         * progmodes/cc-cmds.el (c-indent-command): expunge use of
753         `current-prefix-arg', since this might be the prefix arg to a
754         command which calls c-indent-command as a function.  Change the
755         interactive spec from "p" to "P".
757         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
758         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
759         was difficult to understand.
761 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
763         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
764         first char of an identifier.
766         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
767         +" syntax in C++.
769 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
771         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
772         auto-fill doesn't split a c-comment's last word from a hanging
773         "*/" when a space is typed between them after fill-column.
775         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
777         * progmodes/cc-styles.el (c-set-style,
778         c-setup-paragraph-variables): Abort the command if we're not in a
779         CC Mode buffer.
781         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
782         with blank comment-prefix, and a blank line as the comment's
783         second line.
785 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
787         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
788         Incorporated the patterns added in the Emacs development branch
789         for the new Emacs 22 face `font-lock-negation-char-face'.
791         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
792         of "red" since it stands out better in xterms and DOS terminals.
794         * progmodes/cc-engine.el (c-literal-faces): Added
795         `font-lock-comment-delimiter-face' which is new in Emacs 22.
797 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
799         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
800         forcibly enable c-electric-flag.
802         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
803         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
804         just after the comment-prefix of a C-style comment will close that
805         comment.
807 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
809         * progmodes/cc-fonts.el (c-basic-matchers-before,
810         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
811         in Pike.
813         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
814         digraphs.
816         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
817         (c-cpp-message-directives, c-cpp-include-directives,
818         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
819         c-cpp-expr-directives): Introduced new language constants to
820         control cpp syntax in a cleaner way.
822         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
824         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
826         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
827         c-multiline-string-start-char): New language constants and
828         variables to specify how newlines in string literals work.
830         (c-font-lock-invalid-string): Use them.
832         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
833         unbalanced close brace is entered.  Optimization by avoiding going
834         back over arbitrarily large blocks.  Removed hints that this
835         function only would be relevant/useful in AWK.
837         (c-electric-brace): Indent syntactically after the cleanups since
838         lineup functions might do it differently then.
840         * progmodes/cc-engine.el, cc-langs.el
841         (c-opt-op-identifier-prefix): New language constant and variable.
843         (c-just-after-func-arglist-p, c-after-special-operator-id,
844         c-search-decl-header-end, c-inside-bracelist-p): Use it.
846         * progmodes/cc-align.el, cc-engine.el
847         (c-after-special-operator-id): New helper to handle C++ operator
848         identifiers.
850         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
851         c-guess-basic-syntax): Handle C++ operator identifiers in
852         declarations.
854         * progmodes/cc-langs.el (c-assignment-operators): Added the
855         trigraph version of ^= too.
857         * progmodes/cc-langs.el (c-assignment-operators): Added the
858         trigraph version of |= in C++.
860         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
861         `c-decl-hangon-kwds' after the identifier name.
863         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
864         whether an arglist is "nonempty", ignore a comment after the open
865         paren if it isn't followed by a non-comment token on the same
866         line.
868         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
869         heuristics below the point to cope with classes inside special
870         brace lists in Pike.
872 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
874         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
876 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
878         * progmodes/cc-guess.el (cc-guess-install): New function to
879         install an already guessed style in another buffer.
881         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
882         sets `inhibit-read-only' - `c-save-buffer-state' should be used
883         anyway if the change always is undone.
885 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
887         Implement togglable electricity:
889         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
890         saying when it should be used.
892         * progmodes/cc-engine.el: Add the new buffer-local variable,
893         c-electric-flag.
895         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
896         c-toggle-auto-newline.
898         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
899         c-toggle-auto-newline.  Remove the binding for
900         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
901         c-toggle-electric-state.
903         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
905         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
906         c-\(forward\|backward\)-subword.
907         (c-update-modeline): Add the new modeline flag `l' for
908         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
909         `l'.
910         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
911         the old name an alias of the new name.
912         (c-toggle-electric-state): New function.
913         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
914         Adapt these functions to do electric things only when
915         c-electric-flag is non-nil.
916         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
917         new functions from c-electric-brace.
918         (c-point-syntax): Add a check for "virtual semicolons" in AWK
919         mode, so that the tentative extra newline doesn't change the
920         syntax of the following brace.
921         (c-electric-brace): restructure by extracting the above functions.
922         Tidy up the coding somewhat.
923         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
924         restructure a bit.
926 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
928         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
929         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
930         idea.
932         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
933         (c-submode-indicators): Changed name from `c-auto-hungry-string'
934         since it's now used to track another submode.
936         (c-update-modeline): Converted to function and extended to check
937         `c-subword-move-mode'.
939         (c-forward-into-nomenclature, c-backward-into-nomenclature):
940         Converted to compat aliases for `c-forward-subword' and
941         `c-backward-subword'.
943         * progmodes/cc-subword.el: New functions and minor mode to handle
944         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
946         (c-forward-subword, c-backward-subword, c-mark-subword,
947         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
948         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
949         Functions corresponding to the standard word handling functions.
951         (c-subword-move-mode): Minor mode that replaces all the standard
952         word handling functions with their subword equivalences.
954 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
956         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
957         entry for one-liner-defun.
959         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
960         name in its def-edebug-spec.
962         * progmodes/cc-cmds.el (c-electric-brace): Make the
963         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
964         compacts space before a comment, if this will make things fit on
965         one line.
967         Introduce an "awk" style, mainly for auto-newline and clean-ups.
969         * progmodes/cc-align.el: new function c-snug-1line-defun-close
971         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
972         clean-up one-liner-defun.
974         * progmodes/cc-styles.el: Add the new "awk" style.
976         * progmodes/cc-vars.el: Add description of one-liner-defun to
977         c-cleanup-list's doc-string.  New user options,
978         c-max-one-liner-length.  In c-default-style, set the default style
979         for AWK to "awk".
981 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
983         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
984         macros inside labels.
986         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
987         `c-at-statement-start-p' and `c-at-expression-start-p'.
989         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
990         error if the mark isn't set.
992         * progmodes/cc-engine.el (c-guess-continued-construct,
993         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
994         accurately detect functions inside functions.
996         * progmodes/cc-engine.el (c-at-expression-start-p): New function
997         like `c-at-statement-start-p' that additionally recognizes commas
998         and expression parentheses as delimiters.
1000         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1001         to avoid heuristics that doesn't work for unclosed blocks.
1003         (c-at-statement-start-p): New function.
1005         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1006         Objective-C directives, e.g. directives spanning lines should work
1007         reasonably well now.
1009         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1011         (c-forward-objc-directive): New function to move over any ObjC
1012         directive.
1014         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1015         c-basic-matchers-before): Use it.
1017         (c-font-lock-objc-iip-decl): Removed.
1019         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1020         in the template arglist recognition.
1022         * progmodes/cc-styles.el (c-style-alist): Fixed several
1023         inconsistencies in the Whitesmith style.
1025         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1026         lineup function to get lines after Whitesmith style blocks
1027         correctly indented.
1029         (c-lineup-whitesmith-in-block): Backed out the compensation for
1030         opening parens since it's done using `add' lists in the style
1031         definition instead.  Don't use the anchor position since it varies
1032         too much between the syntactic symbols. :P
1034         * progmodes/cc-vars.el (c-valid-offset): Updated.
1036         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1037         lists where the offsets are combined according to several
1038         different methods: `first', `min', `max', and `add'.  Report
1039         offset evaluation errors with `c-benign-error' so that some kind
1040         of reindentation still is done.
1042         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1043         `arglist-intro' the same way as `arglist-cont-nonempty' and
1044         `arglist-close'.
1046         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1047         situations for `arglist-cont-nonempty' and `arglist-close'.
1049         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1050         constant.
1052         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1053         cc-bytecomp-boundp' in a number of places.
1055         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1056         macro related issue.
1058 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1060         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1061         list is now
1062         [asdf], a char class [:alpha:].  Include code for char classes.
1063         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1064         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1066         Remove (nearly all of) the cruft associated with AWK Mode's former
1067         concept of "virtual semicolons":
1069         Adapt c-beginning-of-statement, c-end-of-statement (together with
1070         subfunctions) to use the new notion of "virtual semicolon" in
1071         place of the old awkward special handling for AWK.  There remains
1072         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1073         * progmodes/cc-cmds.el:
1074         (c-ascertain-adjacent-literal): In the backwards direction, now
1075         recognises AWK regexp delimiters as string delimiters.
1076         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1077         check more rigorously for "end of macro".
1078         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1079         virtual semicolons;
1080         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1081         out the code for forward movement into ...
1082         (c-end-of-statement): Now contains the code for forward movement,
1083         adapted for virtual semicolons.
1085         * progmodes/cc-engine.el:
1086         (c-ws*-string-limit-regexp): new regexp.
1087         (c-forward-single-comment, c-backward-single-comment): Comment out
1088         the (now redundant) "special" AWK stuff.
1090         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1091         c-string-par-start, c-string-par-separate to be more like Text
1092         Mode than Fundamental Mode.
1094 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1096         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1097         to the fontified region so that fontification doesn't occur
1098         outside it
1099         (could happen e.g. when fontifying a line with an unfinished
1100         declaration).
1102 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1104         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1105         moved to near the start of the file.  ^L now separate sections of
1106         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1107         c-awk-blank-or-comment-line-re,
1108         c-awk-one-line-possibly-open-string-re,
1109         c-awk-regexp-one-line-possibly-open-char-class-re,
1110         c-awk-one-line-possibly-open-regexp-re,
1111         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1112         c-awk-vsemi-status-unknown-p.
1114         Amend the concept of "virtual semicolons" (in the indentation
1115         engine) for languages like AWK, such that they are now
1116         conceptually attached to end of the last token of a statement, not
1117         the end of the line.  (In AWK Mode, however, the pertinent text
1118         property is still physically set on the EOL.)  Remove the specific
1119         tests for awk-mode, thus facilitating the introduction of other
1120         language modes where EOLs can end statements.  (Note: The
1121         funtionality in cc-cmds.el, specifically
1122         c-beginning/end-of-statement has yet to be amended.)
1124         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1125         c-vsemi-status-unknown-p.
1127         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1128         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1129         c-vsemi-status-unknown-p-fn (in a new page).
1131         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1132         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1133         numerous awkward forms like
1134         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1135         with
1136         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1137         variable before-ws-ip, the place just after char-before-ip
1138         appears.
1140         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1141         a comment.
1143 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1145         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1146         `c-tentative-buffer-changes'.
1148         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1149         converted to macro to choose between Emacs and XEmacs at compile
1150         time.
1152         (c-set-region-active): New set counterpart to
1153         `c-region-is-active-p'.
1155         (c-tentative-buffer-changes): New macro to handle temporary buffer
1156         changes in a convenient way.
1158         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1159         for `c-tentative-buffer-changes'.
1161         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1162         the checks for paren sexps between the point and the keyword, to
1163         avoid some false alarms.
1165         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1166         Fixed a situation where an error could be thrown for unbalanced
1167         parens.  Changed to make use of c-keyword-member' to avoid some
1168         repeated regexp matches.
1170         (c-opt-lambda-key, c-opt-inexpr-block-key,
1171         c-opt-inexpr-class-key): These language variable are no longer
1172         necessary.
1174         (c-block-stmt-kwds): New language constant used by
1175         c-looking-at-inexpr-block'.
1177         (c-guess-basic-syntax): Removed an optional check that looked at
1178         the existence of the now removed language variables.
1180         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1181         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1182         object instantiation expressions as declarations in some contexts.
1183         This bug only affected languages where the declarator can't be
1184         enclosed in parentheses.
1186         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1187         insert newlines before and after substatement braces.
1189         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1190         function declaration headers and the handling of C++ style member
1191         init lists.
1193         (c-just-after-func-arglist-p): Rewritten to use
1194         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1196         (c-beginning-of-member-init-list): Removed since it isn't used
1197         anymore.
1199         (c-guess-basic-syntax): Case 5B adapted for the new
1200         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1201         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1202         covers all cases now).
1204         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1206 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1208         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1209         c-string-par-start/separate c-sentence-end-with-esc-eol,
1210         initialised in c-setup-paragraph-variables, used in string
1211         scanning subroutines of c-beginning-of-statement.
1213         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1214         which precedes the newly inserted `{'.
1216 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1218         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1219         function for declaration level blocks.  It should now cope with
1220         templates better and also be a lot more comprehensible.
1222         (c-looking-at-decl-block): The new function.
1224         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1225         for compatibility.
1227         (c-add-class-syntax, c-guess-continued-construct,
1228         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1230         (c-decl-block-key): Changed to tell apart ambiguous and
1231         unambiguous keywords.  Pike specials are now handled directly in
1232         the code instead.
1234         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1235         language constants and variables to make the backward skip in
1236         `c-looking-at-decl-block' as tight as possible.
1238         (c-nonsymbol-token-char-list): New language constant.
1240         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1241         find balanced template arglists backwards.
1243         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1244         making char classes for `c-syntactic-skip-backward'.
1246         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1247         16D - can't be a class-close at that point.
1249         * progmodes/cc-engine.el (c-guess-basic-syntax,
1250         c-add-class-syntax): Don't narrow out the enclosing declaration
1251         level.  This makes everything a lot easier, and it was actually
1252         only four small places that needed it to work.  Some places that
1253         previously did `widen' are removed now, which has the effect that
1254         `c-guess-basic-syntax' never will look at things outside the
1255         current narrowment now.  The anchor position for `topmost-intro'
1256         is affected by this, but it was so bogus it was basically useless
1257         before, and now it's equally bogus but in a slightly different
1258         way.
1260         (c-narrow-out-enclosing-class): Gone.
1262         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1263         the narrowed region.
1265         (c-least-enclosing-brace): Removed silly optional argument.
1267         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1268         the point could be left directly after an open paren when finding
1269         the beginning of the first decl in the block.
1271         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1272         Specify which submatch to use.
1274         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1276         (c-decl-start-re): No no longer any need for special treatment of
1277         ObjC due to the above.
1279         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1280         presumably follows C in that regard.
1282         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1283         New language constants to specify operator tokens inside
1284         identifiers in a more high level way.
1286         (c-opt-identifier-prefix-key): New internal language constant.
1288         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1289         c-identifier-start, c-identifier-key): Now completely calculated
1290         from other constants.
1292         (c-identifier-last-sym-match): Decommissioned since it's no longer
1293         used.
1295         (c-operators): Use `c-identifier-ops'.  Documented
1296         `postfix-if-paren'.
1298         * progmodes/cc-engine.el (c-forward-name): Removed the
1299         optimization when c-identifier-key is equal to c-symbol-key since
1300         it doesn't work in byte compiled files.  Don't record empty
1301         regions as identifiers.
1303         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1304         simplify access to `c-operators' and its likes.
1306         (c-operator-list, c-all-op-syntax-tokens,
1307         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1308         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1309         c-primary-expr-regexp, c-cast-parens): Use it.
1311         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1312         an explicit language in functions.
1314         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1315         variant of adornment.
1317         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1318         variable.
1320         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1321         the Pike value.
1323         * progmodes/cc-engine.el (c-on-identifier,
1324         c-simple-skip-symbol-backward): Small fix for handling "-"
1325         correctly in `skip-chars-backward'.  Affected the operator lfun
1326         syntax in Pike.
1328         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1329         diagnostic message about precompiled language vars not being used.
1331         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1332         "__attribute__" is followed by a parenthesis.
1334         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1335         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1336         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1338         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1339         cleanups to properly detect the declared identifiers in various
1340         declarations.
1342         (c-decl-start-kwds): New language constant to recognize
1343         declarations that can start anywhere.  Used for class declarations
1344         in Pike.
1346         (c-specifier-key, c-not-decl-init-keywords,
1347         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1348         c-find-decl-spots): Implement `c-decl-start-kwds'.
1350         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1351         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1352         handling of the compiler specific extension keywords into a new
1353         language constant `c-decl-hangon-kwds' that defines keyword
1354         clauses to be ignored in declarations.
1356         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1357         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1358         Necessary to stop at the declared identifier in e.g. IDL valuetype
1359         declarations.
1361         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1362         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1363         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1364         c-forward-decl-or-cast-1): Recognize the declared identifier in
1365         class and enum declarations as such and not as part of the type.
1367         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1368         interpretation of PRECEDING-TOKEN-END when there's no preceding
1369         token.
1371         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1372         declarations when there's some syntax error later on.
1374         (c-complex-decl-matchers): Did away with a reference to
1375         `c-specifier-key'.
1377         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1378         value - this variable is always dynamically bound.
1380         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1381         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1382         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1383         functions that might do hidden buffer changes: All such internal
1384         functions are now marked instead of those that don't.
1386         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1387         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1388         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1389         c-literal-type): Allow these functions to make hidden buffer changes,
1390         so that they are free to use text property caching later on.
1392         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1393         c-electric-brace, c-electric-slash, c-electric-star,
1394         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1395         c-electric-paren, c-electric-continued-statement, c-indent-command,
1396         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1397         c-context-line-break): Added `c-save-buffer-state' calls to comply
1398         with the changed semantics of the functions above.
1400         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1401         when macros occur in obscure places.  Optimized the sexp movement
1402         a bit.
1404 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1406         Enhancements for c-beginning-of-statement to work in AWK Mode:
1408         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1409         (completed statement) with `}' (statement completed by closing
1410         brace or semicolon) and `$' (statement completed by EOL).
1412         (c-awk-virtual-semicolon-ends-prev-line-p,
1413         c-awk-virtual-semicolon-ends-line-p,
1414         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1415         c-awk-at-statement-end-p): new functions
1417         * progmodes/cc-cmds.el: Simplify the structure of functions
1418         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1419         two functions and c-beginning-of-statement to handle AWK Mode.
1421         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1422         c-backward-single-comment for AWK mode.  Attempt to clarify their
1423         doc-strings.
1425         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1427 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1429         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1430         label handling.  Labels are now recognized in a uniform and more
1431         robust way, regardless of context.  Text properties are put on all
1432         labels to recognize the following declarations better.  Multiword
1433         labels are handled both in indentation and fontification for the
1434         benefit of language extensions like Qt.  For consistency, keywords
1435         in labels are now fontified with the label face instead.  That
1436         also applies to "case" and "default".
1438         (c-beginning-of-statement-1): Fixed some bugs in the label
1439         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1440         with `c-label-kwds'.
1442         (c-find-decl-spots): Support that the callback adds more
1443         `c-decl-end' spots to find.
1445         (c-forward-decl-or-cast-1): Don't treat a list of plain
1446         identifiers followed by a colon as a declaration.
1448         (c-forward-label): New function to recognize labels.
1450         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1451         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1452         earlier since they aren't so context sensitive now.  Handle labels
1453         on the top level gracefully.  Moved access label recognition to
1454         the generic label case (CASE 15) - removed CASE 5E.
1456         (c-font-lock-declarations): Added recognition of labels in the
1457         same round since we need to handle labels in parallell with other
1458         declarations to recognize both accurately.  It should also improve
1459         speed.
1461         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1462         `c-font-lock-labels' so that it only is used on decoration level 2
1463         since `c-font-lock-declarations' handles it otherwise.
1465         (c-complex-decl-matchers): Removed the simplistic recognition of
1466         access labels.
1468         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1469         with labels earlier.
1471         (c-decl-start-re): New language variable to make
1472         `c-font-lock-declarations' stop for the special protection labels
1473         in Objective-C that start with '@'.
1475         (c-label-key): Removed since it's no longer used.
1477         (c-recognize-colon-labels, c-label-prefix-re): New language
1478         constants to support recognition of generic colon-terminated
1479         labels.
1481         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1482         are colon terminated labels.
1484         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1485         first argument starts with a special brace list.
1487         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1488         c-font-lock-declarations): Broke out the declaration and cast
1489         recognition from `c-font-lock-declarations' to a new function, so
1490         that it can be used in the indentation engine.
1492         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1493         up to the start of the literal.  Fixed bug with the point on the
1494         wrong side of the search limit that could happen when the start
1495         position is inside a literal.
1497         * progmodes/cc-engine.el (c-parse-state,
1498         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1499         so that it's kept a little bit back to increase the hit rate.
1501         (c-parse-state): Changed the macro handling and fixed some
1502         glitches.  Macro context is checked more often than necessary now,
1503         but otoh less garbage conses are generated.
1505         * progmodes/cc-engine.el (c-parse-state,
1506         c-invalidate-state-cache): Cache the last position where
1507         `c-state-cache' applies.  This can speed up refontification quite
1508         a bit in blocks where there are many non-brace parens before the
1509         point.
1511         (c-state-cache-end): New variable for this.
1513         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1514         cache variable.
1516         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1517         get close initial continue positions when the start position is
1518         inside a literal or macro.  Do not call the callback for spots
1519         before the start position (which can happen e.g. for `c-decl-end'
1520         spots inside comments).  Optimize better in special cases when the
1521         region is a single line inside a literal or macro (typically when
1522         the current line is refontified).
1524         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1525         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1526         entries from the paren state.
1528         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1529         special case for "else if" clauses.
1531         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1532         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1534         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1535         language variable to recognize the gcc extension with statement
1536         blocks inside expressions.
1538         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1539         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1540         no longer used and hence removed.
1542         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1543         to `c-add-stmt-syntax'.
1545         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1546         `c-beginning-of-statement-1' instead of duplicating parts of it.
1547         This fixes bogus label recognition.
1549         * progmodes/cc-engine.el (c-add-type, c-check-type,
1550         c-forward-name, c-forward-type): Improved storage of template
1551         types in `c-found-types' so that they can be recognized better.
1553         (c-syntactic-content): Added option to skip past nested parens.
1555         * progmodes/cc-engine.el (c-forward-name): Set
1556         `c-last-identifier-range' all the time.  It's less work that way.
1557         Handle that there might not be an identifier to store in
1558         `c-last-identifier-range'.
1560         (c-forward-type): Handle that `c-last-identifier-range' might be
1561         nil from `c-forward-name'.
1563         * progmodes/cc-defs.el: (c-safe-scan-lists,
1564         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1566         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1567         to work even if the form fails.
1569         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1570         down in a large file in one go.
1572         (c-get-fallback-start-pos): New helper function for
1573         `c-parse-state'.
1575         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1576         function which is like `c-lineup-math' but returns nil instead of
1577         `c-basic-offset' when it doesn't match.
1579         (c-lineup-math): Changed to use `c-lineup-assignments'.
1581 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1583         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1584         c-beginning-of-statement.  New subfunctions
1585         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1587 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1589         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1590         hardcoded char classes whereever possible.  Changed a couple of
1591         places to use skip by syntax instead of skip by char class.
1593         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1594         Fixed a bug in the regexp that caused extreme backtracking.
1596         * progmodes/cc-langs.el (c-block-comment-starter,
1597         c-block-comment-ender): New language constants to specify in a
1598         single place how block comments look.
1600         (c-comment-start-regexp, c-block-comment-start-regexp,
1601         comment-start, comment-end, comment-start-skip,
1602         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1603         c-syntactic-ws, c-nonempty-syntactic-ws,
1604         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1605         `c-line-comment-starter', `c-block-comment-starter' and
1606         `c-block-comment-ender'.
1608         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1609         language constants to break up things a bit.
1611         (c-simple-ws): New language constant for simple whitespace.
1613         * progmodes/cc-defs.el (c-concat-separated): New convenience
1614         function.
1616         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1617         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1618         newlines.  Allow and ignore nil elements in the list.
1620 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1622         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1623         superfluous) check, (eq here (point-max)) in
1624         c-beginning-of-statement.
1626         * progmodes/cc-cmds.el: Tidy up the comments in
1627         c-beginning-of-statement and subfunctions.
1629         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1630         more flexible c-put-char-property and c-clear-char-properties.
1631         Add the author's email address.
1633         * progmodes/cc-langs.el: New variable,
1634         c-block-comment-start-regexp.
1636         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1637         closing "*/" of a block comment.
1639         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1640         subfunctions) so that it works at BOB and EOB.
1642         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1643         c-beginning-of-statement, including new variable
1644         c-block-comment-start-regexp.
1646 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1648         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1649         symbols from `*-font-lock-extra-types' so that there's no need to
1650         use `regexp-opt' on those lists.
1652         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1653         `c-type-modifier-kwds' is empty.
1655         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1656         there are several strings on the same line.
1658         * progmodes/cc-engine.el (c-literal-limits): Removed the
1659         compatibility function for older emacsen.  `c-literal-limits-fast'
1660         has now taken the place of this function.
1662         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1663         with older emacsen: We now require 'pps-extended-state.
1665 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1667         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1668         which obviates the need to hack sentence-end.  This now handles
1669         escaped newlines in strings correctly.  Correct minor bugs in
1670         c-move-over-sentence and in c-beginning-of-statement.
1672         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1673         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1674         that movement over macros and code are rigorously separated from
1675         eachother.  Correct a few incidental bugs.
1677         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1678         Improve its doc-string.  Improve the handling of certain specific
1679         cases.
1681 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1683         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1684         (c-guess-basic-syntax): Changed the way class-level labels are
1685         recognized; they can now contain essentially any symbols.
1687         (c-opt-extra-label-key): New language variable to cope with the
1688         special protection label syntax in Objective-C.
1690         (c-opt-access-key): Removed; this is now handled better by
1691         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1693         (c-complex-decl-matchers): Update to handle that
1694         `c-opt-access-key' no longer exists.
1696         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1697         improved label recognition in `c-beginning-of-statement-1'.
1699         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1700         Recognize bitfields better.
1702         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1703         Removed some cruft and fixed a bug that could cause it to go to a
1704         position further down.
1706         * progmodes/cc-langs.el, cc-engine.el
1707         (c-beginning-of-statement-1): Improved detection of labels in
1708         declaration contexts.
1710         (c-beginning-of-decl-1): Use it.
1712         (c-nonlabel-token-key): New language constant and variable needed
1713         by `c-beginning-of-statement-1'.
1715         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1716         manifested itself due to the correction in `c-forward-sexp'.
1718         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1719         these behave as documented when used at the buffer limits.
1721         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1722         (c-type-decl-end-used): Made this a language variable.
1724         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1725         correctly when `combine-after-change-calls' is used together with
1726         temporary narrowings.
1728         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1729         labels correctly when the start point is immediately after the
1730         colon.
1732         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1733         since it isn't used anymore.
1735         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1736         bracket arglists such as template parens in C++.
1738         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1739         in the last check-in.  Some optimization.
1741         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1742         where it could stop at the same level in a preceding sexp when
1743         PAREN-LEVEL is set.
1745         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1746         text property lookup only when it's needed.
1748         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1749         Changed the policy for paren marked angle brackets to be more
1750         persistent; once marked they remain marked even when they're found
1751         to be unbalanced in the searched region.  This should keep the
1752         paren syntax around even when individual lines are refontified in
1753         multiline template arglists.
1755         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1756         to control markup so that incorrect angle bracket arglists aren't
1757         marked in contexts where the correct value for
1758         `c-disallow-comma-in-<>-arglists' isn't known.
1760         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1761         argument has become `c-parse-and-markup-<>-arglists'.
1763         (c-remove-<>-arglist-properties): Removed - no longer used.
1765         (c-after-change-check-<>-operators): New function used on
1766         `after-change-functions' to avoid that "<" and ">" characters that
1767         are part of longer operators have paren syntax.
1769         (c-<>-multichar-token-regexp): New language variable used by
1770         `c-after-change-check-<>-operators'.
1772         (c-after-change): Call `c-after-change-check-<>-operators'.
1774         (c-font-lock-<>-arglists): Use the context properties set by
1775         `c-font-lock-declarations' to set
1776         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1777         markup.
1779         (c-font-lock-declarations): Removed code that undoes the invalid
1780         markup done by `c-font-lock-<>-arglists'.
1782         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1783         after `c-font-lock-declarations'.
1785         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1786         paren-level feature.
1788         (c-guess-basic-syntax): Improved the anchor position for
1789         `template-args-cont' in nested template arglists.  There's still
1790         much to be desired in this area, though.
1792 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1794         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1795         Make the "Text Filling and Line Breaking" commands work for AWK
1796         buffers.
1798 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1800         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1801         Removed;
1802         (c-major-mode-is 'awk-mode) can be used instead now.
1804         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1805         it doesn't work no longer are supported.
1807         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1808         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1809         requires support for the syntax-table' text property, which rules
1810         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1811         cruft associated with those versions.
1813         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1814         for the `syntax-table' text property, which rules out Emacs 19 and
1815         XEmacs < 21.4.  Removed various compatibility cruft associated
1816         with those versions.
1818         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1819         support for the `syntax-table' text property.
1821         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1822         variable and use an extra quoted face name instead.  All the
1823         emacsen flavors handle that correctly.
1825         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1826         c-font-lock-declarators, c-font-lock-declarations,
1827         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1828         property to mark the items in in declarator lists to handle
1829         refontification inside multiline declarations better.
1831         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1832         construct like "a * b = c;" as a declaration.
1834 2005-12-08  Kim F. Storm  <storm@cua.dk>
1836         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1837         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1838         select either meta, hyper, or super modifier for rectangle commands.
1839         (cua--rectangle-modifier-key): New defvar.
1840         (cua--M/H-key): Use it.  Remove special case for 'space.
1841         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1842         on X, to meta otherwise.  Always bind C-return to toggle
1843         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1845         * emulation/cua-rect.el (cua-help-for-rectangle): Use
1846         cua--rectangle-modifier-key.  Handle super modifier too.
1847         (cua--init-rectangles): Always bind C-return to toggle rectangle.
1848         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1850         * ido.el: Move Acknowledgements and History after Commentary.
1851         Minor changes to Commentary.
1853         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1854         keymap if cua--prefix-override-timer equals 'shift.
1855         (cua--shift-control-prefix): New function; emulate "type prefix
1856         key twice" functionality to handle shifted prefix key override.
1857         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1858         commands.
1859         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1861 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
1863         * textmodes/org.el (org-insert-heading): Try to do items before
1864         headings.
1865         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1866         (org-insert-item): New function.
1867         (org-renumber-ordered-list): Don't skip to higher level lists.
1869 2005-12-08  Juri Linkov  <juri@jurta.org>
1871         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1873         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1875         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1877         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1878         the constructed function name fun-1.
1880         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1881         because such links don't lead to parent documentation.
1883 2005-12-08  Kenichi Handa  <handa@m17n.org>
1885         * descr-text.el (describe-char): Use *Help-2* buffer if the
1886         current buffer is *Help*.  Call describe-text-properties while
1887         setting the original buffer.
1889 2005-12-07  Bill Wohler  <wohler@newt.com>
1891         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1892         and causes problems with non-MH users (such as Gnus users).
1894 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
1896         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1897         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1898         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1899         command "info sources".  Move calls to GDB command "list".
1900         (gdb-find-file-hook): Just use gdb-source-file-list.
1901         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1902         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1903         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1904         (gdb-data-list-register-values-handler): Use correct trigger name.
1906 2005-12-07  Kim F. Storm  <storm@cua.dk>
1908         * ido.el (ido-completion-map): Renamed from ido-mode-map.
1909         (ido-common-completion-map, ido-file-completion-map)
1910         (ido-file-dir-completion-map, ido-buffer-completion-map):
1911         Renamed from ido-mode-....-map.
1912         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1913         (ido-setup-completion-map): Renamed from ido-define-mode-map.
1914         (ido-read-internal): Bind minibuffer-local-filename-completion-map
1915         to ido-completion-map.
1917 2005-12-07  Kenichi Handa  <handa@m17n.org>
1919         * international/mule-cmds.el
1920         (set-display-table-and-terminal-coding-system): If the coding
1921         system specified in `unibyte-display' property is different from
1922         the arg coding-system, don't setup standard-display-table.
1924 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1927         that comments end at \n, regardless of selective-display.
1929 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
1931         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1932         (gdb-version): New variables.
1933         (gdb-source-file-list, gdb-register-names)
1934         (gdb-changed-registers): New variables for use with GDB 6.4+.
1935         (gdb-ann3): Replace with...
1936         (gdb-init-1, gdb-init-2): ...two new functions.
1937         (gdba, gdb-prompt): Call gdb-init-1.
1938         (gdb-get-version): New function.  Call gdb-init-2 from here.
1939         (gud-watch): Make it work with mouse events too.
1940         (gdb-post-prompt): Don't add to queue until GDB version is known.
1941         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1942         (gdb-locals-mode): Use gdb-version.
1943         (gdb-memory-format-map, gdb-memory-unit-map)
1944         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1945         (gdb-locals-font-lock-keywords-1)
1946         (gdb-locals-font-lock-keywords-2): New variables.
1947         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1948         (gdb-set-gud-minor-mode-existing-buffers-1)
1949         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1950         (gdb-var-update-1, gdb-var-update-handler-1)
1951         (gdb-data-list-register-values-handler)
1952         (gdb-data-list-register-values-custom)
1953         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1954         (gdb-stack-list-locals-handler, gdb-get-register-names):
1955         New functions for use with GDB 6.4+.
1956         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1957         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1958         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1959         (gdb-stack-list-locals-regexp)
1960         (gdb-data-list-register-names-regexp): New regexps for use with
1961         GDB 6.4+.
1963 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1967 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
1969         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1970         prompts work for AUTH PLAIN.  Also reported by Steve Allan
1971         <seallan@verizon.net>.
1973 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1975         * frame.el (set-frame-parameter): Add doc string.
1977 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
1979         * textmodes/org.el (org-occur-highlights): New variable.
1980         (org-highlight-new-match, org-remove-occur-highlights): New functions.
1981         (org-highlight-sparse-tree-matches): New option.
1982         (org-do-occur): New function.
1983         (org-get-heading): Make it work also at beginning of line.
1984         (org-category-table): New variable.
1985         (org-get-category-table, org-get-category)
1986         (org-camel-to-words, org-link-search): New functions.
1987         (org-select-this-todo-keyword): New variable.
1988         (org-todo-list): New command.
1989         (org-shiftright, org-shiftleft): New commands.
1990         (org-agenda-todo): Add prefix argument.
1991         (org-show-hierarchy-above): New option.
1992         (org-show-todo-tree): Numerical prefix creates tree for specific
1993         TODO keyword.
1994         (org-outline-level): New function, to assign a level to plain
1995         lists items.
1996         (org-cycle-include-plain-lists): New option.
1997         (org-mode): Use `org-outline-level' as value of `outline-level'.
1998         (org-cycle): Temporarily switch `outline-regexp' if
1999         `org-cycle-include-plain-lists' is non-nil.
2000         (org-start-icalendar-file): Fix format bug.
2001         (org-agenda-get-day-entries): Create category table.
2002         (org-agenda-get-todos, org-agenda-get-timestamps)
2003         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2004         (org-agenda-get-blocks): Use `org-get-category'.
2005         (org-context-in-file-links): Rename from
2006         `org-line-numbers-in-file-links' .
2008 2005-12-06  Romain Francoise  <romain@orebokech.com>
2010         * window.el (balance-windows): Delete extraneous third arg in call
2011         to `enlarge-window'.
2013 2005-12-06  Kenichi Handa  <handa@m17n.org>
2015         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2017 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2019         * progmodes/gdb-ui.el (gdb-var-create-handler)
2020         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2021         (gdb-var-list-children-handler, gdb-var-update-handler):
2022         Current buffer is already gdb-partial-output-buffer, don't
2023         make it current again.
2025 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2027         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2028         (list-buffers-noselect): Use it.
2030 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2033         (mail-yank-ignored-headers): Use regexp-opt.
2034         (mail-mode-map): Move initialization into declaration.
2035         (mail-sent-via): Remove unused shadowed var `to-line'.
2036         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2037         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2038         (mail-do-fcc): Use dolist and push.
2039         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2040         (mail-yank-ignored-headers): Don't autoload.
2042 2005-12-05  Kenichi Handa  <handa@m17n.org>
2044         * international/mule-cmds.el (set-language-info-internal): New fun.
2045         (set-language-info): Call set-language-info-internal to update
2046         language-info-alist.  If LANG-ENV is the current one, call
2047         set-language-environment to make INFO effective now.
2048         (set-language-info-alist): Likewise.
2049         (locale-language-names): With locale "en", use English
2050         lang. env. but set the default codings to iso-8859-1.
2052 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2054         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2055         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2056         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2057         for plain strings.
2058         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2059         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2060         Create registers buffer if necessary.  Echo new state in minibuffer.
2061         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2063 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2065         * info.el (Info-fontify-node): Match external links using
2066         non-directory part of filename.
2068 2005-12-04  Juri Linkov  <juri@jurta.org>
2070         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2071         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2072         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2073         because there is no customization option for it.
2075         * font-lock.el (lisp-font-lock-keywords-1):
2076         Add define-global-minor-mode.
2078         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2080         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2081         properties on the constructed variable names.
2083         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2084         Put `definition-name' properties on the constructed function names
2085         next-sym and prev-sym.
2087         * emacs-lisp/find-func.el (find-function-regexp):
2088         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2089         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2090         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2091         and easy-menu-define.
2093         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2094         easy-mmode-define-global-mode and define-global-minor-mode.
2095         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2097         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2098         instead of easy-mmode-define-global-mode.
2100         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2101         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2103         * cus-edit.el (customize-group, customize-group-other-window):
2104         Filter out autoloaded options from the group completion list by
2105         using heuristics that autoloaded groups don't have `custom-autoload'
2106         property on their symbols (they have only `custom-loads').
2108         * simple.el (completion-setup-function): Put completions-common-part
2109         face on complete completion string too (i.e. completion string
2110         without completions-first-difference face).
2112         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2114 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2116         * view.el (view-mode): Doc fix.
2118         * disp-table.el (standard-display-european): Add to the warning
2119         message a reference to the doc string.
2121         * play/yow.el (apropos-zippy): Call print-help-return-message,
2122         similar to other Help and Apropos commands.
2124         * help.el (print-help-return-message): If pop-up-frames is
2125         non-nil, set up help-return-method to delete the help window and,
2126         possibly, its frame as well, and don't display message about
2127         scrolling the help window.  Doc fix.
2128         (help-return-method): Doc fix.
2130 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2132         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2133         whereby names of length one or names starting with a
2134         symbol-constituent character would not be returned.
2136 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2138         * subr.el (atomic-change-group): Add edebug and indentation spec.
2140 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2142         * completion.el (save-completions-file-name): Fix typo in last change.
2144 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2146         * info.el: Move back/forward history to the beginning of the tool bar.
2148 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2150         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2151         Add fset of allout-real-isearch-abort during compile to fix
2152         byte-compilation warnings.
2153         (allout-mode-p): Move definition of this macro above all uses, or
2154         byte compilation in barren emacs (eg, during emacs build) will
2155         lack the definition.
2156         (allout-mode): Move this variable above any uses, or byte
2157         compilation will fail.
2158         (allout-resolve-xref): Remove use of personal file-reference function.
2159         (allout-toggle-current-subtree-encryption): Do the current (ie,
2160         visible containing) topic, rather than nearest around point.  Doc fix.
2161         (allout-toggle-subtree-encryption): New function, workhorse that
2162         works on nearest topic containing point.
2163         (allout-encrypt-string): Signal requirement for newer version of pgg.
2164         (allout-resumptions): Doc fix.
2166 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2168         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2170 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2172         * textmodes/flyspell.el (flyspell-external-point-words):
2173         Consider a misspelling as found in the string search if: (a) misspelling
2174         and found string lengths match, or (b) misspelling is found as
2175         element in a boundary-chars separated longer string, or (c)
2176         ispell-program-name is really ispell and misspelling is found as
2177         part of a TeX string.  After successful match move beginning of
2178         search region to end of match.  Warn about not found misspellings
2179         once the process is done.
2180         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2182 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2184         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2185         tool bar (removed inadvertently).
2187 2005-12-02  Juri Linkov  <juri@jurta.org>
2189         * log-view.el (log-view-diff): Clarify doc string.
2191 2005-12-01  Bill Wohler  <wohler@newt.com>
2193         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2194         triggers lm-verify errors.
2196 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2198         * simple.el (transient-mark-mode, line-number-mode)
2199         (column-number-mode, size-indication-mode): Remove `:require nil'.
2201 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2203         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2204         in the margin also.
2205         (gdb-breakpoints-mode-map): Use D instead of d for
2206         gdb-delete-breakpoint.
2207         (gdb-get-frame-number): Require a number to match on.
2208         (gdb-threads-mode-map): Add follow-link binding.
2210 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2212         * isearch.el (isearch-mode-map): Avoid exiting search on
2213         language-change event.
2215 2005-11-30  Romain Francoise  <romain@orebokech.com>
2217         * speedbar.el (speedbar-default-position): New defcustom.
2218         (speedbar-frame-reposition-smartly): Use it.
2220         * dframe.el (dframe-reposition-frame-emacs): Fix position
2221         computation for `left' location.
2222         Update copyright year.
2224 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2226         * help.el (help-map): Move initialization into declaration.
2228         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2230         * help-fns.el (help-argument-name): Don't autoload.
2231         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2232         to be re-loaded when customizing the `help' group.
2234 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2236         * help-fns.el (describe-function-1): Fill arglist output.
2238 2005-11-30  Kim F. Storm  <storm@cua.dk>
2240         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2241         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2242         after revert-buffer (or anything else which kills all local variables).
2244         * apropos.el (apropos-parse-pattern): Doc fix.
2245         Set apropos-regexp directly, rather than expecting callers to do so.
2246         (apropos-command, apropos, apropos-value, apropos-documentation):
2247         Simplify calls to apropos-parse-pattern.
2249 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2251         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2252         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2253         (hi-lock-write-interactive-patterns): Use comment-region.
2255         * longlines.el (longlines-mode): Add mail-setup-hook.
2257         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2259         * simple.el (sendmail-user-agent-compose, next-line):
2260         Conditionally use hard-newline.
2262 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2264         * international/latexenc.el (latex-inputenc-coding-alist):
2265         Reword doc string.
2267 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2269         * help.el (describe-key-briefly, describe-key): Recognize default
2270         bindings.
2272 2005-11-29  Romain Francoise  <romain@orebokech.com>
2274         * view.el (view-inhibit-help-message): New defcustom.
2275         (view-mode-enter): Use it.
2277 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2279         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2280         Preserve user position.
2282 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2284         * font-lock.el: Throw error if facemenu is not loaded to prevent
2285         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2287         * loadup.el: Add comment explaining why facemenu must be loaded
2288         before font-lock.
2290 2005-11-28  Jay Belanger  <belanger@truman.edu>
2292         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2293         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2295         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2297         * calc/calc-embed.el (calc-do-embedded): Update help message.
2299         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2301 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2305         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2306         called-interactively-p.
2307         (elp-profilable-p): Rename from elp-not-profilable-p.
2308         Invert result and take into account macros and autoloaded functions.
2309         (elp-instrument-function): Update call.
2310         (elp-instrument-package): Update call.  Add completion.
2311         (elp-pack-number): Use match-string.
2312         (elp-results-jump-to-definition-by-mouse): Merge into
2313         elp-results-jump-to-definition and then remove.
2314         (elp-output-insert-symname): Make help echo text single-line.
2316         * replace.el (query-replace-map): Move initialization into declaration.
2317         (occur-engine): Use with-current-buffer.
2318         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2319         (occur-mode-mouse-goto): Replace with an alias.
2321 2005-11-28  Juri Linkov  <juri@jurta.org>
2323         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2325         * term/w32-win.el: Bind [S-tab] to [backtab].
2327         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2328         `Info-find-file' to t.
2330         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2331         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2332         and same-window-regexps.
2333         (occur-next-error): Don't move point for arg 0.
2335 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2337         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2339 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2341         * log-edit.el (log-edit-changelog-use-first): New var.
2342         (log-edit-changelog-ours-p): Use it.
2343         (log-edit-insert-changelog): Set it with new arg `use-first'.
2344         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2345         (log-edit-hook): Add them to the list of suggested options.
2347         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2348         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2349         redundant work.
2350         (flyspell-mode-on): Use add-hook for after-change-functions.
2351         (flyspell-mode-off): Use remove-hook for after-change-functions.
2352         (flyspell-changes): Make it buffer-local.
2353         (flyspell-after-change-function): Make it non-interactive.  Use push.
2354         (flyspell-post-command-hook): Check input-pending-p while processing
2355         the potentially long list of buffer changes.
2357 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2359         * buff-menu.el (list-buffers-noselect): Display the selected
2360         frame's buffer list, not the global one.
2362 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2364         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2365         that (list last-input-event) works as in interactive spec.
2367 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2369         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2370         `facemenu-keymap' needs to be defined when font-lock is loaded.
2371         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2373 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2375         * completion.el: Remove useless leading * in defcustom docstrings.
2376         (save-completions-file-name): Use ~/.emacs.d if available.
2377         (completion-standard-syntax-table): Rename from
2378         cmpl-standard-syntax-table and fold initialization into declaration,
2379         thus removing cmpl-make-standard-completion-syntax-table.
2380         (completion-lisp-syntax-table, completion-c-syntax-table)
2381         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2382         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2383         (symbol-under-point, symbol-before-point)
2384         (symbol-under-or-before-point, symbol-before-point-for-complete)
2385         (add-completions-from-c-buffer): Use with-syntax-table.
2386         (make-completion): Don't return a list of completion entries.
2387         Update callers.
2388         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2389         (completion-initialize): Rename from initialize-completions.
2390         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2391         (kill-emacs-save-completions): Collect stats here.
2392         (save-completions-to-file, load-completions-from-file):
2393         Use with-current-buffer.
2394         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2395         into a function.  Move all calls to toplevel.
2396         (completion-lisp-mode-hook): New fun.
2397         (completion-c-mode-hook, completion-setup-fortran-mode):
2398         Set the syntax-table here.  Use local-set-key.
2399         (completion-saved-bindings): New var.
2400         (dynamic-completion-mode): Make it into a proper minor mode.
2401         (load-completions-from-file): Remove unused var `num-uses'.
2403         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2404         constructor if it is explicitly overridden.
2406         * complete.el (PC-completion-as-file-name-predicate):
2407         Use minibuffer-completing-file-name.
2408         (partial-completion-mode): Use find-file-not-found-functions.
2409         (PC-lisp-complete-symbol): Use with-syntax-table.
2410         (PC-look-for-include-file): Remove dead setq.
2411         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2412         (PC-complete): Use with-current-buffer.
2414         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2415         escape single quotes.
2417 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2419         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2420         of `if' whose condition always returned nil.  Doc fix.
2422         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2423         window's buffer the current buffer around the call to
2424         `list-buffers-noselect'.  This is necessary to mark that buffer
2425         with a `.' in the Buffer Menu when called from Lisp, for instance
2426         by Auto Revert Mode.
2428 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2430         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2431         attaching to it.
2432         (gdb-pre-prompt): Make sure gdb-error is reset.
2434         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2435         with a child process, detect it.
2436         (gud-speedbar-buttons): Match regexp more carefully.
2438 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2440         * mouse.el (mouse-drag-move-window-bottom):
2441         Use adjust-window-trailing-edge.
2443 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2445         * simple.el (blink-matching-open): Ignore
2446         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2447         (blink-matching-paren-on-screen): Update docstring.
2449         * paren.el (show-paren-mode): No longer change
2450         `blink-matching-paren-on-screen'.
2452 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2454         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2455         (gdb-threads-select, gdb-edit-register-value):
2456         Use `posn-set-point' instead of `mouse-set-point' because the
2457         latter is not fbound when configured without X.
2459 2005-11-27  Kim F. Storm  <storm@cua.dk>
2461         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2462         existing face when partially highlighting a TAB in a rectangle.
2464 2005-11-26  Kim F. Storm  <storm@cua.dk>
2466         * ido.el (ido-mode-map): Doc fix.
2467         (ido-mode-common-map, ido-mode-file-map)
2468         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2469         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2470         parent for ido-mode-map instead of building from scratch.
2471         (ido-init-mode-maps): New defun to initialize new maps.
2472         (ido-mode): Call it.
2473         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2474         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2476 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2478         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2479         `mouse-set-point' because the latter is not fbound when configured
2480         without X.
2482 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2484         * files.el (file-relative-name): Doc fix.
2486 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2488         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2489         non-empty string for secondary prompt PS2.
2491 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2493         * progmodes/compile.el (compilation-setup): Fix last change.
2495 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2497         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2498         (gdb-mouse-toggle-breakpoint-margin)
2499         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2500         Add gdb-server-prefix to keep out of command history.
2501         (gdb-edit-register-value): New function.
2502         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2503         (gdb-info-registers-custom): Use above map.
2505 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2507         * custom.el (enable-theme): Signal error if argument is not a
2508         theme.  Don't recalculate a face if it's not loaded yet.
2510         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2511         the `user' theme is in effect.
2513         * info.el (Info-on-current-buffer): Record actual filename in
2514         Info-current-file, instead of t, or a fake filename if a non-file
2515         buffer.  Make autoload.
2516         (Info-find-node, Info-revert-find-node): No need to check for
2517         Info-current-file nil.
2518         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2519         Info-current-file is now never `t'.
2520         (Info-fontify-node): Many simplifications due to Info-current-file
2521         always being valid.  Use Info-find-file to find node filename.
2523 2005-11-25  David Kastrup  <dak@gnu.org>
2525         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2526         new character, then delete" in order to preserve markers.
2528 2005-11-25  David Ponce  <david@dponce.com>
2530         * recentf.el (recentf-arrange-by-rule): Handle a special
2531         `auto-mode-alist'-like "strip suffix" rule.
2532         (recentf-build-mode-rules): Handle second level auto-mode entries.
2534 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2536         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2537         window modes.
2539         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2540         jde-javadoc-checker-report-mode.
2542         * ediff-wind (ediff-make-wide-display): Slight simplification.
2544         * ediff.el (ediff-date): Change the date of last update.
2546 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2548         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2549         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2550         (hi-lock-mode): New global minor mode.
2551         (turn-on-hi-lock-if-enabled): New function.
2552         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2553         Change arguments to regexp and face instead of a font-lock pattern.
2554         Directly set face property, instead of refontifying.
2555         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2556         (hi-lock-find-patterns): Use line-number-at-pos.
2558         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2559         arguments for hi-lock-set-pattern.
2560         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2561         font-lock-fontify-buffer.
2562         (hi-lock-find-file-hook, hi-lock-current-line)
2563         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2565         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2566         turned off.
2568         * progmodes/compile.el (compilation-setup): Don't fiddle with
2569         font-lock-defaults.
2571 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2573         * progmodes/gdb-ui.el (gdb-var-create-handler)
2574         (gdb-var-list-children-handler): Find values for all variable
2575         objects.  gud-speedbar-buttons decides whether to display them.
2577 2005-11-24  Romain Francoise  <romain@orebokech.com>
2579         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2580         buffer name with a space.
2582 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2584         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2585         `org-export-local-list-max-depth'.  Change default value to 3.
2586         (org-auto-renumber-ordered-lists)
2587         (org-plain-list-ordered-item-terminator): New options.
2588         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2589         (org-get-indentation, org-get-string-indentation)
2590         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2591         functions.
2592         (org-move-item-down, org-move-item-up): New commands.
2593         (org-export-as-html): New classes for CSS support.  Bug fix in
2594         regular expression detecting fixed-width regions.  Respect
2595         `org-local-list-ordered-item-terminator'.
2596         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2597         also a list item.
2598         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2599         New item moving functions.
2601 2005-11-24  Juri Linkov  <juri@jurta.org>
2603         * isearch.el (isearch-repeat): With empty search ring set
2604         `isearch-error' to the error string instead of signaling error
2605         with the function `error'.
2607 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2609         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2611 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2613         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2614         and variable.
2615         (gdb-var-create-handler, gdb-var-list-children-handler):
2616         Don't match on "char **...".
2617         (gdb-var-update-handler): Find values for all variable objects.
2618         (gdb-info-frames-custom): Identify frames by leading "#".
2620         * progmodes/gud.el (gud-speedbar-menu-items): Add
2621         gdb-speedbar-auto-raise as radio button.
2622         (gud-speedbar-buttons): Raise speedbar if requested.
2623         Don't match on "char **...".
2624         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2625         Make it editable.
2627 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2629         * info.el (Info-fontify-node): Handle the case where
2630         Info-current-file is t.
2632 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2634         * simple.el (blink-matching-open): Fix off-by-one in last change.
2636 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2638         * term/mac-win.el: Don't change default directory.
2640 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2642         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2643         buffers correctly.  (It used to throw an error in such buffers.)
2644         Make it ask for confirmation in group buffers and other Custom
2645         buffers containing more than one customization item.
2647 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2649         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2650         property on mail and url overlays.
2651         (goto-address-at-point): Use `posn-set-point' instead of
2652         `mouse-set-point' because the latter is not fbound when configured
2653         without X.
2655 2005-11-22  Lars Hansen  <larsh@soem.dk>
2657         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2658         (ls-lisp-classify, ls-lisp-format): Delete call to
2659         ls-lisp-parse-symlink.
2660         (ls-lisp-handle-switches): Handle symlinks to directories as
2661         directories when ls-lisp-dirs-first in non-nil.
2663 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2665         * startup.el (command-line): Make sure that loaddefs.el is handled
2666         correctly in load-history.
2668 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2670         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2671         (gdb-struct-string, gdb-array-string): New constants.
2672         (gdb-info-locals-handler): Use them.
2673         (gdb-reset): Reset gdb-var-list to nil.
2675 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2677         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2678         in patterns.
2680 2005-11-21  Juri Linkov  <juri@jurta.org>
2682         * custom.el (defcustom): Update link types in docstring.
2684 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2686         * custom.el (defgroup): Add doc-string-elt info.
2688         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2690 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2692         * newcomment.el (comment-enter-backward): Fix last fix.
2694         * simple.el (blink-matching-open):
2695         * paren.el (show-paren-function): Allow new paren-class info.
2697 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2699         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2700         handled automagically.
2702 2005-11-20  Andreas Schwab  <schwab@suse.de>
2704         * descr-text.el (describe-char): When copying overlays put them
2705         over the full char description instead of just the first character
2706         of it.
2708 2005-11-20  Juri Linkov  <juri@jurta.org>
2710         * simple.el (what-cursor-position):
2711         * descr-text.el (describe-char): Use Lisp-readable syntax
2712         for octal and hex.  Reorder decimal, octal and hex values.
2713         Remove excess whitespace in the output.  Use `=' in `column='
2714         like in `point=' and `Hscroll='.
2716         * international/mule-cmds.el (encoded-string-description):
2717         Use Lisp-readable syntax for hex.
2719 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * newcomment.el (comment-enter-backward): Handle the case where the
2722         comment is closed by EOB.
2724 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2726         * longlines.el (longlines-before-revert-hook)
2727         (longlines-after-revert-hook): New functions.
2728         (longlines-mode): Turn off longlines temporarily when reverting.
2729         Add a message-setup-hook.
2730         (longlines-decode-buffer): New function.
2731         (longlines-wrap-line): Preserve marker positions.
2733 2005-11-19  Andreas Schwab  <schwab@suse.de>
2735         * emacs-lisp/shadow.el: Handle compressed files.
2737 2005-11-19  Romain Francoise  <romain@orebokech.com>
2739         * net/browse-url.el (browse-url-default-browser): Signal an error
2740         if no usable browser can be found, rather than try to load w3.
2742 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2744         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2745         replacing existing properties.
2746         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2747         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2748         tty specs.
2749         (rcirc-server-prefix, rcirc-server): New faces.
2750         (rcirc-url-regexp): Generate with rx macro.
2751         (rcirc-last-server-message-time): New variable.
2752         (rcirc-filter): Record time of last message.
2753         (rcirc-keepalive): Kill processes that did not send a message
2754         since the last ping.
2755         (rcirc-mode): Give rcirc-topic a local binding here.
2757 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2759         * subr.el (read-passwd): Fontify the prompt as we do with other
2760         prompts.
2762 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2764         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2765         binding buffer-read-only to nil.
2767 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2769         * complete.el (partial-completion-mode):
2770         Mention completion-auto-help in the doc string.
2772         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2773         more Lisp-ish way.
2775 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2777         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2778         digits, not 8, to avoid misalignment for files larger than 100MB.
2780 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2782         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2783         Mention "keyboard shortcuts" in the help text.
2785 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2787         * startup.el (fancy-splash-default-action): Discard only
2788         mouse-down and succeeding mouse-up events in the splash screen
2789         window so that drag-n-drop event can be processed.
2791 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2793         * longlines.el (longlines-mode): Add hacks for mail-mode and
2794         message-mode.
2796 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2798         * textmodes/org.el (org-table-sort-lines): New command.
2799         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2800         (org-add-file): Command removed, use `org-agenda-file-to-front'
2801         instead.
2802         (org-export-icalendar): Use `org-icalendar-combined-name'.
2803         (org-cycle-agenda-files, org-agenda-file-to-end)
2804         (org-agenda-file-to-front): New commands.
2805         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2806         options.
2807         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2808         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2809         New functions.
2810         (org-fill-paragraph): Call `org-table-align' in tables.
2811         (org-mode): Call `org-set-autofill-regexps'.
2812         (org-export-as-html): Support for local handformatted lists.
2813         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2814         (org-export-local-list-max-depth): New option.
2815         (org-html-expand): Use `org-html-protect'.
2817 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2819         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2820         to "p".
2821         (gdb): Move definition of gud-pp to...
2823         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2824         speedbar.
2825         (gdb-find-watch-expression): New function.
2827 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2829         * faces.el (face-attribute, set-face-attribute): Mention existence
2830         of `:ignore-defface' setting in docstring.
2832 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * simple.el (completion-setup-function): Fix last change.
2836 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2838         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2839         Use `posn-set-point' instead of `mouse-set-point' because the
2840         latter is not fbound when configured without X.
2842         * comint.el (comint-insert-input): Likewise.
2844 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2846         * simple.el (hard-newline): New variable.
2847         (sendmail-user-agent-compose, next-line): Use it.
2849         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2850         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2851         (mail-mail-reply-to, mail-mail-followup-to)
2852         (mail-position-on-field, mail-signature, mail-yank-original)
2853         (mail-attach-file): Likewise.
2855         * mail/mailheader.el (mail-header-format)
2856         (mail-header-format-function): Likewise.
2858         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2860 2005-11-17  Juri Linkov  <juri@jurta.org>
2862         * font-lock.el (font-lock-faces): Rename this defgroup from
2863         `font-lock-highlighting-faces'.
2864         (font-lock-comment-face, font-lock-comment-delimiter-face)
2865         (font-lock-string-face, font-lock-doc-face)
2866         (font-lock-keyword-face, font-lock-builtin-face)
2867         (font-lock-function-name-face, font-lock-variable-name-face)
2868         (font-lock-type-face, font-lock-constant-face)
2869         (font-lock-warning-face, font-lock-negation-char-face)
2870         (font-lock-preprocessor-face)
2871         (font-lock-regexp-grouping-backslash)
2872         (font-lock-regexp-grouping-construct): Rename :group from
2873         `font-lock-highlighting-faces' to `font-lock-faces'.
2875         * cus-edit.el (lisp, c, tex):
2876         * progmodes/ada-mode.el (ada):
2877         * progmodes/asm-mode.el (asm):
2878         * progmodes/cperl-mode.el (cperl-faces):
2879         * progmodes/cpp.el (cpp):
2880         * progmodes/dcl-mode.el (dcl):
2881         * progmodes/f90.el (f90):
2882         * progmodes/fortran.el (fortran):
2883         * progmodes/icon.el (icon):
2884         * progmodes/idlwave.el (idlwave-misc):
2885         * progmodes/m4-mode.el (m4):
2886         * progmodes/make-mode.el (makefile):
2887         * progmodes/meta-mode.el (meta-font):
2888         * progmodes/modula2.el (modula2):
2889         * progmodes/octave-mod.el (octave):
2890         * progmodes/pascal.el (pascal):
2891         * progmodes/perl-mode.el (perl):
2892         * progmodes/prolog.el (prolog):
2893         * progmodes/ps-mode.el (PostScript-edit):
2894         * progmodes/scheme.el (scheme):
2895         * progmodes/sh-script.el (sh-script):
2896         * progmodes/simula.el (simula):
2897         * progmodes/tcl.el (tcl):
2898         * textmodes/nroff-mode.el (nroff):
2899         * textmodes/reftex-vars.el (reftex-fontification-configurations):
2900         * textmodes/sgml-mode.el (sgml):
2901         * textmodes/texinfo.el (texinfo):
2902         Add :link (custom-group-link font-lock-faces) to defgroup.
2904         * hi-lock.el (hi-lock): Rename this defgroup from
2905         `hi-lock-interactive-text-highlighting'.  Change parent group from
2906         `faces' to `font-lock'.  Add link to the manual.
2907         (hi-lock-mode, hi-lock-file-patterns-range)
2908         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2909         `hi-lock-interactive-text-highlighting' to `hi-lock'.
2910         (hi-lock-faces): Add :group `faces'.
2912         * cus-edit.el (custom-variable-prompt): Clarify the code.
2914         * faces.el (face-read-string): Set the default value arg of
2915         completing-read.
2917 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
2919         * rfn-eshadow.el (file-name-shadow-properties)
2920         (file-name-shadow-tty-properties, file-name-shadow-mode):
2921         Remove autoloads, because the file is now preloaded.
2923 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * printing.el (easy-menu-intern): Don't define.
2926         (pr-get-symbol): Use easy-menu-intern only if defined.
2928         * simple.el (blink-matching-open): Simplify a bit.
2929         (completion-setup-function): Fix the case of partial-completion-mode
2930         when the minibuffer's contents start with "-".
2931         Obey completion-base-size-function even when
2932         minibuffer-completing-file-name is non-nil.
2934 2005-11-16  Richard M. Stallman  <rms@gnu.org>
2936         * net/eudcb-ph.el (eudc-ph-open-session):
2937         Use set-process-query-on-exit-flag.
2939         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2941         * international/ucs-tables.el (ucs-set-table-for-input):
2942         Use make-local-variable, not make-variable-buffer-local.
2944         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2945         Improve warning message text.
2947         * savehist.el (savehist-save-hook): Add :group.
2949         * menu-bar.el (menu-bar-help-menu):
2950         Rename Find Extra Packages to External Packages.
2952         * cus-edit.el (Custom-reset-standard): Verify that
2953         :custom-standard-value prop exists before calling it.
2955         * apropos.el (apropos-calc-scores): Use apropos-pattern.
2957 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2959         * wid-edit.el (color): Enclose %t in %{...%}.
2961         * cus-edit.el (face): Enclose %t in %{...%}.
2963 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2965         * savehist.el (savehist-mode-hook): Re-add the var.
2966         (savehist-mode): Use it.
2968 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2970         * textmodes/flyspell.el: Fix commenting convention.
2971         Remove unnecessary leading * in custom docstrings.
2972         (flyspell-emacs): Remove unused var.
2973         (flyspell-delete-region-overlays): Use remove-overlays.
2974         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2975         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2976         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2977         (flyspell-debug-signal-word-checked): Use with-current-buffer.
2978         (make-flyspell-overlay): Don't locally reuse a global name.
2979         (flyspell-highlight-incorrect-region)
2980         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2981         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2982         (flyspell-notify-misspell): Remove unused args `start' and `end'.
2983         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
2984         Wrap calls to accept-process-output inside with-local-quit since it's
2985         often called from a post-command-hook.
2986         (flyspell-correct-word, flyspell-auto-correct-word):
2987         Use ispell-send-string.
2988         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
2990         * calendar/diary-lib.el (diary-list-entries): Also hide the
2991         terminating newline.
2993 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2995         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2996         window-system, to allow fonts on tty.
2998 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3000         * progmodes/gud.el (gud-speedbar-item-info): New function.
3001         (gud-install-speedbar-variables): Use it to display data type
3002         of watch expression as a tooltip in speedbar.
3004 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3006         * font-core.el (global-font-lock-mode): Add :version keyword,
3007         because default was changed.
3009         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3011         * startup.el (command-line): Use `custom-reevaluate-setting' for
3012         `file-name-shadow-mode'.
3014         * loadup.el: Preload rfn-eshadow.
3016         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3017         Add :version keyword.
3018         (file-name-shadow-properties, file-name-shadow-tty-properties)
3019         (file-name-shadow): Add :version keyword.
3021         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3022         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3023         in the custom-group property of the symbol frames and the fringe
3024         group got no link to its parent group frames.
3025         Doc fix.
3027 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3029         * progmodes/gud.el (gud-stop-subjob): New function.
3030         (gud-menu-map, gud-tool-bar-map): Use it.
3032 2005-11-16  Kim F. Storm  <storm@cua.dk>
3034         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3035         than kill it.
3036         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3037         to a more useful/logical place.
3039 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3041         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3042         go buttons complementary.
3044 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3046         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3047         (rfn-eshadow-sifn-equal): New function.
3048         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3050 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3052         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3053         string.
3055         * viper.el (viper-emacs-state-mode-list): Ensure that
3056         rcirc-mode buffers come up in Emacs state.
3058         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3059         operation.
3061 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3063         * term.el (term-termcap-format): Fix typos.
3064         (term-down): Fix the negative argument case.
3066 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3068         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3069         2005-08-15.
3070         (gdb-ann3): New command gud-go.
3071         (menu): Accomodate gdb-mi.el.
3072         (gdb-assembler-custom): Make buffer of selected window current
3073         so that set-window-point works.
3075         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3076         buttons and include new ones.
3078 2005-11-16  Kim F. Storm  <storm@cua.dk>
3080         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3081         (gud-menu-map): Use it.
3083 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3085         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3086         that works correctly for Custom and that does not override a user
3087         who disables it.
3089         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3090         (help-xref-interned, help-follow): Make hyperlinks for variables
3091         that are unbound, but have a non-nil variable-documentation property.
3093         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3094         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3095         Use the `variable-documentation' property to give the mode hook a
3096         docstring and expand that docstring.
3098 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3100         * savehist.el (savehist-mode): Don't bother with
3101         `custom-set-minor-mode'.
3102         (savehist-coding-system): Check XEmacs version.
3103         (history-length): Declare also at run time.
3104         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3105         Don't set the customize state.
3106         (savehist-minibuffer-hook): Special case for when
3107         minibuffer-history-variable is equal to t.
3109 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * files.el (write-file): Refresh VC status.
3113         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3114         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3115         than fundamental-mode to see if the mode was set.
3117 2005-11-14  Romain Francoise  <romain@orebokech.com>
3119         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3120         dummy function in `eval-when-compile' to avoid compiler warning.
3121         Require `man' at compile time.
3123 2005-11-14  Jay Belanger  <belanger@truman.edu>
3125         * calc-alg.el (calcFunc-write-out-power): Rename it to
3126         calcFunc-powerexpand.
3127         (math-write-out-power): Rename it to math-powerexpand; have it
3128         handle negative exponents.
3129         (calc-writeoutpower): Rename it to calc-powerexpand.
3131         * calc-ext.el: Change calcFunc-writeoutpower and
3132         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3133         autoloads.
3134         Add calcFunc-ldiv to autoloads.
3136         * calc-arith.el (calcFunc-ldiv): New function.
3138         * calc.el (calc-left-divide): New function.
3140 2005-11-14  Juri Linkov  <juri@jurta.org>
3142         * cus-edit.el (custom-variable-prompt): Set the default value arg
3143         of completing-read.
3145         * cus-dep.el (custom-make-dependencies): Reverse the list of
3146         found dependencies.
3148 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3150         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3151         Highlighting" entry, it is on by default now.
3152         (menu-bar-options-save): Do not save global-font-lock-mode.
3154 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3156         * textmodes/flyspell.el (flyspell-large-region):
3157         Call flyspell-accept-buffer-local-defs.
3159 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3161         * textmodes/flyspell.el (flyspell-notify-misspell):
3162         Fix misspelling of "Misspelling".
3163         (flyspell-process-localwords): New function.
3164         (flyspell-large-region): Call flyspell-process-localwords and
3165         flyspell-delete-region-overlays.
3166         (flyspell-delete-region-overlays): New function.
3167         (flyspell-delete-all-overlays): Call that.
3169 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3171         * help.el (help-for-help-internal): Improve doc of C-h a.
3172         (describe-key): Improve prompt; doc fix.
3174 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3176         * vc-svn.el (vc-svn-registered): Catch all errors.
3178         * cus-dep.el (custom-make-dependencies): Typo.
3180 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3182         * net/tramp-util.el (top): Fix compilation warning.
3184 2005-11-13  Kim F. Storm  <storm@cua.dk>
3186         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3188 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3190         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3191         (gud-speedbar-buttons): Match on "const char *" too.
3193         * progmodes/gdb-ui.el (gdb-var-create-handler)
3194         (gdb-var-list-children-handler): Match on "const char *" too.
3195         (gdb-var-evaluate-expression-handler): Match on empty string.
3196         (gdb-var-update-handler): Only call
3197         gdb-var-evaluate-expression-handler when required.
3199 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3201         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3202         selected window.  This still doesn't work for speedbar.
3203         (gud-speedbar-buttons): Handle string expressions properly.
3205         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3206         (gdb-var-create-handler): Handle string expressions properly.
3207         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3208         Handle string expressions properly.  Move "type" field into regexp.
3210 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3212         * bookmark.el (bookmark-maybe-message): New function to reduce
3213         code duplication: invokes `message' iff baud-rate is high enough.
3214         (bookmark-write-file): Use above instead of an inline conditional.
3215         (bookmark-load): Same.
3217 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3219         * bookmark.el (bookmark-write-file): Don't visit the destination
3220         file, just write the data to it using write-region.  This is
3221         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3222         change to avoid visiting the file in the first place.
3224 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3226         * hi-lock.el (hi-lock-mode): Set the default value of
3227         font-lock-defaults.
3229 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3231         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3232         arg to `file-attributes'.
3233         (find-lisp-format): The UID and GID can now be strings.
3235 2005-11-12  Kim F. Storm  <storm@cua.dk>
3237         * help.el (help-map): Bind C-h d to apropos-documentation.
3239         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3240         when point is at end-of-buffer.
3242         * apropos.el (apropos-match-face): Doc fix.
3243         (apropos-sort-by-scores): Add new choice `verbose'.
3244         (apropos-documentation-sort-by-scores): New defcustom.
3245         (apropos-pattern): Now contains the pattern entered by the user.
3246         (apropos-pattern-quoted): New defvar.
3247         (apropos-regexp): New defvar, containing the regexp corresponding
3248         to apropos-pattern.
3249         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3250         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3251         interactive calls; returns list of words for a word list, and
3252         string for a regexp.
3253         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3254         parses a list of words or regexp as returned by apropos-read-pattern.
3255         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3256         (apropos-score-doc): Return a very high score if the string
3257         entered by the user matches literally.
3258         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3259         (apropos-command): Doc fix.  Use apropos-read-pattern and
3260         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3261         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3262         apropos-parse-pattern.
3263         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3264         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3265         apropos-documentation-sort-by-scores.  Call apropos-print with
3266         nosubst=t.
3267         (apropos-documentation-internal): Pass doc string through
3268         substitute-key-definition before adding text properties.
3269         Highlight substring matching literal user input if possible.
3270         (apropos-documentation-check-doc-file): Remove locals beg and end.
3271         Fix calculation of score (as added twice).  Pass doc string through
3272         substitute-key-definition before adding text properties.
3273         (apropos-documentation-check-elc-file): Pass doc string through
3274         substitute-key-definition before adding text properties.
3275         Highlight substring matching literal user input if possible.
3276         (apropos-print): Add new arg NOSUBST; if set, command and variable
3277         doc strings have already been passed through substitute-key-definition.
3278         Add code to handle apropos-accumulator items without score element
3279         for backwards compatibility (e.g. with woman package).
3280         Only show scores if apropos-sort-by-scores is `verbose'.
3282 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3284         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3285         Add jka-compr-load-suffixes to load-suffixes.
3287         * jka-compr.el: Require 'jka-cmpr-hook.
3288         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3289         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3290         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3291         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3292         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3293         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3294         (jka-compr-uninstall): Remove entries from
3295         jka-compr-added-to-file-coding-system-alist after they are used.
3296         (jka-compr-error): Remove unused var `curbuf'.
3297         (jka-compr-file-local-copy): Remove unused var `notfound'.
3299 2005-11-10  Romain Francoise  <romain@orebokech.com>
3301         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3303 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3305         * progmodes/gud.el (gud-menu-map): Move parentheses.
3306         (gdb): New command gud-pv.
3308 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         * tar-mode.el: Remove spurious or unnecessary leading stars
3311         in docstrings.
3312         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3313         (tar-parse-octal-integer-safe): Use mapc.
3314         (tar-header-block-summarize): Remove unused var `ck'.
3315         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3316         cleared before.  Obey default-enable-multibyte-characters.
3317         Use mapconcat.  Simplify setting of tar-header-offset.
3318         (tar-mode-map): Move initialization inside delcaration.
3319         (tar-flag-deleted): Use `abs'.
3320         (tar-expunge-internal): Remove unused var `line'.
3321         (tar-expunge-internal): Don't hardcode point-min==1.
3322         (tar-expunge): Widen while doing set-buffer-multibyte.
3323         (tar-rename-entry): Use file-name-coding-system.
3324         (tar-alter-one-field): Don't hardcode point-min==1.
3325         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3326         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3328 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3330         * add-log.el (add-log-current-defun): Handle class::method
3331         notation of c++. Fix incorrect comment.
3333 2005-11-10  Alan Mackenzie  <acm@muc.de>
3335         * help-fns.el (describe-variable): Make C-h v work when a variable
3336         has variable documentation yet is unbound.
3338 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3340         * man.el (Man-highlight-references): Set an empty
3341         string to `Man-arguments' if it is nil.
3342         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3344 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3346         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3347         commenting conventions.
3349         * cus-dep.el (custom-make-dependencies): Simplify.
3350         Better follow the commenting conventions.
3352 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3354         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3355         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3356         All uses changed.
3357         (apropos-rewrite-regexp): Doc fix.
3358         (apropos-variable, apropos-command, apropos, apropos-value):
3359         Change prompt; carry through the argument renaming.
3361 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3363         * find-lisp.el: Require dired.
3364         (find-lisp-find-dired-internal): Do not call
3365         `abbreviate-file-name' on DIR.
3367 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3369         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3371 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3373         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3374         when using the speedbar.
3375         (gdb): New command gud-pp.
3376         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3378 2005-11-09  Juri Linkov  <juri@jurta.org>
3380         * replace.el (occur-excluded-properties): New defcustom.
3381         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3383 2005-11-08  Jay Belanger  <belanger@truman.edu>
3385         * calc/calc-units.el (math-convert-units): Replace any composite
3386         unit by its definition.
3388 2005-11-08  Lars Hansen  <larsh@soem.dk>
3390         * emacs-lisp/autoload.el (update-directory-autoloads):
3391         Add obsolete function alias.
3393 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3396         comment-indent-function.
3397         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3399         * reveal.el (reveal-post-command): Rework the handling of
3400         reveal-open-spots, so as to be more reliable.  There were several
3401         tricky corner cases where an open spot might be lost, or where
3402         a closed spot might end up on the list of open spots.
3403         Only reveal text that's ellipsised.
3405 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3407         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3409 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3411         * ibuffer.el (ibuffer): Search iconified frames too when
3412         getting Ibuffer buffer's window.
3414 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3416         * progmodes/compile.el (compilation-internal-error-properties):
3417         save-excursion around the computation of MARKER.
3419 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3421         * textmodes/flyspell.el (flyspell-external-point-words):
3422         flyspell-get-word returns a list, not just a string.
3424 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3426         * ibuffer.el (ibuffer): Search all visible frames when getting
3427         Ibuffer buffer's window.
3429 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3431         * man.el (Man-reference-regexp): Accept spaces between
3432         `Man-name-regexp' and `Man-section-regexp'.
3433         (Man-apropos-regexp): New variable.
3434         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3435         if available.
3436         (Man-highlight-references, Man-highlight-references0):
3437         Handle the case when `Man-arguments' includes "-k".
3438         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3439         `TARGET'. `TARGET' can be a number, function or nil.
3441 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3443         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3444         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3445         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3446         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3447         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3448         (gdb-send-item): Use buffer-local-value and simplify.
3450 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3452         * startup.el (command-line): Use `custom-reevaluate-setting' for
3453         `global-font-lock-mode'.
3455         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3456         by default, except in batch mode or when the -D option is given.
3458         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3459         specified keyword args on to `define-minor-mode'.  Update docstring.
3461 2005-11-05  Romain Francoise  <romain@orebokech.com>
3463         * replace.el (occur-engine): Add marker at end of line, too.
3465 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3467         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3468         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3469         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3470         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3471         argument to all these routines, so the passphrase can be managed
3472         externally and passed in to the system.
3473         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3474         pgg-add-passphrase-to-cache function.
3476         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3477         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3478         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3479         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3480         argument to all these routines, so the passphrase can be managed
3481         externally and passed in to the system.
3482         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3483         function.
3485 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3487         * font-lock.el: Don't deal with font-lock-face-attributes here,
3488         move the code ...
3490         * startup.el (command-line): ... here. Use face-spec-set instead
3491         of custom-declare-face.
3493         * faces.el (face-spec-set): Reset the face if spec is not nil.
3495 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * newcomment.el (comment-region-internal): Box more tightly in the
3498         common case where there's no TAB in the boxed text.
3500 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3502         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3503         up-node.
3505 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3507         * newsticker.el: Commentary updated. Code formatting changed.
3508         (newsticker-version): Change to "1.9".
3509         (newsticker, newsticker-feed): Doc fix.
3510         (newsticker-url-list): Doc fix.  Add option "Weekly".
3511         (newsticker-retrieval-interval): Add option "Weekly".
3512         (newsticker-headline-processing): Doc fix.
3513         (newsticker-auto-mark-filter): Remove.
3514         (newsticker-auto-mark-filter-list): New.
3515         (newsticker-layout, newsticker-sort-method): Doc fix.
3516         (newsticker-hide-old-items-in-newsticker-buffer)
3517         (newsticker-heading-format, newsticker-item-format)
3518         (newsticker-desc-format): Doc fix.
3519         (newsticker-show-all-rss-elements): Remove.
3520         (newsticker-show-all-news-elements): New.
3521         (newsticker-faces, newsticker-ticker): Doc fix.
3522         (remove-from-invisibility-spec): Code formatting.
3523         (newsticker--process-ids): New.
3524         (newsticker-mode): Doc fix.
3525         (newsticker-mode): Change mode-line-format.
3526         (newsticker-start): Remove debug output.
3527         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3528         (newsticker-w3m-show-inline-images): Code formatting.
3529         (newsticker-next-item): Call `force-mode-line-update'.
3530         (newsticker-previous-item): Call `force-mode-line-update'.
3531         (newsticker-next-feed): Call `force-mode-line-update'.
3532         (newsticker-previous-feed): Call `force-mode-line-update'.
3533         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3534         (newsticker-show-old-items): Do not show descs.
3535         (newsticker-hide-entry): Hide too much.
3536         (newsticker-hide-entry, newsticker-show-entry)
3537         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3538         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3539         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3540         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3541         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3542         (newsticker-get-news): Call `force-mode-line-update'.
3543         Collect process ids.
3544         (newsticker--sentinel): Change coding system handling.
3545         Move image retrieval to new functions newsticker--get-logo-url-*.
3546         Move feed parsing to new functions newsticker--parse-*.
3547         Update list of process ids.
3548         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3549         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3550         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3551         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3552         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3553         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3554         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3555         (newsticker--decode-coding-string): Remove.
3556         (newsticker--decode-numeric-entities): Check input.  Format code.
3557         (newsticker--remove-whitespace): Check input.
3558         (newsticker--do-forget-preformatted): Doc fix.
3559         (newsticker--decode-rfc822-date): Allow for missing time.
3560         (newsticker--update-process-ids): New.
3561         (newsticker--image-sentinel): Change comment.
3562         (newsticker--image-read): Change error message.
3563         (newsticker--imenu-goto): Doc fix.  Show headline title.
3564         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3565         (newsticker--buffer-do-insert-text): Clean whitespace in
3566         html-rendered headline title.  Code formatting.
3567         Call `newsticker--buffer-print-extra-elements'.
3568         (newsticker--buffer-print-extra-element): Remove.
3569         (newsticker--buffer-print-extra-elements): New.
3570         (newsticker--buffer-do-print-extra-element): New.
3571         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3572         large sizes.
3573         (newsticker--run-auto-mark-filter)
3574         (newsticker--do-run-auto-mark-filter):
3575         Use `newsticker-auto-mark-filter-list'.
3577 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3579         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3580         (rcirc-print): Force redisplay before running hooks.  Do long
3581         buffer truncation after making new text read-only.  Deal with nil
3582         text when decoding strings.  If TARGET is nil, use either the
3583         currently selected buffer, if it is an rcirc buffer and of the
3584         same process or the process buffer.
3585         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3586         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3587         (rcirc-short-buffer-name): Add variable.
3588         (rcirc-kill-buffer-hook): Recompute short buffer names.
3589         Remove nick from private channel.
3590         (rcirc-send-input): Send command text to current-buffer.
3591         Don't clear overlay arrow here.
3592         (rcirc-short-buffer-name): Return a short buffer name.
3593         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3594         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3595         buffer-name abbreviations.
3596         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3597         Do not touch nick-table when killing a parted channel.
3598         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3599         Clear arrow from current buffer if it is now hidden.
3600         (rcirc-current-buffer): Add variable.
3601         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3602         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3603         Remove -face from names.
3604         (rcirc-update-activity-string): Print "DND" when globally ignoring
3605         activity.
3606         (rcirc-ignore-buffer-activity-flag): Rename from
3607         rcirc-ignore-channel-activity.
3608         (rcirc-ignore-all-activity-flag): Doc fix.
3609         (rcirc-channels): Remove variable.
3610         (rcirc-kill-buffer-hook):
3611         (rcirc-get-buffer-create): Add nick to private channel.
3612         (rcirc-multiline-edit-submit): Remove tabs.
3613         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3614         folded.
3615         (rcirc-remove-nick-channel): Bug fix.
3616         (rcirc-toggle-ignore-buffer-activity): Rename from
3617         rcirc-toggle-ignore-channel-activity.
3618         (rcirc-record-activity): Add buffers to the front of the list.
3619         (rcirc-update-activity): Remove killed buffers from list.
3620         (rcirc-process-server-response-1): Remove last argument if it is
3621         null before calling handler.
3622         (rcirc): Add "rcirc" defcustom prefix.
3623         (rcirc-prompt): Simplify default prompt.
3624         Use custom-initialize-default.
3625         (rcirc-private-chats): Remove variable.
3626         (rcirc-prompt): Change initialization.
3627         (rcirc-version): Remove function.
3628         (rcirc-id-string): Add constant.
3629         (rcirc-last-buffer): Remove variable.
3630         (rcirc-buffer-alist): Add variable.
3631         (rcirc-connect): Update variable setup.
3632         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3633         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3634         default.
3635         (rcirc-handler-generic): Trigger activity.
3636         (rcirc-send-message): Create the buffor of the target.
3637         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3638         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3639         (rcirc-multiline-edit-cancel): Remove function.
3640         (rcirc-set-last-buffer): Remove function.
3641         (rcirc-get-any-buffer): Add function.
3642         (rcirc-join-channels): Don't print /join text.
3643         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3644         messages.
3645         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3646         (rcirc-handler-NOTICE): Recognize CTCP responses.
3647         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3648         constructing TOPIC string for buffers we are not JOINed.
3649         (rcirc-handler-CTCP-response): Add handler.
3650         (rcirc-multiline-edit-submit): Restore the window-configuration
3651         before adjusting point.
3652         (rcirc): Add customization group.
3653         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3654         (rcirc-user-full-name, rcirc-startup-channels-alist)
3655         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3656         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3657         (rcirc-input-ring-size, rcirc-read-only-flag)
3658         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3659         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3660         Change defvar to defcustom.
3661         (rcirc-update-prompt): Add optional ALL arg, which will update
3662         prompts in all rcirc buffers.  Regexp quote replacement text.
3663         (rcirc-fill-column): Accept 'frame-width as a value.
3664         (rcirc-set-changed): Add function.
3665         (rcirc-next-active-buffer): Write more meaningful messages.
3666         (rcirc-faces): Add customization group.
3667         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3668         (rcirc-nick-in-message-face, rcirc-prompt-face)
3669         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3670         (with-rcirc-process-buffer): Move before first usage.
3671         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3672         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3673         (rcirc-debug): Rename from `rcirc-log'.
3674         (rcirc-format-response-string): Do not print '-' chars for a
3675         NOTICE with no sender.  Simplify output of server responses.
3677 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3679         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3680         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3681         mouse and RET clickable.
3683 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3685         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3687 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3689         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3690         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3691         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3692         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3693         argument to all these routines, so the passphrase can be managed
3694         externally and passed in to the system.
3695         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3696         pgg-add-passphrase-to-cache function.
3698         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3699         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3700         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3701         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3702         argument to all these routines, so the passphrase can be managed
3703         externally and passed in to the system.
3704         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3705         function.
3707 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3709         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3710         from goto-address-url-regexp.
3712 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3714         * textmodes/org.el (org-read-date, org-goto-calendar)
3715         (org-recenter-calendar, org-agenda-goto-calendar):
3716         Temporarily clear 'calendar-move-hook'.
3718 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3720         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3721         merging.
3723         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3724         have merge clashes.
3726 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3728         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3729         Undo previous change.
3731         * startup.el (command-line): Use `custom-reevaluate-setting' for
3732         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3733         tty-register-default-colors on Mac.
3735 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3737         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3738         (gdb-buffer-type): Make it automatically buffer local...
3739         (gdb-get-create-buffer): ...and set it accordingly.
3740         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3741         actually work.
3743 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3745         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3746         not red.
3748 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3750         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3751         case GUD buffer is not visible.
3752         (gdb-goto-breakpoint): Try to force display in source buffer.
3753         (gdb-frame-gdb-buffer): Copy other similar functions.
3754         (gdb-restore-windows): Don't display source if not asked for.
3755         (gdb-assembler-buffer-name): Don't capitalise.
3757 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3759         * wid-edit.el (key-sequence): New widget type.
3761         * simple.el (set-mark-command-repeat-pop): New variable.
3762         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3763         if set-mark-command-repeat-pop is true.
3765         * info.el (Info-fontify-node): Don't display extra "see" if there
3766         already is one here.
3768         * mouse.el: Fix special handling of DEL after dragging a region:
3769         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3770         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3772         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3774         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3775         not to assume it pertains to an affix.
3777         * textmodes/flyspell.el (flyspell-post-command-hook):
3778         Bind deactivate-mark to prevent deactivation.
3780 2005-11-03  Lars Hansen  <larsh@soem.dk>
3782         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3783         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3784         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3786 2005-11-03  Romain Francoise  <romain@orebokech.com>
3788         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3789         Update copyright years.
3791 2005-11-03  Sam Steingold  <sds@gnu.org>
3793         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3794         Use system-type instead of window-system because window-system is not
3795         correctly defined during loadup.
3797 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3799         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3800         (xml-parse-tag): Join strings separated by a comment properly.
3802 2005-11-02  Andreas Schwab  <schwab@suse.de>
3804         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3806 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3809         (byte-optimize-pure-func): Quote the eval'd value.
3811         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3812         Rename from perl-font-lock-syntactic-face-function.
3813         Change the calling convention so it can be used as a font-lock MATCHER.
3814         Do the parse-partial-sexp loop outselves.
3815         (perl-font-lock-syntactic-keywords): Use it.
3816         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3818 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3820         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3821         disassembly buffer too.
3822         (gdb-exited): Remove overlay arrows when execution has finished.
3823         (gdb-info-frames-custom, gdb-info-threads-custom)
3824         (gdb-info-registers-custom): Don't add inappropriate text
3825         properties if inferior is not active.
3827 2005-11-02  Glenn Morris  <rgm@gnu.org>
3829         * progmodes/fortran.el (fortran-blink-match):
3830         Use `blink-matching-delay'.
3832 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3834         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3836 2005-11-02  Lars Hansen  <larsh@soem.dk>
3838         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3839         "Permission denied".
3841 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3843         * textmodes/flyspell.el (flyspell-external-point-words):
3844         Pass nil to flyspell-get-word.
3846 2005-11-02  Kim F. Storm  <storm@cua.dk>
3848         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3849         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3851 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3853         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3854         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3855         (calendar-mouse-print-dates): Add optional `event' argument.
3856         Update interactive-spec.
3857         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3858         Use `calendar-event-to-date' instead of `event'.
3860 2005-11-02  Masatake YAMATO  <jet@gyve.org>
3862         * progmodes/ld-script.el (ld-script-builtins):
3863         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3864         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3865         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3867 2005-11-01  Romain Francoise  <romain@orebokech.com>
3869         * vc-sccs.el: Update copyright year.
3870         * ezimage.el: Likewise.
3872 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
3874         * info.el (Info-fontify-node): Use `string-width' for fontifying
3875         underlined titles.
3877 2005-11-01  Juri Linkov  <juri@jurta.org>
3879         * info.el (Info-fontify-node): Downcase node header keywords Node,
3880         Prev, Next, Up before comparison.
3881         (Info-history): Insert absolute directory name, and put invisible
3882         property on it.
3884 2005-11-01  Juri Linkov  <juri@jurta.org>
3886         * info.el (Info-file-supports-index-cookies): New variable.
3887         (Info-find-node-2): Check makeinfo version for index cookie support.
3888         (Info-index-nodes): Search for nodes with index cookies only when
3889         Info-file-supports-index-cookies is t.  Otherwise, search nodes
3890         with "Index" in the node name.
3891         (Info-index-node): Search index cookie in the current node only when
3892         Info-file-supports-index-cookies is t.  Otherwise, check the word
3893         "Index" in the node name.
3894         (Info-find-emacs-command-nodes): Remove code that searches nodes
3895         with "Index" node name in the top menu.
3897 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * progmodes/scheme.el (scheme-mode-variables): Use the default
3900         comment-indent-function.
3902         * faces.el (face-attribute): Handle the case where a face inherits from
3903         a non-existent face.
3905         * simple.el (eval-expression-print-format): Use lisp-readable syntax
3906         for octal and hexa output, and merge the char into the paren.
3907         (kill-new): Use push.
3908         (copy-to-buffer): Use with-current-buffer.
3909         (completion-setup-function): Move code in loop to remove redundancy.
3910         (minibuffer-local-must-match-map): Don't add bindings that duplicate
3911         those inherited from minibuffer-local-completion-map.
3913         * savehist.el (savehist-mode) <defcustom>:
3914         Use custom-set-minor-mode if available.
3915         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3916         and emit a message if applicable.
3918 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
3920         * savehist.el: Sync up to version 19.
3921         (savehist-mode): New minor mode.
3922         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3923         (savehist-length): Remove (use history-length instead).
3924         (savehist-file-modes): Rename from savehist-modes.
3925         (savehist-save-hook, savehist-loaded): New vars.
3926         (savehist-load): Use savehist-mode.  Try to smooth up transition from
3927         old format to new format.
3928         (savehist-install): Allow savehist-autosave-interval to be nil.
3929         (savehist-save): Run the new hook.  Be more careful to only trim the
3930         history variables.
3931         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
3932         (savehist-printable): Print into a buffer rather than char-by-char.
3934 2005-11-01  John Wiegley  <johnw@newartisans.com>
3936         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3937         toggle-ignore keybinding (C-a).  The author said it had been
3938         disabled much earlier due to a possible incompatibility, but after
3939         many months of usage I have encountered no problems (and it is a
3940         rather useful option, especially for switching to " *temp*").
3942         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3943         support for OS/X's AddressBook, by calling out to the open source
3944         program "contacts" (installable through Fink).
3946         * net/eudc.el (eudc-expand-inline): If the
3947         `eudc-multiple-match-handling-method' is set to `all', delete the
3948         query string before inserting the query result.
3950         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3951         flag, to prevent Eshell from using the system ls when
3952         `eshell-ls-insert-directory' is in used.
3953         (eshell-ls-insert-directory): Disable font-lock in directory
3954         buffer so that Eshell's own fontification is seen.  This broke
3955         recently due to changes in font-lock, so this goes back to version
3956         21 behavior.
3958 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
3960         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3961         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3962         (gdb-many-windows): Doc fix.
3964 2005-10-31  Romain Francoise  <romain@orebokech.com>
3966         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3968 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3970         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3971         that global-font-lock-mode can be enabled by default.
3973         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3974         (font-lock-add-keywords, font-lock-remove-keywords)
3975         (font-lock-fontify-buffer): Remove autoload cookies.
3977         * jit-lock.el (jit-lock-register): Likewise.
3979         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3981 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
3983         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3984         intact if there is no gud-comint-buffer.
3986 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
3988         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3989         old prompt comint-prompt-read-only is t and GDB commands are
3990         issued from tool bar etc.
3992 2005-10-31  Masatake YAMATO  <jet@gyve.org>
3994         * vc.el (vc-directory-exclusion-list): Add "{arch}".
3996 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3998         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3999         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4001 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4003         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4004         starting at beginning of line.  Fontification is messed up when
4005         `open-paren-in-column-0-is-defun-start' set to t.
4006         Reported by John Paul Wallington <jpw@pobox.com>.
4008 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4010         * comint.el (comint-send-input): Call `comint-update-fence' when
4011         `comint-process-echoes' and `comint-prompt-read-only' are both
4012         non-nil, to avoid leftover read-only newline.
4014 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4016         * textmodes/flyspell.el (flyspell-external-point-words):
4017         Detect when WORD can't be checked properly because
4018         flyspell-get-word finds just part of it, and move on.
4020         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4021         boundarychar for Polish.
4022         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4023         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4025 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4027         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4028         (gdb-registers-font-lock-keywords): Delete.
4029         (gdb-registers-mode): Don't fontify.
4030         (gdb-info-registers-custom): Use text properties instead as, in
4031         future, changed register values will use font-lock-warning-face.
4032         (gdb-local-font-lock-keywords): Rename to...
4033         (gdb-locals-font-lock-keywords): ...for consistency.
4035 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4037         * vc.el (vc-switch-backend): Better error message if the buffer is
4038         not visiting a file under version control.
4040         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4042 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4044         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4045         ~/.emacs.d/.emacs.
4047 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4049         * replace.el (occur-mode-mouse-goto): Always go to other window.
4050         (occur-mode-goto-occurrence): Always switch in same window.
4052         * simple.el (undo): Display message at end, not at start.
4054         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4055         New arg REUSE-CELL.
4056         (cancel-timer-internal): New function.
4057         (timer-event-handler): Use cancel-timer-internal,
4058         and pass the cell it returns to timer-activate...
4060         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4061         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4062         (jit-lock-after-change): Test memory-full.
4064 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4066         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4067         part of the decoded armor to find the key-identifier.
4068         (pgg-gpg-lookup-key-owner): New function to return the
4069         human-readable identifier of a key owner.
4070         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4071         key itself.
4072         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4073         the key value) if we have a key and can match it against a secret
4074         key.  Also, added a note pointing out fact that the prompt only
4075         indicates the first matching key.
4077         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4078         pgg-decrypt-region.
4079         (pgg-pending-timers): A new hash for tracking the passphrase cache
4080         timers, so that new ones supercede old ones.
4081         (pgg-add-passphrase-to-cache): Rename from
4082         `pgg-add-passphrase-cache' to reduce confusion (all callers
4083         changed).  Modified to cancel old timers when new ones are added.
4084         (pgg-remove-passphrase-from-cache): Rename from
4085         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4086         changed).  Modified to cancel old timers when their keys are
4087         removed from the cache.
4088         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4089         XEmacs, an indirection to delete-itimer.
4090         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4091         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4092         users can only check cache without risk of prompting.  Correct bug in
4093         notruncate behavior.
4094         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4095         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4096         Add informative docstrings.
4097         (pgg-decrypt): Convey provided passphrase in subordinate call to
4098         pgg-decrypt-region.
4100         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4101         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4102         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4103         'passphrase' argument, so the passphrase can be managed externally
4104         and then passed in to the system.
4106         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4107         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4108         so the passphrase cache can be used reliably with identifiers
4109         besides a pgp packet's key id.
4111         * pgg-gpg.el (pgg-pgp-encrypt-region)
4112         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4113         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4114         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4115         argument to all these routines, so the passphrase can be managed
4116         externally and passed in to the system.
4118         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4119         'notruncate' argument, so the passphrase cache can be used
4120         reliably with identifiers besides a pgp packet's key id.
4122 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4124         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4125         symmetric encryption.
4126         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4127         encrypted session key.
4128         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4129         message ask for the passphrase in a proper way.
4131         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4132         New user commands for symmetric encryption.
4134 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4136         * textmodes/conf-mode.el (conf-assignment-sign)
4137         (conf-assignment-regexp): Fix docstrings.
4138         (conf-mode-initialize): New function.
4139         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4140         recognize recursive calls.
4141         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4142         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4143         (conf-xdefaults-mode): Use define-derived-mode and
4144         conf-mode-initialize.
4146 2005-10-29  Romain Francoise  <romain@orebokech.com>
4148         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4150 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4152         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4153         part of the decoded armor to find the key-identifier.
4154         (pgg-gpg-lookup-key-owner): New function to return the
4155         human-readable identifier of a key owner.
4156         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4157         key itself.
4158         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4159         the key value) if we have a key and can match it against a secret
4160         key.  Also, added a note pointing out fact that the prompt only
4161         indicates the first matching key.
4163         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4164         pgg-decrypt-region.
4165         (pgg-pending-timers): A new hash for tracking the passphrase cache
4166         timers, so that new ones supercede old ones.
4167         (pgg-add-passphrase-to-cache): Rename from
4168         `pgg-add-passphrase-cache' to reduce confusion (all callers
4169         changed).  Modified to cancel old timers when new ones are added.
4170         (pgg-remove-passphrase-from-cache): Rename from
4171         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4172         changed).  Modified to cancel old timers when their keys are
4173         removed from the cache.
4174         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4175         XEmacs, an indirection to delete-itimer.
4176         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4177         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4178         users can only check cache without risk of prompting.  Correct bug in
4179         notruncate behavior.
4180         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4181         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4182         Add informative docstrings.
4183         (pgg-decrypt): Convey provided passphrase in subordinate call to
4184         pgg-decrypt-region.
4186 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4188         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4189         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4190         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4191         'passphrase' argument, so the passphrase can be managed externally
4192         and then passed in to the system.
4194         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4195         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4196         so the passphrase cache can be used reliably with identifiers
4197         besides a pgp packet's key id.
4199         * pgg-gpg.el (pgg-pgp-encrypt-region)
4200         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4201         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4202         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4203         argument to all these routines, so the passphrase can be managed
4204         externally and passed in to the system.
4206         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4207         'notruncate' argument, so the passphrase cache can be used
4208         reliably with identifiers besides a pgp packet's key id.
4210 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4212         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4213         symmetric encryption.
4214         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4215         encrypted session key.
4216         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4217         message ask for the passphrase in a proper way.
4219         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4220         New user commands for symmetric encryption.
4222 2005-10-28  Bill Wohler  <wohler@newt.com>
4224         * help-mode.el (help-url): New button type. Calls browse-url.
4225         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4226         Similar to Info nodes: URL `url'.
4227         (help-make-xrefs): Create help-url buttons for
4228         help-xref-url-regexp matches.
4230 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4232         * tool-bar.el (tool-bar-add-item-from-menu)
4233         (tool-bar-local-item-from-menu): Fix doc strings.
4235 2005-10-28  Romain Francoise  <romain@orebokech.com>
4237         * ldefs-boot.el: Update.
4239         * subr.el (locate-library): Move from help-fns.el.
4240         * help-fns.el (locate-library): Move to subr.el.
4242 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4244         * net/tramp.el (tramp-completion-mode): defvar moved up.
4246         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4248         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4250         * files.el (find-file-noselect): Use %d to format large file size.
4252         * bindings.el (mode-line-format): Add %e.
4254         * loadup.el ("facemenu"): Load unconditionally.
4255         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4256         ("x-dnd"): Load, when appropriate.
4258         * startup.el (command-line): Call before-init-hook earlier.
4259         Warn about some bad characters in -u user name.
4261         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4262         (flyspell-external-point-words): Error if misspelled word is not found.
4263         Set flyspell-large-region-beg at end of word.
4265 2005-10-28  Andreas Schwab  <schwab@suse.de>
4267         * view.el (View-revert-buffer-scroll-page-forward):
4268         Use view-page-size-default.
4270 2005-10-28  Juri Linkov  <juri@jurta.org>
4272         * international/quail.el (quail-get-current-str): Translate last
4273         raw character for deterministic input methods.
4275 2005-10-27  Jay Belanger  <belanger@truman.edu>
4277         * calc/calc-ext.el: Add functions to autoloads.
4278         (math-identity-matrix-p, math-ident-row-p): New functions.
4280         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4281         multiplication by an identity matrix; don't turn multiplication by
4282         an inverse matrix into division.
4283         (math-div-symbol-fancy):  Replace division by matrices with
4284         multiplication by inverse.
4286         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4288         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4289         (calc-writeoutpower): New functions.
4291 2005-10-27  Romain Francoise  <romain@orebokech.com>
4293         * replace.el (occur-engine): Include colon in mouse-face highlight.
4295         * dired-x.el: Change Maintainer field.
4297 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4299         * longlines.el (longlines-mode): Bind after-change-functions to
4300         nil during initial decoding and final encoding.
4302 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4304         * term.el (term-emulate-terminal, term-handle-colors-array)
4305         (term-handle-ansi-escape): Specify the terminfo capabilities
4306         implemented.
4308 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4310         * info.el (Info-fontify-node): Fix detection of sentence-break
4311         before *Note.
4313 2005-10-26  Romain Francoise  <romain@orebokech.com>
4315         * smerge-mode.el: Add `tools' to file keywords.
4317 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4319         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4320         when the fringe is not available.
4322         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4323         (def-gdb-auto-update-trigger): Simplify construction.
4324         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4325         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4326         defined explicitly.
4327         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4328         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4329         defined explicitly.
4330         (gdb-info-locals-custom): Remove as it's a no-op.
4332 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4334         * longlines.el (longlines-mode): Remove narrowing before
4335         performing the initial decoding or final encoding.
4337 2005-10-25  Romain Francoise  <romain@orebokech.com>
4339         * emacs-lisp/find-func.el (find-library-name): Also strip
4340         extension if library name ends in .el, to take advantage of
4341         `find-library-suffixes'.
4343 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4345         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4347 2005-10-25  Juri Linkov  <juri@jurta.org>
4349         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4350         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4352 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4355         (blackbox-redefine-key): Add argument `map'.
4357         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4358         regions when moving the jit-lock-context-unfontify-pos boundary.
4360 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4362         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4364 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4366         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4368 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4370         * play/blackbox.el (blackbox-redefine-key): New function.
4371         (blackbox-mode-map): Use it to remap existing bindings for cursor
4372         motion instead of binding literal keys.
4374 2005-10-25  Glenn Morris  <rgm@gnu.org>
4376         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4377         diary does not end in a newline.  Do not assume a blank line at
4378         the start of the diary file.
4380 2005-10-25  Kenichi Handa  <handa@m17n.org>
4382         * international/quail.el (quail-translate-key): If the input
4383         method is deterministic and failed to handle the last key, restart
4384         the key handling loop from an appropriate key.
4386 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4388         * vc.el (vc-dired-mode): Extend comment for binding of
4389         `directory-listing-before-filename-regexp'.
4391 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * textmodes/texinfo.el (texinfo-mode):
4394         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4395         not to unnecessarily expose emacs-mule's internal char codes.
4397 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4399         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4400         Display hand pointer and help-echo on disabled icon too.
4401         (gdb-mouse-until): New function.
4402         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4404 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4406         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4407         with 2005-10-23 change to doctor.el.
4409         * finder.el (finder-mode-map): Add follow-link binding.
4411 2005-10-25  Kim F. Storm  <storm@cua.dk>
4413         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4414         to gdb-mouse-toggle-breakpoint-fringe.
4415         (gdb-mouse-toggle-breakpoint-margin): Rename from
4416         gdb-mouse-toggle-breakpoint. Fix doc.
4417         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4418         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4419         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4420         string properties also for fringe breakpoint bitmaps.
4422 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4424         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4426 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4428         * simple.el (completion-common-substring):
4429         Use `completion-common-substring' prior to `completion-base-size'.
4431 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4433         * savehist.el: Require CL while compiling.
4434         (savehist-history-variables): Remove.
4435         (savehist-save-minibuffer-history, savehist-additional-variables)
4436         (savehist-minibuffer-history-variables): New vars.
4437         (savehist-save): Use them.
4438         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4439         (savehist-install): New fun, extracted from savehist-load.
4440         (savehist-load): Use them.
4442 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4445         a dummy doc-string-elt property.
4446         (defalias, defvaralias, define-category): Add a docstring property.
4448         * image.el (defimage):
4449         * widget.el (define-widget):
4450         * custom.el (defface, defcustom): Add `doc-string' declaration.
4452         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4453         (defadvice): Add `doc-string' declaration.
4455         * emacs-lisp/byte-run.el (macro-declaration-function):
4456         Handle `doc-string' declarations.
4457         (define-obsolete-function-alias, define-obsolete-variable-alias):
4458         Add `doc-string' declaration.
4460 2005-10-24  Kenichi Handa  <handa@m17n.org>
4462         * international/utf-7.el (utf-7): Add autoload cookie.
4464         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4466 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4468         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4469         list of directories passed to batch-update-autoloads.  Add "." to
4470         the list of the echoed directories.
4472         * pgg-def.el:
4473         * pgg-gpg.el:
4474         * pgg-parse.el:
4475         * pgg-pgp.el:
4476         * pgg-pgp5.el:
4477         * pgg.el: Moved here from the gnus subdirectory.
4479 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4481         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4482         in case comint-prompt-read-only is set to t.
4484         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4485         in case comint-prompt-read-only is set to t.
4487 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4489         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4490         Now a string.
4491         (icalendar-import-format): Handle CLASS, STATUS, URL.
4492         Rename `subject' to `summary'.
4493         (icalendar-import-format-summary): Rename from
4494         `icalendar-import-format-subject'.
4495         (icalendar-import-format-url, icalendar-import-format-status)
4496         (icalendar-import-format-class): New variables.
4497         (icalendar--rris): Take variable argument list.
4498         (icalendar--datestring-to-isodate): Remove unnecessary
4499         calendar-style check when converting dates with explicit month names.
4500         (icalendar-export-region): Change return type of conversion
4501         subroutines.  Bury current buffer unless error occurred.
4502         (icalendar--convert-to-ical)
4503         (icalendar--parse-summary-and-rest): New functions.
4504         (icalendar--convert-ordinary-to-ical)
4505         (icalendar--convert-weekly-to-ical)
4506         (icalendar--convert-yearly-to-ical)
4507         (icalendar--convert-block-to-ical)
4508         (icalendar--convert-cyclic-to-ical)
4509         (icalendar--convert-anniversary-to-ical): Change return type.
4510         Strip trailing blanks from subject.
4511         (icalendar--convert-sexp-to-ical): Change return type.
4512         Strip trailing blanks from subject.  Handle simple sexp
4513         entries as generated by icalendar.el.
4514         (icalendar--convert-float-to-ical)
4515         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4516         (icalendar-import-file): Doc fix.
4517         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4518         Correct call to icalendar--rris.
4519         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4520         `summary'.
4521         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4523 2005-10-24  Romain Francoise  <romain@orebokech.com>
4525         * server.el (server-sentinel): Set query-on-exit flag to nil on
4526         new client processes (it isn't inherited from the server process).
4528         * replace.el (occur-engine): Rearrange text properties.
4530 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4532         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4533         case-fold-search is nil.
4534         (debug-help-follow): Use help-xref-interned directly.
4536 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4538         * thumbs.el (thumbs-image-type): Add .pbm.
4540 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4542         * faces.el (inhibit-face-set-after-frame-default): New variable.
4543         (set-face-attribute): Bind it.
4544         (face-set-after-frame-default): Test it.
4546         * help-fns.el (describe-simplify-lib-file-name): New function.
4547         (describe-function-1, describe-variable): Use it.
4549         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4551         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4552         Eliminate nil as possible value.
4553         (tooltip-hide-delay): Reduce internal-border-width.
4555         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4556         (menu-bar-file-menu) <new-file>: Likewise.
4558         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4560         * international/mule.el (load-with-code-conversion):
4561         Pass full file name to `eval-buffer' unless preloading.
4563         * textmodes/flyspell.el (flyspell-large-region):
4564         Call ispell-check-version.
4566         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4567         Fix the make-variable-buffer-local call that was supposed
4568         to be for this variable.
4569         (ispell-aspell-supports-utf8): Doc fix.
4570         (ispell-find-aspell-dictionaries): Preserve elements of
4571         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4572         (ispell-aspell-find-dictionary): Return nil on error.
4574         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4575         (doctor-symptoms): Likewise.
4577         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4579 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4581         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4582         (custom-raised-buttons): Add :set spec.
4583         (custom-button-unraised, custom-button-pressed-unraised):
4584         New faces, so that custom-raised-buttons actually does something.
4585         (custom-mode): Use custom-button and custom-button-pressed.
4587         * wid-edit.el (widget-specify-button): Don't ignore
4588         widget-mouse-face on graphic terminals.
4589         (widget-move-and-invoke): Cleanup.
4591 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4593         * whitespace.el (whitespace-cleanup): Doc fix.
4595 2005-10-23  Romain Francoise  <romain@orebokech.com>
4597         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4598         `eval-after-load' to avoid evaluating their result.
4600 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4602         * files.el (directory-listing-before-filename-regexp):
4603         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4605         * dired.el (dired-move-to-filename-regexp): Remove.
4606         All occurences replaced by `directory-listing-before-filename-regexp'.
4608         * dired-x.el, locate.el, vc.el:
4609         Replace `dired-move-to-filename-regexp' by
4610         `directory-listing-before-filename-regexp'.  In vc.el it is
4611         overwritten locally; maybe this can be handled in files.el too.
4613         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4614         replaced by `directory-listing-before-filename-regexp'.
4616 2005-10-23  Andreas Schwab  <schwab@suse.de>
4618         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4619         and eval-next-after-load.
4621 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4623         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4624         exist, create it.
4626 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4628         * allout.el: Remove autoloads for mailcrypt and crypt++.
4629         Require pgg, pgg-gpg during compilation.
4630         (allout-version): Increment version number to 2.1, and use a literal
4631         rather than RCS Id.
4632         (allout-default-encryption-scheme): Remove.
4633         (allout-passphrase-verifier-handling)
4634         (allout-passphrase-verifier-string)
4635         (allout-file-passphrase-verifier-string)
4636         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4637         (allout-passphrase-hint-handling): Rename and simplify.
4638         (allout-init): Use `find-file-hook' if available, otherwise
4639         `find-file-hooks'.
4640         (allout-mode): Use `write-file-functions' if available, otherwise
4641         `local-write-file-hooks' and, instead of making auto-save-hook
4642         buffer local, make the write-file-hook activity contingent to
4643         allout-mode.
4644         (allout-mode): Use key-binding substitution in the docstring.
4645         (allout-kill-line): Spell-out kill ring data structure mutation
4646         instead of using byte-compiler-complaint-provoking `pop'.
4647         (allout-insert-listified): Use `insert' rather than `insert-string'
4648         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4649         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4650         (allout-encrypt-string): Totally revamped vis new underlying
4651         encryption facilities.
4652         (allout-mc-activate-passwd): Remove.
4653         (allout-obtain-passphrase): New, more or less replaces
4654         allout-mc-activate-passwd.
4655         (allout-encrypted-key-info): More or less replaces
4656         allout-encrypted-text-type.
4657         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4658         (my-mark-marker): Use `(featurep 'xemacs)'.
4660 2005-10-23  Lars Hansen <larsh@soem.dk>
4662         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4663         (byte-compile-file-form-defmumble, byte-compile-defun)
4664         (byte-compile-defmacro): Use it.
4665         (byte-compile-form): Don't call byte-compile-set-symbol-position
4666         when a byte-compile handler is called.
4668 2005-10-22  Romain Francoise  <romain@orebokech.com>
4670         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4672         * subr.el (eval-after-load): Convert library name to an absolute
4673         file name using locate-library, since load-history no longer has
4674         library names in it.
4676 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4678         * files.el (make-temp-file): Move from subr.el.
4679         * subr.el (make-temp-file): Move to files.el.
4681         * window.el (get-buffer-window-list): Move from subr.el.
4682         * subr.el (get-buffer-window-list): Move to window.el.
4684         * image.el (image-load-path): Use eval-at-startup to initialize.
4686         * subr.el (eval-at-startup): New macro.
4688         * subr.el: Much rearrangement of functions and division
4689         into pages.  No code changes.
4691 2005-10-22  Kenichi Handa  <handa@m17n.org>
4693         * tar-mode.el (tar-extract): Be sure to call
4694         find-operation-coding-system if set-auto-coding doesn't find a
4695         coding system.
4697 2005-10-22  Kim F. Storm  <storm@cua.dk>
4699         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4700         Change users.
4701         (image-type-file-name-regexps): New defconst.
4702         (image-type-from-data): Simplify loop.
4703         (image-type-from-buffer): New defun.
4704         (image-type-from-file-header): Use it instead of image-type-from-data.
4705         Use image-search-load-path instead of only looking in data-directory.
4706         (image-type-from-file-name): New defun.
4707         (image-search-load-path): Change `pathname' to `filename'.
4708         Make PATH arg optional, default to image-load-path.
4710 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4712         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4714         * textmodes/paragraphs.el (sentence-end-base): New variable.
4715         (sentence-end): Use sentence-end-base.
4717 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4720         property independently from the font-lock-multiline variable.
4722 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4724         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4726         * startup.el (command-line): Convert library names
4727         in `load-history' to absolute file names.
4729         * subr.el (symbol-file): Doc fix.
4731         * loadhist.el (file-loadhist-lookup): Call locate-library
4732         instead of find-library-name.  Don't try converting
4733         abs file names to library names, since load-history no longer
4734         has library names in it.
4735         (file-dependents, file-provides, file-requires): Doc fixes.
4737 2005-10-21  Juri Linkov  <juri@jurta.org>
4739         * progmodes/etags.el (tags-table-mode): New function.
4740         (tags-verify-table): Replace initialize-new-tags-table with
4741         tags-table-mode.
4743         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4744         default value.
4745         (desktop-modes-not-to-save): Add tags-table-mode to the
4746         default value.
4748         * info.el (Info-index-next): Add total number of index
4749         alternatives to the message.
4751         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4752         backward only space (instead of space and period) before looking
4753         at sentence end.
4755         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4756         Add the old variable value as 4th default-value arg of read-string.
4758 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4760         * cus-face.el (custom-declare-face): Make face from X resources
4761         also on Mac.
4763         * disp-table.el (standard-display-g1, standard-display-graphic):
4764         Refuse to use string glyphs also on Mac.
4765         (standard-display-european): Don't set terminal coding system also
4766         on Mac.
4768         * frame.el (display-screens): Use x-display-screens also on Mac.
4770 2005-10-21  Romain Francoise  <romain@orebokech.com>
4772         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4774 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4776         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4777         and $? into sexps.
4779         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4780         warning face on open-paren-in-column-0.
4782         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4783         boundary case.  Fix typo.
4784         Suggested by Martin Rudalics <rudalics@gmx.at>.
4786 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4788         * textmodes/org.el (org-combined-agenda-icalendar-file)
4789         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4790         (org-export-icalendar-this-file)
4791         (org-export-icalendar-all-agenda-files)
4792         (org-export-icalendar-combine-agenda-files): New commands.
4793         (org-export-icalendar, org-print-icalendar-entries)
4794         (org-start-icalendar-file, org-finish-icalendar-file)
4795         (org-ical-ts-to-string): New functions.
4796         (org-read-date, org-goto-calendar)
4797         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4798         call to `calendar'.
4799         (orgtbl-setup): Remove the :keys arguments from the menu description.
4800         (org-after-save-iCalendar-file-hook): New variable.
4802 2005-10-21  Kenichi Handa  <handa@m17n.org>
4804         * language/vietnamese.el (tcvn-5712): Make it an alias of
4805         vietnamese-tcvn coding-system.
4807 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4809         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4810         group id is given.
4812 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4815         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4816         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4817         whose line is either continued or ends with a comment.
4819 2005-10-20  Romain Francoise  <romain@orebokech.com>
4821         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4823         * replace.el (occur-engine): Add follow-link property.
4825         * font-core.el (font-lock-mode): Doc fix.
4827 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4829         * net/rcirc.el: New file.
4831 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4833         * term.el (term-term-name): Initialize to "eterm-color".
4835 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4837         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4838         for encryption functionality.
4839         Move allout customization subgroup from `editing' to `outlines' group.
4840         Fix commentary 'keywords' to legitimate ones.
4841         Update author info (using my current email address, obscurified).
4842         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4843         (allout-encrypted-topic-p, allout-encrypted-text-type)
4844         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4845         (allout-situate-encryption-key-verifier)
4846         (allout-get-encryption-key-verifier, allout-verify-key)
4847         (allout-next-topic-pending-encryption)
4848         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4849         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4850         (outline-key-verifier-handling, outline-key-hint-handling)
4851         (outline-encrypt-unencrypted-on-saves): New defcustoms.
4852         (allout-file-key-verifier-string, allout-encryption-scheme)
4853         (allout-key-verifier-string, allout-key-hint-string)
4854         (allout-after-save-decrypt): New variables.
4855         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4856         (allout-after-saves-handler): New hook functions.
4857         (allout-post-command-business): Do allout-after-save-decrypt.
4858         (allout-enable-file-variable-adjustment): Custom var to enable
4859         mechanism for adding and adjusting settings of Emacs file variables.
4860         (allout-adjust-file-variable, allout-file-vars-section-data):
4861         New functions, implement the mechanism.
4862         (outlineify-sticky): Use the file vars mechanism.
4863         (allout-inhibit-protection, allout-during-write-cue)
4864         (allout-override-protect, allout-before-change-protect): Remove.
4865         (allout-flag-region, allout-open-topic): Adjust read-only text.
4866         (allout-open-line-not-read-only): Add to facilitate read-only
4867         text based protection.
4868         (allout-kill-line): Revise to adjust read-only text, clue the
4869         user about the inhibition.
4870         (allout-unprotected): Use unwind-protect.
4871         (allout-shift-in, allout-shift-out): Disallow manually shifting a
4872         topic deeper than the offspring depth of the previous topic -
4873         avoiding confusing "containment discontinuities".
4874         (allout-reindent-bodies): Fix retention of body relative hanging
4875         indent during promotion of collapsed bodies.
4876         (allout-open-topic): Make it easy to open new topic with same
4877         bullet as current topic - topic creation functions provided with
4878         any universal argument provokes now prompt for bullet, defaulting
4879         to the bullet of the previous topic.
4880         (allout-plain-bullets-string, allout-distinctive-bullets-string):
4881         Plain bullet alternates '.' period and ',' comma only.  All other
4882         bullets are relegated to special status (but customizable).
4883         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4884         since it actually operates w.r.t. most immediately containing
4885         entry, visible or not.
4886         (allout-hide-current-entry, allout-show-current-entry): Use the
4887         revised version.
4888         (allout-old-expose-topic): Solidify deprecation.
4889         (allout-end-of-subtree): Add so we can span concealed as well
4890         as visible topics.
4891         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4892         (allout-end-of-current-heading): Tweak to just respect the first line.
4893         (allout-get-body-text): Add.
4894         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4895         when invoked interactively.
4896         (allout-up-current-level): Use `interactive-p'.
4897         (allout-mode, allout-init): Miscellaneous docstring and
4898         operational refinements, as well as hookups of new encryption stuff.
4899         (allout-beginning-of-current-entry): Now works as advertised.
4900         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4901         (allout-isearch-rectification): Refine condition for isearching.
4902         (allout-isearch-abort, allout-enwrap-isearch)
4903         (allout-flag-region, my-region-active-p): Relocate some macros.
4904         (allout-title): Fallback title is '(buffer-name)', not
4905         non-existing '(current-buffer-name)'.
4906         (subst-char-in-string): Define if absent (for some XEmacs versions).
4908 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
4910         * mail/sendmail.el (mail-setup-hook, mail-aliases)
4911         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4912         (mail-citation-prefix-regexp, mail-signature-file)
4913         (mail-default-headers, mail-bury-selects-summary)
4914         (mail-send-nonascii): Add autoload cookies.
4916 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4918         * frame.el (blink-cursor-mode): Add `mac' to the list of
4919         window-system's that support blinking cursor.
4921 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4923         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4925 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
4927         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4928         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4929         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4931 2005-10-20  Kim F. Storm  <storm@cua.dk>
4933         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4934         (ido-set-current-directory): Don't add / after final @.
4935         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4936         Explicitly handle ange-ftp completion oddities.
4937         (ido-make-file-list): Don't rotate list at tramp root to avoid
4938         triggering tramp file handler for expand-file-name via get-file-buffer.
4940 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4944 2005-10-19  Jay Belanger  <belanger@truman.edu>
4946         * calc/calc-units.el (math-standard-units): Add units, adjust
4947         symbols and update values.
4948         (math-unit-prefixes):  Add more prefixes.
4950 2005-10-19  Romain Francoise  <romain@orebokech.com>
4952         * bookmark.el (bookmark-menu-heading): New face.
4953         (bookmark-bmenu-list): Use it.
4954         Don't fiddle with `baud-rate' at top-level.
4956 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4958         * image.el (create-image, find-image): Mention max-image-size in
4959         docstring.
4961 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * savehist.el (savehist-load): Revert to checking XEmacs.
4965         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4966         Various docstring and line-width fixups.
4967         (conf-mode): Use cond.
4968         Set font-lock-defaults.  Don't set comment-use-syntax.
4970 2005-10-18  David Ponce  <david@dponce.com>
4972         * tree-widget.el (tree-widget-button-click): New function.
4973         (tree-widget-button-keymap): Use it.
4975 2005-10-18  Romain Francoise  <romain@orebokech.com>
4977         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4978         (bookmark-bmenu-hide-filenames): Add follow-link property.
4979         Improve help-echo text.
4981         * ffap.el (find-file-at-point): Doc fix.
4983 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4985         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4987 2005-10-18  Masatake YAMATO  <jet@gyve.org>
4989         Install to the CVS repository what I forgot to install in my
4990         2005-10-16 changes.
4992         * progmodes/python.el (python-complete-symbol): Pass the common
4993         prefix substring of completion to `display-completion-list'.
4995         * textmodes/org.el (org-complete): Ditto.
4997 2005-10-18  Masatake YAMATO  <jet@gyve.org>
4999         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5001         * woman.el (WoMan-xref-man-page): New button type derived
5002         from `Man-abstract-xref-man-page'.
5003         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5005         * man.el (Man-abstract-xref-man-page): New button type.
5006         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5007         (Man-highlight-references): Add new optional argument `xref-man-type'.
5009 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5011         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5013 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5015         * cus-edit.el (Custom-move-and-invoke): Delete.
5016         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5018         * wid-edit.el (widget-move-and-invoke): New function, from
5019         Custom-move-and-invoke.
5021 2005-10-17  Bill Wohler  <wohler@newt.com>
5023         Move all remaining images from lisp/toolbar to etc/images, move
5024         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5025         the low resolution images in their own directory (low-color).
5027         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5028         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5029         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5030         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5031         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5032         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5033         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5035         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5036         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5037         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5038         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5039         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5040         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5041         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5042         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5043         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5044         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5045         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5046         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5047         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5048         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5049         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5051         To conform with convention, replace the underscore (_) in the
5052         following image names with dash (-) or (/) as appropriate.
5054         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5055         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5056         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5057         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5058         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5059         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5060         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5061         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5062         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5063         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5064         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5065         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5066         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5067         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5068         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5070         * info.el (info-tool-bar-map): Replace underscores in image names
5071         with dashes.
5073         * makefile.w32-in (WINS): Remove toolbar.
5075         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5077         * tool-bar.el: Move to lisp from toolbar.  Now that
5078         toolbar is empty, it should be deleted when folks run "cvs up -P".
5080 2005-10-18  Jay Belanger  <belanger@truman.edu>
5082         * calc/calc-store.el (calc-store-into): Get the proper variable name
5083         to display in message.
5085 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5087         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5088         expressions display in speedbar for all buffers when debugging.
5089         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5091         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5092         (speedbar-insert-button, speedbar-make-button):
5093         Use add-text-properties.
5094         (speedbar-update-localized-contents)
5095         (speedbar-update-directory-contents)
5096         (speedbar-update-special-contents): Use dolist.
5097         (speedbar-buffer-easymenu-definition): Add a menu separator.
5099 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5101         * makefile.w32-in: Use $(lisp) consistently.
5102         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5103         for shell specific generation of mh-autoloads.
5105 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5107         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5109 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * jit-lock.el (jit-lock-fontify-now):
5112         Move jit-lock-context-unfontify-pos to avoid wasted work.
5114 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5116         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5117         `tramp-completion-mode' for checking if we are in completion mode.
5118         (tramp-completion-handle-file-name-all-completions): Reorder code
5119         in order to complete for file names only in case there are no
5120         method/user/host completions.  This is necessary for cooperation
5121         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5123 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5125         * longlines.el (longlines-search-forward)
5126         (longlines-search-backward): Match any number of spaces.
5128 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5130         * diff-mode.el (diff-mode): Doc fix.
5132 2005-10-16  David Reitter <david.reitter@gmail.com>
5134         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5135         as default on darwin and windows systems.
5137 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5139         * arc-mode.el (archive-zip-extract): Doc fix.
5141 2005-10-16  Romain Francoise  <romain@orebokech.com>
5143         * mouse.el (mouse-1-click-follows-link): Doc fix.
5145 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         * savehist.el: Don't require CL at runtime.
5148         (savehist-xemacs): Remove.
5149         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5150         (savehist-no-conversion): Use (featurep 'xemacs).
5151         (savehist-load): Check existence of start-itimer rather than XEmacs.
5152         Use an idle timer.
5153         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5154         `delete-if-not'.
5156 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5158         * savehist.el: Newer version.
5159         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5160         (savehist-last-checksum, savehist-no-conversion): New vars.
5161         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5162         New functions.
5163         (savehist-load, savehist-save): Use them.
5164         (savehist-delimit): Remove.
5166 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * progmodes/compile.el (compilation-goto-locus): Display the
5169         compilation buffer first and the source buffer second, in case they're
5170         in overlapping frames.  Don't raise the compilation frame if it was the
5171         selected window upon entry.  Pass the `other-window' arg to
5172         pop-to-buffer.
5174         * info.el (Info-fontify-node): Use dolist.
5175         Change add-text-properties to put-text-property.
5177 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5179         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5180         bound of search.
5182 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5184         * dabbrev.el (dabbrev-completion): Pass the common
5185         prefix substring of completion to `display-completion-list'.
5187         * filecache.el (file-cache-minibuffer-complete)
5188         (file-cache-complete): Ditto.
5190         * tempo.el (tempo-display-completions): Ditto.
5192         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5194         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5196         * eshell/em-hist.el (eshell-list-history): Ditto.
5198         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5200         * mail/mailalias.el (mail-complete): Ditto.
5202         * progmodes/etags.el (complete-tag): Ditto.
5204         * progmodes/make-mode.el (makefile-complete): Ditto.
5206         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5208         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5210         * progmodes/pascal.el (pascal-complete-word)
5211         (pascal-show-completions): Ditto.
5213         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5215         * simple.el (completion-common-substring): New variable.
5216         (completion-setup-function): Use `completion-common-substring'
5217         to put faces.
5219 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5221         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5222         (x-get-selection, mac-select-convert-to-string): Convert from/to
5223         UTF-16 clipboard data as in native byte order, no BOM.
5225 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5227         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5228         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5229         (gud-sentinel): Use speedbar-frame to check for speedbar.
5231 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5233         * savehist.el: New file.
5235 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5237         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5238         Fix bug in \bf fontification.
5240 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * pcvs.el (cvs-edit-log-files): New var.
5243         (cvs-mode-edit-log): New arg `file'.
5244         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5245         Instead force the use of the original file and nothing else.
5246         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5247         the cvs-minor-wrap-function is set.
5248         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5250 2005-10-14  Bill Wohler  <wohler@newt.com>
5252         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5253         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5254         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5255         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5256         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5257         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5258         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5259         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5260         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5261         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5262         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5263         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5264         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5265         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5266         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5268         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5269         appropriately (for example, gud-break to gud/break).
5271 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5273         * longlines.el (longlinges-search-function)
5274         (longlines-search-forward, longlines-search-backward): New functions.
5275         (longlines-mode): Set isearch-search-fun-function to
5276         longlinges-search-function.
5278         * mouse.el (mouse-drag-region-1): Handle the case where a
5279         double-click event is bound to an arbitrary function.
5281 2005-10-14  David Ponce  <david@dponce.com>
5283         * recentf.el (recentf-track-opened-file)
5284         (recentf-track-closed-file, recentf-update-menu)
5285         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5286         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5287         mouse-1-click-follows-link.
5289 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5291         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5292         Gnome file-manager.png.  Suggested by
5293         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5295         * toolbar/README: Add diropen.xpm.
5297 2005-10-13  Bill Wohler  <wohler@newt.com>
5299         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5300         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5302 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5305         Don't waste the byte-compiler's time on constant data.
5307 2005-10-13  Kenichi Handa  <handa@m17n.org>
5309         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5310         byte with `escape-glyph' face.
5312         * international/fontset.el (ccl-encode-unicode-font):
5313         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5314         Handle the case that ucs-mule-to-mule-unicode translates a character to
5315         ASCII (usually for IPA characters).
5317 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5320         Don't hide the underline of titles if font-lock-mode is disabled.
5322 2005-10-12  Bill Wohler  <wohler@newt.com>
5324         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5325         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5326         files in MH-E-SRC have been updated.
5327         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5329 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5331         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5332         (mixal-mode-syntax-table): Add \n as end-comment.
5333         (mixal-operation-codes-alist): Immediately initialize to full value.
5334         (mixal-add-operation-code): Remove.
5335         (mixal-describe-operation-code): Make the arg non-optional.
5336         Use the interactive spec instead.
5337         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5338         (mixal-font-lock-keywords): Don't highlight comments here any more.
5339         (mixal-font-lock-syntactic-keywords): New var.
5340         (mixal-mode): Use it.  Fix comment-start-skip.
5342 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5344         * startup.el (command-line-x-option-alist): -nb => -nbi
5346 2005-10-12  Kim F. Storm  <storm@cua.dk>
5348         * startup.el (fancy-splash-default-action): Discard mouse click in
5349         the splash screen window, as it has no sensible meaning in the
5350         next window to be selected.  Fixes error reported by Jan D.
5352 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5354         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5356 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5359         Try to fix up minor layout issues like indentation, line break, etc...
5360         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5361         because it doesn't work.
5362         (mixal-operation-codes): Add some more codes.
5363         (mixal-font-lock-keywords): Process comments here.
5364         (mixal-mode): mixasm no longer needs -g option.
5366 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5368         * progmodes/sh-script.el (sh-tmp-file):
5369         Use mktemp -t.  Finish support for es and rc shells.
5371 2005-10-11  Jay Belanger  <belanger@truman.edu>
5373         * calc/calcalg2.el (calc-integral): With an argument, compute the
5374         definite integral.
5376 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5378         * mouse.el (mouse-drag-region-1): Don't try to catch a
5379         double-click when doing follow-link (it's overridden anyway).
5381 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5383         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5384         (autoload-print-form-outbuf): Add docstring.
5386 2005-10-11  Juri Linkov  <juri@jurta.org>
5388         * info.el (Info-mode-menu): Delete menu item "Edit".
5389         (Info-mode): Delete description of Info-edit from docstring,
5390         and rearrange descriptions of Info commands in the order
5391         they are documented in the Info manual.
5393 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * calendar/appt.el (appt-check): Use diary-selective-display var.
5397 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5399         * net/newsticker.el (newsticker-start, newsticker-show-news):
5400         Add autoload cookies.
5402 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5404         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5406 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5408         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5410 2005-10-10  Jay Belanger  <belanger@truman.edu>
5412         * calc/calc-arith.el (math-check-known-scalarp)
5413         (math-check-known-matrixp): Check the values of arguments that are
5414         variables.
5415         (math-check-known-square-matrixp): New function.
5416         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5417         (math-super-types): Add sqmatrix type.
5419         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5420         mode name `square' to 'sqmatrix'.
5422         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5423         mode name `square' to 'sqmatrix'.
5425 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * progmodes/etags.el (select-tags-table-mode): Don't use
5428         selective-display.
5429         (tags-select-tags-table): Pass `button' to the action function.
5430         (select-tags-table): Place the side-info on button properties rather
5431         than in hidden text.  Abbreviate file names.
5432         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5433         (select-tags-table-select): Add `button' argument.
5434         Get side-info from the button property rather than from hidden text.
5436 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5438         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5439         (gud-speedbar-buttons): Preserve point if possible.
5440         (gud-sentinel): Restore previous speedbar display type.
5442         * progmodes/gdb-ui.el (gdba): Improve diagram.
5443         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5444         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5445         Call get-buffer-window once.
5447 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5450         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5451         (pascal-indent-command): Remove unused var `ind'.
5452         (pascal-indent-case): Remove unused var `oldpos'.
5453         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5454         since it's now used as a proper minor mode map.
5455         (pascal-outline): Rename to pascal-outline-mode.
5456         (pascal-outline-mode): Use define-minor-mode.
5457         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5458         selective-display.
5460 2005-10-10  Andreas Schwab  <schwab@suse.de>
5462         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5463         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5465         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5466         outside source directory.
5468 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5470         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5471         C-x' as a prefix.
5472         (orgtbl-mode-map): Full keymap instead of sparse, because all
5473         `self-insert-command' keys are redefined in this map.
5474         (org-export-as-html): Specify charset for HTML file, by taking it
5475         from the coding system.
5477 2005-10-10  Kenichi Handa  <handa@m17n.org>
5479         * textmodes/flyspell.el (flyspell-check-word-p):
5480         If unread-command-events is non-empty, don't call sit-for.
5482 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5484         * font-lock.el (font-lock-syntactic-keywords)
5485         (font-lock-keywords): Doc fixes.
5487         * textmodes/flyspell.el (flyspell-external-point-words):
5488         Simplify logic, and don't try to check for consecutive appearances
5489         of one incorrect word.
5491 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5493         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5494         separator.
5496         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5497         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5498         (gud-expansion-speedbar-buttons): New function.
5499         (gud-speedbar-buttons): Check for gud-comint-buffer.
5501 2005-10-09  Bill Wohler  <wohler@newt.com>
5503         * Makefile.in (updates): Add mh-loaddefs dependency.
5505 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5507         * speedbar.el (speedbar-file-key-map): Fix typo.
5509 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5511         * cus-start.el (line-spacing): Add custom spec.
5513 2005-10-09  Romain Francoise  <romain@orebokech.com>
5515         * textmodes/ispell.el (ispell-check-version): Fix last change.
5517 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5519         * term/x-win.el: Remove -i, --icon-type from comment.
5521         * startup.el (command-line-x-option-alist): Remove options -i,
5522         -itype, --icon-type, added -nb, --no-bitmap-icon
5524 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5526         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5527         instead of :active.
5529 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
5531         * textmodes/ispell.el (ispell-check-version):
5532         Ignore hyphen, and all that follows, in aspell's version text.
5534 2005-10-08  Jay Belanger  <belanger@truman.edu>
5536         * calc/calc-arith.el (math-known-square-matrixp): New function.
5537         (math-pow-fancy): Check for matrices before distributing exponent
5538         across products.
5540         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5541         fullscreen keypad.  Suggested by Luc Teirlinck.
5542         (calc-keypad-show-input): Add space for formatting.
5544         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5545         Add square matrix option.
5547         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5548         of checking calc-matrix-mode when deciding how to expand.
5550         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5552 2005-10-08  Lars Hansen  <larsh@soem.dk>
5554         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5555         Add error handling.
5556         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5558 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5560         Sync with Tramp 2.0.51.
5562         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5563         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5564         Insert special handling for `last-coding-system-used', again
5565         it still seems to be necessary (unlike stated before).
5566         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5567         (tramp-password-prompt-regexp): There might be other words before
5568         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5569         (tramp-chunksize): Improve docstring.
5570         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5571         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5572         Christian Joergensen <bugs@razor.dk>.
5574 2005-10-07  Glenn Morris  <rgm@gnu.org>
5576         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5577         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5578         precision'.
5580 2005-10-07  Romain Francoise  <romain@orebokech.com>
5582         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5583         (ibuffer-do-shell-command-pipe-replace)
5584         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5585         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5586         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5587         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5588         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5589         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5590         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5591         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5592         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5593         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5594         Autoload file sans suffix.
5596         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5598 2005-10-07  David Ponce  <david@dponce.com>
5600         * recentf.el (recentf-menu-open-all-flag): New option.
5601         (recentf-digit-shortcut-command-name): New function.
5602         (recentf--shortcuts-keymap): New variable.
5603         (recentf-menu-shortcuts): New variable.
5604         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5605         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5606         (recentf-menu-value-shortcut): New function.
5607         (recentf-make-menu-item): Use it.  No more in-lined.
5608         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5609         (recentf-open-most-recent-file): Rename from
5610         `recentf-open-file-with-key'.  Don't depend on key binding.
5611         (recentf-mode-map): New variable.
5612         (recentf-mode): Use it.
5614 2005-10-06  Bill Wohler  <wohler@newt.com>
5616         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5618         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5619         (MH-E-SRC): New.  Used by mh-autoloads.
5620         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5621         files in MH-E-SRC have been updated.
5622         (compile, recompile, bootstrap): Depend on mh-autoloads.
5624 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5626         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5627         gud-break and gud-remove icons when the fringe is not available.
5629         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5630         Typo.
5632 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5634         * play/zone.el (zone): Wrap body with save-window-excursion.
5636 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5639         Use the new `list-only' arg to diary-list-entries.
5641         * calendar/diary-lib.el: Use overlays rather than selective-display.
5642         (diary-selective-display): New var.
5643         (diary-header-line-format): Use it.
5644         (diary-list-entries): Add argument `list-only'.
5645         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5646         Replace \^M by invisible overlays.
5647         (diary-unhide-everything): Replace \^M by invisible overlays.
5648         (print-diary-entries): Look for overlays rather than \^M.
5649         Add a space to the temp buffer name.
5650         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5651         Put the buffer in diary-mode.
5652         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5653         (diary-anniversary): Make the year arg optional.
5654         (diary-time-regexp): New const.
5655         (diary-font-lock-keywords): Use it to accept a few more time formats.
5657         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5659 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5661         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5662         Fix bug introduced 2005-07-03: Use (car (last ...))
5663         to faithfully reproduce replaced artist-last.
5664         (artist-set-arrow-points-for-poly): Likewise.
5665         Suggested by Johan Bockg\e,Ae\e(Brd.
5667 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5669         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5670         * wid-edit.el (widget):
5671         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5672         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5674 2005-10-06  Kenichi Handa  <handa@m17n.org>
5676         * international/mule-cmds.el (set-language-environment):
5677         Fix setting up of case-table for unibyte mode.
5679         * simple.el (what-cursor-position): If the character is displayed
5680         by some `display' text property, show that.  Don't use
5681         single-key-description for eight-bit characters in multibyte mode.
5683 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5685         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5686         (gdb-ann3): Set it.
5687         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5688         (gdb-info-frames-custom): Use inverse-video for first five
5689         characters of selected frame only.
5690         (gdb-get-frame-number): Select frame even when point is on frame
5691         number.
5693 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5695         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5696         Put `font-lock-function-name-face'.
5697         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5698         and `font-lock-variable-name-face'
5699         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5700         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5701         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5702         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5703         (gdb-local-font-lock-keywords): New font lock keywords definition.
5704         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5705         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5706         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5708 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5710         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5711         (ediff-merge-region-is-non-clash-to-skip): Previously called
5712         ediff-merge-region-is-non-clash.
5714         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5715         Use insert-buffer-substring.
5717         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5718         selecting files to patch.  Also bug fixes.
5720         * ediff-util.el (ediff-setup): Bug fix.
5721         (ediff-next-difference): Never skip clashes that differ in white
5722         space only.
5724         * ediff-wind.el (ediff-setup-control-frame)
5725         (ediff-destroy-control-frame): Check the menubar feature.
5727         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5728         (viper-refresh-mode-line): Use make-local-variable to localize
5729         some vars instead of make-variable-buffer-local.  Suggested by
5730         Stefan Monnier.
5732         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5733         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5734         Use make-local-variable instead of make-variable-buffer-local.
5735         Suggested by Stefan Monnier.
5737         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5738         (viper-comint-mode-hook): Use make-local-variable on
5739         require-final-newline.
5740         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5742 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5744         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5745         also the second char of a comment-start sequence.
5746         (scheme-sexp-comment-syntax-table): New var.
5747         (lambda, define): Set their scheme-doc-string-elt property.
5748         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5749         Use lisp-font-lock-syntactic-face-function now that it properly
5750         handles |...| symbols.
5751         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5752         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5754         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5755         bit from # to |.
5756         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5758         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5759         (lisp-doc-string-elt-property): New var.
5760         (lisp-font-lock-syntactic-face-function): Use it.
5761         Rewrite to recognize docstrings even for forms not at toplevel.
5763         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5764         annotation on the | part of #| rather than on the # part.
5765         (scheme-font-lock-syntactic-face-function): New function, to
5766         distinguish strings from |...| symbols.
5767         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5768         syntax-table so that #|...|# is properly highlighted.
5770         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5771         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5773 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5776         and C-e.
5778         * emacs-lisp/eldoc.el: Move comments into docstrings.
5779         (eldoc-message-commands): Initialize in its declaration.
5780         Add move-beginning-of-line and move-end-of-line.
5781         (eldoc-add-command, eldoc-add-command-completions)
5782         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5784         * outline.el (outline-mark-subtree): Activate the mark.
5786         * calendar/appt.el (appt-time-regexp): New var.
5787         (appt-add, appt-make-list): Use it.
5788         (appt-convert-time): Clean up.
5790         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5791         Don't set any syntax-table property here.
5792         (tex-font-lock-verb): New function.  Do it here.
5793         (tex-font-lock-syntactic-keywords): Use it.
5795 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5797         * wid-edit.el (widget-file-complete): Get the widget start point
5798         the right way.  Default directory to `/' if file has none.
5800         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5802         * textmodes/flyspell.el (flyspell-mode-on):
5803         Call ispell-maybe-find-aspell-dictionaries.
5805         * textmodes/ispell.el (ispell-word, ispell-region):
5806         Call ispell-maybe-find-aspell-dictionaries.
5807         (ispell-accept-buffer-local-defs):
5808         Don't call ispell-maybe-find-aspell-dictionaries
5810 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5812         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5814 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5816         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5817         instead of `fboundp' in order to allow for anonymous functions.
5819 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5821         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5822         case the user clicks on the link while another window is selected.
5823         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5825         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5826         functionality.
5827         (dframe-help-echo): Save point in case mouse tracking is off.
5829 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5831         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5833 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5836         not change the global value of those vars.
5838         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5839         make-local-variable which we do not need any more.
5841 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5843         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5844         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5845         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5846         (speedbar-path-line): Define obsolete aliases.
5847         (speedbar-line-directory): Doc fix.
5849         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5850         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5851         instead of speedbar-line-path.
5853 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5855         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5856         to nil if dropping on a window.  Handle dropping on a minibuffer window
5857         like dropping on a non-window part of Emacs.
5859 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * net/ange-ftp.el: Use with-current-buffer.
5862         (ange-ftp-insert-directory): Do not follow symlinks any more.
5864         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5865         Remove interactive spec.
5867 2005-10-03  Kim F. Storm  <storm@cua.dk>
5869         * ido.el (ido-mode): Use custom-initialize-set.
5871 2005-10-02  Richard M. Stallman  <rms@gnu.org>
5873         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5874         Use insert-buffer-substring.
5876         * net/tramp.el: Pacify byte compiler warnings in pacification code.
5877         (tramp-handle-file-local-copy): Use insert-buffer-substring.
5879 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5882         in last change.
5883         (ange-ftp-insert-directory): Fix up the search for the case where
5884         `file' is absolute.
5886 2005-10-02  Romain Francoise  <romain@orebokech.com>
5888         * progmodes/compile.el (compile-goto-error): Delete extra paren.
5890 2005-10-02  Andreas Schwab  <schwab@suse.de>
5892         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5893         directory component in the session info.
5895 2005-10-01  Richard M. Stallman  <rms@gnu.org>
5897         * comint.el (comint-redirect-subvert-readonly): Doc fix.
5899         * simple.el (next-error-internal): New function.
5901         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5902         (compilation-start): Pass new arg to compilation-buffer-name.
5903         (compile-goto-error): Use next-error-internal.
5905 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5907         * speedbar.el: Remove RCS tag.
5908         (speedbar-check-read-only): Handle non-existent files.
5910         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5912         * info.el (Info-speedbar-hierarchy-buttons)
5913         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5915 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5917         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5918         Do not match newline.
5919         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5920         (bibtex-summary): Remove unnecessary save-excursion.
5921         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5923 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5925         * term/mac-win.el: Add charset info for "iso10646-1".
5926         Modify default fontset to use ATSUI-compatible fonts for some charsets
5927         if available.
5929 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5931         * speedbar.el: Re-apply arch tag.
5932         (speedbar-version): Rename to version 1.0.  Suggested by Eric
5933         M. Ludlam.
5934         Reapply two changes from Emacs CVS' version of speedbar lost
5935         during the merge:
5936         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5937         (speedbar-frame-parameters): Improve customize type.
5939 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5942         (ange-ftp-file-directory-p): Fix the symlink case.
5943         (ange-ftp-insert-directory): When listing a single file, get a list of
5944         the parent buffer and extract the relevant line.  Inspired from a patch
5945         by Katsumi Yamaoka <yamaoka@jpl.org>.
5946         (ange-ftp-file-name-sans-versions): Simplify.
5948 2005-09-30  Bill Wohler  <wohler@newt.com>
5950         Move MH-E image files from toolbar and mail directories into
5951         etc/images.
5953         * mail/reply2.*: Move to etc/images/mail/reply*.
5955         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5956         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5957         etc/images.
5959         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5960         * toolbar/reply*: Move to etc/images/mail.
5962         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5964 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
5966         * speedbar.el: New version 1.0pre3.
5968         Frame management code (including timer, and mouse click specifics)
5969         moved to dframe.el:
5970         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
5971         (speedbar-timer): Removed.  Use dframe-timer.
5972         (speedbar-close-frame): Removed.  Use dframe-close-frame.
5973         (speedbar-activity-change-focus-flag): Removed.  Use
5974         dframe-activity-change-focus-flag.
5975         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
5976         dframe-update-speed.
5978         (speedbar-current-frame): New macro.  Use this instead of the
5979         variable speedbar-frame.
5981         (speedbar-use-images, speedbar-expand-image-button-alist)
5982         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5984         (speedbar-find-image-on-load-path): Removed.  Replaced by
5985         defezimage in ezimage.el.
5986         (speedbar-expand-image-button-alist): Removed.  Replaced by
5987         ezimage-expand-image-button-alist in ezimage.el.
5989         (speedbar-ignored-directory-regexp)
5990         (speedbar-add-ignored-directory-regexp)
5991         (speedbar-ignored-directory-expressions)
5992         (speedbar-line-directory, speedbar-buffers-line-directory)
5993         (speedbar-directory-line, speedbar-buffers-line-directory):
5994         Renamed, replacing `path' with `directory'.
5996         (speedbar-create-directory, speedbar-expand-line-descendants)
5997         (speedbar-toggle-line-expansion)
5998         (speedbar-contract-line-descendants): New commands.
6000         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6001         (speedbar-use-tool-tips-flag): New options.
6003         (speedbar-check-read-only, speedbar-require-version)
6004         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6005         (speedbar-handle-delete-frame, speedbar-try-completion)
6006         (speedbar-update-localized-contents): New functions.
6008         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6009         (speedbar-object-read-only-indicator): New variables.
6011         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6012         New hooks.
6014         (speedbar-separator-face): New face.
6016         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6017         (speedbar-ignored-modes): Add fundamental-mode.
6018         (speedbar-directory-unshown-regexp): Add . directories.
6020         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6021         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6022         `]' for full expand/close.
6023         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6025         (speedbar-check-vc): Support hidden files.
6026         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6027         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6028         state is nil, it is not checked out.
6030         (speedbar-line-text, speedbar-line-token): Support expand buttons
6031         with no text.
6032         (speedbar-refresh): Universal argument acts as power-click.
6033         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6034         that buffer to get variable values.
6036         And many other bugfixes.
6038         * dframe.el, ezimage.el, sb-image.el: New files.
6040         * sb-*.xpm: Remove files.  New image files installed into
6041         etc/images/ezimage.
6043 2005-09-30  Kenichi Handa  <handa@m17n.org>
6045         * ps-mule.el (ps-mule-show-warning): If a character is in
6046         ps-print-translation-table, don't treat it as non-printable.
6048 2005-09-30  David Ponce  <david@dponce.com>
6050         * tree-widget.el (tree-widget-themes-load-path): New variable.
6051         (tree-widget-themes-directory): Doc fix.
6052         (tree-widget-image-formats) [Emacs]: Doc fix.
6053         (tree-widget--locate-sub-directory): New function.
6054         (tree-widget-themes-directory): Use it.
6056         * recentf.el (recentf-filename-handlers): Rename from
6057         `recentf-filename-handler'.  Allow a list of functions.
6058         (recentf-menu-items-for-commands): Fix :help strings.
6059         (recentf-apply-filename-handlers): New function.
6060         (recentf-expand-file-name): Use it.
6061         (recentf-cleanup): Remove duplicates too.
6063 2005-09-29  Juri Linkov  <juri@jurta.org>
6065         * faces.el: Rearrange face definitions to be in the same order as
6066         their face descriptions in "(emacs)Standard Faces".
6068         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6070         * tooltip.el (tooltip): Add group `basic-faces'.
6072         * buff-menu.el (Buffer-menu-buffer): Remove group
6073         `font-lock-highlighting-faces'.
6075         * progmodes/compile.el (compilation-error, compilation-warning)
6076         (compilation-info, compilation-line-number, compilation-column-number):
6077         Change group from `font-lock-highlighting-faces' to `compilation'.
6079         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6080         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6081         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6082         (vhdl-font-lock-reserved-words-face)
6083         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6084         `font-lock-highlighting-faces'.
6086         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6088 2005-09-28  Kim F. Storm  <storm@cua.dk>
6090         * emulation/cua-base.el: Set CUA move property on additional commands:
6091         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6092         forward-sexp, backward-sexp, forward-list, backward-list.
6094 2005-09-28  Romain Francoise  <romain@orebokech.com>
6096         * comint.el (comint-show-output): Really set point at the
6097         beginning of the output when not using `comint-use-prompt-regexp'.
6099 2005-09-27  Jay Belanger  <belanger@truman.edu>
6101         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6102         in TeX mode.
6104 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6106         * textmodes/org.el (org-table-sum): Fix format string.
6108         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6109         Quote face names.
6111 2005-09-26  Romain Francoise  <romain@orebokech.com>
6113         * isearch.el (isearch-forward-regexp): Close doc string.
6115 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6117         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6119         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6121         * progmodes/compile.el (compilation-error-properties):
6122         When getting the file from the previous error message,
6123         correctly decode the new data format.
6125         * progmodes/cc-cmds.el (c-electric-paren):
6126         Call old-blink-paren only for close-paren.
6128 2005-09-24  Andreas Schwab  <schwab@suse.de>
6130         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6131         condition.
6133 2005-09-25  Romain Francoise  <romain@orebokech.com>
6135         * dired-aux.el (dired-copy-file-recursive):
6136         * dired.el (dired-delete-file):
6137         * ediff-mult.el (ediff-dir-diff-copy-file):
6138         * ediff-util.el (ediff-test-save-region):
6139         * forms.el (forms-mode):
6140         * ido.el (ido-file-internal, ido-delete-file-at-head):
6141         * log-edit.el (log-edit-done):
6142         * ses.el (ses-yank-resize):
6143         * play/gomoku.el (gomoku-human-plays, gomoku)
6144         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6145         (gomoku-offer-a-draw):
6146         * play/landmark.el (lm-human-resigns, lm):
6147         * net/eudcb-ldap.el (eudc-ldap-check-base):
6148         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6149         * progmodes/ebrowse.el (ebrowse-find-pattern):
6150         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6151         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6152         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6154         * vc.el (vc-delete-file):
6155         * play/gomoku.el (gomoku-terminate-game, gomoku)
6156         (gomoku-prompt-for-move, gomoku-human-takes-back):
6157         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6158         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6160 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6162         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6163         color rxvt terminals by using the code xterm.el used to use before
6164         2005-04-09 in order to match the colors used by rxvt.
6166 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6168         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6169         colors rxvt-unicode terminals by using the same code as xterm.el.
6171 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6174         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6175         new symbol used for the tex-verbatim face.
6177 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6179         * woman.el (woman-file-name):
6180         * wid-edit.el (widget-file-prompt-value)
6181         (widget-coding-system-prompt-value):
6182         * w32-fns.el (set-w32-system-coding-system):
6183         * vc.el (vc-version-diff, vc-annotate):
6184         * textmodes/reftex-auc.el (reftex-arg-cite)
6185         (reftex-arg-index-tag):
6186         * textmodes/refer.el (refer-get-bib-files):
6187         * textmodes/artist.el (artist-figlet-choose-font):
6188         * terminal.el (terminal-emulator):
6189         * replace.el (occur-read-primary-args):
6190         * rect.el (string-rectangle, string-insert-rectangle):
6191         * ps-print.el (ps-print-preprint):
6192         * progmodes/pascal.el (pascal-goto-defun):
6193         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6194         * progmodes/compile.el (compilation-find-file):
6195         * printing.el (pr-interactive-n-up):
6196         * play/animate.el (animate-birthday-present):
6197         * net/rcompile.el (remote-compile):
6198         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6199         * mail/rmailsum.el (rmail-summary-search-backward)
6200         (rmail-summary-search):
6201         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6202         (rmail-output-read-file-name):
6203         * mail/rmail.el (rmail-search, rmail-search-backwards):
6204         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6205         * locate.el (locate):
6206         * international/quail.el (quail-show-keyboard-layout):
6207         * international/mule.el (set-buffer-file-coding-system)
6208         (revert-buffer-with-coding-system, set-file-name-coding-system)
6209         (set-terminal-coding-system, set-keyboard-coding-system)
6210         (set-next-selection-coding-system):
6211         * international/mule-diag.el (describe-coding-system)
6212         (describe-font, describe-fontset):
6213         * international/mule-cmds.el (universal-coding-system-argument)
6214         (search-unencodable-char, describe-input-method)
6215         (set-language-environment, describe-language-environment):
6216         * international/codepage.el (codepage-setup):
6217         * international/code-pages.el (codepage-setup):
6218         * info.el (Info-search, Info-follow-reference)
6219         (Info-search-backward):
6220         * emacs-lisp/advice.el (ad-read-advised-function)
6221         (ad-read-advice-class, ad-clear-cache, ad-activate)
6222         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6223         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6224         (ad-read-regexp):
6225         * ediff-util.el (ediff-toggle-regexp-match):
6226         * ediff-ptch.el (ediff-prompt-for-patch-file):
6227         * dired-aux.el (dired-diff):
6228         * diff.el (diff):
6229         * cus-edit.el (custom-variable-prompt):
6230         * calendar/timeclock.el (timeclock-ask-for-project):
6231         * calc/calcalg3.el (calc-get-fit-variables):
6232         * calc/calc-store.el (calc-edit-variable)
6233         (calc-permanent-variable):
6234         * vc-mcvs.el (vc-mcvs-register):
6235         * shadowfile.el (shadow-define-literal-group):
6236         * woman.el (woman-file-name):
6237         * vc.el (vc-version-diff, vc-merge):
6238         * textmodes/reftex-index.el (reftex-index-complete-tag):
6239         * format.el (format-decode-buffer, format-decode-region):
6240         * emulation/viper-cmd.el (viper-read-string-with-history):
6241         * emacs-lisp/debug.el (cancel-debug-on-entry):
6242         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6243         * ediff.el (ediff-merge-revisions)
6244         (ediff-merge-revisions-with-ancestor, ediff-revision):
6245         * completion.el (interactive-completion-string-reader):
6246         * calc/calc-prog.el (calc-user-define-formula):
6247         Follow convention for reading with the minibuffer.
6249 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6251         * progmodes/python.el (python-describe-symbol): Add globals() and
6252         locals() to the arguments of emacs.ehelp.
6254 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6256         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6257         New function, code extracted from ispell-valid-dictionary-list.
6258         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6259         Call it.
6261 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6263         * subr.el (version-regexp-alist): Extend valid syntax for version
6264         strings: allow any of the characters -,_,+ to separate the
6265         alpha/beta/rc part from the version part.  Doc fix.
6266         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6268 2005-09-23  David Reitter  <david.reitter@gmail.com>
6270         * mail/mailclient.el: New file.
6272 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6274         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6275         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6276         Doc fixes.
6278         * progmodes/cc-mode.el (c-font-lock-init):
6279         Specify font-lock-lines-before.
6281 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6283         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6284         whole conflict.
6286 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6288         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6289         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6290         of `remap' feature when available.  Additional key bindings for
6291         better tty support.
6292         (org-mode-restart, org-force-self-insert): New commands.
6293         (org-time-stamp-inactive): New command.
6294         (org-remap): New function.
6295         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6296         (org-enable-fixed-width-editor): Move to `org-structure'
6297         customization group.
6298         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6299         blank field after field motion commands.
6301 2005-09-23  Kenichi Handa  <handa@m17n.org>
6303         * international/mule-cmds.el (set-language-environment):
6304         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6305         have to call utf-translate-cjk-load-tables.
6307 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6309         * mouse.el (mouse-move-drag-overlay): Fix last change.
6311 2005-09-22  David Ponce  <david@dponce.com>
6313         * tree-widget.el (tree-widget-value-create): Fix previous change.
6315 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6317         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6319 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * mouse.el (mouse-move-drag-overlay): New function.
6322         (mouse-drag-region-1): Use it.
6323         Try to simplify a bit the state handling.  Handle clicks on links
6324         inside intangible areas.
6325         (mouse-save-then-kill): Minor simplification.
6326         (mouse-secondary-overlay): Make it always non-nil instead of
6327         recreating it each time.
6328         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6329         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6330         Simplify accordingly.
6332 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6334         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6336 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6338         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6339         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6340         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6341         to patch.
6343         * ediff-util.el: Use insert-buffer-substring.
6345         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6347         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6348         field boundaries in the minibuffer.
6349         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6350         (viper-minibuffer-post-command-hook): New hook.
6351         (viper-line): Don't move cursor at bolp.
6353         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6355         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6356         avoid compiler warnings.
6358         * emulation/viper-macs.el (ex-map): Better messages.
6360         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6362         * emulation/viper.el: Replace make-variable-buffer-local with
6363         viper-make-variable-buffer-local everywhere, to avoid warnings.
6365 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6368         Delete unused var `old-selected-window'.
6369         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6370         (mouse-drag-secondary): Delete unused var `start-frame'.
6372 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6374         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6376 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6378         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6379         Re-indent within 80 columns.  Use inhibit-read-only.
6381 2005-09-19  Romain Francoise  <romain@orebokech.com>
6383         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6385 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6388         unconditionally, since the after-change-function already did it.
6390 2005-09-19  Miles Bader  <miles@gnu.org>
6392         * net/newsticker.el: Get rid of CVS keyword.
6394 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6396         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6397         The prompt is formatted later.
6399 2005-09-19  David Ponce  <david@dponce.com>
6401         * tree-widget.el (tree-widget-value-create): Save the converted
6402         tree :node widget.
6404 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6406         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6407         variable `message'.
6409 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6411         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6412         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6413         <slawomir.nowaczyk.847@student.lu.se>.
6415 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6417         * image.el (image-load-path): Use symbol `data-directory' instead
6418         of its value, for backward compatibility with packages that bind
6419         it during `find-image'.  Suggested by Katsumi Yamaoka.
6420         (image-search-load-path): Handle symbols whose values are strings.
6422 2005-09-18  Romain Francoise  <romain@orebokech.com>
6424         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6425         with-current-buffer form in save-excursion.
6427 2005-09-18  D Goel  <deego@gnufans.org>
6429         * apropos.el (apropos-command): Fix `message' call: first arg
6430         should be a format spec.  In this and all other cases that appear
6431         below and elsewhere in the source code, I made a change only when
6432         two conditions were satisfied: [1] I can think of a possibility
6433         that the arguments would cause an error, for example, the code in
6434         question relies on external variables such as filenames.  [2] I
6435         was sure that the arg to `message' could not have been nil in the code.
6437         * textmodes/tildify.el (tildify-region): Ditto.
6439         * textmodes/reftex-index.el (reftex-index-change-entry)
6440         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6441         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6442         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6443         (org-priority, org-table-sum):
6444         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6445         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6446         (flyspell-word, flyspell-display-next-corrections):
6447         * textmodes/bibtex.el (bibtex-print-help-message):
6448         * textmodes/artist.el (artist-key-set-point-poly):
6449         * term/mac-win.el (mac-services-insert-text):
6450         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6451         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6452         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6453         (vhdl-compose-configuration):
6454         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6455         (sh-set-indent, sh-learn-line-indent):
6456         * progmodes/ps-mode.el (ps-mode-target-column):
6457         * progmodes/idlwave.el (idlwave-make-tags)
6458         (idlwave-scan-library-catalogs):
6459         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6460         * progmodes/gud.el (gud-jdb-analyze-source):
6461         * progmodes/flymake.el (flymake-log):
6462         * progmodes/ebnf2ps.el (ebnf-generate-region):
6463         * progmodes/cmacexp.el (c-macro-expansion):
6464         * progmodes/ada-xref.el (ada-treat-cmd-string):
6465         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6466         (ada-justified-indent-current, ada-batch-reformat):
6467         * play/zone.el (zone):
6468         * play/landmark.el (lm-move):
6469         * play/decipher.el (decipher-show-alphabet):
6470         * net/newsticker.el (newsticker--display-jump)
6471         (newsticker--display-scroll):
6472         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6473         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6474         * mail/feedmail.el (feedmail-dump-message-to-queue):
6475         * eshell/esh-proc.el (eshell-remove-process-entry):
6476         * emulation/ws-mode.el (ws-last-error):
6477         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6478         (viper-record-kbd-macro):
6479         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6480         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6481         * emacs-lisp/find-func.el (find-function-noselect):
6482         * calendar/timeclock.el (timeclock-status-string)
6483         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6484         (timeclock-when-to-leave-string):
6485         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6486         * calc/calc-units.el (calc-enter-units-table):
6487         * calc/calc-mode.el (calc-mode-record-mode):
6488         * woman.el (woman-mini-help):
6489         * wdired.el (wdired-change-to-wdired-mode):
6490         * vc.el (vc-retrieve-snapshot):
6491         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6492         * startup.el (display-startup-echo-area-message):
6493         * simple.el (set-goal-column):
6494         * ses.el (ses-command-hook, ses-recalculate-cell):
6495         * server.el (server-process-filter):
6496         * printing.el (pr-interface-txt-print, pr-interface-printify)
6497         (pr-interface-ps):
6498         * pcvs.el (cvs-help):
6499         * log-edit.el (log-edit, log-edit-mode-help):
6500         * iswitchb.el (iswitchb-possible-new-buffer):
6501         * isearch.el (isearch-edit-string):
6502         * image-mode.el (image-mode, image-minor-mode):
6503         * ibuf-macs.el (define-ibuffer-filter):
6504         * hi-lock.el (hi-lock-find-patterns):
6505         * files.el (toggle-read-only):
6506         * ediff-util.el (ediff-copy-diff)
6507         (ediff-write-merge-buffer-and-maybe-kill):
6508         * echistory.el (Electric-history-undefined):
6509         * dnd.el (dnd-insert-text):
6510         * dired-aux.el (dired-query):
6511         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6512         * bookmark.el (bookmark-bmenu-locate):
6513         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6514         Fix `message' calls to ensure first arg is a format string.
6515         The change was made only when these two conditions were satisfied:
6516         [1] when there is a possibility that the arguments would cause an error
6517         for example, if the code in question relies on external variables
6518         such as filenames, and
6519         [2] if the arg to `message' could not have been nil in the code.
6521         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6522         Not having a %s would be weird, though not technically wrong.
6524 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6526         * term/mac-win.el (mac-add-charset-info): Doc fix.
6528 2005-09-17  Romain Francoise  <romain@orebokech.com>
6530         * shell.el (shell-resync-dirs): Handle echoing processes more
6531         reliably.  Don't insert resync command if `comint-process-echoes'
6532         is non-nil.
6534 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6536         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6537         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6538         aspell versions >= 0.60.
6539         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6540         only if ispell-aspell-supports-utf8 is non-nil.
6542 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6544         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6545         buffer-local value to lisp-indent-function.
6547 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6549         * progmodes/glasses.el (glasses-make-readable): If
6550         glasses-separator differs from underscore, put appropriate
6551         overlays over underscore characters.
6552         (glasses-convert-to-unreadable): If glasses-separator differs from
6553         underscore, try to convert glasses-separator characters to
6554         underscores.
6556 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6559         Use with-syntax-table and dolist.
6561 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6563         * textmodes/reftex-auc.el:
6564         * textmodes/reftex-cite.el:
6565         * textmodes/reftex-dcr.el:
6566         * textmodes/reftex-global.el:
6567         * textmodes/reftex-parse.el:
6568         * textmodes/reftex-ref.el:
6569         * textmodes/reftex-sel.el:
6570         * textmodes/reftex-toc.el:
6571         * textmodes/reftex-vars.el:
6572         * textmodes/reftex.el: Small changes to remove compiler warnings.
6574         * textmodes/reftex-index.el: Likewise.
6575         (reftex-query-index-phrase): More efficient use of markers.
6577 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6579         * image.el (image-load-path): New variable.
6580         (image-search-load-path): New function.
6581         (find-image): Search for images in `image-load-path'.
6583 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6585         * follow.el: Change Maintainer field.
6587 2005-09-15  David Ponce  <david@dponce.com>
6589         * recentf.el (recentf-save-file-modes): New option.
6590         (recentf-save-list): Use it.
6592 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6594         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6595         (mode-line-mule-info, mode-line-modified): Move bindings from
6596         mouse-3 to mouse-1.
6598 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6600         * simple.el (sendmail-user-agent-compose): Revert last change.
6602 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6605         Use with-current-buffer.
6606         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6607         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6608         (ange-ftp-insert-directory): Remove unused var `short'.
6609         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6611         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6612         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6614         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6615         (check-calendar-holidays, diary-list-entries): Autoload.
6616         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6617         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6619         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6620         which mistakenly removed a call to display-buffer.
6622 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6624         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6626 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6628         * progmodes/hideshow.el
6629         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6630         (hs-allow-nesting): New user var.
6631         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6632         (hs-hide-block-at-point): When nesting allowed,
6633         if there is already an overlay in place, delete it.
6634         (hs-safety-is-job-n): Delete func; remove call sites.
6635         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6636         (hs-overlay-at): New func.
6637         (hs-already-hidden-p, hs-show-block): Use it.
6638         (hs-hide-all): Don't pre-clean if nesting allowed.
6639         (hs-show-all): Temporarily disallow
6640         nesting around call to `hs-discard-overlays'.
6642 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6644         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6645         Delete unused local var.
6647 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6649         * help-fns.el (describe-categories): "?\ " -> "?\s".
6650         (help-do-arg-highlight): Recognize also ARG-n, as in
6651         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6653         * international/codepage.el (dos-unsupported-char-glyph):
6654         * net/newsticker.el (tool-bar-map, w3-mode-map)
6655         (w3m-minor-mode-map):
6656         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6657         (ent-alist):
6658         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6660 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6662         * custom.el (custom-push-theme): Handle the case where a symbol is
6663         bound but face properties have not yet been assigned.
6665         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6666         Fix behavior if noerase is `t' and there is no mail buffer.
6668         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6669         if `continue' is nil, rather than signal an error.
6671 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6673         * font-lock.el (font-lock-keywords): Add autoload.
6675         * help-fns.el (describe-variable): Rearrange to put source link
6676         in a predictable place.
6678         * net/newsticker.el: New file.
6680 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6683         (calendar-basic-setup): Use the new nil arg.
6684         (number-of-diary-entries): Move to diary-lib.el.
6686         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6687         (diary-list-entries): Use with-syntax-table and dolist.
6688         Rename from list-diary-entries.
6689         Use number-of-diary-entries if `number' is nil.
6690         (diary, diary-view-entries): Use this new name and new nil arg value.
6691         (number-of-diary-entries): Move from calendar.el.
6692         (diary-unhide-everything): New function.
6693         (include-other-diary-files, fancy-diary-display)
6694         (diary-show-all-entries, make-diary-entry): Use it.
6695         (diary-mail-entries): Use buffer-string.
6696         (mark-diary-entries): Fix long standing paren typo.
6697         (diary-sexp-entry): Use count-lines.
6698         (make-diary-entry): Avoid `previous-line'.
6699         (diary-mode-map): New var.
6700         (diary-mode): Redraw cal after saving.  Setup header-line.
6701         (fancy-diary-display-mode): Use local-set-key.
6703         * startup.el (command-line): Try calling various terminal-init-foo-bar
6704         functions by stripping hyphenated suffixes from $TERM.
6706         * files.el (normal-mode): Check boundness of font-lock-keywords.
6708 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6710         * progmodes/compile.el: Don't decide a file's directory
6711         until the user actually tries to go there.
6712         (compilation-next-error-function):
6713         Pass compilation-find-file the directory from the file-struct.
6714         (compilation-internal-error-properties): Separate local FILE-STRUCT
6715         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6716         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6717         Expand it, and if nil, use default-directory.
6718         (compilation-get-file-structure): Don't mix specified directory
6719         with default directory.  Put specified directory into
6720         file-struct.  Don't make the file name absolute.
6722         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6723         (compile-command): Add autoload.
6724         (compilation-disable-input): Add autoload.
6726 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6728         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6729         strings of the variables it can override.
6730         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6731         %Q and %q, for fully-qualified domain name and unqualified host name.
6733 2005-09-11  Kim F. Storm  <storm@cua.dk>
6735         * emacs-lisp/authors.el (authors-aliases): Update list.
6736         (authors-fixed-entries): Update mldrag.el entry.
6738 2005-09-10  Alan Mackenzie  <acm@muc.de>
6740         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6741         from the region narrowed to.
6743 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6745         * textmodes/ispell.el (ispell-check-version): Signal an error if
6746         aspell version is less than 0.60.
6748 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6750         * progmodes/octave-inf.el (inferior-octave-startup):
6751         Resync current dir at the end.
6753 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6755         * woman.el (woman-topic-at-point-default):
6756         Rename to woman-use-topic-at-point-default.
6757         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6758         (woman-file-name): Reflect renames above.  Automatically use the
6759         word at point as topic if woman-use-topic-at-point is non-nil.
6760         Otherwise offer it as default but don't insert it in the
6761         minibuffer.  Also use `test-completion' instead of `assoc' as
6762         suggested by Stefan Monnier.
6764 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6766         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6767         the attempt to do it over Tramp.  This is not yet supported.
6769 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6771         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6772         (menu-bar-non-minibuffer-window-p): New functions.
6773         ("Split Window", "Save As..."): Use them.
6774         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6775         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6776         Use menu-bar-menu-frame-live-and-visible-p.
6777         ("Save Buffer", "Insert File", "Open Directory...")
6778         ("Open File...", "Visit New File..."):
6779         Use menu-bar-non-minibuffer-window-p.
6780         (kill-this-buffer-enabled-p, dired <menu-enable>):
6781         Use menu-bar-non-minibuffer-window-p.
6783 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6785         * cus-start.el (all): Don't complain about fringe-related
6786         built-ins if fringes are not supported.  Ditto about
6787         selection-related built-ins.  Fix the test for GTK-related built-ins.
6789         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6790         ("Postscript Print Buffer", "Print Region", "Save As...")
6791         ("Save", "Insert File...", "Open Directory...")
6792         ("Open File...", "Visit New File..."")
6793         ("Truncate Long Lines in this Buffer"): Don't look at
6794         menu-updating-frame if this display does not support multiple frames.
6796 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6798         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6800 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6802         * woman.el: Format- and whitespace-related changes.
6804 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6806         * woman.el: Fix my email address.
6808 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6810         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6811         (sh-mode): Locally set skeleton-pair-default-alist.
6813         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6815         * progmodes/flymake.el: Require `compile' unconditionally.
6817         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6819         * woman.el (woman-file-name): Provide a default, not initial input.
6821         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6823         * font-lock.el (font-lock-support-mode): Doc fix.
6825         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6827 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6829         * simple.el (blink-matching-open): Get rid of text props from
6830         the string shown in echo area.  Don't permanently set point.
6831         Some rearrangements.
6833 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6835         * recentf.el (recentf-filename-handler): Add custom choice
6836         `abbreviate-file-name'.
6838         * msb.el (msb--very-many-menus): Fix typo.
6840         * disp-table.el (standard-display-european): Don't set
6841         enable-multibyte-characters to nil.
6843 2005-09-08  David Ponce  <david@dponce.com>
6845         * recentf.el (recentf-show-file-shortcuts-flag): New option.
6846         (recentf-expand-file-name): Doc fix.
6847         (recentf-dialog-mode-map): Define digit shortcuts.
6848         (recentf--files-with-key): New variable.
6849         (recentf-show-digit-shortcut-filter): New function.
6850         (recentf-open-files-items): New function.
6851         (recentf-open-files): Use it.
6852         (recentf-open-file-with-key): New command.
6854 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6856         * buff-menu.el (Buffer-menu-sort-by-column): New function.
6857         Suggested by Kim F. Storm.
6858         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6859         (Buffer-menu-make-sort-button): Use global keymap.
6861 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
6863         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6864         (Man-getpage-in-background-advice): Remove defadvice; it isn't
6865         necessary any longer with the remapped command.
6866         (Man-bgproc-sentinel-advice): Remove defadvice which counts
6867         formatting time only.
6869         * net/tramp.el (tramp-action-password)
6870         (tramp-multi-action-password): Compile the password prompt from
6871         `method', `user' and `host'.  Sometimes it isn't obvious which
6872         password to enter, for example with remote files offered by
6873         recentf.el, or with multiple steps.  Suggested by Robert Marshall
6874         <robert@chezmarshall.freeserve.co.uk>.
6876 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6879         Fix regexp for when "s///" is at the beginning of line.
6881 2005-09-07  Jay Belanger  <belanger@truman.edu>
6883         * calc/calc-poly.el (math-expand-term): Multiply out any powers
6884         when in matrix mode.
6886 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6888         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6889         non-anonymous functions.
6891 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
6893         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6894         when using a header line.  Otherwise, use mouse-1-click-follows-link.
6896         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6897         can't be moved; don't signal an error.
6899 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
6901         * cus-theme.el (custom-theme-write-faces): Save the current face
6902         spec, not the defface spec.
6904         * custom.el (custom-known-themes): Clarify meaning of "standard".
6905         (custom-push-theme): Save old values in the standard theme.
6906         (disable-theme): Correct typo.
6907         (custom-face-theme-value) Deleted unused function.
6908         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6910 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6912         * progmodes/compile.el (compilation-goto-locus): Take into account
6913         iconified frames when determining whether the buffer is
6914         already visible.
6915         Don't reset window height if the window already existed.
6917 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
6919         * custom.el (load-theme): Rename from require-theme.
6920         Add interactive spec.
6921         (enable-theme): Rename from custom-enable-theme.
6922         Add interactive spec.
6923         (disable-theme): Rename from custom-disable-theme.
6924         Add interactive spec.
6925         (custom-make-theme-feature): Doc fix.
6926         (custom-theme-directory): Doc fix.
6927         (provide-theme): Call enable-theme.
6929 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * obsolete/lazy-lock.el (lazy-lock-mode):
6932         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6933         font-lock-mode if it's off.  Print a warning instead.
6935         * progmodes/compile.el (compilation-start): Ignore errors if the
6936         process died before we get to send-eof.
6938         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6939         Undo last change.  Enclosing the result in quotes broke things on Unix
6940         since tex-send-command passes it through shell-quote-argument.
6941         (tex-send-command): Pass `file' through convert-standard-filename
6942         when possible.
6943         (tex-uptodate-p): Handle the case where TeX hasn't put additional
6944         info in a transcript.
6946 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6948         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6949         fix compilation warning. Reorder the key definitions to group
6950         together keys emitted by the current version of xterm.
6952         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6953         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6954         Reorder predicates to correct min-color usage.
6956 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
6958         * longlines.el (longlines-mode): Inhibit read-only when encoding.
6959         Kill local variables when longlines-mode is turned off.
6961 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6963         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6965         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6967         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6969         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6970         (font-lock-lines-before): Change default to being inactive.
6971         (font-lock-default-fontify-region): Obey font-lock-lines-before.
6972         (font-lock-after-change-function): Don't handle f-l-lines-before here.
6974 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6976         * net/tramp.el (tramp-handle-make-auto-save-file-name):
6977         Deactivate temporarily advice if active (not needed for Emacs 22,
6978         but for backwards compatibility).
6979         (tramp-exists-file-name-handler): Rewrite.  First implementation
6980         was too simple.
6981         (tramp-advice-make-auto-save-file-name):
6982         Call `tramp-handle-make-auto-save-file-name' (again, just for
6983         backwards compatibility).
6985 2005-08-31  Reto Zimmermann  <reto@gnu.org>
6987         * progmodes/vhdl-mode.el
6988         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6989         (vhdl-end-p): Fix indentation bug "else" after "-- when".
6990         (vhdl-set-default-project): New function (easier setting of default).
6991         (vhdl-port-copy): Handle extended identifiers for generics.
6992         (vhdl-compiler-alist): Better description for error message regexp.
6993         (vhdl-make): Query for target, use previous as default.
6994         (vhdl-port-copy): Fix port copy for port names starting with "signal".
6995         (vhdl-font-lock-keywords-2): Fix fontification for record
6996         el. assign.
6997         (vhdl-speedbar-make-subpack-line): Add package body link.
6998         (vhdl-generate-makefile-1): Not include itself as dependency.
6999         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7000         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7001         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7002         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7003         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7004         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7005         (vhdl-import-project): Add string argument for `error'.
7006         (vhdl-compose-configuration)
7007         (vhdl-compose-configuration-architecture): Add configuration
7008         declaration generation.
7009         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7010         (vhdl-trailer-re): Add "record" keyword (better indentation).
7011         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7012         "[^ \t-\"]+".
7013         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7014         (vhdl-testbench-entity-file-name)
7015         (vhdl-testbench-architecture-file-name): Allow separate
7016         customization of testbench file names.
7017         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7018         (vhdl-get-visible-signals): Allow newline within alias declaration.
7019         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7020         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7021         (member-ignore-case): Alias for missing function in XEmacs.
7022         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7023         (vhdl-update-sensitivity-list): Ignore case on read signals.
7024         (vhdl-replace-string): Adjust case only for file names.
7025         (vhdl-update-sensitivity-list): Fix search for read signals.
7026         (vhdl-update-sensitivity-list): Exclude formal parameters.
7027         (vhdl-get-visible-signals): Include aliases of signals.
7028         (vhdl-get-visible-signals): Fix signal name searching.
7029         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7030         (vhdl-fixup-whitespace-region): Fix for character
7031         literals (e.g. ':').
7033 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7035         * ansi-color.el (comint-last-output-start):
7036         * bs.el (font-lock-verbose):
7037         * diff-mode.el (add-log-buffer-file-name-function):
7038         * dired-x.el (vm-folder-directory):
7039         * faces.el (help-xref-stack-item):
7040         * files.el (font-lock-keywords):
7041         * find-lisp.el (dired-buffers, dired-subdir-alist):
7042         * ido.el (cua-inhibit-cua-keys):
7043         * log-view.el (cvs-minor-wrap-function):
7044         * outline.el (font-lock-warning-face):
7045         * simple.el (compilation-current-error):
7046         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7047         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7048         * tooltip.el (comint-prompt-regexp):
7049         * w32-fns.el (explicit-shell-file-name):
7050         * term/mac-win.el (mac-charset-info-alist)
7051         (mac-services-selection, mac-system-script-code):
7052         * term/tty-colors.el (msdos-color-values):
7053         * term/w32-win.el (xlfd-regexp-registry-subnum):
7054         * term/x-win.el (x-keysym-table, x-selection-timeout)
7055         (x-session-id, x-session-previous-id):
7056         * textmodes/ispell.el (mail-yank-prefix):
7057         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7058         * textmodes/org.el (calc-embedded-close-formula)
7059         (calc-embedded-open-formula)
7060         (font-lock-unfontify-region-function):
7061         * textmodes/reftex-global.el (isearch-next-buffer-function)
7062         (TeX-master):
7063         * textmodes/reftex.el (font-lock-keywords):
7064         * textmodes/tex-mode.el (font-lock-comment-face)
7065         (font-lock-doc-face):
7066         * textmodes/texinfo.el (outline-heading-alist):
7067         Add defvars.
7069         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7070         (artist-spray-chars, artist-mode-init, artist-replace-string)
7071         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7072         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7073         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7075         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7076         (conf-align-assignments): "?\ " -> "?\s".
7078         * textmodes/reftex-index.el (TeX-master): Add defvar.
7079         (reftex-index-phrases-marker): Move up defvar.
7081         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7082         (reftex-toc-include-labels-indicator)
7083         (reftex-toc-include-index-indicator)
7084         (reftex-toc-max-level-indicator): Move up declarations.
7086         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7087         of args to `tramp-run-real-handler', even if it's empty in this case.
7089 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7091         * dired.el (dired-move-to-filename-regexp): Add date format for
7092         Mac OS X 10.3 in East Asian locales.
7094 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7096         * files.el (make-auto-save-file-name): Add file name handler call
7097         if applicable.
7099         * net/tramp.el (tramp-file-name-handler-alist)
7100         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7101         (tramp-handle-make-auto-save-file-name): Rename from
7102         `tramp-make-auto-save-file-name'.
7103         (tramp-exists-file-name-handler): New defun.
7104         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7105         `make-auto-save-file-name' is not a magic file name operation.
7107 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7109         * files.el (risky-local-variable-p):
7110         Match `-predicates' and `-commands.
7112         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7113         (custom-save-all): Visit the file if necessary;
7114         kill the buffer if we created it.
7115         (custom-save-delete): Don't visit file or kill buffer here.
7117 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7119         * textmodes/org.el (org-special-keyword): New face.
7120         (org-table-copy-down, org-table-eval-formula)
7121         (org-table-recalculate, org-init-section-numbers):
7122         Use `string-to-number' instead of `string-to-int'.
7123         (org-get-location): Use `insert-buffer-substring' instead of
7124         `insert-buffer'.
7125         (org-modify-diary-entry-string): New function.
7126         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7127         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7128         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7129         active region.
7130         (org-export-as-html): Handle QUOTE keyword.
7131         (org-quote-string): New option.
7132         (org-bookmark-jump-unhide): New function, used for
7133         `bookmark-after-jump-hook'.
7134         (org-diary-default-entry): Apply only when not called through
7135         `org-agenda'.
7137 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7139         * net/eudc.el (mode-popup-menu):
7140         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7141         * progmodes/ada-mode.el (compile-auto-highlight)
7142         (skeleton-further-elements):
7143         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7144         * progmodes/cmacexp.el (msdos-shells):
7145         * progmodes/compile.el (font-lock-extra-managed-props)
7146         (font-lock-keywords, font-lock-maximum-size)
7147         (font-lock-support-mode):
7148         * progmodes/grep.el (font-lock-lines-before):
7149         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7150         * progmodes/mixal-mode.el (compile-command):
7151         * progmodes/perl-mode.el (font-lock-comment-face)
7152         (font-lock-doc-face, font-lock-string-face):
7153         * progmodes/prolog.el (comint-prompt-regexp):
7154         * progmodes/sh-script.el (font-lock-comment-face)
7155         (font-lock-set-defaults, font-lock-string-face):
7156         * progmodes/sql.el (font-lock-keyword-face)
7157         (font-lock-set-defaults, font-lock-string-face):
7158         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7159         (itimer-version, lazy-lock-defer-contextually)
7160         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7161         Add defvars.
7163         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7164         (cperl-electric-keyword, cperl-electric-pod)
7165         (cperl-electric-backspace, cperl-forward-re)
7166         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7167         (vc-rcs-header, vc-sccs-header): Add defvars.
7169         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7170         (font-lock-syntactic-keywords, gud-find-expr-function):
7171         Add defvars.
7173         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7174         (gdb-frame-parameters): Declare before use.
7176         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7177         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7178         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7179         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7181         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7182         (idlwave-help-with-source): Use `insert-buffer-substring', not
7183         `insert-buffer'.
7185 2005-08-29  Juri Linkov  <juri@jurta.org>
7187         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7188         Put outline-back-to-heading function call inside save-excursion.
7190 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7192         * man.el (Man-init-defvars, Man-translate-references)
7193         (Man-support-local-filenames, Man-highlight-references):
7194         * progmodes/sql.el (sql-interactive-mode):
7195         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7197         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7198         (compilation-mode-font-lock-keywords): Add defvars.
7199         (checkdoc-interactive-loop): "?\ " -> "?\s".
7201         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7202         (font-lock-doc-face, font-lock-string-face)
7203         (font-lock-keywords-case-fold-search): Add defvars.
7204         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7206         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7207         Don't pass X and Y (they are ignored anyway).
7208         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7209         (mouse-delete-window): Make arguments optional.
7211         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7212         (caesar-translate-table, minor-modes, news-buffer-save)
7213         (news-group-name, news-minor-modes): Add defvars.
7215         * emacs-lisp/lselect.el (mouse-highlight-priority)
7216         (x-lost-selection-functions, zmacs-regions):
7217         * emacs-lisp/pp.el (font-lock-verbose):
7218         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7219         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7220         (ses-mode-map):
7221         * emacs-lisp/tcover-unsafep.el (safe-functions):
7222         * international/mule-cmds.el (mac-system-coding-system)
7223         (mac-system-locale):
7224         * language/ethio-util.el (rmail-current-message)
7225         (rmail-message-vector):
7226         * language/thai-util.el (thai-auto-composition-mode):
7227         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7228         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7229         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7230         (vm-primary-inbox, vm-spool-files):
7231         * mail/rmail.el (deleted-head, font-lock-fontified)
7232         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7233         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7234         (total-messages):
7235         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7236         (rmail-summary-mode-map):
7237         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7238         (rmail-last-label, rmail-last-multi-labels)
7239         (rmail-summary-vector, rmail-total-messages):
7240         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7241         * mail/rmailsum.el (msgnum):
7242         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7243         (rmail-current-message):
7244         * obsolete/fast-lock.el (font-lock-face-list):
7245         * obsolete/rnewspost.el (mail-reply-buffer):
7246         * obsolete/scribe.el (compile-command):
7247         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7249 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7251         * ibuf-ext.el (ibuffer-auto-update-changed):
7252         Use `frame-or-buffer-changed-p' to check whether we need to update.
7253         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7254         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7255         as a `frame-or-buffer-changed-p' state vector instead.
7257 2005-08-27  Romain Francoise  <romain@orebokech.com>
7259         * textmodes/makeinfo.el (makeinfo-compile):
7260         Use `compilation-start'.  Set `next-error-function' according to
7261         `disable-errors'.
7262         (makeinfo-next-error): New function.
7263         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7264         (makeinfo-buffer): Likewise.
7266         * progmodes/compile.el (compilation-start): Add autoload cookie.
7268         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7269         * textmodes/sgml-mode.el: Likewise.
7270         * progmodes/python.el: Likewise.
7272 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7274         * simple.el (blink-matching-paren-distance): Document the meaning
7275         of nil value, and allow to customize to nil.
7277         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7278         command.com, not command.exe.
7280 2005-08-26  John Wiegley  <johnw@newartisans.com>
7282         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7283         code around a bit so that an extraneous nil argument is not added
7284         to a command when no args are given.
7286         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7287         double-quoted argument resolves to nil, return it as an empty
7288         string rather than as nil.  This made it impossible to pass "" to
7289         a shell script as a null string argument.
7291 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7293         * outline.el (outline-invent-heading): New fun.
7294         (outline-promote, outline-demote): Use it.
7295         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7296         (outline-end-of-subtree): Remove unused var `opoint'.
7298 2005-08-26  David Reitter  <david.reitter@gmail.com>
7300         * menu-bar.el (truncate-lines, write-file, print-buffer)
7301         (ps-print-buffer-faces, ps-print-buffer, split-window):
7302         Disable menu items when the frame they refer to is invisible, or when
7303         they refer to a buffer and the minibuffer is selected.
7305 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7307         * progmodes/flymake.el (flymake-highlight-err-lines):
7308         Use save-excursion around flymake-highlight-line to preserve point.
7310 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7312         * progmodes/octave-mod.el: Change Author and Maintainer address.
7313         (octave-maintainer-address): Change Kurt's email address.
7314         * progmodes/octave-inf.el: Change Author and Maintainer address.
7315         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7317 2005-08-26  Kim F. Storm  <storm@cua.dk>
7319         * subr.el (version-list-<, version-list-<=, version-list-=):
7320         Rename from integer-list-*.
7321         (version-list-not-zero): Likewise.  Fix while loop.
7322         (version=): Use version-list-= instead of string-equal.
7324 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7326         * outline.el (outline-promote): Try shortening the heading.
7327         As last resort, read the heading to use.
7328         (outline-demote): As last resort, read the heading to use.
7330 2005-08-26  Romain Francoise  <romain@orebokech.com>
7332         * progmodes/compile.el (compilation-start): Doc fix.
7334         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7335         (antlr-font-lock-additional-keywords): Fix reference to
7336         `antlr-font-lock-literal-regexp' erroneously changed during the
7337         mass face rename.
7338         (antlr-run-tool): Use `compilation-start'.
7340         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7341         instead of the obsolete `compile-internal'.
7343 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7345         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7346         (number, original-date):
7347         * calendar/cal-china.el (date):
7348         * calendar/cal-coptic.el (date):
7349         * calendar/cal-french.el (date):
7350         * calendar/cal-hebrew.el (date, entry, number, original-date):
7351         * calendar/cal-islam.el (date, number, original-date):
7352         * calendar/cal-iso.el (date):
7353         * calendar/cal-julian.el (date):
7354         * calendar/cal-mayan.el (date):
7355         * calendar/cal-menu.el (date, event):
7356         * calendar/cal-persia.el (date):
7357         * calendar/lunar.el (date):
7358         * calendar/solar.el (date): Add defvars.
7360         * emerge.el:
7361         * ibuffer.el:
7362         * info-xref.el:
7363         * obsolete/bg-mouse.el:
7364         * obsolete/sun-curs.el:
7365         * obsolete/swedish.el: Move the `defvar's to the top level.
7367         * smerge-mode.el (smerge-refined-change): Add :group.
7369 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7372         (smerge-keep-n): Remove props.
7373         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7374         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7375         now that it's done in smerge-keep-n.
7376         (smerge-refined-change): New face.
7377         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7378         (smerge-refine): New funs.
7379         (smerge-basic-map): Bind smerge-refine.
7381 2005-08-25  Juri Linkov  <juri@jurta.org>
7383         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7384         compilation-process-setup-function and compilation-disable-input
7385         in grep-mode instead of let-bindings in grep.
7387         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7388         Delete "Automatic File De/compression" (auto-compression-mode).
7390 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7392         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7393         Silence warning about non-existent variable.
7395 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7397         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7398         Rename "Describe Key" to "Describe Key or Mouse Operation".
7400         * mail/mailalias.el (build-mail-aliases): Delete comments
7401         from the contents before processing them.
7403         * isearch.el (isearch-edit-string): Erase the Search prompt
7404         if user enters an empty string and there is no default.
7406         * comint.el (comint-file-name-prefix): Add autoload.
7408 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7410         * subr.el (play-sound): Rearrange to avoid warning.
7412 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7414         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7415         New hook.
7416         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7418 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7422         * custom.el (custom-theme-set-variables): Sort minor modes last.
7424 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7426         * subr.el (version-separator, version-regexp-alist): New vars used by
7427         version comparison funs.
7428         (integer-list-<, integer-list-=, integer-list-<=)
7429         (integer-list-not-zero): New funs for integer list comparison.
7430         (version-to-list, version=, version<, version<=): New funs for version
7431         comparison.
7433 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7435         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7436         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7437         time to silence the byte-compiler.
7439         * ibuffer.el (ibuffer-compile-make-eliding-form)
7440         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7441         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7442         so it's silly to get warnings for it).
7443         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7444         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7445         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7446         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7447         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7448         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7449         Defvar at compile time.
7450         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7451         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7452         Declare them before use.
7454         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7455         (info-xref-good, info-xref-bad): Defvar at compile time.
7457         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7458         Use `let*' instead of `let'.
7460         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7461         (*mouse-y*, menu, char): Defvar at compile time.
7462         (sc::menu): Declare it before use.
7463         (sc::pack-one-line): Use `let', not `let*'.
7465         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7466         (mail-send-hook): Defvar at compile time.
7468         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7469         Defvar at compile time.
7471         * term/sun-mouse.el (current-global-mousemap)
7472         (current-local-mousemap): Declare them before use.
7474 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7476         * bookmark.el (bookmark-after-jump-hook): New hook.
7477         (bookmark-jump): Run `bookmark-after-jump-hook'.
7479 2005-08-23  Juri Linkov  <juri@jurta.org>
7481         * faces.el (minibuffer-prompt): Doc fix.
7483 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7485         * progmodes/xscheme.el: Trivial changes to silence warnings.
7486         (xscheme-previous-mode, xscheme-previous-process-state):
7487         Add defvars.
7488         (xscheme-last-input-end, xscheme-process-command-line)
7489         (xscheme-process-name, xscheme-buffer-name)
7490         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7491         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7492         (xscheme-control-g-synchronization-p)
7493         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7494         (default-xscheme-runlight, xscheme-runlight)
7495         (xscheme-runlight-string, xscheme-process-filter-state)
7496         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7497         Move to beginning of file.
7498         (scheme-interaction-mode-commands-alist)
7499         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7500         Declare them before use.  Note: the initialization code for the variables
7501         has not been moved because it uses functions that reference the variables.
7502         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7503         (xscheme-prompt-for-expression-map): Declare them before use.
7504         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7506 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7508         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7510 2005-08-22  Juri Linkov  <juri@jurta.org>
7512         * faces.el (set-face-underline): Delete this duplicate function
7513         and make an obsolete alias to set-face-underline-p.
7514         (set-face-underline-p): Use docstring of set-face-underline.
7515         (describe-face): Create hyperlink to parent face.
7517         * info.el (Info-insert-dir): Use save-excursion around
7518         insert-buffer-substring.
7519         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7520         (Info-escape-percent): Delete function.
7521         (Info-fontify-node): Replace Info-escape-percent by
7522         replace-regexp-in-string with REP arg set to lambda that
7523         duplicates `%' and preserves text properties.
7525         * progmodes/compile.el (compilation-disable-input): Doc fix.
7526         (define-compilation-mode): Doc fix and refill.
7527         (kill-compilation): Use `mode-name' in the error message.
7528         (compilation-find-file): Use `compilation-error' in the
7529         read-file-name's prompt.
7531 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7534         (smerge-auto-leave): Make undo re-enable the mode.
7535         (debug-ignored-errors): Add the user-error of impossible resolution.
7536         (smerge-resolve): Move things around a bit, in preparation for later.
7537         (smerge-diff): Don't fail if the buffer has no associated file.
7538         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7539         (smerge-conflict-overlay): New function.
7540         (smerge-match-conflict): Don't add text properties here.
7541         (smerge-find-conflict): Instead, add an overlay here.
7542         Also check for the case where we're inside a conflict already, so as to
7543         obviate the need for font-lock-multiline, which is unbearably slow with
7544         large conflicts and ciomplex font-lock patterns.
7545         (smerge-remove-props): Remove overlay rather than text-properties.
7546         (smerge-mode): Don't set font-lock-multiline.
7547         Remove overlays when turned off.
7549 2005-08-21  Kim F. Storm  <storm@cua.dk>
7551         * ido.el (ido-ignore-item-p): Use save-match-data.
7552         Bind case-fold-search to ido-case-fold locally.
7554 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7556         * files.el (normal-mode): If font lock is on, turn it off and on.
7558         * subr.el (replace-regexp-in-string): Doc fix.
7560         * startup.el (command-line-1): Don't suppress startup screen
7561         due to existing processes.
7563         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7565         * progmodes/compile.el (compilation-disable-input): Default to nil.
7567 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7569         * progmodes/compile.el (compilation-disable-input): New defcustom.
7570         (compilation-start): If compilation-disable-input is non-nil, send
7571         EOF to the compilation process.
7573 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7575         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7576         Run the argument of tex-shell-cd-command through
7577         convert-standard-filename, to get the correct style of slashes on
7578         Windows, and enclose the result in quotes, in case the file name
7579         includes whitespace or other special characters.
7581 2005-08-19  Andreas Schwab  <schwab@suse.de>
7583         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7584         process.
7586 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7588         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7590 2005-08-18  Kim F. Storm  <storm@cua.dk>
7592         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7594 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7596         * scroll-lock.el: New file.
7598 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7600         * dired.el (dired-move-to-end-of-filename):
7601         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7603 2005-08-18  Kim F. Storm  <storm@cua.dk>
7605         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7606         rather than toggle mode when custom value is nil.
7607         (ido-everywhere): Fix defun doc string.
7609 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7611         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7612         as tag instead of "Inviolable".
7614 2005-08-17  Kim F. Storm  <storm@cua.dk>
7616         * windmove.el (windmove-coordinates-of-position): Remove.
7617         (windmove-coordinates-of-window-position): Remove.
7618         (windmove-reference-loc): Use posn-at-point instead.
7620         * subr.el (insert-for-yank-1): Doc fix.
7622         * ido.el (ido-enter-matching-directory): Rename from
7623         ido-enter-single-matching-directory.  Change 'slash choice to
7624         'only.  Add 'first choice.
7625         (ido-exhibit): Adapt to above changes.
7627 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7629         * Makefile.in: Expand comment about building loaddefs.el.
7631 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7633         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7634         Comment use of defadvice.
7636         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7638 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7640         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7641         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7642         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7643         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7644         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7645         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7646         for backward compatibility for faces that did not appear in the
7647         previous Emacs release.
7649         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7651 2005-08-15  Kim F. Storm  <storm@cua.dk>
7653         * emulation/cua-base.el (cua-delete-region): Return t if
7654         deleted region was non-empty.
7655         (cua-replace-region): Inhibit overwrite-mode for
7656         self-insert-command if replaced region was non-empty.
7657         (cua--explicit-region-start, cua--status-string): Make them
7658         buffer-local at top-level...
7659         (cua-mode): ...rather than when mode is enabled.
7661 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7663         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7664         Set t for Emacs 21, 22, and so on.
7666 2005-08-15  David Ponce  <david@dponce.com>
7668         * tree-widget.el: Update Commentary header.
7669         (tree-widget-theme): Doc fix.
7670         (tree-widget-space-width): New option.
7671         (tree-widget-image-properties): Look up in the default theme too.
7672         (tree-widget--cursors): Only for images with arrow pointer shape.
7673         (tree-widget-lookup-image): Pointer shape is hand by default.
7674         (tree-widget-icon): Rename generic icon widget from
7675         `tree-widget-control'.
7676         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7677         derive from `tree-widget-icon'.
7678         (tree-widget-handle): Improve default look and feel of the text
7679         representation.
7680         (tree-widget): Rename :*-control properties to :*-icon properties.
7681         Add :action and :help-echo properties.
7682         (tree-widget-after-toggle-functions): Move.
7683         (tree-widget-close-node, tree-widget-open-node): Remove.
7684         (tree-widget-before-create-icon-functions): New hook.
7685         (tree-widget-value-create): Update to allow customization of icons
7686         and nodes at run-time via that new hook.
7687         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7688         (tree-widget-icon-action, tree-widget-icon-help-echo)
7689         (tree-widget-action, tree-widget-help-echo): New functions.
7691 2005-08-15  Kim F. Storm  <storm@cua.dk>
7693         * ido.el (ido-buffer-internal): Use with-no-warnings.
7694         (ido-make-merged-file-list): Use while-no-input.
7696 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7698         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7699         (flyspell-large-region): Fix doc and custom type.
7701 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7703         * files.el (interpreter-mode-alist): Doc fix.
7705         * mail/rmail.el (rmail-nonignored-headers): New variable.
7706         (rmail-clear-headers): Use it.
7707         (rmail-reply): Better handling of mail-followup-to header.
7709         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7710         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7711         don't try to refer to executable-font-lock-keywords.
7712         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7713         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7714         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7715         (sh-mode): Set comment-start-skip, local-abbrev-table,
7716         imenu-case-fold-search.
7717         (sh-set-shell): Don't set them here.
7718         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7719         Don't cache the results in the original alist; don't ever modify
7720         that alist.
7722         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7724         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7725         empty.
7727 2005-08-15  Andreas Schwab  <schwab@suse.de>
7729         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7731         * dired.el, info.el, mail/rmail.el: Revert last change.
7733 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7735         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7736         modification in `eval-after-load' form.
7737         * info.el: Likewise.
7738         * mail/rmail.el: Likewise.
7740 2005-08-14  Juri Linkov  <juri@jurta.org>
7742         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7743         Remove highlighting of "Compilation started".  Highlight only
7744         the word "finished" in "Compilation finished".  Add highlighting
7745         of "interrupt", "killed", "terminated" and the exit code.
7746         (compilation-start): Add newline after header.  Use exactly the
7747         same time stamp format as the finishing message.
7748         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7750         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7751         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7752         Add highlighting of "interrupt", "killed", "terminated".
7754         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7755         enabled and the current command is self-insert-command, call it
7756         explicitly with overwrite-mode bound to nil, to not allow it
7757         to delete the character after the selected region.
7759 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7761         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7762         move-end-of-line, end-of-line, and beginning-of-line to the list
7763         of commands after which the echo area is updated.
7765 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7767         * cus-edit.el (custom-save-all, custom-save-delete):
7768         Bind recentf-exclude to exclude custom-file.
7770 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7772         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7773         to go to the bottom of the mail message.  Added to
7774         `rmail-summary-mode-map' with key "/".
7775         (rmail-summary-show-message): New (internal) function for use by
7776         both `rmail-summary-beginning/end-of-message'.
7777         (rmail-summary-beginning-of-message): Change to use
7778         rmail-summary-show-message.
7780         * mail/rmail.el (rmail-end-of-message): New command to go to the
7781         end of the current message.  Added to `rmail-mode-map' with key "/".
7782         (rmail-beginning-of-message): Fix to work as documented.
7783         (rmail-mode): Change documentation.
7785         * progmodes/compile.el (compilation-start): Add the line
7786         "Compilation started" with compilation start time.
7787         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7789 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7791         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7792         of menu items.
7794 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7796         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7798         * battery.el (battery-status-function): Don't use ignore-errors.
7800 2005-08-11  Lute Kamstra  <lute@gnu.org>
7802         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7803         define-obsolete-variable-alias.
7805 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7808         (ange-ftp-send-cmd): Revert last change, and expand
7809         the comment explaining the problem.
7811 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7813         * ldefs-boot.el: Update.
7815         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7816         item to "Time, Load and Mail".  Change help echo text.
7818         * time.el (display-time-use-mail-icon, display-time-format)
7819         (display-time-string-forms): Shorten first line of docstrings.
7821 2005-08-10  Lars Hansen  <larsh@soem.dk>
7823         * desktop.el (desktop-buffer-mode-handlers):
7824         Make non-customizable. Add autoload cookie.  Change initial value to
7825         nil; add elements in respective modules instead.  Fix doc string.
7826         (desktop-load-file): New function.
7827         (desktop-minor-mode-handlers): New autoloaded variable.
7828         (desktop-create-buffer): Call minor mode handlers.
7829         Use desktop-load-file to load major and minor mode modules prior to
7830         checking for a handler.
7831         (desktop-save): Don't add nil to desktop-minor-modes for minor
7832         modes with nil function in desktop-minor-mode-table.  Don't delete
7833         desktop file before rewriting it.
7834         (desktop-locals-to-save): Add autoload cookie.  Don't make
7835         automatically buffer-local.  Add variables column-number-mode,
7836         size-indication-mode, indent-tabs-mode,
7837         indicate-buffer-boundaries, indicate-empty-lines and
7838         show-trailing-whitespace.
7839         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7840         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7841         (desktop-clear-preserve-buffers-regexp): Delete.
7842         (desktop-clear-preserve-buffers): Update initial value and docstring.
7843         (desktop-save-buffer): Fix doc string.
7845         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7846         (hilit-chg-desktop-restore): New function.
7847         (highlight-changes-mode): Add highlight-changes-mode to
7848         desktop-locals-to-save.
7850         * dired.el: Add handler to desktop-buffer-mode-handlers.
7851         (dired-restore-desktop-buffer): Remove autoload cookie.
7852         (dired-mode): Add autoload cookie.
7854         * info.el: Add handler to desktop-buffer-mode-handlers.
7855         (Info-restore-desktop-buffer): Remove autoload cookie.
7856         (Info-mode): Add autoload cookie.
7858         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7859         (mh-restore-desktop-buffer): Remove autoload cookie.
7860         (mh-folder-mode): Add autoload cookie.
7862         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7863         (rmail-restore-desktop-buffer): Remove autoload cookie.
7865 2005-08-11  Masatake YAMATO  <jet@gyve.org>
7867         * hexl.el (hexl-address-region):
7868         (hexl-ascii-region, hexl-font-lock-keywords):
7869         (hexl-highlight-line-range): Use the term "region"
7870         instead of "area" for consistency with the other symbols
7871         defined in hexl.el.
7873 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7875         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7876         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7877         out by Juri Linkov).  Add `display-battery-mode'.
7879 2005-08-09  Juri Linkov  <juri@jurta.org>
7881         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7882         Remove `-text' from face variable names.
7883         (compilation-error-file-name, compilation-warning-file-name)
7884         (compilation-info-file-name): Delete faces.
7885         (compilation-line-number, compilation-column-number):
7886         Remove face underlining.
7887         (compilation-message-face): Set to `underline' value by default.
7888         (compilation-error-face, compilation-warning-face)
7889         (compilation-info-face): Remove `-file-name' from face names.
7890         (compilation-error-text-face, compilation-warning-text-face)
7891         (compilation-info-text-face): Delete face variables.
7892         (compilation-text-face): Delete function.
7894         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7895         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7896         (grep-error-face): Set to `compilation-error' instead of
7897         `compilation-error-face' (which is redefined to `grep-hit-face' in
7898         grep buffers).
7899         (grep-mode-font-lock-keywords): Remove `-text' from face variable
7900         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
7902         * dired-aux.el (dired-do-query-replace-regexp):
7903         Use `query-replace-read-args'.
7905         * replace.el (query-replace-read-from, query-replace-read-to)
7906         (query-replace-read-args): Rename arg `string' to `prompt'.
7908         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7910 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7912         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7913         uploading files.
7914         (ange-ftp-canonize-filename): Handle file names beginning with ~
7915         correctly.
7917 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
7919         * textmodes/fill.el (canonically-space-region)
7920         (fill-context-prefix, fill-french-nobreak-p)
7921         (fill-delete-newlines, fill-comment-paragraph)
7922         (justify-current-line): "?\ " -> "?\s".
7924 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
7926         * textmodes/fill.el (fill-nonuniform-paragraphs):
7927         Improve argument/docstring consistency.
7929 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7931         * textmodes/ispell.el (ispell-word): More fboundp checks.
7933         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7934         (find-file-noselect-1): Call it here, only if RAWFILE.
7935         (normal-mode): Always set some major mode.
7936         (save-some-buffers-action-alist): Change some explanation strings.
7937         (file-name-non-special): In the `quote' method, use unwind-protect.
7939 2005-08-09  Magnus Henoch  <mange@freemail.hu>
7941         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7942         (ispell-have-aspell-dictionaries): New variable.
7943         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7944         (ispell-get-aspell-config-value): New function.
7945         (ispell-aspell-find-dictionary): New function.
7946         (ispell-aspell-add-aliases): New function.
7947         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7948         appropriate.  Don't look for ispell dictionaries if we use aspell.
7949         (ispell-menu-map): Don't build a submenu of dictionaries.
7951 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7953         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7954         (sql-read-passwd): Use read-passwd.
7956         * progmodes/idlw-toolbar.el (idlwave-toolbar)
7957         (idlwave-toolbar-is-possible): Add defvars.
7959         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7960         Avoid warnings.
7962         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7963         (idlwave-system-class-info, idlwave-executive-commands-alist):
7964         Use defvar.
7966         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7968         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7969         Avoid warnings.
7971         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7972         and content-type: headers.
7974         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7976         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7977         and rename some of them to be more self-explanatory.
7979         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7981         * startup.el (command-line-1): Implement -scriptload.
7983         * replace.el (occur-engine): Initial *Occur* output not undoable.
7985         * menu-bar.el (menu-bar-file-menu): Rename some menu items
7986         and improve help strings.
7988         * isearch.el (isearch-repeat): When changing direction,
7989         mark search successful.
7991         * ediff-init.el: Use (featurep 'xemacs).
7993         * comint.el (send-invisible): Identify buffer, if not selected.
7995         * align.el: Delete autoload for c-guess-basic-syntax.
7997 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
7999         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8000         Improve argument/docstring consistency.  Doc fixes.
8001         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8002         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8003         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8004         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8005         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8006         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8007         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8008         Defvar at compile time.
8010 2005-08-09  Juri Linkov  <juri@jurta.org>
8012         * info.el: Replace `info' with upper-case `Info' where appropriate.
8013         (info-title-1, info-title-2, info-title-3, info-title-4)
8014         (info-menu-header): Move up face definitions.
8015         (info-menu-star): Rename from `info-menu-5'.
8016         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8017         (Info-fontify-visited-nodes): Fix docstring.
8018         (Info-hide-note-references): Fix docstring.
8019         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8020         menu items in the same way as on cross-references.
8021         (info-apropos): Fix sorting order and formatting to be like in the
8022         stand-alone Info browser.  Display error messages for 1 sec.
8023         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8024         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8025         from the menu bar.
8026         (Info-insert-dir): Restore point after calling
8027         `insert-buffer-substring'.
8029 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8031         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8032         (recompute-lucid-menubar): Add defvars.
8034         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8036         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8038         * net/net-utils.el (run-dig): Rename from `dig'.
8040         * play/gametree.el (gametree-mode): Use make-local-variable,
8041         not make-variable-buffer-local.
8043         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8045         * ansi-color.el (ansi-color-make-extent)
8046         (ansi-color-set-extent-face): Use fboundp, not functionp.
8048         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8049         not make-variable-buffer-local.
8051         * bookmark.el (Info-current-file): Add defvar.
8052         (bookmark-jump-noselect): Use with-no-warnings.
8054         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8056         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8058         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8060         * find-file.el (ada-procedure-start-regexp)
8061         (ada-package-start-regexp): Add defvars.
8063         * info.el (Info-insert-dir): Use insert-buffer-substring.
8065         * xml.el (xml-att-def-re): Add defvar.
8067         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8068         calling convention.
8070         * subr.el (while-no-input): Return t if there is input.
8072 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8074         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8076 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8078         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8079         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8081 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8083         * cmuscheme.el (scheme-start-file): Replace reference to
8084         `user-emacs-directory' by "~/.emacs.d/".
8086 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8088         * info.el (Info-dir-remove-duplicates): Avoid case folding
8089         in loop; instead, keep downcased strings for comparison.
8090         Suggested by Helmut Eller.
8092 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8094         Sync with Tramp 2.0.50.
8096         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8097         XEmacs case; not necessary anymore.
8098         (tramp-user-regexp): Allow "@" as part of user name.
8099         (tramp-handle-set-visited-file-modtime)
8100         (tramp-handle-insert-file-contents)
8101         (tramp-handle-write-region): No special handling for
8102         `last-coding-system-used, because this is done in
8103         `tramp-accept-process-output' now.
8104         (tramp-accept-process-output): New defun.
8105         (tramp-process-one-action, tramp-process-one-multi-action)
8106         (tramp-wait-for-regexp, tramp-wait-for-output)
8107         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8108         Howells <dhowells@redhat.com>.
8109         (clear-visited-file-modtime): Defadvice removed.  The check for
8110         unset buffer's modtime does not need to be based on
8111         `tramp-buffer-file-attributes'.  Suggested by RMS.
8112         (tramp-message): Insert "\n" if not being at beginning of line.
8113         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8114         sequence with same logic.
8115         (tramp-completion-handle-expand-file-name): Discard call of
8116         `tramp-drop-volume-letter'.  It is not necessary, and there have
8117         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8118         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8119         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8120         should always be visible.
8121         (tramp-handle-insert-directory, tramp-setup-complete)
8122         (tramp-set-process-query-on-exit-flag)
8123         (tramp-append-tramp-buffers): Pacify byte-compiler.
8124         (tramp-bug): Delete non-existing variables from list.
8125         Apply `tramp-load-report-modules' as pre-hook.
8126         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8127         `shell-prompt-pattern' because of non-7bit characters.
8128         Reported by Sebastian Luque <sluque@mun.ca>.
8129         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8130         (tramp-match-string-list): Remove function.
8131         (tramp-wait-for-regexp): Remove call of that function.
8132         Suggested by Kim F. Storm <storm@cua.dk>.
8133         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8134         instead of octal character code ?\600.  The latter resulted in a
8135         syntax error with XEmacs.
8137         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8138         XEmacs case; not necessary anymore.
8139         (tramp-smb-handle-write-region): No special handling for
8140         `last-coding-system-used, because this is done in
8141         `tramp-accept-process-output' now.
8142         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8144 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8146         * wid-edit.el (widget-choice-value-create):
8147         Unconditionally respect user choice.  Set :explicit-choice back to nil
8148         when no longer needed.
8149         (widget-choice-action): Unconditionally respect user choice.
8150         Eliminate :explicit-choice-value.
8152         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8154         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8155         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8156         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8157         running new function `toggle-indicate-empty-lines'.
8158         Rename "Customize" item to "Customize fringe".
8159         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8160         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8161         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8162         Delete "Empty lines only" item.
8163         (menu-bar-showhide-fringe-ind-customize): New function.
8164         (menu-bar-showhide-fringe-ind-mixed)
8165         (menu-bar-showhide-fringe-ind-box)
8166         (menu-bar-showhide-fringe-ind-right)
8167         (menu-bar-showhide-fringe-ind-left)
8168         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8169         instead of `fringe-indicators'.
8171 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8173         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8174         Change the date of last update.
8176 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8178         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8179         (viper-exec-yank, viper-put-back): Don't display modification msg
8180         if in the minibuffer.
8182         * viper-init.el (viper-replace-overlay-cursor-color)
8183         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8184         Make variables frame local.
8186         * viper-util.el (viper-append-filter-alist): Use append instead of
8187         nconc.
8189         * viper.el (viper-vi-state-mode-list)
8190         (viper-emacs-state-mode-list): Move help-mode and
8191         completion-list-mode from the first list to the second.
8192         (viper-mode): Docstring.
8193         (viper-go-away, viper-non-hook-settings): Don't localize
8194         minor-mode-alist in newer Emacsen.  Add advice to
8195         set-cursor-color.  Don't bind "\C-c\\".
8197 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8199         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8200         (scheme-macro-expand-command): New user options.
8201         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8202         (scheme-form-at-point, scheme-start-file)
8203         (scheme-interactively-start-process): New functions.
8204         (scheme-get-process): New function, extracted from `scheme-proc'.
8205         (run-scheme): Call `scheme-start-file' to get start file, and pass
8206         it to `make-comint'.
8207         (switch-to-scheme, scheme-proc):
8208         Call `scheme-interactively-start-process' if no Scheme buffer/process
8209         is available.
8211 2005-08-06  Juri Linkov  <juri@jurta.org>
8213         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8214         Use `compilation-text-face', `compilation-info-text-face' and
8215         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8216         (compilation-error): New face.
8217         (compilation-error-file-name): Inherit from
8218         `compilation-error' instead of `font-lock-warning-face'.
8219         (compilation-warning-file-name): Inherit from
8220         `compilation-warning' instead of `font-lock-warning-face'.
8221         (compilation-info, compilation-error-file-name)
8222         (compilation-warning-file-name, compilation-info-file-name)
8223         (compilation-line-number, compilation-column-number): Doc fix.
8224         (compilation-error-text-face, compilation-warning-text-face)
8225         (compilation-info-text-face): New face variables.
8226         (compilation-line-face, compilation-column-face)
8227         (compilation-enter-directory-face)
8228         (compilation-leave-directory-face): Doc fix.
8229         (compilation-text-face): New function.
8231         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8232         instead of 1 to display binary file names as info file links.
8233         (grep-error-face): Use `compilation-error-face' instead of
8234         `font-lock-keyword-face'.
8235         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8236         and `compilation-warning-text-face' instead of
8237         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8238         instead of `grep-error-face'.
8240 2005-08-05  Kenichi Handa  <handa@m17n.org>
8242         * international/code-pages.el: Add autoload cookies for all coding
8243         systems.
8245 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8247         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8249 2005-08-04  Juri Linkov  <juri@jurta.org>
8251         * progmodes/compile.el (compilation-mode-map):
8252         * progmodes/grep.el (grep-mode-map):
8253         Bind TAB to `compilation-next-error' and [backtab] to
8254         `compilation-previous-error'.
8256         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8257         matching line numbers, column numbers and their ranges with regexp
8258         matching only line numbers.
8259         (grep-context-face): New face variable.
8260         (grep-mode-font-lock-keywords): Use it.
8262         * faces.el (read-face-name): Delete duplicate faces.
8264 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8266         * thumbs.el (thumbs-find-image): Don't make variables
8267         automatically buffer local.
8268         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8269         (thumbs-image-num): Make automatically buffer local.
8270         (thumbs-show-thumbs-list): Use `make-local-variable', not
8271         `make-variable-buffer-local'.
8272         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8274         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8275         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8276         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8277         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8278         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8279         (feelings-about, foullst, found, hello, history, howareyoulst)
8280         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8281         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8282         (neglst, obj, object, owner, please, problems, qlist)
8283         (random-adjective, relation, remlst, repetitive-shortness)
8284         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8285         (shortlst, something, sportslst, stallmanlst, states, subj)
8286         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8287         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8288         Defvar at compile time.
8290         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8291         not `make-variable-buffer-local'.
8293 2005-08-02  Kim F. Storm  <storm@cua.dk>
8295         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8296         rectangle overlay in selected window.
8298 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8300         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8301         instead of display group.  Make `indicate-buffer-boundaries'
8302         customizable through Custom.
8304 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8306         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8307         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8308         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8309         (gdb-put-string): Fix typos in docstrings.
8311 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8313         Update copyright notices of files in progmodes directory for
8314         release of Emacs 22.1.
8316         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8318         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8319         Don't barf if the GUD buffer has been killed.
8321 2005-08-01  Kim F. Storm  <storm@cua.dk>
8323         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8325 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8327         * simple.el (next-error-follow-minor-mode):
8328         make-variable-buffer-local -> make-local-variable.
8330         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8332         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8333         (byte-compile-form-make-variable-buffer-local): New functions to warn
8334         about misuses of make-variable-buffer-local where make-local-variable
8335         was meant.
8337 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8339         * bs.el (bs-attributes-list): Doc fix.
8340         (bs): Update url-link.
8342         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8343         (desktop-load-default): Simplify.
8345         * ibuffer.el (ibuffer-columnize-and-insert-list)
8346         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8347         (ibuffer-unmark-all, ibuffer-toggle-marks)
8348         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8349         (ibuffer-compile-make-format-form, ibuffer-format-column)
8350         (ibuffer-current-buffers-with-marks)
8351         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8352         (ibuffer): Doc fix.
8353         (ibuffer-mode): Fix typo in docstring.
8354         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8355         with `define-obsolete-variable-alias'.
8356         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8358 2005-07-29  Kenichi Handa  <handa@m17n.org>
8360         * international/mule-cmds.el (select-message-coding-system):
8361         Be sure to use LF for end-of-line.  If no coding system is decided,
8362         return iso-8859-1-unix.
8364 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8367         (ange-ftp-pending-error-line): New vars.
8368         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8369         to handle the non-fatal no-route-to-host messages.
8370         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8372 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8374         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8375         (isearch-quote-char, isearch-printing-char)
8376         (isearch-text-char-description): "?\ " -> "?\s".
8377         (isearch-lazy-highlight-cleanup)
8378         (isearch-lazy-highlight-initial-delay)
8379         (isearch-lazy-highlight-interval)
8380         (isearch-lazy-highlight-max-at-a-time)
8381         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8382         Declare with define-obsolete-*-alias macros.
8383         (isearch-forward): Fix typo in docstring.
8384         (search-invisible, search-ring-yank-pointer)
8385         (regexp-search-ring-yank-pointer): Doc fixes.
8387         * recentf.el (recentf-menu-append-commands-p): Declare with
8388         `define-obsolete-variable-alias'.
8389         (recentf-max-saved-items, recentf-menu-filter)
8390         (recentf-arrange-by-rule-subfilter): Doc fixes.
8391         (recentf-menu-append-commands-flag)
8392         (recentf-initialize-file-name-history, recentf-expand-file-name)
8393         (recentf-clear-data): Fix typos in docstrings.
8395 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8397         * progmodes/gdb-ui.el: Smarten comments.
8398         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8400 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8402         * term/apollo.el (terminal-init-apollo): New function containing
8403         all former top level forms in the file.
8404         * term/bobcat.el (terminal-init-bobcat):
8405         * term/cygwin.el (terminal-init-cygwin):
8406         * term/iris-ansi.el (terminal-init-iris-ansi):
8407         * term/linux.el (terminal-init-linux):
8408         * term/news.el (terminal-init-news):
8409         * term/rxvt.el (terminal-init-rxvt):
8410         * term/sun.el (terminal-init-sun):
8411         * term/tvi970.el (terminal-init-tvi970):
8412         * term/vt100.el (terminal-init-vt100):
8413         * term/vt102.el (terminal-init-vt102):
8414         * term/vt125.el (terminal-init-vt125):
8415         * term/vt200.el (terminal-init-vt200):
8416         * term/vt201.el (terminal-init-vt201):
8417         * term/vt220.el (terminal-init-vt220):
8418         * term/vt240.el (terminal-init-vt240):
8419         * term/vt300.el (terminal-init-vt300):
8420         * term/vt320.el (terminal-init-vt320):
8421         * term/vt400.el (terminal-init-vt400):
8422         * term/vt420.el (terminal-init-vt420):
8423         * term/wyse50.el (terminal-init-wyse50):
8424         * term/xterm.el (terminal-init-xterm): Likewise.
8426         * term/README: Describe the terminal-init-* functionality.
8428         * startup.el (command-line): After loading the terminal initialization
8429         file call the corresponding terminal initialization function.
8431 2005-07-27  Kenichi Handa  <handa@m17n.org>
8433         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8434         negative.
8436         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8437         (ps-mule-composition-prologue): Fix for the case that
8438         RelativeCompose is false.
8440 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8444         * descr-text.el (describe-char): Handle the case where the list of
8445         chars is displayed in a separate frame.
8446         Be a bit more discriminating when looking for the char.
8448 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8450         * bookmark.el (bookmark-automatically-show-annotations)
8451         (bookmark-read-annotation-text-func): Doc fixes.
8452         (bookmark-save): Improve argument/docstring consistency.
8453         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8454         (bookmark-alist-from-buffer)
8455         (bookmark-upgrade-file-format-from-0)
8456         (bookmark-grok-file-format-version)
8457         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8458         (bookmark-read-annotation-mode)
8459         (bookmark-insert-current-bookmark, bookmark-jump)
8460         (bookmark-exit-hook): Fix typos in docstrings.
8461         (bookmark-exit-hooks): Define as obsolete alias.
8462         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8463         not `bookmark-exit-hooks'.  Fix docstring.
8464         (bookmark-bmenu-select): "?\ " -> "?\s".
8466 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8468         * startup.el (command-line): Fix typo.
8470 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8472         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8473         not emacs-quick-startup.
8475 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8477         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8478         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8479         instead of `reb-with-current-window'.
8480         (reb-prev-match): Likewise.  Also, don't move left if the search
8481         was unsuccessful.
8482         (reb-initialize-buffer): New function.
8483         (re-builder, reb-change-syntax): Use it.
8485         * man.el (Man-goto-page): Make second argument NOERROR optional.
8487 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8489         * man.el (Man-bgproc-sentinel): Check here for failure to find
8490         any man page in the output, and report the error here.
8491         (Man-arguments): Make it permanent local.
8492         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8493         (Man-mode): Pass t for NOERROR.
8495         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8496         (grep-mode-font-lock-keywords):
8497         Don't use compilation-...-face for messages that are not file names.
8499         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8500         Don't use compilation-...-face for messages that are not file names.
8502 2005-07-22  Juri Linkov  <juri@jurta.org>
8504         * startup.el (normal-splash-screen): Update menu name.
8506         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8508 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8510         * term/xterm.el: Load term/rxvt if the terminal is actually an
8511         rxvt terminal.
8512         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8514         * term/rxvt.el (function-key-map): Use substitute-key-definition
8515         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8517         * term/cygwin.el: New file.
8519 2005-07-22  Kim F. Storm  <storm@cua.dk>
8521         * image-file.el (insert-image-file, image-file-yank-handler):
8522         Fix last change to maintain a (unique) yank-handler on yanked images.
8524 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8526         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8527         of the file size (as in "177B" for 177 bytes).  This happens with
8528         "ls -lh" on FreeBSD.
8530 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8532         * hilit-chg.el (highlight-changes-global-initial-state)
8533         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8534         (hilit-chg-fixup, highlight-changes-mode):
8535         Fix typos in docstrings.
8536         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8537         Doc fixes.
8539 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8541         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8542         mode function using `eval-after-load'.
8544 2005-07-21  Kim F. Storm  <storm@cua.dk>
8546         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8547         included when reporting an emacs crash, and tell about the DEBUG file.
8549         * image-file.el (insert-image-file): Add yank-handler.
8550         (image-file-yank-handler): Yank handler to make unique copies of
8551         images when they are yanked into a buffer next to each other.
8553 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8555         * comint.el (comint-use-prompt-regexp, comint-send-input)
8556         (comint-source-default, comint-extract-string)
8557         (comint-get-source, comint-word, comint-completion)
8558         (comint-source, comint-prompt-read-only, comint-update-fence):
8559         Fix typos in docstrings.
8560         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8561         Declare with define-obsolete-*-alias macros.
8562         (comint-previous-matching-input-from-input)
8563         (comint-next-matching-input-from-input)
8564         (comint-previous-matching-input, comint-next-matching-input)
8565         (comint-forward-matching-input):
8566         Improve argument/docstring consistency.
8568         * desktop.el (desktop-clear-preserve-buffers-regexp):
8569         Also preserve the *server* buffer.
8571         * simple.el (clone-indirect-buffer): Doc fix.
8572         (fixup-whitespace, just-one-space)
8573         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8574         (next-error, next-error-highlight)
8575         (next-error-highlight-no-select, next-error-last-buffer)
8576         (next-error-buffer-p, next-error-find-buffer, next-error)
8577         (previous-error, next-error-no-select, previous-error-no-select)
8578         (open-line, split-line, minibuffer-prompt-width, kill-new)
8579         (binary-overwrite-mode): Fix typos in docstrings.
8580         (set-fill-column): Fix typo in message.
8582         * skeleton.el (skeleton-proxy-new): Doc fix.
8584         * strokes.el (strokes-load-hook): Doc fix.
8585         (strokes-grid-resolution, strokes-get-grid-position)
8586         (strokes-renormalize-to-grid, strokes-read-stroke)
8587         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8588         (strokes-global-map): Fix typos in docstrings.
8589         (strokes-help): Doc fix.  Fix help message and pass it through
8590         `substitute-command-keys'.
8592         * tempo.el (tempo-insert-prompt, tempo-interactive)
8593         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8594         (tempo-insert-string-functions, tempo-local-tags)
8595         (tempo-define-template, tempo-insert-template)
8596         (tempo-insert-prompt-compat, tempo-is-user-element)
8597         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8598         Fix typos in docstrings.
8600         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8601         (vcursor-key-bindings, vcursor-use-vcursor-map)
8602         (vcursor-find-window, vcursor-scroll-down)
8603         (vcursor-disable, vcursor-beginning-of-buffer)
8604         (vcursor-end-of-buffer): Fix typos in docstrings.
8605         (vcursor-relative-move, vcursor-get-char-count):
8606         Improve argument/docstring consistency.
8608         * version.el: "?\ " -> "?\s".
8610         * wid-edit.el (widget-default-create, widget-after-change)
8611         (widget-default-format-handler, widget-checklist-add-item)
8612         (widget-radio-add-item, widget-choose, widget-specify-secret)
8613         (widget-field-value-create, widget-field-value-get)
8614         (widget-editable-list-format-handler)
8615         (widget-editable-list-entry-create, widget-group-value-create)
8616         (widget-documentation-link-add)
8617         (widget-documentation-string-value-create): "?\ " -> "?\s".
8618         (widget-convert-text): Doc fix.
8619         (widget-narrow-to-field, widget-field-find)
8620         (widget-url-link-action, widget-emacs-library-link-action)
8621         (widget-color-notify): Fix typos in docstrings.
8623         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8624         (x-select-text, set-w32-system-coding-system)
8625         (w32-add-charset-info): Fix typos in docstrings.
8627         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8628         (cua-enable-cua-keys, cua-use-hyper-key)
8629         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8630         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8632         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8634         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8635         `defalias' instead of faking it.
8637         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8638         (eshell-ls-missing, eshell-ls-dired-initial-args)
8639         (eshell-ls-use-in-dired): Fix typos in docstrings.
8641 2005-07-20  Kim F. Storm  <storm@cua.dk>
8643         * emulation/cua-base.el (cua-mode): Improve doc string.
8645 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8647         * abbrev.el (expand-region-abbrevs): Doc fix.
8648         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8649         Improve argument/docstring consistency.
8651         * arc-mode.el (archive-get-descr, archive-alternate-display):
8652         Doc fixes.
8653         (archive-l-e): Improve argument/docstring consistency.
8654         (archive-tmpdir, archive-unixdate, archive-unixtime)
8655         (archive-chmod-entry): Fix typos in docstrings.
8656         (archive-unflag, archive-unflag-backwards)
8657         (archive-unmark-all-files): "?\ " -> "?\s".
8659         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8660         (Buffer-menu-not-modified, Buffer-menu-execute)
8661         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8662         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8664         * composite.el (compose-string, encode-composition-rule)
8665         (compose-last-chars): Fix typos in docstrings.
8667         * desktop.el (desktop-enable, desktop-basefilename):
8668         Declare with `define-obsolete-variable-alias'.
8669         (desktop-internal-v2s): Don't quote keywords.
8670         (desktop-clear): "?\ " -> "?\s".
8672         * dired.el (dired-align-file, dired-flag-backup-files)
8673         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8674         (dired-listing-switches, dired-ls-F-marks-symlinks)
8675         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8676         (dired-directory, dired-faces, dired, dired-revert)
8677         (dired-mode, dired-summary, dired-view-file)
8678         (dired-copy-filename-as-kill, dired-delete-file)
8679         (dired-no-confirm, dired-unmark-all-marks)
8680         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8681         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8682         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8683         Fix typos in message strings.
8685         * dired-x.el (virtual-dired): Declare with `defalias'.
8686         (dired-mark-unmarked-files, dired-local-variables-file)
8687         (dired-omit-here-always): Doc fix.
8688         (dired-omit-mode, dired-find-subdir)
8689         (dired-enable-local-variables, dired-clean-up-buffers-too)
8690         (dired-extra-startup, dired-mark-extension, dired-jump)
8691         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8692         (dired-smart-shell-command, dired-guess-shell-alist-user)
8693         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8694         (dired-x-bind-find-file, dired-x-submit-report):
8695         Fix typos in docstrings.
8696         (dired-mark-unmarked-files): "?\ " -> "?\s".
8698         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8700         * faces.el (describe-face): "?\ " -> "?\s".
8701         (read-all-face-attributes, read-face-font, modify-face)
8702         (face-attr-construct, italic): Fix typos in docstrings.
8703         (frame-update-face-colors): Declare with
8704         `define-obsolete-function-alias'.
8706         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8707         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8708         (magic-mode-alist, buffer-file-numbers-unique)
8709         (write-file-functions, get-free-disk-space):
8710         Fix typos in docstrings.
8711         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8712         (write-contents-hooks, write-file-hooks):
8713         Declare with `define-obsolete-variable-alias'.
8715         * forms-d2.el (arch-rj): Fix typo in docstrings.
8716         (arch-tocol): Likewise.  "?\ " -> "?\s".
8718         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8719         Fix typo in docstring.
8720         (set-screen-width, set-screen-height): Delete redundant info in
8721         doctrings.
8722         (new-frame, screen-height, screen-width): Declare with
8723         `define-obsolete-function-alias'.
8724         (delete-frame-hook, blink-cursor): Declare with
8725         `define-obsolete-variable-alias'.
8727         * paths.el (prune-directory-list): Fix typos in docstring.
8729         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8730         (cvs-prefix-get): Fix typos in docstrings.
8732         * ps-print.el (ps-extend-face-list, ps-extend-face)
8733         (ps-print-background-image): Fix typos in docstrings.
8734         (ps-default-fg, ps-default-bg): Doc fixes.
8736         * s-region.el (s-region-bind): Doc fix.
8737         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8739         * textmodes/org.el (org-table-formula-substitute-names)
8740         (org-table-get-vertical-vector): Doc fixes.
8741         (org-table-recalculate): Remove unused argument to `message'.
8743 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8745         * textmodes/org.el (org-table-column-names)
8746         (org-table-column-name-regexp)
8747         (org-table-named-field-locations): New variables.
8748         (org-archive-subtree): Protect `this-command' when calling
8749         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8750         the kill buffer.
8751         (org-complete): Remove fixed-formula completion.
8752         (org-edit-formulas-map): New variable.
8753         (org-table-edit-formulas): New command.
8754         (org-finish-edit-formulas, org-abort-edit-formulas)
8755         (org-show-variable, org-table-get-vertical-vector): New functions.
8756         (org-table-maybe-eval-formula): Handle `:=' fields.
8757         (org-table-get-stored-formulas, org-table-store-formulas)
8758         (org-table-get-formula, org-table-modify-formulas)
8759         (org-table-replace-in-formulas): Handle named field formulas.
8760         (org-table-get-specials): Store locations of named fields.
8762 2005-07-19  Juri Linkov  <juri@jurta.org>
8764         * progmodes/grep.el (grep-regexp-alist)
8765         (grep-mode-font-lock-keywords, grep-process-setup):
8766         Use default GNU grep match color "01;31m" instead of "01;41m".
8767         (grep-regexp-alist, grep-mode-font-lock-keywords):
8768         Use `\\[[0-9]*m' instead of `\\[00m'.
8769         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8770         sgr_start where its handling is more important.  Use the real
8771         length of sgr_start instead of constant 8.
8772         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8773         specially.  Delete all remaining escape sequences.
8774         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8775         (grep-regexp-alist): Make hyperlink only for binary file name
8776         instead of the whole line.
8777         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8778         (grep-mode): Add autoload.
8780         * emacs-lisp/find-func.el (find-function-regexp):
8781         Add `define-compilation-mode'.
8783 2005-07-19  Juri Linkov  <juri@jurta.org>
8785         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8786         (compare-windows-sync-string-size, compare-windows-recenter)
8787         (compare-windows-highlight, compare-windows): Add version 22.1.
8788         (compare-windows) <defface>: Inherit from lazy-highlight instead
8789         of duplicating its default value.
8791         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8792         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8794         * descr-text.el (describe-char): Create link buttons for `charset'
8795         and `code point'.  Add the current input method name with a link
8796         button to `to input' field.  Print face names of display table
8797         characters in `The display table entry is displayed by' section
8798         instead of printing face-id in the `display' field.
8799         Guess hardcoded faces and create a link button for them.
8800         Skip empty fields when calculating max-width.
8801         Treat `widget-create' specially while inserting strings from the
8802         collected field list.
8803         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8805         * diff-mode.el (diff-file-header): Change foreground color from
8806         yellow to green on light backgrounds.
8807         (diff-context): Inherit from `shadow' only for color/grayscale
8808         with more than 88 colors.
8809         (diff-indicator-removed, diff-indicator-added)
8810         (diff-indicator-changed): New faces.
8811         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8812         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8813         font-lock-comment-delimiter-face and font-lock-comment-face.
8814         Add `#' to ^[^...] in the rule for `diff-context-face'.
8816         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8817         a button-like box.  Inherit from `highlight' on low colors.
8818         (shadow): Use shades of gray only for color/grayscale with
8819         more than 88 colors.  Use green for light backgrounds with
8820         8 colors, and yellow for dark backgrounds with 8 colors.
8822         * font-lock.el (font-lock-regexp-grouping-backslash):
8823         Don't inherit from escape-glyph (use bold for all cases).
8825         * info.el (info-xref-visited): Use light foreground color `violet'
8826         for dark backgrounds instead of dark color `magenta3'.
8827         (info-title-1): Use `yellow' color for dark backgrounds.
8829         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8830         too-light magenta2.
8832         * replace.el (match): Use slightly more light RoyalBlue3 instead
8833         of dark RoyalBlue4.
8835         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8837 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8839         * novice.el (disabled-command-hook): Declare it with
8840         `define-obsolete-variable-alias'.
8842         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8843         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8844         (desktop-load-default): Add release to obsolescence info.
8845         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8846         (desktop-append-buffer-args, desktop-read):
8847         Fix typos in docstrings.
8848         (desktop-kill): Fix typo in message.
8849         (desktop-save): Doc fix.
8851 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8853         * viper-cmd.el (viper-escape-to-state): Bug fix.
8854         (viper-envelop-ESC-key): Change the definition of fast
8855         keysequence so it'll work with keyboard macros.
8857         * ediff.el (ediff-patch-buffer): Change the docstring.
8859 2005-07-19  Kenichi Handa  <handa@m17n.org>
8861         * international/mule-cmds.el (select-safe-coding-system): Try to
8862         use an auto-coding (if any) before anything else.  If the found
8863         auto-coding is invalid, show a warning message.
8865         * international/mule.el (find-auto-coding): New function created
8866         by modifying the body of set-auto-coding.
8867         (set-auto-coding): Use find-auto-coding to find a coding.
8869 2005-07-18  Richard M. Stallman  <rms@gnu.org>
8871         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8872         not isearch-mode-end-hook-error.
8873         (allout-before-change-protect): Fix error message.
8875 2005-07-18  Juri Linkov  <juri@jurta.org>
8877         * allout.el (allout-mode):
8878         * calculator.el (calculator-copy):
8879         * custom.el (custom-known-themes):
8880         * dired.el (dired-desktop-buffer-misc-data)
8881         (dired-restore-desktop-buffer):
8882         * dired-x.el (dired-omit-marker-char):
8883         * files.el (basic-save-buffer):
8884         * font-core.el (font-lock-mode):
8885         * calendar/calendar.el (calendar-goto-hebrew-date)
8886         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8887         (calendar-goto-persian-date):
8888         * language/ethio-util.el (ethio-sera-to-fidel-region):
8889         * textmodes/picture.el (picture-mode):
8890         Delete duplicate duplicate words.
8892 2005-07-18  Juri Linkov  <juri@jurta.org>
8894         * isearch.el (isearch-mode-map): Remove key bindings for regexp
8895         chars * ? } |.
8896         (isearch-fallback): Don't call `isearch-process-search-char'.
8897         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8898         (isearch-process-search-char): Call `isearch-fallback' for regexp
8899         chars * ? } |.
8900         (isearch-return-char): Make obsolete with `make-obsolete' instead
8901         of simply documenting it as obsolete in the docstring.
8902         (isearch-fallback): Refill docstring.
8904         * international/isearch-x.el
8905         (isearch-process-search-multibyte-characters): Remove unneeded
8906         `concat'.  Add intermediate values to `junk-hist' instead of
8907         `minibuffer-history'.  Test the length of `str'.
8909 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
8911         * allout.el (allout-resolve-xref): Fix typos in error strings.
8912         (allout-before-change-protect): Remove unneeded `concat'.
8914         * array.el (array-mode, array-reconfigure-rows)
8915         (untabify-backward): Fix typos in docstrings.
8916         (array-reconfigure-rows): Use `insert-buffer-substring', not
8917         `insert-buffer'.
8919         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8920         * progmodes/ada-mode.el (ada-make-body):
8921         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8923         * dired.el (dired-log):
8924         * tar-mode.el (tar-subfile-save-buffer):
8925         * play/zone.el (zone-pgm-stress-destress):
8926         Use `insert-buffer-substring', not `insert-buffer'.
8928 2005-07-17  Simon Josefsson  <jas@extundo.com>
8930         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8932 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
8934         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8935         Add plain auth method.
8936         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8938 2005-07-17  Kim F. Storm  <storm@cua.dk>
8940         * ido.el (dired-other-window): Add ido property.
8942 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
8944         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8945         Fix typo in docstring.
8946         (byte-compile-interactive-only-functions): Add `insert-buffer' and
8947         `insert-file-literally'.
8949         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8950         info and delete redundant message.  Doc fix.
8951         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8952         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8954 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8956         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8957         (byte-compile-and): Use byte-compile-and-recursion.
8958         (byte-compile-or-recursion): New function.
8959         (byte-compile-or): Use that.
8960         (byte-compile-if): Guard the else-clause too.
8961         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8963         * isearch.el (isearch-mode-end-hook-quit): New variable.
8964         (isearch-done): Bind it.
8965         (isearch-mode-end-hook): Doc fix.
8967         * allout.el (allout-isearch-did-quit): Variable deleted.
8968         (allout-real-isearch-abort): Function name no longer used.
8969         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8970         (allout-isearch-rectification): isearch-mode always exists.
8971         Don't set allout-isearch-did-quit.
8972         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8973         allout-isearch-did-quit.
8974         (allout-enwrap-isearch): Just add the hook.
8975         (allout-isearch-abort): Function deleted.
8976         (allout-pre-command-business): Avoid warning.
8978         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8979         Correctly avoid warnings.
8980         (pascal-outline): Likewise.
8982         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8984         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8986         * play/tetris.el (tetris-mode): Avoid warning.
8988         * play/snake.el (snake-mode): Avoid warning.
8990         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8991         (gamegrid-set-display-table): Avoid warning.
8992         (gamegrid-set-timer): Likewise.
8993         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8994         (gamegrid-add-score-with-update-game-score-1): Take FILE
8995         as argument.
8996         (gamegrid-add-score-with-update-game-score): Pass that argument.
8997         Rename have-shared-game-dir to gamegrid-shared-game-dir.
8999         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9001         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9002         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9004         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9005         and insert-file.
9007         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9008         (sc-ask): Avoid warnings.
9010         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9011         (eshell-hist-initialize): Use that var the natural way.
9013         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9015         * emacs-lisp/re-builder.el (reb-cook-regexp):
9016         Avoid warning calling lre-compile-string.
9017         (reb-color-display-p): Avoid warning.
9019         * calculator.el (calculator-last-input): Guard uses
9020         of event-key and key-press-event-p.
9021         (event-key, key-press-event-p): Delete definitions.
9023         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9024         (find-gc-source-directory, find-gc-subrs-callers)
9025         (find-gc-noreturn-list, find-gc-source-files)
9026         (find-gc-subrs-called): Vars renamed and defvar'd.
9028         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9029         (checkdoc-overlay-put, checkdoc-delete-overlay)
9030         (checkdoc-overlay-start, checkdoc-overlay-end)
9031         (checkdoc-mode-line-update, checkdoc-char=):
9032         Define such that compiler knows they are defined.
9033         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9034         (checkdoc-read-event): Delete.  Use read-event directly.
9036         * whitespace.el (whitespace-make-overlay)
9037         (whitespace-overlay-put, whitespace-delete-overlay)
9038         (whitespace-overlay-start, whitespace-overlay-end):
9039         Define such that compiler knows they are defined.
9040         (whitespace): Move conditional inside.
9042         * tempo.el (tempo-insert-template): Suppress warning.
9044         * ediff-diff.el (longlines-mode): Add defvar.
9046 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9048         * server.el: Bind "C-x #" in a way that works even if C-x is
9049         redefined to a command key, not a prefix key.
9051 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9053         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9054         cl-make-type-test till execution time.
9056 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9058         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9059         arg ARG and use it.
9061 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9063         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9065 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9067         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9068         a defcustom with two :set or :type keywords.
9070 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9072         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9073         Don't give ^M comment-end syntax.
9075 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9077         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9078         Don't consider gdbmi (gdb-mi.el has its own update functions).
9079         (gdb-var-delete): Make it work for gdbmi as well.
9080         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9082         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9083         (gud-speedbar-menu-items): Correct logic for enabling items.
9085 2005-07-15  Kim F. Storm  <storm@cua.dk>
9087         * ido.el: Fix commentary.
9088         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9089         Use with-no-warnings around ffap-guesser.
9090         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9091         Let bind minibuffer-completing-file-name to t.
9093 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9095         * startup.el (site-run-file, keyboard-type): Doc fixes.
9096         (command-line): Check for "--basic-display" argument; also for
9097         "--quick", not "--bare-bones" (which was renamed).
9098         (fancy-splash-text): Add missing item "Getting New Versions".
9099         (normal-splash-screen): Fix typos and improve consistency with
9100         `fancy-splash-text'.  Update copyright year.
9102         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9103         valid binding for `help-char'.
9105         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9107 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9109         * term.el (term-mode): Disable cua-mode for term buffers.
9111 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9113         * add-log.el (add-log-mailing-address, change-log-merge):
9114         Doc fixes.
9115         (change-log-get-method-definition): Fix typo in docstring.
9117 2005-07-14  Kim F. Storm  <storm@cua.dk>
9119         * emulation/cua-base.el:
9120         (cua--pre-command-handler-1, cua--pre-command-handler)
9121         (cua--post-command-handler-1, cua--post-command-handler):
9122         Split in two.  Check (buffer local) value of cua-mode.
9123         (cua-selection-mode): New command.
9125 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9127         * custom.el (custom-initialize-safe-set)
9128         (custom-initialize-safe-default): Doc fixes.
9130         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9131         and simplify :init-value again.
9133         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9134         and simplify :init-value again.  Delete autoload.
9136         * startup.el (command-line): Use `custom-reevaluate-setting' again
9137         for tooltip-mode.
9139         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9140         a defcustom with two :initialize keywords.
9142 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9144         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9145         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9146         (allout-post-command-business, allout-flag-region)
9147         (isearch-reenable-font-lock, allout-yank)
9148         (allout-insert-latex-header, allout-insert-latex-trailer)
9149         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9150         (allout-latex-verb-quote): Fix typos in docstrings.
9151         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9152         (allout-unprotected, allout-prefix-data):
9153         Improve argument/docstring consistency.
9154         (allout-chart-subtree): Fix argument spec.
9155         (allout-open-topic): Rename `use_sib_bullet' argument to
9156         `use-sib-bullet'.  Doc fix.
9158         * whitespace.el (whitespace-check-buffer-leading)
9159         (whitespace-check-buffer-trailing)
9160         (whitespace-check-buffer-indent)
9161         (whitespace-check-buffer-spacetab)
9162         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9163         (whitespace-check-leading-whitespace)
9164         (whitespace-check-trailing-whitespace)
9165         (whitespace-check-spacetab-whitespace)
9166         (whitespace-check-indent-whitespace)
9167         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9168         (whitespace-modes): Fix typos in docstrings.
9169         (defgroup, defcustom): Doc fixes.
9171         * winner.el (winner-mode, winner-boring-buffers)
9172         (winner-pending-undo-ring): Doc fixes.
9173         (winner-ring): Remove unneeded `progn'.
9174         (winner-equal): `defsubst' it.
9175         (winner-redo): Fix message.
9177 2005-07-13  Kim F. Storm  <storm@cua.dk>
9179         * simple.el (line-move-1): Always use vertical-motion to
9180         do the last (or only) line move to ensure some movement.
9181         Undo 2005-06-23 change--don't check for overlays.
9183 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9185         * term/mac-win.el (ccl-encode-mac-roman-font)
9186         (ccl-encode-mac-centraleurroman-font)
9187         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9188         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9189         Change charset-id boundary of dimension to ?\xef.
9190         (mac-char-fontspec-list): New constant.
9191         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9192         argument.  Nil uses itself as family in font-spec.  Previous
9193         behavior for nil is now provided by non-nil non-string argument.
9194         All callers changed.  Add font-specs for Mac fonts to
9195         "fontset-default" unless iso8859-1 fonts are installed.
9197 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9199         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9200         a continuation line if the \ is preceded by SPC or TAB.
9201         (sh-get-indent-info): Simplify.
9202         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9203         Use with-current-buffer.
9205         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9206         when the matched text is empty.
9208 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9210         * startup.el (command-line): Revert to previous handling of
9211         tooltip-mode.  Explain in comment why the complexity is needed.
9213         * tooltip.el (tooltip-mode): Revert to previous implementation of
9214         its defcustom.
9216         * frame.el (blink-cursor-mode): Revert to previous implementation
9217         of its defcustom.  Update comment.
9219 2005-07-12  Lars Hansen  <larsh@soem.dk>
9221         * desktop.el: Update e-mail address.
9223 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9225         * term/mac-win.el (mac-services-mail-selection)
9226         (mac-services-mail-to): New functions.
9227         (mac-application-menu-map): Bind them.
9229 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9231         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9233 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9235         * custom.el (custom-reevaluate-setting): Doc fix.
9237 2005-07-11  Jay Belanger  <belanger@truman.edu>
9239         * calc/calc.el (calc-embedded-announce-formula-alist)
9240         (calc-embedded-open-close-plain-alist)
9241         (calc-embedded-open-close-mode-alist): Add checks for additional
9242         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9244 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9246         * custom.el (custom-enable-theme): Don't add theme to
9247         `custom-enabled-themes' with `push' because there is no
9248         setf-method for `delq'.
9250 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9252         * custom.el (custom-declare-variable): Doc fix.
9254         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9255         from the alists.
9257         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9258         Do nothing if edebug-active.
9260         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9261         (edebug-display): Do it here instead.
9263 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9265         * cus-face.el (custom-theme-set-faces): Make it work.
9266         (custom-reset-faces): Doc fix.
9267         (custom-theme-reset-internal-face, custom-theme-face-value):
9268         Functions deleted.
9270         * custom.el (custom-push-theme): Maintain list of the settings
9271         of a given theme in its theme-settings property.
9272         Maintain position of old settings in the theme-value
9273         or theme-face property.
9274         (custom-enabled-themes): New variable.
9275         (custom-theme-enabled-p): New function.
9276         (provide-theme): Update custom-enabled-themes.
9277         Disable and reenable the `user' theme.
9278         (require-theme): Doc fix.
9279         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9280         (custom-theme-value, custom-theme-variable-value): Likewise.
9281         (custom-theme-reset-internal): Likewise.
9282         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9283         (custom-enable-theme, custom-disable-theme): New functions.
9284         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9285         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9286         (custom-theme-reset-variables): Simplify.
9287         (deftheme, custom-declare-theme, custom-make-theme-feature):
9288         Definitions moved.
9290 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9292         * longlines.el (longlines-show-region)
9293         (longlines-unshow-hard-newlines): Recognize hard newlines by
9294         non-nil hard property, instead of t.
9296 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9298         * viper-cmd.el (viper--key-maps): New variable.
9299         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9300         emulation-mode-map-alists.
9301         (viper-envelop-ESC-key): Use viper-subseq.
9302         (viper-search-forward/backward/next): Disable debug-on-error.
9304         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9305         (viper-ESC-key): New defcustoms.
9307         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9309         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9310         (viper-subseq): Copy of subseq from cl.el.
9312         * viper.el (viper-go-away, viper-set-hooks): Use
9313         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9315         * viper-mous.el (viper-current-frame-saved): Use defvar.
9317         * viper-init.el: Get rid of -face in face names.
9319         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9320         Make it work with longlines mode
9322         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9324         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9326         * ediff-init.el: Get rid of -face in face names.
9328 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9330         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9331         and with-timeout-unsuspend.
9333         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9334         and with-timeout-unsuspend.
9336         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9337         (with-timeout): Bind that variable to record timers.
9338         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9340         * emacs-lisp/debug.el (debug-help-follow): New function.
9341         (debugger-mode-map): Use that instead of help-follow.
9342         (debugger-setup-buffer): Use eval-buffer-list
9343         to handle eval-buffer frames.
9345 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9347         * timezone.el (timezone-parse-date): Change first regexp
9348         so it will not mistakenly match dates with no time zone.
9350 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9352         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9354 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9356         * custom.el (custom-initialize-safe-set)
9357         (custom-initialize-safe-default): New functions.
9359         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9360         and simplify :init-value.
9362         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9363         and simplify :init-value.  Delete obsolete comment.
9365         * startup.el (command-line): Use `custom-reevaluate-setting' to
9366         handle `tooltip-mode'.  Delete obsolete comment.
9368         * files.el (set-visited-file-name): Avoid calling
9369         `file-name-nondirectory' with a nil argument.
9371 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9373         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9374         was called with nil for the buffer, handle the read position right.
9375         Handle read position for eval-region, too.
9377 2005-07-09  Juri Linkov  <juri@jurta.org>
9379         * fringe.el (fringe-mode): Add period in docstring.
9380         (fringe-query-style): Build prompt depending on `all-frames' arg.
9382         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9383         to not create links to unrelated functions in the Help buffer.
9385         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9386         Doc fix.
9388         * simple.el (next-error-hook): New variable.
9389         (next-error): Use it.  Doc fix.
9391         * textmodes/ispell.el (ispell-command-loop): Add current
9392         dictionary name and program name to mode-line-format.
9393         (ispell-region, ispell-process-line): Add current dictionary name
9394         and program name to messages.
9396 2005-07-08  Jay Belanger  <belanger@truman.edu>
9398         * calc/calc.el (calc-embedded-announce-formula-alist)
9399         (calc-embedded-open-close-formula-alist)
9400         (calc-embedded-open-close-word-alist)
9401         (calc-embedded-open-close-plain-alist)
9402         (calc-embedded-open-close-new-formula-alist)
9403         (calc-embedded-open-close-mode-alist)
9404         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9405         (calc-embedded-mode-hook): New variables.
9407         * calc/calc-embed.el (calc-embedded-firsttime)
9408         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9409         New variables.
9410         (calc-do-embedded): Use calc-embedded-firsttime,
9411         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9412         determine whether or not to run hooks.
9413         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9414         calc-embedded-firsttime-formula appropriately.
9415         Set calc-embedded delimiter variables according to mode.
9417 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9419         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9420         Check for "emacs", etc., as entire symbol, not just as word.
9421         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9423         * files.el (set-visited-file-name): Report the error
9424         for "empty filename" earlier.
9425         (kill-some-buffers): Ignore buffers already dead.
9427         * fringe.el (fringe-mode): Doc fix.
9429         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9430         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9431         Use unwind-protect to ensure byte-compile-unresolved-functions
9432         is updated.
9434         * whitespace.el (whitespace-buffer-leading-cleanup):
9435         Simplify w/ skip-chars-forward.
9436         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9438         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9439         Unconditionally try to leave point at the same old place.
9441 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9443         * comint.el (comint-postoutput-scroll-to-bottom)
9444         (comint-show-maximum-output): Take scroll-margin into consideration.
9446 2005-07-08  Kim F. Storm  <storm@cua.dk>
9448         * ido.el (ido-use-filename-at-point): New choice `guess'.
9449         (ido-file-internal): Try ffap-guesser if selected.
9451         * ido.el (ido-before-fallback-functions): New hook.
9452         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9453         (ido-read-file-name): Run it.
9455 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9457         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9458         strings rather than a list of symbols to the completion function.
9460 2005-07-07  Jay Belanger  <belanger@truman.edu>
9462         * calc/calc-units.el (math-apply-units): Change the places in
9463         which units are simplified.
9465 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9467         * cus-edit.el (customize-option, customize-option-other-window):
9468         Make them handle aliases.
9470         * custom.el (custom-variable-p): Make it recursively follow
9471         aliases.  Mention that in the docstring.
9473 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9475         * cus-start.el (exec-path): Use `directory' instead of `file'.
9476         Fix tag for nil.
9478 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9480         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9481         when called non-interactively.  Doc fix.
9483 2005-07-07  Lute Kamstra  <lute@gnu.org>
9485         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9486         new address as well.
9488 2005-07-07  Kenichi Handa  <handa@m17n.org>
9490         * international/mule.el (make-coding-system):
9491         Describe `ascii-incompatible' property in the docstring.
9492         (set-file-name-coding-system): Signal an error if coding-system is
9493         ascii-incompatible.
9494         (set-keyboard-coding-system): Likewise.
9496         * international/mule-cmds.el (set-default-coding-systems):
9497         Don't set default-file-name-coding-system and
9498         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9500         * international/utf-16.el: Declare that all UTF-16-based coding
9501         systems are ASCII-incompatible.
9503 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9505         * progmodes/gud.el: Require font-lock for displaying errors.
9506         Used by gdb-ui.el.
9508 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9510         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9511         values for the pattern lists which are `read'able but not
9512         `append'able (like symbols).
9514 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9516         * progmodes/flymake.el (flymake-float-time): Instead of
9517         with-no-warnings, test for xemacs.
9518         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9519         to avoid warning.
9521 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9523         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9525 2005-07-05  Lute Kamstra  <lute@gnu.org>
9527         * battery.el: Add support for Darwin (with much debugging help
9528         from Samuel Lauber <sam124@operamail.com>).
9529         (battery-status-function, battery-echo-area-format)
9530         (battery-mode-line-format): Add support for pmset on Darwin.
9531         (battery-load-low, battery-load-critical): New user options.
9532         (battery-pmset): New function.
9534 2005-07-05  Lute Kamstra  <lute@gnu.org>
9536         Update FSF's address in GPL notices.
9538         * textmodes/page-ext.el: Update FSF's address.
9540 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9543         filling from using prefix when filling a single-line docstring.
9545         * progmodes/flymake.el: Remove useless eval-when-compile.
9547         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9549 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9551         * textmodes/org.el (org-file-apps-defaults-gnu):
9552         Rename from org-file-apps-defaults-linux.
9553         (org-default-apps): Don't test system-type for `linux'.
9554         (org-file-apps): Doc fix.
9556 2005-07-04  David Ponce  <david@dponce.com>
9558         * tree-widget.el: Improve header Commentary section.
9559         (tree-widget) [defgroup]
9560         (tree-widget-image-enable, tree-widget-themes-directory)
9561         (tree-widget-theme, tree-widget-image-properties-emacs)
9562         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9563         (tree-widget-image-formats, tree-widget-control)
9564         (tree-widget-empty-control, tree-widget-leaf-control
9565         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9566         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9567         (tree-widget-keep, tree-widget-after-toggle-functions)
9568         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9569         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9570         :help-echo message.
9571         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9572         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9573         (tree-widget--cursors): New constant.
9574         (tree-widget-lookup-image): New function split from
9575         `tree-widget-find-image'.  Clearer implementation.
9576         (tree-widget-find-image): Use it.
9577         (tree-widget-button-keymap): Use `set-keymap-parent'.
9578         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9579         Define the sub-widgets here.
9580         (tree-widget-node): Check that :node is not a tree-widget.
9581         (tree-widget-get-super, tree-widget-open-control)
9582         (tree-widget-close-control, tree-widget-empty-control)
9583         (tree-widget-leaf-control, tree-widget-guide)
9584         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9585         (tree-widget-no-handle, tree-widget-value-delete)
9586         (tree-widget-map): Remove.
9587         (tree-widget-children-value-save): Doc fix.  Simplified.
9588         (tree-widget-value-create): Update according to previous changes.
9590 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9592         * textmodes/org.el: Leading space replaced by TABS.
9593         (org-recalc-marks, org-table-rotate-recalc-marks)
9594         (org-table-get-specials): Treat "^" and "_" marks.
9595         (org-table-justify-field-maybe): Optional argument NEW.
9596         (org-table-eval-formula): Parsing of the format simplified.
9597         New modes C,I.  Honor the %= parameter in the current table.
9598         Avoid unnecessary re-align by using the NEW argument to
9599         `org-table-justify-field-maybe'.
9600         (org-calc-default-modes): Default for date-format mimicks org-mode.
9601         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9603 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9605         * cus-face.el (custom-theme-set-faces): Make it handle face
9606         aliases whose alias declarations are pre- or autoloaded.
9608 2005-07-04  Juri Linkov  <juri@jurta.org>
9610         * faces.el (read-face-name): Put the code for getting a face name
9611         from the buffer before adding the faces from the `face' property.
9612         Use `completing-read-multiple' instead of `completing-read'.
9613         Require `crm'.  Add default value and post-process the returned
9614         list of faces.
9616         * emacs-lisp/crm.el (crm-find-current-element)
9617         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9619         * emacs-lisp/lisp-mode.el (eval-defun-1):
9620         * emacs-lisp/edebug.el (edebug-eval-defun):
9621         Remove unnecessary quotes.
9623 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9625         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9626         (prolog-indent-level): Fix typo in docstring.
9628         * info.el (Info-history, Info-history-forward)
9629         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9631         * add-log.el (add-change-log-entry):
9632         * comint.el (comint-dynamic-list-input-ring)
9633         (comint-dynamic-list-completions):
9634         * dabbrev.el (dabbrev-expand):
9635         * delim-col.el (delimit-columns-rectangle-line):
9636         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9637         (diff-unified->context):
9638         * ediff-init.el (ediff-abbrev-jobname):
9639         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9640         (ediff-replace-session-activity-marker-in-meta-buffer):
9641         * info.el (Info-summary):
9642         * lpr.el (printify-region):
9643         * printing.el (pr-create-interface):
9644         * ps-print.el (ps-print-quote):
9645         * ses.el (ses-column-widths, ses-print-cell)
9646         (ses-adjust-print-width, ses-center):
9647         * shell.el (shell-file-name-quote-list):
9648         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9649         (strokes-fill-current-buffer-with-whitespace)
9650         (strokes-xpm-for-stroke, strokes-list-strokes)
9651         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9652         * term.el (term-dynamic-list-input-ring)
9653         (term-dynamic-list-completions):
9654         * calc/calc.el (math-format-stack-value):
9655         * emacs-lisp/edebug.el (edebug-display-freq-count):
9656         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9657         (delphi-new-comment-line):
9658         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9659         * progmodes/executable.el (executable-set-magic):
9660         * progmodes/python.el (inferior-python-mode):
9661         * progmodes/scheme.el (scheme-mode-syntax-table):
9662         * progmodes/sh-script.el (sh-maybe-here-document):
9663         * progmodes/sql.el (sql-copy-column):
9664         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9665         * textmodes/bibtex.el (bibtex-mode):
9666         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9667         (sgml-auto-attributes):
9668         * textmodes/table.el (table-insert, table-shorten-cell)
9669         (table--generate-source-scan-lines, table-delete-row)
9670         (*table--cell-delete-char, table--spacify-frame)
9671         (table--horizontally-shift-above-and-below)
9672         (table--cell-insert-char, table--cell-blank-str)
9673         (table--fill-region-strictly):
9674         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9675         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9677         * add-log.el (change-log):
9678         * apropos.el (apropos):
9679         * comint.el (comint-completion, comint-source):
9680         * dabbrev.el (dabbrev):
9681         * delim-col.el (columns):
9682         * diff-mode.el (diff-mode):
9683         * ediff.el (ediff):
9684         * ediff-diff.el (ediff-diff):
9685         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9686         * ediff-mult.el (ediff-mult):
9687         * ediff-ptch.el (ediff-ptch):
9688         * ediff-wind.el (ediff-window):
9689         * facemenu.el (facemenu):
9690         * indent.el (indent):
9691         * info.el (info):
9692         * jka-cmpr-hook.el (compression, jka-compr):
9693         * lpr.el (lpr):
9694         * outline.el (outlines):
9695         * pcmpl-cvs.el (pcmpl-cvs):
9696         * pcmpl-rpm.el (pcmpl-rpm):
9697         * printing.el (printing):
9698         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9699         (ps-print-vertical, ps-print-headers, ps-print-font)
9700         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9701         (ps-print-background, ps-print-printer, ps-print-page)
9702         (ps-print-miscellany):
9703         * ses.el (ses):
9704         * shell.el (shell, shell-directories, shell-faces):
9705         * startup.el (initialization):
9706         * strokes.el (strokes):
9707         * term.el (term):
9708         * uniquify.el (uniquify):
9709         * w32-vars.el (w32):
9710         * calc/calc.el (calc):
9711         * emacs-lisp/bytecomp.el (bytecomp):
9712         * emacs-lisp/cl-indent.el (lisp-indent):
9713         * emacs-lisp/edebug.el (edebug):
9714         * emacs-lisp/elp.el (elp):
9715         * emacs-lisp/testcover.el (testcover):
9716         * emacs-lisp/trace.el (trace):
9717         * emulation/viper-ex.el (viper-ex):
9718         * emulation/viper-mous.el (viper-mouse):
9719         * mail/mailalias.el (mailalias):
9720         * mail/supercite.el (supercite, supercite-frames)
9721         (supercite-attr, supercite-cite, supercite-hooks):
9722         * net/rcompile.el (remote-compile):
9723         * net/rlogin.el (rlogin):
9724         * obsolete/ooutline.el (outlines):
9725         * progmodes/delphi.el (delphi):
9726         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9727         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9728         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9729         (ebnf-optimization):
9730         * progmodes/etags.el (etags):
9731         * progmodes/executable.el (executable):
9732         * progmodes/idlwave.el (idlwave):
9733         * progmodes/pascal.el (pascal):
9734         * progmodes/prolog.el (prolog):
9735         * progmodes/python.el (python):
9736         * progmodes/scheme.el (scheme):
9737         * progmodes/sh-script.el (sh, sh-script):
9738         * progmodes/sql.el (SQL):
9739         * progmodes/tcl.el (tcl):
9740         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9741         * textmodes/enriched.el (enriched):
9742         * textmodes/makeinfo.el (makeinfo):
9743         * textmodes/sgml-mode.el (sgml):
9744         * textmodes/table.el (table-hooks):
9745         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9746         * textmodes/texinfo.el (texinfo):
9747         * textmodes/two-column.el (two-column):
9748         Finish `defgroup' description with period.
9750         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9751         * eshell/esh-var.el (eshell-var):
9752         * progmodes/vhdl-mode.el (vhdl-testbench):
9753         * textmodes/org.el (org): Fix typos in docstrings.
9755         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9756         consistency.
9758         * progmodes/flymake.el (flymake-find-file): Remove.
9759         (flymake-float-time): Use `with-no-warnings'.
9760         (flymake-check-start-time, flymake-check-was-interrupted)
9761         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9762         (flymake-new-err-info): `defvar' at compile time.
9764 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9766         * replace.el (occur-hook): Doc fix.
9767         (occur-1): Don't call `occur-hook' if there are no matches.
9769 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9771         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9772         global-map, save the same map.
9773         (global-map): Don't alter it at top level.
9774         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9775         Then alter it here instead.
9776         (tpu-edt-off): Set global-map to the saved one.
9778         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9779         All references simplified.
9780         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9781         (zmacs-regions): Add defvar.
9782         (repeat-complex-command-map): Everything about that deleted.
9784         * textmodes/artist.el (artist-key-is-drawing)
9785         (artist-key-endpoint1, artist-key-poly-point-list)
9786         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9787         (artist-key-compl-table, artist-rb-save-data)
9788         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9789         Don't put them in eval-when-compile.
9790         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9792         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9793         Use with-no-warnings.
9795         * net/browse-url.el (dos-windows-version): Add defvar.
9797         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9799         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9800         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9801         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9802         Add defvar.
9803         (rmail-summary-beginning-of-message): Use with-no-warnings.
9804         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9806         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9807         Use with-no-warnings.
9809         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9810         (c-mark-function): Add point-moving-unit property.
9811         (vi-goto-line): Use with-no-warnings.
9813         * emulation/edt.el (edt-last-copied-word): Add defvar.
9814         (zmacs-region-stays): Likewise.
9815         (edt-mark-section-wisely): Use c-mark-function for C.
9816         Use makr-defun for Fortran.
9817         (time-string): defvar deleted.
9818         (edt-display-the-time): Don't set time-string.
9820         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9822         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9823         Don't warn when name is not constant
9824         or for defining the group `emacs'.
9826         * tooltip.el (gud-tooltip-mode): Add defvar.
9828         * startup.el (default-frame-background-mode): Add defvar.
9830         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9832         * info.el (tool-bar-map): Add defvar.
9834         * dired.el (dnd-protocol-alist): Add defvar.
9836         * dired-aux.el (dired-query): Display question with answer, when
9837         the user answers.
9839         * custom.el (custom-add-option): Doc fix.
9841         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9843 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9845         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9846         bogus name from the last change.
9848 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
9850         * custom.el (custom-declare-variable): Fix typos in comment.
9851         (custom-known-themes): Doc fix.
9852         (custom-theme-directory): New defcustom.
9853         (require-theme): Make it check `custom-theme-directory'.
9855         * cus-theme.el (custom-new-theme-mode): New function.
9856         (custom-theme-name, custom-theme-variables, custom-theme-faces)
9857         (custom-theme-description): Add compiler defvars.
9858         (customize-create-theme): Add doc to the "*New Custom Theme*"
9859         buffer.  Use `custom-new-theme-mode'.
9860         (custom-theme-write): Put the created buffer in emacs-lisp-mode
9861         and save it to the `custom-theme-directory'.  Make this the
9862         default directory of the buffer.
9864 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
9866         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9867         Fix unbalanced parentheses.
9869 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9871         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9872         into flymake-mode and delegate to flymake-mode.
9874         * find-file.el (ff-which-function-are-we-in): Clean up.
9876 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
9878         * replace.el (occur-rename-buffer): Fix docstring.
9880         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9881         (edt-last-copied-word, edt-learn-macro-count)
9882         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9883         (edt-rect-start-point, edt-user-global-map, rect-start-point)
9884         (time-string, zmacs-region-stays):
9885         * emulation/edt-mapper.el (edt-save-function-key-map)
9886         (EDT-key-name): `defvar' to silence the byte-compiler.
9888 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
9890         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9891         font-lock-regexp-backslash.  Doc fix.
9892         (font-lock-regexp-backslash-grouping-construct): Rename from
9893         font-lock-regexp-backslash-construct.  Doc fix.
9894         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9895         grouping constructs.
9897 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
9899         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9900         updating all the prerequisites.
9902 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
9904         * textmodes/org.el (org-agenda-start-on-weekday)
9905         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9906         (org-agenda-use-time-grid, org-archive-location)
9907         (org-allow-space-in-links, org-usenet-links-prefer-google)
9908         (org-enable-table-editor, org-export-default-language)
9909         (org-export-html-show-new-buffer, org-fill-paragraph)
9910         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9911         (org-goto-quit, org-occur, org-eval-in-calendar)
9912         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9913         (org-agenda-diary-entry, org-remember-help)
9914         (org-table-convert-region, org-at-table-p)
9915         (org-table-move-row-down, org-table-move-row-up)
9916         (org-table-copy-region, org-table-toggle-vline-visibility)
9917         (org-table-get-stored-formulas, org-table-get-specials)
9918         (org-recalc-commands, org-table-eval-formula)
9919         (org-table-formula-substitute-names, orgtbl-make-binding)
9920         (org-format-org-table-html, org-format-table-table-html)
9921         (org-format-table-table-html-using-table-generate-source)
9922         (org-customize): Fix typos in docstrings.
9923         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9924         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9925         (org-back-to-heading): Doc fixes.
9926         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9927         (org-agenda-change-all-lines, org-get-header):
9928         Improve argument/docstring consistency.
9929         (orgtbl-error): Fix error message.
9931         * progmodes/flymake.el (flymake-find-possible-master-files)
9932         (flymake-master-file-compare, flymake-get-line-err-count)
9933         (flymake-highlight-line, flymake-gui-warnings-enabled):
9934         Fix typos in docstrings.
9935         (flymake-parse-line, flymake-get-project-include-dirs-function)
9936         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9937         Doc fixes.
9938         (flymake-get-project-include-dirs-function)
9939         (flymake-make-err-menu-data):
9940         Improve argument/docstring consistency.
9942 2005-07-01  Lute Kamstra  <lute@gnu.org>
9944         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9945         Catch errors with ignore-errors.  Use temporary buffer.
9946         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
9948         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9949         background color faces.
9950         (facemenu-set-foreground, facemenu-set-background):
9951         Use facemenu-set-face-from-menu.
9952         (facemenu-set-face-from-menu): Treat face names that start with
9953         "fg:" or "bg:" as special.
9954         (facemenu-add-new-color): Don't create faces.  Simplify.
9956 2005-06-30  Richard M. Stallman  <rms@gnu.org>
9958         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9959         (crm-find-current-element): Likewise.
9961 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9963         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9965 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * arc-mode.el (archive-extract): Make it work as a mouse binding.
9968         (archive-mouse-extract): Make it an obsolete alias.
9969         (archive-mode-map): Don't use archive-mouse-extract any more.
9970         (archive-mode, archive-extract): write-contents-hooks ->
9971         write-contents-functions.
9972         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9973         first arg.
9974         (archive-rename-entry): Update the call.
9975         (archive-zip-summarize): Remove unused var `method'.
9976         (archive-lzh-summarize): Remove unused var `creator'.
9978         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9979         dedicated frame upon exit.
9981         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9982         (archive-zip-extract, archive-zip-expunge)
9983         (archive-zip-update, archive-zip-update-case): Use executable-find.
9984         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9985         Use restore-buffer-modified-p.
9986         (archive-extract, archive-add-new-member, archive-write-file-member):
9987         Use with-current-buffer.
9988         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9990 2005-06-30  Andreas Schwab  <schwab@suse.de>
9992         * progmodes/gud.el (gud-filter): Remove unneeded progn.
9994 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9996         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9998 2005-06-30  Juri Linkov  <juri@jurta.org>
10000         * faces.el (vertical-border): Inherit from mode-line-inactive
10001         only on tty.
10003 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10005         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10006         example, -NLINES in the `occur' docstring).
10008         * replace.el (occur-1): When no matches are found, do not set the
10009         `buffer-read-only' and modified flags for the occur buffer,
10010         because it is deleted.
10012         * emulation/cua-base.el (cua-check-pending-input)
10013         (cua-repeat-replace-region, cua-mode, cua-debug)
10014         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10015         Fix typos in docstrings.
10017         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10018         (cua-cut-region-to-global-mark)
10019         (cua--cut-rectangle-to-global-mark):
10020         Remove period from end of messages.
10022         * emulation/cua-rect.el (cua-do-rectangle-padding):
10023         Remove period from end of messages.
10024         (cua--rectangle-seq-format): Fix typo in docstring.
10025         (cua-sequence-rectangle, cua-fill-char-rectangle):
10026         Improve argument/docstring consistency.
10028 2005-06-29  Juri Linkov  <juri@jurta.org>
10030         * faces.el (default-frame-background-mode): New internal variable.
10031         (frame-set-background-mode): Use it.
10033         * startup.el (normal-top-level): Set default-frame-background-mode
10034         instead of frame-background-mode.  Before setting it, test for its
10035         nil value.  Remove tests for frame-background-mode and frame
10036         parameter `reverse'.  Add test for "unspecified-fg".
10038         * term/xterm.el (xterm-rxvt-set-background-mode):
10039         * term/rxvt.el (rxvt-set-background-mode):
10040         Set default-frame-background-mode instead of frame-background-mode.
10042 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10044         * simple.el (set-variable): Warn about obsolete user variables.
10046         * imenu.el (imenu--completion-buffer):
10047         * mouse.el (mouse-buffer-menu-alist):
10048         * msb.el (msb-invisible-buffer-p):
10049         * calendar/diary-lib.el (diary-header-line-format):
10050         * emacs-lisp/pp.el (pp-buffer):
10051         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10052         * textmodes/picture.el (picture-replace-match):
10053         Change space constants followed by a sexp to "?\s ".
10055         * play/decipher.el (decipher-loop-with-breaks):
10056         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10057         constants "protected" from end of line by a comment to "?\s".
10059 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * font-lock.el (save-buffer-state): Use `declare'.
10063         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10064         reset the syntax-table to cperl-mode-syntax-table.
10065         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10066         "foo_print_bar" is not matched as a reserved keyword.
10068 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10070         * textmodes/org.el (orgtbl-setup): New function, for delayed
10071         setup for the orgtbl commands.
10072         (org-calc-default-modes): New option.
10073         (orgtbl-make-binding): Use `defun' to get better help display.
10074         (org-diary): Call `org-compile-prefix-format'.
10075         (org-table-formula-substitute-names): New function.
10076         (org-agenda-day-view, org-agenda-week-view): New commands.
10077         (org-agenda-toggle-week-view): Command removed.
10078         (org-tbl-menu): Split off from org-org-menu.
10079         (org-mode): Move removal of outline-mode menus to here.
10080         (org-table-formula-debug): New option.
10081         (org-table-insert-row): Keep first field if just "#" or "*".
10082         (org-mode): Paragraph regexps fixed.
10083         (org-table-recalculate-regexp): New constant.
10084         (org-table-justify-field-maybe): Avoid replace if not necessary.
10085         (org-copy-special, org-cut-special): Use `call-interactively'.
10086         (org-table-copy-region): Take region from `interactive' call.
10087         (org-trim): Return string even if no match.
10088         (org-formula): New face.
10089         (org-set-font-lock-defaults): No longer highlight "FIXME".
10090         But highlight formula-related fields in table.
10091         (org-table-p): Use regexp, not fontification.
10092         (org-table-align): Handle white space at end of line.
10093         (org-table-formula-evaluate-inline): New option.
10094         (org-mode): Auto-wrapping in comment lines turned off.
10095         (org-table-copy-down): Evaluate only in copied field, not in
10096         destination.
10097         (org-table-current-formula): Variable removed.
10098         (org-table-store-formulas, org-table-get-stored-formulas)
10099         (org-table-modify-formulas, org-table-replace-in-formulas)
10100         (org-table-maybe-eval-formula): New functions.
10101         (org-table-get-formula): Modify to use stored formulas.
10102         (org-table-insert-column, org-table-delete-column)
10103         (org-table-move-column): Call `org-table-modify-formulas'.
10104         (org-complete): Add completion for keyword formulas.
10105         (orgtbl-mode): Pull orgtbl-mode-map to start of
10106         minor-mode-map-alist.
10108 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * progmodes/python.el (python-check): Require `compile' before
10111         modifying its variables.
10113         * newcomment.el (comment-indent-default): Don't get fooled by an early
10114         end of buffer.
10116 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10118         * ps-print.el (ps-print-version): Fix version number.
10120 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10122         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10124 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10126         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10127         (flyspell-local-mouse-map): Declaration deleted.
10128         (flyspell-mouse-map): Bind only mouse-2.
10129         (flyspell-mode-map): Don't test flyspell-use-local-map.
10130         (flyspell-overlay-keymap-property-name): Var deleted.
10131         (flyspell-mode-on): Don't make local bindings for
10132         flyspell-mouse-map and flyspell-mode-map.
10133         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10135         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10137         * progmodes/compile.el (compilation-next-error-function):
10138         Don't switch buffers; operate on the current buffer.
10140         * progmodes/compile.el (compilation-error-file-name)
10141         (compilation-warning-file-name, compilation-info-file-name)
10142         (compilation-line-number, compilation-column-number): New faces.
10143         (compilation-error-face, compilation-warning-face)
10144         (compilation-info-face, compilation-line-face)
10145         (compilation-column-face): Use them.
10147         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10149         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10151         * bindings.el (global-map): Bind insertchar and its variants.
10153 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10155         * textmodes/artist.el (artist-text-overwrite)
10156         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10158 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10160         * ps-print.el: It was not working the page selection for printing.
10161         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10162         (ps-print-version): New version 6.6.7.
10163         (ps-end-sheet): New fun.
10164         (ps-header-sheet, ps-end-job): Call it.
10166 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10168         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10170 2005-06-27  Lute Kamstra  <lute@gnu.org>
10172         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10173         background color faces.
10174         (facemenu-get-face): Delete function.
10175         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10176         (facemenu-add-new-color): Make second argument mandatory.
10177         Create the appropriate face and return it.  Simplify.
10178         (facemenu-set-foreground, facemenu-set-background): Don't check if
10179         color is defined.  Use return value of facemenu-add-new-color.
10181 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10183         * progmodes/gud.el (gud-filter): Add missing argument to
10184         with-selected-window.
10186 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10189         a :require to the defcustom.
10191         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10192         defcustoms corresponding to minor modes.
10194 2005-06-26  David Ponce  <david@dponce.com>
10196         * recentf.el: Require tree-widget instead of wid-edit.
10197         (recentf-filename-handler): Fix widget :type.
10198         (recentf-cancel-dialog, recentf-open-more-files)
10199         (recentf-open-files-action): Doc fix.
10200         (recentf-dialog-goto-first): New function.
10201         (recentf-dialog-mode-map): Set parent keymap first.
10202         (recentf-dialog-mode): Define with define-derived-mode.
10203         Don't display continuation lines in dialogs.
10204         (recentf-edit-list): Rename from recentf-edit-selected-items.
10205         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10206         Simplify.
10207         (recentf-edit-list-validate): New function.
10208         (recentf-edit-list): Update accordingly.
10209         (recentf-open-files-item-shift): Remove.
10210         (recentf-open-files-item): Convert menu elements into tree and
10211         link widgets.  Don't create the widgets.
10212         (recentf-open-files): Update accordingly.
10213         (recentf-save-list): Untabify.
10215 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10217         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10218         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10219         partially contained in the active region.  Do not take active
10220         region into account when called from Lisp, unless INTERACTIVE arg
10221         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10222         avoid trouble with fields.  Make marker point nowhere when no
10223         longer used.  Always return nil.  Doc fix.
10224         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10225         into account when called from Lisp, unless INTERACTIVE arg is
10226         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10227         avoid trouble with fields.  Make marker point nowhere when no
10228         longer used.  Always return nil.  Doc fix.
10229         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10230         interchangeable.  Do not take active region into account when
10231         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10232         message in echo area when called from Lisp, unless INTERACTIVE arg
10233         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10234         Return the number of matches.  Doc fix.
10235         (occur): Doc fix.
10236         (perform-replace): Make comment follow double space convention for
10237         the sake of `outline-minor-mode'.
10239         * faces.el (facep): Doc fix.
10241 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10243         * facemenu.el (facemenu-enable-faces-p): New function.
10244         (facemenu-background-menu, facemenu-foreground-menu)
10245         (facemenu-face-menu): Add menu-enable property.
10247         * jka-compr.el (jka-compr-insert-file-contents):
10248         Special handling if cannot find the uncompression program.
10250         * cus-face.el (custom-face-attributes): Add autoload.
10252         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10253         Bind comment-indent-function locally.
10255         * window.el (save-selected-window): Use save-current-buffer.
10257         * subr.el (with-selected-window): Use save-current-buffer.
10259         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10260         and with-current-buffer.
10262 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10264         * simple.el (line-move-1): Fix previous change.
10266 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10268         * replace.el (occur-1): Set `buffer-read-only' and the
10269         buffer-modified flag before running `occur-hook' to protect
10270         against unintentional buffer switches that can lead to data loss.
10272 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10274         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10275         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10276         initial error.
10278         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10279         after fresh input.
10280         (gdb-var-create-handler): Put name of expression in quotes.
10282 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10284         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10285         elements of RING in order, and without bogus nil elements.
10287 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10289         * simple.el (set-variable): Args renamed; doc fix.
10290         (line-move-1): When there are overlays around, use vertical-motion.
10292         * faces.el (escape-glyph): Use brown against light background.
10293         (nobreak-space): Rename from no-break-space.
10294         Fix previous change.
10296         * dired-aux.el (dired-do-copy): Fix arg prompt.
10298         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10300 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10302         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10303         rather than "Distributor".
10305 2005-06-23  Lute Kamstra  <lute@gnu.org>
10307         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10308         (debug-on-entry): Use it.  New interactive declaration that uses
10309         function-called-at-point.
10311 2005-06-23  Kim F. Storm  <storm@cua.dk>
10313         * subr.el (save-match-data): Add comment about using evaporate arg
10314         to set-match-data.
10316 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10318         * cus-edit.el (customize-face)
10319         (customize-face-other-window): Handle face aliases.
10321         * faces.el (face-documentation, set-face-attribute)
10322         (face-spec-set): Handle face aliases.
10324 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10326         * help-mode.el (help-make-xrefs): If a symbol representing a face
10327         name is not followed by the word "face", it could still be a
10328         function or variable name, so don't bypass other checks.
10330 2005-06-22  Juri Linkov  <juri@jurta.org>
10332         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10333         Replace aliased functions with calls where second arg `inherit' is t.
10335 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10337         * progmodes/gdb-ui.el (gdb-error): New variable.
10338         (gdb-error): New function.
10339         (gdb-annotation-rules): Act on error-begin and error annotations.
10340         (gdb-concat-output): Use font-lock-warning-face for errors.
10342 2005-06-22  Miles Bader  <miles@gnu.org>
10344         * bindings.el (propertized-buffer-identification): Use renamed
10345         `Buffer-menu-buffer' face.
10347         * faces.el (vertical-border): Rename from `vertical-divider'.
10348         (escape-glyph): Change dark-background color back to `cyan'.
10350 2005-06-21  Juri Linkov  <juri@jurta.org>
10352         * faces.el (face-user-default-spec): Try getting `customized-face'
10353         prior to `saved-face'.
10354         (frame-background-mode): Refill docstring.
10356         * emacs-lisp/lisp-mode.el (eval-defun-1):
10357         * emacs-lisp/edebug.el (edebug-eval-defun):
10358         Set `saved-face' temporarily to nil before calling form.
10359         Set `customized-face' to the new spec after that.
10361 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10363         * subr.el (1value, lambda, key-substitution-in-progress):
10364         Doc fixes.
10366         * autoinsert.el (auto-insert-alist):
10367         * ses.el (ses-call-printer):
10368         * subr.el (noreturn):
10369         * emacs-lisp/lisp.el (check-parens):
10370         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10371         * net/browse-url.el (browse-url-mosaic):
10372         * progmodes/cc-defs.el (c-safe-scan-lists):
10373         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10374         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10375         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10376         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10377         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10378         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10380 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10382         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10384 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10386         * calendar/appt.el (appt-make-list): Activate the package, if
10387         not already active (for backwards compatibility).
10389 2005-06-20  Kim F. Storm  <storm@cua.dk>
10391         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10393 2005-06-20  Miles Bader  <miles@gnu.org>
10395         * faces.el (vertical-divider): New face.
10397 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10399         * simple.el (kill-whole-line): Doc fix.
10400         (next-error-buffer-p, next-error-find-buffer)
10401         (clone-indirect-buffer): Fix typos in docstrings.
10402         (comment-line-break-function): Doc fix: don't say variable
10403         is automatically buffer-local (it isn't).
10405 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10407         * net/tramp-ftp.el (top):
10408         * net/tramp-smb.el (top):
10409         * net/tramp-util.el (top):
10410         * net/tramp-uu.el (top):
10411         * net/tramp-vc.el (top):
10412         * net/tramp.el (top): Revert copyright years back to original
10413         ones.  Tramp has a life outside GNU Emacs.
10415 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10417         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10419 2005-06-18  Juri Linkov  <juri@jurta.org>
10421         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10422         end of first regexp to limit the match to the position between
10423         line number and source line with same separator character as used
10424         between file name and line number.  In the second regexp limit
10425         mouse-face area to file name and line number by adding new group
10426         for them and referring it in HYPERLINK arg.
10427         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10428         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10429         previous line where grep markers may be already removed.
10431 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10433         * progmodes/ps-mode.el: Update version and maintainer's email address.
10435 2005-06-18  Steve Youngs  <steve@xemacs.org>
10437         * net/browse-url.el (browse-url-browser-function)
10438         (browse-url-default-browser): Add firefox.
10439         (browse-url-firefox-program, browse-url-firefox-arguments)
10440         (browse-url-firefox-startup-arguments)
10441         (browse-url-firefox-new-window-is-tab): New defcustoms.
10442         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10444 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10446         * startup.el (command-line): Warn if specified user name has
10447         no home directory.
10449         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10450         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10452         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10453         Doc fixes.
10455         * faces.el (underline): Try bold if terminal doesn't support underline.
10457         * mail/sendmail.el (mail-setup-with-from): New variable.
10458         (mail-insert-from-field): New function.
10459         (sendmail-send-it): Call it.
10460         (mail-setup): Optionally call it here.
10462         * term/linux.el: Call tty-no-underline.
10464 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10466         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10468 2005-06-17  Miles Bader  <miles@gnu.org>
10470         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10471         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10472         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10473         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10474         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10475         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10476         Remove "-face" suffix from face names.
10477         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10478         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10479         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10480         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10481         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10482         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10483         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10484         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10485         New backward-compatibility aliases for renamed faces.
10486         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10487         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10488         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10489         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10490         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10491         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10492         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10493         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10494         Use renamed ediff faces.
10496         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10497         Remove "-face" suffix from face names.
10498         (eshell-test-ok-face, eshell-test-failed-face):
10499         New backward-compatibility aliases for renamed faces.
10500         (eshell-run-test): Use renamed eshell-test faces.
10502         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10503         face name.
10504         (eshell-prompt-face): New backward-compatibility alias for renamed
10505         face.
10506         (eshell-emit-prompt): Use renamed eshell-prompt face.
10508         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10509         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10510         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10511         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10512         Remove "-face" suffix from face names.
10513         (eshell-ls-directory-face, eshell-ls-symlink-face)
10514         (eshell-ls-executable-face, eshell-ls-readonly-face)
10515         (eshell-ls-unreadable-face, eshell-ls-special-face)
10516         (eshell-ls-missing-face, eshell-ls-archive-face)
10517         (eshell-ls-backup-face, eshell-ls-product-face)
10518         (eshell-ls-clutter-face):
10519         New backward-compatibility aliases for renamed faces.
10520         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10522         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10523         Remove "-face" suffix from face name.
10524         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10525         instead of literal face.
10527 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10529         * emacs-lisp/warnings.el (display-warning, lwarn)
10530         (warning-minimum-log-level): Doc fixes.
10531         (warning-minimum-level, warning-minimum-log-level):
10532         Add :debug to :type choices.
10534         * progmodes/ada-mode.el (ada-format-paramlist)
10535         (ada-get-indent-case, ada-check-matching-start)
10536         (ada-check-defun-name, ada-goto-matching-decl-start)
10537         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10538         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10539         (ada-make-subprogram-body): Follow error conventions.
10540         (ada-case-exception-file, ada-indent-comment-as-code)
10541         (ada-indent-handle-comment-special, ada-indent-renames)
10542         (ada-indent-return, ada-search-directories-internal)
10543         (ada-tab-policy, ada-case-exception-substring)
10544         (ada-other-file-alist, ada-matching-start-re)
10545         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10546         (ada-imenu-generic-expression, ada-compile-goto-error)
10547         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10548         (ada-popup-menu, ada-add-extensions, ada-mode)
10549         (ada-region-selected, ada-create-case-exception)
10550         (ada-create-case-exception-substring, ada-after-keyword-p)
10551         (ada-activate-keys-for-case, ada-adjust-case-region)
10552         (ada-adjust-case-buffer, ada-format-paramlist)
10553         (ada-scan-paramlist, ada-insert-paramlist)
10554         (ada-indent-newline-indent)
10555         (ada-indent-newline-indent-conditional)
10556         (ada-justified-indent-current, ada-goto-previous-word)
10557         (ada-indent-current, ada-get-indent-open-paren)
10558         (ada-get-indent-paramlist, ada-get-indent-end)
10559         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10560         (ada-get-indent-block-start, ada-get-indent-subprog)
10561         (ada-get-indent-noindent, ada-get-indent-label)
10562         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10563         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10564         (ada-goto-stmt-end, ada-goto-next-word)
10565         (ada-check-matching-start, ada-check-defun-name)
10566         (ada-goto-matching-decl-start, ada-goto-matching-start)
10567         (ada-goto-matching-end, ada-search-ignore-string-comment)
10568         (ada-in-decl-p, ada-looking-at-semi-or)
10569         (ada-looking-at-semi-private, ada-in-paramlist-p)
10570         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10571         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10572         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10573         (ada-previous-package, ada-create-menu)
10574         (ada-fill-comment-paragraph-justify)
10575         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10576         (ada-other-file-name, ada-last-which-function-line)
10577         (ada-last-which-function-subprog, ada-which-function)
10578         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10579         (ada-gen-treat-proc, ada-check-emacs-version)
10580         (ada-continuation-indent, ada-align-region-separate):
10581         Fix typos in docstrings.
10582         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10584 2005-06-16  Lute Kamstra  <lute@gnu.org>
10586         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10587         conditionally.
10589 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10591         * comint.el (comint-replace-by-expanded-filename)
10592         (comint-prompt-regexp, comint-delimiter-argument-list)
10593         (comint-preinput-scroll-to-bottom):
10594         * info.el (Info-hide-cookies-node):
10595         * ls-lisp.el (ls-lisp-classify):
10596         * find-file.el (ff-search-directories, ff-special-constructs)
10597         (ff-find-other-file):
10598         * font-lock.el (font-lock-keywords):
10599         * shell.el (shell-prompt-pattern)
10600         (shell-dynamic-complete-functions, shell-mode)
10601         (shell-delimiter-argument-list):
10602         * term.el (term-replace-by-expanded-filename)
10603         (term-prompt-regexp, term-delimiter-argument-list):
10604         * woman.el (woman-ignore, woman0-if):
10605         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10606         * emacs-lisp/elint.el (elint-init-env):
10607         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10608         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10609         * language/ethio-util.el (ethio-tilde-escape)
10610         (ethio-use-three-dot-question):
10611         * net/zone-mode.el (zone-mode-load-time-setup):
10612         * progmodes/cc-align.el (c-lineup-argcont):
10613         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10614         * progmodes/cperl-mode.el (cperl-set-style-back):
10615         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10616         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10617         Fix spellings in docstrings.
10619         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10620         * progmodes/modula2.el (m2-for): Fix spellings.
10622         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10624         * simple.el (undo-more): Don't use `format' on `error' arguments.
10625         Improve argument/docstring consistency.
10626         (pending-undo-list): Doc fix.
10628         * smerge-mode.el (smerge-ensure-match):
10629         * emulation/vip.el (vip-ex):
10630         * net/zone-mode.el (zone-mode-update-serial):
10631         * progmodes/idlwave.el (idlwave-complete):
10632         * progmodes/vhdl-mode.el (vhdl-visit-file)
10633         (vhdl-compose-wire-components):
10634         Don't use `format' on `error' arguments.
10636         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10637         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10638         (tooltip-help-tips): Fix typos in docstrings.
10640 2005-06-16  David Ponce  <david@dponce.com>
10642         * tree-widget.el (tree-widget-value-create): Simplify last change.
10644 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10646         * ido.el (ido-incomplete-regexp): New variable.
10647         (ido-set-matches-1): Handle invalid-regexp error and set
10648         ido-incomplete-regexp.
10649         (ido-incomplete-regexp): New face.
10650         (ido-completions): Use it.
10651         (ido-complete, ido-exit-minibuffer, ido-completions):
10652         Handle incomplete regexps.
10653         (ido-completions): Add check for complete match when entering a regexp.
10655 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10657         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10659 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10661         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10662         by field delimiters.
10664 2005-06-15  David Ponce  <david@dponce.com>
10666         * tree-widget.el: eval-and-compile inlined functions so they will
10667         be available at run-time too.
10668         (tree-widget-super-format-handler)
10669         (tree-widget-format-handler): Remove.
10670         (tree-widget-value-create): Handle the :indent property.
10672 2005-06-15  Miles Bader  <miles@gnu.org>
10674         * progmodes/which-func.el (which-func): Only inherit
10675         `font-lock-function-name-face' when that makes sense against the
10676         default mode-line face, otherwise set the face color explicitly.
10678         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10679         faces instead of (non-existent) variables.
10681 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10683         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10684         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10686 2005-06-14  Miles Bader  <miles@gnu.org>
10688         * progmodes/ld-script.el (ld-script-location-counter):
10689         Remove "-face" suffix from face name.
10690         (ld-script-location-counter-face):
10691         New backward-compatibility alias for renamed face.
10692         (ld-script-location-counter-face): Use renamed face.
10694         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10695         (cperl-hash): Remove "-face" suffix from face names.
10696         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10697         New backward-compatibility aliases for renamed faces.
10698         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10699         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10701         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10702         name.
10703         (which-func-face): New backward-compatibility alias for renamed face.
10704         (which-func-format): Use renamed which-func face.
10706         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10707         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10708         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10709         names.
10710         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10711         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10712         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10713         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10714         (vhdl-speedbar-architecture-selected)
10715         (vhdl-speedbar-configuration-selected)
10716         (vhdl-speedbar-package-selected)
10717         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10718         names.
10719         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10720         Use renamed faces.
10721         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10722         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10723         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10724         Use renamed faces.
10725         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10726         names.
10727         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10728         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10729         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10730         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10731         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10732         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10734         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10735         face name.
10736         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10737         (sh-heredoc-face): Use renamed sh-heredoc face.
10739         * progmodes/idlw-help.el (idlwave-help-link):
10740         Remove "-face" suffix from face name.
10741         (idlwave-help-link-face):
10742         New backward-compatibility alias for renamed face.
10743         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10745         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10746         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10747         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10748         New backward-compatibility aliases for renamed faces.
10749         (idlwave-shell-disabled-breakpoint-face)
10750         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10752         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10753         Remove "-face" suffix from face names.
10754         (flymake-errline-face, flymake-warnline-face):
10755         New backward-compatibility aliases for renamed faces.
10756         (flymake-highlight-line): Use renamed flymake faces.
10758         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10759         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10760         (ebrowse-member-class, ebrowse-progress):
10761         Remove "-face" suffix from face names.
10762         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10763         (ebrowse-file-name-face, ebrowse-default-face)
10764         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10765         (ebrowse-progress-face):
10766         New backward-compatibility aliases for renamed faces.
10767         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10768         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10769         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10770         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10772         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10773         antlr-syntax)
10774         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10775         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10776         names.
10777         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10778         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10779         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10780         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10781         backward-compatibility aliases for renamed faces.
10782         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10783         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10784         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10785         remove "font-lock-".  Use renamed antlr-mode faces.
10786         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10787         literal face-names with face variable references.
10789         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10790         face name.
10791         (Buffer-menu-buffer-face): New backward-compatibility alias for
10792         renamed face.
10793         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10795 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10797         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10798         Eliminate "-face" suffix.
10799         (makefile-targets): Inherit from font-lock-function-name-face and
10800         eliminate "-face" suffix.
10801         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10802         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10803         actions, instead of prepending, to make it less visible.
10804         (makefile-previous-dependency, makefile-match-dependency):
10805         Don't match a target on a continuation line.
10807         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10809 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10811         * progmodes/gdb-ui.el (menu): Re-order menu items.
10812         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10814         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10815         Define in tooltip.el.
10816         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10817         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10818         gud-tooltip-echo-area.
10820         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10821         backward compatibility and make obsolete.
10822         (tooltip-help-tips): Use tooltip-use-echo-area.
10823         (tooltip-show-help-function): Rename to...
10824         (tooltip-show-help): ...this, because it is a function.
10825         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10827 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10829         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10830         (edebug-print-length, edebug-print-level, edebug-print-circle)
10831         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10832         (edebug-eval-print-last-sexp): Doc fixes.
10834 2005-06-14  Kim F. Storm  <storm@cua.dk>
10836         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10837         as the coverage buffer/file/both may change.
10839 2005-06-14  Lute Kamstra  <lute@gnu.org>
10841         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10842         and run-mode-hooks.  Simplify.
10844         * mail/rmailedit.el (rmail-edit-mode):
10845         * progmodes/octave-inf.el (inferior-octave-mode):
10846         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10848         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10849         and run-mode-hooks.
10850         (recentf-edit-list, recentf-open-files): Don't call
10851         kill-all-local-variables directly.
10853         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10855 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10857         * emacs-lisp/byte-run.el (make-obsolete)
10858         (define-obsolete-function-alias): Rename arguments FUNCTION and
10859         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10860         (make-obsolete-variable, define-obsolete-variable-alias):
10861         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10862         respectively.
10864         * isearchb.el (isearchb-activate):
10865         * pcvs.el (cvs-mode):
10866         * ses.el (ses-load):
10867         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10868         * net/tramp.el (tramp-find-file-exists-command)
10869         (tramp-find-shell):
10870         * progmodes/ada-mode.el (ada-create-case-exception)
10871         (ada-create-case-exception-substring, ada-make-subprogram-body):
10872         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10873         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10874         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10875         * textmodes/org.el (org-promote, org-evaluate-time-range)
10876         (org-agenda-next-date-line, org-agenda-previous-date-line)
10877         (org-agenda-error, org-open-at-point, org-table-move-row)
10878         (org-format-table-table-html-using-table-generate-source)
10879         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10880         * textmodes/reftex.el (reftex-access-scan-info):
10881         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10882         (reftex-toc-promote-prepare): Follow error conventions.
10884         * diff-mode.el (diff-mode): Fix typo in docstring.
10886         * forms.el (forms--intuit-from-file): Fix reference to
10887         `forms-number-of-fields' in error message.
10888         (forms-print): Fix quoting in error message.
10890         * forms.el (forms-mode):
10891         * emulation/vi.el (vi-goto-insert-state):
10892         * progmodes/flymake.el (flymake-new-err-info)
10893         (flymake-start-syntax-check-for-current-buffer)
10894         (flymake-simple-cleanup):
10895         * eshell/esh-var.el (eshell/export):
10896         * progmodes/gud.el (xdb):
10897         * textmodes/flyspell.el (flyspell-incorrect-hook)
10898         (flyspell-maybe-correct-transposition)
10899         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10901 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10903         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10904         minibuffer prompt.
10906 2005-06-13  Kim F. Storm  <storm@cua.dk>
10908         * subr.el (add-to-ordered-list): New defun.
10910         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10911         add cua--keymap-alist to emulation-mode-map-alists.
10913 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10915         * subr.el (complete-in-turn): New macro.
10916         (dynamic-completion-table, lazy-completion-table): Add debug info.
10918         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10919         in preference to face aliases.
10921         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10922         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10923         Remove unused vars `start' and `firstline'.
10924         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10925         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10927 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
10929         * cus-start.el (all): Don't complain about missing GTK-related
10930         variables, unless either `gtk' is boundp or this isn't a
10931         `windows-nt' build.
10933 2005-06-13  Lute Kamstra  <lute@gnu.org>
10935         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10936         run-mode-hooks.
10938         * ediff-mult.el (ediff-meta-mode):
10939         * ediff-util.el (ediff-mode): Use run-mode-hooks.
10941         * ledit.el (ledit-mode): Use delay-mode-hooks.
10943         * woman.el (woman-mode-line-format): Delete constant.
10944         (woman-mode-map): Initialize it properly.
10945         (woman-mode): Set mode-class property to special.
10946         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
10947         Set major-mode and mode-name.  Don't set mode-line-format directly.
10948         (Man-getpage-in-background): Don't reference woman-mode-line-format.
10950         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10951         string argument obsolete.
10953 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
10955         * textmodes/org.el (org-CUA-compatible): New option.
10956         (org-disputed-keys): New variable.
10957         (org-key): New function.
10958         (orgtbl-make-binding): Add docstring to the created function.
10959         (org-mode): Set paragraph start/separate regexps.
10960         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10961         (org-archive-location, org-archive-mark-done)
10962         (org-archive-stamp-time): New options.
10963         (org-archive-subtree): New command.
10964         (org-fill-paragraph): New function.
10965         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10966         (org-fake-empty-table-line): Function removed.
10967         (org-format-org-table-html): Do not create empty table lines at
10968         separator lines.  Improved table header treatment.
10969         (org-link-format): New option.
10970         (org-make-link): New function.
10971         (org-insert-link, org-store-link): Use org-make-link.
10972         (org-open-file): Quote file name for shell command, to allow
10973         spaces in file names.
10974         (org-link-regexp): Fix bug with mailto link.
10975         (org-link-maybe-angles-regexp, org-protected-link-regexp):
10976         New constants.
10977         (org-export-as-html): Deal with the optional angles around a link.
10978         Better treatment of file: links.
10979         (org-open-at-point): Replace @{ and @} with < and >.
10980         (org-run-mode-hooks): Function removed.
10981         (org-agenda-mode): No longer use `org-run-mode-hooks'.
10983 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
10985         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10986         MI command -data-list-register-values.
10987         (gdb-post-prompt): Indent properly.
10989 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
10991         * hilit-chg.el (highlight-changes-colors): Rename from
10992         `highlight-changes-colours'.
10993         (highlight-changes-colours): Keep as obsolete alias.
10994         (highlight-changes-face-list): Doc fix.
10995         (hilit-chg-make-list): Use `highlight-changes-colors'.
10997 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
10999         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11000         defun-prompt-regexp.
11002 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11004         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11005         and cygwin.
11007         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11008         Don't use an old loaddefs.el, as in Makefile.in.
11010 2005-06-12  Lute Kamstra  <lute@gnu.org>
11012         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11014         * man.el (Man-mode-map): Initialize it properly.
11015         (Man-mode): Set mode-class property to special.
11017         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11019 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11021         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11022         A newline is needed in the docstring there.
11024         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11025         Doc fixes.
11027 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11029         * printing.el: Doc fix.  The menubar is no more changed when printing
11030         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11031         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11032         (pr-version): New version number (6.8.4).
11033         (pr-menu-bind): New command.
11034         (pr-update-menus): Docstring and code fix.
11035         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11036         Docstring fix.
11037         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11038         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11040 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11042         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11043         "Returns" to "return", document useful return values, etc.
11045 2005-06-11  Alan Mackenzie  <acm@muc.de>
11047         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11048         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11049         (adaptive-file-function): Minor amendment to doc-string.
11051 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11053         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11054         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11055         Fix :type--it is `integer', not `string'.
11057         * faces.el (modeline-highlight): Rename from (the erroneous)
11058         `modeline-higilight'.
11060 2005-06-11  Lute Kamstra  <lute@gnu.org>
11062         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11063         lisp-interaction-mode-map but make it the parent.
11064         (edebug-eval-mode): Use define-derived-mode.
11066 2005-06-11  Andreas Schwab  <schwab@suse.de>
11068         * bindings.el: Add binding of `ESC functionkey' for every
11069         `M-functionkey'.
11070         * hexl.el (hexl-mode-map): Likewise.
11072 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11074         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11075         [msft]: update regexp for newer msft compilers.
11077 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11079         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11080         ATTLIST portions of included DTDs.
11081         (xml-parse-dtd): Eliminate use of inefficient match-data.
11083 2005-06-10  Miles Bader  <miles@gnu.org>
11085         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11086         (mpuz-text): Remove "-face" suffix from face names.
11087         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11088         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11089         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11091         * play/gomoku.el (gomoku-O, gomoku-X):
11092         Remove "-face" suffix from face names.
11093         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11094         New backward-compatibility aliases for renamed faces.
11095         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11097 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11099         * thumbs.el: Fixes for changes of 2005-06-09.
11100         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11101         as a directory.
11102         (thumbs-thumbname): Remove directory separator from format string;
11103         `thumbs-thumbsdir' now returns a valid directory name.
11104         (thumbs-temp-dir): New defsubst.
11105         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11106         Use it.
11108         * cus-edit.el (minibuffer):
11109         * files.el (make-backup-file-name-function):
11110         * filesets.el (filesets-external-viewers):
11111         * hilit-chg.el (highlight-changes-colours)
11112         (highlight-changes-face-list, highlight-changes-rotate-faces):
11113         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11114         * kmacro.el (kmacro-call-macro):
11115         * log-edit.el (log-edit-changelog-full-paragraphs):
11116         * mouse.el (mouse-1-click-follows-link):
11117         * skeleton.el (skeleton-autowrap):
11118         * subr.el (insert-for-yank-1):
11119         * tempo.el (tempo-insert-region):
11120         * terminal.el (terminal-emulator):
11121         * time.el (display-time-mail-face):
11122         * vc.el (vc-annotate):
11123         * vcursor.el (vcursor-copy-line):
11124         * woman.el (woman-bold-headings, woman-ignore)
11125         (woman-default-faces, woman-monochrome-faces):
11126         * calendar/todo-mode.el (todo-insert-threshold):
11127         * emulation/pc-select.el (pc-select-selection-keys-only)
11128         (pc-selection-mode):
11129         * emulation/vip.el (vip-find-char-forward):
11130         * emulation/viper-cmd.el (viper-find-char-forward):
11131         * international/mule-cmds.el
11132         (select-safe-coding-system-accept-default-p)
11133         (input-method-exit-on-invalid-key):
11134         * international/mule-diag.el (describe-coding-system):
11135         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11136         * net/browse-url.el (browse-url-xterm-program):
11137         * obsolete/lazy-lock.el (lazy-lock-mode):
11138         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11139         (cperl-mode):
11140         * progmodes/cpp.el (cpp-face-light-name-list)
11141         (cpp-face-dark-name-list):
11142         * progmodes/delphi.el (delphi-newline-always-indents):
11143         Fix spellings in docstrings.
11145         * ido.el (ido-mode, ido-file-extensions-order)
11146         (ido-default-file-method, ido-default-buffer-method)
11147         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11148         (ido-decorations, ido-read-file-name-as-directory-commands)
11149         (ido-read-file-name-non-ido, ido-work-directory-list)
11150         (ido-ignore-item-temp-list, ido-current-directory)
11151         (ido-magic-forward-char, ido-enter-find-file)
11152         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11153         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11155 2005-06-10  Lute Kamstra  <lute@gnu.org>
11157         * play/dunnet.el (dun-mode): Use define-derived-mode.
11158         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11159         obsolete alias.
11161         * play/doctor.el (doctor-mode-map): Remove defvar.
11162         (doctor-mode): Use define-derived-mode.
11164         * mail/mspools.el (mspools-mode):
11165         * net/eudc-hotlist.el (eudc-hotlist-mode):
11166         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11168 2005-06-10  Miles Bader  <miles@gnu.org>
11170         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11171         Remove "-face" suffix from face names.
11172         (flyspell-incorrect-face, flyspell-duplicate-face):
11173         New backward-compatibility aliases for renamed faces.
11174         (flyspell-mode-on, make-flyspell-overlay)
11175         (flyspell-highlight-incorrect-region)
11176         (flyspell-highlight-duplicate-region)
11177         (flyspell-display-next-corrections)
11178         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11180         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11181         from face name.
11182         (texinfo-heading-face): New backward-compatibility alias for
11183         renamed face.
11184         (texinfo-heading-face): Use renamed texinfo-heading face.
11186         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11187         suffix from face names.
11188         (tex-math-face, tex-verbatim-face):
11189         New backward-compatibility aliases for renamed faces.
11190         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11191         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11192         literal face name.
11194         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11195         name.
11196         (table-cell-face): New backward-compatibility alias for renamed face.
11197         (table--put-cell-face-property, table--update-cell-face):
11198         Use renamed table-cell face.
11200         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11201         from face name.
11202         (sgml-namespace-face): New backward-compatibility alias for
11203         renamed face.
11204         (sgml-namespace-face): Use renamed sgml-namespace face.
11206         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11207         (org-level-4, org-level-5, org-level-6, org-level-7)
11208         (org-level-8, org-warning, org-headline-done)
11209         (org-deadline-announce, org-scheduled-today)
11210         (org-scheduled-previously, org-link, org-done, org-table)
11211         (org-time-grid): Remove "-face" suffix from face names.
11212         (org-level-1-face, org-level-2-face, org-level-3-face)
11213         (org-level-4-face, org-level-5-face, org-level-6-face)
11214         (org-level-7-face, org-level-8-face, org-warning-face)
11215         (org-headline-done-face, org-deadline-announce-face)
11216         (org-scheduled-today-face, org-scheduled-previously-face)
11217         (org-link-face, org-done-face, org-table-face)
11218         (org-time-grid-face):
11219         New backward-compatibility aliases for renamed faces.
11220         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11221         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11222         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11223         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11225         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11226         (viper-minibuffer-emacs, viper-minibuffer-insert)
11227         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11228         (viper-search-face, viper-replace-overlay-face)
11229         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11230         (viper-minibuffer-vi-face):
11231         New backward-compatibility aliases for renamed faces.
11232         (viper-search-face, viper-replace-overlay-face)
11233         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11234         (viper-minibuffer-vi-face): Use renamed viper faces.
11236         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11237         Remove "-face" suffix from face names.
11238         (testcover-nohits-face, testcover-1value-face):
11239         New backward-compatibility aliases for renamed faces.
11240         (testcover-mark): Use renamed testcover faces.
11242         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11243         face name.
11244         (diary-button-face): New backward-compatibility alias for renamed face.
11245         (diary-entry): Use renamed diary-button face.
11247         * calendar/calendar.el (diary, calendar-today, holiday)
11248         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11249         (diary-face, calendar-today-face, holiday-face):
11250         New backward-compatibility aliases for renamed faces.
11251         (eval-after-load "facemenu", diary-entry-marker)
11252         (calendar-today-marker, calendar-holiday-marker, diary-face):
11253         Use renamed calendar faces.
11255         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11256         (compare-windows-face): New backward-compatibility alias for
11257         renamed face.
11258         (compare-windows-highlight): Use renamed compare-windows face.
11260         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11261         (strokes-char-face): New backward-compatibility alias for renamed face.
11262         (strokes-encode-buffer): Use renamed strokes-char face.
11264         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11265         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11266         Remove "-face" suffix from face names.
11267         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11268         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11269         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11270         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11271         Use renamed pcvs faces.
11272         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11273         * pcvs-defs.el (cvs-mode-map): Likewise.
11274         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11276         * info.el (info-title-1, info-title-2, info-title-3)
11277         (info-title-4): Remove "-face" suffix from and downcase face names.
11278         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11279         (Info-title-4-face):
11280         New backward-compatibility aliases for renamed faces.
11281         (Info-fontify-node): Use renamed info faces.
11283         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11284         Remove "-face" suffix from face names.
11285         (highlight-changes-face, highlight-changes-delete-face):
11286         New backward-compatibility aliases for renamed faces.
11287         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11288         (hilit-chg-make-list): Use renamed highlight-changes faces.
11290         * generic-x.el (show-tabs-tab, show-tabs-space):
11291         Remove "-face" suffix from face names.
11292         (show-tabs-tab-face, show-tabs-space-face):
11293         New backward-compatibility aliases for renamed faces.
11294         (show-tabs-generic-mode-font-lock-defaults-1)
11295         (show-tabs-generic-mode-font-lock-defaults-2):
11296         Use renamed show-tabs faces.
11298         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11299         (smerge-markers): Remove "-face" suffix from face names.
11300         (smerge-mine-face, smerge-other-face, smerge-base-face)
11301         (smerge-markers-face):
11302         New backward-compatibility aliases for renamed faces.
11303         (smerge-mine-face, smerge-other-face, smerge-base-face)
11304         (smerge-markers-face): Use renamed smerge faces.
11306         * log-view.el (log-view-file, log-view-message): Remove "-face"
11307         suffix from face names.
11308         (log-view-file-face, log-view-message-face):
11309         New backward-compatibility aliases for renamed faces.
11310         (log-view-file-face, log-view-message-face): Use renamed log-view
11311         faces.
11313         * paren.el (show-paren-match, show-paren-mismatch):
11314         Remove "-face" suffix from face names.
11315         (show-paren-match-face, show-paren-mismatch-face):
11316         New backward-compatibility aliases for renamed faces.
11317         (show-paren-function): Use renamed show-paren faces.
11319         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11320         (ruler-mode-margins, ruler-mode-fringes)
11321         (ruler-mode-column-number, ruler-mode-fill-column)
11322         (ruler-mode-comment-column, ruler-mode-goal-column)
11323         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11324         suffix from face names.
11325         (ruler-mode-default-face, ruler-mode-pad-face)
11326         (ruler-mode-margins-face, ruler-mode-fringes-face)
11327         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11328         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11329         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11330         New backward-compatibility aliases for renamed faces.
11331         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11332         (ruler-mode-column-number, ruler-mode-fill-column)
11333         (ruler-mode-comment-column, ruler-mode-goal-column)
11334         (ruler-mode-tab-stop, ruler-mode-current-column)
11335         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11336         faces.
11338         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11339         face name.
11340         (whitespace-highlight-the-space): Use renamed face.
11341         (whitespace-highlight-face): New backward-compatibility alias for
11342         renamed face.
11344         * woman.el (woman-italic, woman-bold, woman-unknown)
11345         (woman-addition, woman-symbol-face):
11346         Remove "-face" suffix from face names.
11347         (woman-italic-face, woman-bold-face, woman-unknown-face)
11348         (woman-addition-face):
11349         New backward-compatibility aliases for renamed faces.
11350         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11351         (woman-decode-region, woman-replace-match)
11352         (woman-display-extended-fonts, woman-special-characters)
11353         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11354         Use renamed woman faces.
11356         * longlines.el (longlines-visible-face): Face removed.
11358         * diff-mode.el (diff-header, diff-file-header, diff-index)
11359         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11360         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11361         suffix from face names.
11362         (diff-header-face, diff-file-header-face, diff-index-face)
11363         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11364         (diff-changed-face, diff-function-face, diff-context-face)
11365         (diff-nonexistent-face): New backward-compatibility aliases for
11366         renamed faces.
11367         (diff-header-face, diff-file-header-face)
11368         (diff-index, diff-index-face, diff-hunk-header)
11369         (diff-hunk-header-face, diff-removed, diff-removed-face)
11370         (diff-added, diff-added-face, diff-changed-face, diff-function)
11371         (diff-function-face, diff-context-face, diff-nonexistent)
11372         (diff-nonexistent-face): Use renamed diff-mode faces.
11374         * progmodes/compile.el (compilation-warning-face)
11375         (compilation-info-face): Remove "-face" suffix from face names.
11376         (compilation-warning-face, compilation-info-face):
11377         New backward-compatibility aliases for renamed faces.
11378         (compilation-warning-face, compilation-info-face):
11379         Use renamed compilation faces.
11381         * add-log.el (change-log-date, change-log-name)
11382         (change-log-email, change-log-file, change-log-list)
11383         (change-log-conditionals, change-log-function)
11384         (change-log-acknowledgement): Remove "-face" suffix from face names.
11385         (change-log-date-face, change-log-name-face)
11386         (change-log-email-face, change-log-file-face)
11387         (change-log-list-face, change-log-conditionals-face)
11388         (change-log-function-face, change-log-acknowledgement-face):
11389         New backward-compatibility aliases for renamed faces.
11390         (change-log-font-lock-keywords): Use renamed change-log faces.
11392         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11393         (custom-set, custom-changed, custom-saved, custom-button)
11394         (custom-button-pressed, custom-documentation, custom-state)
11395         (custom-comment, custom-comment-tag, custom-variable-tag)
11396         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11397         (custom-group-tag): Remove "-face" suffix from face names.
11398         (custom-magic-alist, custom-magic-value-create)
11399         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11400         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11401         (custom-set-face, custom-changed-face, custom-saved-face)
11402         (custom-button-face, custom-button-pressed-face)
11403         (custom-documentation-face, custom-state-face)
11404         (custom-comment-face, custom-comment-tag-face)
11405         (custom-variable-tag-face, custom-variable-button-face)
11406         (custom-face-tag-face, custom-group-tag-face-1)
11407         (custom-group-tag-face):
11408         New backward-compatibility aliases for renamed faces.
11410         * wid-edit.el (widget-documentation, widget-button)
11411         (widget-field, widget-single-line-field, widget-inactive)
11412         (widget-button-pressed): "-face" suffix removed from face names.
11413         (widget-documentation-face, widget-button-face)
11414         (widget-field-face, widget-single-line-field-face)
11415         (widget-inactive-face, widget-button-pressed-face):
11416         New backward-compatibility aliases for renamed faces.
11417         (widget-documentation-face, widget-button-face)
11418         (widget-button-pressed-face, widget-specify-field)
11419         (widget-specify-inactive): Use renamed widget faces.
11421 2005-06-10  Kenichi Handa  <handa@m17n.org>
11423         * term/x-win.el (x-clipboard-yank): Remove condition-case
11424         wrapping.
11426 2005-06-11  Kenichi Handa  <handa@m17n.org>
11428         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11429         date lines stricter.
11431 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11433         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11434         of x-get-selection.
11436 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11438         * comint.el (comint-mode, comint-snapshot-last-prompt):
11439         * frame.el (frame-current-scroll-bars):
11440         * term.el (term-mode, term-check-proc, term-input-sender)
11441         (term-simple-send, term-extract-string, term-word)
11442         (term-match-partial-filename):
11443         * window.el (window-current-scroll-bars):
11444         * emulation/cua-base.el (cua-normal-cursor-color)
11445         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11446         (cua-global-mark-cursor-color):
11447         * mail/undigest.el (rmail-forward-separator-regex):
11448         Fix typos in docstrings.
11450         * comint.el (comint-check-proc, make-comint-in-buffer)
11451         (comint-source-default): Doc fixes.
11453         * term.el (term-send-string): Improve argument/docstring consistency.
11455 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11457         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11458         call to `delete-region'.
11459         (comint-mode-hook): Do not enable Font Lock by default.
11461 2005-06-09  Lute Kamstra  <lute@gnu.org>
11463         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11464         could be void.
11466 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11469         (debug): Use it.
11470         (debugger-step-through, debugger-continue, debugger-jump)
11471         (debugger-return-value): Set it when needed.
11472         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11473         Use inhibit-read-only.
11475 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11477         * window.el (shrink-window-if-larger-than-buffer)
11478         (window-size-fixed): Fix typo in docstring.
11480         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11481         thumbnails directory on loading.
11482         (thumbs-conversion-program): Use `eq' to check the system type,
11483         not `equal'.
11484         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11485         not "/tmp".  Fix docstring.
11486         (thumbs-thumbsdir): New function to return the thumbnails
11487         directory, creating it if needed.
11488         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11489         (thumbs-temp-file): Delete variable and make it into a function.
11490         (thumbs-resize-image, thumbs-modify-image): Use it.
11491         (thumbs-kill-buffer): Simplify.
11492         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11493         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11494         docstrings.
11496 2005-06-09  Kim F. Storm  <storm@cua.dk>
11498         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11499         set-match-data to free markers in match-data.
11501         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11502         match-data to unchain markers in match-data.
11504 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11507         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11508         unnecessary now.
11510 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11512         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11513         give the variable a doc string that doesn't say don't set it directly.
11515         * textmodes/ispell.el (ispell-check-version):
11516         Use match-string-no-properties.
11517         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11518         (ispell-buffer-local-words): Likewise.
11520         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11521         except on terminals with enough colors to really display it.
11522         (makefile-dependency-regex): Delete spurious `bb'.
11524         * faces.el (escape-glyph): Use blue once again in last case.
11525         (no-break-space): Redefine so that it isn't invisible on a tty.
11527 2005-06-08  Kim F. Storm  <storm@cua.dk>
11529         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11530         also when reading directory name.
11532 2005-06-08  Lute Kamstra  <lute@gnu.org>
11534         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11535         (flyspell-mode-line-string): Remove autoload cookie.
11536         (flyspell-mode): Remove defvar.
11538 2005-06-07  Lute Kamstra  <lute@gnu.org>
11540         * textmodes/org.el (org-run-mode-hooks): New function.
11541         (org-agenda-mode): Use it.
11543 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11545         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11547 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11551 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11553         * font-lock.el (font-lock-add-keywords): Doc fix.
11555 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11557         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11558         (tex-compile-default): In the absence of any history, use the order in
11559         tex-compile-alist to choose the preferred command.
11560         (tex-compile-commands): Reorder a bit.
11562         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11563         (flyspell-incorrect-face, flyspell-duplicate-face):
11564         Use (X)Emacs-agnostic code.
11565         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11566         redundant with the subsequent add-minor-mode.  Merge Emacs and
11567         XEmacs code.
11568         (flyspell-word): Minor simplification.
11569         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11570         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11571         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11572         Merge the corresponding Emacs code.
11573         (flyspell-correct-word, flyspell-xemacs-popup):
11574         Use flyspell-do-correct.
11576         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11577         a dedicated window.
11579         * international/latexenc.el (latexenc-find-file-coding-system):
11580         Undo part of last patch, to turn off a compiler warning.
11582 2005-06-06  Juri Linkov  <juri@jurta.org>
11584         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11585         Rename `tmm-inactive-face' to `tmm-inactive'.
11587 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11589         * iswitchb.el: Rename faces.
11591 2005-06-06  Kim F. Storm  <storm@cua.dk>
11593         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11594         (cua-global-mark): Remove -face suffix from face names.
11596         * emulation/cua-gmrk.el (cua--init-global-mark):
11597         Remove cua-global-mark face setup.
11599 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11601         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11602         just like other allowed characters.
11603         (makefile-match-dependency): Exclude leading and training whitespace
11604         from the range of regexp subexp 1.
11605         (makefile-macroassign-regex): Don't try to match the body,
11606         just the name of the macro being defined.
11608         * info.el (Info-read-node-name-2): New function.
11609         (Info-read-node-name-1): Use that.
11610         Add a completion-base-size-function property.
11612         * simple.el (completion-setup-function): Look for
11613         completion-base-size-function property of minibuffer-completion-table.
11615         * files.el (locate-file-completion): Doc fix.
11617         * printing.el: Don't call pr-update-menus; user must do that.
11619         * emacs-lisp/debug.el (debugger-window): New variable.
11620         (debug): Use debugger-window if it is set and still alive.
11621         Record debugger-window for next entry.
11623         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11625 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11627         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11628         (hack-one-local-variable, hack-local-variables)
11629         (hack-local-variables-prop-line): Pass that arg.
11631 2005-06-06  Kim F. Storm  <storm@cua.dk>
11633         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11634         (ido-indicator): Remove -face suffix from face names.
11636 2005-06-06  Juri Linkov  <juri@jurta.org>
11638         * font-lock.el (font-lock-regexp-backslash)
11639         (font-lock-regexp-backslash-construct): New faces.
11640         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11641         after `('.  Add `while-no-input' to control structures.
11643         * faces.el (no-break-space, shadow): New faces.
11644         (escape-glyph): Use less loud colors pink2 and red4.
11646         * diff-mode.el (diff-context-face)
11647         * dired.el (dired-ignored)
11648         * rfn-eshadow.el (file-name-shadow)
11649         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11651         * info.el (Info-title-1-face): Use green instead of yellow because
11652         bold yellow is not readable on light backgrounds.
11654         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11655         before selecting the desired mode to not spend time fontifying
11656         old contents.
11658 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11660         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11661         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11663         * ps-print.el (ps-default-fg, ps-default-bg):
11664         Fix typos in docstrings.
11666         * isearchb.el (isearchb): Don't pass a spurious second argument to
11667         `iswitchb-completions'.
11669 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11671         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11672         to preserve point.
11673         (gdb-find-file-hook): Add doc string.
11675         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11676         C dereferenced pointer expression.
11677         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11679         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11681         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11682         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11683         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11684         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11685         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11686         Make background transparent.
11688 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11690         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11691         (font-lock-remove-keywords): Doc fix.
11692         (font-lock-mode-major-mode): Compiler defvar.
11693         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11695         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11696         (font-lock-mode): Update `font-lock-mode-major-mode'.
11697         (font-lock-set-defaults): Compiler defvar.
11698         (font-lock-default-function): Take `font-lock-mode-major-mode'
11699         into account.
11701         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11702         keep track of which major mode it enabled the minor mode for.
11703         Use find-file-hook again.  Update docstring.
11705         * simple.el (eval-expression-print-level)
11706         (eval-expression-print-length, eval-expression-debug-on-error):
11707         Doc fixes.
11709 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11711         * iswitchb.el (iswitchb-single-match-face)
11712         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11713         (iswitchb-invalid-regexp-face): New faces.
11714         (iswitchb-completions): Use them.
11715         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11716         now marked as an obsolete alias.
11717         (iswitchb-read-buffer): Remove check for bound font variables.
11718         (iswitchb-invalid-regexp): New free variable.
11719         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11720         set iswitchb-invalid-regexp.
11721         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11722         invalid regexps.
11723         (iswitchb-completions): Add check for complete match when entering
11724         a regexp.
11725         (iswitchb-completions): Remove require-match argument.
11726         (iswitchb-exhibit): Fix caller.
11727         (iswitchb-common-match-inserted): New variable.
11728         (iswitchb-complete, iswitchb-completion-help): Use it.
11730 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11732         * url-http.el (url-http-chunked-encoding-after-change-function):
11733         Use `url-http-debug' instead of `message'.
11735 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11737         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11738         callback argument.
11740 2005-06-04  Kim F. Storm  <storm@cua.dk>
11742         * simple.el (line-move): Only call sit-for when moving backwards.
11744         * ido.el (ido-make-merged-file-list-1): New defun split from
11745         ido-make-merged-file-list.
11746         (ido-make-merged-file-list): Bind throw-on-input around call to
11747         ido-make-merged-file-list-1.  Return input-pending-p if
11748         interrupted by more input available.
11749         (ido-read-internal): Handle input-pending-p return value from
11750         ido-make-merged-file-list.
11752 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11754         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11755         compatibility code.
11757         * international/latexenc.el (latexenc-find-file-coding-system):
11758         Don't inherit the EOL part of the coding-system from the
11759         tex-main buffer.  Fit within 80 columns.
11761 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11763         * tmm.el (tmm-inactive-face): New face.
11764         (tmm-remove-inactive-mouse-face): New function.
11765         (tmm-prompt, tmm-add-one-shortcut)
11766         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11767         but not selectable.
11769 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11771         * faces.el (face-equal): Improve argument/docstring consistency.
11773 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11775         * progmodes/make-mode.el (makefile-targets-face)
11776         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11777         (makefile-bsdmake-dependency-regex)
11778         (makefile-makepp-rule-action-regex)
11779         (makefile-bsdmake-rule-action-regex): New constants.
11780         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11782         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11783         Allow (...) within `...' for makepp messages.
11785 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11787         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11789         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11790         "." files are deleted from all file lists before comparison.
11792         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11793         (viper-ESC-key): Made them customizable.
11795         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11797 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11799         * autorevert.el (auto-revert-buffers): Use save-match-data.
11801 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11804         menu items with a nil command binding.
11806 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11808         * emacs-lisp/cl-macs.el (defsetf):
11809         Improve argument/docstring consistency.
11811         * faces.el (list-faces-display): Improve the formatting by
11812         computing the maximum length required for any face-name (reworked
11813         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11814         (internal-find-face): Remove redundant info in docstring.
11816 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11818         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11819         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11820         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11821         (gdb-assembler-custom): Improve regexps.
11822         (def-gdb-auto-update-handler): Use window point to preserve point.
11824 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11826         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11828 2005-05-31  Jay Belanger  <belanger@truman.edu>
11830         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11831         to calc-embedded.
11832         (calc-embedded-make-info): Have plain prefix argument select
11833         entire line.
11835 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11837         * faces.el (list-faces-display): Signal error if passed a regexp
11838         that matches no face name.
11840         * simple.el (filter-buffer-substring): Fix typo in docstring.
11842 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11844         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11845         (vhdl-emacs-21): Doc fix.
11846         (vhdl-mode): Unconditionally set comment-padding.
11847         (vhdl-fixup-whitespace-region): Insert spaces only where
11848         there are none.
11849         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11851 2005-05-30  John Wiegley  <johnw@newartisans.com>
11853         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11854         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11855         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11856         `directory-sep-char' to ?/, and all uses of `string-to-int' to
11857         `string-to-number'.
11859 2005-05-30  Jay Belanger  <belanger@truman.edu>
11861         * calc/calc.el (calc-bug-address): Fix docstring.
11862         (calc-window-hook, calc-trail-window-hook): New variables.
11863         (calc-trail-display): Restore use of calc-trail-window-hook.
11864         (calc): Restore use of calc-window-hook.
11866 2005-05-31  Masatake YAMATO  <jet@gyve.org>
11868         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11870         * help-fns.el (help-C-file-name): Add autoload mark for
11871         `find-function-noselect'.
11873 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11875         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11876         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11878 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11880         * calendar/diary-lib.el (mark-included-diary-files): Only kill
11881         included diary buffer if it was not already being visited.
11882         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11884         * calendar/icalendar.el (top-level): Do not require 'appt.
11886         * mail/supercite.el (sc-select-attribution): Only use a list
11887         element from sc-attrib-selection-list if it returns a string.
11888         Reported by Davide G. M. Salvetti <salve@debian.org>.
11890 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
11892         * thumbs.el (thumbs-thumbname): The resulting thumbname now
11893         includes a hash value to improve its uniqueness, and has a ".jpg"
11894         extension.  Also, it is now a valid filename on all systems.
11895         (thumbs-make-thumb): Use `let', not `let*'.
11896         (thumbs-show-thumbs-list): Check for JPEG availability.
11898 2005-05-30  Richard M. Stallman  <rms@gnu.org>
11900         * filesets.el (filesets-menu-ensure-use-cached):
11901         Prevent warning when emacs-version>= is undefined.
11903         * printing.el (pr-interactive-n-up): Use string-to-number.
11905         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11907         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11908         Warn only when name to be defined is quoted.
11910 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
11912         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11913         Make regexp more robust.
11914         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11915         Force regeneration of disassembly.
11917 2005-05-29  Jay Belanger  <belanger@truman.edu>
11919         * calc/calc.el (calc-user-invocation): Check if
11920         calc-invocation-macro is non-nil.
11922 2005-05-29  Juri Linkov  <juri@jurta.org>
11924         * add-log.el (change-log-font-lock-keywords):
11925         Add `+' to e-mail regexp to accept mail address with keywords.
11927         * man.el (Man-name-regexp): Add `:' to accept qualified names.
11929 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
11931         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11933         * ielm.el (inferior-emacs-lisp-mode): Ditto.
11935 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11937         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11938         Undo the change that moves to end of the current word.
11940 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
11942         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11943         Throw error when count <= 0 to ensure input is a number.
11944         (gdb-read-memory-custom): Pick up address from buffer.
11945         (gdb-memory-mode): Allow user to increment and decrement
11946         memory address from header line.
11948 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11950         * flyspell.el (flyspell-version): Function deleted.
11951         (flyspell-auto-correct-previous-hook): Doc fix.
11953         * jit-lock.el (jit-lock-function, jit-lock-after-change):
11954         Do nothing if memory is full.
11956         * font-lock.el (font-lock-fontify-syntactically-region):
11957         Pass t for GREEDY to looking-back.
11959         * saveplace.el (save-place-alist-to-file): Write the file
11960         using write-region.
11962         * subr.el (looking-back): New argument GREEDY.
11964         * progmodes/compile.el (compilation-start): Set the mode
11965         before inserting the initial text.
11967         * progmodes/which-func.el (which-func-update-1): Turn the mode
11968         off in case of error by setting which-func-mode.
11970 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
11972         * flyspell.el (flyspell-auto-correct-previous-word):
11973         Narrow down to what's on the screen, and recenter overlays
11974         at the end of the next word.
11976 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
11978         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11979         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11980         (flyspell-abbrev-p): Default to nil.
11981         (flyspell-use-global-abbrev-table-p): Doc fix.
11982         (flyspell-large-region): Allow nil as value.
11983         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11985         (mail-mode-flyspell-verify): More robust handling
11986         of `mail-header-separator'.  More efficient signature detection.
11987         Allow for regexp metacharacters in message-header-separator.
11988         Adding `To' not to be checked in mail-mode-flyspell-verify.
11990         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11991         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11992         Bind flyspell-auto-correct-binding.
11993         Bind C-. and C-, .
11994         (flyspell-mode-map): Likewise.
11995         (flyspell-mode): Doc fix.
11996         (flyspell-accept-buffer-local-defs): Preserve current buffer.
11997         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11998         (flyspell-word-cache-result): New var, always local.
11999         (flyspell-check-pre-word-p): Doc fix.
12000         (flyspell-check-changed-word-p): Handle spc like newline.
12001         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12002         (flyspell-word-search-backward, flyspell-word-search-forward):
12003         New functions.
12004         (flyspell-word): Return t if nothing to check.
12005         When parsing TeX code, check for after } or \.
12006         Use flyspell-word-search-backward to find previous word.
12007         Return nil if duplicated word.
12008         For word already checked, return same value as last time.
12009         Set flyspell-word-cache-result after checking.
12010         Don't clobber the return value.
12011         (flyspell-get-word): Major rewrite.
12012         (flyspell-external-point-words): New locals pword, pcount.
12013         Fix size used in progress message.
12014         Find the proper corresponding word in flyspell-large-region-buffer.
12015         (flyspell-region): Check for flyspell-large-region = nil.
12016         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12017         (flyspell-auto-correct-word): Check that WORD is a cons.
12018         (flyspell-correct-word): Likewise.
12020 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12022         * progmodes/make-mode.el (makefile-rule-action-regex)
12023         (makefile-macroassign-regex, makefile-makepp-mode)
12024         (makefile-bsdmake-mode): Continuation lines may be empty.
12025         Reported by Joshua Varner.
12026         (makefile-makepp-font-lock-keywords): Add $(stem).
12028 2005-05-28  Karl Berry  <karl@gnu.org>
12030         * textmodes/tex-mode.el: Now that tex-send-command calls
12031         shell-quote-argument (2005-03-31 change), remove all calls to
12032         shell-quote-argument; they all end up invoking tex-send-command.
12033         The double quoting loses on filenames with non-safe characters,
12034         such as "@".  Reported by Frederik Fouvry.
12036 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12038         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12039         about preserving point.
12041 2005-05-27  Jay Belanger  <belanger@truman.edu>
12043         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12044         Info-goto-node.
12046         * calc/calc-embed.el (calc-embed-arg): New variable.
12047         (calc-do-embedded-activate, calc-embedded-activate-formula)
12048         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12049         variable by new variable.
12050         (calc-embedded-make-info): Replace undeclared variable by new
12051         variable.  When selecting region with positive prefix
12052         argument, use end of previous line instead of beginning of line.
12054         * calc/calc-aent.el (calc-arg-values): Declare it.
12056         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12057         Declare them.
12059         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12061         * calc/calc.el (calc-alg-map): Declare it.
12063         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12065 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12067         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12068         (gdb-registers-buffer, toggle-gdb-all-registers):
12069         Toggle display of floating point registers.
12070         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12072         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12073         (toggle-gud-tooltip-dereference):
12074         Rename from gud-toggle-tooltip-dereference.
12076 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12078         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12080 2005-05-27  Jay Belanger  <belanger@truman.edu>
12082         * calc/calc-prog.el (calc-kbd-report): Remove.
12083         (calc-kbd-query): Rewrite.
12085 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12087         * image.el (image-library-alist): Move to image.c.
12088         (image-type-available-p): Doc fix.
12090 2005-05-27  Lute Kamstra  <lute@gnu.org>
12092         * calc/calc.el (calc):
12093         * outline.el (outline-1, outline-2, outline-3, outline-4)
12094         (outline-5, outline-6, outline-7, outline-8):
12095         * textmodes/dns-mode.el (dns-mode):
12096         * textmodes/sgml-mode.el (sgml-namespace-face):
12097         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12098         (tex-verbatim-face, tex-use-reftex):
12099         * textmodes/texinfo.el (texinfo-heading-face):
12100         Specify customization group.
12102         * longlines.el: Don't require easy-mmode.
12103         (longlines-visible-face): Specify customization group.
12105 2005-05-27  Kenichi Handa  <handa@m17n.org>
12107         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12108         encoding table of windows-1251.
12110         * international/ucs-tables.el (ucs-set-table-for-input):
12111         If translation-table-for-input of a coding system is a symbol, get
12112         its translation-table property.
12114         * international/code-pages.el: Don't register a coding system into
12115         non-iso-charset-alist more than once.
12116         (cp-make-coding-system): Likewise.
12118 2005-05-26  John Wiegley  <johnw@newartisans.com>
12120         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12121         `eshell-resume-eval' is wrapped in a list, it indicates that the
12122         command was run asynchronously.  In that case, unwrap the value
12123         before checking the delimiter value.
12125         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12126         character before a space at the end of a line is \, assume the space
12127         is part of the last argument rather than a final argument separator.
12129         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12130         is in use, and the target is `t' or `nil' (which are the most common
12131         values), don't assume that the symbol target is a buffer.
12133 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12135         * calendar/calendar.el (calendar-mode-line-format):
12136         Use mode-line-highlight as mouse-face.
12138         * time.el (display-time-string-forms, display-time-update):
12139         Use mode-line-highlight as mouse-face.
12141 2005-05-26  Jay Belanger  <belanger@truman.edu>
12143         * calc/calc.el (calc-language-alist): Remove extra defvar.
12145 2005-05-26  Lute Kamstra  <lute@gnu.org>
12147         * arc-mode.el (archive-mode):
12148         * bookmark.el (bookmark-read-annotation-mode)
12149         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12150         * bs.el (bs-mode):
12151         * calc/calc-yank.el (calc-edit-mode):
12152         * calc/calc.el (calc-mode, calc-trail-mode):
12153         * calculator.el (calculator-mode):
12154         * chistory.el (command-history-mode):
12155         * comint.el:
12156         * cus-edit.el (custom-mode):
12157         * descr-text.el (describe-text-mode):
12158         * ebuff-menu.el (Electric-buffer-menu-mode):
12159         * ediff-util.el (ediff-mode):
12160         * emacs-lisp/re-builder.el (reb-mode):
12161         * emulation/vi.el (vi-mode-setup):
12162         * emulation/ws-mode.el (wordstar-mode):
12163         * eshell/esh-mode.el (eshell-mode):
12164         * forms.el (forms-mode):
12165         * help-mode.el (help-mode):
12166         * hexl.el (hexl-mode):
12167         * ibuffer.el (ibuffer-mode):
12168         * ielm.el (inferior-emacs-lisp-mode):
12169         * info.el (Info-mode, Info-edit-mode):
12170         * international/swedish.el:
12171         * ledit.el (ledit-from-lisp-mode):
12172         * locate.el (locate-mode):
12173         * mail/rmail.el (rmail-mode):
12174         * mail/rmailedit.el (rmail-edit-mode):
12175         * mail/rmailsum.el (rmail-summary-mode):
12176         * mail/supercite.el (sc-electric-mode):
12177         * net/eudc.el (eudc-mode):
12178         * net/quickurl.el (quickurl-list-mode):
12179         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12180         * obsolete/ooutline.el (outline-mode):
12181         * obsolete/options.el (Edit-options-mode):
12182         * obsolete/rnews.el (news-mode):
12183         * obsolete/rnewspost.el (news-reply-mode):
12184         * play/5x5.el (5x5-mode):
12185         * play/decipher.el (decipher-mode, decipher-stats-mode):
12186         * play/gomoku.el (gomoku-mode):
12187         * play/snake.el (snake-mode):
12188         * play/solitaire.el (solitaire-mode):
12189         * play/tetris.el (tetris-mode):
12190         * progmodes/ada-mode.el (ada-mode):
12191         * progmodes/antlr-mode.el (antlr-mode):
12192         * progmodes/autoconf.el (autoconf-mode):
12193         * progmodes/dcl-mode.el (dcl-mode):
12194         * progmodes/delphi.el (delphi-mode):
12195         * progmodes/ebrowse.el (ebrowse-tree-mode)
12196         (ebrowse-electric-list-mode, ebrowse-member-mode)
12197         (ebrowse-electric-position-mode):
12198         * progmodes/f90.el (f90-mode):
12199         * progmodes/fortran.el (fortran-mode):
12200         * progmodes/icon.el (icon-mode):
12201         * progmodes/idlw-help.el (idlwave-help-mode):
12202         * progmodes/idlw-shell.el (idlwave-shell-mode):
12203         * progmodes/idlwave.el (idlwave-mode):
12204         * progmodes/inf-lisp.el (inferior-lisp-mode):
12205         * progmodes/m4-mode.el (m4-mode):
12206         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12207         * progmodes/modula2.el (modula-2-mode):
12208         * progmodes/octave-inf.el (inferior-octave-mode):
12209         * progmodes/octave-mod.el (octave-mode):
12210         * progmodes/pascal.el (pascal-mode):
12211         * progmodes/sh-script.el (sh-mode):
12212         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12213         * progmodes/vhdl-mode.el (vhdl-mode):
12214         * progmodes/xscheme.el (scheme-interaction-mode):
12215         * replace.el (occur-mode):
12216         * ses.el (ses-mode):
12217         * simple.el (completion-list-mode):
12218         * skeleton.el:
12219         * speedbar.el (speedbar-mode):
12220         * term.el (term-mode):
12221         * terminal.el (terminal-edit-mode):
12222         * textmodes/reftex-index.el (reftex-index-mode)
12223         (reftex-index-phrases-mode):
12224         * textmodes/reftex-sel.el (reftex-select-label-mode)
12225         (reftex-select-bib-mode):
12226         * textmodes/reftex-toc.el (reftex-toc-mode):
12227         * wdired.el (wdired-change-to-wdired-mode):
12228         * wid-browse.el (widget-browse-mode):
12229         Use run-mode-hooks.
12231         * array.el (array-mode):
12232         * calendar/todo-mode.el (todo-mode):
12233         * man.el (Man-mode):
12234         * play/landmark.el (lm-mode):
12235         * play/mpuz.el (mpuz-mode):
12236         Use kill-all-local-variables and run-mode-hooks.
12238         * subr.el (delay-mode-hooks): Specify indentation.
12240 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12242         * xml.el (xml-substitute-special): Don't die for undefined xml
12243         entities.
12245 2005-05-26  Jay Belanger  <belanger@truman.edu>
12247         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12248         of nil.
12250 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12252         * progmodes/gdb-ui.el (gdb-frame-address):
12253         Rename from gdb-current-address.
12254         (gdb-previous-frame-address): Rename from gdb-previous-address.
12255         (gdb-selected-frame): Rename from gdb-current-frame.
12256         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12257         (gdb-frame-number): Rename from gdb-current-stack-level.
12258         (gdb-ann3): Match new mode-name for disassembly buffer.
12259         Extend initialization of variables.
12260         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12261         (gdb-memory-mode): Use mouse-face in header line.
12262         (gdb-assembler-buffer-name): Call it disassembly and give frame
12263         in mode line.
12264         (gdb-source-spec-regexp, gdb-assembler-custom)
12265         (gdb-invalidate-assembler, gdb-frame-handler):
12266         Make robust to leading zeroes in address format.
12268 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12270         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12271         define `org-mode'.
12272         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12274 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12276         * log-edit.el (log-edit-changelog-entries): Distinguish between
12277         filenames like xfns.c and fns.c.
12279 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12281         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12282         point after reverting.
12283         (Buffer-menu-make-sort-button): Handle the case where
12284         `Buffer-menu-use-header-line' is nil.
12286 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12288         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12289         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12290         and `:' to them.
12292 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12294         * startup.el (normal-top-level): Allow modification of load-path while
12295         we're iterating over it.
12297 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12299         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12300         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12301         (thumbs-resize-interactive, thumbs-insert-image)
12302         (thumbs-insert-thumb, thumbs-dired-show-marked)
12303         (thumbs-find-image-at-point, thumbs-delete-images)
12304         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12305         (thumbs-increment-image-size, thumbs-decrement-image-size):
12306         Fix typos in docstrings.
12308 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12310         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12311         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12312         (cperl-mode): Use them.
12314 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12316         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12317         Doc fixes.
12319 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12321         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12322         Bind C-d to gdb-inferior-io-eof.
12324         * dired.el (dired-dnd-popup-notice): Use message-box.
12326 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12328         * bindings.el (mode-line-major-mode-keymap):
12329         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12331         * faces.el (mode-line-highlight): New face.
12333         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12334         as mouse-face.
12336         * bindings.el (top-level, help-echo, mode-line-modified)
12337         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12338         as mouse-face.
12340 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12342         * progmodes/cc-engine.el (c-guess-basic-syntax):
12343         Remove spurious call to `zerop'.
12345         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12347 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12349         CC Mode update to 5.30.10:
12351         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12352         could go past the limit in decoration level 2, thereby causing
12353         errors during interactive fontification.
12355         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12356         the file is evaluated interactively.
12358         * cc-engine.el (c-guess-basic-syntax): Handle operator
12359         declarations somewhat better in C++.
12361         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12362         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12363         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12364         (awk-mode): Use it.
12365         (make-local-hook): Suppress warning about obsoleteness.
12367         * cc-engine.el, cc-align.el, cc-cmds.el
12368         (c-append-backslashes-forward, c-delete-backslashes-forward)
12369         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12370         Compensate for return value from `forward-line' when it has moved
12371         but not to a different line due to eob.
12373         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12374         `objc-method-intro' and `objc-method-args-cont'.
12376 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12378         CC Mode update to 5.30.10:
12380         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12381         in the copyright statement.  Incidentally, change "along with GNU
12382         Emacs" to "along with this program" where it occurs.
12384         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12385         so that it is interactive, hence can be found by M-x awk-mode
12386         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12387         <gmorris+emacs@ast.cam.ac.uk>.
12389         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12390         Mode's regexps.
12392 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12394         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12395         c-parse-state, to avoid a lisp error (on bad code).
12397 2005-05-23  Lute Kamstra  <lute@gnu.org>
12399         * subr.el (font-lock-defaults): Remove defvar as it's already
12400         defined in font-core.el.
12402         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12404 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12406         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12407         more general and work when GDB variable "print pretty" is on,
12408         as with Emacs, for example.
12410 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12412         * font-core.el: Update comment.
12414         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12415         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12417         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12419 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12421         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12422         and `yank-handler' in the doc strings.
12424 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12428 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12430         * help.el (describe-key): Move print-help-return-message call
12431         out of conditional.
12433         * progmodes/etags.el (list-tags): Use with-no-warnings.
12435         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12436         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12437         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12439         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12441         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12442         Add defvar.
12444         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12445         Use defvar, not defconst.
12447         * hexl.el (hexl-follow-line): Use with-no-warnings.
12449         * emulation/tpu-extras.el: Use write-file-functions instead of
12450         write-file-hooks.
12452         * dired.el (dired-font-lock-keywords): Fontify files with junk
12453         extensions even if marked by -F.
12455 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12457         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12458         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12459         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12460         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12461         (concatenate, list-length, get*, getf, cl-remprop):
12462         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12463         (etypecase, progv, lexical-let, lexical-let*)
12464         (multiple-value-bind, multiple-value-setq, shiftf):
12465         Improve argument/docstring consistency.
12467         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12469 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12471         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12472         doesn't exist.
12474         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12475         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12477 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12479         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12480         already deleted variables: auto-fill-hook, blink-paren-hook,
12481         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12482         suspend-hooks, comment-indent-hook, meta-flag,
12483         before-change-function, after-change-function,
12484         font-lock-doc-string-face.
12486 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12488         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12490 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12492         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12493         rmail-dont-reply-to.
12495 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12497         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12498         literal blank when splitting new-header-values.
12500 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12502         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12503         string so that tmm doesn't create a completion entry for it.
12505         * textmodes/table.el (table-disable-menu): Ditto.
12507 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12509         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12511         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12513         * net/rcompile.el (remote-compile): Use compilation-start.
12515         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12517 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12519         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12520         Default to makefile-bsdmake-mode on BSD systems.
12522         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12523         REGEXP may also be a search function now.  The part of doc-string
12524         for describing the structure was 95% identical to that of
12525         `imenu--generic-function'.  Unify it there.
12527         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12528         Use function to find dependencies, because regexp alone is so complex,
12529         it easily goes into an endless loop.
12530         (makefile-makepp-mode): Also add submenu for Perl functions
12531         defined in the makefile.
12532         (makefile-bsdmake-mode): Special imenu-generic-expression no
12533         longer needed, due to function call.
12534         (makefile-match-dependency): Take BOUND into account when checking
12535         if we're through.
12537 2005-05-20  Jay Belanger  <belanger@truman.edu>
12539         * calc/calc-units.el (calc-invalidate-units-table):
12540         Use inhibit-read-only.
12541         (math-build-units-table-buffer): Use view-mode.
12543 2005-05-20  David Kastrup  <dak@gnu.org>
12545         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12546         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12548 2005-05-20  Lute Kamstra  <lute@gnu.org>
12550         * diff-mode.el (diff-header-face, diff-file-header-face)
12551         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12552         (diff-added-face, diff-changed-face, diff-function-face)
12553         (diff-context-face, diff-nonexistent-face): Put them in the
12554         diff-mode customization group.
12556 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12558         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12560         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12562         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12563         Minor regexp-optimization.
12565 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12567         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12568         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12569         (org-agenda-add-time-grid-maybe): New function.
12570         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12571         (org-table-create): `dotimes' instead of `mapcar'.
12572         (org-xor): Simplify implementation.
12573         (org-agenda): `inhibit-redisplay' turned on.
12574         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12575         a consistent line after a state change.
12576         (org-agenda-remove-times-when-in-prefix): New option.
12577         (org-prefix-has-time): New variable.
12578         (org-parse-time-string): Optional argument NODEFAULT.
12579         (org-format-agenda-item): Parse items for time-of-day
12580         specifications and move these into the prefix if possible.
12581         (org-agenda-priority): Get current heading, not previous heading
12582         during agenda remote editing.
12584 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12586         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12587         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12588         (remove-duplicates, delete-duplicates, substitute)
12589         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12590         (nsubstitute-if-not, find, find-if, find-if-not, position)
12591         (position-if, position-if-not, count, count-if, count-if-not)
12592         (mismatch, search, sort*, stable-sort, merge, member*)
12593         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12594         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12595         (intersection, nintersection, set-difference, nset-difference)
12596         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12597         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12598         (nsublis, tree-equal): Improve argument/docstring consistency.
12600         * subr.el (send-string, send-region): Remove obsolescence declaration.
12601         (window-dot, set-window-dot, read-input, show-buffer)
12602         (eval-current-buffer, string-to-int):
12603         Add release number to obsolescence declarations.
12605 2005-05-19  Kim F. Storm  <storm@cua.dk>
12607         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12608         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12610 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12612         * faces.el (list-faces-display): Make back button respect optional
12613         regexp arg.
12615 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12617         * calculator.el (calculator-radix-grouping-mode)
12618         (calculator-radix-grouping-digits, calculator-displayer)
12619         (calculator-radix-grouping-separator, calculator-copy-displayer):
12620         * dabbrev.el (dabbrev-search-these-buffers-only):
12621         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12622         (diff-advance-after-apply-hunk, diff-mode-hook)
12623         (diff-minor-mode-prefix):
12624         * imenu.el (imenu-use-popup-menu):
12625         * jit-lock.el (jit-lock-context-time):
12626         * newcomment.el (comment-fill-column, comment-column)
12627         (comment-style, comment-padding, comment-multi-line)
12628         (comment-empty-lines, comment-auto-fill-only-comments):
12629         * reveal.el (reveal-around-mark):
12630         * uniquify.el (uniquify-buffer-name-style)
12631         (uniquify-after-kill-buffer-p)
12632         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12633         (uniquify-min-dir-content, uniquify-separator)
12634         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12635         * w32-vars.el (w32-fixed-font-alist):
12636         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12637         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12638         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12639         * progmodes/perl-mode.el (perl-indent-level)
12640         (perl-continued-statement-offset, perl-continued-brace-offset)
12641         (perl-brace-offset, perl-brace-imaginary-offset)
12642         (perl-label-offset, perl-indent-continued-arguments)
12643         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12644         * progmodes/tcl.el (tcl-indent-level)
12645         (tcl-continued-indent-level, tcl-auto-newline)
12646         (tcl-tab-always-indent, tcl-electric-hash-style)
12647         (tcl-help-directory-list, tcl-use-smart-word-finder)
12648         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12649         (inferior-tcl-source-command):
12650         * textmodes/fill.el (enable-kinsoku):
12651         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12652         * textmodes/table.el (table-yank-handler):
12653         Specify missing group (and type, if simple) in defcustom.
12655 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12657         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12659 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12661         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12663         * subr.el (event-basic-type): Don't get an error.
12664         (left-fringe-p): Function deleted.
12666         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12667         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12669         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12670         in recursive copy.
12672         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12674         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12676         * emacs-lisp/bytecomp.el
12677         (byte-compile-file-form-custom-declare-variable):
12678         Call byte-compile-nogroup-warn if appropriate.
12680         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12681         (compilation-set-window): Don't call left-fringe-p; do it directly.
12683 2005-05-19  Jay Belanger  <belanger@truman.edu>
12685         * calc/calc-graph.el (calc-graph-format-data): Make sure
12686         var-PlotRejects is bound before trying to check its value.
12688 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12690         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12691         definition of this variable from reftex-global.el to reftex.el,
12692         because it is needed in the menu.
12694 2005-05-19  Lute Kamstra  <lute@gnu.org>
12696         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12697         years are fixed.  Don't insert a space after a dash.
12699 2005-05-19  Kim F. Storm  <storm@cua.dk>
12701         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12703 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12705         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12706         strings, because (eq ... ?\\) is fairly frequent.
12708         * progmodes/make-mode.el (makefile-add-this-line-targets):
12709         Simplify and integrate into `makefile-pickup-targets'.
12710         (makefile-add-this-line-macro): Simplify and integrate into
12711         `makefile-pickup-macros.
12712         (makefile-pickup-filenames-as-targets): Simplify.
12713         (makefile-previous-dependency, makefile-match-dependency):
12714         Don't stumble over `::'.
12716 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12718         * subr.el (post-command-idle-hook, post-command-idle-delay):
12719         Remove obsoletion of post-command-idle-hook and
12720         post-command-idle-delay.
12722         * faces.el (list-faces-display): Provide button when describe-face
12723         is called to take user back to the list of faces.
12725         * help-fns.el (describe-variable): Remove hyperlinks in a
12726         variable's value as these are quite frequently inappropriate.
12728         * follow.el (follow-submit-feedback, follow-mode):
12729         Remove references to post-command-idle-hook.
12731 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12733         * progmodes/make-mode.el (makefile-previous-dependency)
12734         (makefile-match-dependency): Check for := (and in bsd mode also
12735         !=) to give a better result, even when font-lock is not on.
12737 2005-05-18  Jay Belanger  <belanger@truman.edu>
12739         * calc/calc-help.el (calc-s-prefix-help):
12740         Add `calc-copy-special-constant' to help string.
12742 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12744         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12746 2005-05-18  Jay Belanger  <belanger@truman.edu>
12748         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12749         in linear factors are in proper order.
12751 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12753         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12754         Support for jurabib.
12756         * textmodes/reftex.el (featurep): Define aliases for overlay
12757         commands, for XEmacs compatibility, and use these aliases in
12758         overlay initializations.
12759         (reftex-highlight): Use `reftex-move-overlay'.
12760         (reftex-unhighlight): Use `reftex-delete-overlay'.
12761         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12762         (reftex-access-search-path): Use `reftex-uniquify' instead of
12763         `reftex-uniq'
12765         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12766         `before-string' property modification enables for Emacs as well.
12767         (reftex-select-item): Use `reftex-delete-overlay'.
12768         (reftex-select-mark): Use `reftex-make-overlay' and
12769         `reftex-overlay-put'.
12770         (reftex-select-unmark): Use `reftex-delete-overlay' and
12771         `reftex-overlay-put'.
12773 2005-05-18  Lute Kamstra  <lute@gnu.org>
12775         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12777 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12779         * add-log.el (add-change-log-entry):
12780         * array.el (array-make-template, array-reconfigure-rows)
12781         (array-init-max-row, array-init-max-column)
12782         (array-init-columns-per-line, array-init-field-width):
12783         * replace.el (replace-match-maybe-edit, perform-replace):
12784         * textmodes/spell.el (spell-region):
12785         Replace `read-input' by `read-string'.
12787         * forms.el (forms-mode):
12788         * finder.el (finder-compile-keywords):
12789         * shadowfile.el (shadow-read-files):
12790         Replace `eval-current-buffer' by `eval-buffer'.
12792         * terminal.el (te-pass-through):
12793         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12794         (ange-ftp-raw-send-cmd):
12795         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12796         (send-process-next-char, telnet-initial-filter, telnet):
12797         Replace `send-string' by `process-send-string'.
12799         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12800         (prolog-consult-region): Replace `send-string' by
12801         `process-send-string'; replace `send-region' by `process-send-region'.
12803         * progmodes/delphi.el (delphi-log-msg):
12804         Replace `set-window-dot' by `set-window-point'.
12806         * subr.el (window-dot, set-window-dot, read-input, send-string)
12807         (send-region, show-buffer, eval-current-buffer):
12808         Make really obsolete, as the comment says.
12810 2005-05-17  Kim F. Storm  <storm@cua.dk>
12812         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12813         (cua--init-keymaps): Bind C-return instead of S-return to set
12814         rectangle mark.
12816         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12817         instead of S-return to toggle/clear rectangle mark.
12819 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12821         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12822         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12823         Also fontify plain strings assigned to variables, mostly so that a
12824         colon has a face and is thus not taken as a dependency separator.
12825         (makefile-previous-dependency): Inline the new matcher, because it
12826         is too complex to work in both directions.
12827         (makefile-match-dependency): Eliminate `backward' arg (see above).
12828         Completely reimplemented so as to not sometimes go into an endless
12829         loop.  It should also be more efficient, because first it only
12830         searches for `:', instead of applying the very complex regexp.
12831         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12832         to be fontified in one piece can be too long for JIT.
12833         Makefiles are never *that* big.
12835 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12837         * dired.el (dired-mode): Simplify.
12839 2005-05-17  Lute Kamstra  <lute@gnu.org>
12841         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12842         defcustom for the mode hook variable.
12844         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12845         Emacs Lisp Reference Manual.
12847 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
12849         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12850         (evenp, list*):
12851         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12852         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12854         * net/tramp-smb.el (tramp-smb-open-connection):
12855         Pass `tramp-chunksize' as fifth (required) argument.
12857 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
12859         * font-lock.el (lisp-font-lock-keywords-1):
12860         Set `font-lock-negation-char-face' for [^...] char group.
12861         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12863         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12864         a var, and refine it to mask one more level of nested vars.
12865         (makefile-rule-action-regex): Turn it into a var, and refine it so
12866         it recognizes backslashed continuation lines as belonging to the
12867         same command.
12868         (makefile-macroassign-regex): Refine it so it recognizes
12869         backslashed continuation lines as belonging to the same command.
12870         (makefile-var-use-regex): Don't look at the next char, because it
12871         might be the same one to be skipped by the initial [^$], leading
12872         to an overlooked variable use.
12873         (makefile-make-font-lock-keywords): Remove two parameters, which
12874         are now variables that some of the modes set locally.
12875         Handle dependency and rule action matching through functions, because
12876         regexps alone match too often.  Dependency matching now comes
12877         last, so it can check, whether a colon already matched something else.
12878         (makefile-mode): Inform that font-lock improves makefile parsing
12879         capabilities.
12880         (makefile-match-dependency, makefile-match-action): New functions.
12882 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
12884         * emacs-lisp/cl-extra.el (equalp): Doc fix.
12886         * align.el (align-regexp):
12887         * ansi-color.el (ansi-color-get-face):
12888         * array.el (array-reconfigure-rows, array-init-max-row)
12889         (array-init-max-column, array-init-columns-per-line)
12890         (array-init-field-width):
12891         * dired-aux.el (dired-trample-file-versions):
12892         * dired-x.el (dired-mark-sexp):
12893         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12894         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12895         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12896         * faces.el (face-read-integer):
12897         * files.el (backup-extract-version, insert-directory):
12898         * hexl.el (hexl-insert-decimal-char):
12899         * server.el (server-process-filter):
12900         * shell.el (shell-extract-num):
12901         * startup.el (command-line-1):
12902         * term.el (term-command-hook):
12903         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12904         (time-stamp-do-number):
12905         * time.el (display-time-update):
12906         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12907         (timezone-fix-time):
12908         * vms-patch.el (vms-suspend-resume-hook):
12909         * calendar/appt.el (appt-convert-time):
12910         * calendar/cal-bahai.el (mark-bahai-diary-entries):
12911         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12912         * calendar/cal-islam.el (mark-islamic-diary-entries):
12913         * calendar/calendar.el (calendar-cursor-to-date)
12914         (calendar-star-date):
12915         * calendar/diary-lib.el (diary-attrtype-convert)
12916         (mark-diary-entries, diary-entry-time):
12917         * calendar/solar.el (solar-get-number):
12918         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12919         * emacs-lisp/re-builder.el (reb-display-subexp):
12920         * emulation/edt.el (edt-set-scroll-margins):
12921         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12922         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12923         (vip-get-ex-count):
12924         * emulation/viper-ex.el (viper-get-ex-token)
12925         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12926         * international/fontset.el (fontset-plain-name):
12927         * mail/feedmail.el (feedmail-look-at-queue-directory):
12928         * mail/mailalias.el (mail-get-names):
12929         * mail/rmail.el (rmail-convert-to-babyl-format):
12930         * mail/rmailsum.el (rmail-make-basic-summary-line)
12931         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12932         (rmail-summary-goto-msg):
12933         * mail/smtpmail.el (smtpmail-read-response):
12934         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12935         (ange-ftp-vms-add-file-entry):
12936         * play/gametree.el (gametree-looking-at-ply)
12937         (gametree-current-branch-score):
12938         * progmodes/ada-xref.el (ada-prj-find-prj-file)
12939         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12940         * progmodes/cperl-mode.el (condition-case):
12941         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12942         (ebrowse-set-member-buffer-column-width)
12943         (ebrowse-select-1st-to-9nth):
12944         * progmodes/etags.el (etags-snarf-tag):
12945         * progmodes/flymake.el (flymake-parse-line):
12946         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12947         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12948         (idlwave-shell-menu-def):
12949         * progmodes/ps-mode.el (ps-run-goto-error):
12950         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12951         (vhdl-speedbar-contract-level):
12952         * term/mac-win.el (x-handle-numeric-switch):
12953         * term/sun-mouse.el (sun-get-frame-data):
12954         * term/w32-win.el (x-handle-numeric-switch):
12955         * term/x-win.el (x-handle-numeric-switch):
12956         * textmodes/ispell.el (ispell-parse-output):
12957         * textmodes/nroff-mode.el (nroff-outline-level):
12958         * textmodes/reftex-cite.el (reftex-bib-sort-year)
12959         (reftex-bib-sort-year-reverse, reftex-format-citation):
12960         * textmodes/reftex-parse.el (reftex-init-section-numbers)
12961         (reftex-section-number):
12962         * textmodes/texinfmt.el (texinfo-paragraphindent):
12963         Replace `string-to-int' by `string-to-number'.
12965         * international/latexenc.el: Add page marker to force the "Local
12966         Variables:" string out of the last page.
12968 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
12970         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12971         tooltip-change-major-mode.
12972         (gud-tooltip-print-command): Remove case where gud-minor-mode
12973         is gdb ("--fullname").
12974         (gud-tooltip-tips): Turn GUD tooltips off for this case and
12975         explain to user.
12977 2005-05-16  Jay Belanger  <belanger@truman.edu>
12979         * calc/calc-store.el (calc-copy-special-constant): New function.
12981         * calc/calc-ext.el (calc-init-extensions): Add binding for
12982         `calc-copy-special-constant'.
12984         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12985         for the `calc-copy-special-constant' command.
12987 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
12989         * subr.el (left-fringe-p): New function.
12991         * progmodes/compile.el (compilation-setup): Set local value of
12992         overlay-arrow-string to "" always.
12993         (compilation-set-window): Left fringe then don't scroll.
12994         No left fringe then no arrow and scroll message to top.
12995         (compilation-context-lines): Adjust doc string accordingly.
12997 2005-05-16  Kim F. Storm  <storm@cua.dk>
12999         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13000         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13001         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13002         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13003         (ido-read-file-name): Handle commands with ido property value
13004         equal to find-file as reading a file name, to allow C-d to enter dired.
13005         (ibuffer-find-file): Add ido property with value find-file.
13007 2005-05-15  Kim F. Storm  <storm@cua.dk>
13009         * subr.el (open-network-stream-nowait): Remove.
13010         (open-network-stream-server): Remove.
13012 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13014         * faces.el (describe-face): Output a definition link button.
13016         * help-mode.el (help-face-def): New button type.
13018         * emacs-lisp/copyright.el (copyright-fix-years):
13019         Match properly if the first year is 2-digit.
13020         Don't mess up the whitespace after the years by filling.
13022         * dired-aux.el (dired-mark-confirm):
13023         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13025         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13026         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13027         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13029         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13030         Set font-lock-comment-start-skip.
13032         * font-lock.el (font-lock-comment-start-skip): New variable.
13033         (font-lock-comment-end-skip): New variable.
13034         (font-lock-fontify-syntactically-region): Use them if non-nil.
13036 2005-05-15  Jay Belanger  <belanger@truman.edu>
13038         * calc/calc-store.el (calc-store-value): Return a string rather
13039         than display it as a message.
13040         Use calc-var-name for variable name.
13041         (calc-store-into): Add the result of calc-store-value to message.
13042         (calc-copy-variable): Add a message.
13043         (calc-store-exchange): Improve error messages.
13044         (calc-store-binary, calc-store-map): Don't reset the values of
13045         special constants.
13047 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13049         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13050         manual to docstring.
13052         * files.el (hack-local-variables-confirm): Add STRING argument.
13053         Make the function handle non file visiting buffers correctly.
13054         (hack-local-variables-prop-line, hack-local-variables)
13055         (hack-one-local-variable): Use STRING arg of
13056         `hack-local-variables-confirm'.
13058 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13060         Sync with Tramp 2.0.49.
13062         * net/tramp.el (tramp-handle-dired-call-process)
13063         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13064         because the contents of the Tramp buffer is changed before
13065         insertion (`expand-file' and alike).
13066         (tramp-handle-insert-directory): If `localname' has an empty
13067         nondirectory name, it must not be quoted.
13068         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13069         variable `tramp-chunksize'.  Change callees.
13070         (tramp-open-connection-setup-interactive-shell): Check remote host
13071         for buggy `send-process-string' implementation.
13072         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13073         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13074         (tramp-handle-shell-command): `insert-buffer' cannot be used
13075         because the contents of the Tramp buffer is changed before
13076         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13077         <frederic.bothamy@free.fr>.
13078         (tramp-set-auto-save): Actions should be done for Tramp file name
13079         handler only.  Ange-FTP has its own auto-save mechanism.
13080         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13081         (tramp-set-auto-save-file-modes): Set file modes of
13082         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13083         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13084         (tramp-bug): Remove obsolete variable.
13085         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13086         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13088 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13090         * ibuf-ext.el (define-ibuffer-filter filename):
13091         If `dired-directory' is a list, use its car.
13093 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13095         * ibuffer.el (define-ibuffer-column filename):
13096         If `dired-directory' is a list, use its car.
13098 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13100         * subr.el (symbol-file): Doc fix.
13102         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13103         (byte-compile-form): Call byte-compile-nogroup-warn.
13104         (byte-compile-warning-types): Doc fix.
13106         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13108         * progmodes/cc-engine.el (c-literal-faces):
13109         Add font-lock-comment-delimiter-face.
13111         * net/net-utils.el (dig): Use with-no-warnings.
13113         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13114         (sc-recite-frame-alist, sc-default-cite-frame)
13115         (sc-default-uncite-frame, sc-default-recite-frame)
13116         (sc-attrib-selection-list, sc-rewrite-header-list):
13117         Mark as risky-local-variable.
13119         * international/ogonek.el (ogonek-jak, ogonek-how):
13120         Don't use beginning-of-buffer.
13122         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13124         * calendar/solar.el (solar-data-list): Move definition up.
13126         * dnd.el (dnd-protocol-alist): Add autoload.
13128         * progmodes/sh-script.el: Many doc usage fixes.
13129         (sh-indent-after-do): Change default to match common styles.
13131 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13133         * files.el (interpreter-mode-alist)
13134         (auto-mode-interpreter-regexp): Doc fixes.
13136 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13138         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13140         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13142 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13144         * dired.el (dired-mode): make-variable-buffer-local =>
13145         make-local-variable.
13147 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13149         * term/mac-win.el (mac-select-convert-to-string): Try coding
13150         systems in mac-script-code-coding-systems if specified one cannot
13151         encode string for `com.apple.traditional-mac-plain-text'.
13153 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13155         * progmodes/make-mode.el (makefile-targets-face)
13156         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13157         (makefile-dependency-regex): Fix it to not make the colon in
13158         $(var:a=b) special.
13159         (makefile-rule-action-regex): New regexp for highlighting embedded
13160         Shell strings.
13161         (makefile-macroassign-regex): Handle != for highlighting as
13162         embedded Shell strings.
13163         (makefile-var-use-regex): New const.
13164         (makefile-statements, makefile-automake-statements)
13165         (makefile-gmake-statements, makefile-makepp-statements)
13166         (makefile-bsdmake-statements): New consts.
13167         (makefile-make-font-lock-keywords): New function.
13168         (makefile-automake-font-lock-keywords)
13169         (makefile-gmake-font-lock-keywords)
13170         (makefile-makepp-font-lock-keywords)
13171         (makefile-bsdmake-font-lock-keywords): New consts.
13172         (makefile-mode-map): Add switchers between the various submodes.
13173         (makefile-mode): Document the availability of the variants.
13174         (makefile-automake-mode, makefile-gmake-mode)
13175         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13177         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13178         new variants of makefile-mode.
13180 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13182         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13183         the inheritance.
13185 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13187         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13188         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13190         * files.el (normal-mode): Extend the scope of the
13191         `enable-local-variables' binding to include the `set-auto-mode' call.
13192         (magic-mode-alist): Doc fix.
13194 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13196         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13197         font-lock-comment-face rather than copying its setting.
13199 2005-05-12  Andreas Schwab  <schwab@suse.de>
13201         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13203 2005-05-12  Lute Kamstra  <lute@gnu.org>
13205         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13206         defcustom for the mode hook variable.  Delete the last argument.
13207         * generic-x.el: Fix callers of define-generic-mode.
13208         (generic-x-modes): Delete group.
13209         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13210         generic-x customization group.
13212 2005-05-12  Kim F. Storm  <storm@cua.dk>
13214         * font-lock.el (font-lock-negation-char-face): Default to "off".
13216         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13217         font-lock-negation-char-face to ! in !=.
13219 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13221         * add-log.el (find-change-log): Fix typos in the docstring
13222         of function.
13224 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13226         * international/latexenc.el (latexenc-find-file-coding-system):
13227         Avoid `re-search-forward' when looking for input encoding because
13228         of speed and safety.  Better regular expressions for recognizing
13229         input encoding.  Limit a search for TeX-master/tex-main-file to
13230         the local variable section.
13232 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13234         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13235         syntax of $ to "'" (quote).
13237 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13239         * dnd.el (dnd-protocol-alist): Improve custom type.
13241         * dired.el (dired-dnd-protocol-alist): New variable.
13242         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13243         `dired-mode-hook' to the end.
13245 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13248         comment-end if comment-start-skip is not set.
13249         Obey the font-lock-comment-delimiter-face variables.
13251 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13253         * files.el (executable-find): Move from executable.el.  Use
13254         locate-file.
13255         * progmodes/executable.el (executable-find): Move to files.el.
13257         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13258         when trying to ensure forward progress.
13260 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13262         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13263         (mouse-select, mouse-select-internal, mouse-extend-internal):
13264         Use it to implement mouse-1-click-follows-link functionality.
13266 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13268         * font-lock.el (font-lock-fontify-syntactically-region):
13269         Use font-lock-comment-delimiter-face for comment delimiters.
13271 2005-05-10  Jay Belanger  <belanger@truman.edu>
13273         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13274         preserving embedded modes.
13276 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13278         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13280         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13281         Move from ada-stmt.el.
13282         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13284         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13285         Move to ada-mode.el.
13286         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13288         * cus-edit.el (custom-file): Call file-chase-links.
13290         * files.el (read-directory-name): Fix previous change.
13291         (hack-local-variables-confirm): New function.
13292         (hack-local-variables-prop-line, hack-local-variables)
13293         (hack-one-local-variable): Use it.
13295 2005-05-10  Lute Kamstra  <lute@gnu.org>
13297         * font-lock.el (font-lock-keywords-alist)
13298         (font-lock-removed-keywords-alist): Clarify docstrings.
13300 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13302         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13303         (gdb-source-info): Check for preprocessor info.
13304         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13305         a macro for a function.
13306         (gdb-info-breakpoints-custom): Try to find file again if not already
13307         found (user might have used GDB dir command).
13308         (gdb-get-location): Update gdb-location-alist correctly for change
13309         to gdb-info-breakpoints-custom.
13311         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13312         (gud-tooltip-print-command): Add gdbmi case.
13313         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13314         preprocessor info.
13316 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13318         * startup.el (fancy-splash-insert): Fix typo in doc string.
13320 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13322         * obsolete/float.el (string-to-float):
13323         * obsolete/hilit19.el (hilit-add-pattern):
13324         * obsolete/rnews.el (news-parse-range, news-select-message)
13325         (news-get-pruned-list-of-files): Replace `string-to-int' by
13326         `string-to-number'.
13328         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13329         `find-file-not-found-hooks'; use `add-hook'.
13330         (uncompress-while-visiting): Set `write-file-functions', not
13331         `write-file-hooks'; use `add-hook'.
13333 2005-05-09  Kim F. Storm  <storm@cua.dk>
13335         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13336         (cua-paste): Handle clipboard action.
13337         (cua--init-keymaps): Remap clipboard-kill-region and
13338         clipboard-kill-ring-save.
13340 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13342         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13343         Improve commentary.
13345         * simple.el (next-error-overlay-arrow-position): Revert the change
13346         made on 2005-04-30.
13348 2005-05-07  Jay Belanger  <belanger@truman.edu>
13350         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13351         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13352         `calc-sel-reselect'.
13354         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13355         Calc is in embedded mode.
13357 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13359         * progmodes/compile.el (compilation-setup):
13360         Set overlay-arrow-string to an empty string on text terminals.
13362         * textmodes/ispell.el (ispell-program-name): Try looking for
13363         "aspell" along exec-path, and if found, use it as the default
13364         speller program.
13366 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13368         * international/mule.el (sgml-xml-auto-coding-function):
13369         Recognize encoding='FOO' in single quotes as well as in double quotes.
13371 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13373         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13374         as well as `interactive', so that defmacro* would recognize
13375         `declare' forms.
13377 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13379         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13380         Explain more about the LIGHTER arg's usage in the doc string.
13381         Add commentary to clarify what the code does.  Fix the regexp that
13382         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13383         since it could have characters special to regular expressions.
13385 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13387         * replace.el (occur-1): Bind inhibit-read-only so that
13388         erase-buffer doesn't barf on read-only text properties (likewise
13389         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13390         (occur-engine): Don't set buffer-read-only here.
13392 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13394         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13395         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13396         sometimes mistakenly reused as a *cvs* buffer.
13398 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13400         * tooltip.el: Move code for GUD tooltips into gud.el.
13401         (require): CL no longer needed to compile case.
13402         (tooltip-mode): Do not toggle functions for GUD tooltips.
13403         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13404         gud-tooltip-mode in gud.el.
13405         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13406         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13407         tooltip-gud prefix with gud-tooltip and obsolete.
13408         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13409         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13410         (tooltip-mouse-motion): Mouse movement functions/variable.
13411         Rename in gud.el by adding gud prefix.
13412         (tooltip-gud-original-filter, tooltip-gud-dereference)
13413         (tooltip-gud-event, tooltip-toggle-gud-tips)
13414         (tooltip-gud-process-output, tooltip-gud-print-command)
13415         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13416         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13417         (gdb-tooltip-print): Move to gdb-ui.el.
13419         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13420         (require): CL needed to compile case.
13421         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13422         tooltip-gud-tips-p.  Make it a minor-mode.
13423         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13424         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13425         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13426         (gud-tooltip-change-major-mode)
13427         (gud-tooltip-activate-mouse-motions-if-enabled)
13428         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13429         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13430         (gud-tooltip-original-filter, gud-tooltip-dereference)
13431         (gud-tooltip-event, tooltip-toggle-gud-tips)
13432         (gud-tooltip-process-output, gud-tooltip-print-command)
13433         (gud-tooltip-tips): Move from tooltip.el.
13435         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13436         (gdb-cpp-define-alist-flags): Doc fix.
13437         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13438         gud-tooltip-mode is t.
13440 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13442         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13443         evaporate if their text is deleted.
13444         (goto-address-at-point): Make it work as a mouse binding as well.
13445         (goto-address-at-mouse): Obsolete it.  Update users.
13447 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13449         * calendar/appt.el (top-level): No longer activate on load.
13451 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13453         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13454         * net/webjump.el (webjump):
13455         * progmodes/idlw-help.el (idlwave-do-context-help1)
13456         (idlwave-highlight-linked-completions):
13457         * textmodes/po.el (po-find-file-coding-system-guts):
13458         Replace `assoc-ignore-case' by `assoc-string'.
13460 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13462         * files.el (locate-file): Doc fix.
13464         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13465         Remove the redundant test for ms-dos.
13467         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13468         look for the preprocessor with exec-suffixes.  If not found in
13469         standard places, look in exec-path.  Remove most of the tests that
13470         used system-type.
13472         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13474         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13476         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13477         file-name clash with jka-compr.el on 8+3 filesystems.
13479 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13481         * term/mac-win.el: Don't define or bind scroll bar functions if
13482         x-toolkit-scroll-bars is t.
13483         (x-select-text, x-get-selection-value): Clear
13484         x-last-selected-text-clipboard if x-select-enable-clipboard is
13485         nil.
13486         (PRIMARY): Put mac-scrap-name property.
13487         (mac-select-convert-to-file-url): New function.
13488         (public.file-url): New selection target type.  Add to
13489         selection-converter-alist.
13490         (x-get-selection, x-selection-value): Handle it.
13491         (x-cut-buffer-or-selection-value): New alias.
13493 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13495         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13496         entry to avoid calling bibtex-find-entry with arg global
13497         being t.  Remove arg key.
13498         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13499         (bibtex-copy-summary-as-kill): Change accordingly.
13501 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13504         (org-agenda-date-later): Use with-current-buffer.
13506 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13508         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13509         (define-obsolete-variable-alias): Doc Fixes.
13511 2005-05-06  Kim F. Storm  <storm@cua.dk>
13513         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13514         vertical-motion when selective-display is active.
13516         * ido.el (ido-setup-hook): New hook.
13517         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13518         (ido-input-stack): New var.
13519         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13520         ido-next-work-file binding to M-O.
13521         Bind M-f to ido-wide-find-file-or-pop-dir.
13522         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13523         (ido-read-internal): Run ido-setup-hook.
13524         Catch quit in read-file-name and read-string to cancel edit.
13525         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13526         Automatically pop-all when completing a directory name (RET).
13527         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13528         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13529         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13530         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13531         New functions for M-b/M-f to move among the directory components.
13532         (ido-make-merged-file-list): Catch quit to cancel merge.
13533         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13534         (ido-completion-help): No warnings for ido-completion-buffer-full.
13536 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13538         * font-lock.el (font-lock-negation-char-face): New face and variable.
13539         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13540         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13541         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13542         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13544 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13546         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13547         Fix typo in docstring.
13549         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13550         (ebrowse-print-statistics-line)
13551         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13553         * term/w32-win.el (image-library-alist): Add additional name for
13554         Xpm library.
13556 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13558         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13559         use gcc instead of cpp.
13561         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13562         (gdb-create-define-alist): Use it.
13563         (gdb-cpp-define-alist-program): Update for MS-DOS.
13565 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13567         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13569 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13571         * help.el (describe-key): No error when UNTRANSLATED is nil.
13573         * simple.el (line-move-1): Fix previous change to signal errors
13574         appropriately.
13576 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13578         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13579         (icalendar-duration-correction): Remove.
13580         (icalendar--get-event-properties): Split result at commas.
13581         (icalendar--decode-isoduration): New optional argument
13582         DURATION-CORRECTION.
13583         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13584         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13585         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13586         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13587         (icalendar--convert-anniversary-to-ical): New functions, extracted
13588         from icalendar-export-region, with bug fixes.
13589         (icalendar-export-region): Use the above functions.
13590         (icalendar-import-buffer): Check before saving diary file.
13591         (icalendar--convert-recurring-to-diary)
13592         (icalendar--convert-non-recurring-all-day-to-diary)
13593         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13594         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13595         (icalendar--convert-ical-to-diary): Use the above functions.
13597 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13599         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13600         Remove these recent additions.
13601         (c-mode): Restore to before 2005-04-28.
13603         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13604         recent addition.
13606         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13607         (gdb-define-alist): New variables.
13608         (gdb-create-define-alist): New function.
13609         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13610         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13611         with string-to-number.
13612         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13614         * progmodes/gud.el: Replace string-to-int with string-to-number.
13615         (gud-find-file): Handle gdb-define-alist.
13617         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13619 2005-05-02  Jay Belanger  <belanger@truman.edu>
13621         * calc/calc-aent.el (math-read-token):
13622         * calc/calc-bin.el (calc-word-size):
13623         * calc/calc-ext.el (calc-read-number-fancy):
13624         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13625         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13626         * calc/calc-frac.el (calc-over-notation):
13627         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13628         (calc-graph-num-points, calc-graph-init):
13629         * calc/calc-prog.el (calc-read-parse-table-part)
13630         (calc-edit-macro-repeats):
13631         * calc/calc-yank.el (calc-do-grab-rectangle):
13632         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13633         Replace `string-to-int' by `string-to-number'.
13635 2005-05-02  Kim F. Storm  <storm@cua.dk>
13637         * kmacro.el: Use executing-kbd-macro-index variable.
13639 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13641         * net/rlogin.el (rlogin-parse-words): Delete func.
13642         (rlogin): Use split-string, not rlogin-parse-words.
13643         Also, if there are option-like elements in the parsed args,
13644         take the host to be the first arg immediately following them.
13645         Suggested by Michael Mauger.
13647 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13649         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13651 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13653         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13654         (cc-mode-cpp-program): Rename to cc-define-list-program and
13655         move to cc-vars.el.
13657         * progmodes/cc-vars.el (cc-define-list-program):
13658         Change to "gcc -E -dM -".  Make customizable.
13660 2005-05-02  Kim F. Storm  <storm@cua.dk>
13662         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13664 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13666         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13668         * international/mule-util.el (truncate-string): Remove alias and
13669         obsolete declaration.
13671         * international/mule-cmds.el (update-iso-coding-systems):
13672         Remove alias and obsolete declaration.
13674         * international/mule.el (coding-system-parent): Remove alias and
13675         obsolete declaration.
13677         * subr.el (define-function, sref): Remove aliases and obsolete
13678         declarations.
13679         (chars-in-region): Remove obsolete declaration.
13681 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13683         * info.el (Info-mode): Set widen-automatically to nil, locally.
13685         * simple.el (widen-automatically): New variable.
13686         (pop-global-mark): Obey widen-automatically.
13688 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13690         * term/xterm.el (function-key-map): Call substitute-key-definition
13691         before the keymap size is increased by a lot of define-key calls.
13693 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13695         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13696         Rename ARG to ELEMENT.  Doc fix.
13698 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13700         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13701         Remove references to allout-exposure/change to allout-new-exposure.
13703         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13704         bytecode symbols.
13706         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13707         (compiled-function-p, focus-frame, unfocus-frame):
13708         Remove aliases and obsolete declarations.
13709         Back out inadvertent changes from previous commit.
13711 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13713         * files.el (require-final-newline): Make Custom tags consistent
13714         with mode-require-final-newline.
13715         (mode-require-final-newline): Doc fix.
13717 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13719         * international/latexenc.el (latexenc-find-file-coding-system):
13720         Fix regular expressions.
13722 2005-05-01  David Kastrup <dak@gnu.org>
13724         * international/latexenc.el (latexenc-find-file-coding-system):
13725         Fix regular expressions.
13727 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13729         * subr.el (string-to-int): Make obsolete.
13731 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13733         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13735         * loadup.el: load jka-comp-hook.
13737         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13738         (jka-compr-handler): Add autoload.  `put' calls moved
13739         to jka-comp-hook.el.
13740         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13741         (jka-compr-inhibit): Autoload.
13743         * jka-comp-hook.el: New file.
13744         Enable the mode by default.
13746         * files.el (backup-buffer-copy): Use copy-file instead
13747         of write-region, and put back the 'excl.
13749 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13751         * progmodes/flymake.el (flymake-split-string)
13752         (flymake-split-string, flymake-log, flymake-pid-to-names)
13753         (flymake-reg-names, flymake-get-source-buffer-name)
13754         (flymake-unreg-names, flymake-add-line-err-info)
13755         (flymake-add-err-info): Clarify docstrings.
13756         (flymake-popup-menu, flymake-make-emacs-menu)
13757         (flymake-make-xemacs-menu): Add docstrings.
13758         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13759         Set variables directly throughout.
13761 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13763         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13764         exists.  Initialize cc-define-alist.
13765         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13766         If there is no file (Macroexpansion) don't create an alist.
13768 2005-04-29  Sam Steingold  <sds@gnu.org>
13770         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13771         (cc-create-define-alist): Use it instead of the hard-coded string.
13773 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13775         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13776         for latexenc.
13778 2005-04-29  Lute Kamstra  <lute@gnu.org>
13780         * emacs-lisp/generic.el: Improve commentary section.
13781         (define-generic-mode): Improve docstring.
13783 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13785         * textmodes/org.el (many places): Change to quiet the byte compiler.
13786         (org-prefix-format-compiled): New variable.
13787         (org-compile-prefix-format): New function.
13788         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13789         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13790         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13791         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13792         consistency with entries from `org-mode' files.
13793         (org-get-time-of-day): Fix bug with partial matches early in a line.
13794         (org-non-link-chars): New constant.
13795         (org-link-regexp): Respect `org-non-link-chars'.
13796         (org-agenda-day-view): Remove command.
13797         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13798         (org-follow-bbdb-link, org-store-link): Search also company field.
13799         (org-highlight-overlay): New variable.
13800         (org-highlight, org-unhighlight): New functions.
13801         (org-agenda-mode): Add pre-command-hook to remove highlight.
13802         (org-evaluate-time-range): Behavior depends upon whether time stamp
13803         contains a time or not.
13804         (org-show-subtree, org-show-entry): New functions.
13805         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13807 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13809         * comint.el (comint-output-filter-functions): Add autoload cookie.
13811 2005-04-28  Kim F. Storm  <storm@cua.dk>
13813         * ido.el (ido-everywhere): Fix last change.
13815 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13817         * international/latexenc.el: New file.
13818         * international/mule-conf.el (file-coding-system-alist): For .tex,
13819         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13821 2005-04-28  Lute Kamstra  <lute@gnu.org>
13823         * font-lock.el (font-lock-add-keywords)
13824         (font-lock-remove-keywords): Clarify docstring.
13825         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13826         Don't start docstrings with a `*'.
13827         (font-lock-update-removed-keyword-alist): Give it a docstring.
13829         * generic-x.el: Update commentary section.
13830         Only require font-lock when compiling.
13831         Define all modes conditionally.
13832         Place all generic modes in the generic-x-modes customization group.
13833         (generic-x-modes): New customization group.
13834         (generic-default-modes, generic-mswindows-modes)
13835         (generic-unix-modes, generic-other-modes): New constants.
13836         (generic-define-mswindows-modes, generic-define-unix-modes):
13837         Update docstrings.  Make them obsolete.
13838         (generic-extras-enable-list): New default value.  Update docstring.
13839         Improve :type.  Change :set function.
13840         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13841         Fix docstring.
13843         * emacs-lisp/generic.el (generic-mode-internal):
13844         Simplify font-lock-defaults.
13845         (define-generic-mode): Fix docstring.
13847 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13850         font-lock-face property to highlight matches.
13852 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
13854         * progmodes/cc-mode.el (cc-create-define-alist): New function.
13855         (cc-define-alist): New variable.
13856         (c-mode): Make it local and initialize it.
13858         * progmodes/gdb-ui.el (gdb-active-process): New variable.
13859         (gdb-exited): New function.
13860         (gdb-annotation-rules): Use it.
13861         (gdb-starting): Set gdb-active-process to t.
13862         (gdb-stopping): Amend doc string.
13863         (gdb-reset): Set gdb-active-process to nil.
13865         * tooltip.el (tooltip-gud-tips): Show the associated #define
13866         directives when a C program under GDB is not executing.
13868 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13870         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13871         font-lock-fontify-syntactic-keywords.
13873         * font-lock.el (font-lock-default-fontify-region): Don't force
13874         parse-sexp-lookup-properties to nil.
13876 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13878         * man.el (man-mode-syntax-table): Set up `:' to have
13879         word-constituent syntax.
13881 2005-04-27  Lute Kamstra  <lute@gnu.org>
13883         * novice.el (disable-command): Don't add spurious newlines to the
13884         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
13886 2005-04-26  Jay Belanger  <belanger@truman.edu>
13888         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13889         than one window before deleting window.
13891 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
13893         * shell.el (shell-prompt-pattern): Doc fix.
13894         (shell-mode): Set paragraph-separate buffer locally to "\\'".
13896         * comint.el (comint-prompt-regexp, comint-get-old-input)
13897         (comint-use-prompt-regexp)
13898         (comint-use-prompt-regexp-instead-of-fields)
13899         (comint-replace-by-expanded-history, comint-send-input)
13900         (comint-output-filter, comint-get-old-input-default)
13901         (comint-line-beginning-position, comint-bol, comint-show-output)
13902         (comint-backward-matching-input, comint-forward-matching-input)
13903         (comint-next-prompt, comint-previous-prompt):
13904         Rename `comint-use-prompt-regexp-instead-of-fields' to
13905         `comint-use-prompt-regexp'.  Keep old name as alias and declare
13906         obsolete.
13907         (comint-use-prompt-regexp): Shorten first line of doc string.
13909         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13910         Set paragraph-separate buffer locally to "\\'".
13912         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13913         Adapt to above name change.
13915         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13916         (smbclient-prompt-regexp): Ditto.
13918         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13920 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
13922         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13923         gdb-location-list.
13924         Break lines that are over 80 characters wide.
13926 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13928         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13929         New fun and var, to preserve compatibility.
13931         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13933 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
13935         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13936         name to file-newer-than-file-p.
13938 2005-04-26  Richard M. Stallman  <rms@gnu.org>
13940         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13942         * progmodes/python.el (python-mode):
13943         Use new name eldoc-documentation-function.
13945         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13947         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13948         (eldoc-documentation-function):
13949         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
13951 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
13953         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13955 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
13957         * term/xterm.el (function-key-map): Fix strings for
13958         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
13959         {C,S,A,C-S}-{f1-f12}.
13961 2005-04-26  Kenichi Handa  <handa@m17n.org>
13963         * international/mule-cmds.el (select-safe-coding-system):
13964         Fix previous change.
13966 2005-04-26  Lute Kamstra  <lute@gnu.org>
13968         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13970         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13971         (font-lock-comment-delimiter-face): Ditto.
13973         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13975 2005-04-25  Jay Belanger  <belanger@truman.edu>
13977         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13978         to t while inserting information; use help-mode.
13980 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
13982         * term.el (ansi-term-color-vector): Use the xterm colors.
13983         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
13985 2005-04-25  Lute Kamstra  <lute@gnu.org>
13987         * font-core.el (font-lock-defaults): Fix docstring.
13989         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13991 2005-04-25  Kenichi Handa  <handa@m17n.org>
13993         * international/mule-cmds.el (select-safe-coding-system):
13994         Don't check consistency with coding: spec, etc if raw-text or
13995         no-conversion was found to be safe.
13997 2005-04-24  Richard M. Stallman  <rms@gnu.org>
13999         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14000         citation markers at start of each line.
14002         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14003         citation markers at start of each line.
14005         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14007         * files.el (mode-require-final-newline): Fix previous change.
14008         (require-final-newline): Fix type label.
14010 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14012         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14013         statement in buffer (broken by 2004-11-24 change).
14015 2005-04-24  Kim F. Storm  <storm@cua.dk>
14017         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14018         and read-file-name-function values.  Don't overwrite existing
14019         non-nil values if ido-mode is enabled without ido-everywhere.
14021 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14023         * files.el (mode-require-final-newline): Minor doc fix.
14025 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14027         * subr.el (syntax-after): Doc fix.
14028         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14029         bits, not 8 bits.
14031         * files.el (mode-require-final-newline): Doc fix.
14032         (backup-buffer-copy): Fix last change.
14034 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14036         * term/mac-win.el: Require select.  Set selection-coding-system to
14037         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14038         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14039         (x-select-enable-clipboard): New variables.
14040         (x-select-text, x-get-selection, x-selection-value)
14041         (x-get-selection-value, mac-select-convert-to-string)
14042         (mac-services-open-file, mac-services-open-selection)
14043         (mac-services-insert-text): New functions.
14044         (CLIPBOARD, FIND): Put mac-scrap-name property.
14045         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14046         (public.tiff): Put mac-ostype property.
14047         (selection-converter-alist): Add entries for them.
14048         (mac-application-menu-map): New keymap.
14049         (interprogram-cut-function, interprogram-paste-function): Set to
14050         x-select-text and x-get-selection-value, respectively.
14051         (split-window-keep-point): Set to t.
14053 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14055         * files.el (read-directory-name): Always pass non-nil
14056         DEFAULT-FILENAME arg to read-file-name.
14057         (backup-buffer-copy, basic-save-buffer-2): Take care against
14058         writing thru an unexpected existing symlink.
14059         (revert-buffer): In indirect buffer, revert the base buffer.
14060         (magic-mode-alist): Doc fix.
14061         (buffer-stale-function): Doc fix.
14062         (minibuffer-with-setup-hook): Avoid warning.
14063         (mode-require-final-newline): Doc and custom fix.
14065         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14067         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14068         use the default appearance.
14069         (font-lock-comment-delimiter-face): New face, new variable.
14071         * imenu.el (imenu--generic-function): The official position of a
14072         definition is the start of the line that BEG is in.
14074         * midnight.el (midnight-timer): Move defvar up.
14076         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14078         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14080         * startup.el (command-line): Use with-no-warnings.
14082         * window.el (window-size-fixed): New defvar.
14084         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14086         * mail/rmail.el (rmail-font-lock-keywords):
14087         Use font-lock-comment-delimiter-face.
14089         * mail/sendmail.el (mail-font-lock-keywords):
14090         Use font-lock-comment-delimiter-face.
14092         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14094 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14096         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14097         Specify t for LAXMATCH when matching directories.
14098         Save match data around compilation-compat-error-properties form.
14100 2005-04-23  David Kastrup  <dak@gnu.org>
14102         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14103         Mention that the autoloaded aliases should be kept for AUCTeX.
14105 2005-04-23  Andreas Schwab  <schwab@suse.de>
14107         * isearch.el (isearch-forward): Doc fix.
14109 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14111         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14112         (jit-lock-stealth-nice): Change default value to 0.5.
14114 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14116         * abbrev.el (write-abbrev-file): Write table entries in
14117         alphabetical order by table name.
14119 2005-04-22  Kim F. Storm  <storm@cua.dk>
14121         * ido.el (ido-read-internal): Fix `list' completion.
14123 2005-04-22  Kenichi Handa  <handa@m17n.org>
14125         * recentf.el (recentf-save-file-coding-system): New variable.
14126         (recentf-save-list): Encode the file by
14127         recentf-save-file-coding-system and add coding: tag.
14129 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14131         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14133 2005-04-21  Lute Kamstra  <lute@gnu.org>
14135         * loadhist.el (unload-feature): Don't remove a function from hooks
14136         if it is about to be restored to an autoload .  Remove functions
14137         that will become unbound from auto-mode-alist.  Simplify the code.
14139         * subr.el (assq-delete-all): New implementation that is linear,
14140         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14141         (rassq-delete-all): New function.
14143         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14144         Add size-indication-mode.
14146 2005-04-21  Kenichi Handa  <handa@m17n.org>
14148         * international/mule-cmds.el: Add autoload for widget-value in
14149         eval-when-compile.
14151 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14153         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14154         Add tooltip-mode.
14156         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14158 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14160         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14161         (inferior-lisp-filter-regexp, inferior-lisp-program)
14162         (inferior-lisp-load-command, inferior-lisp-prompt)
14163         (inferior-lisp-mode-hook, lisp-source-modes)
14164         (inferior-lisp-load-hook): defvar->defcustom.
14165         (inferior-lisp-program, inferior-lisp-prompt)
14166         (inferior-lisp-load-hook): Doc fixes.
14167         (inferior-lisp-install-letter-bindings): Small change in
14168         introductory comment.
14170 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14172         * vc.el (vc-annotate-color-map): Change some colors so that text
14173         using them as foreground is readable on both white and black
14174         backgrounds.
14176 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14178         * international/mule-conf.el (translation-table-for-input):
14179         Remove redundant declaration.
14181 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14183         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14185         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14186         (tooltip-toggle-gud-tips): New function.
14188 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14190         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14191         right angle brackets.
14193 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14195         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14197 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14200         Remove.  Update callers to use expand-file-name instead.
14202         * subr.el (syntax-class): New function.
14204         * simple.el (blink-matching-open): Use it.
14206         * paren.el (show-paren-function): Use it to recognize parens that are
14207         also used in 2-char comment markers.
14209 2005-04-19  Lute Kamstra  <lute@gnu.org>
14211         * loadhist.el (unload-feature): Update for new format of
14212         load-history.  Simplify the code.
14214 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14216         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14217         (mac-add-charset-info): New function.  Initialize variable
14218         mac-charset-info-alist using it.
14219         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14220         for translation.
14221         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14222         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14223         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14224         New CCL programs.
14226 2005-04-19  Kim F. Storm  <storm@cua.dk>
14228         * simple.el (next-buffer, prev-buffer, next-error)
14229         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14230         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14232         * bindings.el (next-buffer, prev-buffer, next-error)
14233         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14234         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14235         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14236         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14238 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14240         * isearch.el (isearch-edit-string): Make the search-ring available for
14241         minibuffer history commands.
14242         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14243         the default history commands now work just as well.
14244         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14246 2005-04-18  Kim F. Storm  <storm@cua.dk>
14248         * emulation/cua-base.el (cua--pre-command-handler): Add more
14249         elaborate check for shift modifier on non-window systems.
14251 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14253         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14255 2005-04-18  Kim F. Storm  <storm@cua.dk>
14257         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14258         and make it optional.  Don't test tooltip-gud-echo-area here.
14259         (tooltip-gud-process-output, gdb-tooltip-print):
14260         Pass tooltip-gud-echo-area to tooltip-show.
14261         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14263 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14265         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14266         `display-graphic-p' may not be bound yet.
14268 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14270         * startup.el (command-line): No longer enable Xterm Mouse mode by
14271         default in terminals compatible with xterm.
14273         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14275 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14277         * tooltip.el (tooltip-gud-echo-area): Rename from
14278         tooltip-use-echo-area.
14279         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14280         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14281         area independently of where help tooltips are displayed.
14283 2005-04-17  David Kastrup  <dak@gnu.org>
14285         * cus-theme.el (custom-theme-write-variables): Quote variables
14286         where necessary.
14288 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14290         * simple.el (yank-excluded-properties): Add follow-link to value.
14292         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14294         * startup.el (fancy-splash-max-time): Just 30 seconds.
14295         (fancy-splash-delay): Just 7.
14296         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14298         * loadhist.el (unload-feature): Update for new format of load-history.
14299         Simplify the code.
14301         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14302         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14304         * mail/sendmail.el (mail-font-lock-keywords):
14305         Don't fontify subject text.
14306         Don't fontify the text of a citation.
14308 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14310         * comint.el (comint-output-filter): Run comint-output-filter-functions
14311         with point where the user had it.
14313 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14315         * international/ucs-tables.el (ucs-set-table-for-input):
14316         Disable when using unify-on-decoding.
14318 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14320         * emulation/cua-base.el (cua-global-mark-face): Add special case
14321         for displays supporting a high number of colors.
14323 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14325         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14327 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14329         * filesets.el (filesets-add-buffer): If user supplies a name of a
14330         non-existing fileset, create a new fileset.
14332 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14334         * textmodes/org.el (org-up-heading-all): Fix bug with
14335         `outline-up-heading-all'.
14337 2005-04-16  Andreas Schwab  <schwab@suse.de>
14339         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14340         /etc/permissions.d/* and /etc/aliases.d/*.
14342 2005-04-16  Kenichi Handa  <handa@m17n.org>
14344         * international/code-pages.el (cp-make-coding-system):
14345         Set `translation-table-for-input' property value to the symbol
14346         ucs-mule-to-mule-unicode, not to that value.
14347         (pt154): Escape guillemet by `\'.
14349 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14351         * loadup.el: Load tooltip if x-show-tip is fboundp.
14353         * startup.el (command-line): Add comment.
14355         * tooltip.el (tooltip-mode): Specify correct standard value for
14356         Custom in init-value.
14358 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14360         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14361         possible.
14363 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14365         * textmodes/org.el (org-agenda-date-prompt): Rename from
14366         `org-agenda-date-today'.
14367         (org-evaluate-time-range): Insert at point instead of directly
14368         after time range.
14369         (org-first-headline-recenter, org-subtree-end-visible-p)
14370         (org-optimize-window-after-visibility-change): New functions
14371         (org-agenda-post-command-hook): Don't allow point at end of line,
14372         to make sure it always hits the text properties.
14373         (org-agenda-next-date-line, org-agenda-previous-date-line):
14374         New commands.
14375         (org-set-regexps-and-options): Category may contain white space.
14376         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14377         Improve marker positions.
14378         (org-agenda-new-marker): Argument POS made optional.
14379         (org-agenda-get-timestamps): Deadlines which are done are listed
14380         in org-done-face now.
14381         (org-agenda-get-todos, org-agenda-get-timestamps)
14382         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14383         Set `undone-face' and `done-face' properties.
14384         (org-last-todo-state-is-todo): New variable.
14385         (org-todo): Set `org-last-todo-state-is-todo'.
14386         (org-agenda-todo): Change face according to
14387         `org-last-todo-state-is-todo'.  And change other lines referring to
14388         the same entry.
14389         (org-calendar-goto-agenda): New command.
14390         (org-calendar-to-agenda-key): New option.
14391         (org-startup-folded): New allowed value `content'.
14392         (org-set-regexps-and-options): Accept new value `content' for
14393         `org-startup-folded'.
14394         (org-get-current-options): Handle new value `content' for
14395         `org-startup-folded'.
14396         (org-insert-todo-heading): New command.
14397         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14398         interactively in empty file and option
14399         `org-insert-mode-line-in-empty-file' has been set.
14400         (org-agenda-todo,org-agenda-priority): Modify to use
14401         `org-agenda-change-all-lines'.
14402         (org-warning-face): Change color on dark background
14404 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14406         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14407         use preferences AppleLocale and AppleLanguages, and variable
14408         mac-system-locale for default locale.  On Mac OS Classic, use
14409         mac-system-coding-system for default coding systems.
14411         * term/mac-win.el: Don't set file-name-coding-system.
14412         Decode variables system-name, emacs-build-system, user-login-name, and
14413         user-full-name by mac-system-coding-system on Mac OS Classic.
14414         (mac-system-coding-system): New variable.
14416 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14418         * startup.el (command-line): Handle `xterm-mouse-mode' before
14419         reading init file.
14421         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14423 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14425         * progmodes/sh-script.el (sh-here-document-word): Make it a
14426         defcustom.  Doc fix.
14427         (sh-add): Bash uses $(( )) for arithmetic.
14428         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14429         (sh-maybe-here-document): Remove quotes and leading whitespace
14430         from heredoc word when closing.  Indent heredoc with tabs if word
14431         starts with "-".
14433 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14435         * simple.el (undo): Fix previous change.
14437         * custom.el (defface): Doc fix.
14439 2005-04-13  Lute Kamstra  <lute@gnu.org>
14441         * Makefile.in (DONTCOMPILE): Remove list.
14442         (compile, compile-always): Don't use DONTCOMPILE.
14443         (update-authors): Load the library in which batch-update-authors
14444         is defined.
14445         * makefile.w32-in (DONTCOMPILE): Remove list.
14446         (compile, compile-always): Fix comments.
14447         (update-authors): Load the library in which batch-update-authors
14448         is defined.
14450         * generic-x.el (generic-mode-ini-file-find-file-hook):
14451         Rename to ini-generic-mode-find-file-hook.
14452         Keep generic-mode-ini-file-find-file-hook as an alias.
14453         (ini-generic-mode-find-file-hook): Rename from
14454         generic-mode-ini-file-find-file-hook.  Fix docstring.
14455         (ini-generic-mode): Docstring change.
14456         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14458         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14459         called from lisp.
14461         * generic.el: Move to the emacs-lisp subdir.
14463 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14465         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14466         and C-S- function and cursor motion keys.
14468 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14470         * startup.el (command-line): Enable Xterm Mouse mode by default.
14471         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14472         for Custom.  No longer show "Mouse" in mode line when enabled.
14473         Doc fix.
14475 2005-04-12  Kim F. Storm  <storm@cua.dk>
14477         * emulation/cua-base.el (cua-rectangle-face)
14478         (cua-rectangle-noselect-face): Define face attributes here.
14480         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14482 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14484         * startup.el (command-line): Turn off blinking cursor if
14485         cursorBlink in resources is off or false.
14487 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14489         * term/mac-win.el (dnd): Require dnd.
14490         (mac-drag-n-drop): Call dnd-handle-one-url.
14491         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14492         (kTextEncodingISOLatin2): Remove constants.
14493         (mac-script-code-coding-systems): New constant.
14494         (mac-handle-language-change): New function.
14495         (special-event-map): Bind it to `language-change' event.
14496         (mac-centraleurroman, mac-cyrillic): New coding systems.
14497         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14498         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14499         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14500         encode-mac-cyrillic, respectively.
14502 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14504         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14505         Don't set overlay-arrow-string to "=>" as this is done
14506         globally in C now.
14508 2005-04-12  Lute Kamstra  <lute@gnu.org>
14510         * generic-x.el (rc-generic-mode, rul-generic-mode):
14511         Fix auto-mode-alist entries.
14512         (etc-fstab-generic-mode): Tweak fontification.
14514         * generic.el (generic-make-keywords-list): Fix docstring.
14515         (generic-mode-internal): Simplify generic-font-lock-keywords.
14517 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14519         * whitespace.el (whitespace-buffer-leading)
14520         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14521         However, fix the highlight area for the leading and
14522         trailing whitespaces to show space.
14524 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14526         * whitespace.el (whitespace-version): Bump to 3.5
14528         (whitespace-buffer-leading, whitespace-buffer-trailing):
14529         Invert sense of the test to highlight the whitespace.
14531 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14533         * progmodes/gud.el (gud-display-line): GUD uses its own
14534         overlay arrow now so don't set overlay-arrow-string.
14535         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14537 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14539         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14540         (term-ansi-current-reverse, term-ansi-current-invisible)
14541         (term-ansi-face-already-done): Change to boolean.
14542         (term-reset-terminal, term-handle-colors-array): Handle the above
14543         vars accordingly.
14544         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14545         (term-emulate-terminal): Use the new name.
14547         * faces.el (secondary-selection): Use yellow1, not yellow.
14548         (trailing-whitespace): Use red1, not red.
14550 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14552         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14553         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14554         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14556         * cus-edit.el (dnd): New group.
14558         * term/w32-win.el (dnd): Require dnd
14559         (w32-drag-n-drop): Call dnd-handle-one-url.
14561         * x-dnd.el: Require dnd.
14562         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14563         Call dnd-handle-one-url.
14564         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14565         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14566         to dnd-insert-text.
14567         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14568         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14569         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14570         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14572         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14574 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14576         * wdired.el: Doc fixes.
14577         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14578         (wdired-use-dired-vertical-movement): Rename from
14579         wdired-always-move-to-filename-beginning.
14580         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14581         (wdired-change-to-wdired-mode): Change mode name.
14582         (wdired-newline): Delete.
14584 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14586         * whitespace.el (whitespace-highlight-the-space):
14587         Don't call whitespace-unhighlight-the-space here.
14589         * simple.el (undo): Record t in undo-equiv-table
14590         for the redo record made by an undo-in-region.
14592 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14594         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14595         (gdb-frame-inferior-io-buffer): New Functions to control
14596         display of separate IO buffer.
14597         (menu): Add them to menu-bar.
14598         (gdb-display-buffer): Check for buffer another frame.
14599         Protect GUD buffer.
14600         (gdb-setup-windows): Create IO buffer if not already there.
14601         (gdb-memory-mode): Remove purecopy noops.
14603 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14605         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14606         and pass to self-insert-command.
14608 2005-04-11  Lute Kamstra  <lute@gnu.org>
14610         * generic.el: Commentary section cleanup.
14611         (generic): Delete.
14612         (generic-use-find-file-hook, generic-lines-to-scan)
14613         (generic-find-file-regexp, generic-ignore-files-regexp)
14614         (default-generic-mode, generic-mode-find-file-hook)
14615         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14616         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14617         (generic-use-find-file-hook, generic-lines-to-scan)
14618         (generic-find-file-regexp, generic-ignore-files-regexp)
14619         (default-generic-mode, generic-mode-find-file-hook)
14620         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14622 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14624         * bookmark.el (bookmark-write-file): Catch errors writing file.
14625         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14627 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14629         * startup.el (fancy-splash-tail): Update copyright year.
14630         (command-line): Split part of -Q into -D.
14631         (emacs-basic-display): New defvar.
14632         (fancy-splash-text): Correct name of menu item.
14634         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14636         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14637         lines in one node.
14639         * comint.el (comint-send-input): New arg ARTIFICIAL.
14640         Callers in this file changed.
14642         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14644         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14646 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14648         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14649         `ldap-search-internal'.
14651 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14653         * files.el (set-auto-mode-1): Use line-end-position.
14655         * international/latin-1.el:
14656         * international/latin-2.el:
14657         * international/latin-3.el:
14658         * international/latin-4.el:
14659         * international/latin-5.el:
14660         * international/latin-8.el:
14661         * international/latin-9.el: Give punctuation syntax to NBSP.
14663         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14664         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14665         Use char-classes to accept non-ascii letters, accepted in some recent
14666         bibtex implementations.
14668 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14670         * custom.el (custom-set-minor-mode): Any non-nil value for the
14671         variable should enable the mode when set through Custom.
14673 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14675         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14676         TAB binding so tab-always-indent is obeyed.
14677         (vhdl-minibuffer-local-map): Move initialization into declaration.
14678         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14679         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14680         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14681         (vhdl-current-line): Use line-beginning-position.
14682         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14683         with-output-to-temp-buffer, so the current position can be recorded.
14685 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14687         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14688         Add regexp for gcov.
14690 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14692         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14693         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14694         syntax which Emacs 20 doesn't support.
14696 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14698         * help.el (describe-key-briefly, describe-key):
14699         Replace strings as event types with "(any string)".
14701 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14703         * arc-mode.el (archive-mode-map): Move initialization into
14704         the declaration.  Override *all* bindings of `undo'.
14705         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14707 2005-04-09  Jay Belanger  <belanger@truman.edu>
14709         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14711 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14713         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14714         (xterm-register-default-colors): Update color values computation
14715         to match xterm-200.
14717 2005-04-09  Kenichi Handa  <handa@m17n.org>
14719         * international/code-pages.el (iso-latin-7): Fix the map.
14721 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14723         * emacs-lisp/lisp.el (defun-prompt-regexp)
14724         (parens-require-spaces, buffer-end, end-of-defun)
14725         (insert-parentheses): Doc fixes.
14727 2005-04-08  Kim F. Storm  <storm@cua.dk>
14729         * comint.el (comint-highlight-prompt): Fix face spec.
14730         * hi-lock.el (hi-green): Likewise.
14732 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14734         * cus-edit.el (custom-modified-face):
14735         * comint.el (comint-highlight-input): Fix previous changes.
14736         * term.el (term-handle-ansi-escape): Add a comment.
14738 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14740         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14741         in the buffer and in whitespace-highlighted-space.
14742         (whitespace-unhighlight-the-space): Simplify.
14743         (whitespace-buffer): Simplify.
14745 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14747         * textmodes/table.el (table-cell-face): Add special case for
14748         displays supporting a high number of colors.
14749         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14750         (vhdl-font-lock-reserved-words-face)
14751         (vhdl-speedbar-architecture-face)
14752         (vhdl-speedbar-instantiation-face)
14753         (vhdl-speedbar-architecture-selected-face)
14754         (vhdl-speedbar-instantiation-selected-face): Likewise.
14755         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14756         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14757         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14758         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14759         (ebrowse-progress-face): Likewise.
14760         * progmodes/compile.el (compilation-info-face): Likewise.
14761         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14762         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14763         * calendar/calendar.el (diary-face): Likewise.
14764         * woman.el (woman-italic-face, woman-bold-face)
14765         (woman-unknown-face): Likewise.
14766         * wid-edit.el (widget-button-pressed-face): Likewise.
14767         * whitespace.el (whitespace-highlight-face): Likewise.
14768         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14769         * pcvs-info.el (cvs-marked-face): Likewise.
14770         * info.el (info-xref): Likewise.
14771         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14772         * hilit-chg.el (highlight-changes-face)
14773         (highlight-changes-delete-face): Likewise.
14774         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14775         (hi-red-b): Likewise.
14776         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14777         * font-lock.el (font-lock-keyword-face)
14778         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14779         * cus-edit.el (custom-invalid-face, custom-modified-face)
14780         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14781         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14782         * comint.el (comint-highlight-prompt): Likewise.
14784 2005-04-08  Lute Kamstra  <lute@gnu.org>
14786         * font-lock.el (font-lock-keywords): Docstring fixes.
14788 2005-04-08  Kenichi Handa  <handa@m17n.org>
14790         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14791         chars are more than a limit, print " and more..." at the tail.
14793 2005-04-08  Kim F. Storm  <storm@cua.dk>
14795         * emacs-lisp/authors.el (authors-aliases): Update list.
14796         (authors-ignored-files): New list.
14797         (authors-fixed-entries): Fix typo.
14798         (authors-renamed-files-alist): Update list.
14799         (authors-add): Check authors-ignored-files.
14801 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14803         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14804         optional, to ensure backward compatibility.
14806 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14808         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14810 2005-04-08  Kim F. Storm  <storm@cua.dk>
14812         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14814         * mouse.el (mouse-on-link-p): Doc fix.
14816 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14818         * ielm.el (ielm-prompt-read-only): Doc fix.
14820         * comint.el (comint-prompt-read-only): Doc fix.
14822 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14824         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14825         ensure dired always handles wildcards passed to ffap.
14826         (find-file-at-point): Use it.
14827         (ffap-dired-wildcards): Doc fix.
14829 2005-04-07  Juri Linkov  <juri@jurta.org>
14831         * simple.el (next-error-overlay-arrow-position): New defvar.
14832         Put "=>" on its property `overlay-arrow-string'.  Add it to
14833         `overlay-arrow-variable-list'.
14835         * progmodes/compile.el (compilation-setup):
14836         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14837         nil in the local hook `kill-buffer-hook'.  Make local variable
14838         `overlay-arrow-string' and set it to "=>".
14839         (compilation-goto-locus): Set BOL position to
14840         `next-error-overlay-arrow-position' instead of
14841         `overlay-arrow-position'.
14843         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14844         locally instead of adding it to the global hook.
14845         (Info-kill-buffer): Move up.
14847 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14849         * term/xterm.el (xterm-standard-colors): Update color values from
14850         xterm-200.
14852 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14854         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14856         * fast-lock.el:
14857         * lazy-lock.el: Move them to the obsolete subdir.
14859 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14861         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14862         (wdired-add-replace-advice): Remove.
14863         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14865 2005-04-06  Kim F. Storm  <storm@cua.dk>
14867         * startup.el (command-line): Add --bare-bones alias for -Q.
14869 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14871         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14872         create the startup fontset if a font specification ends with
14873         `mac-roman'.
14875 2005-04-06  Lute Kamstra  <lute@gnu.org>
14877         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14878         change.
14880         * emacs-lisp/copyright.el (copyright-update-year): Replace the
14881         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
14883 2005-04-05  Lute Kamstra  <lute@gnu.org>
14885         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14886         (define-generic-mode): Ditto.  Fix debug declaration.
14888         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14889         Put them in the generic-x group.
14891         * calendar/timeclock.el (timeclock): Doc fix.
14893         * generic.el (define-generic-mode): Don't use custom-current-group.
14894         Document default :group value.
14895         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14896         (define-global-minor-mode): Don't use custom-current-group.
14898 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14900         * startup.el (command-line-1): Display startup-echo-area-message
14901         when fancy splash screen is in use.
14903         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14904         (sh-escaped-newline): New face.
14905         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14906         newline, and use sh-escaped-newline face.
14908         * progmodes/tcl.el (tcl-escaped-newline): New face.
14909         (tcl-builtin-list): New variable.
14910         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14911         newlines.  Fix keywords subexpression number.
14913 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
14915         * textmodes/org.el (org-diary-default-entry): Fix call to
14916         `add-to-diary-entry'.
14918 2005-04-05  Kim F. Storm  <storm@cua.dk>
14920         * ediff-init.el: Use (featurep 'xemacs).
14922 2005-04-05  David Ponce  <david@dponce.com>
14924         * cus-edit.el (face): Derive from symbol widget.  Display sample
14925         of the current face on the fly.
14926         (widget-face-sample-face-get, widget-face-notify): New functions.
14927         (widget-face-value-create): Remove.
14929         * wid-edit.el (widget-field-end): Temporarily remove field
14930         narrowing before to call `get-char-property'.
14932 2005-04-04  Jay Belanger  <belanger@truman.edu>
14934         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14935         (math-read-subscripts): New variable.
14936         (math-read-preprocess-string): Process subscripts.
14938 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
14940         * comint.el (comint-prompt-read-only): Doc fix.
14942         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14943         `-1'.  Doc fix.
14945 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
14947         * textmodes/org.el (org-insert-mode-line-in-empty-file):
14948         Change default value to nil.
14950 2005-04-04  Lute Kamstra  <lute@gnu.org>
14952         * autorevert.el (auto-revert-mode): Specify :group.
14953         * battery.el (display-battery-mode): Specify :group.
14954         * diff-mode.el (diff-minor-mode): Specify :group.
14955         * font-core.el (font-lock-mode): Specify :group.
14956         * hl-line.el (hl-line-mode): Specify :group.
14957         * iimage.el (iimage): New customization group.
14958         (iimage-mode): Specify :group.
14959         * longlines.el (longlines-mode): Specify :group.
14960         * master.el: Don't require easy-mmode.
14961         (master): New customization group.
14962         (master-mode): Specify :group.
14963         * msb.el (msb-mode): Specify :group.
14964         * reveal.el (reveal-mode): Specify :group.
14965         * simple.el (next-error-follow-minor-mode): Specify :group.
14966         * smerge-mode.el (smerge-mode): Specify :group.
14967         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14968         * emulation/cua-base.el (cua-mode): Specify :group.
14969         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14970         * language/thai-util.el (thai-auto-composition-mode)
14971         (thai-word-mode): Specify :group.
14972         * mail/supercite.el (sc-minor-mode): Specify :group.
14973         * progmodes/cwarn.el (cwarn-mode): Specify :group.
14974         * progmodes/flymake.el (flymake-mode): Specify :group.
14975         * progmodes/glasses.el (glasses-mode): Specify :group.
14976         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14977         * textmodes/enriched.el (enriched-mode): Specify :group.
14978         * textmodes/refill.el (refill-mode): Specify :group.
14980         * add-log.el (change-log-font-lock-keywords): Names in
14981         parenthesized lists can contain spaces.
14983 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
14985         * startup.el (fancy-splash-text): Shorten default text of
14986         "Emacs Tutorial" line.  Also, if the current language env
14987         indicates an available tutorial file other than TUTORIAL,
14988         extract its title and append it to the line in parentheses.
14989         (fancy-splash-insert): If arg is a thunk, funcall it.
14991 2005-04-04  Jay Belanger  <belanger@truman.edu>
14993         * calc.el (calc-language-alist): Add tags to customization type.
14995 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
14997         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14998         Doc fix.
15000 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15002         * add-log.el (change-log-font-lock-keywords): The manual
15003         describing a Change Log entry, says: (...) "Aside from these
15004         header lines, every line in the change log starts with a space or
15005         a tab.".  The font-lock was not highlighting lines started with
15006         spaces, added support for it.
15008 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15010         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15011         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15012         complex example in the docstring.
15013         (bibtex-font-lock-url): Use pop.
15015 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15017         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15019         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15021 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15023         * filesets.el (filesets-set-default): Doc fix.
15025 2005-04-03  Lute Kamstra  <lute@gnu.org>
15027         * generic.el (define-generic-mode): Add argument to specify
15028         keywords for defcustom.
15029         (default-generic-mode): Specify :group.
15031         * generic-x.el: Specify :group for all generic modes.
15033         * desktop.el (desktop-no-desktop-file-hook)
15034         (desktop-after-read-hook): Doc fix.
15036 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15038         * simple.el (visible-mode): Use explicit :group keyword.
15039         This changes the group of `visible-mode-hook' from paren-blinking
15040         to editing-basics.
15042 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15044         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15045         mailbox specifications as well as URLs.
15046         (rmail-insert-inbox-text): Remove unused conditional branches.
15048 2005-04-01  Jay Belanger  <belanger@truman.edu>
15050         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15051         (calc-gnuplot-print-command): Move definitions to calc.el.
15053         * calc/calc-embed.el (calc-embedded-announce-formula)
15054         (calc-embedded-open-formula, calc-embedded-close-formula)
15055         (calc-embedded-open-word, calc-embedded-close-word)
15056         (calc-embedded-open-plain, calc-embedded-close-plain)
15057         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15058         (calc-embedded-open-mode, calc-embedded-close-mode):
15059         Move definitions to calc.el.
15061         * calc/calc.el (calc-settings-file, calc-language-alist):
15062         Make customizable.
15063         (calc-embedded-announce-formula, calc-embedded-open-formula)
15064         (calc-embedded-close-formula, calc-embedded-open-word)
15065         (calc-embedded-close-word, calc-embedded-open-plain)
15066         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15067         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15068         (calc-embedded-close-mode, calc-gnuplot-name)
15069         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15070         from other files and make customizable.
15072 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15074         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15075         Use buffer-live-p.
15076         (cvs-mode-run): Don't call cvs-update-header here.
15077         (cvs-run-process): Call cvs-update-header.
15078         Use process properties for cvs-postprocess and cvs-buffer so that
15079         the sentinel can behave better if the temp buffer is killed.
15080         Use a pipe rather than a tty, to better handle unexpected prompts.
15081         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15083 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15085         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15086         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15088 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * generic.el (define-generic-mode): Add indentation rule.
15092 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15094         * files.el (mode-require-final-newline): Make Custom correctly
15095         report a nil value and allow to set it to nil via Custom.
15096         Doc fix.
15098 2005-04-01  Kenichi Handa  <handa@m17n.org>
15100         * international/characters.el: Enable the correct case setting for
15101         dotless-i and dotted-I.
15103 2005-04-01  Kim F. Storm  <storm@cua.dk>
15105         * ido.el (ido-file-internal): Fall back to non-ido command if
15106         initial directory is on slow ftp (or tramp) host.
15108 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15110         * emacs-lisp/autoload.el (make-autoload):
15111         Handle define-global-minor-mode.
15113         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15114         Rename from easy-mmode-define-global-mode.
15115         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15117         * progmodes/scheme.el (scheme-mode-syntax-table):
15118         Update syntax of | and # for two-character comment syntax.
15120 2005-03-31  Lute Kamstra  <lute@gnu.org>
15122         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15123         (define-minor-mode): Call custom-current-group at load-time.
15125         * generic.el (define-generic-mode): Add debug declaration.
15126         Add defcustom for the mode hook.
15127         (generic-mode-internal): Use run-mode-hooks.
15129 2005-03-31  Kim F. Storm  <storm@cua.dk>
15131         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15132         (mouse-fixup-help-message): New defun called by show_help_echo
15133         to fixup mouse-2 prefix in help messages when applicable.
15135         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15137 2005-03-31  Kenichi Handa  <handa@m17n.org>
15139         * language/thai-word.el (thai-find-word-ends): Pay attention to
15140         the case that we reach the end of buffer.
15142         * textmodes/fill.el (fill-text-properties-at): New function.
15143         (fill-newline): Use fill-text-properties-at instead of
15144         text-properties-at.
15146 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15148         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15149         not comint-quote-filename.
15151 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15153         * help-fns.el (help-with-tutorial): Revert last change.
15155 2005-03-31  Kim F. Storm  <storm@cua.dk>
15157         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15159 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15161         * calendar/cal-china.el: Update reference to "Calendrical
15162         Calculations" book; there's a new edition.
15163         * calendar/cal-coptic.el: Likewise.
15164         * calendar/cal-french.el: Likewise.
15165         * calendar/cal-hebrew.el: Likewise.
15166         * calendar/cal-islam.el: Likewise.
15167         * calendar/cal-iso.el: Likewise.
15168         * calendar/cal-julian.el: Likewise.
15169         * calendar/cal-mayan.el: Likewise.
15170         * calendar/cal-persia.el: Likewise.
15171         * calendar/calendar.el: Likewise.
15172         * calendar/holidays.el: Likewise.
15173         * calendar/lunar.el: Likewise.
15174         * calendar/solar.el: Likewise.
15176         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15177         white space from doc string.
15179 2005-03-30  Jay Belanger  <belanger@truman.edu>
15181         * calc/calc-help.el (calc-full-help): Remove email address.
15183 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15185         * help-fns.el (help-with-tutorial): Delete title line.
15187 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15189         * calendar/cal-x.el (calendar-one-frame-setup)
15190         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15191         rather than 'symbol for set-window-dedicated-p.
15193         * calendar/appt.el (appt-buffer-name): Make it a constant.
15194         (appt-add): Doc fix.
15196         * filesets.el (filesets-menu-path, filesets-menu-before)
15197         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15198         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15199         (filesets-add-submenu): Delete and use add-submenu instead.
15201 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15203         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15204         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15205         (org-diary-default-entry): New function.
15206         (org-get-entries-from-diary): Better parsing of diary entries.
15207         (org-agenda-check-no-diary): New function.
15208         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15209         linking to diary entries.
15210         (org-agenda-execute-calendar-command): New function.
15211         (org-agenda): Improve visible section in window.
15212         Use `org-fit-agenda-window'.
15213         (org-fit-agenda-window): New option.
15214         (org-move-subtree-down): Better handling of empty lines
15215         at end of subtree.
15216         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15217         levels up.
15218         (org-fontify-done-headline): New option.
15219         (org-headline-done-face): New face.
15220         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15221         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15222         When current field is non-empty, it is copied to next row.
15223         (org-table-copy-from-above): Fix bug which made it
15224         impossible to copy fields containing only a single non-white character.
15226 2005-03-30  Kim F. Storm  <storm@cua.dk>
15228         * kmacro.el (kmacro-end-macro): Isearch may store this command
15229         into the macro -- so ignore it when executing keyboard macro.
15231 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15233         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15235 2005-03-29  Kenichi Handa  <handa@m17n.org>
15237         * language/thai.el ("Thai"): Set setup-function and exit-function
15238         for Thai language environment.
15240         * language/thai-util.el: Require thai-word.
15241         (thai-word-mode-map): New variable.
15242         (thai-word-mode): New minor mode.
15243         (setup-thai-language-environment-internal): New function.
15244         (exit-thai-language-environment-internal): New function.
15246         * language/thai-word.el (thai-word-table): Declare it by defvar,
15247         use dolist to initialize it.
15248         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15249         (thai-fill-find-break-point): New functions.
15251 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15253         * simple.el (idle-update-delay): Move definition up.
15254         (set-mark): Doc fix.
15256 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15258         * longlines.el: New file.
15260         * simple.el (buffer-substring-filters): New variable.
15261         (filter-buffer-substring): New function.
15262         (kill-region, copy-region-as-kill): Use it.
15264         * register.el (copy-to-register, append-to-register)
15265         (prepend-to-register): Use filter-buffer-substring.
15267 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15269         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15270         (gud-filter-pending-text): Move in front of gdb.
15271         (gud-overlay-arrow-position): New variable.
15272         (gud-sentinel, gud-display-line): Use it in place of
15273         overlay-arrow-position.
15275 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15277         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15278         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15279         (fortran-font-lock-keywords-4): New variable.
15280         (fortran-blocks-re, fortran-end-block-re)
15281         (fortran-start-block-re): New constants, for hideshow.
15282         (hs-special-modes-alist): Add a Fortran entry.
15283         (fortran-mode-map): Bind fortran-end-of-block,
15284         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15285         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15286         (fortran-looking-at-if-then, fortran-end-of-block)
15287         (fortran-beginning-of-block): New functions, for hideshow.
15289         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15290         Doc fix.  Tweak regexp.
15291         (f90-beginning-of-block): Push mark first.
15293 2005-03-29  Jay Belanger  <belanger@truman.edu>
15295         * calc/calc.el: Update copyright date.
15296         (calc-version): Increase to 2.1.
15297         (calc-version-date): Remove.
15299         * calc/calc-help.el: Update copyright date.
15300         (calc-full-help): Remove reference to calc-version-date.
15301         Update copyright date.
15303 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15305         * vc.el (vc-do-command): Use a pipe for async processes, so password
15306         prompts don't show up at places where the user can't reply.
15308 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15310         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15311         on the file name we pass to the inferior shell.
15313 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15315         * progmodes/which-func.el (which-function): Be robust in the face of an
15316         imenu--make-index-alist failure.
15318 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15320         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15322         * progmodes/python.el (python-preoutput-filter): Fix last change.
15324 2005-03-29  Lute Kamstra  <lute@gnu.org>
15326         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15327         functions and compiled macros.
15328         (debug-convert-byte-code): Handle macros too.
15329         (debug-on-entry-1): Don't signal an error when trying to clear a
15330         function that is not set to debug on entry.
15332 2005-03-29  Jay Belanger  <belanger@truman.edu>
15334         * calc/calc-lang.el: Add functions to math-function-table
15335         properties of tex and math.
15337 2005-03-29  Kenichi Handa  <handa@m17n.org>
15339         * ps-mule.el (ps-mule-plot-string): Translate characters by
15340         ps-print-translation-table.
15341         (ps-mule-begin-job): Call find-charset-region/string with
15342         ps-print-translation-table.
15343         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15345         * ps-print.el (ps-print-translation-table): New variable.
15346         (ps-plot-region): Translate characters by ps-print-translation-table.
15348 2005-03-29  Juri Linkov  <juri@jurta.org>
15350         * simple.el (next-error-highlight-timer): New variable.
15352         * progmodes/compile.el (compilation-goto-locus):
15353         Use `next-error-highlight-timer' instead of `sit-for'.
15355 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15357         * mail/supercite.el (sc-mail-field): Use assoc-string.
15358         (sc-get-address): Simplify regexps.
15360         * files.el (minibuffer-with-setup-hook): New macro.
15361         (find-file-read-args): Use it to avoid let-binding
15362         minibuffer-with-setup-hook (which breaks turning on/off
15363         file-name-shadow-mode while in the prompt).
15365         * complete.el (PC-read-include-file-name-internal):
15366         Use test-completion.
15368 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15370         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15372 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15374         * window.el (window-buffer-height): Use count-screen-lines.
15376         * progmodes/python.el (python-preoutput-leftover): New var.
15377         (python-preoutput-filter): Use it.
15378         (python-send-receive): Loop until all the result has been received.
15380 2005-03-28  Juri Linkov  <juri@jurta.org>
15382         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15384         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15385         "Recover Crashed Session".
15386         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15387         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15388         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15389         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15390         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15391         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15392         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15393         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15395         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15396         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15397         Ediff Sessions", "Toggle use of separate control buffer frame",
15398         "Use separate frame for Ediff control buffer".
15400         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15401         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15402         "Rename Bookmark", "Delete Bookmark".
15404         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15405         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15406         Add `:active Info-index-alternatives' to "Next Matching Item".
15408         * wdired.el (wdired-change-to-wdired-mode):
15409         Mention `wdired-abort-changes' key in the initial message.
15411         * international/mule.el (auto-coding-alist): Associate non-ascii
15412         image filename extensions with `no-conversion'.
15414 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15416         * international/iso-acc.el:
15417         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15419 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15421         * textmodes/sgml-mode.el (html-mode): Doc update.
15423         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15425 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15427         * term.el (term-move-columns): Fix face after extending a line.
15428         (term-insert-spaces): Likewise.
15429         (term-reset-terminal): Fix off by one error.
15431 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15433         * international/mule.el (auto-coding-alist): Add .xpi files.
15435         * files.el (auto-mode-alist): Add .xpi files.
15437 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15439         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15441 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15443         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15445 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15447         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15448         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15450         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15451         cursor to Jan 1 when needed.
15452         (calendar-end-of-year): Fix -/+ typo.
15453         Reported by Chong Yidong <cyd@stupidchicken.com>.
15455 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15457         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15459         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15460         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15462 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15464         * filesets.el (filesets-init): Add autoload.
15466         * mail/mailalias.el (mail-directory): Doc fix.
15468 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15470         * mail/mailalias.el (mail-directory-process): Do nothing if
15471         mail-directory-process is an atom.
15472         (mail-get-names): Ignore mail-directory-names if it is an atom.
15473         (mail-directory-process defvar): Doc fix.
15474         (mail-names): Doc fix.
15476 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15478         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15480 2005-03-26  Kenichi Handa  <handa@m17n.org>
15482         * international/mule-util.el (detect-coding-with-priority):
15483         Call update-coding-systems-internal before detect-coding-region.
15485 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15487         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15488         (gdb-frames-mode-map): Add follow-link property.
15490 2005-03-25  Jay Belanger  <belanger@truman.edu>
15492         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15493         for variables.
15495 2005-03-25  Juri Linkov  <juri@jurta.org>
15497         * image-mode.el: Optimize image filename extension regexps in
15498         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15499         in `auto-mode-alist'.
15500         (image-mode): Add `image-toggle-display-text' to local hook
15501         `change-major-mode-hook'.  Display the image as an image by
15502         default.  Set `cursor-type' and `truncate-lines' if the image
15503         is already displayed.  Take into account the current mode (image
15504         or text) in message.
15505         (image-minor-mode): New minor mode.
15506         (image-mode-maybe, image-toggle-display-text): New functions.
15507         (image-toggle-display): Use called-interactively-p.
15508         Let-bind `inhibit-read-only' to t.
15510         * image-mode.el (image-minor-mode): Set `cursor-type' and
15511         `truncate-lines' if the image is already displayed.  Add turning
15512         image-minor-mode off to `change-major-mode-hook'.  Add message.
15513         Call `image-toggle-display-text' after turning image-minor-mode off.
15515 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15517         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15518         Terminal.app, use utf-8.
15519         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15520         (set-locale-environment): Use it.
15522         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15524         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15526         * progmodes/python.el (python-close-block-statement-p)
15527         (python-outdent-p, python-current-defun): Use symbol-end.
15529 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15531         * files.el (save-some-buffers): Doc fix.
15533 2005-03-25  Werner Lemberg  <wl@gnu.org>
15535         * complete.el, thumbs.el: Replace `legal' with `valid'.
15536         * calendar/calendar.el: Replace `legal' with `valid'.
15537         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15538         * mail/supercite.el: Replace `legal' with `valid'.
15539         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15540         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15541         Replace `legal' with `valid'.
15542         * textmodes/reftex-vars.el, textmodes/reftex.el:
15543         Replace `legal' with `valid'.
15545 2005-03-25  Werner Lemberg  <wl@gnu.org>
15547         * calc/calc-forms.el, calc/calc-sel.el:
15548         * midnight.el, vc-cvs.el:
15549         * emacs-lisp/cl-macs.el:
15550         * emulation/vip.el:
15551         * eshell/esh-io.el, eshell/esh-var.el:
15552         * mail/supercite.el:
15553         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15554         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15555         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15556         * progmodes/sh-script.el, progmodes/xscheme.el:
15557         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15558         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15559         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15560         * textmodes/reftex.el, textmodes/org.el:
15561         Replace `illegal' with `invalid'.
15563 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15565         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15566         (flymake-find-buildfile, flymake-find-possible-master-files)
15567         (flymake-check-include, flymake-parse-line): Replace loops over the
15568         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15570         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15571         Substitute file-name-as-directory in the rest of the file.
15572         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15573         (flymake-replace-region): Remove unused arg `buffer'.
15574         (flymake-check-patch-master-file-buffer): Update calls to it.
15575         (flymake-add-err-info): Remove unused var `count'.
15576         (flymake-mode): Use define-minor-mode.
15578         * progmodes/flymake.el: Use with-current-buffer.
15579         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15580         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15581         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15582         Avoid testing for `xemacs'.
15583         (flymake-nop): Move.
15584         (flymake-region-has-flymake-overlays): Return the computed value.
15585         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15586         Remove unused var `endline'.
15587         (flymake-get-line-count): Remove unused function.
15588         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15590         * emulation/vi.el:
15591         * generic.el:
15592         * hilit-chg.el (global-highlight-changes):
15593         * hi-lock.el (hi-lock-mode):
15594         * follow.el: find-file-hooks -> find-file-hook.
15596         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15598 2005-03-24  Juri Linkov  <juri@jurta.org>
15600         * dired.el (dired-mode-map): Add menu item "Compare directories"
15601         for dired-compare-directories.
15603         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15604         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15606 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15608         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15610 2005-03-24  Jay Belanger  <belanger@truman.edu>
15612         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15613         relevant mode settings in calc-embedded-original-modes when modes
15614         are permanently changed.
15616 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15618         * autoinsert.el: find-file-hooks -> find-file-hook.
15620 2005-03-24  Lute Kamstra  <lute@gnu.org>
15622         * generic.el (generic-font-lock-defaults): Make it obsolete.
15623         (generic-font-lock-keywords): New variable to replace
15624         generic-font-lock-defaults.
15625         (generic-mode-set-font-lock): Delete it.
15626         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15627         (generic-bracket-support): Add docstring.
15629         * generic-x.el: Rename generic-font-lock-defaults to
15630         generic-font-lock-keywords throughout.
15631         (mailagent-rules-setup-function): Delete it.
15632         (mailagent-rules-generic-mode): Use anonymous function instead.
15633         (show-tabs-generic-mode-font-lock-defaults-1)
15634         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15635         Quote faces.
15636         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15637         not foreground.
15639         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15640         Recognize define-generic-mode.
15642 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15644         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15645         if there's no completion table.
15647 2005-03-23  Miles Bader  <miles@gnu.org>
15649         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15650         Remove tty-specific variants, as they're no longer needed.
15652 2005-03-23  Lute Kamstra  <lute@gnu.org>
15654         * generic-x.el: Code cleanup: make args constant whenever possible.
15655         (installshield-statement-keyword-list)
15656         (installshield-system-functions-list)
15657         (installshield-system-variables-list, installshield-types-list)
15658         (installshield-funarg-constants-list): Make them constants.
15660         * generic.el (generic-make-keywords-list): Add autoload cookie.
15662         * calendar/time-date.el: Add comment on time value formats.
15663         Don't require parse-time.
15664         (with-decoded-time-value): New macro.
15665         (encode-time-value): New function.
15666         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15667         (days-to-time): Return a valid time value when arg is huge.
15668         (time-since): Use time-subtract.
15669         (time-to-number-of-days): Use time-to-seconds.
15671 2005-03-23  David Ponce  <david@dponce.com>
15673         * recentf.el: (recentf-keep): New option.
15674         (recentf-menu-action): Default to `find-file'.
15675         (recentf-keep-non-readable-files-flag)
15676         (recentf-keep-non-readable-files-p)
15677         (recentf-file-readable-p, recentf-find-file)
15678         (recentf-cleanup-remote): Remove.
15679         (recentf-include-p): More robust.
15680         (recentf-keep-p): New function.
15681         (recentf-remove-if-non-kept): Rename from
15682         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15683         All callers updated.
15684         (recentf-menu-items-for-commands): Fix help string.
15685         (recentf-track-closed-file): Update.  Doc fix.
15686         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15688 2005-03-23  Kim F. Storm  <storm@cua.dk>
15690         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15691         Don't inherit from fringe face (now happens automatically).
15693 2005-03-22  Kim F. Storm  <storm@cua.dk>
15695         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15696         position values.
15698 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15700         * menu-bar.el (showhide-date-time): Remove.
15701         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15702         (menu-bar-make-mm-toggle): Simplify.
15704 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15706         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15707         Accept qualified variable and function names.
15709 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15711         * bindings.el (completion-ignored-extensions):
15712         Remove ".lis" for `vax-vms'.
15714 2005-03-22  Andreas Schwab  <schwab@suse.de>
15716         * generic-x.el: Revert last change.
15717         * ldefs-boot.el: Update.
15719 2005-03-22  Jay Belanger  <belanger@truman.edu>
15721         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15722         (calc-embedded-save-original-modes)
15723         (calc-embedded-restore-original-modes): New functions.
15724         (calc-do-embedded): Save original modes when entering embedded mode
15725         and restore when leaving embedded mode.
15726         (calc-embedded-modes-change): Change the value of
15727         calc-embedded-original-modes to reflect permanent changes.
15729 2005-03-22  Lute Kamstra  <lute@gnu.org>
15731         * generic-x.el: Require generic again.
15733 2005-03-22  Miles Bader  <miles@gnu.org>
15735         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15736         Tweak details to look good on both ttys and bitmap displays, light
15737         or dark background, etc.
15739 2005-03-21  Kim F. Storm  <storm@cua.dk>
15741         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15742         mouse position.
15744 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15746         * icomplete.el: Don't forcibly turn on the mode upon load.
15747         (icomplete-mode): Use define-minor-mode.
15748         (icomplete-eoinput): Default to nil.
15749         (icomplete-minibuffer-setup): Remove autoload.
15750         (icomplete-tidy): Simplify.
15751         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15752         in the initial state or if the user has modified the field.
15753         Fix handling of icomplete-max-delay-chars.
15754         Remove code that handles the oddball case where
15755         minibuffer-completion-table is an integer.
15756         Wrap icomplete-completions in while-no-input in case building
15757         completions takes more time than expected.
15758         (icomplete-completions): Simplify.
15760 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15762         * jka-compr.el (jka-compr-really-do-compress):
15763         Make variable buffer-local.
15765         * image-mode.el: Handle .xpm files too.
15766         (image-toggle-display): Preserve modification flag.
15768         * help.el (where-is): Don't mention aliases with no key bindings.
15770 2005-03-21  Lute Kamstra  <lute@gnu.org>
15772         * generic.el: Fix commentary section.  Don't require cl for
15773         compilation.
15774         (generic-mode-list): Add autoload cookie.
15775         (generic-use-find-file-hook, generic-lines-to-scan)
15776         (generic-find-file-regexp, generic-ignore-files-regexp)
15777         (generic-mode, generic-mode-find-file-hook)
15778         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15779         (define-generic-mode): Make it a defmacro.  Fix docstring.
15780         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15781         (generic-mode-set-comments): Code cleanup.
15782         * generic-x.el: Don't prevent compilation.  Don't require generic.
15783         Follow coding conventions.  Minor code cleanup.
15784         (etc-fstab-generic-mode): Add some keywords.
15785         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15786         define-generic-mode like a function declaration.
15788 2005-03-21  Jay Belanger  <belanger@truman.edu>
15790         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15791         changing modes.
15793 2005-03-21  Sam Steingold  <sds@gnu.org>
15795         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15797 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15799         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15800         Add underscore to "f$ lexicals" regexp.
15802 2005-03-20  Juri Linkov  <juri@jurta.org>
15804         * subr.el (progress-reporter-do-update): When `min-value' is equal
15805         to `max-value', set `percentage' to 0 and prevent division by zero.
15807 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15809         Sync with Tramp 2.0.48.
15811         * net/tramp.el (all): Change all addresses to .gnu.org.
15812         (tramp-append-tramp-buffers): New defun.
15813         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15814         Catch `dont-send' signal.
15815         (tramp-set-auto-save-file-modes): Set always permissions, because
15816         there might be an old auto-saved file belonging to another
15817         original file.  This could be a security threat.  Reported by
15818         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15819         Check for Emacs 21.3.50 removed.
15821         * net/tramp-smb.el (all): Remove debug construct for
15822         `with-parsed-tramp-file-name'.
15823         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15824         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15825         No error message if DIRECTORY or FILENAME doesn't exist.
15826         (tramp-smb-open-connection): Check existence of
15827         `tramp-smb-program'.
15829 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15831         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15832         Properly handle the case where the `m' or `s' command's argument is not
15833         yet terminated.
15834         (perl-indent-new-calculate): New function.
15835         (perl-indent-line): Use it.
15837 2005-03-20  Miles Bader  <miles@gnu.org>
15839         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15840         in text-mode too.  Change to new face names.
15841         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15842         Add `:weight bold' attribute.
15843         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15845 2005-03-19  Juri Linkov  <juri@jurta.org>
15847         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
15849         * international/mule.el (auto-coding-alist): Sync with
15850         `auto-mode-alist' by adding upper case archive file extensions
15851         and adding ear/war to jar extension.
15853 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
15855         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15856         running, restart it.
15858 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
15860         * finder.el (finder-current-item): Throw an error on an empty line.
15862         * man.el (Man-follow-manual-reference): If current-word returns
15863         nil, use "".
15865 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
15867         * simple.el (goto-line): Doc fix.
15869 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
15871         * files.el (save-buffer): Doc fix.
15873 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
15875         * recentf.el (recentf-cleanup-remote): New variable.
15876         (recentf-cleanup): Use it to conditionally check availability of
15877         remote files.
15879 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
15881         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15882         function names.
15884 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15886         * language/thai-word.el: New file.
15888 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15890         * files.el (backup-buffer): If the file's directory is not
15891         writable, use copy instead of move to backup the file.
15893 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15895         * obsolete/keyswap.el: Moved to obsolete/ from term/.
15897 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15899         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15900         Use functionp instead of symbolp and fboundp.  Reported by Drkm
15901         <darkman_spam@yahoo.fr>.
15902         (ps-print-version): New version 6.6.6.
15904 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
15906         * textmodes/table.el (table--line-column-position): New idiom.
15907         (table--row-column-insertion-point-p): New function to test
15908         validity of row and column insertion operation at a location.
15909         (table-global-menu, table-cell-menu): Use above functions for
15910         deterministic test operation.
15911         (table--editable-cell-p): Behave in deterministic fashion.
15913 2005-03-18  Juri Linkov  <juri@jurta.org>
15915         * isearch.el (isearch-lazy-highlight-new-loop):
15916         Make arguments beg and end optional.
15917         (isearch-update): Remove optional arguments nil from
15918         isearch-lazy-highlight-new-loop.
15919         (isearch-lazy-highlight-search): Let-bind case-fold-search to
15920         isearch-lazy-highlight-case-fold-search instead of
15921         isearch-case-fold-search, and let-bind isearch-regexp to
15922         isearch-lazy-highlight-regexp.
15923         Use isearch-lazy-highlight-last-string instead of isearch-string.
15925         * replace.el (perform-replace): Remove bindings of global
15926         variables isearch-string, isearch-regexp, isearch-case-fold-search.
15927         Add three new arguments to `replace-highlight'.
15928         (replace-highlight): Add arguments string, regexp, case-fold.
15929         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15930         to allow isearch-lazy-highlight-new-loop to use these values
15931         to set corresponding isearch-lazy-highlight-* internal
15932         variables whose values lazy highlighting will use regardless of
15933         changes to global variables isearch-string, isearch-regexp,
15934         isearch-case-fold-search during lazy highlighting loop.
15935         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15936         to `lazy-highlight-cleanup'.
15938         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15939         (ispell-highlight-face): Set default face to `isearch' when
15940         lazy highlighting is enabled.
15941         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15942         priority to 1.  Add lazy highlighting.
15943         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15944         from `isearch-dehighlight'.
15946 2005-03-18  David Ponce  <david@dponce.com>
15948         * files.el (hack-local-variables): Do a case-insensitive search
15949         for End.
15951 2005-03-18  Juri Linkov  <juri@jurta.org>
15953         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15954         `isearch-lazy-highlight-cleanup', add alias to old name and
15955         declare obsolete.  Add release numbers to other obsolete vars.
15956         (isearch-done, isearch-lazy-highlight-new-loop):
15957         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15958         (lazy-highlight-cleanup) <variable>: Doc fix.
15959         (isearch-lazy-highlight-update): Rename obsolete
15960         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15962 2005-03-18  Kenichi Handa  <handa@m17n.org>
15964         * language/thai-util.el: Fix categorization of Thai characters in
15965         thai-category-table.
15966         (thai-composition-pattern): Adjust it for the above change.
15967         (thai-self-insert-command, thai-compose-syllable): New functions.
15968         (thai-compose-region): Use thai-compose-syllable.
15969         (thai-compose-string): Likewise.
15970         (thai-composition-function): Likewise.
15971         (thai-auto-composition): New function.
15972         (thai-auto-composition-mode): New minor mode.
15974         * language/thai.el: Fix patterns to be registered in
15975         composition-function-table.
15977         * international/quail.el (quail-input-method): Locally bind
15978         inhibit-modification-hooks to t.
15980 2005-03-17  Richard M. Stallman  <rms@gnu.org>
15982         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15983         (perl-mode): Use run-mode-hooks.
15985         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15986         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15987         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15989         * mail/sendmail.el (sendmail-send-it): Reenable the code
15990         to compute resend-to-address and use it.
15992         * tar-mode.el (tar-mode): Turn off undo unconditionally.
15994         * image-mode.el: New file.
15996         * image.el (insert-sliced-image): Add autoload cookie.
15998         * font-lock.el (font-lock-lines-before): New user option.
15999         (font-lock-after-change-function): Obey it.
16001         * bindings.el (esc-map): Make M-g a prefix.
16002         Bind M-g g and M-g M-g to goto-line.
16004         * faces.el (face-id): Doc fix.
16006 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16008         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16009         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16010         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16012         * mail/sendmail.el (mail-yank-ignored-headers)
16013         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16014         Add Mail-Followup-To and Mail-Reply-To headers.
16015         (mail-citation-hook): Add autoload cookie.
16016         (mail-mode): Doc fix.
16017         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16018         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16019         (mail-mode-fill-paragraph): Handle those headers.
16020         (mail-mailing-lists): New variable.
16021         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16023 2005-03-17  Juri Linkov  <juri@jurta.org>
16025         * isearch.el (isearch-fallback): Check for `(car previous)'
16026         before calling `isearch-other-end-state'.
16028 2005-03-17  Kim F. Storm  <storm@cua.dk>
16030         * simple.el (move-beginning-of-line): Move to beginning of buffer
16031         line, as well as beginning of screen line.
16033 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16035         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16036         argument REDRAW rather than calendar-redrawing variable.
16037         * calendar/calendar.el (calendar-redrawing): Delete.
16038         (redraw-calendar): Do not bind calendar-redrawing.
16040 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16042         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16043         diary-file buffer.
16045 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16047         * help.el (describe-mode): Allow a :minor-mode-function property to
16048         specify a different minor mode toggle function than the variable.
16049         * simple.el (auto-fill-function):
16050         * subr.el (add-minor-mode): Use it.
16052 2005-03-16  Kenichi Handa  <handa@m17n.org>
16054         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16055         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16056         (ethio-fidel-to-sera-buffer): Likewise.
16058 2005-03-16  Juri Linkov  <juri@jurta.org>
16060         * emacs-lisp/find-func.el (find-function-regexp):
16061         Add defun-emitting macro `menu-bar-make-toggle'.
16063         * isearch.el: Put `isearch-scroll' property to
16064         `split-window-horizontally'.
16066         * info.el: Update error messages for `debug-ignored-errors'.
16067         (Info-isearch-search): Doc fix.
16068         (Info-find-node): Move up code to go into info buffer before
16069         recording the node to the history.
16070         (Info-fontify-node): Fontify titles only if the next line
16071         has two or more `*', `=', `-', `.'.
16072         Display "go to this node" for empty (match-string 3).
16074 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16076         * term/mac-win.el: Add mouse pointer shape constants.
16078 2005-03-15  Kim F. Storm  <storm@cua.dk>
16080         * simple.el (move-beginning-of-line): Use vertical-motion.
16082 2005-03-15  Juri Linkov  <juri@jurta.org>
16084         * isearch.el (isearch-error): New variable.
16085         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16086         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16087         (isearch-within-brackets-state): Remove.
16088         (isearch-case-fold-search-state, isearch-pop-fun-state):
16089         Decrease frame index.
16090         (isearch-mode, isearch-top-state, isearch-push-state)
16091         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16092         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16093         (isearch-search, isearch-lazy-highlight-new-loop):
16094         Replace `isearch-invalid-regexp' with `isearch-error'.
16095         Remove `isearch-within-brackets'.
16096         (isearch-search): Add `search-failed' handler to `condition-case'.
16097         (isearch-lazy-highlight-search): Add `condition-case' to catch
16098         errors and allow `isearch-lazy-highlight-update' to try
16099         highlighting from the beginning of the window.
16100         (isearch-repeat): Move up code to set isearch-wrapped to t
16101         before calling isearch-wrap-function.
16103         * info.el (Info-isearch-initial-node): New internal variable.
16104         (Info-search): Signal an error in isearch mode when search leaves
16105         the initial node.  Signal an error when `bound' is non-nil and
16106         nothing was found in the current subfile.
16107         (Info-isearch-search): Remove `condition-case'.
16108         (Info-isearch-wrap): Don't wrap when search failed during leaving
16109         the initial node.  If `Info-isearch-search' is nil, wrap around
16110         the current node.
16111         (Info-isearch-start): New fun.
16112         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16113         `isearch-mode-hook'.
16115 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16117         * simple.el (normal-erase-is-backspace): Set default to t if
16118         running on Mac.
16120         * term/mac-win.el (function-key-map): Sync with x-win.el.
16122 2005-03-15  Kenichi Handa  <handa@m17n.org>
16124         * international/mule-cmds.el (locale-language-names): Modify the
16125         format of elements and add more entries.
16126         (locale-preferred-coding-systems): Add more entries.
16127         (set-locale-environment): Adjust for the change of
16128         locale-language-names.
16130 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16132         * pcvs.el (smerge-ediff): Remove bogus autoload.
16134 2005-03-14  Lute Kamstra  <lute@gnu.org>
16136         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16137         Ignore a `*' at the beginning of a line.
16139         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16140         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16141         subr.el.
16142         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16143         to specify indentation.
16145         * generic.el (define-generic-mode): Let generic-mode-list be a
16146         list of strings; test membership with equal.
16148 2005-03-14  Kim F. Storm  <storm@cua.dk>
16150         * simple.el (next-line, previous-line): Add optional try-vscroll
16151         arg to recognize interactive use.  Pass it on to line-move.
16152         (line-move): Don't perform auto-window-vscroll when defining or
16153         executing keyboard macro to ensure consistent behavior.
16155 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16157         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16159 2005-03-13  Lute Kamstra  <lute@gnu.org>
16161         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16162         debugger-setup-buffer so that backtrace marks the frames set to
16163         debug-on-exit and we don't have to do it manually.  Set an extra
16164         debug-on-exit for macro's.
16165         (debugger-setup-buffer): Don't mark the top frame manually.
16167 2005-03-12  Lute Kamstra  <lute@gnu.org>
16169         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16170         lisp-indent-function throughout.
16171         (with-no-warnings): Set lisp-indent-function property.
16173 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16175         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16176         Add entry for backslash.
16178 2005-03-12  Juri Linkov  <juri@jurta.org>
16180         * info.el (Info-search): Four fixes for backward search.
16182 2005-03-11  Jay Belanger  <belanger@truman.edu>
16184         * calc/calc.el (calc-language-alist): New variable.
16185         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16186         (calc-embedded-find-modes): Use calc-language-alist instead of
16187         calc-embedded-language-alist.
16189 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16191         * calendar/calendar.el (calendar-redrawing): New internal
16192         variable.
16193         (redraw-calendar): Remove bogus save-excursion from previous
16194         change.  Bind calendar-redrawing to t for mark-diary-entries.
16195         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16196         calendar if that is why we were called.
16198 2005-03-11  Kenichi Handa  <handa@m17n.org>
16200         * international/mule.el (make-coding-system): Set property
16201         coding-system-define-form to nil.
16202         (define-coding-system-alias): Likewise.
16204 2005-03-11  Kenichi Handa  <handa@m17n.org>
16206         These changes are suggested by Dave Love <fx@gnu.org>.
16208         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16209         coding: tag.
16210         (adaptive-fill-regexp): Add more bullets.
16211         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16212         regexps.
16214 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16216         * help.el (describe-mode): Properly handle non-trivial lighters.
16217         Don't ignore minor modes that are not listed in minor-mode-list.
16219         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16220         feature ON when the user requests to turn it OFF.
16222 2005-03-10  Lute Kamstra  <lute@gnu.org>
16224         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16225         (implement-debug-on-entry): New function to replace debug-entry-code.
16226         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16227         second argument as the 2005-03-07 change makes it obsolete.
16228         (debug-on-entry, cancel-debug-on-entry): Update call to
16229         debug-on-entry-1.
16230         (debug, debugger-setup-buffer): Comment update.
16231         (debugger-frame-number): Update to work with implement-debug-on-entry.
16233 2005-03-10  Jay Belanger  <belanger@truman.edu>
16235         * calc/calc-embed.el (math-ms-args): Declare it.
16236         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16237         math-ms-args.
16238         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16239         variables.
16241 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16243         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16244         Use message-box.
16246         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16247         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16248         (tooltip-gud-tips): Simplify.
16249         (tooltip-gud-tips-p): Remove superfluous :set.
16250         (tooltip-gud-modes): Add fortran-mode.
16251         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16253         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16255 2005-03-09  Kim F. Storm  <storm@cua.dk>
16257         * play/animate.el (animate-place-char): Use forward-line instead
16258         of next-line to improve performance.
16260 2005-03-09  Simon Josefsson  <jas@extundo.com>
16262         * net/browse-url.el (browse-url-default-browser): Doc fix.
16264 2005-03-09  Miles Bader  <miles@gnu.org>
16266         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16267         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16269 2005-03-09  Kenichi Handa  <handa@m17n.org>
16271         * international/latin-1.el: Set case and syntax for 255 only if
16272         set-case-syntax-set-multibyte is nil.
16274         * textmodes/ispell.el (ispell-insert-word): New function.
16275         (ispell-word): Use ispell-insert-word to insert a new word.
16276         (ispell-process-line): Likewise.
16277         (ispell-complete-word): Likewise.
16279 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16281         * calendar/calendar.el (redraw-calendar): Preserve point.
16282         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16283         (calendar-week-start-day): Move after definition of
16284         redraw-calendar.  Delete buffer test, since redraw-calendar has
16285         that now.
16287         * calendar/diary-lib.el (mark-diary-entries): Only call
16288         redraw-calendar in the first of any recursive calls.
16289         Reported by Alan Shutko <ats@acm.org>.
16291 2005-03-08  Juri Linkov  <juri@jurta.org>
16293         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16294         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16295         (html-radio-buttons): Add a space before the trailing `/>' where
16296         sgml-xml-mode is non-nil.
16297         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16298         the subsequent tag of the empty XML tag.
16299         (html-href-anchor): Don't set initial input to "http:".
16300         (html-image): Ask for the image URL and set point inside alt="".
16301         (html-name-anchor): Duplicate the name in the `id' attribute when
16302         sgml-xml-mode is non-nil.
16303         (html-paragraph): Remove \n before <p>.
16304         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16305         instead of `checked' when sgml-xml-mode is non-nil.
16307         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16308         Remove 1 space before #RRGGBB to not truncate it on terminal
16309         windows w/o fringes.  Remove 1 space between bg and fg examples
16310         to get more space.
16311         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16312         avoid byte-compile warnings.
16314         * image-file.el (image-file-handler): Put `safe-magic' property to
16315         `image-file-handler'.
16317         * info.el (Info-isearch-search): Emulate word search in
16318         isearching through multiple Info nodes with Info-search.
16319         (Info-isearch-wrap): Allow isearch-word.
16321 2005-03-08  Lute Kamstra  <lute@gnu.org>
16323         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16324         stepping into the debugger's code is not possible.
16325         (debugger-jumping-flag): Docstring update.
16327 2005-03-08  Jay Belanger  <belanger@truman.edu>
16329         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16330         embedded mode begins.
16331         (calc-embedded-language-alist): New variable.
16332         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16333         set default language mode.
16335 2005-03-08  Kenichi Handa  <handa@m17n.org>
16337         * international/ccl.el (define-ccl-program): Fix docstring about
16338         extra 256 bytes assured for the output buffer.
16340         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16341         Fix BUFFER_MAGNIFICATION to 2.
16342         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16344 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16346         * align.el (align-rules-list): Added an alignment rule for CSS
16347         declarations (applies to css-mode and html-mode buffers).
16349 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16351         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16353 2005-03-07  Kim F. Storm  <storm@cua.dk>
16355         * simple.el (move-beginning-of-line): New command.
16357         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16359         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16361         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16362         and move-beginning-of-line.
16364         * apropos.el (apropos-print): Omit command from M-x ... RET.
16366 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16368         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16369         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16371 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16373         * bindings.el (esc-map): Bind M-g to goto-line.
16375         * facemenu.el (global-map): Bind M-o, not M-g.
16377 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16379         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16380         "Open Directory" as for "Open File".
16382 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16384         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16385         (push-mark-command): Run activate-mark-hook.
16387 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16389         * help-mode.el (help-mode-finish): Don't alter the element
16390         in view-return-to-alist if there already is one.
16392         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16393         make sure the current buffer is the expected one.
16395         * novice.el (disabled-command-function): Output in *Disabled Command*.
16396         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16398         * textmodes/flyspell.el (flyspell-large-region):
16399         Pass args differently for aspell.
16401         * files.el (mode-require-final-newline): Doc fix.
16403 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16405         * progmodes/which-func.el (which-function):
16406         Specify NOERROR when calling imenu--make-index-alist.
16408 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16410         * simple.el (normal-erase-is-backspace): Define default value.
16412         * custom.el (custom-theme-set-variables): Remove unused var
16413         `immediate'.
16414         (custom-reevaluate-setting): Simple function to handle variables
16415         that are defined before their default value can really be
16416         computed.
16418         * startup.el (command-line): Use it for temporary-file-directory,
16419         small-emporary-file-directory, auto-save-file-name-transforms,
16420         blink-cursor-mode, and normal-erase-is-backspace.
16422         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16423         progress, even with buggy anchored keywords.
16425 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16427         * simple.el (goto-line): Remove unbalanced final parenthesis.
16429 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16431         * simple.el (goto-line): Use a number at point as the default.
16432         With C-u as arg, switch buffers.
16434 2005-03-05  Juri Linkov  <juri@jurta.org>
16436         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16437         with `no-blinking-cursor'.
16439         * startup.el (no-blinking-cursor): New defvar.
16440         (command-line): Add `--no-blinking-cursor' to longopts.
16441         Set `no-blinking-cursor' to t for command line arguments
16442         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16443         with `no-blinking-cursor' in the condition for calling
16444         `blink-cursor-mode'.
16446 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16448         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16449         (menu-bar-options-save): Add blink-cursor-mode.
16450         (menu-bar-options-menu): Add blink-cursor-mode.
16452 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16454         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16455         (icalendar-export-file, icalendar-export-region)
16456         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16457         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16459 2005-03-04  Lute Kamstra  <lute@gnu.org>
16461         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16462         (debug-function-list): Ditto.
16464 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16466         * textmodes/texinfmt.el (texinfo-append-refill):
16467         Redefine the types of line to which @refill
16468         is not appended by replacing a search for `@refill\\|@bye' with
16469         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16470         itemize@refill' bug and the unfilled long lines bug.
16471         (texinfmt-version): Update number and date.
16473 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16475         * international/code-pages.el (windows-1250, windows-125[2-8])
16476         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16478 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16480         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16481         bound yet.
16483 2005-03-02  Romain Francoise  <romain@orebokech.com>
16485         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16486         buffer after removing limits.
16487         (ibuffer-pop-filter): Ditto.
16488         Update copyright.
16490 2005-03-02  Miles Bader  <miles@gnu.org>
16492         * button.el (make-text-button): If the user doesn't specify a
16493         type, use the default.  Rewrite to use `add-text-properties' and
16494         plist functions.
16496 2005-03-01  Lute Kamstra  <lute@gnu.org>
16498         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16499         (debugger-jumping-flag): New var.
16500         (debug-entry-code): Use it.
16501         (debugger-jump): Use debugger-jumping-flag and add
16502         debugger-reenable to post-command-hook.
16503         (debugger-reenable): Use debugger-jumping-flag and remove itself
16504         from post-command-hook.
16505         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16506         debugger-reenable.
16508 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16510         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16511         inclusion of "itemize\\|", which may be unnecessary, is certainly
16512         inelegant, and stops refilling in itemize lists when formatting
16513         Japanese Texinfo files to Info.
16514         Update copyright to 2005.
16516 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16518         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16519         of an error if GDB can't find the source file.
16521 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16523         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16524         not just the calendar.
16526         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16527         first.
16528         (diary-redraw-calendar): New function.
16529         (make-diary-entry): Add diary-redraw-calendar to local
16530         write-contents-functions.  Turn off selective display before
16531         inserting in diary.
16533 2005-03-01  Kim F. Storm  <storm@cua.dk>
16535         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16537 2005-03-01  Lute Kamstra  <lute@gnu.org>
16539         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16540         that debug-entry-code can be safely removed from a function while
16541         this code is being evaluated.  Revert the 2005-02-27 change as the
16542         new implementation no longer requires it.  Make sure that a
16543         function body containing just a string is not mistaken for a docstring.
16544         (debug): Skip one more frame in case of debug on entry.
16545         (debugger-setup-buffer): Delete one more frame line in case of
16546         debug on entry.
16547         (debugger-frame-number): Update to use the new text introduced by
16548         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16550 2005-02-28  Kim F. Storm  <storm@cua.dk>
16552         * double.el (double-translate-key): Call force-window-update after
16553         read-event to avoid crash in redisplay.
16555 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16557         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16558         (debug): Use it.  Move the inhibit-trace earlier.
16559         (debug-entry-code): New const.
16560         (debug-on-entry-1): Use it.
16562 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16564         * international/utf-16.el (ccl-encode-mule-utf-16le):
16565         Fix BUFFER_MAGNIFICATION to 2.
16566         (ccl-encode-mule-utf-16be): Likewise.
16568 2005-02-28  Kenichi Handa  <handa@m17n.org>
16570         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16571         Fix BUFFER_MAGNIFICATION to 4.
16572         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16574 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16576         * speedbar.el (speedbar-update-flag): Doc fix.
16577         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16578         argument.
16580 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16582         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16583         have a non-nil `invisible' property but are actually visible.
16585         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16586         for perldoc sections.
16587         (perl-outline-regexp, perl-outline-level): New var and function.
16588         (perl-mode): Use them.
16590 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16592         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16593         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16595 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16597         * cus-edit.el: Comment change.
16598         (custom-buffer-create-internal): Slightly reword text at top of
16599         Custom buffers.  Mention there that saving an option edits the
16600         init file.  Add link to Emacs manual node on `custom-file'.
16601         (custom-magic-alist): Rewrite individual State messages to use
16602         capitalized keywords.  Doc fix.
16604 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16606         * calendar/calendar.el (calendar-buffer): Move above
16607         calendar-week-start-day.
16608         (calendar-week-start-day): Doc fix.  Add :set function.
16609         (calendar-minimum-window-height): New variable.
16610         (generate-calendar-window): Only resize window if selected-window
16611         is displaying the calendar buffer.  Use new variable
16612         calendar-minimum-window-height.
16613         (generate-calendar): Reword error message.
16614         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16616 2005-02-27  Andreas Schwab  <schwab@suse.de>
16618         * vc.el (vc-do-command): Don't run command asynchronously when
16619         operating in a remote directory.
16621         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16622         change from sync with Tramp 2.0.47.
16624 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16626         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16628         * textmodes/flyspell.el (flyspell-mode-on):
16629         Call ispell-change-dictionary only if necessary.
16631         * emacs-lisp/re-builder.el (regexp-builder): New function.
16633         * register.el (describe-register-1): Explicitly handle
16634         yank-excluded-properties = t.
16636         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16637         (custom-magic-alist): Change the status descriptions again.
16638         (face widget-type): Total rewrite based on `restricted-sexp'
16639         to eliminate the confusing double hiding levels.
16641         * emacs-lisp/debug.el (debug-on-entry-1):
16642         If function body is empty, add nil as body form.
16644 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16646         * emacs-lisp/trace.el (inhibit-trace): New var.
16647         (trace-make-advice): Use it.
16649         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16651 2005-02-26  Kim F. Storm  <storm@cua.dk>
16653         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16654         (mouse-on-link-p, mouse-drag-region-1): Use it.
16656 2005-02-25  Lute Kamstra  <lute@gnu.org>
16658         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16660 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16662         * frame.el (blink-cursor-mode): Add :group keyword.
16664 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16666         * calendar/icalendar.el (icalendar--decode-isodatetime):
16667         New optional argument DAY-SHIFT.
16668         (icalendar-export-region): Fix coding-system-for-write.
16669         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16670         events by one.
16672 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16674         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16676 2005-02-24  Kim F. Storm  <storm@cua.dk>
16678         * international/iso-acc.el (iso-accents-compose): Fix crash
16679         during redisplay.  Call force-window-update after read-event
16680         and delete-region to signal that window is not accurate.
16682 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16684         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16685         Remove unused and inexistent var `inhibit-trace'.
16686         (debugger-mode): Use run-mode-hooks.
16687         (debugger-list-functions): Add buttons; setup xref stack.
16689 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16691         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16692         appointment says it was explicitly made.
16693         (appt-add): Set the 3rd element.
16694         (appt-make-list): Preserve explicit appointments.
16696         * subr.el (find-tag-default): Catch errors in forward-sexp.
16698 2005-02-23  Juri Linkov  <juri@jurta.org>
16700         * info.el (Info-isearch-search): New defcustom.
16701         (Info-isearch-search): Call the default isearch function
16702         when Info-isearch-search is nil.
16703         (Info-isearch-wrap): Use variable Info-isearch-search.
16705 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16707         * cus-edit.el: Comment change.
16709 2005-02-22  Kim F. Storm  <storm@cua.dk>
16711         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16712         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16714 2005-02-22  Simon Josefsson  <jas@extundo.com>
16716         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16717         New variable.
16718         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16719         Oskarsson" <myrkraverk@users.sourceforget.net>.
16721 2005-02-22  Kim F. Storm  <storm@cua.dk>
16723         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16724         check that window of that event is the selected window.
16725         (mouse-drag-region-1): Compare mouse event window to selected
16726         window before setting point.
16728         * tooltip.el (tooltip-show-help-function): Pass event to
16729         mouse-on-link-p so it can check selected window.
16731 2005-02-22  Kenichi Handa  <handa@m17n.org>
16733         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16734         (ps-mule-show-warning): New function.
16735         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16736         characters are found.
16738         * ps-print.el (ps-header-footer-string): Return a list of header
16739         and footer strings.
16741 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16743         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16745 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16747         * frame.el (blink-cursor-mode): Use define-minor-mode.
16749         * term/mac-win.el (function-key-map): Use char-names more consistently.
16750         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16751         already handled in mule-cmds.el (where it also works when mac-win.el
16752         is not used).
16754 2005-02-21  Kenichi Handa  <handa@m17n.org>
16756         * international/mule.el (ctext-pre-write-conversion): Always use
16757         " *code-converting-work*" buffer for work.
16759         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16761 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16763         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16765 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16767         * ses.el (undo-more): Restore defadvice, but only the part that
16768         allows changes outside the restricted area of the buffer.
16770 2005-02-20  Kim F. Storm  <storm@cua.dk>
16772         * simple.el (line-move): Add fourth optional arg try-vscroll which
16773         must be set to perform auto-window-vscroll.
16774         When moving backwards and doing auto-window-vscroll, automatically
16775         vscroll to the last part of lines which are taller than the window.
16776         (next-line, previous-line): Set try-vscroll arg on line-move.
16778 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16780         * replace.el (query-replace, query-replace-regexp)
16781         (replace-string, replace-regexp): When operating on region, make
16782         the minibuffer prompt say so.
16784         * isearch.el (isearch-forward): Document isearch-query-replace and
16785         isearch-query-replace-regexp keybindings.
16787 2005-02-19  Jay Belanger  <belanger@truman.edu>
16789         * calc/calc-aent.el (math-read-token): Add local variable.
16791         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16792         (calc-edit-top): Move declaration to earlier in file.
16793         (calc-edit-macro-repeats): Add local variables.
16795         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16796         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16797         calcFunc-tanh.
16798         Adjust integration rule for calcFunc-tan.
16800 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16802         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16803         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16804         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16805         (viper-skip-separators): Bug fix.
16806         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16807         particular major mode.
16808         (viper-del-backward-char-in-replace): Don't put deleted char on the
16809         kill ring.
16811         * viper-ex.el (viper-color-display-p): New function.
16812         (viper-has-face-support-p): Use viper-color-display-p.
16814         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16816         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16818         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16819         (viper-file-remote-p): Make equivalent to file-remote-p.
16821         * viper.el (viper-major-mode-modifier-list):
16822         Use viper-gnus-modifier-map.
16824 2005-02-19  David Kastrup  <dak@gnu.org>
16826         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16827         quoting.
16829 2005-02-19  Jay Belanger  <belanger@truman.edu>
16831         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16832         Remove extra definitions.
16833         (calc-coth): New function.
16834         (calcFunc-cot): Fix `let'.
16836 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16838         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16839         the reasons we use "type pc" in these faces.
16841         * button.el (button): Ditto.
16843 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16845         * replace.el (query-replace-read-from): Set the value of
16846         query-replace-from-history-variable to handle the case of an empty
16847         string entered to accept the suggested default.
16849         * net/tramp.el (tramp-file-name-for-operation):
16850         Use dired-call-process instead of dired-call-process-command.
16852 2005-02-19  Jay Belanger  <belanger@truman.edu>
16854         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16855         (math-div-non-trig): New variables.
16856         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16857         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16858         (math-combine-prod, math-div-symb-fancy): Add simplifications for
16859         trig expressions.
16861 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
16863         * progmodes/gdb-ui.el (gdb-var-update-handler)
16864         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16865         for watch expressions,
16866         (gdb-var-create-handler): Don't set speedbar-update-flag.
16867         (gdb-post-prompt): Simplify test for speedbar.
16869 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16871         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16872         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16873         we use the syntax table of the correct buffer.
16874         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16875         Felix Gatzemeier.
16877         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16878         (ediff-file-remote-p): Make synonymous with file-remote-p.
16879         In all deffaces ediff-*-face-*, use min-colors.
16881         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16882         ediff-recurse-to-subdirectories.
16883         (ediff-mark-if-equal): Check that the arguments are strings, use
16884         ediff-same-contents (after to Felix Gatzemeier).
16886         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16887         nil.
16889 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16891         * log-view.el (log-view-message-re): Fix up Subversion regexp.
16893 2005-02-18  David Kastrup  <dak@gnu.org>
16895         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16896         use `mark-active' when defined.
16898 2005-02-18  Kenichi Handa  <handa@m17n.org>
16900         * ps-print.el (ps-font-info-database): New entry
16901         ZapfChancery-MediumItalic with correct font name.  Fix font name
16902         of the entry Zapf-Chancery-MediumItalic.
16904 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16906         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16908 2005-02-16  Kim F. Storm  <storm@cua.dk>
16910         * ido.el (ido-fallback-command): Pass user input to fallback command.
16912 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
16914         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16915         (gdb-find-file-hook): Add server prefix.
16917 2005-02-16  Richard M. Stallman  <rms@gnu.org>
16919         * replace.el (perform-replace): Pass new args to replace-highlight.
16920         (replace-highlight): Take region args,
16921         and pass them to isearch-lazy-highlight-new-loop.
16923         * novice.el (disabled-command-hook): Autoload the defalias
16924         and the make-obsolete-variable call.
16926         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16928         * isearch.el (isearch-lazy-highlight-start-limit)
16929         (isearch-lazy-highlight-end-limit): New variables limit
16930         the region for highlighting.
16931         (isearch-lazy-highlight-new-loop): New args BEG and END.
16932         (isearch-lazy-highlight-search): Use the new vars.
16933         (isearch-lazy-highlight-update): Likewise.
16935         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16937         * cus-start.el (all): Use default-boundp.
16939 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
16941         * menu-bar.el (menu-bar-select-frame): Handle current frame.
16943 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
16945         * autorevert.el (auto-revert-stop-on-user-input)
16946         (auto-revert-verbose): Doc fixes.
16948 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
16950         * international/mule-cmds.el (set-locale-environment): Remove call
16951         to set-selection-coding-system on Windows.
16953 2005-02-15  Jay Belanger  <belanger@truman.edu>
16955         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16956         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16957         calcFunc-coth.
16958         (math-simplify-sqrt): Add simplifications.
16960         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16961         to list.
16963         * calc/calc-ext.el: Add functions to autoloads.
16965         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16966         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16967         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16968         (math-csc-raw, math-cot-raw): New functions.
16970         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16972         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16973         the variable name in a message.
16975         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16976         calcFunc-csc, calcFunc-cot.
16978         * calc/calcalg2.el: Add derivative and integration rules for
16979         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16980         calcFunc-csch, calcFunc-coth.
16981         (math-do-integral-methods): Add to checks for when to use
16982         substitutions.
16984         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16986 2005-02-15  Lute Kamstra  <lute@gnu.org>
16988         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16989         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
16990         <monnier@iro.umontreal.ca>
16991         (lisp-outline-level): Improve efficiency.  Suggested by David
16992         Kastrup <dak@gnu.org>.
16994 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
16996         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16997         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16998         (gdb-set-gud-minor-mode-existing-buffers): New functions.
16999         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17000         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17002 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17004         * cus-start.el (all): Comment change.
17006 2005-02-14  Lute Kamstra  <lute@gnu.org>
17008         * cus-start.el (all): Check if symbol is void.
17010 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17012         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17013         optional argument to \cite.
17015 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17017         * cus-edit.el (custom-buffer-create-internal): Update help message.
17018         (custom-magic-alist): Update help messages.
17020         * cus-start.el (all): Allow a var to specify a standard value.
17022 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17024         * custom.el (custom-theme-set-variables): Handle variable aliases.
17026         * frame.el (blink-cursor-timer): Doc fix.
17027         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17028         declare obsolete.
17029         (blink-cursor-mode): Define with defcustom and use correct
17030         standard expression in that defcustom.
17031         * startup.el (command-line): Adapt to above changes in frame.el.
17033 2005-02-11  Lute Kamstra  <lute@gnu.org>
17035         * apropos.el (apropos-score-doc): Prevent division by zero.
17037 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17039         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17040         (icalendar--get-event-property-attributes)
17041         (icalendar--get-event-properties)
17042         (icalendar--datetime-to-diary-date): New functions.
17043         (icalendar--split-value): Doc fix.
17044         (icalendar--datetime-to-noneuropean-date)
17045         (icalendar--datetime-to-european-date): New optional argument
17046         SEPARATOR.  Return result as a string instead of a list.
17047         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17048         (icalendar--convert-string-for-export): Rename arg S to STRING.
17049         (icalendar-export-region): Doc fix.  Change name of error buffer.
17050         Save output buffer.
17051         (icalendar-import-file): Add blank at end of prompt.
17052         (icalendar-import-buffer): Doc fix.  Do not switch to error
17053         buffer.  Indicate status in return value.
17054         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17055         buffer.  Save output buffer.  Handle exception from recurrence
17056         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17057         events.  Fix problems with weekly all-day events.
17059 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17061         * simple.el (eval-expression-print-format):
17062         Avoid warning about edebug-active.
17064         * help.el (help-for-help-internal): Rename from help-for-help.
17065         (help-for-help): Define with defalias.
17067         * font-core.el (font-lock-default-function): Use with-no-warnings.
17069         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17071         * custom.el (defface): Doc fix.
17073 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17075         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17076         width 0" to prevent word wrapping problems.
17078 2005-02-09  Kim F. Storm  <storm@cua.dk>
17080         * ido.el (ido-file-extensions-order): New defcustom.
17081         (ido-file-extension-lessp, ido-file-extension-aux)
17082         (ido-file-extension-order): New advanced file ordering.
17083         (ido-file-lessp): New simple file ordering.
17084         (ido-sort-list): Remove.
17085         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17086         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17088 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17090         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17091         that some versions of grep produce.
17092         (grep-mode-font-lock-keywords): Likewise.
17094 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17096         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17097         (gdb-cdir): Delete.
17098         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17099         (gdb-source-info): Treat case when source file is in another
17100         directory properly.
17101         (gdb-get-location): New function.
17103 2005-02-07  Jay Belanger  <belanger@truman.edu>
17105         * calc/calc-prog.el (calc-write-parse-table-part)
17106         (calc-fix-token-name): Fix a check for language type.
17108         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17110 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17112         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17113         as directory not writable.
17115 2005-02-07  Kim F. Storm  <storm@cua.dk>
17117         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17118         (cua--standard-movement-commands): Remove list.
17119         Instead, set CUA property value to move for movement commands.
17120         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17121         (cua--pre-command-handler): Check CUA property.
17122         (cua--init-keymaps): Don't remap undo commands.
17123         (cua-mode): Don't call cua--rectangle-on-off.
17125         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17126         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17127         (cua--rect-undo-set-point): New var.
17128         (cua--rectangle-undo-boundary): Setup undo apply entry.
17129         (cua--rect-undo-handler): New function for rectangle undo.
17130         (cua--rect-start-position, cua--rect-end-position): Add.
17131         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17132         for restored rectangle.  Set point if cua--rect-undo-set-point.
17134 2005-02-06  Jay Belanger  <belanger@truman.edu>
17136         * calc/calc-lang.el (calc-tex-language): Display more information
17137         in messages.
17139         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17140         in TeX mode.
17142 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17144         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17146 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17148         * net/ldap.el (ldap-search-internal): Support attributes with
17149         optional descriptions separated by a semi-colon, as in
17150         "userCertificate;binary".
17152 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17154         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17155         isn't a cons (i.e. the version is 0).
17157 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17159         * help.el (help-for-help): Doc fix.
17161 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17163         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17164         GDB-Windows on the menu-bar as this works better.
17166 2005-02-04  Jay Belanger  <belanger@truman.edu>
17168         * calc/calc-embed.el (calc-embedded-update): Don't put in
17169         unnecessary newlines.  Adjust the end of formula marker.
17171         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17172         (math-latex-parse-two-args): New function.
17174 2005-02-03  Lute Kamstra  <lute@gnu.org>
17176         * help-fns.el (help-with-tutorial): Make sure that users cannot
17177         remove the entire text of the tutorial by means of `undo'.
17179 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17182         in recent changes, where the ispell process was repeatedly
17183         killed & restarted.
17185         * international/mule-cmds.el (set-locale-environment): Set file-name
17186         coding system to utf-8 on Darwin systems.
17187         (set-default-coding-systems): Don't set default-file-name-coding-system
17188         on Darwin systems.
17190 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17192         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17194 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17196         * faces.el (list-faces-display): Add optional argument.
17198 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17200         * font-core.el (font-lock-default-function): Handle the rare case where
17201         only font-lock-keywords is set.
17203 2005-02-02  Kenichi Handa  <handa@m17n.org>
17205         * international/characters.el: Cancel previous change for
17206         I-WITH-DOT-ABOVE and DOTLESS-i.
17208         * international/latin-5.el: Cancel previous change.
17210 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17212         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17214 2005-02-02  Kenichi Handa  <handa@m17n.org>
17216         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17217         DOTLESS-i.
17219         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17220         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17222         * case-table.el (get-upcase-table): New function.
17223         (copy-case-table): Copy upcaes table too if non-nil.
17224         (set-case-syntax-delims): Maintain upcase table too.
17225         (set-case-syntax-pair): Likewise.
17226         (set-upcase-syntax, set-downcase-syntax): New functions.
17227         (set-case-syntax): Maintain upcase table too.
17229 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17231         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17233         * progmodes/gud.el (gud-goto-info): New function.
17234         (gud-tool-bar-map): Use correct icon.
17236 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17238         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17239         When delegating, order args in the funcall correctly.
17241 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17243         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17245 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17247         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17248         buffer not visiting a file.
17250 2005-01-31  Jay Belanger  <belanger@truman.edu>
17252         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17253         bound on the line with the formula.
17255 2005-01-31  Kim F. Storm  <storm@cua.dk>
17257         * ses.el (ses-create-cell-variable-range)
17258         (ses-destroy-cell-variable-range, ses-reset-header-string)
17259         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17260         (ses-insert-row): Fix format of apply undo entries.
17262 2005-01-31  Jay Belanger  <belanger@truman.edu>
17264         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17265         parts.
17267         * calc/calc-embed.el (calc-embedded-open-formula)
17268         (calc-embedded-close-formula): Ignore matrix environments.
17270         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17271         TeX mode.
17273         * calc/calc-lang.el (math-function-table, math-oper-table)
17274         (math-variable-table): Adjust the LaTeX portions.
17276         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17277         (math-latex-ignore-words): New constant.
17279 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17281         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17282         (ispell-local-dictionary): Doc fix.
17283         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17284         Don't reinitialize at run time.  Don't defcustom.
17285         All uses changed to append ispell-local-dictionary-alist,
17286         or check it first.
17287         (ispell-current-dictionary): New variable for dictionary in use.
17288         (ispell-dictionary): Now used only for global default.
17289         (ispell-start-process): Set ispell-current-dictionary,
17290         not ispell-dictionary.
17291         (ispell-change-dictionary): Use this only for setting
17292         user preferences.
17293         (ispell-internal-change-dictionary): New function
17294         to change the current dictionary in use.
17295         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17296         Use ispell-current-dictionary.
17297         Handle ispell-local-dictionary-overridden.
17298         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17300 2005-01-31  Jay Belanger  <belanger@truman.edu>
17302         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17304         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17305         (calc-mode-map): Add calc-latex-language.
17307         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17308         (math-latex-print-frac): New functions.
17309         (math-oper-table, math-function-table, math-variable-table)
17310         (math-complex-format, math-input-filter): Add latex properties.
17311         (calc-set-language): Set math-expr-special-function-mapping.
17313         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17314         (calc-write-parse-table-part): Add LaTeX support.
17316         * calc/calc.el (calc-language): Adjust docstring.
17317         (calc-set-mode-line): Add LaTeX support.
17318         (math-expr-special-function-mapping): New variable.
17319         (math-tex-ignore-words): Add to list.
17321         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17322         Add LaTeX support.
17323         (math-compose-expr): Add support for special functions.
17325         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17327 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17329         * progmodes/gdb-ui.el (gdb-memory-address)
17330         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17331         (gdb-memory-mode-map, gdb-memory-format-keymap)
17332         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17333         (gdb-memory-unit-menu): New variables for a buffer
17334         that lets the user examine program memory.
17335         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17336         (gdb-memory-format-binary, gdb-memory-format-octal)
17337         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17338         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17339         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17340         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17341         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17342         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17343         (gdb-memory-mode, gdb-memory-buffer-name)
17344         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17345         New functions for above buffer.
17347 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17349         * cus-edit.el (custom-bury-buffer): Function deleted.
17350         (custom-buffer-done-function): Option deleted.
17351         (custom-buffer-done-kill): New replacement option.
17352         (Custom-buffer-done): Call quit-window.
17353         (custom-buffer-create-internal): Update for above changes.
17355 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17357         * simple.el (undo-ask-before-discard): New var.
17358         (undo-outer-limit-truncate): Implement it.
17359         (undo-extra-outer-limit): Doc update.
17361 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17363         * ses.el (undo-more): Delete defadvice.
17364         (ses-begin-change): Doc fix.
17366         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17367         instead of rebinding C-x u and C-_.
17369         * files.el (normal-backup-enable-predicate): Return nil for files
17370         in /tmp, regardless of temporary-file-directory.
17372         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17374         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17375         (open-rectangle, delete-whitespace-rectangle-line)
17376         (clear-rectangle-line): If FILL, pass t instead of FILL
17377         for move-to-column's 2nd arg.
17379         * simple.el (undo): Fix the test for continuing a series of undos.
17380         (undo-more): Set pending-undo-list to t when we reach end.
17381         (pending-undo-list): Move up defvar.
17383         * wid-edit.el (widget-button-click):
17384         Shorten the range of the track-mouse binding.
17386         * comint.el (comint-insert-input): Undo previous changes;
17387         use last-input-event in interactive spec.
17389 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17391         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17392         to nil before invoking call-process.  Reset buffer's modified flag
17393         after fontifying it in the no-async branch.
17395         * wid-edit.el (widget-specify-button): If mouse pointer shape
17396         cannot be changed, use mouse face instead.
17398 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17400         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17401         (gdb-goto-breakpoint): Make breakpoint handling work on template
17402         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17403         (gdb-assembler-custom): Update to recognize breakpoint information
17404         added on 2005-01-19.
17406 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17408         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17409         (dsssl-mode): Use define-derived-mode.
17410         (scheme-mode-initialize): Remove.
17411         (scheme-mode): Use run-mode-hooks.
17413         * cus-edit.el (customize-group-other-window)
17414         (custom-buffer-create-other-window): Don't override special-display-*.
17415         (custom-mode-map): Make it dense.
17417         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17418         sets the default value.
17420 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17422         * descr-text.el: Add more keywords.
17424 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17426         * speedbar.el: Avoid unnecessary use of locate-library.
17428         * international/mule-cmds.el (standard-display-european-internal):
17429         Don't fiddle with latin-1 non-break space any more since it's now
17430         special cased in the C code.
17431         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17433 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17435         * cus-start.el (all): Add `undo-outer-limit'.
17437 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17439         * textmodes/bibtex.el (bibtex-format-entry):
17440         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17441         field lines.
17442         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17443         not on part of a buffer.
17445 2005-01-25  Lute Kamstra  <lute@gnu.org>
17447         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17448         nonempty field text strings like "{letters\\macro{}more letters}".
17449         Clarify docstring.
17450         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17451         (bibtex-entry-offset, bibtex-parse-association)
17452         (bibtex-parse-field-name): Fix typos in docstrings.
17453         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17455 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17457         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17458         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17459         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17460         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17462         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17463         isearch minor mode.
17465 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17467         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17469 2005-01-24  Lute Kamstra  <lute@gnu.org>
17471         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17472         CASECHARS and NOT-CASECHARS regular expressions of the
17473         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17474         striding over charsets" error.
17476 2005-01-24  Jay Belanger  <belanger@truman.edu>
17478         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17479         display variable name.
17481 2005-01-24  Kenichi Handa  <handa@m17n.org>
17483         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17484         Fix setting of the element of encoded-kbd-iso2022-invocations.
17486 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17488         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17489         (gdb-threads-select): Change to also accept mouse events.
17490         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17491         (gdb-threads-mouse-select): Delete.
17493 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17495         * files.el (insert-directory): Take care of empty directory,
17496         listed without -a switch.
17498 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17500         * textmodes/refill.el (refill-post-command-function):
17501         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17502         to the list of functions that we should be careful not to undo.
17503         (refill-late-fill-paragraph-function): Remove.
17504         (refill-saved-state): New var.
17505         (refill-mode): Use it to save fill-paragraph-function.
17506         Save also the value of auto-fill-function.
17508         * term/w32-win.el: Simplify code.
17510 2005-01-23  Kim F. Storm  <storm@cua.dk>
17512         * simple.el (line-move): Adapt to new return value from
17513         pos-visible-in-window-p.
17515         * simple.el (line-move): Fix last change.  Check partial
17516         visibility at point rather than at window-start.
17518 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17520         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17522 2005-01-22  David Kastrup  <dak@gnu.org>
17524         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17526 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17528         * type-break.el (type-break-mode): Add a test for
17529         type-break-file-name being non-nil.
17531 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17533         * net/eudc.el (top level): Call (message "") via progn, so that
17534         eudc-options-file is loaded.
17536 2005-01-22  Kim F. Storm  <storm@cua.dk>
17538         * simple.el (line-move-1): Rename from line-move.
17539         (line-move): New function that adjusts vscroll for partially
17540         visible rows, and calls line-move-1 otherwise.
17542 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17544         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17545         since it's not a complete read-event implementation
17547 2005-01-20  Jay Belanger  <belanger@truman.edu>
17549         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17550         for called function.
17552 2005-01-20  Steven Tamm  <steventamm@mac.com>
17554         * term/mac-win.el (process-connection-type): Remove.
17555         Controlled now by s/darwin.h:PTY_ITERATION.
17557 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17559         * window.el (handle-select-window): Don't switch window when we're
17560         in the minibuffer.
17562 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17564         * subr.el (dotimes-with-progress-reporter): New macro.
17566         * ses.el (ses-dotimes-msg): Remove macro.
17567         Use `dotimes-with-progress-reporter' instead.
17569 2005-01-19  Steven Tamm  <steventamm@mac.com>
17571         * term/mac-win.el (process-connection-type): Use new
17572         operating-system-release variable to use ptys on Darwin 7 (OS X
17573         10.3) when using carbon build.
17575 2005-01-19  Jay Belanger  <belanger@truman.edu>
17577         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17578         flags if the last command was a tab or M-tab.
17580         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17581         in formula editing buffer.
17583 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17585         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17586         breakpoint image symbol in margin.
17588 2005-01-19  Jay Belanger  <belanger@truman.edu>
17590         * calc/calc-prog.el (calc-execute-kbd-macro):
17591         Ignore calc-keep-arg-flag.
17593 2005-01-19  Kenichi Handa  <handa@m17n.org>
17595         * textmodes/ispell.el (ispell-looking-at): New function.
17596         (ispell-process-line): Use ispell-looking-at to compare the ispell
17597         output and the buffer contents.
17599 2005-01-18  Jay Belanger  <belanger@truman.edu>
17601         * calc/calc.el (calc-display-raw): Fix docstring.
17603 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17605         * simple.el (blink-matching-open): Strip extra info from syntax.
17607         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17608         funny chars in the end-of-here-doc marker.
17610 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17612         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17613         that enable/disabled state of breakpoints is shown correctly in
17614         fringe and on ttys.
17615         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17616         Add breakpoint information as text properties.
17617         (gdb-mouse-toggle-breakpoint):
17618         Rename to gdb-mouse-set-clear-breakpoint.
17619         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17620         breakpoints in the margin.
17621         (gdb-remove-strings): Simplify.
17623 2005-01-17  Jay Belanger  <belanger@truman.edu>
17625         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17626         erasing buffer.
17628 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17630         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17631         for calling grep-compute-defaults.
17633         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17634         if buffer is empty.
17636         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17638 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17640         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17642         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17643         non-preloaded variables.
17645 2005-01-17  Steven Tamm  <steventamm@mac.com>
17647         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17648         tex-shell cause to force interactivity when using pipes.
17650 2005-01-17  Kim F. Storm  <storm@cua.dk>
17652         * simple.el (just-one-space): Make arg optional.
17654 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17656         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17657         posn-at-x-y to t to access left-margin.
17659 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17661         Sync with Tramp 2.0.47.
17663         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17664         catching keep-date problems in cp/scp operations.
17665         (tramp-handle-copy-file): Don't call `set-file-modes'
17666         unconditionally.  Specialized functions should know better what is
17667         necessary.  This improves performance a little bit, and the
17668         functions could catch errors with `cp -p' and `scp -p'.
17669         (tramp-do-copy-or-rename-file-via-buffer)
17670         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17671         when appropriate.
17672         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17673         Call `set-file-modes' when appropriate.
17674         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17675         Johnsson <isak@hypergene.com>
17676         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17677         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17678         <joakim@verona.se>
17679         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17680         Emacs only.
17682         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17683         `find-file-hooks' and `dired-mode-hook'.
17684         (tramp-minor-mode-map): Respective map.  Add remapping for
17685         `compile' and `recompile'.
17686         (tramp-remap-command, tramp-recompile): New defuns.
17687         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17688         in buffer "*Compilation*".  Call the commands asynchronously.
17690         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17691         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17692         `shell-command', because it isn't magic in XEmacs.  Reported by
17693         Adrian Aichner <adrian@xemacs.org>.
17695         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17696         `substitute-in-file-name.
17697         (tramp-smb-handle-substitute-in-file-name): New defun.
17698         (tramp-smb-advice-PC-do-completion): Delete advice.
17700 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17702         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17703         Fix error in deleting region.
17705 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17707         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17708         In non-temp buffer, switch syntax table temporarily.
17710         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17712         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17714         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17716         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17717         (imenu--generic-function): Use START, not BEG, as pos of definition.
17719         * simple.el (just-one-space): Argument specifies number of spaces.
17721         * simple.el (eval-expression-print-format): Avoid warning
17722         about edebug-active.
17724 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17726         * progmodes/sh-script.el: Code copied from make-mode.el
17727         with small changes,
17728         (sh-mode-map): Bind C-c C-\.
17729         (sh-backslash-column, sh-backslash-align): New variables.
17730         (sh-backslash-region, sh-append-backslash): New functions.
17732 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17734         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17735         (rmail-pop-password, rmail-pop-password-required): Move to
17736         rmail-obsolete group.
17737         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17738         All callers updated.
17739         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17740         Take an argument specifying whether it is POP or IMAP mailbox we
17741         are using.  All callers updated.
17742         (rmail-pop-password-error): Rename to
17743         rmail-remote-password-error.  Added mailutils-specific error message.
17744         (rmail-movemail-search-path)
17745         (rmail-movemail-variant-in-use): New variables.
17746         (rmail-remote-password, rmail-remote-password-required):
17747         New customization variables.
17748         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17749         (rmail-parse-url): New function.
17750         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17751         with GNU mailutils movemail.
17753 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17755         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17756         suffix to space, $ or '$, to correctly position point when going
17757         to @table style constants like DBL_MAX.
17759 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17761         * type-break.el (type-break-mode, type-break-file-time)
17762         (type-break-file-keystroke-count, type-break-choose-file):
17763         Don't store data in or load data from the file if type-break-file-name
17764         is nil.
17765         (type-break-file-name): Doc update as per the above.
17767 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17769         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17770         lookup-key might return nil; handle that.
17772 2005-01-15  Alan Mackenzie  <acm@muc.de>
17774         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17775         rather than the element found, thus enabling the tree to be setcar'd.
17777 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17779         * textmodes/org.el (org-show-following-heading): New option.
17780         (org-show-hierarchy-above): Use `org-show-following-heading'.
17781         (org-cycle): Documentation fix.
17783         * textmodes/org.el (orgtbl-optimized): New option
17784         (orgtbl-mode): New command, a minor mode.
17785         (orgtbl-mode-map): New variable.
17786         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17787         (orgtbl-error, orgtbl-self-insert-command)
17788         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17790         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17791         a local variable in each org-mode buffer.
17793         * textmodes/org.el (org-set-regexps-and-options): Rename from
17794         `org-set-regexps'.  Added checking for STARTUP keyword.
17795         (org-get-current-options): Add STARTUP options.
17796         (org-table-insert-row): Make mode intelligent about when
17797         realignment is needed.
17798         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17799         New commands.
17800         (org-enable-table-editor): New default value `optimized'.
17801         (org-table-blank-field): Support blanking regions if active.
17803 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17805         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17806         if the year is not given.
17808         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17809         Add new escapes %m and %M, fixed bug with %F by adding
17810         save-match-data.
17811         (reftex-reference): Remove ?. from list of spaces.
17812         (reftex-label-info): Add automatic label prefix recognition.
17814         * textmodes/reftex-index.el (reftex-index-next-phrase):
17815         Add slave parameter to call of `reftex-index-this-phrase'.
17816         (reftex-index-this-phrase): New optional argument.
17817         (reftex-index-region-phrases): Add slave parameter to call of
17818         `reftex-index-this-phrase'.
17819         (reftex-display-index): New argument redo.
17820         (reftex-index-rescan): Add 'redo to arguments of
17821         `reftex-display-index'.
17822         (reftex-index-Rescan, reftex-index-revert)
17823         (reftex-index-switch-index-tag): Add 'redo to arguments of
17824         `reftex-display-index'.
17825         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17826         indexing.  Fix bug with matching is there is a quote before or
17827         after the word.
17829         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17830         Fix bug when collecting citation keys in lines with comments.
17831         (reftex-citation): Prefix argument no longer rescans the document,
17832         but forces prompting for optional arguments of cite macros.
17833         (reftex-do-citation): Prompting for optional arguments implemented.
17835         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17836         Add optional arguments to most cite commands.
17837         (reftex-cite-cleanup-optional-args): New option
17838         (reftex-cite-prompt-optional-args): New option.
17839         (reftex-trust-label-prefix): New option.
17841         * textmodes/reftex-toc.el (reftex-toc-find-section):
17842         Add push-mark before changing the position in the buffer.
17844         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17845         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17847 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
17849         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17850         more carefully.
17852 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17854         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17855         (sgml-mode): Use it.
17856         (sgml-get-context): Better keep track of implicitly closed tags.
17858 2005-01-13  Kenichi Handa  <handa@m17n.org>
17860         * textmodes/ispell.el: These changes are to fix misalignment error
17861         caused by equivalent characters of different Emacs charsets.
17862         (ispell-unified-chars-table): New variable.
17863         (ispell-get-decoded-string): New function.
17864         (ispell-get-casechars, ispell-get-not-casechars)
17865         (ispell-get-otherchars): Call ispell-get-decoded-string.
17867 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17869         * custom.el (custom-declare-variable): Just put symbol instead
17870         of (defvar . symbol) in `current-load-list'.
17872 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17874         * emacs-lisp/elint.el: Fixed typo in Commentary section.
17876 2005-01-12  Jay Belanger  <belanger@truman.edu>
17878         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17879         to create a Calc summary.
17881 2005-01-12  Kim F. Storm  <storm@cua.dk>
17883         * mouse.el (mouse-on-link-p): Change functionality and doc
17884         string to comply with latest description in lisp ref.
17886 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
17888         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17889         Enable mouse clicks on mode-line, header-line and margin.
17890         (event-type): Give mouse event symbols an 'event-kind property
17891         with value 'mouse-click.
17893 2005-01-12  Juri Linkov  <juri@jurta.org>
17895         * facemenu.el (list-colors-display): Add new arg buffer-name.
17896         Use it.  Fix docstring.  Replace code for identifying duplicate
17897         colors by the name with call to `list-colors-duplicates' which
17898         identifies duplicate colors by the value unless the color
17899         is one of special Windows colors.  Set truncate-lines to t.
17900         Print sorted duplicate color names on each line.  Indent to 22
17901         \(the longest color name in rgb.txt) instead of 20.  Optimize.
17902         (list-colors-duplicates): New function.
17903         (facemenu-color-name-equal): Delete function.
17905         * facemenu.el (list-colors-print): New function created from code
17906         in list-colors-display.  Print #RRGGBB at the window right edge.
17907         (list-colors-display): When temp-buffer-show-function is not
17908         defined, call list-colors-print from temp-buffer-show-hook
17909         to get the right value of window-width in list-colors-print
17910         after the buffer is displayed.
17912         * simple.el (pop-mark): Move deactivate-mark out of conditional
17913         part to deactivate the active mark regardless of the state of the
17914         mark ring.
17916         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17917         variables line in desktop files.
17919 2005-01-12  Juri Linkov  <juri@jurta.org>
17921         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17922         Bring together isearch highlight related options.
17923         (lazy-highlight): Replace group `replace' by `matching'.
17924         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17925         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17926         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17927         and declare them obsolete.
17928         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17929         (isearch-faces): Remove defgroup.
17930         (isearch-overlay, isearch-highlight, isearch-dehighlight):
17931         Move isearch highlighting code closer to lazy highlighting code.
17933         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17934         (query-replace-highlight, query-replace-lazy-highlight)
17935         (query-replace): Move definitions to the beginning of the file.
17937 2005-01-11  Juri Linkov  <juri@jurta.org>
17939         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17940         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17941         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17943         * info.el (Info-history-forward): New variable.
17944         (Info-select-node): Reset Info-history-forward to nil.
17945         (Info-last): Turn into defalias.
17946         (Info-history-back): Rename from Info-last.
17947         Add current node to Info-history-forward.
17948         (Info-history-forward): New fun.
17949         (Info-mode-map): Replace Info-last by Info-history-back.
17950         Bind Info-history-forward to "r".
17951         (Info-mode-menu): Replace Info-last by Info-history-back.
17952         Fix menu item text.  Add menu item for Info-history-forward.
17953         (info-tool-bar-map): Replace Info-last by Info-history-back.
17954         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
17955         for Info-history-forward.
17956         (Info-mode): Replace Info-last by Info-history-back in docstring.
17957         Add local variable Info-history-forward.
17958         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17960 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17962         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17963         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17964         Ignore select-window events rather than fiddle with
17965         mouse-autoselect-window.
17967 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
17969         * type-break.el (type-break-mode): Fix previous change.
17971 2005-01-10  Jay Belanger  <belanger@truman.edu>
17973         * calc/calc-ext.el (calc-reset): Reset when inside embedded
17974         calculator; only reset when point is inside a calculator.
17975         Don't adjust the window height if the window takes up the whole height
17976         of the frame.
17978 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17980         * ebuff-menu.el (Electric-buffer-menu-mode):
17981         Preserve value of buffer-local var header-line-format.
17983 2005-01-09  Jay Belanger  <belanger@truman.edu>
17985         * calc/calc.el (calc-mode-var-list-restore-saved-values):
17986         Make sure settings file exists before accessing it.
17988         * calc/calc-embed.el (calc-embedded-subst):
17989         Replace math-multi-subst-rec, which is only supposed to be called
17990         by math-multi-subst, by math-multi-subst.
17992 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
17994         * vc.el (vc-allow-async-revert): New user option.
17995         (vc-disable-async-diff): New internal variable.
17996         (vc-revert-buffer): Use them to disable asynchronous diff.
17998         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17999         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18000         asynchronously if vc-disable-async-diff is t.
18002 2005-01-09  Jay Belanger  <belanger@truman.edu>
18004         * calc/calc.el (defcalcmodevar): New macro.
18005         (calc-mode-var-list-restore-default-values)
18006         (calc-mode-var-list-restore-saved-values): New functions.
18007         (calc-mode-var-list): Use defcalcmodevar to define it.
18008         (calc-always-load-extensions, calc-line-numbering)
18009         (calc-line-breaking, calc-display-just, calc-display-origin)
18010         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18011         (calc-group-char, calc-point-char, calc-frac-format)
18012         (calc-prefer-frac, calc-hms-format, calc-date-format)
18013         (calc-float-format, calc-full-float-format, calc-complex-format)
18014         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18015         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18016         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18017         (calc-matrix-brackets, calc-language, calc-language-option)
18018         (calc-left-label, calc-right-label, calc-word-size)
18019         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18020         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18021         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18022         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18023         (calc-window-height, calc-display-trail, calc-show-selections)
18024         (calc-use-selections, calc-assoc-selections)
18025         (calc-display-working-message, calc-auto-why, calc-timing)
18026         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18027         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18028         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18029         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18030         (calc-gnuplot-geometry, calc-graph-default-resolution)
18031         (calc-graph-default-resolution-3d, calc-invocation-macro)
18032         (calc-show-banner): Use defcalcmodevar to declare them and set
18033         their default values.
18035         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18036         instead of default values (but restore default values if there is
18037         an argument of 0).
18039 2005-01-09  David Kastrup  <dak@gnu.org>
18041         * desktop.el (desktop-restore-eager): Fix typo in type.
18043 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18045         * cus-edit.el (customize): Delete :link.
18047 2005-01-08  Jay Belanger  <belanger@truman.edu>
18049         * calc/calc.el (calc-mode): Remove the extension from the
18050         `calc-settings-file' file name when loading it.
18052 2005-01-08  Kim F. Storm  <storm@cua.dk>
18054         * info.el (Info-mode-map, Info-next-link-keymap)
18055         (Info-prev-link-keymap, Info-up-link-keymap):
18056         Map follow-link to mouse-face.
18057         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18059 2005-01-08  Jay Belanger  <belanger@truman.edu>
18061         * calc/calc.el (calc-settings-file): Change default value.
18062         Suggested by cgw in a comment in calc-mode.el.
18064         * calc/calc-mode.el (calc-settings-file-name):
18065         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18066         Replace ~/.emacs in a prompt by calc-settings-file.
18068 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18070         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18071         (desktop-lazy-idle-delay): New customizable variables.
18072         (desktop-buffer-args-list): New variable.
18073         (desktop-append-buffer-args): New function.
18074         (desktop-save): Call desktop-append-buffer-args for some buffers.
18075         (desktop-lazy-create-buffer): New function.
18076         (desktop-idle-create-buffers): New function.
18077         (desktop-read): Add message about buffers to restore lazily.
18078         (desktop-lazy-abort): New command.
18079         (desktop-clear): Call desktop-lazy-abort.
18080         (desktop-lazy-complete): New command.
18082 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18084         * emacs-lisp/find-func.el (find-face-definition):
18085         Rename from find-face.
18087 2005-01-06  Kim F. Storm  <storm@cua.dk>
18089         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18091         * man.el (Man-xref-man-page, Man-xref-header-file)
18092         (Man-xref-normal-file): Add follow-link property.
18094 2005-01-06  Jay Belanger  <belanger@truman.edu>
18096         * calc/calc-units.el: Make sure the proper macro definitions are
18097         available when compiling.
18099 2005-01-06  Juri Linkov  <juri@jurta.org>
18101         * isearch.el (isearch-lazy-highlight-update):
18102         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18104 2005-01-06  Miles Bader  <miles@gnu.org>
18106         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18107         (isearch-lazy-highlight-face): Use new name.
18109 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18111         * uniquify.el (uniquify-rationalize-file-buffer-names):
18112         Re-add an interactive spec.
18113         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18114         to the same name.
18116         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18117         (isearch-update, isearch-done): Adjust calls accordingly.
18119 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18121         * custom.el (custom-set-variables, custom-theme-set-variables):
18122         Clarify documentation.
18124         * emacs-lisp/find-func.el (find-variable)
18125         (find-variable-other-window, find-variable-other-frame):
18126         Fix the TYPE args to find-function-read and find-function-do-it.
18127         (find-function): Doc fix.
18128         (find-function-at-point): Replace function-at-point alias.
18130 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18132         * cus-face.el (custom-declare-face):
18133         Record defface in current-load-list.
18135         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18137         * emacs-lisp/find-func.el: Doc fixes.
18138         (find-face-regexp): New variable.
18139         (find-function-regexp-alist): New variable.
18140         (find-function-C-source): Third arg is now TYPE.
18141         (find-function-search-for-symbol): Handle general TYPE.
18142         (find-function-read, find-function-do-it): Handle general TYPE.
18143         (find-definition-noselect, find-face): New functions.
18144         (function-at-point): Alias deleted.
18146 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18148         * battery.el (display-battery-mode): Rename from display-battery.
18149         Handle the case where it gets turned off.
18151 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18153         * cus-edit.el (customize): Make :link point to user doc.
18155         * man.el (Man-fontify-manpage): Turn off undo generation.
18157         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18159 2005-01-04  Andreas Schwab  <schwab@suse.de>
18161         * files.el (insert-directory): Only look for error lines in
18162         inserted text.  Don't move too far after processing --dired markers.
18164 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18166         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18167         Don't expand if the character is @, period, dash, etc.
18168         (define-mail-abbrev): Quote names that contain problem characters.
18170 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18172         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18174 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18176         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18177         (query-replace-highlight, query-replace-lazy-highlight)
18178         (query-replace): Definitions moved up.  Doc fix.
18180 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18182         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18183         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18184         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18185         (lazy-highlight-face): Rename from isearch-lazy-...
18186         Change all references to them.
18188 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18190         * cus-edit.el (custom-file): Doc fix for defcustom.
18191         (custom-file): The function no longer sets the variable
18192         `custom-file' to its return value.
18194         * startup.el (command-line): No longer load `custom-file'.
18196 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18198         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18200         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18201         Don't confuse module-prefixed identifiers for labels.
18202         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18204 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18206         * files.el (basic-save-buffer-1): Fix previous change.
18208         * loadhist.el (file-loadhist-lookup): New function.
18209         (file-provides, file-requires): Use it.
18211         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18212         instead of calculating the right size.
18214 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18216         * vc-svn.el (vc-svn-diff): Stay local if possible.
18218 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18220         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18222         * files.el (hack-local-variables): Fix last change.
18224 2005-01-02  Jay Belanger  <belanger@truman.edu>
18226         * calc/calc-yank.el (calc-edit-top): New variable.
18227         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18228         object.  Change header properties.
18229         (calc-edit-finish, calc-edit-finish-stack-object)
18230         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18231         edited object.
18232         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18233         for the beginning of the edited object.
18234         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18235         for the beginning of the edited object.
18236         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18237         (calc-finish-formula-edit, calc-macro-repeats)
18238         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18239         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18240         beginning of the edited object.
18241         (calc-user-define-edit): Change the header for editing macros.
18242         Remove unnecessary variable.
18244 2005-01-01  Jay Belanger  <belanger@truman.edu>
18246         * calc/calc-yank.el (calc-edit-mode): Change default header.
18247         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18248         * calc/calc-store.el (calc-edit-variable): Change title to match new
18249         header.
18250         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18251         mode to match new header.
18252         (calc-user-define-edit): Change titles to include names of commands.
18253         (calc-finish-formula-edit): Adjust to handle new header.
18254         (calc-finish-macro-edit): Remove.
18255         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18256         (calc-edit-macro-command, calc-edit-macro-command-type)
18257         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18258         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18259         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18260         (calc-edit-macro-finish-edit): New functions.
18261         (calc-user-define-edit): Use new functions to edit named calc macros.
18263 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18265         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18267         * ses.el (copy-region-as-kill): Deactivate mark.
18269 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18271         * replace.el (occur-1): If the output buffer is also an input,
18272         don't kill it, rename it.
18274         * faces.el (set-face-background, set-face-foreground): Doc fix.
18276         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18277         for :foreground and :background.
18279         * dired.el (dired-view-command-alist): Variable deleted.
18280         (dired-view-file, dired-mouse-find-file-other-window):
18281         Delete the code to use it.
18283 2005-01-01  Kim F. Storm  <storm@cua.dk>
18285         * image.el (insert-sliced-image): Use t for line-height property.
18287 See ChangeLog.11 for earlier changes.
18289 ;; Local Variables:
18290 ;; coding: iso-2022-7bit
18291 ;; End:
18293     Copyright (C) 2005 Free Software Foundation, Inc.
18294   Copying and distribution of this file, with or without modification,
18295   are permitted provided the copyright notice and this notice are preserved.
18297 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1