Fix commenting convention. Remove unnecessary leading * in custom docstrings.
[emacs.git] / lisp / ChangeLog
blob119f68482949faaefbe86a44f1053a79aeae8075
1 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * textmodes/flyspell.el: Fix commenting convention.
4         Remove unnecessary leading * in custom docstrings.
5         (flyspell-emacs): Remove unused var.
6         (flyspell-delete-region-overlays): Use remove-overlays.
7         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11         (make-flyspell-overlay): Don't locally reuse a global name.
12         (flyspell-highlight-incorrect-region)
13         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
17         Wrap calls to accept-process-output inside with-local-quit since it's
18         often called from a post-command-hook.
19         (flyspell-correct-word, flyspell-auto-correct-word):
20         Use ispell-send-string.
21         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
23         * calendar/diary-lib.el (diary-list-entries): Also hide the
24         terminating newline.
26 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
28         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
29         window-system, to allow fonts on tty.
31 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
33         * progmodes/gud.el (gud-speedbar-item-info): New function.
34         (gud-install-speedbar-variables): Use it to display data types
35         of watch expression as tooltips in speedbar.
37 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
39         * font-core.el (global-font-lock-mode): Add :version keyword,
40         because default was changed.
42         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
44         * startup.el (command-line): Use `custom-reevaluate-setting' for
45         `file-name-shadow-mode'.
47         * loadup.el: Preload rfn-eshadow.
49         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
50         Add :version keyword.
51         (file-name-shadow-properties, file-name-shadow-tty-properties)
52         (file-name-shadow): Add :version keyword.
54         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
55         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
56         in the custom-group property of the symbol frames and the fringe
57         group got no link to its parent group frames.
58         Doc fix.
60 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
62         * progmodes/gud.el (gud-stop-subjob): New function.
63         (gud-menu-map, gud-tool-bar-map): Use it.
65 2005-11-16  Kim F. Storm  <storm@cua.dk>
67         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
68         than kill it.
69         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
70         to a more useful/logical place.
72 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
74         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
75         go buttons complementary.
77 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
80         (rfn-eshadow-sifn-equal): New function.
81         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
83 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
85         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
86         string.
88         * viper.el (viper-emacs-state-mode-list): Ensure that
89         rcirc-mode buffers come up in Emacs state.
91         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
92         operation.
94 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
96         * term.el (term-termcap-format): Fix typos.
97         (term-down): Fix the negative argument case.
99 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
101         * progmodes/gdb-ui.el: Remove face-alias left over from change on
102         2005-08-15.
103         (gdb-ann3): New command gud-go.
104         (menu): Accomodate gdb-mi.el.
105         (gdb-assembler-custom): Make buffer of selected window current
106         so that set-window-point works.
108         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
109         buttons and include new ones.
111 2005-11-16  Kim F. Storm  <storm@cua.dk>
113         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
114         (gud-menu-map): Use it.
116 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
118         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
119         that works correctly for Custom and that does not override a user
120         who disables it.
122         * help-mode.el (help-make-xrefs, help-xref-on-pp)
123         (help-xref-interned, help-follow): Make hyperlinks for variables
124         that are unbound, but have a non-nil variable-documentation property.
126         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
127         mode hook.  (It conflicted with defcustoms for some mode hooks.)
128         Use the `variable-documentation' property to give the mode hook a
129         docstring and expand that docstring.
131 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
133         * savehist.el (savehist-mode): Don't bother with
134         `custom-set-minor-mode'.
135         (savehist-coding-system): Check XEmacs version.
136         (history-length): Declare also at run time.
137         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
138         Don't set the customize state.
139         (savehist-minibuffer-hook): Special case for when
140         minibuffer-history-variable is equal to t.
142 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * files.el (write-file): Refresh VC status.
146         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
147         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
148         than fundamental-mode to see if the mode was set.
150 2005-11-14  Romain Francoise  <romain@orebokech.com>
152         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
153         dummy function in `eval-when-compile' to avoid compiler warning.
154         Require `man' at compile time.
156 2005-11-14  Jay Belanger  <belanger@truman.edu>
158         * calc-alg.el (calcFunc-write-out-power): Rename it to
159         calcFunc-powerexpand.
160         (math-write-out-power): Rename it to math-powerexpand; have it
161         handle negative exponents.
162         (calc-writeoutpower): Rename it to calc-powerexpand.
164         * calc-ext.el: Change calcFunc-writeoutpower and
165         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
166         autoloads.
167         Add calcFunc-ldiv to autoloads.
169         * calc-arith.el (calcFunc-ldiv): New function.
171         * calc.el (calc-left-divide): New function.
173 2005-11-14  Juri Linkov  <juri@jurta.org>
175         * cus-edit.el (custom-variable-prompt): Set the default value arg
176         of completing-read.
178         * cus-dep.el (custom-make-dependencies): Reverse the list of
179         found dependencies.
181 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
183         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
184         Highlighting" entry, it is on by default now.
185         (menu-bar-options-save): Do not save global-font-lock-mode.
187 2005-11-13  Richard M. Stallman  <rms@gnu.org>
189         * textmodes/flyspell.el (flyspell-large-region):
190         Call flyspell-accept-buffer-local-defs.
192 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
194         * textmodes/flyspell.el (flyspell-notify-misspell):
195         Fix misspelling of "Misspelling".
196         (flyspell-process-localwords): New function.
197         (flyspell-large-region): Call flyspell-process-localwords and
198         flyspell-delete-region-overlays.
199         (flyspell-delete-region-overlays): New function.
200         (flyspell-delete-all-overlays): Call that.
202 2005-11-13  Richard M. Stallman  <rms@gnu.org>
204         * help.el (help-for-help-internal): Improve doc of C-h a.
206 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * vc-svn.el (vc-svn-registered): Catch all errors.
210         * cus-dep.el (custom-make-dependencies): Typo.
212 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
214         * net/tramp-util.el (top): Fix compilation warning.
216 2005-11-13  Kim F. Storm  <storm@cua.dk>
218         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
220 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
222         * progmodes/gud.el (gud-menu-map):  Move parentheses (again).
223         (gud-speedbar-buttons): Match on "const char *" too.
225         * progmodes/gdb-ui.el (gdb-var-create-handler)
226         (gdb-var-list-children-handler): Match on "const char *" too.
227         (gdb-var-evaluate-expression-handler): Match on empty string.
228         (gdb-var-update-handler): Only call
229         gdb-var-evaluate-expression-handler when required.
231 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
233         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
234         selected window.  This still doesn't work for speedbar.
235         (gud-speedbar-buttons): Handle string expressions properly.
237         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
238         (gdb-var-create-handler): Handle string expressions properly.
239         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
240         Handle string expressions properly.  Move "type" field into regexp.
242 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
244         * bookmark.el (bookmark-maybe-message): New function to reduce
245         code duplication: invokes `message' iff baud-rate is high enough.
246         (bookmark-write-file): Use above instead of an inline conditional.
247         (bookmark-load): Same.
249 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
251         * bookmark.el (bookmark-write-file): Don't visit the destination
252         file, just write the data to it using write-region.  This is
253         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
254         change to avoid visiting the file in the first place.
256 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
258         * hi-lock.el (hi-lock-mode): Set the default value of
259         font-lock-defaults.
261 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
263         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
264         arg to `file-attributes'.
265         (find-lisp-format): The UID and GID can now be strings.
267 2005-11-12  Kim F. Storm  <storm@cua.dk>
269         * help.el (help-map): Bind C-h d to apropos-documentation.
271         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
272         when point is at end-of-buffer.
274         * apropos.el (apropos-match-face): Doc fix.
275         (apropos-sort-by-scores): Add new choice `verbose'.
276         (apropos-documentation-sort-by-scores): New defcustom.
277         (apropos-pattern): Now contains the pattern entered by the user.
278         (apropos-pattern-quoted): New defvar.
279         (apropos-regexp): New defvar, containing the regexp corresponding
280         to apropos-pattern.
281         (apropos-all-words-regexp): Rename from apropos-all-regexp.
282         (apropos-read-pattern): New defun.  Use it to read pattern arg in
283         interactive calls; returns list of words for a word list, and
284         string for a regexp.
285         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
286         parses a list of words or regexp as returned by apropos-read-pattern.
287         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
288         (apropos-score-doc): Return a very high score if the string
289         entered by the user matches literally.
290         (apropos-variable): Doc fix.  Use apropos-read-pattern.
291         (apropos-command): Doc fix.  Use apropos-read-pattern and
292         apropos-parse-pattern.  Call apropos-print with nosubst=t.
293         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
294         apropos-parse-pattern.
295         (apropos-documentation): Doc fix. Use apropos-read-pattern and
296         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
297         apropos-documentation-sort-by-scores.  Call apropos-print with
298         nosubst=t.
299         (apropos-documentation-internal): Pass doc string through
300         substitute-key-definition before adding text properties.
301         Highlight substring matching literal user input if possible.
302         (apropos-documentation-check-doc-file): Remove locals beg and end.
303         Fix calculation of score (as added twice).  Pass doc string through
304         substitute-key-definition before adding text properties.
305         (apropos-documentation-check-elc-file): Pass doc string through
306         substitute-key-definition before adding text properties.
307         Highlight substring matching literal user input if possible.
308         (apropos-print): Add new arg NOSUBST; if set, command and variable
309         doc strings have already been passed through substitute-key-definition.
310         Add code to handle apropos-accumulator items without score element
311         for backwards compatibility (e.g. with woman package).
312         Only show scores if apropos-sort-by-scores is `verbose'.
314 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
317         Add jka-compr-load-suffixes to load-suffixes.
319         * jka-compr.el: Require 'jka-cmpr-hook.
320         (jka-compr-info-compress-message, jka-compr-info-compress-program)
321         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
322         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
323         (jka-compr-info-can-append, jka-compr-info-strip-extension)
324         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
325         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
326         (jka-compr-uninstall): Remove entries from
327         jka-compr-added-to-file-coding-system-alist after they are used.
328         (jka-compr-error): Remove unused var `curbuf'.
329         (jka-compr-file-local-copy): Remove unused var `notfound'.
331 2005-11-10  Romain Francoise  <romain@orebokech.com>
333         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
335 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
337         * progmodes/gud.el (gud-menu-map): Move parentheses.
338         (gdb): New command gud-pv.
340 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * tar-mode.el: Remove spurious or unnecessary leading stars
343         in docstrings.
344         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
345         (tar-parse-octal-integer-safe): Use mapc.
346         (tar-header-block-summarize): Remove unused var `ck'.
347         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
348         cleared before.  Obey default-enable-multibyte-characters.
349         Use mapconcat.  Simplify setting of tar-header-offset.
350         (tar-mode-map): Move initialization inside delcaration.
351         (tar-flag-deleted): Use `abs'.
352         (tar-expunge-internal): Remove unused var `line'.
353         (tar-expunge-internal): Don't hardcode point-min==1.
354         (tar-expunge): Widen while doing set-buffer-multibyte.
355         (tar-rename-entry): Use file-name-coding-system.
356         (tar-alter-one-field): Don't hardcode point-min==1.
357         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
358         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
360 2005-11-10  Masatake YAMATO  <jet@gyve.org>
362         * add-log.el (add-log-current-defun): Handle class::method
363         notation of c++. Fix incorrect comment.
365 2005-11-10  Alan Mackenzie  <acm@muc.de>
367         * help-fns.el (describe-variable): Make C-h v work when a variable
368         has variable documentation yet is unbound.
370 2005-11-10  Masatake YAMATO  <jet@gyve.org>
372         * man.el (Man-highlight-references): Set an empty
373         string to `Man-arguments' if it is nil.
374         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
376 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
378         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
379         commenting conventions.
381         * cus-dep.el (custom-make-dependencies): Simplify.
382         Better follow the commenting conventions.
384 2005-11-09  Richard M. Stallman  <rms@gnu.org>
386         * apropos.el (apropos-pattern): Rename from apropos-regexp.
387         (apropos-orig-pattern): Rename from apropos-orig-regexp.
388         All uses changed.
389         (apropos-rewrite-regexp): Doc fix.
390         (apropos-variable, apropos-command, apropos, apropos-value):
391         Change prompt; carry through the argument renaming.
393 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
395         * find-lisp.el: Require dired.
396         (find-lisp-find-dired-internal): Do not call
397         `abbreviate-file-name' on DIR.
399 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
401         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
403 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
405         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
406         when using the speedbar.
407         (gdb): New command gud-pp.
408         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
410 2005-11-09  Juri Linkov  <juri@jurta.org>
412         * replace.el (occur-excluded-properties): New defcustom.
413         (occur-1, occur-engine, occur-accumulate-lines): Use it.
415 2005-11-08  Jay Belanger  <belanger@truman.edu>
417         * calc/calc-units.el (math-convert-units): Replace any composite
418         unit by its definition.
420 2005-11-08  Lars Hansen  <larsh@soem.dk>
422         * emacs-lisp/autoload.el (update-directory-autoloads):
423         Add obsolete function alias.
425 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
428         comment-indent-function.
429         (lisp-comment-indent): Replace by an alias for comment-indent-default.
431         * reveal.el (reveal-post-command): Rework the handling of
432         reveal-open-spots, so as to be more reliable.  There were several
433         tricky corner cases where an open spot might be lost, or where
434         a closed spot might end up on the list of open spots.
435         Only reveal text that's ellipsised.
437 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
439         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
441 2005-11-06  Richard M. Stallman  <rms@gnu.org>
443         * progmodes/compile.el (compilation-internal-error-properties):
444         save-excursion around the computation of MARKER.
446 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
448         * textmodes/flyspell.el (flyspell-external-point-words):
449         flyspell-get-word returns a list, not just a string.
451 2005-11-06  John Paul Wallington  <jpw@pobox.com>
453         * ibuffer.el (ibuffer): Search all visible frames when getting
454         Ibuffer buffer's window.
456 2005-11-07  Masatake YAMATO  <jet@gyve.org>
458         * man.el (Man-reference-regexp): Accept spaces between
459         `Man-name-regexp' and `Man-section-regexp'.
460         (Man-apropos-regexp): New variable.
461         (Man-abstract-xref-man-page): Use value for `Man-target-string'
462         if available.
463         (Man-highlight-references, Man-highlight-references0):
464         Handle the case when `Man-arguments' includes "-k".
465         (Man-highlight-references0): Rename the argument `TARGET-POS' to
466         `TARGET'. `TARGET' can be a number, function or nil.
468 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
470         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
471         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
472         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
473         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
474         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
475         (gdb-send-item): Use buffer-local-value and simplify.
477 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
479         * startup.el (command-line): Use `custom-reevaluate-setting' for
480         `global-font-lock-mode'.
482         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
483         by default, except in batch mode or when the -D option is given.
485         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
486         specified keyword args on to `define-minor-mode'.  Update docstring.
488 2005-11-05  Romain Francoise  <romain@orebokech.com>
490         * replace.el (occur-engine): Add marker at end of line, too.
492 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
494         * font-lock.el: Don't deal with font-lock-face-attributes here,
495         move the code ...
497         * startup.el (command-line): ... here. Use face-spec-set instead
498         of custom-declare-face.
500         * faces.el (face-spec-set): Reset the face if spec is not nil.
502 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * newcomment.el (comment-region-internal): Box more tightly in the
505         common case where there's no TAB in the boxed text.
507 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
509         * info.el (info-tool-bar-map): Use images prev-node, next-node and
510         up-node.
512 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
514         * newsticker.el: Commentary updated. Code formatting changed.
515         (newsticker-version): Change to "1.9".
516         (newsticker, newsticker-feed): Doc fix.
517         (newsticker-url-list): Doc fix.  Add option "Weekly".
518         (newsticker-retrieval-interval): Add option "Weekly".
519         (newsticker-headline-processing): Doc fix.
520         (newsticker-auto-mark-filter): Remove.
521         (newsticker-auto-mark-filter-list): New.
522         (newsticker-layout, newsticker-sort-method): Doc fix.
523         (newsticker-hide-old-items-in-newsticker-buffer)
524         (newsticker-heading-format, newsticker-item-format)
525         (newsticker-desc-format): Doc fix.
526         (newsticker-show-all-rss-elements): Remove.
527         (newsticker-show-all-news-elements): New.
528         (newsticker-faces, newsticker-ticker): Doc fix.
529         (remove-from-invisibility-spec): Code formatting.
530         (newsticker--process-ids): New.
531         (newsticker-mode): Doc fix.
532         (newsticker-mode): Change mode-line-format.
533         (newsticker-start): Remove debug output.
534         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
535         (newsticker-w3m-show-inline-images): Code formatting.
536         (newsticker-next-item): Call `force-mode-line-update'.
537         (newsticker-previous-item): Call `force-mode-line-update'.
538         (newsticker-next-feed): Call `force-mode-line-update'.
539         (newsticker-previous-feed): Call `force-mode-line-update'.
540         (newsticker-mark-all-items-at-point-as-read): Code formatting.
541         (newsticker-show-old-items): Do not show descs.
542         (newsticker-hide-entry): Hide too much.
543         (newsticker-hide-entry, newsticker-show-entry)
544         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
545         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
546         (newsticker-toggle-auto-narrow-to-item): Code formatting.
547         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
548         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
549         (newsticker-get-news): Call `force-mode-line-update'.
550         Collect process ids.
551         (newsticker--sentinel): Change coding system handling.
552         Move image retrieval to new functions newsticker--get-logo-url-*.
553         Move feed parsing to new functions newsticker--parse-*.
554         Update list of process ids.
555         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
556         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
557         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
558         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
559         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
560         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
561         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
562         (newsticker--decode-coding-string): Remove.
563         (newsticker--decode-numeric-entities): Check input.  Format code.
564         (newsticker--remove-whitespace): Check input.
565         (newsticker--do-forget-preformatted): Doc fix.
566         (newsticker--decode-rfc822-date): Allow for missing time.
567         (newsticker--update-process-ids): New.
568         (newsticker--image-sentinel): Change comment.
569         (newsticker--image-read): Change error message.
570         (newsticker--imenu-goto): Doc fix.  Show headline title.
571         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
572         (newsticker--buffer-do-insert-text): Clean whitespace in
573         html-rendered headline title.  Code formatting.
574         Call `newsticker--buffer-print-extra-elements'.
575         (newsticker--buffer-print-extra-element): Remove.
576         (newsticker--buffer-print-extra-elements): New.
577         (newsticker--buffer-do-print-extra-element): New.
578         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
579         large sizes.
580         (newsticker--run-auto-mark-filter)
581         (newsticker--do-run-auto-mark-filter):
582         Use `newsticker-auto-mark-filter-list'.
584 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
586         * net/rcirc.el: Use split-string OMIT-NULLS argument.
587         (rcirc-print): Force redisplay before running hooks.  Do long
588         buffer truncation after making new text read-only.  Deal with nil
589         text when decoding strings.  If TARGET is nil, use either the
590         currently selected buffer, if it is an rcirc buffer and of the
591         same process or the process buffer.
592         (rcirc-mode): Remove header-line.  Recompute short buffer names.
593         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
594         (rcirc-short-buffer-name): Add variable.
595         (rcirc-kill-buffer-hook): Recompute short buffer names.
596         Remove nick from private channel.
597         (rcirc-send-input): Send command text to current-buffer.
598         Don't clear overlay arrow here.
599         (rcirc-short-buffer-name): Return a short buffer name.
600         (rcirc-update-short-buffer-names, rcirc-abbreviate)
601         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
602         buffer-name abbreviations.
603         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
604         Do not touch nick-table when killing a parted channel.
605         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
606         Clear arrow from current buffer if it is now hidden.
607         (rcirc-current-buffer): Add variable.
608         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
609         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
610         Remove -face from names.
611         (rcirc-update-activity-string): Print "DND" when globally ignoring
612         activity.
613         (rcirc-ignore-buffer-activity-flag): Rename from
614         rcirc-ignore-channel-activity.
615         (rcirc-ignore-all-activity-flag): Doc fix.
616         (rcirc-channels): Remove variable.
617         (rcirc-kill-buffer-hook):
618         (rcirc-get-buffer-create): Add nick to private channel.
619         (rcirc-multiline-edit-submit): Remove tabs.
620         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
621         folded.
622         (rcirc-remove-nick-channel): Bug fix.
623         (rcirc-toggle-ignore-buffer-activity): Rename from
624         rcirc-toggle-ignore-channel-activity.
625         (rcirc-record-activity): Add buffers to the front of the list.
626         (rcirc-update-activity): Remove killed buffers from list.
627         (rcirc-process-server-response-1): Remove last argument if it is
628         null before calling handler.
629         (rcirc): Add "rcirc" defcustom prefix.
630         (rcirc-prompt): Simplify default prompt.
631         Use custom-initialize-default.
632         (rcirc-private-chats): Remove variable.
633         (rcirc-prompt): Change initialization.
634         (rcirc-version): Remove function.
635         (rcirc-id-string): Add constant.
636         (rcirc-last-buffer): Remove variable.
637         (rcirc-buffer-alist): Add variable.
638         (rcirc-connect): Update variable setup.
639         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
640         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
641         default.
642         (rcirc-handler-generic): Trigger activity.
643         (rcirc-send-message): Create the buffor of the target.
644         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
645         (rcirc-get-buffer): Just return nil if there is no matching buffer.
646         (rcirc-multiline-edit-cancel): Remove function.
647         (rcirc-set-last-buffer): Remove function.
648         (rcirc-get-any-buffer): Add function.
649         (rcirc-join-channels): Don't print /join text.
650         (rcirc-toggle-ignore-channel-activity): Add and update echo area
651         messages.
652         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
653         (rcirc-handler-NOTICE): Recognize CTCP responses.
654         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
655         constructing TOPIC string for buffers we are not JOINed.
656         (rcirc-handler-CTCP-response): Add handler.
657         (rcirc-multiline-edit-submit): Restore the window-configuration
658         before adjusting point.
659         (rcirc): Add customization group.
660         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
661         (rcirc-user-full-name, rcirc-startup-channels-alist)
662         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
663         (rcirc-ignore-all-activity-flag, rcirc-time-format)
664         (rcirc-input-ring-size, rcirc-read-only-flag)
665         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
666         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
667         Change defvar to defcustom.
668         (rcirc-update-prompt): Add optional ALL arg, which will update
669         prompts in all rcirc buffers.  Regexp quote replacement text.
670         (rcirc-fill-column): Accept 'frame-width as a value.
671         (rcirc-set-changed): Add function.
672         (rcirc-next-active-buffer): Write more meaningful messages.
673         (rcirc-faces): Add customization group.
674         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
675         (rcirc-nick-in-message-face, rcirc-prompt-face)
676         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
677         (with-rcirc-process-buffer): Move before first usage.
678         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
679         (rcirc-debug-flag): Rename from `rcirc-log-p'.
680         (rcirc-debug): Rename from `rcirc-log'.
681         (rcirc-format-response-string): Do not print '-' chars for a
682         NOTICE with no sender.  Simplify output of server responses.
684 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
686         (rcirc-browse-url-map, rcirc-browse-url-at-point)
687         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
688         mouse and RET clickable.
690 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
692         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
694 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
696         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
697         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
698         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
699         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
700         argument to all these routines, so the passphrase can be managed
701         externally and passed in to the system.
702         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
703         pgg-add-passphrase-to-cache function.
705         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
706         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
707         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
708         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
709         argument to all these routines, so the passphrase can be managed
710         externally and passed in to the system.
711         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
712         function.
714 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
716         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
717         from goto-address-url-regexp.
719 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
721         * textmodes/org.el (org-read-date, org-goto-calendar)
722         (org-recenter-calendar, org-agenda-goto-calendar):
723         Temporarily clear 'calendar-move-hook'.
725 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
727         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
728         merging.
730         * ediff-util.el (ediff-previous-difference): Don't skip regions that
731         have merge clashes.
733 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
735         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
736         Undo previous change.
738         * startup.el (command-line): Use `custom-reevaluate-setting' for
739         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
740         tty-register-default-colors on Mac.
742 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
744         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
745         (gdb-buffer-type): Make it automatically buffer local...
746         (gdb-get-create-buffer): ...and set it accordingly.
747         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
748         actually work.
750 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
752         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
753         not red.
755 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
757         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
758         case GUD buffer is not visible.
759         (gdb-goto-breakpoint): Try to force display in source buffer.
760         (gdb-frame-gdb-buffer): Copy other similar functions.
761         (gdb-restore-windows): Don't display source if not asked for.
762         (gdb-assembler-buffer-name): Don't capitalise.
764 2005-11-03  Richard M. Stallman  <rms@gnu.org>
766         * wid-edit.el (key-sequence): New widget type.
768         * simple.el (set-mark-command-repeat-pop): New variable.
769         (set-mark-command): Only interpret plan C-@ after a pop as a pop
770         if set-mark-command-repeat-pop is true.
772         * info.el (Info-fontify-node): Don't display extra "see" if there
773         already is one here.
775         * mouse.el: Fix special handling of DEL after dragging a region:
776         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
777         (mouse-region-delete-keys): Add [backspace].
779         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
781         * textmodes/ispell.el (ispell-command-loop): Change `i' description
782         not to assume it pertains to an affix.
784         * textmodes/flyspell.el (flyspell-post-command-hook):
785         Bind deactivate-mark to prevent deactivation.
787 2005-11-03  Lars Hansen  <larsh@soem.dk>
789         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
790         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
791         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
793 2005-11-03  Romain Francoise  <romain@orebokech.com>
795         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
796         Update copyright years.
798 2005-11-03  Sam Steingold  <sds@gnu.org>
800         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
801         Use system-type instead of window-system because window-system is not
802         correctly defined during loadup.
804 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
806         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
807         (xml-parse-tag): Join strings separated by a comment properly.
809 2005-11-02  Andreas Schwab  <schwab@suse.de>
811         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
813 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
816         (byte-optimize-pure-func): Quote the eval'd value.
818         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
819         Rename from perl-font-lock-syntactic-face-function.
820         Change the calling convention so it can be used as a font-lock MATCHER.
821         Do the parse-partial-sexp loop outselves.
822         (perl-font-lock-syntactic-keywords): Use it.
823         (perl-mode): Don't set font-lock-syntactic-face-function any more.
825 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
827         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
828         disassembly buffer too.
829         (gdb-exited): Remove overlay arrows when execution has finished.
830         (gdb-info-frames-custom, gdb-info-threads-custom)
831         (gdb-info-registers-custom): Don't add inappropriate text
832         properties if inferior is not active.
834 2005-11-02  Glenn Morris  <rgm@gnu.org>
836         * progmodes/fortran.el (fortran-blink-match):
837         Use `blink-matching-delay'.
839 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
841         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
843 2005-11-02  Lars Hansen  <larsh@soem.dk>
845         * net/tramp.el (tramp-action-out-of-band): Handle scp message
846         "Permission denied".
848 2005-11-01  Richard M. Stallman  <rms@gnu.org>
850         * textmodes/flyspell.el (flyspell-external-point-words):
851         Pass nil to flyspell-get-word.
853 2005-11-02  Kim F. Storm  <storm@cua.dk>
855         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
856         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
858 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
861         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
862         (calendar-mouse-print-dates): Add optional `event' argument.
863         Update interactive-spec.
864         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
865         Use `calendar-event-to-date' instead of `event'.
867 2005-11-02  Masatake YAMATO  <jet@gyve.org>
869         * progmodes/ld-script.el (ld-script-builtins):
870         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
871         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
872         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
874 2005-11-01  Romain Francoise  <romain@orebokech.com>
876         * vc-sccs.el: Update copyright year.
877         * ezimage.el: Likewise.
879 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
881         * info.el (Info-fontify-node): Use `string-width' for fontifying
882         underlined titles.
884 2005-11-01  Juri Linkov  <juri@jurta.org>
886         * info.el (Info-fontify-node): Downcase node header keywords Node,
887         Prev, Next, Up before comparison.
888         (Info-history): Insert absolute directory name, and put invisible
889         property on it.
891 2005-11-01  Juri Linkov  <juri@jurta.org>
893         * info.el (Info-file-supports-index-cookies): New variable.
894         (Info-find-node-2): Check makeinfo version for index cookie support.
895         (Info-index-nodes): Search for nodes with index cookies only when
896         Info-file-supports-index-cookies is t.  Otherwise, search nodes
897         with "Index" in the node name.
898         (Info-index-node): Search index cookie in the current node only when
899         Info-file-supports-index-cookies is t.  Otherwise, check the word
900         "Index" in the node name.
901         (Info-find-emacs-command-nodes): Remove code that searches nodes
902         with "Index" node name in the top menu.
904 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * progmodes/scheme.el (scheme-mode-variables): Use the default
907         comment-indent-function.
909         * faces.el (face-attribute): Handle the case where a face inherits from
910         a non-existent face.
912         * simple.el (eval-expression-print-format): Use lisp-readable syntax
913         for octal and hexa output, and merge the char into the paren.
914         (kill-new): Use push.
915         (copy-to-buffer): Use with-current-buffer.
916         (completion-setup-function): Move code in loop to remove redundancy.
917         (minibuffer-local-must-match-map): Don't add bindings that duplicate
918         those inherited from minibuffer-local-completion-map.
920         * savehist.el (savehist-mode) <defcustom>:
921         Use custom-set-minor-mode if available.
922         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
923         and emit a message if applicable.
925 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
927         * savehist.el: Sync up to version 19.
928         (savehist-mode): New minor mode.
929         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
930         (savehist-length): Remove (use history-length instead).
931         (savehist-file-modes): Rename from savehist-modes.
932         (savehist-save-hook, savehist-loaded): New vars.
933         (savehist-load): Use savehist-mode.  Try to smooth up transition from
934         old format to new format.
935         (savehist-install): Allow savehist-autosave-interval to be nil.
936         (savehist-save): Run the new hook.  Be more careful to only trim the
937         history variables.
938         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
939         (savehist-printable): Print into a buffer rather than char-by-char.
941 2005-11-01  John Wiegley  <johnw@newartisans.com>
943         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
944         toggle-ignore keybinding (C-a).  The author said it had been
945         disabled much earlier due to a possible incompatibility, but after
946         many months of usage I have encountered no problems (and it is a
947         rather useful option, especially for switching to " *temp*").
949         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
950         support for OS/X's AddressBook, by calling out to the open source
951         program "contacts" (installable through Fink).
953         * net/eudc.el (eudc-expand-inline): If the
954         `eudc-multiple-match-handling-method' is set to `all', delete the
955         query string before inserting the query result.
957         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
958         flag, to prevent Eshell from using the system ls when
959         `eshell-ls-insert-directory' is in used.
960         (eshell-ls-insert-directory): Disable font-lock in directory
961         buffer so that Eshell's own fontification is seen.  This broke
962         recently due to changes in font-lock, so this goes back to version
963         21 behavior.
965 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
967         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
968         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
969         (gdb-many-windows): Doc fix.
971 2005-10-31  Romain Francoise  <romain@orebokech.com>
973         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
975 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
977         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
978         that global-font-lock-mode can be enabled by default.
980         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
981         (font-lock-add-keywords, font-lock-remove-keywords)
982         (font-lock-fontify-buffer): Remove autoload cookies.
984         * jit-lock.el (jit-lock-register): Likewise.
986         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
988 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
990         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
991         intact if there is no gud-comint-buffer.
993 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
995         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
996         old prompt comint-prompt-read-only is t and GDB commands are
997         issued from tool bar etc.
999 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1001         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1003 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1005         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1006         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1008 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1010         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1011         starting at beginning of line.  Fontification is messed up when
1012         `open-paren-in-column-0-is-defun-start' set to t.
1013         Reported by John Paul Wallington <jpw@pobox.com>.
1015 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1017         * comint.el (comint-send-input): Call `comint-update-fence' when
1018         `comint-process-echoes' and `comint-prompt-read-only' are both
1019         non-nil, to avoid leftover read-only newline.
1021 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1023         * textmodes/flyspell.el (flyspell-external-point-words):
1024         Detect when WORD can't be checked properly because
1025         flyspell-get-word finds just part of it, and move on.
1027         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1028         boundarychar for Polish.
1029         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1030         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1032 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1034         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1035         (gdb-registers-font-lock-keywords): Delete.
1036         (gdb-registers-mode): Don't fontify.
1037         (gdb-info-registers-custom): Use text properties instead as, in
1038         future, changed register values will use font-lock-warning-face.
1039         (gdb-local-font-lock-keywords): Rename to...
1040         (gdb-locals-font-lock-keywords): ...for consistency.
1042 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1044         * vc.el (vc-switch-backend): Better error message if the buffer is
1045         not visiting a file under version control.
1047         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1049 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1051         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1052         ~/.emacs.d/.emacs.
1054 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1056         * replace.el (occur-mode-mouse-goto): Always go to other window.
1057         (occur-mode-goto-occurrence): Always switch in same window.
1059         * simple.el (undo): Display message at end, not at start.
1061         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1062         New arg REUSE-CELL.
1063         (cancel-timer-internal): New function.
1064         (timer-event-handler): Use cancel-timer-internal,
1065         and pass the cell it returns to timer-activate...
1067         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1068         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1069         (jit-lock-after-change): Test memory-full.
1071 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1073         * textmodes/conf-mode.el (conf-assignment-sign)
1074         (conf-assignment-regexp): Fix docstrings.
1075         (conf-mode-initialize): New function.
1076         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1077         recognize recursive calls.
1078         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1079         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1080         (conf-xdefaults-mode): Use define-derived-mode and
1081         conf-mode-initialize.
1083 2005-10-29  Romain Francoise  <romain@orebokech.com>
1085         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1087 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1089         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1090         part of the decoded armor to find the key-identifier.
1091         (pgg-gpg-lookup-key-owner): New function to return the
1092         human-readable identifier of a key owner.
1093         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1094         key itself.
1095         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1096         the key value) if we have a key and can match it against a secret
1097         key.  Also, added a note pointing out fact that the prompt only
1098         indicates the first matching key.
1100         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1101         pgg-decrypt-region.
1102         (pgg-pending-timers): A new hash for tracking the passphrase cache
1103         timers, so that new ones supercede old ones.
1104         (pgg-add-passphrase-to-cache): Rename from
1105         `pgg-add-passphrase-cache' to reduce confusion (all callers
1106         changed).  Modified to cancel old timers when new ones are added.
1107         (pgg-remove-passphrase-from-cache): Rename from
1108         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1109         changed).  Modified to cancel old timers when their keys are
1110         removed from the cache.
1111         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1112         XEmacs, an indirection to delete-itimer.
1113         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1114         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1115         users can only check cache without risk of prompting.  Correct bug in
1116         notruncate behavior.
1117         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1118         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1119         Add informative docstrings.
1120         (pgg-decrypt): Convey provided passphrase in subordinate call to
1121         pgg-decrypt-region.
1123 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1125         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1126         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1127         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1128         'passphrase' argument, so the passphrase can be managed externally
1129         and then passed in to the system.
1131         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1132         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1133         so the passphrase cache can be used reliably with identifiers
1134         besides a pgp packet's key id.
1136         * pgg-gpg.el (pgg-pgp-encrypt-region)
1137         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1138         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1139         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1140         argument to all these routines, so the passphrase can be managed
1141         externally and passed in to the system.
1143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1144         'notruncate' argument, so the passphrase cache can be used
1145         reliably with identifiers besides a pgp packet's key id.
1147 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1149         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1150         symmetric encryption.
1151         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1152         encrypted session key.
1153         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1154         message ask for the passphrase in a proper way.
1156         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1157         New user commands for symmetric encryption.
1159 2005-10-28  Bill Wohler  <wohler@newt.com>
1161         * help-mode.el (help-url): New button type. Calls browse-url.
1162         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1163         Similar to Info nodes: URL `url'.
1164         (help-make-xrefs): Create help-url buttons for
1165         help-xref-url-regexp matches.
1167 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1169         * tool-bar.el (tool-bar-add-item-from-menu)
1170         (tool-bar-local-item-from-menu): Fix doc strings.
1172 2005-10-28  Romain Francoise  <romain@orebokech.com>
1174         * ldefs-boot.el: Update.
1176         * subr.el (locate-library): Move from help-fns.el.
1177         * help-fns.el (locate-library): Move to subr.el.
1179 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1181         * net/tramp.el (tramp-completion-mode): defvar moved up.
1183         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1185         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1187         * files.el (find-file-noselect): Use %d to format large file size.
1189         * bindings.el (mode-line-format): Add %e.
1191         * loadup.el ("facemenu"): Load unconditionally.
1192         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1193         ("x-dnd"): Load, when appropriate.
1195         * startup.el (command-line): Call before-init-hook earlier.
1196         Warn about some bad characters in -u user name.
1198         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1199         (flyspell-external-point-words): Error if misspelled word is not found.
1200         Set flyspell-large-region-beg at end of word.
1202 2005-10-28  Andreas Schwab  <schwab@suse.de>
1204         * view.el (View-revert-buffer-scroll-page-forward):
1205         Use view-page-size-default.
1207 2005-10-28  Juri Linkov  <juri@jurta.org>
1209         * international/quail.el (quail-get-current-str): Translate last
1210         raw character for deterministic input methods.
1212 2005-10-27  Jay Belanger  <belanger@truman.edu>
1214         * calc/calc-ext.el: Add functions to autoloads.
1215         (math-identity-matrix-p, math-ident-row-p): New functions.
1217         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1218         multiplication by an identity matrix; don't turn multiplication by
1219         an inverse matrix into division.
1220         (math-div-symbol-fancy):  Replace division by matrices with
1221         multiplication by inverse.
1223         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1225         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1226         (calc-writeoutpower): New functions.
1228 2005-10-27  Romain Francoise  <romain@orebokech.com>
1230         * replace.el (occur-engine): Include colon in mouse-face highlight.
1232         * dired-x.el: Change Maintainer field.
1234 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1236         * longlines.el (longlines-mode): Bind after-change-functions to
1237         nil during initial decoding and final encoding.
1239 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1241         * term.el (term-emulate-terminal, term-handle-colors-array)
1242         (term-handle-ansi-escape): Specify the terminfo capabilities
1243         implemented.
1245 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1247         * info.el (Info-fontify-node): Fix detection of sentence-break
1248         before *Note.
1250 2005-10-26  Romain Francoise  <romain@orebokech.com>
1252         * smerge-mode.el: Add `tools' to file keywords.
1254 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1256         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1257         when the fringe is not available.
1259         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1260         (def-gdb-auto-update-trigger): Simplify construction.
1261         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1262         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1263         defined explicitly.
1264         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1265         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1266         defined explicitly.
1267         (gdb-info-locals-custom): Remove as it's a no-op.
1269 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1271         * longlines.el (longlines-mode): Remove narrowing before
1272         performing the initial decoding or final encoding.
1274 2005-10-25  Romain Francoise  <romain@orebokech.com>
1276         * emacs-lisp/find-func.el (find-library-name): Also strip
1277         extension if library name ends in .el, to take advantage of
1278         `find-library-suffixes'.
1280 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1282         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1284 2005-10-25  Juri Linkov  <juri@jurta.org>
1286         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1287         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1289 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1292         (blackbox-redefine-key): Add argument `map'.
1294         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1295         regions when moving the jit-lock-context-unfontify-pos boundary.
1297 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1299         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1301 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1303         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1305 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1307         * play/blackbox.el (blackbox-redefine-key): New function.
1308         (blackbox-mode-map): Use it to remap existing bindings for cursor
1309         motion instead of binding literal keys.
1311 2005-10-25  Glenn Morris  <rgm@gnu.org>
1313         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1314         diary does not end in a newline.  Do not assume a blank line at
1315         the start of the diary file.
1317 2005-10-25  Kenichi Handa  <handa@m17n.org>
1319         * international/quail.el (quail-translate-key): If the input
1320         method is deterministic and failed to handle the last key, restart
1321         the key handling loop from an appropriate key.
1323 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1325         * vc.el (vc-dired-mode): Extend comment for binding of
1326         `directory-listing-before-filename-regexp'.
1328 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * textmodes/texinfo.el (texinfo-mode):
1331         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1332         not to unnecessarily expose emacs-mule's internal char codes.
1334 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1336         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1337         Display hand pointer and help-echo on disabled icon too.
1338         (gdb-mouse-until): New function.
1339         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1341 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1343         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1344         with 2005-10-23 change to doctor.el.
1346         * finder.el (finder-mode-map): Add follow-link binding.
1348 2005-10-25  Kim F. Storm  <storm@cua.dk>
1350         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1351         to gdb-mouse-toggle-breakpoint-fringe.
1352         (gdb-mouse-toggle-breakpoint-margin): Rename from
1353         gdb-mouse-toggle-breakpoint. Fix doc.
1354         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1355         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1356         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1357         string properties also for fringe breakpoint bitmaps.
1359 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1361         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1363 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1365         * simple.el (completion-common-substring):
1366         Use `completion-common-substring' prior to `completion-base-size'.
1368 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1370         * savehist.el: Require CL while compiling.
1371         (savehist-history-variables): Remove.
1372         (savehist-save-minibuffer-history, savehist-additional-variables)
1373         (savehist-minibuffer-history-variables): New vars.
1374         (savehist-save): Use them.
1375         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1376         (savehist-install): New fun, extracted from savehist-load.
1377         (savehist-load): Use them.
1379 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1381         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1382         a dummy doc-string-elt property.
1383         (defalias, defvaralias, define-category): Add a docstring property.
1385         * image.el (defimage):
1386         * widget.el (define-widget):
1387         * custom.el (defface, defcustom): Add `doc-string' declaration.
1389         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1390         (defadvice): Add `doc-string' declaration.
1392         * emacs-lisp/byte-run.el (macro-declaration-function):
1393         Handle `doc-string' declarations.
1394         (define-obsolete-function-alias, define-obsolete-variable-alias):
1395         Add `doc-string' declaration.
1397 2005-10-24  Kenichi Handa  <handa@m17n.org>
1399         * international/utf-7.el (utf-7): Add autoload cookie.
1401         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1403 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1405         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1406         list of directories passed to batch-update-autoloads.  Add "." to
1407         the list of the echoed directories.
1409         * pgg-def.el:
1410         * pgg-gpg.el:
1411         * pgg-parse.el:
1412         * pgg-pgp.el:
1413         * pgg-pgp5.el:
1414         * pgg.el: Moved here from the gnus subdirectory.
1416 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1418         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1419         in case comint-prompt-read-only is set to t.
1421         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1422         in case comint-prompt-read-only is set to t.
1424 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1426         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1427         Now a string.
1428         (icalendar-import-format): Handle CLASS, STATUS, URL.
1429         Rename `subject' to `summary'.
1430         (icalendar-import-format-summary): Rename from
1431         `icalendar-import-format-subject'.
1432         (icalendar-import-format-url, icalendar-import-format-status)
1433         (icalendar-import-format-class): New variables.
1434         (icalendar--rris): Take variable argument list.
1435         (icalendar--datestring-to-isodate): Remove unnecessary
1436         calendar-style check when converting dates with explicit month names.
1437         (icalendar-export-region): Change return type of conversion
1438         subroutines.  Bury current buffer unless error occurred.
1439         (icalendar--convert-to-ical)
1440         (icalendar--parse-summary-and-rest): New functions.
1441         (icalendar--convert-ordinary-to-ical)
1442         (icalendar--convert-weekly-to-ical)
1443         (icalendar--convert-yearly-to-ical)
1444         (icalendar--convert-block-to-ical)
1445         (icalendar--convert-cyclic-to-ical)
1446         (icalendar--convert-anniversary-to-ical): Change return type.
1447         Strip trailing blanks from subject.
1448         (icalendar--convert-sexp-to-ical): Change return type.
1449         Strip trailing blanks from subject.  Handle simple sexp
1450         entries as generated by icalendar.el.
1451         (icalendar--convert-float-to-ical)
1452         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1453         (icalendar-import-file): Doc fix.
1454         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1455         Correct call to icalendar--rris.
1456         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1457         `summary'.
1458         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1460 2005-10-24  Romain Francoise  <romain@orebokech.com>
1462         * server.el (server-sentinel): Set query-on-exit flag to nil on
1463         new client processes (it isn't inherited from the server process).
1465         * replace.el (occur-engine): Rearrange text properties.
1467 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1470         case-fold-search is nil.
1471         (debug-help-follow): Use help-xref-interned directly.
1473 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1475         * thumbs.el (thumbs-image-type): Add .pbm.
1477 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1479         * faces.el (inhibit-face-set-after-frame-default): New variable.
1480         (set-face-attribute): Bind it.
1481         (face-set-after-frame-default): Test it.
1483         * help-fns.el (describe-simplify-lib-file-name): New function.
1484         (describe-function-1, describe-variable): Use it.
1486         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1488         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1489         Eliminate nil as possible value.
1490         (tooltip-hide-delay): Reduce internal-border-width.
1492         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1493         (menu-bar-file-menu) <new-file>: Likewise.
1495         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1497         * international/mule.el (load-with-code-conversion):
1498         Pass full file name to `eval-buffer' unless preloading.
1500         * textmodes/flyspell.el (flyspell-large-region):
1501         Call ispell-check-version.
1503         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1504         Fix the make-variable-buffer-local call that was supposed
1505         to be for this variable.
1506         (ispell-aspell-supports-utf8): Doc fix.
1507         (ispell-find-aspell-dictionaries): Preserve elements of
1508         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1509         (ispell-aspell-find-dictionary): Return nil on error.
1511         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1512         (doctor-symptoms): Likewise.
1514         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1516 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1518         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1519         (custom-raised-buttons): Add :set spec.
1520         (custom-button-unraised, custom-button-pressed-unraised):
1521         New faces, so that custom-raised-buttons actually does something.
1522         (custom-mode): Use custom-button and custom-button-pressed.
1524         * wid-edit.el (widget-specify-button): Don't ignore
1525         widget-mouse-face on graphic terminals.
1526         (widget-move-and-invoke): Cleanup.
1528 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1530         * whitespace.el (whitespace-cleanup): Doc fix.
1532 2005-10-23  Romain Francoise  <romain@orebokech.com>
1534         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1535         `eval-after-load' to avoid evaluating their result.
1537 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1539         * files.el (directory-listing-before-filename-regexp):
1540         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1542         * dired.el (dired-move-to-filename-regexp): Remove.
1543         All occurences replaced by `directory-listing-before-filename-regexp'.
1545         * dired-x.el, locate.el, vc.el:
1546         Replace `dired-move-to-filename-regexp' by
1547         `directory-listing-before-filename-regexp'.  In vc.el it is
1548         overwritten locally; maybe this can be handled in files.el too.
1550         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1551         replaced by `directory-listing-before-filename-regexp'.
1553 2005-10-23  Andreas Schwab  <schwab@suse.de>
1555         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1556         and eval-next-after-load.
1558 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1560         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1561         exist, create it.
1563 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1565         * allout.el: Remove autoloads for mailcrypt and crypt++.
1566         Require pgg, pgg-gpg during compilation.
1567         (allout-version): Increment version number to 2.1, and use a literal
1568         rather than RCS Id.
1569         (allout-default-encryption-scheme): Remove.
1570         (allout-passphrase-verifier-handling)
1571         (allout-passphrase-verifier-string)
1572         (allout-file-passphrase-verifier-string)
1573         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1574         (allout-passphrase-hint-handling): Rename and simplify.
1575         (allout-init): Use `find-file-hook' if available, otherwise
1576         `find-file-hooks'.
1577         (allout-mode): Use `write-file-functions' if available, otherwise
1578         `local-write-file-hooks' and, instead of making auto-save-hook
1579         buffer local, make the write-file-hook activity contingent to
1580         allout-mode.
1581         (allout-mode): Use key-binding substitution in the docstring.
1582         (allout-kill-line): Spell-out kill ring data structure mutation
1583         instead of using byte-compiler-complaint-provoking `pop'.
1584         (allout-insert-listified): Use `insert' rather than `insert-string'
1585         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1586         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1587         (allout-encrypt-string): Totally revamped vis new underlying
1588         encryption facilities.
1589         (allout-mc-activate-passwd): Remove.
1590         (allout-obtain-passphrase): New, more or less replaces
1591         allout-mc-activate-passwd.
1592         (allout-encrypted-key-info): More or less replaces
1593         allout-encrypted-text-type.
1594         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1595         (my-mark-marker): Use `(featurep 'xemacs)'.
1597 2005-10-23  Lars Hansen <larsh@soem.dk>
1599         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1600         (byte-compile-file-form-defmumble, byte-compile-defun)
1601         (byte-compile-defmacro): Use it.
1602         (byte-compile-form): Don't call byte-compile-set-symbol-position
1603         when a byte-compile handler is called.
1605 2005-10-22  Romain Francoise  <romain@orebokech.com>
1607         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1609         * subr.el (eval-after-load): Convert library name to an absolute
1610         file name using locate-library, since load-history no longer has
1611         library names in it.
1613 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1615         * files.el (make-temp-file): Move from subr.el.
1616         * subr.el (make-temp-file): Move to files.el.
1618         * window.el (get-buffer-window-list): Move from subr.el.
1619         * subr.el (get-buffer-window-list): Move to window.el.
1621         * image.el (image-load-path): Use eval-at-startup to initialize.
1623         * subr.el (eval-at-startup): New macro.
1625         * subr.el: Much rearrangement of functions and division
1626         into pages.  No code changes.
1628 2005-10-22  Kenichi Handa  <handa@m17n.org>
1630         * tar-mode.el (tar-extract): Be sure to call
1631         find-operation-coding-system if set-auto-coding doesn't find a
1632         coding system.
1634 2005-10-22  Kim F. Storm  <storm@cua.dk>
1636         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1637         Change users.
1638         (image-type-file-name-regexps): New defconst.
1639         (image-type-from-data): Simplify loop.
1640         (image-type-from-buffer): New defun.
1641         (image-type-from-file-header): Use it instead of image-type-from-data.
1642         Use image-search-load-path instead of only looking in data-directory.
1643         (image-type-from-file-name): New defun.
1644         (image-search-load-path): Change `pathname' to `filename'.
1645         Make PATH arg optional, default to image-load-path.
1647 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1649         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1651         * textmodes/paragraphs.el (sentence-end-base): New variable.
1652         (sentence-end): Use sentence-end-base.
1654 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1657         property independently from the font-lock-multiline variable.
1659 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1661         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1663         * startup.el (command-line): Convert library names
1664         in `load-history' to absolute file names.
1666         * subr.el (symbol-file): Doc fix.
1668         * loadhist.el (file-loadhist-lookup): Call locate-library
1669         instead of find-library-name.  Don't try converting
1670         abs file names to library names, since load-history no longer
1671         has library names in it.
1672         (file-dependents, file-provides, file-requires): Doc fixes.
1674 2005-10-21  Juri Linkov  <juri@jurta.org>
1676         * progmodes/etags.el (tags-table-mode): New function.
1677         (tags-verify-table): Replace initialize-new-tags-table with
1678         tags-table-mode.
1680         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1681         default value.
1682         (desktop-modes-not-to-save): Add tags-table-mode to the
1683         default value.
1685         * info.el (Info-index-next): Add total number of index
1686         alternatives to the message.
1688         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1689         backward only space (instead of space and period) before looking
1690         at sentence end.
1692         * simple.el (set-variable): Use user-variable-p instead of symbolp.
1693         Add the old variable value as 4th default-value arg of read-string.
1695 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1697         * cus-face.el (custom-declare-face): Make face from X resources
1698         also on Mac.
1700         * disp-table.el (standard-display-g1, standard-display-graphic):
1701         Refuse to use string glyphs also on Mac.
1702         (standard-display-european): Don't set terminal coding system also
1703         on Mac.
1705         * frame.el (display-screens): Use x-display-screens also on Mac.
1707 2005-10-21  Romain Francoise  <romain@orebokech.com>
1709         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
1711 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1714         and $? into sexps.
1716         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1717         warning face on open-paren-in-column-0.
1719         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1720         boundary case.  Fix typo.
1721         Suggested by Martin Rudalics <rudalics@gmx.at>.
1723 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
1725         * textmodes/org.el: (org-combined-agenda-icalendar-file)
1726         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1727         (org-export-icalendar-this-file)
1728         (org-export-icalendar-all-agenda-files)
1729         (org-export-icalendar-combine-agenda-files): New commands.
1730         (org-export-icalendar, org-print-icalendar-entries)
1731         (org-start-icalendar-file, org-finish-icalendar-file)
1732         (org-ical-ts-to-string): New functions.
1733         (org-read-date, org-goto-calendar)
1734         (org-agenda-goto-calendar): Inhibit displaying diary entries by
1735         call to `calendar'.
1736         (orgtbl-setup): Remove the :keys arguments from the menu description.
1737         (org-after-save-iCalendar-file-hook): New variable.
1739 2005-10-21  Kenichi Handa  <handa@m17n.org>
1741         * language/vietnamese.el (tcvn-5712): Make it an alias of
1742         vietnamese-tcvn coding-system.
1744 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
1746         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1747         group id is given.
1749 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * progmodes/sh-script.el (sh-escaped-line-re): New var.
1752         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1753         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1754         whose line is either continued or ends with a comment.
1756 2005-10-20  Romain Francoise  <romain@orebokech.com>
1758         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1760         * replace.el (occur-engine): Add follow-link property.
1762         * font-core.el (font-lock-mode): Doc fix.
1764 2005-10-20  Richard M. Stallman  <rms@gnu.org>
1766         * net/rcirc.el: New file.
1768 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
1770         * term.el (term-term-name): Initialize to "eterm-color".
1772 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
1774         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1775         for encryption functionality.
1776         Move allout customization subgroup from `editing' to `outlines' group.
1777         Fix commentary 'keywords' to legitimate ones.
1778         Update author info (using my current email address, obscurified).
1779         (allout-encrypt-string, allout-encryption-produce-work-buffer)
1780         (allout-encrypted-topic-p, allout-encrypted-text-type)
1781         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1782         (allout-situate-encryption-key-verifier)
1783         (allout-get-encryption-key-verifier, allout-verify-key)
1784         (allout-next-topic-pending-encryption)
1785         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1786         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1787         (outline-key-verifier-handling, outline-key-hint-handling)
1788         (outline-encrypt-unencrypted-on-saves): New defcustoms.
1789         (allout-file-key-verifier-string, allout-encryption-scheme)
1790         (allout-key-verifier-string, allout-key-hint-string)
1791         (allout-after-save-decrypt): New variables.
1792         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1793         (allout-after-saves-handler): New hook functions.
1794         (allout-post-command-business): Do allout-after-save-decrypt.
1795         (allout-enable-file-variable-adjustment): Custom var to enable
1796         mechanism for adding and adjusting settings of Emacs file variables.
1797         (allout-adjust-file-variable, allout-file-vars-section-data):
1798         New functions, implement the mechanism.
1799         (outlineify-sticky): Use the file vars mechanism.
1800         (allout-inhibit-protection, allout-during-write-cue)
1801         (allout-override-protect, allout-before-change-protect): Remove.
1802         (allout-flag-region, allout-open-topic): Adjust read-only text.
1803         (allout-open-line-not-read-only): Add to facilitate read-only
1804         text based protection.
1805         (allout-kill-line): Revise to adjust read-only text, clue the
1806         user about the inhibition.
1807         (allout-unprotected): Use unwind-protect.
1808         (allout-shift-in, allout-shift-out): Disallow manually shifting a
1809         topic deeper than the offspring depth of the previous topic -
1810         avoiding confusing "containment discontinuities".
1811         (allout-reindent-bodies): Fix retention of body relative hanging
1812         indent during promotion of collapsed bodies.
1813         (allout-open-topic): Make it easy to open new topic with same
1814         bullet as current topic - topic creation functions provided with
1815         any universal argument provokes now prompt for bullet, defaulting
1816         to the bullet of the previous topic.
1817         (allout-plain-bullets-string, allout-distinctive-bullets-string):
1818         Plain bullet alternates '.' period and ',' comma only.  All other
1819         bullets are relegated to special status (but customizable).
1820         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1821         since it actually operates w.r.t. most immediately containing
1822         entry, visible or not.
1823         (allout-hide-current-entry, allout-show-current-entry): Use the
1824         revised version.
1825         (allout-old-expose-topic): Solidify deprecation.
1826         (allout-end-of-subtree): Add so we can span concealed as well
1827         as visible topics.
1828         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1829         (allout-end-of-current-heading): Tweak to just respect the first line.
1830         (allout-get-body-text): Add.
1831         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1832         when invoked interactively.
1833         (allout-up-current-level): Use `interactive-p'.
1834         (allout-mode, allout-init): Miscellaneous docstring and
1835         operational refinements, as well as hookups of new encryption stuff.
1836         (allout-beginning-of-current-entry): Now works as advertised.
1837         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1838         (allout-isearch-rectification): Refine condition for isearching.
1839         (allout-isearch-abort, allout-enwrap-isearch)
1840         (allout-flag-region, my-region-active-p): Relocate some macros.
1841         (allout-title): Fallback title is '(buffer-name)', not
1842         non-existing '(current-buffer-name)'.
1843         (subst-char-in-string): Define if absent (for some XEmacs versions).
1845 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
1847         * mail/sendmail.el (mail-setup-hook, mail-aliases)
1848         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
1849         (mail-citation-prefix-regexp, mail-signature-file)
1850         (mail-default-headers, mail-bury-selects-summary)
1851         (mail-send-nonascii): Add autoload cookies.
1853 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1855         * frame.el (blink-cursor-mode): Add `mac' to the list of
1856         window-system's that support blinking cursor.
1858 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1860         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
1862 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
1864         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
1865         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
1866         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
1868 2005-10-20  Kim F. Storm  <storm@cua.dk>
1870         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
1871         (ido-set-current-directory): Don't add / after final @.
1872         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
1873         Explicitly handle ange-ftp completion oddities.
1874         (ido-make-file-list): Don't rotate list at tramp root to avoid
1875         triggering tramp file handler for expand-file-name via get-file-buffer.
1877 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * simple.el (eval-expression-print-format): Put the char-string
1880         inside the parenthesis, like the other alternative notations.
1881         (kill-new): Use push.
1882         (copy-to-buffer): Use with-current-buffer.
1883         (completion-setup-function): Simplify.
1884         (minibuffer-local-must-match-map): Don't add redundant bindings which
1885         are already present in its parent (minibuffer-local-completion-map).
1887         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
1889 2005-10-19  Jay Belanger  <belanger@truman.edu>
1891         * calc/calc-units.el (math-standard-units): Add units, adjust
1892         symbols and update values.
1893         (math-unit-prefixes):  Add more prefixes.
1895 2005-10-19  Romain Francoise  <romain@orebokech.com>
1897         * bookmark.el (bookmark-menu-heading): New face.
1898         (bookmark-bmenu-list): Use it.
1899         Don't fiddle with `baud-rate' at top-level.
1901 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1903         * image.el (create-image, find-image): Mention max-image-size in
1904         docstring.
1906 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * savehist.el (savehist-load): Revert to checking XEmacs.
1910         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
1911         Various docstring and line-width fixups.
1912         (conf-mode): Use cond.
1913         Set font-lock-defaults.  Don't set comment-use-syntax.
1915 2005-10-18  David Ponce  <david@dponce.com>
1917         * tree-widget.el (tree-widget-button-click): New function.
1918         (tree-widget-button-keymap): Use it.
1920 2005-10-18  Romain Francoise  <romain@orebokech.com>
1922         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1923         (bookmark-bmenu-hide-filenames): Add follow-link property.
1924         Improve help-echo text.
1926         * ffap.el (find-file-at-point): Doc fix.
1928 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1930         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
1932 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1934         Install to the CVS repository what I forgot to install in my
1935         2005-10-16 changes.
1937         * progmodes/python.el (python-complete-symbol): Pass the common
1938         prefix substring of completion to `display-completion-list'.
1940         * textmodes/org.el (org-complete): Ditto.
1942 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1944         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
1946         * woman.el (WoMan-xref-man-page): New button type derived
1947         from `Man-abstract-xref-man-page'.
1948         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
1950         * man.el (Man-abstract-xref-man-page): New button type.
1951         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
1952         (Man-highlight-references): Add new optional argument `xref-man-type'.
1954 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
1956         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
1958 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1960         * cus-edit.el (Custom-move-and-invoke): Delete.
1961         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
1963         * wid-edit.el (widget-move-and-invoke): New function, from
1964         Custom-move-and-invoke.
1966 2005-10-17  Bill Wohler  <wohler@newt.com>
1968         Move all remaining images from lisp/toolbar to etc/images, move
1969         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
1970         the low resolution images in their own directory (low-color).
1972         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
1973         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
1974         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
1975         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
1976         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
1977         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
1978         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
1980         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
1981         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
1982         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
1983         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
1984         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
1985         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
1986         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
1987         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
1988         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
1989         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
1990         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
1991         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
1992         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
1993         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
1994         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
1996         To conform with convention, replace the underscore (_) in the
1997         following image names with dash (-) or (/) as appropriate.
1999         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2000         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2001         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2002         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2003         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2004         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2005         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2006         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2007         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2008         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2009         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2010         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2011         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2012         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2013         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2015         * info.el (info-tool-bar-map): Replace underscores in image names
2016         with dashes.
2018         * makefile.w32-in (WINS): Remove toolbar.
2020         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2022         * tool-bar.el: Move to lisp from toolbar.  Now that
2023         toolbar is empty, it should be deleted when folks run "cvs up -P".
2025 2005-10-18  Jay Belanger  <belanger@truman.edu>
2027         * calc/calc-store.el (calc-store-into): Get the proper variable name
2028         to display in message.
2030 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2032         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2033         expressions display in speedbar for all buffers when debugging.
2034         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2036         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2037         (speedbar-insert-button, speedbar-make-button):
2038         Use add-text-properties.
2039         (speedbar-update-localized-contents)
2040         (speedbar-update-directory-contents)
2041         (speedbar-update-special-contents): Use dolist.
2042         (speedbar-buffer-easymenu-definition): Add a menu separator.
2044 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2046         * makefile.w32-in: Use $(lisp) consistently.
2047         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2048         for shell specific generation of mh-autoloads.
2050 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2052         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2054 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2056         * jit-lock.el (jit-lock-fontify-now):
2057         Move jit-lock-context-unfontify-pos to avoid wasted work.
2059 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2061         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2062         `tramp-completion-mode' for checking if we are in completion mode.
2063         (tramp-completion-handle-file-name-all-completions): Reorder code
2064         in order to complete for file names only in case there are no
2065         method/user/host completions.  This is necessary for cooperation
2066         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2068 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2070         * longlines.el (longlines-search-forward)
2071         (longlines-search-backward): Match any number of spaces.
2073 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2075         * diff-mode.el (diff-mode): Doc fix.
2077 2005-10-16  David Reitter <david.reitter@gmail.com>
2079         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2080         as default on darwin and windows systems.
2082 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2084         * arc-mode.el (archive-zip-extract): Doc fix.
2086 2005-10-16  Romain Francoise  <romain@orebokech.com>
2088         * mouse.el (mouse-1-click-follows-link): Doc fix.
2090 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * savehist.el: Don't require CL at runtime.
2093         (savehist-xemacs): Remove.
2094         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2095         (savehist-no-conversion): Use (featurep 'xemacs).
2096         (savehist-load): Check existence of start-itimer rather than XEmacs.
2097         Use an idle timer.
2098         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2099         `delete-if-not'.
2101 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2103         * savehist.el: Newer version.
2104         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2105         (savehist-last-checksum, savehist-no-conversion): New vars.
2106         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2107         New functions.
2108         (savehist-load, savehist-save): Use them.
2109         (savehist-delimit): Remove.
2111 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * progmodes/compile.el (compilation-goto-locus): Display the
2114         compilation buffer first and the source buffer second, in case they're
2115         in overlapping frames.  Don't raise the compilation frame if it was the
2116         selected window upon entry.  Pass the `other-window' arg to
2117         pop-to-buffer.
2119         * info.el (Info-fontify-node): Use dolist.
2120         Change add-text-properties to put-text-property.
2122 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2124         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2125         bound of search.
2127 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2129         * dabbrev.el (dabbrev-completion): Pass the common
2130         prefix substring of completion to `display-completion-list'.
2132         * filecache.el (file-cache-minibuffer-complete)
2133         (file-cache-complete): Ditto.
2135         * tempo.el (tempo-display-completions): Ditto.
2137         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2139         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2141         * eshell/em-hist.el (eshell-list-history): Ditto.
2143         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2145         * mail/mailalias.el (mail-complete): Ditto.
2147         * progmodes/etags.el (complete-tag): Ditto.
2149         * progmodes/make-mode.el (makefile-complete): Ditto.
2151         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2153         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2155         * progmodes/pascal.el (pascal-complete-word)
2156         (pascal-show-completions): Ditto.
2158         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2160         * simple.el (completion-common-substring): New variable.
2161         (completion-setup-function): Use `completion-common-substring'
2162         to put faces.
2164 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2166         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2167         (x-get-selection, mac-select-convert-to-string): Convert from/to
2168         UTF-16 clipboard data as in native byte order, no BOM.
2170 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2172         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2173         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2174         (gud-sentinel): Use speedbar-frame to check for speedbar.
2176 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2178         * savehist.el: New file.
2180 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2182         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2183         Fix bug in \bf fontification.
2185 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * pcvs.el (cvs-edit-log-files): New var.
2188         (cvs-mode-edit-log): New arg `file'.
2189         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2190         Instead force the use of the original file and nothing else.
2191         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2192         the cvs-minor-wrap-function is set.
2193         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2195 2005-10-14  Bill Wohler  <wohler@newt.com>
2197         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2198         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2199         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2200         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2201         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2202         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2203         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2204         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2205         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2206         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2207         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2208         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2209         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2210         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2211         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2213         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2214         appropriately (for example, gud-break to gud/break).
2216 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2218         * longlines.el (longlinges-search-function)
2219         (longlines-search-forward, longlines-search-backward): New functions.
2220         (longlines-mode): Set isearch-search-fun-function to
2221         longlinges-search-function.
2223         * mouse.el (mouse-drag-region-1): Handle the case where a
2224         double-click event is bound to an arbitrary function.
2226 2005-10-14  David Ponce  <david@dponce.com>
2228         * recentf.el (recentf-track-opened-file)
2229         (recentf-track-closed-file, recentf-update-menu)
2230         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2231         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2232         mouse-1-click-follows-link.
2234 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2236         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2237         Gnome file-manager.png.  Suggested by
2238         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2240         * toolbar/README: Add diropen.xpm.
2242 2005-10-13  Bill Wohler  <wohler@newt.com>
2244         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2245         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2247 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2249         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2250         Don't waste the byte-compiler's time on constant data.
2252 2005-10-13  Kenichi Handa  <handa@m17n.org>
2254         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2255         byte with `escape-glyph' face.
2257         * international/fontset.el (ccl-encode-unicode-font):
2258         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2259         Handle the case that ucs-mule-to-mule-unicode translates a character to
2260         ASCII (usually for IPA characters).
2262 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2265         Don't hide the underline of titles if font-lock-mode is disabled.
2267 2005-10-12  Bill Wohler  <wohler@newt.com>
2269         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2270         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2271         files in MH-E-SRC have been updated.
2272         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2274 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2277         (mixal-mode-syntax-table): Add \n as end-comment.
2278         (mixal-operation-codes-alist): Immediately initialize to full value.
2279         (mixal-add-operation-code): Remove.
2280         (mixal-describe-operation-code): Make the arg non-optional.
2281         Use the interactive spec instead.
2282         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2283         (mixal-font-lock-keywords): Don't highlight comments here any more.
2284         (mixal-font-lock-syntactic-keywords): New var.
2285         (mixal-mode): Use it.  Fix comment-start-skip.
2287 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2289         * startup.el (command-line-x-option-alist): -nb => -nbi
2291 2005-10-12  Kim F. Storm  <storm@cua.dk>
2293         * startup.el (fancy-splash-default-action): Discard mouse click in
2294         the spash screen window, as it has no sensible meaning in the
2295         next window to be selected.  Fixes error reported by Jan D.
2297 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2299         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2301 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2304         Try to fix up minor layout issues like indentation, line break, etc...
2305         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2306         because it doesn't work.
2307         (mixal-operation-codes): Add some more codes.
2308         (mixal-font-lock-keywords): Process comments here.
2309         (mixal-mode): mixasm no longer needs -g option.
2311 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2313         * progmodes/sh-script.el (sh-tmp-file):
2314         Use mktemp -t.  Finish support for es and rc shells.
2316 2005-10-11  Jay Belanger  <belanger@truman.edu>
2318         * calc/calcalg2.el (calc-integral): With an argument, compute the
2319         definite integral.
2321 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2323         * mouse.el (mouse-drag-region-1): Don't try to catch a
2324         double-click when doing follow-link (it's overridden anyway).
2326 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2328         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2329         (autoload-print-form-outbuf): Add docstring.
2331 2005-10-11  Juri Linkov  <juri@jurta.org>
2333         * info.el (Info-mode-menu): Delete menu item "Edit".
2334         (Info-mode): Delete description of Info-edit from docstring,
2335         and rearrange descriptions of Info commands in the order
2336         they are documented in the Info manual.
2338 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * calendar/appt.el (appt-check): Use diary-selective-display var.
2342 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2344         * net/newsticker.el (newsticker-start, newsticker-show-news):
2345         Add autoload cookies.
2347 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2349         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2351 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2353         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2355 2005-10-10  Jay Belanger  <belanger@truman.edu>
2357         * calc/calc-arith.el (math-check-known-scalarp)
2358         (math-check-known-matrixp): Check the values of arguments that are
2359         variables.
2360         (math-check-known-square-matrixp): New function.
2361         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2362         (math-super-types): Add sqmatrix type.
2364         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2365         mode name `square' to 'sqmatrix'.
2367         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2368         mode name `square' to 'sqmatrix'.
2370 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * progmodes/etags.el (select-tags-table-mode): Don't use
2373         selective-display.
2374         (tags-select-tags-table): Pass `button' to the action function.
2375         (select-tags-table): Place the side-info on button properties rather
2376         than in hidden text.  Abbreviate file names.
2377         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2378         (select-tags-table-select): Add `button' argument.
2379         Get side-info from the button property rather than from hidden text.
2381 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2383         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2384         (gud-speedbar-buttons): Preserve point if possible.
2385         (gud-sentinel): Restore previous speedbar display type.
2387         * progmodes/gdb-ui.el (gdba): Improve diagram.
2388         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2389         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2390         Call get-buffer-window once.
2392 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2395         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2396         (pascal-indent-command): Remove unused var `ind'.
2397         (pascal-indent-case): Remove unused var `oldpos'.
2398         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2399         since it's now used as a proper minor mode map.
2400         (pascal-outline): Rename to pascal-outline-mode.
2401         (pascal-outline-mode): Use define-minor-mode.
2402         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2403         selective-display.
2405 2005-10-10  Andreas Schwab  <schwab@suse.de>
2407         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2408         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2410         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2411         outside source directory.
2413 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2415         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2416         C-x' as a prefix.
2417         (orgtbl-mode-map): Full keymap instead of sparse, because all
2418         `self-insert-command' keys are redefined in this map.
2419         (org-export-as-html): Specify charset for HTML file, by taking it
2420         from the coding system.
2422 2005-10-10  Kenichi Handa  <handa@m17n.org>
2424         * textmodes/flyspell.el (flyspell-check-word-p):
2425         If unread-command-events is non-empty, don't call sit-for.
2427 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2429         * font-lock.el (font-lock-syntactic-keywords)
2430         (font-lock-keywords): Doc fixes.
2432         * textmodes/flyspell.el (flyspell-external-point-words):
2433         Simplify logic, and don't try to check for consecutive appearances
2434         of one incorrect word.
2436 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2438         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2439         separator.
2441         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2442         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2443         (gud-expansion-speedbar-buttons): New function.
2444         (gud-speedbar-buttons): Check for gud-comint-buffer.
2446 2005-10-09  Bill Wohler  <wohler@newt.com>
2448         * Makefile.in (updates): Add mh-loaddefs dependency.
2450 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2452         * speedbar.el (speedbar-file-key-map): Fix typo.
2454 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2456         * cus-start.el (line-spacing): Add custom spec.
2458 2005-10-09  Romain Francoise  <romain@orebokech.com>
2460         * textmodes/ispell.el (ispell-check-version): Fix last change.
2462 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2464         * term/x-win.el: Remove -i, --icon-type from comment.
2466         * startup.el (command-line-x-option-alist): Remove options -i,
2467         -itype, --icon-type, added -nb, --no-bitmap-icon
2469 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2471         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2472         instead of :active.
2474 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2476         * textmodes/ispell.el (ispell-check-version):
2477         Ignore hyphen, and all that follows, in aspell's version text.
2479 2005-10-08  Jay Belanger  <belanger@truman.edu>
2481         * calc/calc-arith.el (math-known-square-matrixp): New function.
2482         (math-pow-fancy): Check for matrices before distributing exponent
2483         across products.
2485         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2486         fullscreen keypad.  Suggested by Luc Teirlinck.
2487         (calc-keypad-show-input): Add space for formatting.
2489         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2490         Add square matrix option.
2492         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2493         of checking calc-matrix-mode when deciding how to expand.
2495         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2497 2005-10-08  Lars Hansen  <larsh@soem.dk>
2499         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2500         Add error handling.
2501         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2503 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2505         Sync with Tramp 2.0.51.
2507         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2508         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2509         Insert special handling for `last-coding-system-used', again
2510         it still seems to be necessary (unlike stated before).
2511         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2512         (tramp-password-prompt-regexp): There might be other words before
2513         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2514         (tramp-chunksize): Improve docstring.
2515         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2516         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2517         Christian Joergensen <bugs@razor.dk>.
2519 2005-10-07  Glenn Morris  <rgm@gnu.org>
2521         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2522         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2523         precision'.
2525 2005-10-07  Romain Francoise  <romain@orebokech.com>
2527         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2528         (ibuffer-do-shell-command-pipe-replace)
2529         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2530         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2531         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2532         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2533         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2534         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2535         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2536         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2537         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2538         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2539         Autoload file sans suffix.
2541         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2543 2005-10-07  David Ponce  <david@dponce.com>
2545         * recentf.el (recentf-menu-open-all-flag): New option.
2546         (recentf-digit-shortcut-command-name): New function.
2547         (recentf--shortcuts-keymap): New variable.
2548         (recentf-menu-shortcuts): New variable.
2549         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2550         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2551         (recentf-menu-value-shortcut): New function.
2552         (recentf-make-menu-item): Use it.  No more in-lined.
2553         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2554         (recentf-open-most-recent-file): Rename from
2555         `recentf-open-file-with-key'.  Don't depend on key binding.
2556         (recentf-mode-map): New variable.
2557         (recentf-mode): Use it.
2559 2005-10-06  Bill Wohler  <wohler@newt.com>
2561         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2563         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2564         (MH-E-SRC): New.  Used by mh-autoloads.
2565         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2566         files in MH-E-SRC have been updated.
2567         (compile, recompile, bootstrap): Depend on mh-autoloads.
2569 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2571         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2572         gud-break and gud-remove icons when the fringe is not available.
2574         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2575         Typo.
2577 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2579         * play/zone.el (zone): Wrap body with save-window-excursion.
2581 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2584         Use the new `list-only' arg to diary-list-entries.
2586         * calendar/diary-lib.el: Use overlays rather than selective-display.
2587         (diary-selective-display): New var.
2588         (diary-header-line-format): Use it.
2589         (diary-list-entries): Add argument `list-only'.
2590         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2591         Replace \^M by invisible overlays.
2592         (diary-unhide-everything): Replace \^M by invisible overlays.
2593         (print-diary-entries): Look for overlays rather than \^M.
2594         Add a space to the temp buffer name.
2595         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2596         Put the buffer in diary-mode.
2597         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2598         (diary-anniversary): Make the year arg optional.
2599         (diary-time-regexp): New const.
2600         (diary-font-lock-keywords): Use it to accept a few more time formats.
2602         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2604 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2606         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2607         Fix bug introduced 2005-07-03: Use (car (last ...))
2608         to faithfully reproduce replaced artist-last.
2609         (artist-set-arrow-points-for-poly): Likewise.
2610         Suggested by Johan Bockg\e,Ae\e(Brd.
2612 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2614         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2615         * wid-edit.el (widget):
2616         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2617         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2619 2005-10-06  Kenichi Handa  <handa@m17n.org>
2621         * international/mule-cmds.el (set-language-environment):
2622         Fix setting up of case-table for unibyte mode.
2624         * simple.el (what-cursor-position): If the character is displayed
2625         by some `display' text property, show that.  Don't use
2626         single-key-description for eight-bit characters in multibyte mode.
2628 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2630         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2631         (gdb-ann3): Set it.
2632         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2633         (gdb-info-frames-custom): Use inverse-video for first five
2634         characters of selected frame only.
2635         (gdb-get-frame-number): Select frame even when point is on frame
2636         number.
2638 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2640         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2641         Put `font-lock-function-name-face'.
2642         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2643         and `font-lock-variable-name-face'
2644         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2645         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2646         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2647         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2648         (gdb-local-font-lock-keywords): New font lock keywords definition.
2649         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2650         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2651         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2653 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2655         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2656         (ediff-merge-region-is-non-clash-to-skip): Previously called
2657         ediff-merge-region-is-non-clash.
2659         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2660         Use insert-buffer-substring.
2662         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2663         selecting files to patch.  Also bug fixes.
2665         * ediff-util.el (ediff-setup): Bug fix.
2666         (ediff-next-difference): Never skip clashes that differ in white
2667         space only.
2669         * ediff-wind.el (ediff-setup-control-frame)
2670         (ediff-destroy-control-frame): Check the menubar feature.
2672         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2673         (viper-refresh-mode-line): Use make-local-variable to localize
2674         some vars instead of make-variable-buffer-local.  Suggested by
2675         Stefan Monnier.
2677         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2678         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2679         Use make-local-variable instead of make-variable-buffer-local.
2680         Suggested by Stefan Monnier.
2682         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2683         (viper-comint-mode-hook): Use make-local-variable on
2684         require-final-newline.
2685         (viper-non-hook-settings): Don't use make-variable-buffer-local.
2687 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2690         also the second char of a comment-start sequence.
2691         (scheme-sexp-comment-syntax-table): New var.
2692         (lambda, define): Set their scheme-doc-string-elt property.
2693         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2694         Use lisp-font-lock-syntactic-face-function now that it properly
2695         handles |...| symbols.
2696         (scheme-mode-variables): Set lisp-doc-string-elt-property,
2697         parse-sexp-lookup-properties and font-lock-extra-managed-props.
2699         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2700         bit from # to |.
2701         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2703         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2704         (lisp-doc-string-elt-property): New var.
2705         (lisp-font-lock-syntactic-face-function): Use it.
2706         Rewrite to recognize docstrings even for forms not at toplevel.
2708         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2709         annotation on the | part of #| rather than on the # part.
2710         (scheme-font-lock-syntactic-face-function): New function, to
2711         distinguish strings from |...| symbols.
2712         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
2713         syntax-table so that #|...|# is properly highlighted.
2715         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2716         Don't mark as docstring the 3rd elem of an unknown toplevel form.
2718 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2721         and C-e.
2723         * emacs-lisp/eldoc.el: Move comments into docstrings.
2724         (eldoc-message-commands): Initialize in its declaration.
2725         Add move-beginning-of-line and move-end-of-line.
2726         (eldoc-add-command, eldoc-add-command-completions)
2727         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2729         * outline.el (outline-mark-subtree): Activate the mark.
2731         * calendar/appt.el (appt-time-regexp): New var.
2732         (appt-add, appt-make-list): Use it.
2733         (appt-convert-time): Clean up.
2735         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2736         Don't set any syntax-table property here.
2737         (tex-font-lock-verb): New function.  Do it here.
2738         (tex-font-lock-syntactic-keywords): Use it.
2740 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2742         * wid-edit.el (widget-file-complete): Get the widget start point
2743         the right way.  Default directory to `/' if file has none.
2745         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2747         * textmodes/flyspell.el (flyspell-mode-on):
2748         Call ispell-maybe-find-aspell-dictionaries.
2750         * textmodes/ispell.el (ispell-word, ispell-region):
2751         Call ispell-maybe-find-aspell-dictionaries.
2752         (ispell-accept-buffer-local-defs):
2753         Don't call ispell-maybe-find-aspell-dictionaries
2755 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2757         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2759 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
2761         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2762         instead of `fboundp' in order to allow for anonymous functions.
2764 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
2766         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2767         case the user clicks on the link while another window is selected.
2768         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2770         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2771         functionality.
2772         (dframe-help-echo): Save point in case mouse tracking is off.
2774 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
2776         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2778 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2781         not change the global value of those vars.
2783         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2784         make-local-variable which we do not need any more.
2786 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
2788         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2789         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2790         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2791         (speedbar-path-line): Define obsolete aliases.
2792         (speedbar-line-directory): Doc fix.
2794         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2795         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2796         instead of speedbar-line-path.
2798 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2800         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2801         to nil if dropping on a window.  Handle dropping on a minibuffer window
2802         like dropping on a non-window part of Emacs.
2804 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * net/ange-ftp.el: Use with-current-buffer.
2807         (ange-ftp-insert-directory): Do not follow symlinks any more.
2809         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2810         Remove interactive spec.
2812 2005-10-03  Kim F. Storm  <storm@cua.dk>
2814         * ido.el (ido-mode): Use custom-initialize-set.
2816 2005-10-02  Richard M. Stallman  <rms@gnu.org>
2818         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2819         Use insert-buffer-substring.
2821         * net/tramp.el: Pacify byte compiler warnings in pacification code.
2822         (tramp-handle-file-local-copy): Use insert-buffer-substring.
2824 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2827         in last change.
2828         (ange-ftp-insert-directory): Fix up the search for the case where
2829         `file' is absolute.
2831 2005-10-02  Romain Francoise  <romain@orebokech.com>
2833         * progmodes/compile.el (compile-goto-error): Delete extra paren.
2835 2005-10-02  Andreas Schwab  <schwab@suse.de>
2837         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2838         directory component in the session info.
2840 2005-10-01  Richard M. Stallman  <rms@gnu.org>
2842         * comint.el (comint-redirect-subvert-readonly): Doc fix.
2844         * simple.el (next-error-internal): New function.
2846         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
2847         (compilation-start): Pass new arg to compilation-buffer-name.
2848         (compile-goto-error): Use next-error-internal.
2850 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2852         * speedbar.el: Remove RCS tag.
2853         (speedbar-check-read-only): Handle non-existent files.
2855         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
2857         * info.el (Info-speedbar-hierarchy-buttons)
2858         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2860 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2862         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
2863         Do not match newline.
2864         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
2865         (bibtex-summary): Remove unnecessary save-excursion.
2866         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2868 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2870         * term/mac-win.el: Add charset info for "iso10646-1".
2871         Modify default fontset to use ATSUI-compatible fonts for some charsets
2872         if available.
2874 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2876         * speedbar.el: Re-apply arch tag.
2877         (speedbar-version): Rename to version 1.0.  Suggested by Eric
2878         M. Ludlam.
2879         Reapply two changes from Emacs CVS' version of speedbar lost
2880         during the merge:
2881         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
2882         (speedbar-frame-parameters): Improve customize type.
2884 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
2887         (ange-ftp-file-directory-p): Fix the symlink case.
2888         (ange-ftp-insert-directory): When listing a single file, get a list of
2889         the parent buffer and extract the relevant line.  Inspired from a patch
2890         by Katsumi Yamaoka <yamaoka@jpl.org>.
2891         (ange-ftp-file-name-sans-versions): Simplify.
2893 2005-09-30  Bill Wohler  <wohler@newt.com>
2895         Move MH-E image files from toolbar and mail directories into
2896         etc/images.
2898         * mail/reply2.*: Move to etc/images/mail/reply*.
2900         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
2901         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
2902         etc/images.
2904         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
2905         * toolbar/reply*: Move to etc/images/mail.
2907         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
2909 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
2911         * speedbar.el: New version 1.0pre3.
2913         Frame management code (including timer, and mouse click specifics)
2914         moved to dframe.el:
2915         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
2916         (speedbar-timer): Removed.  Use dframe-timer.
2917         (speedbar-close-frame): Removed.  Use dframe-close-frame.
2918         (speedbar-activity-change-focus-flag): Removed.  Use
2919         dframe-activity-change-focus-flag.
2920         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
2921         dframe-update-speed.
2923         (speedbar-current-frame): New macro.  Use this instead of the
2924         variable speedbar-frame.
2926         (speedbar-use-images, speedbar-expand-image-button-alist)
2927         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
2929         (speedbar-find-image-on-load-path): Removed.  Replaced by
2930         defezimage in ezimage.el.
2931         (speedbar-expand-image-button-alist): Removed.  Replaced by
2932         ezimage-expand-image-button-alist in ezimage.el.
2934         (speedbar-ignored-directory-regexp)
2935         (speedbar-add-ignored-directory-regexp)
2936         (speedbar-ignored-directory-expressions)
2937         (speedbar-line-directory, speedbar-buffers-line-directory)
2938         (speedbar-directory-line, speedbar-buffers-line-directory):
2939         Renamed, replacing `path' with `directory'.
2941         (speedbar-create-directory, speedbar-expand-line-descendants)
2942         (speedbar-toggle-line-expansion)
2943         (speedbar-contract-line-descendants): New commands.
2945         (speedbar-query-confirmation-method, speedbar-select-frame-method)
2946         (speedbar-use-tool-tips-flag): New options.
2948         (speedbar-check-read-only, speedbar-require-version)
2949         (speedbar-insert-separator, speedbar-buffers-tail-notes)
2950         (speedbar-handle-delete-frame, speedbar-try-completion)
2951         (speedbar-update-localized-contents): New functions.
2953         (speedbar-incompatible-version, speedbar-ro-to-do-point)
2954         (speedbar-object-read-only-indicator): New variables.
2956         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
2957         New hooks.
2959         (speedbar-separator-face): New face.
2961         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
2962         (speedbar-ignored-modes): Add fundamental-mode.
2963         (speedbar-directory-unshown-regexp): Add . directories.
2965         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
2966         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
2967         `]' for full expand/close.
2968         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
2970         (speedbar-check-vc): Support hidden files.
2971         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
2972         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
2973         state is nil, it is not checked out.
2975         (speedbar-line-text, speedbar-line-token): Support expand buttons
2976         with no text.
2977         (speedbar-refresh): Universal argument acts as power-click.
2978         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
2979         that buffer to get variable values.
2981         And many other bugfixes.
2983         * dframe.el, ezimage.el, sb-image.el: New files.
2985         * sb-*.xpm: Remove files.  New image files installed into
2986         etc/images/ezimage.
2988 2005-09-30  Kenichi Handa  <handa@m17n.org>
2990         * ps-mule.el (ps-mule-show-warning): If a character is in
2991         ps-print-translation-table, don't treat it as non-printable.
2993 2005-09-30  David Ponce  <david@dponce.com>
2995         * tree-widget.el (tree-widget-themes-load-path): New variable.
2996         (tree-widget-themes-directory): Doc fix.
2997         (tree-widget-image-formats) [Emacs]: Doc fix.
2998         (tree-widget--locate-sub-directory): New function.
2999         (tree-widget-themes-directory): Use it.
3001         * recentf.el (recentf-filename-handlers): Rename from
3002         `recentf-filename-handler'.  Allow a list of functions.
3003         (recentf-menu-items-for-commands): Fix :help strings.
3004         (recentf-apply-filename-handlers): New function.
3005         (recentf-expand-file-name): Use it.
3006         (recentf-cleanup): Remove duplicates too.
3008 2005-09-29  Juri Linkov  <juri@jurta.org>
3010         * faces.el: Rearrange face definitions to be in the same order as
3011         their face descriptions in "(emacs)Standard Faces".
3013         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3015         * tooltip.el (tooltip): Add group `basic-faces'.
3017         * buff-menu.el (Buffer-menu-buffer): Remove group
3018         `font-lock-highlighting-faces'.
3020         * progmodes/compile.el (compilation-error, compilation-warning)
3021         (compilation-info, compilation-line-number, compilation-column-number):
3022         Change group from `font-lock-highlighting-faces' to `compilation'.
3024         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3025         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3026         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3027         (vhdl-font-lock-reserved-words-face)
3028         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3029         `font-lock-highlighting-faces'.
3031         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3033 2005-09-28  Kim F. Storm  <storm@cua.dk>
3035         * emulation/cua-base.el: Set CUA move property on additional commands:
3036         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3037         forward-sexp, backward-sexp, forward-list, backward-list.
3039 2005-09-28  Romain Francoise  <romain@orebokech.com>
3041         * comint.el (comint-show-output): Really set point at the
3042         beginning of the output when not using `comint-use-prompt-regexp'.
3044 2005-09-27  Jay Belanger  <belanger@truman.edu>
3046         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3047         in TeX mode.
3049 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3051         * textmodes/org.el (org-table-sum): Fix format string.
3053         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3054         Quote face names.
3056 2005-09-26  Romain Francoise  <romain@orebokech.com>
3058         * isearch.el (isearch-forward-regexp): Close doc string.
3060 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3062         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3064         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3066         * progmodes/compile.el (compilation-error-properties):
3067         When getting the file from the previous error message,
3068         correctly decode the new data format.
3070         * progmodes/cc-cmds.el (c-electric-paren):
3071         Call old-blink-paren only for close-paren.
3073 2005-09-24  Andreas Schwab  <schwab@suse.de>
3075         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3076         condition.
3078 2005-09-25  Romain Francoise  <romain@orebokech.com>
3080         * dired-aux.el (dired-copy-file-recursive):
3081         * dired.el (dired-delete-file):
3082         * ediff-mult.el (ediff-dir-diff-copy-file):
3083         * ediff-util.el (ediff-test-save-region):
3084         * forms.el (forms-mode):
3085         * ido.el (ido-file-internal, ido-delete-file-at-head):
3086         * log-edit.el (log-edit-done):
3087         * ses.el (ses-yank-resize):
3088         * play/gomoku.el (gomoku-human-plays, gomoku)
3089         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3090         (gomoku-offer-a-draw):
3091         * play/landmark.el (lm-human-resigns, lm):
3092         * net/eudcb-ldap.el (eudc-ldap-check-base):
3093         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3094         * progmodes/ebrowse.el (ebrowse-find-pattern):
3095         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3096         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3097         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3099         * vc.el (vc-delete-file):
3100         * play/gomoku.el (gomoku-terminate-game, gomoku)
3101         (gomoku-prompt-for-move, gomoku-human-takes-back):
3102         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3103         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3105 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3107         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3108         color rxvt terminals by using the code xterm.el used to use before
3109         2005-04-09 in order to match the colors used by rxvt.
3111 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3113         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3114         colors rxvt-unicode terminals by using the same code as xterm.el.
3116 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3119         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3120         new symbol used for the tex-verbatim face.
3122 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3124         * woman.el (woman-file-name):
3125         * wid-edit.el (widget-file-prompt-value)
3126         (widget-coding-system-prompt-value):
3127         * w32-fns.el (set-w32-system-coding-system):
3128         * vc.el (vc-version-diff, vc-annotate):
3129         * textmodes/reftex-auc.el (reftex-arg-cite)
3130         (reftex-arg-index-tag):
3131         * textmodes/refer.el (refer-get-bib-files):
3132         * textmodes/artist.el (artist-figlet-choose-font):
3133         * terminal.el (terminal-emulator):
3134         * replace.el (occur-read-primary-args):
3135         * rect.el (string-rectangle, string-insert-rectangle):
3136         * ps-print.el (ps-print-preprint):
3137         * progmodes/pascal.el (pascal-goto-defun):
3138         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3139         * progmodes/compile.el (compilation-find-file):
3140         * printing.el (pr-interactive-n-up):
3141         * play/animate.el (animate-birthday-present):
3142         * net/rcompile.el (remote-compile):
3143         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3144         * mail/rmailsum.el (rmail-summary-search-backward)
3145         (rmail-summary-search):
3146         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3147         (rmail-output-read-file-name):
3148         * mail/rmail.el (rmail-search, rmail-search-backwards):
3149         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3150         * locate.el (locate):
3151         * international/quail.el (quail-show-keyboard-layout):
3152         * international/mule.el (set-buffer-file-coding-system)
3153         (revert-buffer-with-coding-system, set-file-name-coding-system)
3154         (set-terminal-coding-system, set-keyboard-coding-system)
3155         (set-next-selection-coding-system):
3156         * international/mule-diag.el (describe-coding-system)
3157         (describe-font, describe-fontset):
3158         * international/mule-cmds.el (universal-coding-system-argument)
3159         (search-unencodable-char, describe-input-method)
3160         (set-language-environment, describe-language-environment):
3161         * international/codepage.el (codepage-setup):
3162         * international/code-pages.el (codepage-setup):
3163         * info.el (Info-search, Info-follow-reference)
3164         (Info-search-backward):
3165         * emacs-lisp/advice.el (ad-read-advised-function)
3166         (ad-read-advice-class, ad-clear-cache, ad-activate)
3167         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3168         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3169         (ad-read-regexp):
3170         * ediff-util.el (ediff-toggle-regexp-match):
3171         * ediff-ptch.el (ediff-prompt-for-patch-file):
3172         * dired-aux.el (dired-diff):
3173         * diff.el (diff):
3174         * cus-edit.el (custom-variable-prompt):
3175         * calendar/timeclock.el (timeclock-ask-for-project):
3176         * calc/calcalg3.el (calc-get-fit-variables):
3177         * calc/calc-store.el (calc-edit-variable)
3178         (calc-permanent-variable):
3179         * vc-mcvs.el (vc-mcvs-register):
3180         * shadowfile.el (shadow-define-literal-group):
3181         * woman.el (woman-file-name):
3182         * vc.el (vc-version-diff, vc-merge):
3183         * textmodes/reftex-index.el (reftex-index-complete-tag):
3184         * format.el (format-decode-buffer, format-decode-region):
3185         * emulation/viper-cmd.el (viper-read-string-with-history):
3186         * emacs-lisp/debug.el (cancel-debug-on-entry):
3187         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3188         * ediff.el (ediff-merge-revisions)
3189         (ediff-merge-revisions-with-ancestor, ediff-revision):
3190         * completion.el (interactive-completion-string-reader):
3191         * calc/calc-prog.el (calc-user-define-formula):
3192         Follow convention for reading with the minibuffer.
3194 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3196         * progmodes/python.el (python-describe-symbol): Add globals() and
3197         locals() to the arguments of emacs.ehelp.
3199 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3201         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3202         New function, code extracted from ispell-valid-dictionary-list.
3203         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3204         Call it.
3206 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3208         * subr.el (version-regexp-alist): Extend valid syntax for version
3209         strings: allow any of the characters -,_,+ to separate the
3210         alpha/beta/rc part from the version part.  Doc fix.
3211         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3213 2005-09-23  David Reitter  <david.reitter@gmail.com>
3215         * mail/mailclient.el: New file.
3217 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3219         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3220         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3221         Doc fixes.
3223         * progmodes/cc-mode.el (c-font-lock-init):
3224         Specify font-lock-lines-before.
3226 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3229         whole conflict.
3231 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3233         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3234         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3235         of `remap' feature when available.  Additional key bindings for
3236         better tty support.
3237         (org-mode-restart, org-force-self-insert): New commands.
3238         (org-time-stamp-inactive): New command.
3239         (org-remap): New function.
3240         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3241         (org-enable-fixed-width-editor): Move to `org-structure'
3242         customization group.
3243         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3244         blank field after field motion commands.
3246 2005-09-23  Kenichi Handa  <handa@m17n.org>
3248         * international/mule-cmds.el (set-language-environment):
3249         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3250         have to call utf-translate-cjk-load-tables.
3252 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * mouse.el (mouse-move-drag-overlay): Fix last change.
3256 2005-09-22  David Ponce  <david@dponce.com>
3258         * tree-widget.el (tree-widget-value-create): Fix previous change.
3260 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3262         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3264 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * mouse.el (mouse-move-drag-overlay): New function.
3267         (mouse-drag-region-1): Use it.
3268         Try to simplify a bit the state handling.  Handle clicks on links
3269         inside intangible areas.
3270         (mouse-save-then-kill): Minor simplification.
3271         (mouse-secondary-overlay): Make it always non-nil instead of
3272         recreating it each time.
3273         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3274         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3275         Simplify accordingly.
3277 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3279         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3281 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3283         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3284         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3285         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3286         to patch.
3288         * ediff-util.el: Use insert-buffer-substring.
3290         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3292         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3293         field boundaries in the minibuffer.
3294         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3295         (viper-minibuffer-post-command-hook): New hook.
3296         (viper-line): Don't move cursor at bolp.
3298         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3300         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3301         avoid compiler warnings.
3303         * emulation/viper-macs.el (ex-map): Better messages.
3305         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3307         * emulation/viper.el: Replace make-variable-buffer-local with
3308         viper-make-variable-buffer-local everywhere, to avoid warnings.
3310 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3313         Delete unused var `old-selected-window'.
3314         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3315         (mouse-drag-secondary): Delete unused var `start-frame'.
3317 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3319         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3321 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3324         Re-indent within 80 columns.  Use inhibit-read-only.
3326 2005-09-19  Romain Francoise  <romain@orebokech.com>
3328         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3330 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3332         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3333         unconditionally, since the after-change-function already did it.
3335 2005-09-19  Miles Bader  <miles@gnu.org>
3337         * net/newsticker.el: Get rid of CVS keyword.
3339 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3341         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3342         The prompt is formatted later.
3344 2005-09-19  David Ponce  <david@dponce.com>
3346         * tree-widget.el (tree-widget-value-create): Save the converted
3347         tree :node widget.
3349 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3351         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3352         variable `message'.
3354 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3356         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3357         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3358         <slawomir.nowaczyk.847@student.lu.se>.
3360 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3362         * image.el (image-load-path): Use symbol `data-directory' instead
3363         of its value, for backward compatibility with packages that bind
3364         it during `find-image'.  Suggested by Katsumi Yamaoka.
3365         (image-search-load-path): Handle symbols whose values are strings.
3367 2005-09-18  Romain Francoise  <romain@orebokech.com>
3369         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3370         with-current-buffer form in save-excursion.
3372 2005-09-18  D Goel  <deego@gnufans.org>
3374         * apropos.el (apropos-command): Fix `message' call: first arg
3375         should be a format spec.  In this and all other cases that appear
3376         below and elsewhere in the source code, I made a change only when
3377         two conditions were satisfied: [1] I can think of a possibility
3378         that the arguments would cause an error, for example, the code in
3379         question relies on external variables such as filenames.  [2] I
3380         was sure that the arg to `message' could not have been nil in the code.
3382         * textmodes/tildify.el (tildify-region): Ditto.
3384         * textmodes/reftex-index.el (reftex-index-change-entry)
3385         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3386         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3387         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3388         (org-priority, org-table-sum):
3389         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3390         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3391         (flyspell-word, flyspell-display-next-corrections):
3392         * textmodes/bibtex.el (bibtex-print-help-message):
3393         * textmodes/artist.el (artist-key-set-point-poly):
3394         * term/mac-win.el (mac-services-insert-text):
3395         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3396         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3397         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3398         (vhdl-compose-configuration):
3399         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3400         (sh-set-indent, sh-learn-line-indent):
3401         * progmodes/ps-mode.el (ps-mode-target-column):
3402         * progmodes/idlwave.el (idlwave-make-tags)
3403         (idlwave-scan-library-catalogs):
3404         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3405         * progmodes/gud.el (gud-jdb-analyze-source):
3406         * progmodes/flymake.el (flymake-log):
3407         * progmodes/ebnf2ps.el (ebnf-generate-region):
3408         * progmodes/cmacexp.el (c-macro-expansion):
3409         * progmodes/ada-xref.el (ada-treat-cmd-string):
3410         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3411         (ada-justified-indent-current, ada-batch-reformat):
3412         * play/zone.el (zone):
3413         * play/landmark.el (lm-move):
3414         * play/decipher.el (decipher-show-alphabet):
3415         * net/newsticker.el (newsticker--display-jump)
3416         (newsticker--display-scroll):
3417         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3418         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3419         * mail/feedmail.el (feedmail-dump-message-to-queue):
3420         * eshell/esh-proc.el (eshell-remove-process-entry):
3421         * emulation/ws-mode.el (ws-last-error):
3422         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3423         (viper-record-kbd-macro):
3424         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3425         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3426         * emacs-lisp/find-func.el (find-function-noselect):
3427         * calendar/timeclock.el (timeclock-status-string)
3428         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3429         (timeclock-when-to-leave-string):
3430         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3431         * calc/calc-units.el (calc-enter-units-table):
3432         * calc/calc-mode.el (calc-mode-record-mode):
3433         * woman.el (woman-mini-help):
3434         * wdired.el (wdired-change-to-wdired-mode):
3435         * vc.el (vc-retrieve-snapshot):
3436         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3437         * startup.el (display-startup-echo-area-message):
3438         * simple.el (set-goal-column):
3439         * ses.el (ses-command-hook, ses-recalculate-cell):
3440         * server.el (server-process-filter):
3441         * printing.el (pr-interface-txt-print, pr-interface-printify)
3442         (pr-interface-ps):
3443         * pcvs.el (cvs-help):
3444         * log-edit.el (log-edit, log-edit-mode-help):
3445         * iswitchb.el (iswitchb-possible-new-buffer):
3446         * isearch.el (isearch-edit-string):
3447         * image-mode.el (image-mode, image-minor-mode):
3448         * ibuf-macs.el (define-ibuffer-filter):
3449         * hi-lock.el (hi-lock-find-patterns):
3450         * files.el (toggle-read-only):
3451         * ediff-util.el (ediff-copy-diff)
3452         (ediff-write-merge-buffer-and-maybe-kill):
3453         * echistory.el (Electric-history-undefined):
3454         * dnd.el (dnd-insert-text):
3455         * dired-aux.el (dired-query):
3456         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3457         * bookmark.el (bookmark-bmenu-locate):
3458         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3459         Fix `message' calls to ensure first arg is a format string.
3460         The change was made only when these two conditions were satisfied:
3461         [1] when there is a possibility that the arguments would cause an error
3462         for example, if the code in question relies on external variables
3463         such as filenames, and
3464         [2] if the arg to `message' could not have been nil in the code.
3466         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3467         Not having a %s would be weird, though not technically wrong.
3469 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3471         * term/mac-win.el (mac-add-charset-info): Doc fix.
3473 2005-09-17  Romain Francoise  <romain@orebokech.com>
3475         * shell.el (shell-resync-dirs): Handle echoing processes more
3476         reliably.  Don't insert resync command if `comint-process-echoes'
3477         is non-nil.
3479 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3481         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3482         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3483         aspell versions >= 0.60.
3484         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3485         only if ispell-aspell-supports-utf8 is non-nil.
3487 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3489         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3490         buffer-local value to lisp-indent-function.
3492 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3494         * progmodes/glasses.el (glasses-make-readable): If
3495         glasses-separator differs from underscore, put appropriate
3496         overlays over underscore characters.
3497         (glasses-convert-to-unreadable): If glasses-separator differs from
3498         underscore, try to convert glasses-separator characters to
3499         underscores.
3501 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3504         Use with-syntax-table and dolist.
3506 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3508         * textmodes/reftex-auc.el:
3509         * textmodes/reftex-cite.el:
3510         * textmodes/reftex-dcr.el:
3511         * textmodes/reftex-global.el:
3512         * textmodes/reftex-parse.el:
3513         * textmodes/reftex-ref.el:
3514         * textmodes/reftex-sel.el:
3515         * textmodes/reftex-toc.el:
3516         * textmodes/reftex-vars.el:
3517         * textmodes/reftex.el: Small changes to remove compiler warnings.
3519         * textmodes/reftex-index.el: Likewise.
3520         (reftex-query-index-phrase): More efficient use of markers.
3522 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3524         * image.el (image-load-path): New variable.
3525         (image-search-load-path): New function.
3526         (find-image): Search for images in `image-load-path'.
3528 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3530         * follow.el: Change Maintainer field.
3532 2005-09-15  David Ponce  <david@dponce.com>
3534         * recentf.el (recentf-save-file-modes): New option.
3535         (recentf-save-list): Use it.
3537 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3539         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3540         (mode-line-mule-info, mode-line-modified): Move bindings from
3541         mouse-3 to mouse-1.
3543 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3545         * simple.el (sendmail-user-agent-compose): Revert last change.
3547 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3550         Use with-current-buffer.
3551         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3552         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3553         (ange-ftp-insert-directory): Remove unused var `short'.
3554         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3556         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3557         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3559         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3560         (check-calendar-holidays, diary-list-entries): Autoload.
3561         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3562         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3564         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3565         which mistakenly removed a call to display-buffer.
3567 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3569         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3571 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3573         * progmodes/hideshow.el
3574         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3575         (hs-allow-nesting): New user var.
3576         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3577         (hs-hide-block-at-point): When nesting allowed,
3578         if there is already an overlay in place, delete it.
3579         (hs-safety-is-job-n): Delete func; remove call sites.
3580         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3581         (hs-overlay-at): New func.
3582         (hs-already-hidden-p, hs-show-block): Use it.
3583         (hs-hide-all): Don't pre-clean if nesting allowed.
3584         (hs-show-all): Temporarily disallow
3585         nesting around call to `hs-discard-overlays'.
3587 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3589         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3590         Delete unused local var.
3592 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3594         * help-fns.el (describe-categories): "?\ " -> "?\s".
3595         (help-do-arg-highlight): Recognize also ARG-n, as in
3596         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3598         * international/codepage.el (dos-unsupported-char-glyph):
3599         * net/newsticker.el (tool-bar-map, w3-mode-map)
3600         (w3m-minor-mode-map):
3601         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3602         (ent-alist):
3603         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3605 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3607         * custom.el (custom-push-theme): Handle the case where a symbol is
3608         bound but face properties have not yet been assigned.
3610         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3611         Fix behavior if noerase is `t' and there is no mail buffer.
3613         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3614         if `continue' is nil, rather than signal an error.
3616 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3618         * font-lock.el (font-lock-keywords): Add autoload.
3620         * help-fns.el (describe-variable): Rearrange to put source link
3621         in a predictable place.
3623         * net/newsticker.el: New file.
3625 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3627         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3628         (calendar-basic-setup): Use the new nil arg.
3629         (number-of-diary-entries): Move to diary-lib.el.
3631         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3632         (diary-list-entries): Use with-syntax-table and dolist.
3633         Rename from list-diary-entries.
3634         Use number-of-diary-entries if `number' is nil.
3635         (diary, diary-view-entries): Use this new name and new nil arg value.
3636         (number-of-diary-entries): Move from calendar.el.
3637         (diary-unhide-everything): New function.
3638         (include-other-diary-files, fancy-diary-display)
3639         (diary-show-all-entries, make-diary-entry): Use it.
3640         (diary-mail-entries): Use buffer-string.
3641         (mark-diary-entries): Fix long standing paren typo.
3642         (diary-sexp-entry): Use count-lines.
3643         (make-diary-entry): Avoid `previous-line'.
3644         (diary-mode-map): New var.
3645         (diary-mode): Redraw cal after saving.  Setup header-line.
3646         (fancy-diary-display-mode): Use local-set-key.
3648         * startup.el (command-line): Try calling various terminal-init-foo-bar
3649         functions by stripping hyphenated suffixes from $TERM.
3651         * files.el (normal-mode): Check boundness of font-lock-keywords.
3653 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3655         * progmodes/compile.el: Don't decide a file's directory
3656         until the user actually tries to go there.
3657         (compilation-next-error-function):
3658         Pass compilation-find-file the directory from the file-struct.
3659         (compilation-internal-error-properties): Separate local FILE-STRUCT
3660         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3661         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3662         Expand it, and if nil, use default-directory.
3663         (compilation-get-file-structure): Don't mix specified directory
3664         with default directory.  Put specified directory into
3665         file-struct.  Don't make the file name absolute.
3667         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3668         (compile-command): Add autoload.
3669         (compilation-disable-input): Add autoload.
3671 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3673         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3674         strings of the variables it can override.
3675         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3676         %Q and %q, for fully-qualified domain name and unqualified host name.
3678 2005-09-11  Kim F. Storm  <storm@cua.dk>
3680         * emacs-lisp/authors.el (authors-aliases): Update list.
3681         (authors-fixed-entries): Update mldrag.el entry.
3683 2005-09-10  Alan Mackenzie  <acm@muc.de>
3685         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3686         from the region narrowed to.
3688 2005-09-10  Magnus Henoch  <mange@freemail.hu>
3690         * textmodes/ispell.el (ispell-check-version): Signal an error if
3691         aspell version is less than 0.60.
3693 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
3695         * progmodes/octave-inf.el (inferior-octave-startup):
3696         Resync current dir at the end.
3698 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
3700         * woman.el (woman-topic-at-point-default):
3701         Rename to woman-use-topic-at-point-default.
3702         (woman-topic-at-point): Rename to woman-use-topic-at-point.
3703         (woman-file-name): Reflect renames above.  Automatically use the
3704         word at point as topic if woman-use-topic-at-point is non-nil.
3705         Otherwise offer it as default but don't insert it in the
3706         minibuffer.  Also use `test-completion' instead of `assoc' as
3707         suggested by Stefan Monnier.
3709 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
3711         * vc.el (vc-directory, vc-update-change-log): Throw an error on
3712         the attempt to do it over Tramp.  This is not yet supported.
3714 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
3716         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3717         (menu-bar-non-minibuffer-window-p): New functions.
3718         ("Split Window", "Save As..."): Use them.
3719         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3720         ("Print Buffer", "Truncate Long Lines in this Buffer"):
3721         Use menu-bar-menu-frame-live-and-visible-p.
3722         ("Save Buffer", "Insert File", "Open Directory...")
3723         ("Open File...", "Visit New File..."):
3724         Use menu-bar-non-minibuffer-window-p.
3725         (kill-this-buffer-enabled-p, dired <menu-enable>):
3726         Use menu-bar-non-minibuffer-window-p.
3728 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3730         * cus-start.el (all): Don't complain about fringe-related
3731         built-ins if fringes are not supported.  Ditto about
3732         selection-related built-ins.  Fix the test for GTK-related built-ins.
3734         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3735         ("Postscript Print Buffer", "Print Region", "Save As...")
3736         ("Save", "Insert File...", "Open Directory...")
3737         ("Open File...", "Visit New File..."")
3738         ("Truncate Long Lines in this Buffer"): Don't look at
3739         menu-updating-frame if this display does not support multiple frames.
3741 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3743         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3745 2005-09-09  Emilio Lopes  <eclig@gmx.net>
3747         * woman.el: Format- and whitespace-related changes.
3749 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3751         * woman.el: Fix my email address.
3753 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3755         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3756         (sh-mode): Locally set skeleton-pair-default-alist.
3758         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3760         * progmodes/flymake.el: Require `compile' unconditionally.
3762         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3764         * woman.el (woman-file-name): Provide a default, not initial input.
3766         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3768         * font-lock.el (font-lock-support-mode): Doc fix.
3770         * descr-text.el (describe-property-list): Handle non-symbol prop names.
3772 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3774         * simple.el (blink-matching-open): Get rid of text props from
3775         the string shown in echo area.  Don't permanently set point.
3776         Some rearrangements.
3778 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3780         * recentf.el (recentf-filename-handler): Add custom choice
3781         `abbreviate-file-name'.
3783         * msb.el (msb--very-many-menus): Fix typo.
3785         * disp-table.el (standard-display-european): Don't set
3786         enable-multibyte-characters to nil.
3788 2005-09-08  David Ponce  <david@dponce.com>
3790         * recentf.el (recentf-show-file-shortcuts-flag): New option.
3791         (recentf-expand-file-name): Doc fix.
3792         (recentf-dialog-mode-map): Define digit shortcuts.
3793         (recentf--files-with-key): New variable.
3794         (recentf-show-digit-shortcut-filter): New function.
3795         (recentf-open-files-items): New function.
3796         (recentf-open-files): Use it.
3797         (recentf-open-file-with-key): New command.
3799 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
3801         * buff-menu.el (Buffer-menu-sort-by-column): New function.
3802         Suggested by Kim F. Storm.
3803         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3804         (Buffer-menu-make-sort-button): Use global keymap.
3806 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
3808         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3809         (Man-getpage-in-background-advice): Remove defadvice; it isn't
3810         necessary any longer with the remapped command.
3811         (Man-bgproc-sentinel-advice): Remove defadvice which counts
3812         formatting time only.
3814         * net/tramp.el (tramp-action-password)
3815         (tramp-multi-action-password): Compile the password prompt from
3816         `method', `user' and `host'.  Sometimes it isn't obvious which
3817         password to enter, for example with remote files offered by
3818         recentf.el, or with multiple steps.  Suggested by Robert Marshall
3819         <robert@chezmarshall.freeserve.co.uk>.
3821 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3824         Fix regexp for when "s///" is at the beginning of line.
3826 2005-09-07  Jay Belanger  <belanger@truman.edu>
3828         * calc/calc-poly.el (math-expand-term): Multiply out any powers
3829         when in matrix mode.
3831 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3833         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3834         non-anonymous functions.
3836 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
3838         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3839         when using a header line.  Otherwise, use mouse-1-click-follows-link.
3841         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3842         can't be moved; don't signal an error.
3844 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
3846         * cus-theme.el (custom-theme-write-faces): Save the current face
3847         spec, not the defface spec.
3849         * custom.el (custom-known-themes): Clarify meaning of "standard".
3850         (custom-push-theme): Save old values in the standard theme.
3851         (disable-theme): Correct typo.
3852         (custom-face-theme-value) Deleted unused function.
3853         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
3855 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * progmodes/compile.el (compilation-goto-locus): Take into account
3858         iconified frames when determining whether the buffer is
3859         already visible.
3860         Don't reset window height if the window already existed.
3862 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
3864         * custom.el (load-theme): Rename from require-theme.
3865         Add interactive spec.
3866         (enable-theme): Rename from custom-enable-theme.
3867         Add interactive spec.
3868         (disable-theme): Rename from custom-disable-theme.
3869         Add interactive spec.
3870         (custom-make-theme-feature): Doc fix.
3871         (custom-theme-directory): Doc fix.
3872         (provide-theme): Call enable-theme.
3874 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * obsolete/lazy-lock.el (lazy-lock-mode):
3877         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
3878         font-lock-mode if it's off.  Print a warning instead.
3880         * progmodes/compile.el (compilation-start): Ignore errors if the
3881         process died before we get to send-eof.
3883         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
3884         Undo last change.  Enclosing the result in quotes broke things on Unix
3885         since tex-send-command passes it through shell-quote-argument.
3886         (tex-send-command): Pass `file' through convert-standard-filename
3887         when possible.
3888         (tex-uptodate-p): Handle the case where TeX hasn't put additional
3889         info in a transcript.
3891 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3893         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
3894         fix compilation warning. Reorder the key definitions to group
3895         together keys emitted by the current version of xterm.
3897         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
3898         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
3899         Reorder predicates to correct min-color usage.
3901 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
3903         * longlines.el (longlines-mode): Inhibit read-only when encoding.
3904         Kill local variables when longlines-mode is turned off.
3906 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
3910         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
3912         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
3914         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
3915         (font-lock-lines-before): Change default to being inactive.
3916         (font-lock-default-fontify-region): Obey font-lock-lines-before.
3917         (font-lock-after-change-function): Don't handle f-l-lines-before here.
3919 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3921         * net/tramp.el (tramp-handle-make-auto-save-file-name):
3922         Deactivate temporarily advice if active (not needed for Emacs 22,
3923         but for backwards compatibility).
3924         (tramp-exists-file-name-handler): Rewrite.  First implementation
3925         was too simple.
3926         (tramp-advice-make-auto-save-file-name):
3927         Call `tramp-handle-make-auto-save-file-name' (again, just for
3928         backwards compatibility).
3930 2005-08-31  Reto Zimmermann  <reto@gnu.org>
3932         * progmodes/vhdl-mode.el
3933         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
3934         (vhdl-end-p): Fix indentation bug "else" after "-- when".
3935         (vhdl-set-default-project): New function (easier setting of default).
3936         (vhdl-port-copy): Handle extended identifiers for generics.
3937         (vhdl-compiler-alist): Better description for error message regexp.
3938         (vhdl-make): Query for target, use previous as default.
3939         (vhdl-port-copy): Fix port copy for port names starting with "signal".
3940         (vhdl-font-lock-keywords-2): Fix fontification for record
3941         el. assign.
3942         (vhdl-speedbar-make-subpack-line): Add package body link.
3943         (vhdl-generate-makefile-1): Not include itself as dependency.
3944         (vhdl-font-lock-init): Highlight c-preprocessor directives.
3945         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
3946         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
3947         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
3948         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
3949         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
3950         (vhdl-import-project): Add string argument for `error'.
3951         (vhdl-compose-configuration)
3952         (vhdl-compose-configuration-architecture): Add configuration
3953         declaration generation.
3954         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
3955         (vhdl-trailer-re): Add "record" keyword (better indentation).
3956         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
3957         "[^ \t-\"]+".
3958         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
3959         (vhdl-testbench-entity-file-name)
3960         (vhdl-testbench-architecture-file-name): Allow separate
3961         customization of testbench file names.
3962         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
3963         (vhdl-get-visible-signals): Allow newline within alias declaration.
3964         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
3965         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
3966         (member-ignore-case): Alias for missing function in XEmacs.
3967         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
3968         (vhdl-update-sensitivity-list): Ignore case on read signals.
3969         (vhdl-replace-string): Adjust case only for file names.
3970         (vhdl-update-sensitivity-list): Fix search for read signals.
3971         (vhdl-update-sensitivity-list): Exclude formal parameters.
3972         (vhdl-get-visible-signals): Include aliases of signals.
3973         (vhdl-get-visible-signals): Fix signal name searching.
3974         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
3975         (vhdl-fixup-whitespace-region): Fix for character
3976         literals (e.g. ':').
3978 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3980         * ansi-color.el (comint-last-output-start):
3981         * bs.el (font-lock-verbose):
3982         * diff-mode.el (add-log-buffer-file-name-function):
3983         * dired-x.el (vm-folder-directory):
3984         * faces.el (help-xref-stack-item):
3985         * files.el (font-lock-keywords):
3986         * find-lisp.el (dired-buffers, dired-subdir-alist):
3987         * ido.el (cua-inhibit-cua-keys):
3988         * log-view.el (cvs-minor-wrap-function):
3989         * outline.el (font-lock-warning-face):
3990         * simple.el (compilation-current-error):
3991         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
3992         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
3993         * tooltip.el (comint-prompt-regexp):
3994         * w32-fns.el (explicit-shell-file-name):
3995         * term/mac-win.el (mac-charset-info-alist)
3996         (mac-services-selection, mac-system-script-code):
3997         * term/tty-colors.el (msdos-color-values):
3998         * term/w32-win.el (xlfd-regexp-registry-subnum):
3999         * term/x-win.el (x-keysym-table, x-selection-timeout)
4000         (x-session-id, x-session-previous-id):
4001         * textmodes/ispell.el (mail-yank-prefix):
4002         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4003         * textmodes/org.el (calc-embedded-close-formula)
4004         (calc-embedded-open-formula)
4005         (font-lock-unfontify-region-function):
4006         * textmodes/reftex-global.el (isearch-next-buffer-function)
4007         (TeX-master):
4008         * textmodes/reftex.el (font-lock-keywords):
4009         * textmodes/tex-mode.el (font-lock-comment-face)
4010         (font-lock-doc-face):
4011         * textmodes/texinfo.el (outline-heading-alist):
4012         Add defvars.
4014         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4015         (artist-spray-chars, artist-mode-init, artist-replace-string)
4016         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4017         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4018         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4020         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4021         (conf-align-assignments): "?\ " -> "?\s".
4023         * textmodes/reftex-index.el (TeX-master): Add defvar.
4024         (reftex-index-phrases-marker): Move up defvar.
4026         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4027         (reftex-toc-include-labels-indicator)
4028         (reftex-toc-include-index-indicator)
4029         (reftex-toc-max-level-indicator): Move up declarations.
4031         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4032         of args to `tramp-run-real-handler', even if it's empty in this case.
4034 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4036         * dired.el (dired-move-to-filename-regexp): Add date format for
4037         Mac OS X 10.3 in East Asian locales.
4039 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4041         * files.el (make-auto-save-file-name): Add file name handler call
4042         if applicable.
4044         * net/tramp.el (tramp-file-name-handler-alist)
4045         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4046         (tramp-handle-make-auto-save-file-name): Rename from
4047         `tramp-make-auto-save-file-name'.
4048         (tramp-exists-file-name-handler): New defun.
4049         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4050         `make-auto-save-file-name' is not a magic file name operation.
4052 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4054         * files.el (risky-local-variable-p):
4055         Match `-predicates' and `-commands.
4057         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4058         (custom-save-all): Visit the file if necessary;
4059         kill the buffer if we created it.
4060         (custom-save-delete): Don't visit file or kill buffer here.
4062 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4064         * textmodes/org.el (org-special-keyword): New face.
4065         (org-table-copy-down, org-table-eval-formula)
4066         (org-table-recalculate, org-init-section-numbers):
4067         Use `string-to-number' instead of `string-to-int'.
4068         (org-get-location): Use `insert-buffer-substring' instead of
4069         `insert-buffer'.
4070         (org-modify-diary-entry-string): New function.
4071         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4072         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4073         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4074         active region.
4075         (org-export-as-html): Handle QUOTE keyword.
4076         (org-quote-string): New option.
4077         (org-bookmark-jump-unhide): New function, used for
4078         `bookmark-after-jump-hook'.
4079         (org-diary-default-entry): Apply only when not called through
4080         `org-agenda'.
4082 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4084         * net/eudc.el (mode-popup-menu):
4085         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4086         * progmodes/ada-mode.el (compile-auto-highlight)
4087         (skeleton-further-elements):
4088         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4089         * progmodes/cmacexp.el (msdos-shells):
4090         * progmodes/compile.el (font-lock-extra-managed-props)
4091         (font-lock-keywords, font-lock-maximum-size)
4092         (font-lock-support-mode):
4093         * progmodes/grep.el (font-lock-lines-before):
4094         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4095         * progmodes/mixal-mode.el (compile-command):
4096         * progmodes/perl-mode.el (font-lock-comment-face)
4097         (font-lock-doc-face, font-lock-string-face):
4098         * progmodes/prolog.el (comint-prompt-regexp):
4099         * progmodes/sh-script.el (font-lock-comment-face)
4100         (font-lock-set-defaults, font-lock-string-face):
4101         * progmodes/sql.el (font-lock-keyword-face)
4102         (font-lock-set-defaults, font-lock-string-face):
4103         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4104         (itimer-version, lazy-lock-defer-contextually)
4105         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4106         Add defvars.
4108         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4109         (cperl-electric-keyword, cperl-electric-pod)
4110         (cperl-electric-backspace, cperl-forward-re)
4111         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4112         (vc-rcs-header, vc-sccs-header): Add defvars.
4114         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4115         (font-lock-syntactic-keywords, gud-find-expr-function):
4116         Add defvars.
4118         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4119         (gdb-frame-parameters): Declare before use.
4121         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4122         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4123         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4124         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4126         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4127         (idlwave-help-with-source): Use `insert-buffer-substring', not
4128         `insert-buffer'.
4130 2005-08-29  Juri Linkov  <juri@jurta.org>
4132         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4133         Put outline-back-to-heading function call inside save-excursion.
4135 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4137         * man.el (Man-init-defvars, Man-translate-references)
4138         (Man-support-local-filenames, Man-highlight-references):
4139         * progmodes/sql.el (sql-interactive-mode):
4140         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4142         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4143         (compilation-mode-font-lock-keywords): Add defvars.
4144         (checkdoc-interactive-loop): "?\ " -> "?\s".
4146         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4147         (font-lock-doc-face, font-lock-string-face)
4148         (font-lock-keywords-case-fold-search): Add defvars.
4149         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4151         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4152         Don't pass X and Y (they are ignored anyway).
4153         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4154         (mouse-delete-window): Make arguments optional.
4156         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4157         (caesar-translate-table, minor-modes, news-buffer-save)
4158         (news-group-name, news-minor-modes): Add defvars.
4160         * emacs-lisp/lselect.el (mouse-highlight-priority)
4161         (x-lost-selection-functions, zmacs-regions):
4162         * emacs-lisp/pp.el (font-lock-verbose):
4163         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4164         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4165         (ses-mode-map):
4166         * emacs-lisp/tcover-unsafep.el (safe-functions):
4167         * international/mule-cmds.el (mac-system-coding-system)
4168         (mac-system-locale):
4169         * language/ethio-util.el (rmail-current-message)
4170         (rmail-message-vector):
4171         * language/thai-util.el (thai-auto-composition-mode):
4172         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4173         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4174         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4175         (vm-primary-inbox, vm-spool-files):
4176         * mail/rmail.el (deleted-head, font-lock-fontified)
4177         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4178         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4179         (total-messages):
4180         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4181         (rmail-summary-mode-map):
4182         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4183         (rmail-last-label, rmail-last-multi-labels)
4184         (rmail-summary-vector, rmail-total-messages):
4185         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4186         * mail/rmailsum.el (msgnum):
4187         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4188         (rmail-current-message):
4189         * obsolete/fast-lock.el (font-lock-face-list):
4190         * obsolete/rnewspost.el (mail-reply-buffer):
4191         * obsolete/scribe.el (compile-command):
4192         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4194 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4196         * ibuf-ext.el (ibuffer-auto-update-changed):
4197         Use `frame-or-buffer-changed-p' to check whether we need to update.
4198         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4199         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4200         as a `frame-or-buffer-changed-p' state vector instead.
4202 2005-08-27  Romain Francoise  <romain@orebokech.com>
4204         * textmodes/makeinfo.el (makeinfo-compile):
4205         Use `compilation-start'.  Set `next-error-function' according to
4206         `disable-errors'.
4207         (makeinfo-next-error): New function.
4208         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4209         (makeinfo-buffer): Likewise.
4211         * progmodes/compile.el (compilation-start): Add autoload cookie.
4213         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4214         * textmodes/sgml-mode.el: Likewise.
4215         * progmodes/python.el: Likewise.
4217 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4219         * simple.el (blink-matching-paren-distance): Document the meaning
4220         of nil value, and allow to customize to nil.
4222         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4223         command.com, not command.exe.
4225 2005-08-26  John Wiegley  <johnw@newartisans.com>
4227         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4228         code around a bit so that an extraneous nil argument is not added
4229         to a command when no args are given.
4231         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4232         double-quoted argument resolves to nil, return it as an empty
4233         string rather than as nil.  This made it impossible to pass "" to
4234         a shell script as a null string argument.
4236 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * outline.el (outline-invent-heading): New fun.
4239         (outline-promote, outline-demote): Use it.
4240         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4241         (outline-end-of-subtree): Remove unused var `opoint'.
4243 2005-08-26  David Reitter  <david.reitter@gmail.com>
4245         * menu-bar.el (truncate-lines, write-file, print-buffer)
4246         (ps-print-buffer-faces, ps-print-buffer, split-window):
4247         Disable menu items when the frame they refer to is invisible, or when
4248         they refer to a buffer and the minibuffer is selected.
4250 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4252         * progmodes/flymake.el (flymake-highlight-err-lines):
4253         Use save-excursion around flymake-highlight-line to preserve point.
4255 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4257         * progmodes/octave-mod.el: Change Author and Maintainer address.
4258         (octave-maintainer-address): Change Kurt's email address.
4259         * progmodes/octave-inf.el: Change Author and Maintainer address.
4260         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4262 2005-08-26  Kim F. Storm  <storm@cua.dk>
4264         * subr.el (version-list-<, version-list-<=, version-list-=):
4265         Renamed from integer-list-*.
4266         (version-list-not-zero): Likewise.  Fix while loop.
4267         (version=): Use version-list-= instead of string-equal.
4269 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4271         * outline.el (outline-promote): Try shortening the heading.
4272         As last resort, read the heading to use.
4273         (outline-demote): As last resort, read the heading to use.
4275 2005-08-26  Romain Francoise  <romain@orebokech.com>
4277         * progmodes/compile.el (compilation-start): Doc fix.
4279         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4280         (antlr-font-lock-additional-keywords): Fix reference to
4281         `antlr-font-lock-literal-regexp' erroneously changed during the
4282         mass face rename.
4283         (antlr-run-tool): Use `compilation-start'.
4285         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4286         instead of the obsolete `compile-internal'.
4288 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4290         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4291         (number, original-date):
4292         * calendar/cal-china.el (date):
4293         * calendar/cal-coptic.el (date):
4294         * calendar/cal-french.el (date):
4295         * calendar/cal-hebrew.el (date, entry, number, original-date):
4296         * calendar/cal-islam.el (date, number, original-date):
4297         * calendar/cal-iso.el (date):
4298         * calendar/cal-julian.el (date):
4299         * calendar/cal-mayan.el (date):
4300         * calendar/cal-menu.el (date, event):
4301         * calendar/cal-persia.el (date):
4302         * calendar/lunar.el (date):
4303         * calendar/solar.el (date): Add defvars.
4305         * emerge.el:
4306         * ibuffer.el:
4307         * info-xref.el:
4308         * obsolete/bg-mouse.el:
4309         * obsolete/sun-curs.el:
4310         * obsolete/swedish.el: Move the `defvar's to the top level.
4312         * smerge-mode.el (smerge-refined-change): Add :group.
4314 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4317         (smerge-keep-n): Remove props.
4318         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4319         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4320         now that it's done in smerge-keep-n.
4321         (smerge-refined-change): New face.
4322         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4323         (smerge-refine): New funs.
4324         (smerge-basic-map): Bind smerge-refine.
4326 2005-08-25  Juri Linkov  <juri@jurta.org>
4328         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4329         compilation-process-setup-function and compilation-disable-input
4330         in grep-mode instead of let-bindings in grep.
4332         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4333         Delete "Automatic File De/compression" (auto-compression-mode).
4335 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4337         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4338         Silence warning about non-existent variable.
4340 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4342         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4343         Rename "Describe Key" to "Describe Key or Mouse Operation".
4345         * mail/mailalias.el (build-mail-aliases): Delete comments
4346         from the contents before processing them.
4348         * isearch.el (isearch-edit-string): Erase the Search prompt
4349         if user enters an empty string and there is no default.
4351         * comint.el (comint-file-name-prefix): Add autoload.
4353 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4355         * subr.el (play-sound): Rearrange to avoid warning.
4357 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4359         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4360         New hook.
4361         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4363 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4365         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4367         * custom.el (custom-theme-set-variables): Sort minor modes last.
4369 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4371         * subr.el (version-separator, version-regexp-alist): New vars used by
4372         version comparison funs.
4373         (integer-list-<, integer-list-=, integer-list-<=)
4374         (integer-list-not-zero): New funs for integer list comparison.
4375         (version-to-list, version=, version<, version<=): New funs for version
4376         comparison.
4378 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4380         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4381         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4382         time to silence the byte-compiler.
4384         * ibuffer.el (ibuffer-compile-make-eliding-form)
4385         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4386         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4387         so it's silly to get warnings for it).
4388         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4389         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4390         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4391         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4392         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4393         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4394         Defvar at compile time.
4395         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4396         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4397         Declare them before use.
4399         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4400         (info-xref-good, info-xref-bad): Defvar at compile time.
4402         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4403         Use `let*' instead of `let'.
4405         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4406         (*mouse-y*, menu, char): Defvar at compile time.
4407         (sc::menu): Declare it before use.
4408         (sc::pack-one-line): Use `let', not `let*'.
4410         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4411         (mail-send-hook): Defvar at compile time.
4413         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4414         Defvar at compile time.
4416         * term/sun-mouse.el (current-global-mousemap)
4417         (current-local-mousemap): Declare them before use.
4419 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4421         * bookmark.el (bookmark-after-jump-hook): New hook.
4422         (bookmark-jump): Run `bookmark-after-jump-hook'.
4424 2005-08-23  Juri Linkov  <juri@jurta.org>
4426         * faces.el (minibuffer-prompt): Doc fix.
4428 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4430         * progmodes/xscheme.el: Trivial changes to silence warnings.
4431         (xscheme-previous-mode, xscheme-previous-process-state):
4432         Add defvars.
4433         (xscheme-last-input-end, xscheme-process-command-line)
4434         (xscheme-process-name, xscheme-buffer-name)
4435         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4436         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4437         (xscheme-control-g-synchronization-p)
4438         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4439         (default-xscheme-runlight, xscheme-runlight)
4440         (xscheme-runlight-string, xscheme-process-filter-state)
4441         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4442         Move to beginning of file.
4443         (scheme-interaction-mode-commands-alist)
4444         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4445         Declare them before use.  Note: the initialization code for the variables
4446         has not been moved because it uses functions that reference the variables.
4447         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4448         (xscheme-prompt-for-expression-map): Declare them before use.
4449         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4451 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4453         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4455 2005-08-22  Juri Linkov  <juri@jurta.org>
4457         * faces.el (set-face-underline): Delete this duplicate function
4458         and make an obsolete alias to set-face-underline-p.
4459         (set-face-underline-p): Use docstring of set-face-underline.
4460         (describe-face): Create hyperlink to parent face.
4462         * info.el (Info-insert-dir): Use save-excursion around
4463         insert-buffer-substring.
4464         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4465         (Info-escape-percent): Delete function.
4466         (Info-fontify-node): Replace Info-escape-percent by
4467         replace-regexp-in-string with REP arg set to lambda that
4468         duplicates `%' and preserves text properties.
4470         * progmodes/compile.el (compilation-disable-input): Doc fix.
4471         (define-compilation-mode): Doc fix and refill.
4472         (kill-compilation): Use `mode-name' in the error message.
4473         (compilation-find-file): Use `compilation-error' in the
4474         read-file-name's prompt.
4476 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4478         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4479         (smerge-auto-leave): Make undo re-enable the mode.
4480         (debug-ignored-errors): Add the user-error of impossible resolution.
4481         (smerge-resolve): Move things around a bit, in preparation for later.
4482         (smerge-diff): Don't fail if the buffer has no associated file.
4483         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4484         (smerge-conflict-overlay): New function.
4485         (smerge-match-conflict): Don't add text properties here.
4486         (smerge-find-conflict): Instead, add an overlay here.
4487         Also check for the case where we're inside a conflict already, so as to
4488         obviate the need for font-lock-multiline, which is unbearably slow with
4489         large conflicts and ciomplex font-lock patterns.
4490         (smerge-remove-props): Remove overlay rather than text-properties.
4491         (smerge-mode): Don't set font-lock-multiline.
4492         Remove overlays when turned off.
4494 2005-08-21  Kim F. Storm  <storm@cua.dk>
4496         * ido.el (ido-ignore-item-p): Use save-match-data.
4497         Bind case-fold-search to ido-case-fold locally.
4499 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4501         * files.el (normal-mode): If font lock is on, turn it off and on.
4503         * subr.el (replace-regexp-in-string): Doc fix.
4505         * startup.el (command-line-1): Don't suppress startup screen
4506         due to existing processes.
4508         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4510         * progmodes/compile.el (compilation-disable-input): Default to nil.
4512 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4514         * progmodes/compile.el (compilation-disable-input): New defcustom.
4515         (compilation-start): If compilation-disable-input is non-nil, send
4516         EOF to the compilation process.
4518 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4520         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4521         Run the argument of tex-shell-cd-command through
4522         convert-standard-filename, to get the correct style of slashes on
4523         Windows, and enclose the result in quotes, in case the file name
4524         includes whitespace or other special characters.
4526 2005-08-19  Andreas Schwab  <schwab@suse.de>
4528         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4529         process.
4531 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4533         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4535 2005-08-18  Kim F. Storm  <storm@cua.dk>
4537         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4539 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4541         * scroll-lock.el: New file.
4543 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4545         * dired.el (dired-move-to-end-of-filename):
4546         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4548 2005-08-18  Kim F. Storm  <storm@cua.dk>
4550         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4551         rather than toggle mode when custom value is nil.
4552         (ido-everywhere): Fix defun doc string.
4554 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4556         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4557         as tag instead of "Inviolable".
4559 2005-08-17  Kim F. Storm  <storm@cua.dk>
4561         * windmove.el (windmove-coordinates-of-position): Remove.
4562         (windmove-coordinates-of-window-position): Remove.
4563         (windmove-reference-loc): Use posn-at-point instead.
4565         * subr.el (insert-for-yank-1): Doc fix.
4567         * ido.el (ido-enter-matching-directory): Rename from
4568         ido-enter-single-matching-directory.  Change 'slash choice to
4569         'only.  Add 'first choice.
4570         (ido-exhibit): Adapt to above changes.
4572 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4574         * Makefile.in: Expand comment about building loaddefs.el.
4576 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4578         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4579         Comment use of defadvice.
4581         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4583 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4585         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4586         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4587         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4588         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4589         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4590         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4591         for backward compatibility for faces that did not appear in the
4592         previous Emacs release.
4594         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4596 2005-08-15  Kim F. Storm  <storm@cua.dk>
4598         * emulation/cua-base.el (cua-delete-region): Return t if
4599         deleted region was non-empty.
4600         (cua-replace-region): Inhibit overwrite-mode for
4601         self-insert-command if replaced region was non-empty.
4602         (cua--explicit-region-start, cua--status-string): Make them
4603         buffer-local at top-level...
4604         (cua-mode): ...rather than when mode is enabled.
4606 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4608         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4609         Set t for Emacs 21, 22, and so on.
4611 2005-08-15  David Ponce  <david@dponce.com>
4613         * tree-widget.el: Update Commentary header.
4614         (tree-widget-theme): Doc fix.
4615         (tree-widget-space-width): New option.
4616         (tree-widget-image-properties): Look up in the default theme too.
4617         (tree-widget--cursors): Only for images with arrow pointer shape.
4618         (tree-widget-lookup-image): Pointer shape is hand by default.
4619         (tree-widget-icon): Rename generic icon widget from
4620         `tree-widget-control'.
4621         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4622         derive from `tree-widget-icon'.
4623         (tree-widget-handle): Improve default look and feel of the text
4624         representation.
4625         (tree-widget): Rename :*-control properties to :*-icon properties.
4626         Add :action and :help-echo properties.
4627         (tree-widget-after-toggle-functions): Move.
4628         (tree-widget-close-node, tree-widget-open-node): Remove.
4629         (tree-widget-before-create-icon-functions): New hook.
4630         (tree-widget-value-create): Update to allow customization of icons
4631         and nodes at run-time via that new hook.
4632         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4633         (tree-widget-icon-action, tree-widget-icon-help-echo)
4634         (tree-widget-action, tree-widget-help-echo): New functions.
4636 2005-08-15  Kim F. Storm  <storm@cua.dk>
4638         * ido.el (ido-buffer-internal): Use with-no-warnings.
4639         (ido-make-merged-file-list): Use while-no-input.
4641 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4643         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4644         (flyspell-large-region): Fix doc and custom type.
4646 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4648         * files.el (interpreter-mode-alist): Doc fix.
4650         * mail/rmail.el (rmail-nonignored-headers): New variable.
4651         (rmail-clear-headers): Use it.
4652         (rmail-reply): Better handling of mail-followup-to header.
4654         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4655         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4656         don't try to refer to executable-font-lock-keywords.
4657         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4658         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4659         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4660         (sh-mode): Set comment-start-skip, local-abbrev-table,
4661         imenu-case-fold-search.
4662         (sh-set-shell): Don't set them here.
4663         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4664         Don't cache the results in the original alist; don't ever modify
4665         that alist.
4667         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4669         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4670         empty.
4672 2005-08-15  Andreas Schwab  <schwab@suse.de>
4674         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4676         * dired.el, info.el, mail/rmail.el: Revert last change.
4678 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4680         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4681         modification in `eval-after-load' form.
4682         * info.el: Likewise.
4683         * mail/rmail.el: Likewise.
4685 2005-08-14  Juri Linkov  <juri@jurta.org>
4687         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4688         Remove highlighting of "Compilation started".  Highlight only
4689         the word "finished" in "Compilation finished".  Add highlighting
4690         of "interrupt", "killed", "terminated" and the exit code.
4691         (compilation-start): Add newline after header.  Use exactly the
4692         same time stamp format as the finishing message.
4693         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4695         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4696         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4697         Add highlighting of "interrupt", "killed", "terminated".
4699         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4700         enabled and the current command is self-insert-command, call it
4701         explicitly with overwrite-mode bound to nil, to not allow it
4702         to delete the character after the selected region.
4704 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
4706         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4707         move-end-of-line, end-of-line, and beginning-of-line to the list
4708         of commands after which the echo area is updated.
4710 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
4712         * cus-edit.el (custom-save-all, custom-save-delete):
4713         Bind recentf-exclude to exclude custom-file.
4715 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
4717         * mail/rmailsum.el (rmail-summary-end-of-message): New command
4718         to go to the bottom of the mail message.  Added to
4719         `rmail-summary-mode-map' with key "/".
4720         (rmail-summary-show-message): New (internal) function for use by
4721         both `rmail-summary-beginning/end-of-message'.
4722         (rmail-summary-beginning-of-message): Change to use
4723         rmail-summary-show-message.
4725         * mail/rmail.el (rmail-end-of-message): New command to go to the
4726         end of the current message.  Added to `rmail-mode-map' with key "/".
4727         (rmail-beginning-of-message): Fix to work as documented.
4728         (rmail-mode): Change documentation.
4730         * progmodes/compile.el (compilation-start): Add the line
4731         "Compilation started" with compilation start time.
4732         (compilation-mode-font-lock-keywords): Add `started' to keywords.
4734 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
4736         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4737         of menu items.
4739 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4741         * simple.el (pop-global-mark): Reverse test of widen-automatically.
4743         * battery.el (battery-status-function): Don't use ignore-errors.
4745 2005-08-11  Lute Kamstra  <lute@gnu.org>
4747         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4748         define-obsolete-variable-alias.
4750 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4753         (ange-ftp-send-cmd): Revert last change, and expand
4754         the comment explaining the problem.
4756 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4758         * ldefs-boot.el: Update.
4760         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4761         item to "Time, Load and Mail".  Change help echo text.
4763         * time.el (display-time-use-mail-icon, display-time-format)
4764         (display-time-string-forms): Shorten first line of docstrings.
4766 2005-08-10  Lars Hansen  <larsh@soem.dk>
4768         * desktop.el (desktop-buffer-mode-handlers):
4769         Make non-customizable. Add autoload cookie.  Change initial value to
4770         nil; add elements in respective modules instead.  Fix doc string.
4771         (desktop-load-file): New function.
4772         (desktop-minor-mode-handlers): New autoloaded variable.
4773         (desktop-create-buffer): Call minor mode handlers.
4774         Use desktop-load-file to load major and minor mode modules prior to
4775         checking for a handler.
4776         (desktop-save): Don't add nil to desktop-minor-modes for minor
4777         modes with nil function in desktop-minor-mode-table.  Don't delete
4778         desktop file before rewriting it.
4779         (desktop-locals-to-save): Add autoload cookie.  Don't make
4780         automatically buffer-local.  Add variables column-number-mode,
4781         size-indication-mode, indent-tabs-mode,
4782         indicate-buffer-boundaries, indicate-empty-lines and
4783         show-trailing-whitespace.
4784         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4785         regexps. Don't use desktop-clear-preserve-buffers-regexp.
4786         (desktop-clear-preserve-buffers-regexp): Delete.
4787         (desktop-clear-preserve-buffers): Update initial value and docstring.
4788         (desktop-save-buffer): Fix doc string.
4790         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4791         (hilit-chg-desktop-restore): New function.
4792         (highlight-changes-mode): Add highlight-changes-mode to
4793         desktop-locals-to-save.
4795         * dired.el: Add handler to desktop-buffer-mode-handlers.
4796         (dired-restore-desktop-buffer): Remove autoload cookie.
4797         (dired-mode): Add autoload cookie.
4799         * info.el: Add handler to desktop-buffer-mode-handlers.
4800         (Info-restore-desktop-buffer): Remove autoload cookie.
4801         (Info-mode): Add autoload cookie.
4803         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4804         (mh-restore-desktop-buffer): Remove autoload cookie.
4805         (mh-folder-mode): Add autoload cookie.
4807         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4808         (rmail-restore-desktop-buffer): Remove autoload cookie.
4810 2005-08-11  Masatake YAMATO  <jet@gyve.org>
4812         * hexl.el (hexl-address-region):
4813         (hexl-ascii-region, hexl-font-lock-keywords):
4814         (hexl-highlight-line-range): Use the term "region"
4815         instead of "area" for consistency with the other symbols
4816         defined in hexl.el.
4818 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4820         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4821         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4822         out by Juri Linkov).  Add `display-battery-mode'.
4824 2005-08-09  Juri Linkov  <juri@jurta.org>
4826         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4827         Remove `-text' from face variable names.
4828         (compilation-error-file-name, compilation-warning-file-name)
4829         (compilation-info-file-name): Delete faces.
4830         (compilation-line-number, compilation-column-number):
4831         Remove face underlining.
4832         (compilation-message-face): Set to `underline' value by default.
4833         (compilation-error-face, compilation-warning-face)
4834         (compilation-info-face): Remove `-file-name' from face names.
4835         (compilation-error-text-face, compilation-warning-text-face)
4836         (compilation-info-text-face): Delete face variables.
4837         (compilation-text-face): Delete function.
4839         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4840         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4841         (grep-error-face): Set to `compilation-error' instead of
4842         `compilation-error-face' (which is redefined to `grep-hit-face' in
4843         grep buffers).
4844         (grep-mode-font-lock-keywords): Remove `-text' from face variable
4845         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
4847         * dired-aux.el (dired-do-query-replace-regexp):
4848         Use `query-replace-read-args'.
4850         * replace.el (query-replace-read-from, query-replace-read-to)
4851         (query-replace-read-args): Rename arg `string' to `prompt'.
4853         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
4855 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4857         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4858         uploading files.
4859         (ange-ftp-canonize-filename): Handle file names beginning with ~
4860         correctly.
4862 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4864         * textmodes/fill.el (canonically-space-region)
4865         (fill-context-prefix, fill-french-nobreak-p)
4866         (fill-delete-newlines, fill-comment-paragraph)
4867         (justify-current-line): "?\ " -> "?\s".
4869 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
4871         * textmodes/fill.el (fill-nonuniform-paragraphs):
4872         Improve argument/docstring consistency.
4874 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4876         * textmodes/ispell.el (ispell-word): More fboundp checks.
4878         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
4879         (find-file-noselect-1): Call it here, only if RAWFILE.
4880         (normal-mode): Always set some major mode.
4881         (save-some-buffers-action-alist): Change some explanation strings.
4882         (file-name-non-special): In the `quote' method, use unwind-protect.
4884 2005-08-09  Magnus Henoch  <mange@freemail.hu>
4886         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
4887         (ispell-have-aspell-dictionaries): New variable.
4888         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
4889         (ispell-get-aspell-config-value): New function.
4890         (ispell-aspell-find-dictionary): New function.
4891         (ispell-aspell-add-aliases): New function.
4892         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
4893         appropriate.  Don't look for ispell dictionaries if we use aspell.
4894         (ispell-menu-map): Don't build a submenu of dictionaries.
4896 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4898         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
4899         (sql-read-passwd): Use read-passwd.
4901         * progmodes/idlw-toolbar.el (idlwave-toolbar)
4902         (idlwave-toolbar-is-possible): Add defvars.
4904         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
4905         Avoid warnings.
4907         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
4908         (idlwave-system-class-info, idlwave-executive-commands-alist):
4909         Use defvar.
4911         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
4913         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
4914         Avoid warnings.
4916         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
4917         and content-type: headers.
4919         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
4921         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
4922         and rename some of them to be more self-explanatory.
4924         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
4926         * startup.el (command-line-1): Implement -scriptload.
4928         * replace.el (occur-engine): Initial *Occur* output not undoable.
4930         * menu-bar.el (menu-bar-file-menu): Rename some menu items
4931         and improve help strings.
4933         * isearch.el (isearch-repeat): When changing direction,
4934         mark search successful.
4936         * ediff-init.el: Use (featurep 'xemacs).
4938         * comint.el (send-invisible): Identify buffer, if not selected.
4940         * align.el: Delete autoload for c-guess-basic-syntax.
4942 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4944         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
4945         Improve argument/docstring consistency.  Doc fixes.
4946         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
4947         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
4948         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
4949         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
4950         (r2bv-organization, r2bv-pages, r2bv-primary-author)
4951         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
4952         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
4953         Defvar at compile time.
4955 2005-08-09  Juri Linkov  <juri@jurta.org>
4957         * info.el: Replace `info' with upper-case `Info' where appropriate.
4958         (info-title-1, info-title-2, info-title-3, info-title-4)
4959         (info-menu-header): Move up face definitions.
4960         (info-menu-star): Rename from `info-menu-5'.
4961         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
4962         (Info-fontify-visited-nodes): Fix docstring.
4963         (Info-hide-note-references): Fix docstring.
4964         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
4965         menu items in the same way as on cross-references.
4966         (info-apropos): Fix sorting order and formatting to be like in the
4967         stand-alone Info browser.  Display error messages for 1 sec.
4968         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
4969         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
4970         from the menu bar.
4971         (Info-insert-dir): Restore point after calling
4972         `insert-buffer-substring'.
4974 2005-08-08  Richard M. Stallman  <rms@gnu.org>
4976         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
4977         (recompute-lucid-menubar): Add defvars.
4979         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
4981         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
4983         * net/net-utils.el (run-dig): Rename from `dig'.
4985         * play/gametree.el (gametree-mode): Use make-local-variable,
4986         not make-variable-buffer-local.
4988         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
4990         * ansi-color.el (ansi-color-make-extent)
4991         (ansi-color-set-extent-face): Use fboundp, not functionp.
4993         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
4994         not make-variable-buffer-local.
4996         * bookmark.el (Info-current-file): Add defvar.
4997         (bookmark-jump-noselect): Use with-no-warnings.
4999         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5001         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5003         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5005         * find-file.el (ada-procedure-start-regexp)
5006         (ada-package-start-regexp): Add defvars.
5008         * info.el (Info-insert-dir): Use insert-buffer-substring.
5010         * xml.el (xml-att-def-re): Add defvar.
5012         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5013         calling convention.
5015         * subr.el (while-no-input): Return t if there is input.
5017 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5019         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5021 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5023         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5024         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5026 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5028         * cmuscheme.el (scheme-start-file): Replace reference to
5029         `user-emacs-directory' by "~/.emacs.d/".
5031 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5033         * info.el (Info-dir-remove-duplicates): Avoid case folding
5034         in loop; instead, keep downcased strings for comparison.
5035         Suggested by Helmut Eller.
5037 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5039         Sync with Tramp 2.0.50.
5041         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5042         XEmacs case; not necessary anymore.
5043         (tramp-user-regexp): Allow "@" as part of user name.
5044         (tramp-handle-set-visited-file-modtime)
5045         (tramp-handle-insert-file-contents)
5046         (tramp-handle-write-region): No special handling for
5047         `last-coding-system-used, because this is done in
5048         `tramp-accept-process-output' now.
5049         (tramp-accept-process-output): New defun.
5050         (tramp-process-one-action, tramp-process-one-multi-action)
5051         (tramp-wait-for-regexp, tramp-wait-for-output)
5052         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5053         Howells <dhowells@redhat.com>.
5054         (clear-visited-file-modtime): Defadvice removed.  The check for
5055         unset buffer's modtime does not need to be based on
5056         `tramp-buffer-file-attributes'.  Suggested by RMS.
5057         (tramp-message): Insert "\n" if not being at beginning of line.
5058         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5059         sequence with same logic.
5060         (tramp-completion-handle-expand-file-name): Discard call of
5061         `tramp-drop-volume-letter'.  It is not necessary, and there have
5062         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5063         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5064         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5065         should always be visible.
5066         (tramp-handle-insert-directory, tramp-setup-complete)
5067         (tramp-set-process-query-on-exit-flag)
5068         (tramp-append-tramp-buffers): Pacify byte-compiler.
5069         (tramp-bug): Delete non-existing variables from list.
5070         Apply `tramp-load-report-modules' as pre-hook.
5071         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5072         `shell-prompt-pattern' because of non-7bit characters.
5073         Reported by Sebastian Luque <sluque@mun.ca>.
5074         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5075         (tramp-match-string-list): Remove function.
5076         (tramp-wait-for-regexp): Remove call of that function.
5077         Suggested by Kim F. Storm <storm@cua.dk>.
5078         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5079         instead of octal character code ?\600.  The latter resulted in a
5080         syntax error with XEmacs.
5082         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5083         XEmacs case; not necessary anymore.
5084         (tramp-smb-handle-write-region): No special handling for
5085         `last-coding-system-used, because this is done in
5086         `tramp-accept-process-output' now.
5087         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5089 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5091         * wid-edit.el (widget-choice-value-create):
5092         Unconditionally respect user choice.  Set :explicit-choice back to nil
5093         when no longer needed.
5094         (widget-choice-action): Unconditionally respect user choice.
5095         Eliminate :explicit-choice-value.
5097         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5099         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5100         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5101         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5102         running new function `toggle-indicate-empty-lines'.
5103         Rename "Customize" item to "Customize fringe".
5104         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5105         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5106         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5107         Delete "Empty lines only" item.
5108         (menu-bar-showhide-fringe-ind-customize): New function.
5109         (menu-bar-showhide-fringe-ind-mixed)
5110         (menu-bar-showhide-fringe-ind-box)
5111         (menu-bar-showhide-fringe-ind-right)
5112         (menu-bar-showhide-fringe-ind-left)
5113         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5114         instead of `fringe-indicators'.
5116 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5118         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5119         Change the date of last update.
5121 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5123         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5124         (viper-exec-yank, viper-put-back): Don't display modification msg
5125         if in the minibuffer.
5127         * viper-init.el (viper-replace-overlay-cursor-color)
5128         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5129         Make variables frame local.
5131         * viper-util.el (viper-append-filter-alist): Use append instead of
5132         nconc.
5134         * viper.el (viper-vi-state-mode-list)
5135         (viper-emacs-state-mode-list): Move help-mode and
5136         completion-list-mode from the first list to the second.
5137         (viper-mode): Docstring.
5138         (viper-go-away, viper-non-hook-settings): Don't localize
5139         minor-mode-alist in newer Emacsen.  Add advice to
5140         set-cursor-color.  Don't bind "\C-c\\".
5142 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5144         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5145         (scheme-macro-expand-command): New user options.
5146         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5147         (scheme-form-at-point, scheme-start-file)
5148         (scheme-interactively-start-process): New functions.
5149         (scheme-get-process): New function, extracted from `scheme-proc'.
5150         (run-scheme): Call `scheme-start-file' to get start file, and pass
5151         it to `make-comint'.
5152         (switch-to-scheme, scheme-proc):
5153         Call `scheme-interactively-start-process' if no Scheme buffer/process
5154         is available.
5156 2005-08-06  Juri Linkov  <juri@jurta.org>
5158         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5159         Use `compilation-text-face', `compilation-info-text-face' and
5160         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5161         (compilation-error): New face.
5162         (compilation-error-file-name): Inherit from
5163         `compilation-error' instead of `font-lock-warning-face'.
5164         (compilation-warning-file-name): Inherit from
5165         `compilation-warning' instead of `font-lock-warning-face'.
5166         (compilation-info, compilation-error-file-name)
5167         (compilation-warning-file-name, compilation-info-file-name)
5168         (compilation-line-number, compilation-column-number): Doc fix.
5169         (compilation-error-text-face, compilation-warning-text-face)
5170         (compilation-info-text-face): New face variables.
5171         (compilation-line-face, compilation-column-face)
5172         (compilation-enter-directory-face)
5173         (compilation-leave-directory-face): Doc fix.
5174         (compilation-text-face): New function.
5176         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5177         instead of 1 to display binary file names as info file links.
5178         (grep-error-face): Use `compilation-error-face' instead of
5179         `font-lock-keyword-face'.
5180         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5181         and `compilation-warning-text-face' instead of
5182         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5183         instead of `grep-error-face'.
5185 2005-08-05  Kenichi Handa  <handa@m17n.org>
5187         * international/code-pages.el: Add autoload cookies for all coding
5188         systems.
5190 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5192         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5194 2005-08-04  Juri Linkov  <juri@jurta.org>
5196         * progmodes/compile.el (compilation-mode-map):
5197         * progmodes/grep.el (grep-mode-map):
5198         Bind TAB to `compilation-next-error' and [backtab] to
5199         `compilation-previous-error'.
5201         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5202         matching line numbers, column numbers and their ranges with regexp
5203         matching only line numbers.
5204         (grep-context-face): New face variable.
5205         (grep-mode-font-lock-keywords): Use it.
5207         * faces.el (read-face-name): Delete duplicate faces.
5209 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5211         * thumbs.el (thumbs-find-image): Don't make variables
5212         automatically buffer local.
5213         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5214         (thumbs-image-num): Make automatically buffer local.
5215         (thumbs-show-thumbs-list): Use `make-local-variable', not
5216         `make-variable-buffer-local'.
5217         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5219         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5220         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5221         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5222         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5223         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5224         (feelings-about, foullst, found, hello, history, howareyoulst)
5225         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5226         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5227         (neglst, obj, object, owner, please, problems, qlist)
5228         (random-adjective, relation, remlst, repetitive-shortness)
5229         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5230         (shortlst, something, sportslst, stallmanlst, states, subj)
5231         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5232         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5233         Defvar at compile time.
5235         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5236         not `make-variable-buffer-local'.
5238 2005-08-02  Kim F. Storm  <storm@cua.dk>
5240         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5241         rectangle overlay in selected window.
5243 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5245         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5246         instead of display group.  Make `indicate-buffer-boundaries'
5247         customizable through Custom.
5249 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5251         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5252         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5253         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5254         (gdb-put-string): Fix typos in docstrings.
5256 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5258         Update copyright notices of files in progmodes directory for
5259         release of Emacs 22.1.
5261         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5263         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5264         Don't barf if the GUD buffer has been killed.
5266 2005-08-01  Kim F. Storm  <storm@cua.dk>
5268         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5270 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * simple.el (next-error-follow-minor-mode):
5273         make-variable-buffer-local -> make-local-variable.
5275         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5277         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5278         (byte-compile-form-make-variable-buffer-local): New functions to warn
5279         about misuses of make-variable-buffer-local where make-local-variable
5280         was meant.
5282 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5284         * bs.el (bs-attributes-list): Doc fix.
5285         (bs): Update url-link.
5287         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5288         (desktop-load-default): Simplify.
5290         * ibuffer.el (ibuffer-columnize-and-insert-list)
5291         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5292         (ibuffer-unmark-all, ibuffer-toggle-marks)
5293         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5294         (ibuffer-compile-make-format-form, ibuffer-format-column)
5295         (ibuffer-current-buffers-with-marks)
5296         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5297         (ibuffer): Doc fix.
5298         (ibuffer-mode): Fix typo in docstring.
5299         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5300         with `define-obsolete-variable-alias'.
5301         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5303 2005-07-29  Kenichi Handa  <handa@m17n.org>
5305         * international/mule-cmds.el (select-message-coding-system):
5306         Be sure to use LF for end-of-line.  If no coding system is decided,
5307         return iso-8859-1-unix.
5309 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5312         (ange-ftp-pending-error-line): New vars.
5313         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5314         to handle the non-fatal no-route-to-host messages.
5315         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5317 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5319         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5320         (isearch-quote-char, isearch-printing-char)
5321         (isearch-text-char-description): "?\ " -> "?\s".
5322         (isearch-lazy-highlight-cleanup)
5323         (isearch-lazy-highlight-initial-delay)
5324         (isearch-lazy-highlight-interval)
5325         (isearch-lazy-highlight-max-at-a-time)
5326         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5327         Declare with define-obsolete-*-alias macros.
5328         (isearch-forward): Fix typo in docstring.
5329         (search-invisible, search-ring-yank-pointer)
5330         (regexp-search-ring-yank-pointer): Doc fixes.
5332         * recentf.el (recentf-menu-append-commands-p): Declare with
5333         `define-obsolete-variable-alias'.
5334         (recentf-max-saved-items, recentf-menu-filter)
5335         (recentf-arrange-by-rule-subfilter): Doc fixes.
5336         (recentf-menu-append-commands-flag)
5337         (recentf-initialize-file-name-history, recentf-expand-file-name)
5338         (recentf-clear-data): Fix typos in docstrings.
5340 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5342         * progmodes/gdb-ui.el: Smarten comments.
5343         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5345 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * term/apollo.el (terminal-init-apollo): New function containing
5348         all former top level forms in the file.
5349         * term/bobcat.el (terminal-init-bobcat):
5350         * term/cygwin.el (terminal-init-cygwin):
5351         * term/iris-ansi.el (terminal-init-iris-ansi):
5352         * term/linux.el (terminal-init-linux):
5353         * term/news.el (terminal-init-news):
5354         * term/rxvt.el (terminal-init-rxvt):
5355         * term/sun.el (terminal-init-sun):
5356         * term/tvi970.el (terminal-init-tvi970):
5357         * term/vt100.el (terminal-init-vt100):
5358         * term/vt102.el (terminal-init-vt102):
5359         * term/vt125.el (terminal-init-vt125):
5360         * term/vt200.el (terminal-init-vt200):
5361         * term/vt201.el (terminal-init-vt201):
5362         * term/vt220.el (terminal-init-vt220):
5363         * term/vt240.el (terminal-init-vt240):
5364         * term/vt300.el (terminal-init-vt300):
5365         * term/vt320.el (terminal-init-vt320):
5366         * term/vt400.el (terminal-init-vt400):
5367         * term/vt420.el (terminal-init-vt420):
5368         * term/wyse50.el (terminal-init-wyse50):
5369         * term/xterm.el (terminal-init-xterm): Likewise.
5371         * term/README: Describe the terminal-init-* functionality.
5373         * startup.el (command-line): After loading the terminal initialization
5374         file call the corresponding terminal initialization function.
5376 2005-07-27  Kenichi Handa  <handa@m17n.org>
5378         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5379         negative.
5381         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5382         (ps-mule-composition-prologue): Fix for the case that
5383         RelativeCompose is false.
5385 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5389         * descr-text.el (describe-char): Handle the case where the list of
5390         chars is displayed in a separate frame.
5391         Be a bit more discriminating when looking for the char.
5393 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5395         * bookmark.el (bookmark-automatically-show-annotations)
5396         (bookmark-read-annotation-text-func): Doc fixes.
5397         (bookmark-save): Improve argument/docstring consistency.
5398         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5399         (bookmark-alist-from-buffer)
5400         (bookmark-upgrade-file-format-from-0)
5401         (bookmark-grok-file-format-version)
5402         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5403         (bookmark-read-annotation-mode)
5404         (bookmark-insert-current-bookmark, bookmark-jump)
5405         (bookmark-exit-hook): Fix typos in docstrings.
5406         (bookmark-exit-hooks): Define as obsolete alias.
5407         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5408         not `bookmark-exit-hooks'.  Fix docstring.
5409         (bookmark-bmenu-select): "?\ " -> "?\s".
5411 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5413         * startup.el (command-line): Fix typo.
5415 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5417         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5418         not emacs-quick-startup.
5420 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5422         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5423         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5424         instead of `reb-with-current-window'.
5425         (reb-prev-match): Likewise.  Also, don't move left if the search
5426         was unsuccessful.
5427         (reb-initialize-buffer): New function.
5428         (re-builder, reb-change-syntax): Use it.
5430         * man.el (Man-goto-page): Make second argument NOERROR optional.
5432 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5434         * man.el (Man-bgproc-sentinel): Check here for failure to find
5435         any man page in the output, and report the error here.
5436         (Man-arguments): Make it permanent local.
5437         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5438         (Man-mode): Pass t for NOERROR.
5440         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5441         (grep-mode-font-lock-keywords):
5442         Don't use compilation-...-face for messages that are not file names.
5444         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5445         Don't use compilation-...-face for messages that are not file names.
5447 2005-07-22  Juri Linkov  <juri@jurta.org>
5449         * startup.el (normal-splash-screen): Update menu name.
5451         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5453 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5455         * term/xterm.el: Load term/rxvt if the terminal is actually an
5456         rxvt terminal.
5457         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5459         * term/rxvt.el (function-key-map): Use substitute-key-definition
5460         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5462         * term/cygwin.el: New file.
5464 2005-07-22  Kim F. Storm  <storm@cua.dk>
5466         * image-file.el (insert-image-file, image-file-yank-handler):
5467         Fix last change to maintain a (unique) yank-handler on yanked images.
5469 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5471         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5472         of the file size (as in "177B" for 177 bytes).  This happens with
5473         "ls -lh" on FreeBSD.
5475 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5477         * hilit-chg.el (highlight-changes-global-initial-state)
5478         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5479         (hilit-chg-fixup, highlight-changes-mode):
5480         Fix typos in docstrings.
5481         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5482         Doc fixes.
5484 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5486         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5487         mode function using `eval-after-load'.
5489 2005-07-21  Kim F. Storm  <storm@cua.dk>
5491         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5492         included when reporting an emacs crash, and tell about the DEBUG file.
5494         * image-file.el (insert-image-file): Add yank-handler.
5495         (image-file-yank-handler): Yank handler to make unique copies of
5496         images when they are yanked into a buffer next to each other.
5498 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5500         * comint.el (comint-use-prompt-regexp, comint-send-input)
5501         (comint-source-default, comint-extract-string)
5502         (comint-get-source, comint-word, comint-completion)
5503         (comint-source, comint-prompt-read-only, comint-update-fence):
5504         Fix typos in docstrings.
5505         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5506         Declare with define-obsolete-*-alias macros.
5507         (comint-previous-matching-input-from-input)
5508         (comint-next-matching-input-from-input)
5509         (comint-previous-matching-input, comint-next-matching-input)
5510         (comint-forward-matching-input):
5511         Improve argument/docstring consistency.
5513         * desktop.el (desktop-clear-preserve-buffers-regexp):
5514         Also preserve the *server* buffer.
5516         * simple.el (clone-indirect-buffer): Doc fix.
5517         (fixup-whitespace, just-one-space)
5518         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5519         (next-error, next-error-highlight)
5520         (next-error-highlight-no-select, next-error-last-buffer)
5521         (next-error-buffer-p, next-error-find-buffer, next-error)
5522         (previous-error, next-error-no-select, previous-error-no-select)
5523         (open-line, split-line, minibuffer-prompt-width, kill-new)
5524         (binary-overwrite-mode): Fix typos in docstrings.
5525         (set-fill-column): Fix typo in message.
5527         * skeleton.el (skeleton-proxy-new): Doc fix.
5529         * strokes.el (strokes-load-hook): Doc fix.
5530         (strokes-grid-resolution, strokes-get-grid-position)
5531         (strokes-renormalize-to-grid, strokes-read-stroke)
5532         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5533         (strokes-global-map): Fix typos in docstrings.
5534         (strokes-help): Doc fix.  Fix help message and pass it through
5535         `substitute-command-keys'.
5537         * tempo.el (tempo-insert-prompt, tempo-interactive)
5538         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5539         (tempo-insert-string-functions, tempo-local-tags)
5540         (tempo-define-template, tempo-insert-template)
5541         (tempo-insert-prompt-compat, tempo-is-user-element)
5542         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5543         Fix typos in docstrings.
5545         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5546         (vcursor-key-bindings, vcursor-use-vcursor-map)
5547         (vcursor-find-window, vcursor-scroll-down)
5548         (vcursor-disable, vcursor-beginning-of-buffer)
5549         (vcursor-end-of-buffer): Fix typos in docstrings.
5550         (vcursor-relative-move, vcursor-get-char-count):
5551         Improve argument/docstring consistency.
5553         * version.el: "?\ " -> "?\s".
5555         * wid-edit.el (widget-default-create, widget-after-change)
5556         (widget-default-format-handler, widget-checklist-add-item)
5557         (widget-radio-add-item, widget-choose, widget-specify-secret)
5558         (widget-field-value-create, widget-field-value-get)
5559         (widget-editable-list-format-handler)
5560         (widget-editable-list-entry-create, widget-group-value-create)
5561         (widget-documentation-link-add)
5562         (widget-documentation-string-value-create): "?\ " -> "?\s".
5563         (widget-convert-text): Doc fix.
5564         (widget-narrow-to-field, widget-field-find)
5565         (widget-url-link-action, widget-emacs-library-link-action)
5566         (widget-color-notify): Fix typos in docstrings.
5568         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5569         (x-select-text, set-w32-system-coding-system)
5570         (w32-add-charset-info): Fix typos in docstrings.
5572         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5573         (cua-enable-cua-keys, cua-use-hyper-key)
5574         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5575         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5577         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5579         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5580         `defalias' instead of faking it.
5582         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5583         (eshell-ls-missing, eshell-ls-dired-initial-args)
5584         (eshell-ls-use-in-dired): Fix typos in docstrings.
5586 2005-07-20  Kim F. Storm  <storm@cua.dk>
5588         * emulation/cua-base.el (cua-mode): Improve doc string.
5590 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5592         * abbrev.el (expand-region-abbrevs): Doc fix.
5593         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5594         Improve argument/docstring consistency.
5596         * arc-mode.el (archive-get-descr, archive-alternate-display):
5597         Doc fixes.
5598         (archive-l-e): Improve argument/docstring consistency.
5599         (archive-tmpdir, archive-unixdate, archive-unixtime)
5600         (archive-chmod-entry): Fix typos in docstrings.
5601         (archive-unflag, archive-unflag-backwards)
5602         (archive-unmark-all-files): "?\ " -> "?\s".
5604         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5605         (Buffer-menu-not-modified, Buffer-menu-execute)
5606         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5607         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5609         * composite.el (compose-string, encode-composition-rule)
5610         (compose-last-chars): Fix typos in docstrings.
5612         * desktop.el (desktop-enable, desktop-basefilename):
5613         Declare with `define-obsolete-variable-alias'.
5614         (desktop-internal-v2s): Don't quote keywords.
5615         (desktop-clear): "?\ " -> "?\s".
5617         * dired.el (dired-align-file, dired-flag-backup-files)
5618         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5619         (dired-listing-switches, dired-ls-F-marks-symlinks)
5620         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5621         (dired-directory, dired-faces, dired, dired-revert)
5622         (dired-mode, dired-summary, dired-view-file)
5623         (dired-copy-filename-as-kill, dired-delete-file)
5624         (dired-no-confirm, dired-unmark-all-marks)
5625         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5626         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5627         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5628         Fix typos in message strings.
5630         * dired-x.el (virtual-dired): Declare with `defalias'.
5631         (dired-mark-unmarked-files, dired-local-variables-file)
5632         (dired-omit-here-always): Doc fix.
5633         (dired-omit-mode, dired-find-subdir)
5634         (dired-enable-local-variables, dired-clean-up-buffers-too)
5635         (dired-extra-startup, dired-mark-extension, dired-jump)
5636         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5637         (dired-smart-shell-command, dired-guess-shell-alist-user)
5638         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5639         (dired-x-bind-find-file, dired-x-submit-report):
5640         Fix typos in docstrings.
5641         (dired-mark-unmarked-files): "?\ " -> "?\s".
5643         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5645         * faces.el (describe-face): "?\ " -> "?\s".
5646         (read-all-face-attributes, read-face-font, modify-face)
5647         (face-attr-construct, italic): Fix typos in docstrings.
5648         (frame-update-face-colors): Declare with
5649         `define-obsolete-function-alias'.
5651         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5652         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5653         (magic-mode-alist, buffer-file-numbers-unique)
5654         (write-file-functions, get-free-disk-space):
5655         Fix typos in docstrings.
5656         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5657         (write-contents-hooks, write-file-hooks):
5658         Declare with `define-obsolete-variable-alias'.
5660         * forms-d2.el (arch-rj): Fix typo in docstrings.
5661         (arch-tocol): Likewise.  "?\ " -> "?\s".
5663         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5664         Fix typo in docstring.
5665         (set-screen-width, set-screen-height): Delete redundant info in
5666         doctrings.
5667         (new-frame, screen-height, screen-width): Declare with
5668         `define-obsolete-function-alias'.
5669         (delete-frame-hook, blink-cursor): Declare with
5670         `define-obsolete-variable-alias'.
5672         * paths.el (prune-directory-list): Fix typos in docstring.
5674         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5675         (cvs-prefix-get): Fix typos in docstrings.
5677         * ps-print.el (ps-extend-face-list, ps-extend-face)
5678         (ps-print-background-image): Fix typos in docstrings.
5679         (ps-default-fg, ps-default-bg): Doc fixes.
5681         * s-region.el (s-region-bind): Doc fix.
5682         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5684         * textmodes/org.el (org-table-formula-substitute-names)
5685         (org-table-get-vertical-vector): Doc fixes.
5686         (org-table-recalculate): Remove unused argument to `message'.
5688 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
5690         * textmodes/org.el (org-table-column-names)
5691         (org-table-column-name-regexp)
5692         (org-table-named-field-locations): New variables.
5693         (org-archive-subtree): Protect `this-command' when calling
5694         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5695         the kill buffer.
5696         (org-complete): Remove fixed-formula completion.
5697         (org-edit-formulas-map): New variable.
5698         (org-table-edit-formulas): New command.
5699         (org-finish-edit-formulas, org-abort-edit-formulas)
5700         (org-show-variable, org-table-get-vertical-vector): New functions.
5701         (org-table-maybe-eval-formula): Handle `:=' fields.
5702         (org-table-get-stored-formulas, org-table-store-formulas)
5703         (org-table-get-formula, org-table-modify-formulas)
5704         (org-table-replace-in-formulas): Handle named field formulas.
5705         (org-table-get-specials): Store locations of named fields.
5707 2005-07-19  Juri Linkov  <juri@jurta.org>
5709         * progmodes/grep.el (grep-regexp-alist)
5710         (grep-mode-font-lock-keywords, grep-process-setup):
5711         Use default GNU grep match color "01;31m" instead of "01;41m".
5712         (grep-regexp-alist, grep-mode-font-lock-keywords):
5713         Use `\\[[0-9]*m' instead of `\\[00m'.
5714         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5715         sgr_start where its handling is more important.  Use the real
5716         length of sgr_start instead of constant 8.
5717         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5718         specially.  Delete all remaining escape sequences.
5719         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5720         (grep-regexp-alist): Make hyperlink only for binary file name
5721         instead of the whole line.
5722         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5723         (grep-mode): Add autoload.
5725         * emacs-lisp/find-func.el (find-function-regexp):
5726         Add `define-compilation-mode'.
5728 2005-07-19  Juri Linkov  <juri@jurta.org>
5730         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5731         (compare-windows-sync-string-size, compare-windows-recenter)
5732         (compare-windows-highlight, compare-windows): Add version 22.1.
5733         (compare-windows) <defface>: Inherit from lazy-highlight instead
5734         of duplicating its default value.
5736         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5737         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5739         * descr-text.el (describe-char): Create link buttons for `charset'
5740         and `code point'.  Add the current input method name with a link
5741         button to `to input' field.  Print face names of display table
5742         characters in `The display table entry is displayed by' section
5743         instead of printing face-id in the `display' field.
5744         Guess hardcoded faces and create a link button for them.
5745         Skip empty fields when calculating max-width.
5746         Treat `widget-create' specially while inserting strings from the
5747         collected field list.
5748         (describe-char-after): Made obsolete in version 22.1, not 21.5.
5750         * diff-mode.el (diff-file-header): Change foreground color from
5751         yellow to green on light backgrounds.
5752         (diff-context): Inherit from `shadow' only for color/grayscale
5753         with more than 88 colors.
5754         (diff-indicator-removed, diff-indicator-added)
5755         (diff-indicator-changed): New faces.
5756         (diff-font-lock-keywords): Use new faces.  Regroup rules.
5757         Add "^---$" for `normal' diff format.  Fontify `#' lines with
5758         font-lock-comment-delimiter-face and font-lock-comment-face.
5759         Add `#' to ^[^...] in the rule for `diff-context-face'.
5761         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5762         a button-like box.  Inherit from `highlight' on low colors.
5763         (shadow): Use shades of gray only for color/grayscale with
5764         more than 88 colors.  Use green for light backgrounds with
5765         8 colors, and yellow for dark backgrounds with 8 colors.
5767         * font-lock.el (font-lock-regexp-grouping-backslash):
5768         Don't inherit from escape-glyph (use bold for all cases).
5770         * info.el (info-xref-visited): Use light foreground color `violet'
5771         for dark backgrounds instead of dark color `magenta3'.
5772         (info-title-1): Use `yellow' color for dark backgrounds.
5774         * isearch.el (isearch): Use not-too-dark magenta3 instead of
5775         too-light magenta2.
5777         * replace.el (match): Use slightly more light RoyalBlue3 instead
5778         of dark RoyalBlue4.
5780         * wid-edit.el (widget-inactive): Inherit from `shadow'.
5782 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
5784         * novice.el (disabled-command-hook): Declare it with
5785         `define-obsolete-variable-alias'.
5787         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5788         (desktop-buffer-misc-functions, desktop-buffer-handlers)
5789         (desktop-load-default): Add release to obsolescence info.
5790         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5791         (desktop-append-buffer-args, desktop-read):
5792         Fix typos in docstrings.
5793         (desktop-kill): Fix typo in message.
5794         (desktop-save): Doc fix.
5796 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5798         * viper-cmd.el (viper-escape-to-state): Bug fix.
5799         (viper-envelop-ESC-key): Change the definition of fast
5800         keysequence so it'll work with keyboard macros.
5802         * ediff.el (ediff-patch-buffer): Change the docstring.
5804 2005-07-19  Kenichi Handa  <handa@m17n.org>
5806         * international/mule-cmds.el (select-safe-coding-system): Try to
5807         use an auto-coding (if any) before anything else.  If the found
5808         auto-coding is invalid, show a warning message.
5810         * international/mule.el (find-auto-coding): New function created
5811         by modifying the body of set-auto-coding.
5812         (set-auto-coding): Use find-auto-coding to find a coding.
5814 2005-07-18  Richard M. Stallman  <rms@gnu.org>
5816         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5817         not isearch-mode-end-hook-error.
5818         (allout-before-change-protect): Fix error message.
5820 2005-07-18  Juri Linkov  <juri@jurta.org>
5822         * allout.el (allout-mode):
5823         * calculator.el (calculator-copy):
5824         * custom.el (custom-known-themes):
5825         * dired.el (dired-desktop-buffer-misc-data)
5826         (dired-restore-desktop-buffer):
5827         * dired-x.el (dired-omit-marker-char):
5828         * files.el (basic-save-buffer):
5829         * font-core.el (font-lock-mode):
5830         * calendar/calendar.el (calendar-goto-hebrew-date)
5831         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5832         (calendar-goto-persian-date):
5833         * language/ethio-util.el (ethio-sera-to-fidel-region):
5834         * textmodes/picture.el (picture-mode):
5835         Delete duplicate duplicate words.
5837 2005-07-18  Juri Linkov  <juri@jurta.org>
5839         * isearch.el (isearch-mode-map): Remove key bindings for regexp
5840         chars * ? } |.
5841         (isearch-fallback): Don't call `isearch-process-search-char'.
5842         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
5843         (isearch-process-search-char): Call `isearch-fallback' for regexp
5844         chars * ? } |.
5845         (isearch-return-char): Make obsolete with `make-obsolete' instead
5846         of simply documenting it as obsolete in the docstring.
5847         (isearch-fallback): Refill docstring.
5849         * international/isearch-x.el
5850         (isearch-process-search-multibyte-characters): Remove unneeded
5851         `concat'.  Add intermediate values to `junk-hist' instead of
5852         `minibuffer-history'.  Test the length of `str'.
5854 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
5856         * allout.el (allout-resolve-xref): Fix typos in error strings.
5857         (allout-before-change-protect): Remove unneeded `concat'.
5859         * array.el (array-mode, array-reconfigure-rows)
5860         (untabify-backward): Fix typos in docstrings.
5861         (array-reconfigure-rows): Use `insert-buffer-substring', not
5862         `insert-buffer'.
5864         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
5865         * progmodes/ada-mode.el (ada-make-body):
5866         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
5868         * dired.el (dired-log):
5869         * tar-mode.el (tar-subfile-save-buffer):
5870         * play/zone.el (zone-pgm-stress-destress):
5871         Use `insert-buffer-substring', not `insert-buffer'.
5873 2005-07-17  Simon Josefsson  <jas@extundo.com>
5875         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
5877 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
5879         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
5880         Add plain auth method.
5881         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
5883 2005-07-17  Kim F. Storm  <storm@cua.dk>
5885         * ido.el (dired-other-window): Add ido property.
5887 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
5889         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5890         Fix typo in docstring.
5891         (byte-compile-interactive-only-functions): Add `insert-buffer' and
5892         `insert-file-literally'.
5894         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
5895         info and delete redundant message.  Doc fix.
5896         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
5897         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
5899 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5901         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
5902         (byte-compile-and): Use byte-compile-and-recursion.
5903         (byte-compile-or-recursion): New function.
5904         (byte-compile-or): Use that.
5905         (byte-compile-if): Guard the else-clause too.
5906         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
5908         * isearch.el (isearch-mode-end-hook-quit): New variable.
5909         (isearch-done): Bind it.
5910         (isearch-mode-end-hook): Doc fix.
5912         * allout.el (allout-isearch-did-quit): Variable deleted.
5913         (allout-real-isearch-abort): Function name no longer used.
5914         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
5915         (allout-isearch-rectification): isearch-mode always exists.
5916         Don't set allout-isearch-did-quit.
5917         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
5918         allout-isearch-did-quit.
5919         (allout-enwrap-isearch): Just add the hook.
5920         (allout-isearch-abort): Function deleted.
5921         (allout-pre-command-business): Avoid warning.
5923         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
5924         Correctly avoid warnings.
5925         (pascal-outline): Likewise.
5927         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
5929         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
5931         * play/tetris.el (tetris-mode): Avoid warning.
5933         * play/snake.el (snake-mode): Avoid warning.
5935         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
5936         (gamegrid-set-display-table): Avoid warning.
5937         (gamegrid-set-timer): Likewise.
5938         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
5939         (gamegrid-add-score-with-update-game-score-1): Take FILE
5940         as argument.
5941         (gamegrid-add-score-with-update-game-score): Pass that argument.
5942         Rename have-shared-game-dir to gamegrid-shared-game-dir.
5944         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
5946         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
5947         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
5949         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
5950         and insert-file.
5952         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
5953         (sc-ask): Avoid warnings.
5955         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
5956         (eshell-hist-initialize): Use that var the natural way.
5958         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
5960         * emacs-lisp/re-builder.el (reb-cook-regexp):
5961         Avoid warning calling lre-compile-string.
5962         (reb-color-display-p): Avoid warning.
5964         * calculator.el (calculator-last-input): Guard uses
5965         of event-key and key-press-event-p.
5966         (event-key, key-press-event-p): Delete definitions.
5968         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
5969         (find-gc-source-directory, find-gc-subrs-callers)
5970         (find-gc-noreturn-list, find-gc-source-files)
5971         (find-gc-subrs-called): Vars renamed and defvar'd.
5973         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
5974         (checkdoc-overlay-put, checkdoc-delete-overlay)
5975         (checkdoc-overlay-start, checkdoc-overlay-end)
5976         (checkdoc-mode-line-update, checkdoc-char=):
5977         Define such that compiler knows they are defined.
5978         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
5979         (checkdoc-read-event): Delete.  Use read-event directly.
5981         * whitespace.el (whitespace-make-overlay)
5982         (whitespace-overlay-put, whitespace-delete-overlay)
5983         (whitespace-overlay-start, whitespace-overlay-end):
5984         Define such that compiler knows they are defined.
5985         (whitespace): Move conditional inside.
5987         * tempo.el (tempo-insert-template): Suppress warning.
5989         * ediff-diff.el (longlines-mode): Add defvar.
5991 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
5993         * server.el: Bind "C-x #" in a way that works even if C-x is
5994         redefined to a command key, not a prefix key.
5996 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
5998         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
5999         cl-make-type-test till execution time.
6001 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6003         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6004         arg ARG and use it.
6006 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6008         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6010 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6012         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6013         a defcustom with two :set or :type keywords.
6015 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6017         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6018         Don't give ^M comment-end syntax.
6020 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6022         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6023         Don't consider gdbmi (gdb-mi.el has its own update functions).
6024         (gdb-var-delete): Make it work for gdbmi as well.
6025         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6027         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6028         (gud-speedbar-menu-items): Correct logic for enabling items.
6030 2005-07-15  Kim F. Storm  <storm@cua.dk>
6032         * ido.el: Fix commentary.
6033         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6034         Use with-no-warnings around ffap-guesser.
6035         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6036         Let bind minibuffer-completing-file-name to t.
6038 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6040         * startup.el (site-run-file, keyboard-type): Doc fixes.
6041         (command-line): Check for "--basic-display" argument; also for
6042         "--quick", not "--bare-bones" (which was renamed).
6043         (fancy-splash-text): Add missing item "Getting New Versions".
6044         (normal-splash-screen): Fix typos and improve consistency with
6045         `fancy-splash-text'.  Update copyright year.
6047         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6048         valid binding for `help-char'.
6050         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6052 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6054         * term.el (term-mode): Disable cua-mode for term buffers.
6056 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6058         * add-log.el (add-log-mailing-address, change-log-merge):
6059         Doc fixes.
6060         (change-log-get-method-definition): Fix typo in docstring.
6062 2005-07-14  Kim F. Storm  <storm@cua.dk>
6064         * emulation/cua-base.el:
6065         (cua--pre-command-handler-1, cua--pre-command-handler)
6066         (cua--post-command-handler-1, cua--post-command-handler):
6067         Split in two.  Check (buffer local) value of cua-mode.
6068         (cua-selection-mode): New command.
6070 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6072         * custom.el (custom-initialize-safe-set)
6073         (custom-initialize-safe-default): Doc fixes.
6075         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6076         and simplify :init-value again.
6078         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6079         and simplify :init-value again.  Delete autoload.
6081         * startup.el (command-line): Use `custom-reevaluate-setting' again
6082         for tooltip-mode.
6084         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6085         a defcustom with two :initialize keywords.
6087 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6089         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6090         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6091         (allout-post-command-business, allout-flag-region)
6092         (isearch-reenable-font-lock, allout-yank)
6093         (allout-insert-latex-header, allout-insert-latex-trailer)
6094         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6095         (allout-latex-verb-quote): Fix typos in docstrings.
6096         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6097         (allout-unprotected, allout-prefix-data):
6098         Improve argument/docstring consistency.
6099         (allout-chart-subtree): Fix argument spec.
6100         (allout-open-topic): Rename `use_sib_bullet' argument to
6101         `use-sib-bullet'.  Doc fix.
6103         * whitespace.el (whitespace-check-buffer-leading)
6104         (whitespace-check-buffer-trailing)
6105         (whitespace-check-buffer-indent)
6106         (whitespace-check-buffer-spacetab)
6107         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6108         (whitespace-check-leading-whitespace)
6109         (whitespace-check-trailing-whitespace)
6110         (whitespace-check-spacetab-whitespace)
6111         (whitespace-check-indent-whitespace)
6112         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6113         (whitespace-modes): Fix typos in docstrings.
6114         (defgroup, defcustom): Doc fixes.
6116         * winner.el (winner-mode, winner-boring-buffers)
6117         (winner-pending-undo-ring): Doc fixes.
6118         (winner-ring): Remove unneeded `progn'.
6119         (winner-equal): `defsubst' it.
6120         (winner-redo): Fix message.
6122 2005-07-13  Kim F. Storm  <storm@cua.dk>
6124         * simple.el (line-move-1): Always use vertical-motion to
6125         do the last (or only) line move to ensure some movement.
6126         Undo 2005-06-23 change--don't check for overlays.
6128 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6130         * term/mac-win.el (ccl-encode-mac-roman-font)
6131         (ccl-encode-mac-centraleurroman-font)
6132         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6133         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6134         Change charset-id boundary of dimension to ?\xef.
6135         (mac-char-fontspec-list): New constant.
6136         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6137         argument.  Nil uses itself as family in font-spec.  Previous
6138         behavior for nil is now provided by non-nil non-string argument.
6139         All callers changed.  Add font-specs for Mac fonts to
6140         "fontset-default" unless iso8859-1 fonts are installed.
6142 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6145         a continuation line if the \ is preceded by SPC or TAB.
6146         (sh-get-indent-info): Simplify.
6147         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6148         Use with-current-buffer.
6150         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6151         when the matched text is empty.
6153 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6155         * startup.el (command-line): Revert to previous handling of
6156         tooltip-mode.  Explain in comment why the complexity is needed.
6158         * tooltip.el (tooltip-mode): Revert to previous implementation of
6159         its defcustom.
6161         * frame.el (blink-cursor-mode): Revert to previous implementation
6162         of its defcustom.  Update comment.
6164 2005-07-12  Lars Hansen  <larsh@soem.dk>
6166         * desktop.el: Update e-mail address.
6168 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6170         * term/mac-win.el (mac-services-mail-selection)
6171         (mac-services-mail-to): New functions.
6172         (mac-application-menu-map): Bind them.
6174 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6176         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6178 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6180         * custom.el (custom-reevaluate-setting): Doc fix.
6182 2005-07-11  Jay Belanger  <belanger@truman.edu>
6184         * calc/calc.el (calc-embedded-announce-formula-alist)
6185         (calc-embedded-open-close-plain-alist)
6186         (calc-embedded-open-close-mode-alist): Add checks for additional
6187         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6189 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6191         * custom.el (custom-enable-theme): Don't add theme to
6192         `custom-enabled-themes' with `push' because there is no
6193         setf-method for `delq'.
6195 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6197         * custom.el (custom-declare-variable): Doc fix.
6199         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6200         from the alists.
6202         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6203         Do nothing if edebug-active.
6205         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6206         (edebug-display): Do it here instead.
6208 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6210         * cus-face.el (custom-theme-set-faces): Make it work.
6211         (custom-reset-faces): Doc fix.
6212         (custom-theme-reset-internal-face, custom-theme-face-value):
6213         Functions deleted.
6215         * custom.el (custom-push-theme): Maintain list of the settings
6216         of a given theme in its theme-settings property.
6217         Maintain position of old settings in the theme-value
6218         or theme-face property.
6219         (custom-enabled-themes): New variable.
6220         (custom-theme-enabled-p): New function.
6221         (provide-theme): Update custom-enabled-themes.
6222         Disable and reenable the `user' theme.
6223         (require-theme): Doc fix.
6224         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6225         (custom-theme-value, custom-theme-variable-value): Likewise.
6226         (custom-theme-reset-internal): Likewise.
6227         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6228         (custom-enable-theme, custom-disable-theme): New functions.
6229         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6230         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6231         (custom-theme-reset-variables): Simplify.
6232         (deftheme, custom-declare-theme, custom-make-theme-feature):
6233         Definitions moved.
6235 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6237         * longlines.el (longlines-show-region)
6238         (longlines-unshow-hard-newlines): Recognize hard newlines by
6239         non-nil hard property, instead of t.
6241 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6243         * viper-cmd.el (viper--key-maps): New variable.
6244         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6245         emulation-mode-map-alists.
6246         (viper-envelop-ESC-key): Use viper-subseq.
6247         (viper-search-forward/backward/next): Disable debug-on-error.
6249         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6250         (viper-ESC-key): New defcustoms.
6252         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6254         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6255         (viper-subseq): Copy of subseq from cl.el.
6257         * viper.el (viper-go-away, viper-set-hooks): Use
6258         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6260         * viper-mous.el (viper-current-frame-saved): Use defvar.
6262         * viper-init.el: Get rid of -face in face names.
6264         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6265         Make it work with longlines mode
6267         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6269         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6271         * ediff-init.el: Get rid of -face in face names.
6273 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6275         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6276         and with-timeout-unsuspend.
6278         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6279         and with-timeout-unsuspend.
6281         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6282         (with-timeout): Bind that variable to record timers.
6283         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6285         * emacs-lisp/debug.el (debug-help-follow): New function.
6286         (debugger-mode-map): Use that instead of help-follow.
6287         (debugger-setup-buffer): Use eval-buffer-list
6288         to handle eval-buffer frames.
6290 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6292         * timezone.el (timezone-parse-date): Change first regexp
6293         so it will not mistakenly match dates with no time zone.
6295 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6297         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6299 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6301         * custom.el (custom-initialize-safe-set)
6302         (custom-initialize-safe-default): New functions.
6304         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6305         and simplify :init-value.
6307         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6308         and simplify :init-value.  Delete obsolete comment.
6310         * startup.el (command-line): Use `custom-reevaluate-setting' to
6311         handle `tooltip-mode'.  Delete obsolete comment.
6313         * files.el (set-visited-file-name): Avoid calling
6314         `file-name-nondirectory' with a nil argument.
6316 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6318         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6319         was called with nil for the buffer, handle the read position right.
6320         Handle read position for eval-region, too.
6322 2005-07-09  Juri Linkov  <juri@jurta.org>
6324         * fringe.el (fringe-mode): Add period in docstring.
6325         (fringe-query-style): Build prompt depending on `all-frames' arg.
6327         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6328         to not create links to unrelated functions in the Help buffer.
6330         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6331         Doc fix.
6333         * simple.el (next-error-hook): New variable.
6334         (next-error): Use it.  Doc fix.
6336         * textmodes/ispell.el (ispell-command-loop): Add current
6337         dictionary name and program name to mode-line-format.
6338         (ispell-region, ispell-process-line): Add current dictionary name
6339         and program name to messages.
6341 2005-07-08  Jay Belanger  <belanger@truman.edu>
6343         * calc/calc.el (calc-embedded-announce-formula-alist)
6344         (calc-embedded-open-close-formula-alist)
6345         (calc-embedded-open-close-word-alist)
6346         (calc-embedded-open-close-plain-alist)
6347         (calc-embedded-open-close-new-formula-alist)
6348         (calc-embedded-open-close-mode-alist)
6349         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6350         (calc-embedded-mode-hook): New variables.
6352         * calc/calc-embed.el (calc-embedded-firsttime)
6353         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6354         New variables.
6355         (calc-do-embedded): Use calc-embedded-firsttime,
6356         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6357         determine whether or not to run hooks.
6358         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6359         calc-embedded-firsttime-formula appropriately.
6360         Set calc-embedded delimiter variables according to mode.
6362 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6364         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6365         Check for "emacs", etc., as entire symbol, not just as word.
6366         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6368         * files.el (set-visited-file-name): Report the error
6369         for "empty filename" earlier.
6370         (kill-some-buffers): Ignore buffers already dead.
6372         * fringe.el (fringe-mode): Doc fix.
6374         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6375         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6376         Use unwind-protect to ensure byte-compile-unresolved-functions
6377         is updated.
6379         * whitespace.el (whitespace-buffer-leading-cleanup):
6380         Simplify w/ skip-chars-forward.
6381         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6383         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6384         Unconditionally try to leave point at the same old place.
6386 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6388         * comint.el (comint-postoutput-scroll-to-bottom)
6389         (comint-show-maximum-output): Take scroll-margin into consideration.
6391 2005-07-08  Kim F. Storm  <storm@cua.dk>
6393         * ido.el (ido-use-filename-at-point): New choice `guess'.
6394         (ido-file-internal): Try ffap-guesser if selected.
6396         * ido.el (ido-before-fallback-functions): New hook.
6397         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6398         (ido-read-file-name): Run it.
6400 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6402         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6403         strings rather than a list of symbols to the completion function.
6405 2005-07-07  Jay Belanger  <belanger@truman.edu>
6407         * calc/calc-units.el (math-apply-units): Change the places in
6408         which units are simplified.
6410 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6412         * cus-edit.el (customize-option, customize-option-other-window):
6413         Make them handle aliases.
6415         * custom.el (custom-variable-p): Make it recursively follow
6416         aliases.  Mention that in the docstring.
6418 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6420         * cus-start.el (exec-path): Use `directory' instead of `file'.
6421         Fix tag for nil.
6423 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6425         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6426         when called non-interactively.  Doc fix.
6428 2005-07-07  Lute Kamstra  <lute@gnu.org>
6430         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6431         new address as well.
6433 2005-07-07  Kenichi Handa  <handa@m17n.org>
6435         * international/mule.el (make-coding-system):
6436         Describe `ascii-incompatible' property in the docstring.
6437         (set-file-name-coding-system): Signal an error if coding-system is
6438         ascii-incompatible.
6439         (set-keyboard-coding-system): Likewise.
6441         * international/mule-cmds.el (set-default-coding-systems):
6442         Don't set default-file-name-coding-system and
6443         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6445         * international/utf-16.el: Declare that all UTF-16-based coding
6446         systems are ASCII-incompatible.
6448 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6450         * progmodes/gud.el: Require font-lock for displaying errors.
6451         Used by gdb-ui.el.
6453 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6455         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6456         values for the pattern lists which are `read'able but not
6457         `append'able (like symbols).
6459 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6461         * progmodes/flymake.el (flymake-float-time): Instead of
6462         with-no-warnings, test for xemacs.
6463         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6464         to avoid warning.
6466 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6468         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6470 2005-07-05  Lute Kamstra  <lute@gnu.org>
6472         * battery.el: Add support for Darwin (with much debugging help
6473         from Samuel Lauber <sam124@operamail.com>).
6474         (battery-status-function, battery-echo-area-format)
6475         (battery-mode-line-format): Add support for pmset on Darwin.
6476         (battery-load-low, battery-load-critical): New user options.
6477         (battery-pmset): New function.
6479 2005-07-05  Lute Kamstra  <lute@gnu.org>
6481         Update FSF's address in GPL notices.
6483         * textmodes/page-ext.el: Update FSF's address.
6485 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6487         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6488         filling from using prefix when filling a single-line docstring.
6490         * progmodes/flymake.el: Remove useless eval-when-compile.
6492         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6494 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6496         * textmodes/org.el (org-file-apps-defaults-gnu):
6497         Rename from org-file-apps-defaults-linux.
6498         (org-default-apps): Don't test system-type for `linux'.
6499         (org-file-apps): Doc fix.
6501 2005-07-04  David Ponce  <david@dponce.com>
6503         * tree-widget.el: Improve header Commentary section.
6504         (tree-widget) [defgroup]
6505         (tree-widget-image-enable, tree-widget-themes-directory)
6506         (tree-widget-theme, tree-widget-image-properties-emacs)
6507         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6508         (tree-widget-image-formats, tree-widget-control)
6509         (tree-widget-empty-control, tree-widget-leaf-control
6510         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6511         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6512         (tree-widget-keep, tree-widget-after-toggle-functions)
6513         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6514         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6515         :help-echo message.
6516         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6517         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6518         (tree-widget--cursors): New constant.
6519         (tree-widget-lookup-image): New function split from
6520         `tree-widget-find-image'.  Clearer implementation.
6521         (tree-widget-find-image): Use it.
6522         (tree-widget-button-keymap): Use `set-keymap-parent'.
6523         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6524         Define the sub-widgets here.
6525         (tree-widget-node): Check that :node is not a tree-widget.
6526         (tree-widget-get-super, tree-widget-open-control)
6527         (tree-widget-close-control, tree-widget-empty-control)
6528         (tree-widget-leaf-control, tree-widget-guide)
6529         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6530         (tree-widget-no-handle, tree-widget-value-delete)
6531         (tree-widget-map): Remove.
6532         (tree-widget-children-value-save): Doc fix.  Simplified.
6533         (tree-widget-value-create): Update according to previous changes.
6535 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6537         * textmodes/org.el: Leading space replaced by TABS.
6538         (org-recalc-marks, org-table-rotate-recalc-marks)
6539         (org-table-get-specials): Treat "^" and "_" marks.
6540         (org-table-justify-field-maybe): Optional argument NEW.
6541         (org-table-eval-formula): Parsing of the format simplified.
6542         New modes C,I.  Honor the %= parameter in the current table.
6543         Avoid unnecessary re-align by using the NEW argument to
6544         `org-table-justify-field-maybe'.
6545         (org-calc-default-modes): Default for date-format mimicks org-mode.
6546         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6548 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6550         * cus-face.el (custom-theme-set-faces): Make it handle face
6551         aliases whose alias declarations are pre- or autoloaded.
6553 2005-07-04  Juri Linkov  <juri@jurta.org>
6555         * faces.el (read-face-name): Put the code for getting a face name
6556         from the buffer before adding the faces from the `face' property.
6557         Use `completing-read-multiple' instead of `completing-read'.
6558         Require `crm'.  Add default value and post-process the returned
6559         list of faces.
6561         * emacs-lisp/crm.el (crm-find-current-element)
6562         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6564         * emacs-lisp/lisp-mode.el (eval-defun-1):
6565         * emacs-lisp/edebug.el (edebug-eval-defun):
6566         Remove unnecessary quotes.
6568 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6570         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6571         (prolog-indent-level): Fix typo in docstring.
6573         * info.el (Info-history, Info-history-forward)
6574         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6576         * add-log.el (add-change-log-entry):
6577         * comint.el (comint-dynamic-list-input-ring)
6578         (comint-dynamic-list-completions):
6579         * dabbrev.el (dabbrev-expand):
6580         * delim-col.el (delimit-columns-rectangle-line):
6581         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6582         (diff-unified->context):
6583         * ediff-init.el (ediff-abbrev-jobname):
6584         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6585         (ediff-replace-session-activity-marker-in-meta-buffer):
6586         * info.el (Info-summary):
6587         * lpr.el (printify-region):
6588         * printing.el (pr-create-interface):
6589         * ps-print.el (ps-print-quote):
6590         * ses.el (ses-column-widths, ses-print-cell)
6591         (ses-adjust-print-width, ses-center):
6592         * shell.el (shell-file-name-quote-list):
6593         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6594         (strokes-fill-current-buffer-with-whitespace)
6595         (strokes-xpm-for-stroke, strokes-list-strokes)
6596         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6597         * term.el (term-dynamic-list-input-ring)
6598         (term-dynamic-list-completions):
6599         * calc/calc.el (math-format-stack-value):
6600         * emacs-lisp/edebug.el (edebug-display-freq-count):
6601         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6602         (delphi-new-comment-line):
6603         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6604         * progmodes/executable.el (executable-set-magic):
6605         * progmodes/python.el (inferior-python-mode):
6606         * progmodes/scheme.el (scheme-mode-syntax-table):
6607         * progmodes/sh-script.el (sh-maybe-here-document):
6608         * progmodes/sql.el (sql-copy-column):
6609         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6610         * textmodes/bibtex.el (bibtex-mode):
6611         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6612         (sgml-auto-attributes):
6613         * textmodes/table.el (table-insert, table-shorten-cell)
6614         (table--generate-source-scan-lines, table-delete-row)
6615         (*table--cell-delete-char, table--spacify-frame)
6616         (table--horizontally-shift-above-and-below)
6617         (table--cell-insert-char, table--cell-blank-str)
6618         (table--fill-region-strictly):
6619         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6620         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6622         * add-log.el (change-log):
6623         * apropos.el (apropos):
6624         * comint.el (comint-completion, comint-source):
6625         * dabbrev.el (dabbrev):
6626         * delim-col.el (columns):
6627         * diff-mode.el (diff-mode):
6628         * ediff.el (ediff):
6629         * ediff-diff.el (ediff-diff):
6630         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6631         * ediff-mult.el (ediff-mult):
6632         * ediff-ptch.el (ediff-ptch):
6633         * ediff-wind.el (ediff-window):
6634         * facemenu.el (facemenu):
6635         * indent.el (indent):
6636         * info.el (info):
6637         * jka-cmpr-hook.el (compression, jka-compr):
6638         * lpr.el (lpr):
6639         * outline.el (outlines):
6640         * pcmpl-cvs.el (pcmpl-cvs):
6641         * pcmpl-rpm.el (pcmpl-rpm):
6642         * printing.el (printing):
6643         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6644         (ps-print-vertical, ps-print-headers, ps-print-font)
6645         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6646         (ps-print-background, ps-print-printer, ps-print-page)
6647         (ps-print-miscellany):
6648         * ses.el (ses):
6649         * shell.el (shell, shell-directories, shell-faces):
6650         * startup.el (initialization):
6651         * strokes.el (strokes):
6652         * term.el (term):
6653         * uniquify.el (uniquify):
6654         * w32-vars.el (w32):
6655         * calc/calc.el (calc):
6656         * emacs-lisp/bytecomp.el (bytecomp):
6657         * emacs-lisp/cl-indent.el (lisp-indent):
6658         * emacs-lisp/edebug.el (edebug):
6659         * emacs-lisp/elp.el (elp):
6660         * emacs-lisp/testcover.el (testcover):
6661         * emacs-lisp/trace.el (trace):
6662         * emulation/viper-ex.el (viper-ex):
6663         * emulation/viper-mous.el (viper-mouse):
6664         * mail/mailalias.el (mailalias):
6665         * mail/supercite.el (supercite, supercite-frames)
6666         (supercite-attr, supercite-cite, supercite-hooks):
6667         * net/rcompile.el (remote-compile):
6668         * net/rlogin.el (rlogin):
6669         * obsolete/ooutline.el (outlines):
6670         * progmodes/delphi.el (delphi):
6671         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6672         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6673         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6674         (ebnf-optimization):
6675         * progmodes/etags.el (etags):
6676         * progmodes/executable.el (executable):
6677         * progmodes/idlwave.el (idlwave):
6678         * progmodes/pascal.el (pascal):
6679         * progmodes/prolog.el (prolog):
6680         * progmodes/python.el (python):
6681         * progmodes/scheme.el (scheme):
6682         * progmodes/sh-script.el (sh, sh-script):
6683         * progmodes/sql.el (SQL):
6684         * progmodes/tcl.el (tcl):
6685         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6686         * textmodes/enriched.el (enriched):
6687         * textmodes/makeinfo.el (makeinfo):
6688         * textmodes/sgml-mode.el (sgml):
6689         * textmodes/table.el (table-hooks):
6690         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6691         * textmodes/texinfo.el (texinfo):
6692         * textmodes/two-column.el (two-column):
6693         Finish `defgroup' description with period.
6695         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6696         * eshell/esh-var.el (eshell-var):
6697         * progmodes/vhdl-mode.el (vhdl-testbench):
6698         * textmodes/org.el (org): Fix typos in docstrings.
6700         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6701         consistency.
6703         * progmodes/flymake.el (flymake-find-file): Remove.
6704         (flymake-float-time): Use `with-no-warnings'.
6705         (flymake-check-start-time, flymake-check-was-interrupted)
6706         (flymake-err-info, flymake-is-running, flymake-last-change-time)
6707         (flymake-new-err-info): `defvar' at compile time.
6709 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
6711         * replace.el (occur-hook): Doc fix.
6712         (occur-1): Don't call `occur-hook' if there are no matches.
6714 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6716         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6717         global-map, save the same map.
6718         (global-map): Don't alter it at top level.
6719         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6720         Then alter it here instead.
6721         (tpu-edt-off): Set global-map to the saved one.
6723         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6724         All references simplified.
6725         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
6726         (zmacs-regions): Add defvar.
6727         (repeat-complex-command-map): Everything about that deleted.
6729         * textmodes/artist.el (artist-key-is-drawing)
6730         (artist-key-endpoint1, artist-key-poly-point-list)
6731         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6732         (artist-key-compl-table, artist-rb-save-data)
6733         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6734         Don't put them in eval-when-compile.
6735         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6737         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6738         Use with-no-warnings.
6740         * net/browse-url.el (dos-windows-version): Add defvar.
6742         * mail/supercite.el (filladapt-prefix-table): Add defvar.
6744         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6745         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6746         (rmail-new-summary-line-count): Rename from new-summary-line-count.
6747         Add defvar.
6748         (rmail-summary-beginning-of-message): Use with-no-warnings.
6749         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6751         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6752         Use with-no-warnings.
6754         * emulation/vi.el (vi-mark-region): Use c-mark-function.
6755         (c-mark-function): Add point-moving-unit property.
6756         (vi-goto-line): Use with-no-warnings.
6758         * emulation/edt.el (edt-last-copied-word): Add defvar.
6759         (zmacs-region-stays): Likewise.
6760         (edt-mark-section-wisely): Use c-mark-function for C.
6761         Use makr-defun for Fortran.
6762         (time-string): defvar deleted.
6763         (edt-display-the-time): Don't set time-string.
6765         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6767         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6768         Don't warn when name is not constant
6769         or for defining the group `emacs'.
6771         * tooltip.el (gud-tooltip-mode): Add defvar.
6773         * startup.el (default-frame-background-mode): Add defvar.
6775         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6777         * info.el (tool-bar-map): Add defvar.
6779         * dired.el (dnd-protocol-alist): Add defvar.
6781         * dired-aux.el (dired-query): Display question with answer, when
6782         the user answers.
6784         * custom.el (custom-add-option): Doc fix.
6786         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6788 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
6790         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6791         bogus name from the last change.
6793 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
6795         * custom.el (custom-declare-variable): Fix typos in comment.
6796         (custom-known-themes): Doc fix.
6797         (custom-theme-directory): New defcustom.
6798         (require-theme): Make it check `custom-theme-directory'.
6800         * cus-theme.el (custom-new-theme-mode): New function.
6801         (custom-theme-name, custom-theme-variables, custom-theme-faces)
6802         (custom-theme-description): Add compiler defvars.
6803         (customize-create-theme): Add doc to the "*New Custom Theme*"
6804         buffer.  Use `custom-new-theme-mode'.
6805         (custom-theme-write): Put the created buffer in emacs-lisp-mode
6806         and save it to the `custom-theme-directory'.  Make this the
6807         default directory of the buffer.
6809 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
6811         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6812         Fix unbalanced parentheses.
6814 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6817         into flymake-mode and delegate to flymake-mode.
6819         * find-file.el (ff-which-function-are-we-in): Clean up.
6821 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
6823         * replace.el (occur-rename-buffer): Fix docstring.
6825         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6826         (edt-last-copied-word, edt-learn-macro-count)
6827         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6828         (edt-rect-start-point, edt-user-global-map, rect-start-point)
6829         (time-string, zmacs-region-stays):
6830         * emulation/edt-mapper.el (edt-save-function-key-map)
6831         (EDT-key-name): `defvar' to silence the byte-compiler.
6833 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6835         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6836         font-lock-regexp-backslash.  Doc fix.
6837         (font-lock-regexp-backslash-grouping-construct): Rename from
6838         font-lock-regexp-backslash-construct.  Doc fix.
6839         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6840         grouping constructs.
6842 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
6844         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
6845         updating all the prerequisites.
6847 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
6849         * textmodes/org.el (org-agenda-start-on-weekday)
6850         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
6851         (org-agenda-use-time-grid, org-archive-location)
6852         (org-allow-space-in-links, org-usenet-links-prefer-google)
6853         (org-enable-table-editor, org-export-default-language)
6854         (org-export-html-show-new-buffer, org-fill-paragraph)
6855         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
6856         (org-goto-quit, org-occur, org-eval-in-calendar)
6857         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
6858         (org-agenda-diary-entry, org-remember-help)
6859         (org-table-convert-region, org-at-table-p)
6860         (org-table-move-row-down, org-table-move-row-up)
6861         (org-table-copy-region, org-table-toggle-vline-visibility)
6862         (org-table-get-stored-formulas, org-table-get-specials)
6863         (org-recalc-commands, org-table-eval-formula)
6864         (org-table-formula-substitute-names, orgtbl-make-binding)
6865         (org-format-org-table-html, org-format-table-table-html)
6866         (org-format-table-table-html-using-table-generate-source)
6867         (org-customize): Fix typos in docstrings.
6868         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
6869         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
6870         (org-back-to-heading): Doc fixes.
6871         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
6872         (org-agenda-change-all-lines, org-get-header):
6873         Improve argument/docstring consistency.
6874         (orgtbl-error): Fix error message.
6876         * progmodes/flymake.el (flymake-find-possible-master-files)
6877         (flymake-master-file-compare, flymake-get-line-err-count)
6878         (flymake-highlight-line, flymake-gui-warnings-enabled):
6879         Fix typos in docstrings.
6880         (flymake-parse-line, flymake-get-project-include-dirs-function)
6881         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
6882         Doc fixes.
6883         (flymake-get-project-include-dirs-function)
6884         (flymake-make-err-menu-data):
6885         Improve argument/docstring consistency.
6887 2005-07-01  Lute Kamstra  <lute@gnu.org>
6889         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
6890         Catch errors with ignore-errors.  Use temporary buffer.
6891         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
6893         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
6894         background color faces.
6895         (facemenu-set-foreground, facemenu-set-background):
6896         Use facemenu-set-face-from-menu.
6897         (facemenu-set-face-from-menu): Treat face names that start with
6898         "fg:" or "bg:" as special.
6899         (facemenu-add-new-color): Don't create faces.  Simplify.
6901 2005-06-30  Richard M. Stallman  <rms@gnu.org>
6903         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
6904         (crm-find-current-element): Likewise.
6906 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6908         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
6910 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6912         * arc-mode.el (archive-extract): Make it work as a mouse binding.
6913         (archive-mouse-extract): Make it an obsolete alias.
6914         (archive-mode-map): Don't use archive-mouse-extract any more.
6915         (archive-mode, archive-extract): write-contents-hooks ->
6916         write-contents-functions.
6917         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
6918         first arg.
6919         (archive-rename-entry): Update the call.
6920         (archive-zip-summarize): Remove unused var `method'.
6921         (archive-lzh-summarize): Remove unused var `creator'.
6923         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
6924         dedicated frame upon exit.
6926         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
6927         (archive-zip-extract, archive-zip-expunge)
6928         (archive-zip-update, archive-zip-update-case): Use executable-find.
6929         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
6930         Use restore-buffer-modified-p.
6931         (archive-extract, archive-add-new-member, archive-write-file-member):
6932         Use with-current-buffer.
6933         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
6935 2005-06-30  Andreas Schwab  <schwab@suse.de>
6937         * progmodes/gud.el (gud-filter): Remove unneeded progn.
6939 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6941         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
6943 2005-06-30  Juri Linkov  <juri@jurta.org>
6945         * faces.el (vertical-border): Inherit from mode-line-inactive
6946         only on tty.
6948 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
6950         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
6951         example, -NLINES in the `occur' docstring).
6953         * replace.el (occur-1): When no matches are found, do not set the
6954         `buffer-read-only' and modified flags for the occur buffer,
6955         because it is deleted.
6957         * emulation/cua-base.el (cua-check-pending-input)
6958         (cua-repeat-replace-region, cua-mode, cua-debug)
6959         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
6960         Fix typos in docstrings.
6962         * emulation/cua-gmrk.el (cua-toggle-global-mark)
6963         (cua-cut-region-to-global-mark)
6964         (cua--cut-rectangle-to-global-mark):
6965         Remove period from end of messages.
6967         * emulation/cua-rect.el (cua-do-rectangle-padding):
6968         Remove period from end of messages.
6969         (cua--rectangle-seq-format): Fix typo in docstring.
6970         (cua-sequence-rectangle, cua-fill-char-rectangle):
6971         Improve argument/docstring consistency.
6973 2005-06-29  Juri Linkov  <juri@jurta.org>
6975         * faces.el (default-frame-background-mode): New internal variable.
6976         (frame-set-background-mode): Use it.
6978         * startup.el (normal-top-level): Set default-frame-background-mode
6979         instead of frame-background-mode.  Before setting it, test for its
6980         nil value.  Remove tests for frame-background-mode and frame
6981         parameter `reverse'.  Add test for "unspecified-fg".
6983         * term/xterm.el (xterm-rxvt-set-background-mode):
6984         * term/rxvt.el (rxvt-set-background-mode):
6985         Set default-frame-background-mode instead of frame-background-mode.
6987 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6989         * simple.el (set-variable): Warn about obsolete user variables.
6991         * imenu.el (imenu--completion-buffer):
6992         * mouse.el (mouse-buffer-menu-alist):
6993         * msb.el (msb-invisible-buffer-p):
6994         * calendar/diary-lib.el (diary-header-line-format):
6995         * emacs-lisp/pp.el (pp-buffer):
6996         * progmodes/cperl-mode.el (cperl-do-auto-fill):
6997         * textmodes/picture.el (picture-replace-match):
6998         Change space constants followed by a sexp to "?\s ".
7000         * play/decipher.el (decipher-loop-with-breaks):
7001         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7002         constants "protected" from end of line by a comment to "?\s".
7004 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * font-lock.el (save-buffer-state): Use `declare'.
7008         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7009         reset the syntax-table to cperl-mode-syntax-table.
7010         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7011         "foo_print_bar" is not matched as a reserved keyword.
7013 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7015         * textmodes/org.el (orgtbl-setup): New function, for delayed
7016         setup for the orgtbl commands.
7017         (org-calc-default-modes): New option.
7018         (orgtbl-make-binding): Use `defun' to get better help display.
7019         (org-diary): Call `org-compile-prefix-format'.
7020         (org-table-formula-substitute-names): New function.
7021         (org-agenda-day-view, org-agenda-week-view): New commands.
7022         (org-agenda-toggle-week-view): Command removed.
7023         (org-tbl-menu): Split off from org-org-menu.
7024         (org-mode): Move removal of outline-mode menus to here.
7025         (org-table-formula-debug): New option.
7026         (org-table-insert-row): Keep first field if just "#" or "*".
7027         (org-mode): Paragraph regexps fixed.
7028         (org-table-recalculate-regexp): New constant.
7029         (org-table-justify-field-maybe): Avoid replace if not necessary.
7030         (org-copy-special, org-cut-special): Use `call-interactively'.
7031         (org-table-copy-region): Take region from `interactive' call.
7032         (org-trim): Return string even if no match.
7033         (org-formula): New face.
7034         (org-set-font-lock-defaults): No longer highlight "FIXME".
7035         But highlight formula-related fields in table.
7036         (org-table-p): Use regexp, not fontification.
7037         (org-table-align): Handle white space at end of line.
7038         (org-table-formula-evaluate-inline): New option.
7039         (org-mode): Auto-wrapping in comment lines turned off.
7040         (org-table-copy-down): Evaluate only in copied field, not in
7041         destination.
7042         (org-table-current-formula): Variable removed.
7043         (org-table-store-formulas, org-table-get-stored-formulas)
7044         (org-table-modify-formulas, org-table-replace-in-formulas)
7045         (org-table-maybe-eval-formula): New functions.
7046         (org-table-get-formula): Modify to use stored formulas.
7047         (org-table-insert-column, org-table-delete-column)
7048         (org-table-move-column): Call `org-table-modify-formulas'.
7049         (org-complete): Add completion for keyword formulas.
7050         (orgtbl-mode): Pull orgtbl-mode-map to start of
7051         minor-mode-map-alist.
7053 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * progmodes/python.el (python-check): Require `compile' before
7056         modifying its variables.
7058         * newcomment.el (comment-indent-default): Don't get fooled by an early
7059         end of buffer.
7061 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7063         * ps-print.el (ps-print-version): Fix version number.
7065 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7067         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7069 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7071         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7072         (flyspell-local-mouse-map): Declaration deleted.
7073         (flyspell-mouse-map): Bind only mouse-2.
7074         (flyspell-mode-map): Don't test flyspell-use-local-map.
7075         (flyspell-overlay-keymap-property-name): Var deleted.
7076         (flyspell-mode-on): Don't make local bindings for
7077         flyspell-mouse-map and flyspell-mode-map.
7078         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7080         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7082         * progmodes/compile.el (compilation-next-error-function):
7083         Don't switch buffers; operate on the current buffer.
7085         * progmodes/compile.el (compilation-error-file-name)
7086         (compilation-warning-file-name, compilation-info-file-name)
7087         (compilation-line-number, compilation-column-number): New faces.
7088         (compilation-error-face, compilation-warning-face)
7089         (compilation-info-face, compilation-line-face)
7090         (compilation-column-face): Use them.
7092         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7094         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7096         * bindings.el (global-map): Bind insertchar and its variants.
7098 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7100         * textmodes/artist.el (artist-text-overwrite)
7101         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7103 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7105         * ps-print.el: It was not working the page selection for printing.
7106         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7107         (ps-print-version): New version 6.6.7.
7108         (ps-end-sheet): New fun.
7109         (ps-header-sheet, ps-end-job): Call it.
7111 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7113         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7115 2005-06-27  Lute Kamstra  <lute@gnu.org>
7117         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7118         background color faces.
7119         (facemenu-get-face): Delete function.
7120         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7121         (facemenu-add-new-color): Make second argument mandatory.
7122         Create the appropriate face and return it.  Simplify.
7123         (facemenu-set-foreground, facemenu-set-background): Don't check if
7124         color is defined.  Use return value of facemenu-add-new-color.
7126 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7128         * progmodes/gud.el (gud-filter): Add missing argument to
7129         with-selected-window.
7131 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7134         a :require to the defcustom.
7136         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7137         defcustoms corresponding to minor modes.
7139 2005-06-26  David Ponce  <david@dponce.com>
7141         * recentf.el: Require tree-widget instead of wid-edit.
7142         (recentf-filename-handler): Fix widget :type.
7143         (recentf-cancel-dialog, recentf-open-more-files)
7144         (recentf-open-files-action): Doc fix.
7145         (recentf-dialog-goto-first): New function.
7146         (recentf-dialog-mode-map): Set parent keymap first.
7147         (recentf-dialog-mode): Define with define-derived-mode.
7148         Don't display continuation lines in dialogs.
7149         (recentf-edit-list): Rename from recentf-edit-selected-items.
7150         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7151         Simplify.
7152         (recentf-edit-list-validate): New function.
7153         (recentf-edit-list): Update accordingly.
7154         (recentf-open-files-item-shift): Remove.
7155         (recentf-open-files-item): Convert menu elements into tree and
7156         link widgets.  Don't create the widgets.
7157         (recentf-open-files): Update accordingly.
7158         (recentf-save-list): Untabify.
7160 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7162         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7163         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7164         partially contained in the active region.  Do not take active
7165         region into account when called from Lisp, unless INTERACTIVE arg
7166         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7167         avoid trouble with fields.  Make marker point nowhere when no
7168         longer used.  Always return nil.  Doc fix.
7169         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7170         into account when called from Lisp, unless INTERACTIVE arg is
7171         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7172         avoid trouble with fields.  Make marker point nowhere when no
7173         longer used.  Always return nil.  Doc fix.
7174         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7175         interchangeable.  Do not take active region into account when
7176         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7177         message in echo area when called from Lisp, unless INTERACTIVE arg
7178         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7179         Return the number of matches.  Doc fix.
7180         (occur): Doc fix.
7181         (perform-replace): Make comment follow double space convention for
7182         the sake of `outline-minor-mode'.
7184         * faces.el (facep): Doc fix.
7186 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7188         * facemenu.el (facemenu-enable-faces-p): New function.
7189         (facemenu-background-menu, facemenu-foreground-menu)
7190         (facemenu-face-menu): Add menu-enable property.
7192         * jka-compr.el (jka-compr-insert-file-contents):
7193         Special handling if cannot find the uncompression program.
7195         * cus-face.el (custom-face-attributes): Add autoload.
7197         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7198         Bind comment-indent-function locally.
7200         * window.el (save-selected-window): Use save-current-buffer.
7202         * subr.el (with-selected-window): Use save-current-buffer.
7204         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7205         and with-current-buffer.
7207 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7209         * simple.el (line-move-1): Fix previous change.
7211 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7213         * replace.el (occur-1): Set `buffer-read-only' and the
7214         buffer-modified flag before running `occur-hook' to protect
7215         against unintentional buffer switches that can lead to data loss.
7217 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7219         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7220         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7221         initial error.
7223         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7224         after fresh input.
7225         (gdb-var-create-handler): Put name of expression in quotes.
7227 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7229         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7230         elements of RING in order, and without bogus nil elements.
7232 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7234         * simple.el (set-variable): Args renamed; doc fix.
7235         (line-move-1): When there are overlays around, use vertical-motion.
7237         * faces.el (escape-glyph): Use brown against light background.
7238         (nobreak-space): Rename from no-break-space.
7239         Fix previous change.
7241         * dired-aux.el (dired-do-copy): Fix arg prompt.
7243         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7245 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7247         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7248         rather than "Distributor".
7250 2005-06-23  Lute Kamstra  <lute@gnu.org>
7252         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7253         (debug-on-entry): Use it.  New interactive declaration that uses
7254         function-called-at-point.
7256 2005-06-23  Kim F. Storm  <storm@cua.dk>
7258         * subr.el (save-match-data): Add comment about using evaporate arg
7259         to set-match-data.
7261 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7263         * cus-edit.el (customize-face)
7264         (customize-face-other-window): Handle face aliases.
7266         * faces.el (face-documentation, set-face-attribute)
7267         (face-spec-set): Handle face aliases.
7269 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7271         * help-mode.el (help-make-xrefs): If a symbol representing a face
7272         name is not followed by the word "face", it could still be a
7273         function or variable name, so don't bypass other checks.
7275 2005-06-22  Juri Linkov  <juri@jurta.org>
7277         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7278         Replace aliased functions with calls where second arg `inherit' is t.
7280 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7282         * progmodes/gdb-ui.el (gdb-error): New variable.
7283         (gdb-error): New function.
7284         (gdb-annotation-rules): Act on error-begin and error annotations.
7285         (gdb-concat-output): Use font-lock-warning-face for errors.
7287 2005-06-22  Miles Bader  <miles@gnu.org>
7289         * bindings.el (propertized-buffer-identification): Use renamed
7290         `Buffer-menu-buffer' face.
7292         * faces.el (vertical-border): Rename from `vertical-divider'.
7293         (escape-glyph): Change dark-background color back to `cyan'.
7295 2005-06-21  Juri Linkov  <juri@jurta.org>
7297         * faces.el (face-user-default-spec): Try getting `customized-face'
7298         prior to `saved-face'.
7299         (frame-background-mode): Refill docstring.
7301         * emacs-lisp/lisp-mode.el (eval-defun-1):
7302         * emacs-lisp/edebug.el (edebug-eval-defun):
7303         Set `saved-face' temporarily to nil before calling form.
7304         Set `customized-face' to the new spec after that.
7306 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7308         * subr.el (1value, lambda, key-substitution-in-progress):
7309         Doc fixes.
7311         * autoinsert.el (auto-insert-alist):
7312         * ses.el (ses-call-printer):
7313         * subr.el (noreturn):
7314         * emacs-lisp/lisp.el (check-parens):
7315         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7316         * net/browse-url.el (browse-url-mosaic):
7317         * progmodes/cc-defs.el (c-safe-scan-lists):
7318         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7319         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7320         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7321         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7322         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7323         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7325 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7327         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7329 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7331         * calendar/appt.el (appt-make-list): Activate the package, if
7332         not already active (for backwards compatibility).
7334 2005-06-20  Kim F. Storm  <storm@cua.dk>
7336         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7338 2005-06-20  Miles Bader  <miles@gnu.org>
7340         * faces.el (vertical-divider): New face.
7342 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7344         * simple.el (kill-whole-line): Doc fix.
7345         (next-error-buffer-p, next-error-find-buffer)
7346         (clone-indirect-buffer): Fix typos in docstrings.
7347         (comment-line-break-function): Doc fix: don't say variable
7348         is automatically buffer-local (it isn't).
7350 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7352         * net/tramp-ftp.el (top):
7353         * net/tramp-smb.el (top):
7354         * net/tramp-util.el (top):
7355         * net/tramp-uu.el (top):
7356         * net/tramp-vc.el (top):
7357         * net/tramp.el (top): Revert copyright years back to original
7358         ones.  Tramp has a life outside GNU Emacs.
7360 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7362         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7364 2005-06-18  Juri Linkov  <juri@jurta.org>
7366         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7367         end of first regexp to limit the match to the position between
7368         line number and source line with same separator character as used
7369         between file name and line number.  In the second regexp limit
7370         mouse-face area to file name and line number by adding new group
7371         for them and referring it in HYPERLINK arg.
7372         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7373         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7374         previous line where grep markers may be already removed.
7376 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7378         * progmodes/ps-mode.el: Update version and maintainer's email address.
7380 2005-06-18  Steve Youngs  <steve@xemacs.org>
7382         * net/browse-url.el (browse-url-browser-function)
7383         (browse-url-default-browser): Add firefox.
7384         (browse-url-firefox-program, browse-url-firefox-arguments)
7385         (browse-url-firefox-startup-arguments)
7386         (browse-url-firefox-new-window-is-tab): New defcustoms.
7387         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7389 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7391         * startup.el (command-line): Warn if specified user name has
7392         no home directory.
7394         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7395         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7397         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7398         Doc fixes.
7400         * faces.el (underline): Try bold if terminal doesn't support underline.
7402         * mail/sendmail.el (mail-setup-with-from): New variable.
7403         (mail-insert-from-field): New function.
7404         (sendmail-send-it): Call it.
7405         (mail-setup): Optionally call it here.
7407         * term/linux.el: Call tty-no-underline.
7409 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7411         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7413 2005-06-17  Miles Bader  <miles@gnu.org>
7415         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7416         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7417         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7418         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7419         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7420         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7421         Remove "-face" suffix from face names.
7422         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7423         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7424         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7425         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7426         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7427         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7428         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7429         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7430         New backward-compatibility aliases for renamed faces.
7431         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7432         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7433         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7434         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7435         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7436         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7437         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7438         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7439         Use renamed ediff faces.
7441         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7442         Remove "-face" suffix from face names.
7443         (eshell-test-ok-face, eshell-test-failed-face):
7444         New backward-compatibility aliases for renamed faces.
7445         (eshell-run-test): Use renamed eshell-test faces.
7447         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7448         face name.
7449         (eshell-prompt-face): New backward-compatibility alias for renamed
7450         face.
7451         (eshell-emit-prompt): Use renamed eshell-prompt face.
7453         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7454         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7455         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7456         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7457         Remove "-face" suffix from face names.
7458         (eshell-ls-directory-face, eshell-ls-symlink-face)
7459         (eshell-ls-executable-face, eshell-ls-readonly-face)
7460         (eshell-ls-unreadable-face, eshell-ls-special-face)
7461         (eshell-ls-missing-face, eshell-ls-archive-face)
7462         (eshell-ls-backup-face, eshell-ls-product-face)
7463         (eshell-ls-clutter-face):
7464         New backward-compatibility aliases for renamed faces.
7465         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7467         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7468         Remove "-face" suffix from face name.
7469         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7470         instead of literal face.
7472 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7474         * emacs-lisp/warnings.el (display-warning, lwarn)
7475         (warning-minimum-log-level): Doc fixes.
7476         (warning-minimum-level, warning-minimum-log-level):
7477         Add :debug to :type choices.
7479         * progmodes/ada-mode.el (ada-format-paramlist)
7480         (ada-get-indent-case, ada-check-matching-start)
7481         (ada-check-defun-name, ada-goto-matching-decl-start)
7482         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7483         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7484         (ada-make-subprogram-body): Follow error conventions.
7485         (ada-case-exception-file, ada-indent-comment-as-code)
7486         (ada-indent-handle-comment-special, ada-indent-renames)
7487         (ada-indent-return, ada-search-directories-internal)
7488         (ada-tab-policy, ada-case-exception-substring)
7489         (ada-other-file-alist, ada-matching-start-re)
7490         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7491         (ada-imenu-generic-expression, ada-compile-goto-error)
7492         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7493         (ada-popup-menu, ada-add-extensions, ada-mode)
7494         (ada-region-selected, ada-create-case-exception)
7495         (ada-create-case-exception-substring, ada-after-keyword-p)
7496         (ada-activate-keys-for-case, ada-adjust-case-region)
7497         (ada-adjust-case-buffer, ada-format-paramlist)
7498         (ada-scan-paramlist, ada-insert-paramlist)
7499         (ada-indent-newline-indent)
7500         (ada-indent-newline-indent-conditional)
7501         (ada-justified-indent-current, ada-goto-previous-word)
7502         (ada-indent-current, ada-get-indent-open-paren)
7503         (ada-get-indent-paramlist, ada-get-indent-end)
7504         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7505         (ada-get-indent-block-start, ada-get-indent-subprog)
7506         (ada-get-indent-noindent, ada-get-indent-label)
7507         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7508         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7509         (ada-goto-stmt-end, ada-goto-next-word)
7510         (ada-check-matching-start, ada-check-defun-name)
7511         (ada-goto-matching-decl-start, ada-goto-matching-start)
7512         (ada-goto-matching-end, ada-search-ignore-string-comment)
7513         (ada-in-decl-p, ada-looking-at-semi-or)
7514         (ada-looking-at-semi-private, ada-in-paramlist-p)
7515         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7516         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7517         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7518         (ada-previous-package, ada-create-menu)
7519         (ada-fill-comment-paragraph-justify)
7520         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7521         (ada-other-file-name, ada-last-which-function-line)
7522         (ada-last-which-function-subprog, ada-which-function)
7523         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7524         (ada-gen-treat-proc, ada-check-emacs-version)
7525         (ada-continuation-indent, ada-align-region-separate):
7526         Fix typos in docstrings.
7527         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7529 2005-06-16  Lute Kamstra  <lute@gnu.org>
7531         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7532         conditionally.
7534 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7536         * comint.el (comint-replace-by-expanded-filename)
7537         (comint-prompt-regexp, comint-delimiter-argument-list)
7538         (comint-preinput-scroll-to-bottom):
7539         * info.el (Info-hide-cookies-node):
7540         * ls-lisp.el (ls-lisp-classify):
7541         * find-file.el (ff-search-directories, ff-special-constructs)
7542         (ff-find-other-file):
7543         * font-lock.el (font-lock-keywords):
7544         * shell.el (shell-prompt-pattern)
7545         (shell-dynamic-complete-functions, shell-mode)
7546         (shell-delimiter-argument-list):
7547         * term.el (term-replace-by-expanded-filename)
7548         (term-prompt-regexp, term-delimiter-argument-list):
7549         * woman.el (woman-ignore, woman0-if):
7550         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7551         * emacs-lisp/elint.el (elint-init-env):
7552         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7553         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7554         * language/ethio-util.el (ethio-tilde-escape)
7555         (ethio-use-three-dot-question):
7556         * net/zone-mode.el (zone-mode-load-time-setup):
7557         * progmodes/cc-align.el (c-lineup-argcont):
7558         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7559         * progmodes/cperl-mode.el (cperl-set-style-back):
7560         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7561         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7562         Fix spellings in docstrings.
7564         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7565         * progmodes/modula2.el (m2-for): Fix spellings.
7567         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7569         * simple.el (undo-more): Don't use `format' on `error' arguments.
7570         Improve argument/docstring consistency.
7571         (pending-undo-list): Doc fix.
7573         * smerge-mode.el (smerge-ensure-match):
7574         * emulation/vip.el (vip-ex):
7575         * net/zone-mode.el (zone-mode-update-serial):
7576         * progmodes/idlwave.el (idlwave-complete):
7577         * progmodes/vhdl-mode.el (vhdl-visit-file)
7578         (vhdl-compose-wire-components):
7579         Don't use `format' on `error' arguments.
7581         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7582         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7583         (tooltip-help-tips): Fix typos in docstrings.
7585 2005-06-16  David Ponce  <david@dponce.com>
7587         * tree-widget.el (tree-widget-value-create): Simplify last change.
7589 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7591         * ido.el (ido-incomplete-regexp): New variable.
7592         (ido-set-matches-1): Handle invalid-regexp error and set
7593         ido-incomplete-regexp.
7594         (ido-incomplete-regexp): New face.
7595         (ido-completions): Use it.
7596         (ido-complete, ido-exit-minibuffer, ido-completions):
7597         Handle incomplete regexps.
7598         (ido-completions): Add check for complete match when entering a regexp.
7600 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7604 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7606         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7607         by field delimiters.
7609 2005-06-15  David Ponce  <david@dponce.com>
7611         * tree-widget.el: eval-and-compile inlined functions so they will
7612         be available at run-time too.
7613         (tree-widget-super-format-handler)
7614         (tree-widget-format-handler): Remove.
7615         (tree-widget-value-create): Handle the :indent property.
7617 2005-06-15  Miles Bader  <miles@gnu.org>
7619         * progmodes/which-func.el (which-func): Only inherit
7620         `font-lock-function-name-face' when that makes sense against the
7621         default mode-line face, otherwise set the face color explicitly.
7623         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7624         faces instead of (non-existent) variables.
7626 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7628         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7629         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7631 2005-06-14  Miles Bader  <miles@gnu.org>
7633         * progmodes/ld-script.el (ld-script-location-counter):
7634         Remove "-face" suffix from face name.
7635         (ld-script-location-counter-face):
7636         New backward-compatibility alias for renamed face.
7637         (ld-script-location-counter-face): Use renamed face.
7639         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7640         (cperl-hash): Remove "-face" suffix from face names.
7641         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7642         New backward-compatibility aliases for renamed faces.
7643         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7644         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7646         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7647         name.
7648         (which-func-face): New backward-compatibility alias for renamed face.
7649         (which-func-format): Use renamed which-func face.
7651         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7652         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7653         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7654         names.
7655         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7656         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7657         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7658         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7659         (vhdl-speedbar-architecture-selected)
7660         (vhdl-speedbar-configuration-selected)
7661         (vhdl-speedbar-package-selected)
7662         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7663         names.
7664         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7665         Use renamed faces.
7666         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7667         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7668         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7669         Use renamed faces.
7670         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7671         names.
7672         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7673         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7674         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7675         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7676         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7677         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7679         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7680         face name.
7681         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7682         (sh-heredoc-face): Use renamed sh-heredoc face.
7684         * progmodes/idlw-help.el (idlwave-help-link):
7685         Remove "-face" suffix from face name.
7686         (idlwave-help-link-face):
7687         New backward-compatibility alias for renamed face.
7688         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7690         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7691         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7692         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7693         New backward-compatibility aliases for renamed faces.
7694         (idlwave-shell-disabled-breakpoint-face)
7695         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7697         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7698         Remove "-face" suffix from face names.
7699         (flymake-errline-face, flymake-warnline-face):
7700         New backward-compatibility aliases for renamed faces.
7701         (flymake-highlight-line): Use renamed flymake faces.
7703         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7704         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7705         (ebrowse-member-class, ebrowse-progress):
7706         Remove "-face" suffix from face names.
7707         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7708         (ebrowse-file-name-face, ebrowse-default-face)
7709         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7710         (ebrowse-progress-face):
7711         New backward-compatibility aliases for renamed faces.
7712         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7713         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7714         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7715         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7717         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7718         antlr-syntax)
7719         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7720         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7721         names.
7722         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7723         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7724         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7725         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7726         backward-compatibility aliases for renamed faces.
7727         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7728         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7729         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7730         remove "font-lock-".  Use renamed antlr-mode faces.
7731         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
7732         literal face-names with face variable references.
7734         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7735         face name.
7736         (Buffer-menu-buffer-face): New backward-compatibility alias for
7737         renamed face.
7738         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7740 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
7742         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7743         Eliminate "-face" suffix.
7744         (makefile-targets): Inherit from font-lock-function-name-face and
7745         eliminate "-face" suffix.
7746         (makefile-shell): Remove attributes and eliminate "-face" suffix.
7747         (makefile-*-font-lock-keywords): Append makefile-targets in rule
7748         actions, instead of prepending, to make it less visible.
7749         (makefile-previous-dependency, makefile-match-dependency):
7750         Don't match a target on a continuation line.
7752         * files.el (auto-mode-alist): Put Makefile in gmake mode.
7754 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
7756         * progmodes/gdb-ui.el (menu): Re-order menu items.
7757         (gdb-tooltip-print): Respect tooltip-use-echo-area.
7759         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7760         Define in tooltip.el.
7761         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7762         (gud-tooltip-tips): Respect tooltip-use-echo-area and
7763         gud-tooltip-echo-area.
7765         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7766         backward compatibility and make obsolete.
7767         (tooltip-help-tips): Use tooltip-use-echo-area.
7768         (tooltip-show-help-function): Rename to...
7769         (tooltip-show-help): ...this, because it is a function.
7770         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7772 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7774         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7775         (edebug-print-length, edebug-print-level, edebug-print-circle)
7776         (edebug-modify-breakpoint, edebug-eval-last-sexp)
7777         (edebug-eval-print-last-sexp): Doc fixes.
7779 2005-06-14  Kim F. Storm  <storm@cua.dk>
7781         * ido.el (ido-mode): Make a new keymap every time we enable ido,
7782         as the coverage buffer/file/both may change.
7784 2005-06-14  Lute Kamstra  <lute@gnu.org>
7786         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7787         and run-mode-hooks.  Simplify.
7789         * mail/rmailedit.el (rmail-edit-mode):
7790         * progmodes/octave-inf.el (inferior-octave-mode):
7791         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7793         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7794         and run-mode-hooks.
7795         (recentf-edit-list, recentf-open-files): Don't call
7796         kill-all-local-variables directly.
7798         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7800 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7802         * emacs-lisp/byte-run.el (make-obsolete)
7803         (define-obsolete-function-alias): Rename arguments FUNCTION and
7804         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7805         (make-obsolete-variable, define-obsolete-variable-alias):
7806         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7807         respectively.
7809         * isearchb.el (isearchb-activate):
7810         * pcvs.el (cvs-mode):
7811         * ses.el (ses-load):
7812         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7813         * net/tramp.el (tramp-find-file-exists-command)
7814         (tramp-find-shell):
7815         * progmodes/ada-mode.el (ada-create-case-exception)
7816         (ada-create-case-exception-substring, ada-make-subprogram-body):
7817         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7818         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7819         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7820         * textmodes/org.el (org-promote, org-evaluate-time-range)
7821         (org-agenda-next-date-line, org-agenda-previous-date-line)
7822         (org-agenda-error, org-open-at-point, org-table-move-row)
7823         (org-format-table-table-html-using-table-generate-source)
7824         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7825         * textmodes/reftex.el (reftex-access-scan-info):
7826         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7827         (reftex-toc-promote-prepare): Follow error conventions.
7829         * diff-mode.el (diff-mode): Fix typo in docstring.
7831         * forms.el (forms--intuit-from-file): Fix reference to
7832         `forms-number-of-fields' in error message.
7833         (forms-print): Fix quoting in error message.
7835         * forms.el (forms-mode):
7836         * emulation/vi.el (vi-goto-insert-state):
7837         * progmodes/flymake.el (flymake-new-err-info)
7838         (flymake-start-syntax-check-for-current-buffer)
7839         (flymake-simple-cleanup):
7840         * eshell/esh-var.el (eshell/export):
7841         * progmodes/gud.el (xdb):
7842         * textmodes/flyspell.el (flyspell-incorrect-hook)
7843         (flyspell-maybe-correct-transposition)
7844         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
7846 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7848         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
7849         minibuffer prompt.
7851 2005-06-13  Kim F. Storm  <storm@cua.dk>
7853         * subr.el (add-to-ordered-list): New defun.
7855         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
7856         add cua--keymap-alist to emulation-mode-map-alists.
7858 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * subr.el (complete-in-turn): New macro.
7861         (dynamic-completion-table, lazy-completion-table): Add debug info.
7863         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
7864         in preference to face aliases.
7866         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
7867         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
7868         Remove unused vars `start' and `firstline'.
7869         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
7870         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
7872 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
7874         * cus-start.el (all): Don't complain about missing GTK-related
7875         variables, unless either `gtk' is boundp or this isn't a
7876         `windows-nt' build.
7878 2005-06-13  Lute Kamstra  <lute@gnu.org>
7880         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
7881         run-mode-hooks.
7883         * ediff-mult.el (ediff-meta-mode):
7884         * ediff-util.el (ediff-mode): Use run-mode-hooks.
7886         * ledit.el (ledit-mode): Use delay-mode-hooks.
7888         * woman.el (woman-mode-line-format): Delete constant.
7889         (woman-mode-map): Initialize it properly.
7890         (woman-mode): Set mode-class property to special.
7891         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
7892         Set major-mode and mode-name.  Don't set mode-line-format directly.
7893         (Man-getpage-in-background): Don't reference woman-mode-line-format.
7895         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
7896         string argument obsolete.
7898 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7900         * textmodes/org.el (org-CUA-compatible): New option.
7901         (org-disputed-keys): New variable.
7902         (org-key): New function.
7903         (orgtbl-make-binding): Add docstring to the created function.
7904         (org-mode): Set paragraph start/separate regexps.
7905         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
7906         (org-archive-location, org-archive-mark-done)
7907         (org-archive-stamp-time): New options.
7908         (org-archive-subtree): New command.
7909         (org-fill-paragraph): New function.
7910         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
7911         (org-fake-empty-table-line): Function removed.
7912         (org-format-org-table-html): Do not create empty table lines at
7913         separator lines.  Improved table header treatment.
7914         (org-link-format): New option.
7915         (org-make-link): New function.
7916         (org-insert-link, org-store-link): Use org-make-link.
7917         (org-open-file): Quote file name for shell command, to allow
7918         spaces in file names.
7919         (org-link-regexp): Fix bug with mailto link.
7920         (org-link-maybe-angles-regexp, org-protected-link-regexp):
7921         New constants.
7922         (org-export-as-html): Deal with the optional angles around a link.
7923         Better treatment of file: links.
7924         (org-open-at-point): Replace @{ and @} with < and >.
7925         (org-run-mode-hooks): Function removed.
7926         (org-agenda-mode): No longer use `org-run-mode-hooks'.
7928 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
7930         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
7931         MI command -data-list-register-values.
7932         (gdb-post-prompt): Indent properly.
7934 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
7936         * hilit-chg.el (highlight-changes-colors): Rename from
7937         `highlight-changes-colours'.
7938         (highlight-changes-colours): Keep as obsolete alias.
7939         (highlight-changes-face-list): Doc fix.
7940         (hilit-chg-make-list): Use `highlight-changes-colors'.
7942 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
7944         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
7945         defun-prompt-regexp.
7947 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
7949         * loadup.el: Don't say we are dumping under 2 names on windows-nt
7950         and cygwin.
7952         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7953         Don't use an old loaddefs.el, as in Makefile.in.
7955 2005-06-12  Lute Kamstra  <lute@gnu.org>
7957         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
7959         * man.el (Man-mode-map): Initialize it properly.
7960         (Man-mode): Set mode-class property to special.
7962         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
7964 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7966         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
7967         A newline is needed in the docstring there.
7969         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
7970         Doc fixes.
7972 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7974         * printing.el: Doc fix.  The menubar is no more changed when printing
7975         is loaded, it only changes when pr-menu-bind or pr-update-menus is
7976         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
7977         (pr-version): New version number (6.8.4).
7978         (pr-menu-bind): New command.
7979         (pr-update-menus): Docstring and code fix.
7980         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
7981         Docstring fix.
7982         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
7983         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
7985 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
7987         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
7988         "Returns" to "return", document useful return values, etc.
7990 2005-06-11  Alan Mackenzie  <acm@muc.de>
7992         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
7993         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
7994         (adaptive-file-function): Minor amendment to doc-string.
7996 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7998         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
7999         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8000         Fix :type--it is `integer', not `string'.
8002         * faces.el (modeline-highlight): Rename from (the erroneous)
8003         `modeline-higilight'.
8005 2005-06-11  Lute Kamstra  <lute@gnu.org>
8007         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8008         lisp-interaction-mode-map but make it the parent.
8009         (edebug-eval-mode): Use define-derived-mode.
8011 2005-06-11  Andreas Schwab  <schwab@suse.de>
8013         * bindings.el: Add binding of `ESC functionkey' for every
8014         `M-functionkey'.
8015         * hexl.el (hexl-mode-map): Likewise.
8017 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8019         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8020         [msft]: update regexp for newer msft compilers.
8022 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8024         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8025         ATTLIST portions of included DTDs.
8026         (xml-parse-dtd): Eliminate use of inefficient match-data.
8028 2005-06-10  Miles Bader  <miles@gnu.org>
8030         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8031         (mpuz-text): Remove "-face" suffix from face names.
8032         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8033         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8034         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8036         * play/gomoku.el (gomoku-O, gomoku-X):
8037         Remove "-face" suffix from face names.
8038         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8039         New backward-compatibility aliases for renamed faces.
8040         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8042 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8044         * thumbs.el: Fixes for changes of 2005-06-09.
8045         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8046         as a directory.
8047         (thumbs-thumbname): Remove directory separator from format string;
8048         `thumbs-thumbsdir' now returns a valid directory name.
8049         (thumbs-temp-dir): New defsubst.
8050         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8051         Use it.
8053         * cus-edit.el (minibuffer):
8054         * files.el (make-backup-file-name-function):
8055         * filesets.el (filesets-external-viewers):
8056         * hilit-chg.el (highlight-changes-colours)
8057         (highlight-changes-face-list, highlight-changes-rotate-faces):
8058         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8059         * kmacro.el (kmacro-call-macro):
8060         * log-edit.el (log-edit-changelog-full-paragraphs):
8061         * mouse.el (mouse-1-click-follows-link):
8062         * skeleton.el (skeleton-autowrap):
8063         * subr.el (insert-for-yank-1):
8064         * tempo.el (tempo-insert-region):
8065         * terminal.el (terminal-emulator):
8066         * time.el (display-time-mail-face):
8067         * vc.el (vc-annotate):
8068         * vcursor.el (vcursor-copy-line):
8069         * woman.el (woman-bold-headings, woman-ignore)
8070         (woman-default-faces, woman-monochrome-faces):
8071         * calendar/todo-mode.el (todo-insert-threshold):
8072         * emulation/pc-select.el (pc-select-selection-keys-only)
8073         (pc-selection-mode):
8074         * emulation/vip.el (vip-find-char-forward):
8075         * emulation/viper-cmd.el (viper-find-char-forward):
8076         * international/mule-cmds.el
8077         (select-safe-coding-system-accept-default-p)
8078         (input-method-exit-on-invalid-key):
8079         * international/mule-diag.el (describe-coding-system):
8080         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8081         * net/browse-url.el (browse-url-xterm-program):
8082         * obsolete/lazy-lock.el (lazy-lock-mode):
8083         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8084         (cperl-mode):
8085         * progmodes/cpp.el (cpp-face-light-name-list)
8086         (cpp-face-dark-name-list):
8087         * progmodes/delphi.el (delphi-newline-always-indents):
8088         Fix spellings in docstrings.
8090         * ido.el (ido-mode, ido-file-extensions-order)
8091         (ido-default-file-method, ido-default-buffer-method)
8092         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8093         (ido-decorations, ido-read-file-name-as-directory-commands)
8094         (ido-read-file-name-non-ido, ido-work-directory-list)
8095         (ido-ignore-item-temp-list, ido-current-directory)
8096         (ido-magic-forward-char, ido-enter-find-file)
8097         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8098         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8100 2005-06-10  Lute Kamstra  <lute@gnu.org>
8102         * play/dunnet.el (dun-mode): Use define-derived-mode.
8103         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8104         obsolete alias.
8106         * play/doctor.el (doctor-mode-map): Remove defvar.
8107         (doctor-mode): Use define-derived-mode.
8109         * mail/mspools.el (mspools-mode):
8110         * net/eudc-hotlist.el (eudc-hotlist-mode):
8111         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8113 2005-06-10  Miles Bader  <miles@gnu.org>
8115         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8116         Remove "-face" suffix from face names.
8117         (flyspell-incorrect-face, flyspell-duplicate-face):
8118         New backward-compatibility aliases for renamed faces.
8119         (flyspell-mode-on, make-flyspell-overlay)
8120         (flyspell-highlight-incorrect-region)
8121         (flyspell-highlight-duplicate-region)
8122         (flyspell-display-next-corrections)
8123         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8125         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8126         from face name.
8127         (texinfo-heading-face): New backward-compatibility alias for
8128         renamed face.
8129         (texinfo-heading-face): Use renamed texinfo-heading face.
8131         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8132         suffix from face names.
8133         (tex-math-face, tex-verbatim-face):
8134         New backward-compatibility aliases for renamed faces.
8135         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8136         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8137         literal face name.
8139         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8140         name.
8141         (table-cell-face): New backward-compatibility alias for renamed face.
8142         (table--put-cell-face-property, table--update-cell-face):
8143         Use renamed table-cell face.
8145         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8146         from face name.
8147         (sgml-namespace-face): New backward-compatibility alias for
8148         renamed face.
8149         (sgml-namespace-face): Use renamed sgml-namespace face.
8151         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8152         (org-level-4, org-level-5, org-level-6, org-level-7)
8153         (org-level-8, org-warning, org-headline-done)
8154         (org-deadline-announce, org-scheduled-today)
8155         (org-scheduled-previously, org-link, org-done, org-table)
8156         (org-time-grid): Remove "-face" suffix from face names.
8157         (org-level-1-face, org-level-2-face, org-level-3-face)
8158         (org-level-4-face, org-level-5-face, org-level-6-face)
8159         (org-level-7-face, org-level-8-face, org-warning-face)
8160         (org-headline-done-face, org-deadline-announce-face)
8161         (org-scheduled-today-face, org-scheduled-previously-face)
8162         (org-link-face, org-done-face, org-table-face)
8163         (org-time-grid-face):
8164         New backward-compatibility aliases for renamed faces.
8165         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8166         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8167         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8168         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8170         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8171         (viper-minibuffer-emacs, viper-minibuffer-insert)
8172         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8173         (viper-search-face, viper-replace-overlay-face)
8174         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8175         (viper-minibuffer-vi-face):
8176         New backward-compatibility aliases for renamed faces.
8177         (viper-search-face, viper-replace-overlay-face)
8178         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8179         (viper-minibuffer-vi-face): Use renamed viper faces.
8181         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8182         Remove "-face" suffix from face names.
8183         (testcover-nohits-face, testcover-1value-face):
8184         New backward-compatibility aliases for renamed faces.
8185         (testcover-mark): Use renamed testcover faces.
8187         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8188         face name.
8189         (diary-button-face): New backward-compatibility alias for renamed face.
8190         (diary-entry): Use renamed diary-button face.
8192         * calendar/calendar.el (diary, calendar-today, holiday)
8193         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8194         (diary-face, calendar-today-face, holiday-face):
8195         New backward-compatibility aliases for renamed faces.
8196         (eval-after-load "facemenu", diary-entry-marker)
8197         (calendar-today-marker, calendar-holiday-marker, diary-face):
8198         Use renamed calendar faces.
8200         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8201         (compare-windows-face): New backward-compatibility alias for
8202         renamed face.
8203         (compare-windows-highlight): Use renamed compare-windows face.
8205         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8206         (strokes-char-face): New backward-compatibility alias for renamed face.
8207         (strokes-encode-buffer): Use renamed strokes-char face.
8209         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8210         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8211         Remove "-face" suffix from face names.
8212         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8213         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8214         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8215         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8216         Use renamed pcvs faces.
8217         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8218         * pcvs-defs.el (cvs-mode-map): Likewise.
8219         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8221         * info.el (info-title-1, info-title-2, info-title-3)
8222         (info-title-4): Remove "-face" suffix from and downcase face names.
8223         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8224         (Info-title-4-face):
8225         New backward-compatibility aliases for renamed faces.
8226         (Info-fontify-node): Use renamed info faces.
8228         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8229         Remove "-face" suffix from face names.
8230         (highlight-changes-face, highlight-changes-delete-face):
8231         New backward-compatibility aliases for renamed faces.
8232         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8233         (hilit-chg-make-list): Use renamed highlight-changes faces.
8235         * generic-x.el (show-tabs-tab, show-tabs-space):
8236         Remove "-face" suffix from face names.
8237         (show-tabs-tab-face, show-tabs-space-face):
8238         New backward-compatibility aliases for renamed faces.
8239         (show-tabs-generic-mode-font-lock-defaults-1)
8240         (show-tabs-generic-mode-font-lock-defaults-2):
8241         Use renamed show-tabs faces.
8243         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8244         (smerge-markers): Remove "-face" suffix from face names.
8245         (smerge-mine-face, smerge-other-face, smerge-base-face)
8246         (smerge-markers-face):
8247         New backward-compatibility aliases for renamed faces.
8248         (smerge-mine-face, smerge-other-face, smerge-base-face)
8249         (smerge-markers-face): Use renamed smerge faces.
8251         * log-view.el (log-view-file, log-view-message): Remove "-face"
8252         suffix from face names.
8253         (log-view-file-face, log-view-message-face):
8254         New backward-compatibility aliases for renamed faces.
8255         (log-view-file-face, log-view-message-face): Use renamed log-view
8256         faces.
8258         * paren.el (show-paren-match, show-paren-mismatch):
8259         Remove "-face" suffix from face names.
8260         (show-paren-match-face, show-paren-mismatch-face):
8261         New backward-compatibility aliases for renamed faces.
8262         (show-paren-function): Use renamed show-paren faces.
8264         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8265         (ruler-mode-margins, ruler-mode-fringes)
8266         (ruler-mode-column-number, ruler-mode-fill-column)
8267         (ruler-mode-comment-column, ruler-mode-goal-column)
8268         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8269         suffix from face names.
8270         (ruler-mode-default-face, ruler-mode-pad-face)
8271         (ruler-mode-margins-face, ruler-mode-fringes-face)
8272         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8273         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8274         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8275         New backward-compatibility aliases for renamed faces.
8276         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8277         (ruler-mode-column-number, ruler-mode-fill-column)
8278         (ruler-mode-comment-column, ruler-mode-goal-column)
8279         (ruler-mode-tab-stop, ruler-mode-current-column)
8280         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8281         faces.
8283         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8284         face name.
8285         (whitespace-highlight-the-space): Use renamed face.
8286         (whitespace-highlight-face): New backward-compatibility alias for
8287         renamed face.
8289         * woman.el (woman-italic, woman-bold, woman-unknown)
8290         (woman-addition, woman-symbol-face):
8291         Remove "-face" suffix from face names.
8292         (woman-italic-face, woman-bold-face, woman-unknown-face)
8293         (woman-addition-face):
8294         New backward-compatibility aliases for renamed faces.
8295         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8296         (woman-decode-region, woman-replace-match)
8297         (woman-display-extended-fonts, woman-special-characters)
8298         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8299         Use renamed woman faces.
8301         * longlines.el (longlines-visible-face): Face removed.
8303         * diff-mode.el (diff-header, diff-file-header, diff-index)
8304         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8305         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8306         suffix from face names.
8307         (diff-header-face, diff-file-header-face, diff-index-face)
8308         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8309         (diff-changed-face, diff-function-face, diff-context-face)
8310         (diff-nonexistent-face): New backward-compatibility aliases for
8311         renamed faces.
8312         (diff-header-face, diff-file-header-face)
8313         (diff-index, diff-index-face, diff-hunk-header)
8314         (diff-hunk-header-face, diff-removed, diff-removed-face)
8315         (diff-added, diff-added-face, diff-changed-face, diff-function)
8316         (diff-function-face, diff-context-face, diff-nonexistent)
8317         (diff-nonexistent-face): Use renamed diff-mode faces.
8319         * progmodes/compile.el (compilation-warning-face)
8320         (compilation-info-face): Remove "-face" suffix from face names.
8321         (compilation-warning-face, compilation-info-face):
8322         New backward-compatibility aliases for renamed faces.
8323         (compilation-warning-face, compilation-info-face):
8324         Use renamed compilation faces.
8326         * add-log.el (change-log-date, change-log-name)
8327         (change-log-email, change-log-file, change-log-list)
8328         (change-log-conditionals, change-log-function)
8329         (change-log-acknowledgement): Remove "-face" suffix from face names.
8330         (change-log-date-face, change-log-name-face)
8331         (change-log-email-face, change-log-file-face)
8332         (change-log-list-face, change-log-conditionals-face)
8333         (change-log-function-face, change-log-acknowledgement-face):
8334         New backward-compatibility aliases for renamed faces.
8335         (change-log-font-lock-keywords): Use renamed change-log faces.
8337         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8338         (custom-set, custom-changed, custom-saved, custom-button)
8339         (custom-button-pressed, custom-documentation, custom-state)
8340         (custom-comment, custom-comment-tag, custom-variable-tag)
8341         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8342         (custom-group-tag): Remove "-face" suffix from face names.
8343         (custom-magic-alist, custom-magic-value-create)
8344         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8345         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8346         (custom-set-face, custom-changed-face, custom-saved-face)
8347         (custom-button-face, custom-button-pressed-face)
8348         (custom-documentation-face, custom-state-face)
8349         (custom-comment-face, custom-comment-tag-face)
8350         (custom-variable-tag-face, custom-variable-button-face)
8351         (custom-face-tag-face, custom-group-tag-face-1)
8352         (custom-group-tag-face):
8353         New backward-compatibility aliases for renamed faces.
8355         * wid-edit.el (widget-documentation, widget-button)
8356         (widget-field, widget-single-line-field, widget-inactive)
8357         (widget-button-pressed): "-face" suffix removed from face names.
8358         (widget-documentation-face, widget-button-face)
8359         (widget-field-face, widget-single-line-field-face)
8360         (widget-inactive-face, widget-button-pressed-face):
8361         New backward-compatibility aliases for renamed faces.
8362         (widget-documentation-face, widget-button-face)
8363         (widget-button-pressed-face, widget-specify-field)
8364         (widget-specify-inactive): Use renamed widget faces.
8366 2005-06-10  Kenichi Handa  <handa@m17n.org>
8368         * term/x-win.el (x-clipboard-yank): Remove condition-case
8369         wrapping.
8371 2005-06-11  Kenichi Handa  <handa@m17n.org>
8373         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8374         date lines stricter.
8376 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8378         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8379         of x-get-selection.
8381 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8383         * comint.el (comint-mode, comint-snapshot-last-prompt):
8384         * frame.el (frame-current-scroll-bars):
8385         * term.el (term-mode, term-check-proc, term-input-sender)
8386         (term-simple-send, term-extract-string, term-word)
8387         (term-match-partial-filename):
8388         * window.el (window-current-scroll-bars):
8389         * emulation/cua-base.el (cua-normal-cursor-color)
8390         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8391         (cua-global-mark-cursor-color):
8392         * mail/undigest.el (rmail-forward-separator-regex):
8393         Fix typos in docstrings.
8395         * comint.el (comint-check-proc, make-comint-in-buffer)
8396         (comint-source-default): Doc fixes.
8398         * term.el (term-send-string): Improve argument/docstring consistency.
8400 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8402         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8403         call to `delete-region'.
8404         (comint-mode-hook): Do not enable Font Lock by default.
8406 2005-06-09  Lute Kamstra  <lute@gnu.org>
8408         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8409         could be void.
8411 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8413         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8414         (debug): Use it.
8415         (debugger-step-through, debugger-continue, debugger-jump)
8416         (debugger-return-value): Set it when needed.
8417         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8418         Use inhibit-read-only.
8420 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8422         * window.el (shrink-window-if-larger-than-buffer)
8423         (window-size-fixed): Fix typo in docstring.
8425         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8426         thumbnails directory on loading.
8427         (thumbs-conversion-program): Use `eq' to check the system type,
8428         not `equal'.
8429         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8430         not "/tmp".  Fix docstring.
8431         (thumbs-thumbsdir): New function to return the thumbnails
8432         directory, creating it if needed.
8433         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8434         (thumbs-temp-file): Delete variable and make it into a function.
8435         (thumbs-resize-image, thumbs-modify-image): Use it.
8436         (thumbs-kill-buffer): Simplify.
8437         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8438         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8439         docstrings.
8441 2005-06-09  Kim F. Storm  <storm@cua.dk>
8443         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8444         set-match-data to free markers in match-data.
8446         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8447         match-data to unchain markers in match-data.
8449 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8451         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8452         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8453         unnecessary now.
8455 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8457         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8458         give the variable a doc string that doesn't say don't set it directly.
8460         * textmodes/ispell.el (ispell-check-version):
8461         Use match-string-no-properties.
8462         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8463         (ispell-buffer-local-words): Likewise.
8465         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8466         except on terminals with enough colors to really display it.
8467         (makefile-dependency-regex): Delete spurious `bb'.
8469         * faces.el (escape-glyph): Use blue once again in last case.
8470         (no-break-space): Redefine so that it isn't invisible on a tty.
8472 2005-06-08  Kim F. Storm  <storm@cua.dk>
8474         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8475         also when reading directory name.
8477 2005-06-08  Lute Kamstra  <lute@gnu.org>
8479         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8480         (flyspell-mode-line-string): Remove autoload cookie.
8481         (flyspell-mode): Remove defvar.
8483 2005-06-07  Lute Kamstra  <lute@gnu.org>
8485         * textmodes/org.el (org-run-mode-hooks): New function.
8486         (org-agenda-mode): Use it.
8488 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8490         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8492 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8496 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8498         * font-lock.el (font-lock-add-keywords): Doc fix.
8500 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8503         (tex-compile-default): In the absence of any history, use the order in
8504         tex-compile-alist to choose the preferred command.
8505         (tex-compile-commands): Reorder a bit.
8507         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8508         (flyspell-incorrect-face, flyspell-duplicate-face):
8509         Use (X)Emacs-agnostic code.
8510         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8511         redundant with the subsequent add-minor-mode.  Merge Emacs and
8512         XEmacs code.
8513         (flyspell-word): Minor simplification.
8514         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8515         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8516         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8517         Merge the corresponding Emacs code.
8518         (flyspell-correct-word, flyspell-xemacs-popup):
8519         Use flyspell-do-correct.
8521         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8522         a dedicated window.
8524         * international/latexenc.el (latexenc-find-file-coding-system):
8525         Undo part of last patch, to turn off a compiler warning.
8527 2005-06-06  Juri Linkov  <juri@jurta.org>
8529         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8530         Rename `tmm-inactive-face' to `tmm-inactive'.
8532 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8534         * iswitchb.el: Rename faces.
8536 2005-06-06  Kim F. Storm  <storm@cua.dk>
8538         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8539         (cua-global-mark): Remove -face suffix from face names.
8541         * emulation/cua-gmrk.el (cua--init-global-mark):
8542         Remove cua-global-mark face setup.
8544 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8546         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8547         just like other allowed characters.
8548         (makefile-match-dependency): Exclude leading and training whitespace
8549         from the range of regexp subexp 1.
8550         (makefile-macroassign-regex): Don't try to match the body,
8551         just the name of the macro being defined.
8553         * info.el (Info-read-node-name-2): New function.
8554         (Info-read-node-name-1): Use that.
8555         Add a completion-base-size-function property.
8557         * simple.el (completion-setup-function): Look for
8558         completion-base-size-function property of minibuffer-completion-table.
8560         * files.el (locate-file-completion): Doc fix.
8562         * printing.el: Don't call pr-update-menus; user must do that.
8564         * emacs-lisp/debug.el (debugger-window): New variable.
8565         (debug): Use debugger-window if it is set and still alive.
8566         Record debugger-window for next entry.
8568         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8570 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8572         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8573         (hack-one-local-variable, hack-local-variables)
8574         (hack-local-variables-prop-line): Pass that arg.
8576 2005-06-06  Kim F. Storm  <storm@cua.dk>
8578         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8579         (ido-indicator): Remove -face suffix from face names.
8581 2005-06-06  Juri Linkov  <juri@jurta.org>
8583         * font-lock.el (font-lock-regexp-backslash)
8584         (font-lock-regexp-backslash-construct): New faces.
8585         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8586         after `('.  Add `while-no-input' to control structures.
8588         * faces.el (no-break-space, shadow): New faces.
8589         (escape-glyph): Use less loud colors pink2 and red4.
8591         * diff-mode.el (diff-context-face)
8592         * dired.el (dired-ignored)
8593         * rfn-eshadow.el (file-name-shadow)
8594         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8596         * info.el (Info-title-1-face): Use green instead of yellow because
8597         bold yellow is not readable on light backgrounds.
8599         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8600         before selecting the desired mode to not spend time fontifying
8601         old contents.
8603 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8605         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8606         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8608         * ps-print.el (ps-default-fg, ps-default-bg):
8609         Fix typos in docstrings.
8611         * isearchb.el (isearchb): Don't pass a spurious second argument to
8612         `iswitchb-completions'.
8614 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8616         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8617         to preserve point.
8618         (gdb-find-file-hook): Add doc string.
8620         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8621         C dereferenced pointer expression.
8622         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8624         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8626         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8627         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8628         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8629         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8630         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8631         Make background transparent.
8633 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8635         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8636         (font-lock-remove-keywords): Doc fix.
8637         (font-lock-mode-major-mode): Compiler defvar.
8638         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8640         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8641         (font-lock-mode): Update `font-lock-mode-major-mode'.
8642         (font-lock-set-defaults): Compiler defvar.
8643         (font-lock-default-function): Take `font-lock-mode-major-mode'
8644         into account.
8646         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8647         keep track of which major mode it enabled the minor mode for.
8648         Use find-file-hook again.  Update docstring.
8650         * simple.el (eval-expression-print-level)
8651         (eval-expression-print-length, eval-expression-debug-on-error):
8652         Doc fixes.
8654 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8656         * iswitchb.el (iswitchb-single-match-face)
8657         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8658         (iswitchb-invalid-regexp-face): New faces.
8659         (iswitchb-completions): Use them.
8660         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8661         now marked as an obsolete alias.
8662         (iswitchb-read-buffer): Remove check for bound font variables.
8663         (iswitchb-invalid-regexp): New free variable.
8664         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8665         set iswitchb-invalid-regexp.
8666         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8667         invalid regexps.
8668         (iswitchb-completions): Add check for complete match when entering
8669         a regexp.
8670         (iswitchb-completions): Remove require-match argument.
8671         (iswitchb-exhibit): Fix caller.
8672         (iswitchb-common-match-inserted): New variable.
8673         (iswitchb-complete, iswitchb-completion-help): Use it.
8675 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8677         * url-http.el (url-http-chunked-encoding-after-change-function):
8678         Use `url-http-debug' instead of `message'.
8680 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8682         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8683         callback argument.
8685 2005-06-04  Kim F. Storm  <storm@cua.dk>
8687         * simple.el (line-move): Only call sit-for when moving backwards.
8689         * ido.el (ido-make-merged-file-list-1): New defun split from
8690         ido-make-merged-file-list.
8691         (ido-make-merged-file-list): Bind throw-on-input around call to
8692         ido-make-merged-file-list-1.  Return input-pending-p if
8693         interrupted by more input available.
8694         (ido-read-internal): Handle input-pending-p return value from
8695         ido-make-merged-file-list.
8697 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8699         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8700         compatibility code.
8702         * international/latexenc.el (latexenc-find-file-coding-system):
8703         Don't inherit the EOL part of the coding-system from the
8704         tex-main buffer.  Fit within 80 columns.
8706 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
8708         * tmm.el (tmm-inactive-face): New face.
8709         (tmm-remove-inactive-mouse-face): New function.
8710         (tmm-prompt, tmm-add-one-shortcut)
8711         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8712         but not selectable.
8714 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
8716         * faces.el (face-equal): Improve argument/docstring consistency.
8718 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
8720         * progmodes/make-mode.el (makefile-targets-face)
8721         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8722         (makefile-bsdmake-dependency-regex)
8723         (makefile-makepp-rule-action-regex)
8724         (makefile-bsdmake-rule-action-regex): New constants.
8725         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8727         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8728         Allow (...) within `...' for makepp messages.
8730 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
8732         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8734         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8735         "." files are deleted from all file lists before comparison.
8737         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8738         (viper-ESC-key): Made them customizable.
8740         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8742 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8744         * autorevert.el (auto-revert-buffers): Use save-match-data.
8746 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8748         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8749         menu items with a nil command binding.
8751 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
8753         * emacs-lisp/cl-macs.el (defsetf):
8754         Improve argument/docstring consistency.
8756         * faces.el (list-faces-display): Improve the formatting by
8757         computing the maximum length required for any face-name (reworked
8758         patch of 1999-01-11, accidentally deleted on 1999-07-21).
8759         (internal-find-face): Remove redundant info in docstring.
8761 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
8763         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8764         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8765         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8766         (gdb-assembler-custom): Improve regexps.
8767         (def-gdb-auto-update-handler): Use window point to preserve point.
8769 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8771         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8773 2005-05-31  Jay Belanger  <belanger@truman.edu>
8775         * calc/calc-embed.el (calc-embedded-word): Change argument passed
8776         to calc-embedded.
8777         (calc-embedded-make-info): Have plain prefix argument select
8778         entire line.
8780 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
8782         * faces.el (list-faces-display): Signal error if passed a regexp
8783         that matches no face name.
8785         * simple.el (filter-buffer-substring): Fix typo in docstring.
8787 2005-05-31  Richard M. Stallman  <rms@gnu.org>
8789         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8790         (vhdl-emacs-21): Doc fix.
8791         (vhdl-mode): Unconditionally set comment-padding.
8792         (vhdl-fixup-whitespace-region): Insert spaces only where
8793         there are none.
8794         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8796 2005-05-30  John Wiegley  <johnw@newartisans.com>
8798         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8799         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8800         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8801         `directory-sep-char' to ?/, and all uses of `string-to-int' to
8802         `string-to-number'.
8804 2005-05-30  Jay Belanger  <belanger@truman.edu>
8806         * calc/calc.el (calc-bug-address): Fix docstring.
8807         (calc-window-hook, calc-trail-window-hook): New variables.
8808         (calc-trail-display): Restore use of calc-trail-window-hook.
8809         (calc): Restore use of calc-window-hook.
8811 2005-05-31  Masatake YAMATO  <jet@gyve.org>
8813         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8815         * help-fns.el (help-C-file-name): Add autoload mark for
8816         `find-function-noselect'.
8818 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8821         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8823 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8825         * calendar/diary-lib.el (mark-included-diary-files): Only kill
8826         included diary buffer if it was not already being visited.
8827         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8829         * calendar/icalendar.el (top-level): Do not require 'appt.
8831         * mail/supercite.el (sc-select-attribution): Only use a list
8832         element from sc-attrib-selection-list if it returns a string.
8833         Reported by Davide G. M. Salvetti <salve@debian.org>.
8835 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
8837         * thumbs.el (thumbs-thumbname): The resulting thumbname now
8838         includes a hash value to improve its uniqueness, and has a ".jpg"
8839         extension.  Also, it is now a valid filename on all systems.
8840         (thumbs-make-thumb): Use `let', not `let*'.
8841         (thumbs-show-thumbs-list): Check for JPEG availability.
8843 2005-05-30  Richard M. Stallman  <rms@gnu.org>
8845         * filesets.el (filesets-menu-ensure-use-cached):
8846         Prevent warning when emacs-version>= is undefined.
8848         * printing.el (pr-interactive-n-up): Use string-to-number.
8850         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
8852         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
8853         Warn only when name to be defined is quoted.
8855 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
8857         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
8858         Make regexp more robust.
8859         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8860         Force regeneration of disassembly.
8862 2005-05-29  Jay Belanger  <belanger@truman.edu>
8864         * calc/calc.el (calc-user-invocation): Check if
8865         calc-invocation-macro is non-nil.
8867 2005-05-29  Juri Linkov  <juri@jurta.org>
8869         * add-log.el (change-log-font-lock-keywords):
8870         Add `+' to e-mail regexp to accept mail address with keywords.
8872         * man.el (Man-name-regexp): Add `:' to accept qualified names.
8874 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8876         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
8878         * ielm.el (inferior-emacs-lisp-mode): Ditto.
8880 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8882         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8883         Undo the change that moves to end of the current word.
8885 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8887         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
8888         Throw error when count <= 0 to ensure input is a number.
8889         (gdb-read-memory-custom): Pick up address from buffer.
8890         (gdb-memory-mode): Allow user to increment and decrement
8891         memory address from header line.
8893 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8895         * flyspell.el (flyspell-version): Function deleted.
8896         (flyspell-auto-correct-previous-hook): Doc fix.
8898         * jit-lock.el (jit-lock-function, jit-lock-after-change):
8899         Do nothing if memory is full.
8901         * font-lock.el (font-lock-fontify-syntactically-region):
8902         Pass t for GREEDY to looking-back.
8904         * saveplace.el (save-place-alist-to-file): Write the file
8905         using write-region.
8907         * subr.el (looking-back): New argument GREEDY.
8909         * progmodes/compile.el (compilation-start): Set the mode
8910         before inserting the initial text.
8912         * progmodes/which-func.el (which-func-update-1): Turn the mode
8913         off in case of error by setting which-func-mode.
8915 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
8917         * flyspell.el (flyspell-auto-correct-previous-word):
8918         Narrow down to what's on the screen, and recenter overlays
8919         at the end of the next word.
8921 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
8923         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
8924         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
8925         (flyspell-abbrev-p): Default to nil.
8926         (flyspell-use-global-abbrev-table-p): Doc fix.
8927         (flyspell-large-region): Allow nil as value.
8928         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
8930         (mail-mode-flyspell-verify): More robust handling
8931         of `mail-header-separator'.  More efficient signature detection.
8932         Allow for regexp metacharacters in message-header-separator.
8933         Adding `To' not to be checked in mail-mode-flyspell-verify.
8935         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
8936         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
8937         Bind flyspell-auto-correct-binding.
8938         Bind C-. and C-, .
8939         (flyspell-mode-map): Likewise.
8940         (flyspell-mode): Doc fix.
8941         (flyspell-accept-buffer-local-defs): Preserve current buffer.
8942         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
8943         (flyspell-word-cache-result): New var, always local.
8944         (flyspell-check-pre-word-p): Doc fix.
8945         (flyspell-check-changed-word-p): Handle spc like newline.
8946         (flyspell-post-command-hook): Set flyspell-word-cache-result.
8947         (flyspell-word-search-backward, flyspell-word-search-forward):
8948         New functions.
8949         (flyspell-word): Return t if nothing to check.
8950         When parsing TeX code, check for after } or \.
8951         Use flyspell-word-search-backward to find previous word.
8952         Return nil if duplicated word.
8953         For word already checked, return same value as last time.
8954         Set flyspell-word-cache-result after checking.
8955         Don't clobber the return value.
8956         (flyspell-get-word): Major rewrite.
8957         (flyspell-external-point-words): New locals pword, pcount.
8958         Fix size used in progress message.
8959         Find the proper corresponding word in flyspell-large-region-buffer.
8960         (flyspell-region): Check for flyspell-large-region = nil.
8961         (flyspell-highlight-incorrect-region): Clean up overlays in region.
8962         (flyspell-auto-correct-word): Check that WORD is a cons.
8963         (flyspell-correct-word): Likewise.
8965 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
8967         * progmodes/make-mode.el (makefile-rule-action-regex)
8968         (makefile-macroassign-regex, makefile-makepp-mode)
8969         (makefile-bsdmake-mode): Continuation lines may be empty.
8970         Reported by Joshua Varner.
8971         (makefile-makepp-font-lock-keywords): Add $(stem).
8973 2005-05-28  Karl Berry  <karl@gnu.org>
8975         * textmodes/tex-mode.el: Now that tex-send-command calls
8976         shell-quote-argument (2005-03-31 change), remove all calls to
8977         shell-quote-argument; they all end up invoking tex-send-command.
8978         The double quoting loses on filenames with non-safe characters,
8979         such as "@".  Reported by Frederik Fouvry.
8981 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8983         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
8984         about preserving point.
8986 2005-05-27  Jay Belanger  <belanger@truman.edu>
8988         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
8989         Info-goto-node.
8991         * calc/calc-embed.el (calc-embed-arg): New variable.
8992         (calc-do-embedded-activate, calc-embedded-activate-formula)
8993         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
8994         variable by new variable.
8995         (calc-embedded-make-info): Replace undeclared variable by new
8996         variable.  When selecting region with positive prefix
8997         argument, use end of previous line instead of beginning of line.
8999         * calc/calc-aent.el (calc-arg-values): Declare it.
9001         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9002         Declare them.
9004         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9006         * calc/calc.el (calc-alg-map): Declare it.
9008         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9010 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9012         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9013         (gdb-registers-buffer, toggle-gdb-all-registers):
9014         Toggle display of floating point registers.
9015         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9017         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9018         (toggle-gud-tooltip-dereference):
9019         Rename from gud-toggle-tooltip-dereference.
9021 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9025 2005-05-27  Jay Belanger  <belanger@truman.edu>
9027         * calc/calc-prog.el (calc-kbd-report): Remove.
9028         (calc-kbd-query): Rewrite.
9030 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9032         * image.el (image-library-alist): Move to image.c.
9033         (image-type-available-p): Doc fix.
9035 2005-05-27  Lute Kamstra  <lute@gnu.org>
9037         * calc/calc.el (calc):
9038         * outline.el (outline-1, outline-2, outline-3, outline-4)
9039         (outline-5, outline-6, outline-7, outline-8):
9040         * textmodes/dns-mode.el (dns-mode):
9041         * textmodes/sgml-mode.el (sgml-namespace-face):
9042         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9043         (tex-verbatim-face, tex-use-reftex):
9044         * textmodes/texinfo.el (texinfo-heading-face):
9045         Specify customization group.
9047         * longlines.el: Don't require easy-mmode.
9048         (longlines-visible-face): Specify customization group.
9050 2005-05-27  Kenichi Handa  <handa@m17n.org>
9052         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9053         encoding table of windows-1251.
9055         * international/ucs-tables.el (ucs-set-table-for-input):
9056         If translation-table-for-input of a coding system is a symbol, get
9057         its translation-table property.
9059         * international/code-pages.el: Don't register a coding system into
9060         non-iso-charset-alist more than once.
9061         (cp-make-coding-system): Likewise.
9063 2005-05-26  John Wiegley  <johnw@newartisans.com>
9065         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9066         `eshell-resume-eval' is wrapped in a list, it indicates that the
9067         command was run asynchronously.  In that case, unwrap the value
9068         before checking the delimiter value.
9070         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9071         character before a space at the end of a line is \, assume the space
9072         is part of the last argument rather than a final argument separator.
9074         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9075         is in use, and the target is `t' or `nil' (which are the most common
9076         values), don't assume that the symbol target is a buffer.
9078 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9080         * calendar/calendar.el (calendar-mode-line-format):
9081         Use mode-line-highlight as mouse-face.
9083         * time.el (display-time-string-forms, display-time-update):
9084         Use mode-line-highlight as mouse-face.
9086 2005-05-26  Jay Belanger  <belanger@truman.edu>
9088         * calc/calc.el (calc-language-alist): Remove extra defvar.
9090 2005-05-26  Lute Kamstra  <lute@gnu.org>
9092         * arc-mode.el (archive-mode):
9093         * bookmark.el (bookmark-read-annotation-mode)
9094         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9095         * bs.el (bs-mode):
9096         * calc/calc-yank.el (calc-edit-mode):
9097         * calc/calc.el (calc-mode, calc-trail-mode):
9098         * calculator.el (calculator-mode):
9099         * chistory.el (command-history-mode):
9100         * comint.el:
9101         * cus-edit.el (custom-mode):
9102         * descr-text.el (describe-text-mode):
9103         * ebuff-menu.el (Electric-buffer-menu-mode):
9104         * ediff-util.el (ediff-mode):
9105         * emacs-lisp/re-builder.el (reb-mode):
9106         * emulation/vi.el (vi-mode-setup):
9107         * emulation/ws-mode.el (wordstar-mode):
9108         * eshell/esh-mode.el (eshell-mode):
9109         * forms.el (forms-mode):
9110         * help-mode.el (help-mode):
9111         * hexl.el (hexl-mode):
9112         * ibuffer.el (ibuffer-mode):
9113         * ielm.el (inferior-emacs-lisp-mode):
9114         * info.el (Info-mode, Info-edit-mode):
9115         * international/swedish.el:
9116         * ledit.el (ledit-from-lisp-mode):
9117         * locate.el (locate-mode):
9118         * mail/rmail.el (rmail-mode):
9119         * mail/rmailedit.el (rmail-edit-mode):
9120         * mail/rmailsum.el (rmail-summary-mode):
9121         * mail/supercite.el (sc-electric-mode):
9122         * net/eudc.el (eudc-mode):
9123         * net/quickurl.el (quickurl-list-mode):
9124         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9125         * obsolete/ooutline.el (outline-mode):
9126         * obsolete/options.el (Edit-options-mode):
9127         * obsolete/rnews.el (news-mode):
9128         * obsolete/rnewspost.el (news-reply-mode):
9129         * play/5x5.el (5x5-mode):
9130         * play/decipher.el (decipher-mode, decipher-stats-mode):
9131         * play/gomoku.el (gomoku-mode):
9132         * play/snake.el (snake-mode):
9133         * play/solitaire.el (solitaire-mode):
9134         * play/tetris.el (tetris-mode):
9135         * progmodes/ada-mode.el (ada-mode):
9136         * progmodes/antlr-mode.el (antlr-mode):
9137         * progmodes/autoconf.el (autoconf-mode):
9138         * progmodes/dcl-mode.el (dcl-mode):
9139         * progmodes/delphi.el (delphi-mode):
9140         * progmodes/ebrowse.el (ebrowse-tree-mode)
9141         (ebrowse-electric-list-mode, ebrowse-member-mode)
9142         (ebrowse-electric-position-mode):
9143         * progmodes/f90.el (f90-mode):
9144         * progmodes/fortran.el (fortran-mode):
9145         * progmodes/icon.el (icon-mode):
9146         * progmodes/idlw-help.el (idlwave-help-mode):
9147         * progmodes/idlw-shell.el (idlwave-shell-mode):
9148         * progmodes/idlwave.el (idlwave-mode):
9149         * progmodes/inf-lisp.el (inferior-lisp-mode):
9150         * progmodes/m4-mode.el (m4-mode):
9151         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9152         * progmodes/modula2.el (modula-2-mode):
9153         * progmodes/octave-inf.el (inferior-octave-mode):
9154         * progmodes/octave-mod.el (octave-mode):
9155         * progmodes/pascal.el (pascal-mode):
9156         * progmodes/sh-script.el (sh-mode):
9157         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9158         * progmodes/vhdl-mode.el (vhdl-mode):
9159         * progmodes/xscheme.el (scheme-interaction-mode):
9160         * replace.el (occur-mode):
9161         * ses.el (ses-mode):
9162         * simple.el (completion-list-mode):
9163         * skeleton.el:
9164         * speedbar.el (speedbar-mode):
9165         * term.el (term-mode):
9166         * terminal.el (terminal-edit-mode):
9167         * textmodes/reftex-index.el (reftex-index-mode)
9168         (reftex-index-phrases-mode):
9169         * textmodes/reftex-sel.el (reftex-select-label-mode)
9170         (reftex-select-bib-mode):
9171         * textmodes/reftex-toc.el (reftex-toc-mode):
9172         * wdired.el (wdired-change-to-wdired-mode):
9173         * wid-browse.el (widget-browse-mode):
9174         Use run-mode-hooks.
9176         * array.el (array-mode):
9177         * calendar/todo-mode.el (todo-mode):
9178         * man.el (Man-mode):
9179         * play/landmark.el (lm-mode):
9180         * play/mpuz.el (mpuz-mode):
9181         Use kill-all-local-variables and run-mode-hooks.
9183         * subr.el (delay-mode-hooks): Specify indentation.
9185 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9187         * xml.el (xml-substitute-special): Don't die for undefined xml
9188         entities.
9190 2005-05-26  Jay Belanger  <belanger@truman.edu>
9192         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9193         of nil.
9195 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9197         * progmodes/gdb-ui.el (gdb-frame-address):
9198         Rename from gdb-current-address.
9199         (gdb-previous-frame-address): Rename from gdb-previous-address.
9200         (gdb-selected-frame): Rename from gdb-current-frame.
9201         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9202         (gdb-frame-number): Rename from gdb-current-stack-level.
9203         (gdb-ann3): Match new mode-name for disassembly buffer.
9204         Extend initialization of variables.
9205         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9206         (gdb-memory-mode): Use mouse-face in header line.
9207         (gdb-assembler-buffer-name): Call it disassembly and give frame
9208         in mode line.
9209         (gdb-source-spec-regexp, gdb-assembler-custom)
9210         (gdb-invalidate-assembler, gdb-frame-handler):
9211         Make robust to leading zeroes in address format.
9213 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9215         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9216         define `org-mode'.
9217         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9219 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9221         * log-edit.el (log-edit-changelog-entries): Distinguish between
9222         filenames like xfns.c and fns.c.
9224 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9226         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9227         point after reverting.
9228         (Buffer-menu-make-sort-button): Handle the case where
9229         `Buffer-menu-use-header-line' is nil.
9231 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9233         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9234         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9235         and `:' to them.
9237 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9239         * startup.el (normal-top-level): Allow modification of load-path while
9240         we're iterating over it.
9242 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9244         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9245         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9246         (thumbs-resize-interactive, thumbs-insert-image)
9247         (thumbs-insert-thumb, thumbs-dired-show-marked)
9248         (thumbs-find-image-at-point, thumbs-delete-images)
9249         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9250         (thumbs-increment-image-size, thumbs-decrement-image-size):
9251         Fix typos in docstrings.
9253 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9255         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9256         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9257         (cperl-mode): Use them.
9259 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9261         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9262         Doc fixes.
9264 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9266         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9267         Bind C-d to gdb-inferior-io-eof.
9269         * dired.el (dired-dnd-popup-notice): Use message-box.
9271 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9273         * bindings.el (mode-line-major-mode-keymap):
9274         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9276         * faces.el (mode-line-highlight): New face.
9278         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9279         as mouse-face.
9281         * bindings.el (top-level, help-echo, mode-line-modified)
9282         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9283         as mouse-face.
9285 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9287         * progmodes/cc-engine.el (c-guess-basic-syntax):
9288         Remove spurious call to `zerop'.
9290         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9292 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9294         CC Mode update to 5.30.10:
9296         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9297         could go past the limit in decoration level 2, thereby causing
9298         errors during interactive fontification.
9300         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9301         the file is evaluated interactively.
9303         * cc-engine.el (c-guess-basic-syntax): Handle operator
9304         declarations somewhat better in C++.
9306         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9307         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9308         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9309         (awk-mode): Use it.
9310         (make-local-hook): Suppress warning about obsoleteness.
9312         * cc-engine.el, cc-align.el, cc-cmds.el
9313         (c-append-backslashes-forward, c-delete-backslashes-forward)
9314         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9315         Compensate for return value from `forward-line' when it has moved
9316         but not to a different line due to eob.
9318         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9319         `objc-method-intro' and `objc-method-args-cont'.
9321 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9323         CC Mode update to 5.30.10:
9325         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9326         in the copyright statement.  Incidentally, change "along with GNU
9327         Emacs" to "along with this program" where it occurs.
9329         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9330         so that it is interactive, hence can be found by M-x awk-mode
9331         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9332         <gmorris+emacs@ast.cam.ac.uk>.
9334         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9335         Mode's regexps.
9337 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9339         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9340         c-parse-state, to avoid a lisp error (on bad code).
9342 2005-05-23  Lute Kamstra  <lute@gnu.org>
9344         * subr.el (font-lock-defaults): Remove defvar as it's already
9345         defined in font-core.el.
9347         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9349 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9351         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9352         more general and work when GDB variable "print pretty" is on,
9353         as with Emacs, for example.
9355 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9357         * font-core.el: Update comment.
9359         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9360         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9362         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9364 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9366         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9367         and `yank-handler' in the doc strings.
9369 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9371         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9373 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9375         * help.el (describe-key): Move print-help-return-message call
9376         out of conditional.
9378         * progmodes/etags.el (list-tags): Use with-no-warnings.
9380         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9381         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9382         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9384         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9386         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9387         Add defvar.
9389         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9390         Use defvar, not defconst.
9392         * hexl.el (hexl-follow-line): Use with-no-warnings.
9394         * emulation/tpu-extras.el: Use write-file-functions instead of
9395         write-file-hooks.
9397         * dired.el (dired-font-lock-keywords): Fontify files with junk
9398         extensions even if marked by -F.
9400 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9402         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9403         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9404         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9405         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9406         (concatenate, list-length, get*, getf, cl-remprop):
9407         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9408         (etypecase, progv, lexical-let, lexical-let*)
9409         (multiple-value-bind, multiple-value-setq, shiftf):
9410         Improve argument/docstring consistency.
9412         * subr.el (focus-frame, unfocus-frame):
9413         Revert deletion on 2005-05-01.
9415 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9417         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9418         doesn't exist.
9420         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9421         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9423 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9425         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9426         already deleted variables: auto-fill-hook, blink-paren-hook,
9427         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9428         suspend-hooks, comment-indent-hook, meta-flag,
9429         before-change-function, after-change-function,
9430         font-lock-doc-string-face.
9432 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9434         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9436 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9438         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9439         rmail-dont-reply-to.
9441 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9443         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9444         literal blank when splitting new-header-values.
9446 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9448         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9449         string so that tmm doesn't create a completion entry for it.
9451         * textmodes/table.el (table-disable-menu): Ditto.
9453 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9455         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9457         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9459         * net/rcompile.el (remote-compile): Use compilation-start.
9461         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9463 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9465         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9466         Default to makefile-bsdmake-mode on BSD systems.
9468         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9469         REGEXP may also be a search function now.  The part of doc-string
9470         for describing the structure was 95% identical to that of
9471         `imenu--generic-function'.  Unify it there.
9473         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9474         Use function to find dependencies, because regexp alone is so complex,
9475         it easily goes into an endless loop.
9476         (makefile-makepp-mode): Also add submenu for Perl functions
9477         defined in the makefile.
9478         (makefile-bsdmake-mode): Special imenu-generic-expression no
9479         longer needed, due to function call.
9480         (makefile-match-dependency): Take BOUND into account when checking
9481         if we're through.
9483 2005-05-20  Jay Belanger  <belanger@truman.edu>
9485         * calc/calc-units.el (calc-invalidate-units-table):
9486         Use inhibit-read-only.
9487         (math-build-units-table-buffer): Use view-mode.
9489 2005-05-20  David Kastrup  <dak@gnu.org>
9491         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9492         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9494 2005-05-20  Lute Kamstra  <lute@gnu.org>
9496         * diff-mode.el (diff-header-face, diff-file-header-face)
9497         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9498         (diff-added-face, diff-changed-face, diff-function-face)
9499         (diff-context-face, diff-nonexistent-face): Put them in the
9500         diff-mode customization group.
9502 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9506         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9508         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9509         Minor regexp-optimization.
9511 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9513         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9514         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9515         (org-agenda-add-time-grid-maybe): New function.
9516         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9517         (org-table-create): `dotimes' instead of `mapcar'.
9518         (org-xor): Simplify implementation.
9519         (org-agenda): `inhibit-redisplay' turned on.
9520         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9521         a consistent line after a state change.
9522         (org-agenda-remove-times-when-in-prefix): New option.
9523         (org-prefix-has-time): New variable.
9524         (org-parse-time-string): Optional argument NODEFAULT.
9525         (org-format-agenda-item): Parse items for time-of-day
9526         specifications and move these into the prefix if possible.
9527         (org-agenda-priority): Get current heading, not previous heading
9528         during agenda remote editing.
9530 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9532         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9533         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9534         (remove-duplicates, delete-duplicates, substitute)
9535         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9536         (nsubstitute-if-not, find, find-if, find-if-not, position)
9537         (position-if, position-if-not, count, count-if, count-if-not)
9538         (mismatch, search, sort*, stable-sort, merge, member*)
9539         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9540         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9541         (intersection, nintersection, set-difference, nset-difference)
9542         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9543         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9544         (nsublis, tree-equal): Improve argument/docstring consistency.
9546         * subr.el (send-string, send-region):
9547         Remove obsolescence declaration.
9548         (window-dot, set-window-dot, read-input, show-buffer)
9549         (eval-current-buffer, string-to-int):
9550         Add release number to obsolescence declarations.
9552 2005-05-19  Kim F. Storm  <storm@cua.dk>
9554         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9555         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9557 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9559         * faces.el (list-faces-display): Make back button respect optional
9560         regexp arg.
9562 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9564         * calculator.el (calculator-radix-grouping-mode)
9565         (calculator-radix-grouping-digits, calculator-displayer)
9566         (calculator-radix-grouping-separator, calculator-copy-displayer):
9567         * dabbrev.el (dabbrev-search-these-buffers-only):
9568         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9569         (diff-advance-after-apply-hunk, diff-mode-hook)
9570         (diff-minor-mode-prefix):
9571         * imenu.el (imenu-use-popup-menu):
9572         * jit-lock.el (jit-lock-context-time):
9573         * newcomment.el (comment-fill-column, comment-column)
9574         (comment-style, comment-padding, comment-multi-line)
9575         (comment-empty-lines, comment-auto-fill-only-comments):
9576         * reveal.el (reveal-around-mark):
9577         * uniquify.el (uniquify-buffer-name-style)
9578         (uniquify-after-kill-buffer-p)
9579         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9580         (uniquify-min-dir-content, uniquify-separator)
9581         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9582         * w32-vars.el (w32-fixed-font-alist):
9583         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9584         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9585         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9586         * progmodes/perl-mode.el (perl-indent-level)
9587         (perl-continued-statement-offset, perl-continued-brace-offset)
9588         (perl-brace-offset, perl-brace-imaginary-offset)
9589         (perl-label-offset, perl-indent-continued-arguments)
9590         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9591         * progmodes/tcl.el (tcl-indent-level)
9592         (tcl-continued-indent-level, tcl-auto-newline)
9593         (tcl-tab-always-indent, tcl-electric-hash-style)
9594         (tcl-help-directory-list, tcl-use-smart-word-finder)
9595         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9596         (inferior-tcl-source-command):
9597         * textmodes/fill.el (enable-kinsoku):
9598         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9599         * textmodes/table.el (table-yank-handler):
9600         Specify missing group (and type, if simple) in defcustom.
9602 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9604         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9606 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9608         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9610         * subr.el (event-basic-type): Don't get an error.
9611         (left-fringe-p): Function deleted.
9613         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9614         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9616         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9617         in recursive copy.
9619         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9621         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9623         * emacs-lisp/bytecomp.el
9624         (byte-compile-file-form-custom-declare-variable): Call
9625         byte-compile-nogroup-warn if appropriate.
9627         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9628         (compilation-set-window): Don't call left-fringe-p; do it directly.
9630 2005-05-19  Jay Belanger  <belanger@truman.edu>
9632         * calc/calc-graph.el (calc-graph-format-data): Make sure
9633         var-PlotRejects is bound before trying to check its value.
9635 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9637         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9638         definition of this variable from reftex-global.el to reftex.el,
9639         because it is needed in the menu.
9641 2005-05-19  Lute Kamstra  <lute@gnu.org>
9643         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9644         years are fixed.  Don't insert a space after a dash.
9646 2005-05-19  Kim F. Storm  <storm@cua.dk>
9648         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9650 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9652         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9653         strings, because (eq ... ?\\) is fairly frequent.
9655         * progmodes/make-mode.el (makefile-add-this-line-targets):
9656         Simplify and integrate into `makefile-pickup-targets'.
9657         (makefile-add-this-line-macro): Simplify and integrate into
9658         `makefile-pickup-macros.
9659         (makefile-pickup-filenames-as-targets): Simplify.
9660         (makefile-previous-dependency, makefile-match-dependency):
9661         Don't stumble over `::'.
9663 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9665         * subr.el (post-command-idle-hook, post-command-idle-delay):
9666         Remove obsoletion of post-command-idle-hook and
9667         post-command-idle-delay.
9669         * faces.el (list-faces-display): Provide button when describe-face
9670         is called to take user back to the list of faces.
9672         * help-fns.el (describe-variable): Remove hyperlinks in a
9673         variable's value as these are quite frequently inappropriate.
9675         * follow.el (follow-submit-feedback, follow-mode):
9676         Remove references to post-command-idle-hook.
9678 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9680         * progmodes/make-mode.el (makefile-previous-dependency)
9681         (makefile-match-dependency): Check for := (and in bsd mode also
9682         !=) to give a better result, even when font-lock is not on.
9684 2005-05-18  Jay Belanger  <belanger@truman.edu>
9686         * calc/calc-help.el (calc-s-prefix-help):
9687         Add `calc-copy-special-constant' to help string.
9689 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9691         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9693 2005-05-18  Jay Belanger  <belanger@truman.edu>
9695         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9696         in linear factors are in proper order.
9698 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9700         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9701         Support for jurabib.
9703         * textmodes/reftex.el (featurep): Define aliases for overlay
9704         commands, for XEmacs compatibility, and use these aliases in
9705         overlay initializations.
9706         (reftex-highlight): Use `reftex-move-overlay'.
9707         (reftex-unhighlight): Use `reftex-delete-overlay'.
9708         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
9709         (reftex-access-search-path): Use `reftex-uniquify' instead of
9710         `reftex-uniq'
9712         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9713         `before-string' property modification enables for Emacs as well.
9714         (reftex-select-item): Use `reftex-delete-overlay'.
9715         (reftex-select-mark): Use `reftex-make-overlay' and
9716         `reftex-overlay-put'.
9717         (reftex-select-unmark): Use `reftex-delete-overlay' and
9718         `reftex-overlay-put'.
9720 2005-05-18  Lute Kamstra  <lute@gnu.org>
9722         * emacs-lisp/lisp.el (check-parens): Fix docstring.
9724 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
9726         * add-log.el (add-change-log-entry):
9727         * array.el (array-make-template, array-reconfigure-rows)
9728         (array-init-max-row, array-init-max-column)
9729         (array-init-columns-per-line, array-init-field-width):
9730         * replace.el (replace-match-maybe-edit, perform-replace):
9731         * textmodes/spell.el (spell-region):
9732         Replace `read-input' by `read-string'.
9734         * forms.el (forms-mode):
9735         * finder.el (finder-compile-keywords):
9736         * shadowfile.el (shadow-read-files):
9737         Replace `eval-current-buffer' by `eval-buffer'.
9739         * terminal.el (te-pass-through):
9740         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9741         (ange-ftp-raw-send-cmd):
9742         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9743         (send-process-next-char, telnet-initial-filter, telnet):
9744         Replace `send-string' by `process-send-string'.
9746         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9747         (prolog-consult-region): Replace `send-string' by
9748         `process-send-string'; replace `send-region' by `process-send-region'.
9750         * progmodes/delphi.el (delphi-log-msg):
9751         Replace `set-window-dot' by `set-window-point'.
9753         * subr.el (window-dot, set-window-dot, read-input, send-string)
9754         (send-region, show-buffer, eval-current-buffer):
9755         Make really obsolete, as the comment says.
9757 2005-05-17  Kim F. Storm  <storm@cua.dk>
9759         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9760         (cua--init-keymaps): Bind C-return instead of S-return to set
9761         rectangle mark.
9763         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9764         instead of S-return to toggle/clear rectangle mark.
9766 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
9768         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9769         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9770         Also fontify plain strings assigned to variables, mostly so that a
9771         colon has a face and is thus not taken as a dependency separator.
9772         (makefile-previous-dependency): Inline the new matcher, because it
9773         is too complex to work in both directions.
9774         (makefile-match-dependency): Eliminate `backward' arg (see above).
9775         Completely reimplemented so as to not sometimes go into an endless
9776         loop.  It should also be more efficient, because first it only
9777         searches for `:', instead of applying the very complex regexp.
9778         (makefile-mode): Cancel `font-lock-support-mode', because blocks
9779         to be fontified in one piece can be too long for JIT.
9780         Makefiles are never *that* big.
9782 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
9784         * dired.el (dired-mode): Simplify.
9786 2005-05-17  Lute Kamstra  <lute@gnu.org>
9788         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9789         defcustom for the mode hook variable.
9791         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9792         Emacs Lisp Reference Manual.
9794 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
9796         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9797         (evenp, list*):
9798         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9799         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9801         * net/tramp-smb.el (tramp-smb-open-connection):
9802         Pass `tramp-chunksize' as fifth (required) argument.
9804 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
9806         * font-lock.el (lisp-font-lock-keywords-1):
9807         Set `font-lock-negation-char-face' for [^...] char group.
9808         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9810         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9811         a var, and refine it to mask one more level of nested vars.
9812         (makefile-rule-action-regex): Turn it into a var, and refine it so
9813         it recognizes backslashed continuation lines as belonging to the
9814         same command.
9815         (makefile-macroassign-regex): Refine it so it recognizes
9816         backslashed continuation lines as belonging to the same command.
9817         (makefile-var-use-regex): Don't look at the next char, because it
9818         might be the same one to be skipped by the initial [^$], leading
9819         to an overlooked variable use.
9820         (makefile-make-font-lock-keywords): Remove two parameters, which
9821         are now variables that some of the modes set locally.
9822         Handle dependency and rule action matching through functions, because
9823         regexps alone match too often.  Dependency matching now comes
9824         last, so it can check, whether a colon already matched something else.
9825         (makefile-mode): Inform that font-lock improves makefile parsing
9826         capabilities.
9827         (makefile-match-dependency, makefile-match-action): New functions.
9829 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
9831         * emacs-lisp/cl-extra.el (equalp): Doc fix.
9833         * align.el (align-regexp):
9834         * ansi-color.el (ansi-color-get-face):
9835         * array.el (array-reconfigure-rows, array-init-max-row)
9836         (array-init-max-column, array-init-columns-per-line)
9837         (array-init-field-width):
9838         * dired-aux.el (dired-trample-file-versions):
9839         * dired-x.el (dired-mark-sexp):
9840         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9841         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9842         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
9843         * faces.el (face-read-integer):
9844         * files.el (backup-extract-version, insert-directory):
9845         * hexl.el (hexl-insert-decimal-char):
9846         * server.el (server-process-filter):
9847         * shell.el (shell-extract-num):
9848         * startup.el (command-line-1):
9849         * term.el (term-command-hook):
9850         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
9851         (time-stamp-do-number):
9852         * time.el (display-time-update):
9853         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
9854         (timezone-fix-time):
9855         * vms-patch.el (vms-suspend-resume-hook):
9856         * calendar/appt.el (appt-convert-time):
9857         * calendar/cal-bahai.el (mark-bahai-diary-entries):
9858         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9859         * calendar/cal-islam.el (mark-islamic-diary-entries):
9860         * calendar/calendar.el (calendar-cursor-to-date)
9861         (calendar-star-date):
9862         * calendar/diary-lib.el (diary-attrtype-convert)
9863         (mark-diary-entries, diary-entry-time):
9864         * calendar/solar.el (solar-get-number):
9865         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
9866         * emacs-lisp/re-builder.el (reb-display-subexp):
9867         * emulation/edt.el (edt-set-scroll-margins):
9868         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9869         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
9870         (vip-get-ex-count):
9871         * emulation/viper-ex.el (viper-get-ex-token)
9872         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
9873         * international/fontset.el (fontset-plain-name):
9874         * mail/feedmail.el (feedmail-look-at-queue-directory):
9875         * mail/mailalias.el (mail-get-names):
9876         * mail/rmail.el (rmail-convert-to-babyl-format):
9877         * mail/rmailsum.el (rmail-make-basic-summary-line)
9878         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
9879         (rmail-summary-goto-msg):
9880         * mail/smtpmail.el (smtpmail-read-response):
9881         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
9882         (ange-ftp-vms-add-file-entry):
9883         * play/gametree.el (gametree-looking-at-ply)
9884         (gametree-current-branch-score):
9885         * progmodes/ada-xref.el (ada-prj-find-prj-file)
9886         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9887         * progmodes/cperl-mode.el (condition-case):
9888         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
9889         (ebrowse-set-member-buffer-column-width)
9890         (ebrowse-select-1st-to-9nth):
9891         * progmodes/etags.el (etags-snarf-tag):
9892         * progmodes/flymake.el (flymake-parse-line):
9893         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
9894         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
9895         (idlwave-shell-menu-def):
9896         * progmodes/ps-mode.el (ps-run-goto-error):
9897         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
9898         (vhdl-speedbar-contract-level):
9899         * term/mac-win.el (x-handle-numeric-switch):
9900         * term/sun-mouse.el (sun-get-frame-data):
9901         * term/w32-win.el (x-handle-numeric-switch):
9902         * term/x-win.el (x-handle-numeric-switch):
9903         * textmodes/ispell.el (ispell-parse-output):
9904         * textmodes/nroff-mode.el (nroff-outline-level):
9905         * textmodes/reftex-cite.el (reftex-bib-sort-year)
9906         (reftex-bib-sort-year-reverse, reftex-format-citation):
9907         * textmodes/reftex-parse.el (reftex-init-section-numbers)
9908         (reftex-section-number):
9909         * textmodes/texinfmt.el (texinfo-paragraphindent):
9910         Replace `string-to-int' by `string-to-number'.
9912         * international/latexenc.el: Add page marker to force the "Local
9913         Variables:" string out of the last page.
9915 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9917         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
9918         tooltip-change-major-mode.
9919         (gud-tooltip-print-command): Remove case where gud-minor-mode
9920         is gdb ("--fullname").
9921         (gud-tooltip-tips): Turn GUD tooltips off for this case and
9922         explain to user.
9924 2005-05-16  Jay Belanger  <belanger@truman.edu>
9926         * calc/calc-store.el (calc-copy-special-constant): New function.
9928         * calc/calc-ext.el (calc-init-extensions): Add binding for
9929         `calc-copy-special-constant'.
9931         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
9932         for the `calc-copy-special-constant' command.
9934 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9936         * subr.el (left-fringe-p): New function.
9938         * progmodes/compile.el (compilation-setup): Set local value of
9939         overlay-arrow-string to "" always.
9940         (compilation-set-window): Left fringe then don't scroll.
9941         No left fringe then no arrow and scroll message to top.
9942         (compilation-context-lines): Adjust doc string accordingly.
9944 2005-05-16  Kim F. Storm  <storm@cua.dk>
9946         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9947         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
9948         (ido-wide-find-dir-or-delete-dir): New command for M-d.
9949         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
9950         (ido-read-file-name): Handle commands with ido property value
9951         equal to find-file as reading a file name, to allow C-d to enter dired.
9952         (ibuffer-find-file): Add ido property with value find-file.
9954 2005-05-15  Kim F. Storm  <storm@cua.dk>
9956         * subr.el (open-network-stream-nowait): Remove.
9957         (open-network-stream-server): Remove.
9959 2005-05-15  Richard M. Stallman  <rms@gnu.org>
9961         * faces.el (describe-face): Output a definition link button.
9963         * help-mode.el (help-face-def): New button type.
9965         * emacs-lisp/copyright.el (copyright-fix-years):
9966         Match properly if the first year is 2-digit.
9967         Don't mess up the whitespace after the years by filling.
9969         * dired-aux.el (dired-mark-confirm):
9970         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
9972         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
9973         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
9974         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
9976         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9977         Set font-lock-comment-start-skip.
9979         * font-lock.el (font-lock-comment-start-skip): New variable.
9980         (font-lock-comment-end-skip): New variable.
9981         (font-lock-fontify-syntactically-region): Use them if non-nil.
9983 2005-05-15  Jay Belanger  <belanger@truman.edu>
9985         * calc/calc-store.el (calc-store-value): Return a string rather
9986         than display it as a message.
9987         Use calc-var-name for variable name.
9988         (calc-store-into): Add the result of calc-store-value to message.
9989         (calc-copy-variable): Add a message.
9990         (calc-store-exchange): Improve error messages.
9991         (calc-store-binary, calc-store-map): Don't reset the values of
9992         special constants.
9994 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
9996         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
9997         manual to docstring.
9999         * files.el (hack-local-variables-confirm): Add STRING argument.
10000         Make the function handle non file visiting buffers correctly.
10001         (hack-local-variables-prop-line, hack-local-variables)
10002         (hack-one-local-variable): Use STRING arg of
10003         `hack-local-variables-confirm'.
10005 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10007         Sync with Tramp 2.0.49.
10009         * net/tramp.el (tramp-handle-dired-call-process)
10010         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10011         because the contents of the Tramp buffer is changed before
10012         insertion (`expand-file' and alike).
10013         (tramp-handle-insert-directory): If `localname' has an empty
10014         nondirectory name, it must not be quoted.
10015         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10016         variable `tramp-chunksize'.  Change callees.
10017         (tramp-open-connection-setup-interactive-shell): Check remote host
10018         for buggy `send-process-string' implementation.
10019         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10020         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10021         (tramp-handle-shell-command): `insert-buffer' cannot be used
10022         because the contents of the Tramp buffer is changed before
10023         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10024         <frederic.bothamy@free.fr>.
10025         (tramp-set-auto-save): Actions should be done for Tramp file name
10026         handler only.  Ange-FTP has its own auto-save mechanism.
10027         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10028         (tramp-set-auto-save-file-modes): Set file modes of
10029         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10030         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10031         (tramp-bug): Remove obsolete variable.
10032         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10033         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10035 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10037         * ibuf-ext.el (define-ibuffer-filter filename):
10038         If `dired-directory' is a list, use its car.
10040 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10042         * ibuffer.el (define-ibuffer-column filename):
10043         If `dired-directory' is a list, use its car.
10045 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10047         * subr.el (symbol-file): Doc fix.
10049         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10050         (byte-compile-form): Call byte-compile-nogroup-warn.
10051         (byte-compile-warning-types): Doc fix.
10053         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10055         * progmodes/cc-engine.el (c-literal-faces):
10056         Add font-lock-comment-delimiter-face.
10058         * net/net-utils.el (dig): Use with-no-warnings.
10060         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10061         (sc-recite-frame-alist, sc-default-cite-frame)
10062         (sc-default-uncite-frame, sc-default-recite-frame)
10063         (sc-attrib-selection-list, sc-rewrite-header-list):
10064         Mark as risky-local-variable.
10066         * international/ogonek.el (ogonek-jak, ogonek-how):
10067         Don't use beginning-of-buffer.
10069         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10071         * calendar/solar.el (solar-data-list): Move definition up.
10073         * dnd.el (dnd-protocol-alist): Add autoload.
10075         * progmodes/sh-script.el: Many doc usage fixes.
10076         (sh-indent-after-do): Change default to match common styles.
10078 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10080         * files.el (interpreter-mode-alist)
10081         (auto-mode-interpreter-regexp): Doc fixes.
10083 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10085         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10087         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10089 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10091         * dired.el (dired-mode): make-variable-buffer-local =>
10092         make-local-variable.
10094 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10096         * term/mac-win.el (mac-select-convert-to-string): Try coding
10097         systems in mac-script-code-coding-systems if specified one cannot
10098         encode string for `com.apple.traditional-mac-plain-text'.
10100 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10102         * progmodes/make-mode.el (makefile-targets-face)
10103         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10104         (makefile-dependency-regex): Fix it to not make the colon in
10105         $(var:a=b) special.
10106         (makefile-rule-action-regex): New regexp for highlighting embedded
10107         Shell strings.
10108         (makefile-macroassign-regex): Handle != for highlighting as
10109         embedded Shell strings.
10110         (makefile-var-use-regex): New const.
10111         (makefile-statements, makefile-automake-statements)
10112         (makefile-gmake-statements, makefile-makepp-statements)
10113         (makefile-bsdmake-statements): New consts.
10114         (makefile-make-font-lock-keywords): New function.
10115         (makefile-automake-font-lock-keywords)
10116         (makefile-gmake-font-lock-keywords)
10117         (makefile-makepp-font-lock-keywords)
10118         (makefile-bsdmake-font-lock-keywords): New consts.
10119         (makefile-mode-map): Add switchers between the various submodes.
10120         (makefile-mode): Document the availability of the variants.
10121         (makefile-automake-mode, makefile-gmake-mode)
10122         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10124         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10125         new variants of makefile-mode.
10127 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10130         the inheritance.
10132 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10134         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10135         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10137         * files.el (normal-mode): Extend the scope of the
10138         `enable-local-variables' binding to include the `set-auto-mode' call.
10139         (magic-mode-alist): Doc fix.
10141 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10143         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10144         font-lock-comment-face rather than copying its setting.
10146 2005-05-12  Andreas Schwab  <schwab@suse.de>
10148         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10150 2005-05-12  Lute Kamstra  <lute@gnu.org>
10152         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10153         defcustom for the mode hook variable.  Delete the last argument.
10154         * generic-x.el: Fix callers of define-generic-mode.
10155         (generic-x-modes): Delete group.
10156         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10157         generic-x customization group.
10159 2005-05-12  Kim F. Storm  <storm@cua.dk>
10161         * font-lock.el (font-lock-negation-char-face): Default to "off".
10163         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10164         font-lock-negation-char-face to ! in !=.
10166 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10168         * add-log.el (find-change-log): Fix typos in the docstring
10169         of function.
10171 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10173         * international/latexenc.el (latexenc-find-file-coding-system):
10174         Avoid `re-search-forward' when looking for input encoding because
10175         of speed and safety.  Better regular expressions for recognizing
10176         input encoding.  Limit a search for TeX-master/tex-main-file to
10177         the local variable section.
10179 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10181         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10182         syntax of $ to "'" (quote).
10184 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10186         * dnd.el (dnd-protocol-alist): Improve custom type.
10188         * dired.el (dired-dnd-protocol-alist): New variable.
10189         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10190         `dired-mode-hook' to the end.
10192 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10194         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10195         comment-end if comment-start-skip is not set.
10196         Obey the font-lock-comment-delimiter-face variables.
10198 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10200         * files.el (executable-find): Move from executable.el.  Use
10201         locate-file.
10202         * progmodes/executable.el (executable-find): Move to files.el.
10204         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10205         when trying to ensure forward progress.
10207 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10209         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10210         (mouse-select, mouse-select-internal, mouse-extend-internal):
10211         Use it to implement mouse-1-click-follows-link functionality.
10213 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10215         * font-lock.el (font-lock-fontify-syntactically-region):
10216         Use font-lock-comment-delimiter-face for comment delimiters.
10218 2005-05-10  Jay Belanger  <belanger@truman.edu>
10220         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10221         preserving embedded modes.
10223 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10225         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10227         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10228         Move from ada-stmt.el.
10229         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10231         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10232         Move to ada-mode.el.
10233         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10235         * cus-edit.el (custom-file): Call file-chase-links.
10237         * files.el (read-directory-name): Fix previous change.
10238         (hack-local-variables-confirm): New function.
10239         (hack-local-variables-prop-line, hack-local-variables)
10240         (hack-one-local-variable): Use it.
10242 2005-05-10  Lute Kamstra  <lute@gnu.org>
10244         * font-lock.el (font-lock-keywords-alist)
10245         (font-lock-removed-keywords-alist): Clarify docstrings.
10247 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10249         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10250         (gdb-source-info): Check for preprocessor info.
10251         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10252         a macro for a function.
10253         (gdb-info-breakpoints-custom): Try to find file again if not already
10254         found (user might have used GDB dir command).
10255         (gdb-get-location): Update gdb-location-alist correctly for change
10256         to gdb-info-breakpoints-custom.
10258         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10259         (gud-tooltip-print-command): Add gdbmi case.
10260         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10261         preprocessor info.
10263 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10265         * startup.el (fancy-splash-insert): Fix typo in doc string.
10267 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10269         * obsolete/float.el (string-to-float):
10270         * obsolete/hilit19.el (hilit-add-pattern):
10271         * obsolete/rnews.el (news-parse-range, news-select-message)
10272         (news-get-pruned-list-of-files): Replace `string-to-int' by
10273         `string-to-number'.
10275         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10276         `find-file-not-found-hooks'; use `add-hook'.
10277         (uncompress-while-visiting): Set `write-file-functions', not
10278         `write-file-hooks'; use `add-hook'.
10280 2005-05-09  Kim F. Storm  <storm@cua.dk>
10282         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10283         (cua-paste): Handle clipboard action.
10284         (cua--init-keymaps): Remap clipboard-kill-region and
10285         clipboard-kill-ring-save.
10287 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10289         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10290         Improve commentary.
10292         * simple.el (next-error-overlay-arrow-position): Revert the change
10293         made on 2005-04-30.
10295 2005-05-07  Jay Belanger  <belanger@truman.edu>
10297         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10298         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10299         `calc-sel-reselect'.
10301         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10302         Calc is in embedded mode.
10304 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10306         * progmodes/compile.el (compilation-setup):
10307         Set overlay-arrow-string to an empty string on text terminals.
10309         * textmodes/ispell.el (ispell-program-name): Try looking for
10310         "aspell" along exec-path, and if found, use it as the default
10311         speller program.
10313 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10315         * international/mule.el (sgml-xml-auto-coding-function):
10316         Recognize encoding='FOO' in single quotes as well as in double quotes.
10318 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10320         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10321         as well as `interactive', so that defmacro* would recognize
10322         `declare' forms.
10324 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10326         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10327         Explain more about the LIGHTER arg's usage in the doc string.
10328         Add commentary to clarify what the code does.  Fix the regexp that
10329         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10330         since it could have characters special to regular expressions.
10332 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10334         * replace.el (occur-1): Bind inhibit-read-only so that
10335         erase-buffer doesn't barf on read-only text properties (likewise
10336         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10337         (occur-engine): Don't set buffer-read-only here.
10339 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10341         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10342         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10343         sometimes mistakenly reused as a *cvs* buffer.
10345 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10347         * tooltip.el: Move code for GUD tooltips into gud.el.
10348         (require): CL no longer needed to compile case.
10349         (tooltip-mode): Do not toggle functions for GUD tooltips.
10350         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10351         gud-tooltip-mode in gud.el.
10352         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10353         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10354         tooltip-gud prefix with gud-tooltip and obsolete.
10355         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10356         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10357         (tooltip-mouse-motion): Mouse movement functions/variable.
10358         Rename in gud.el by adding gud prefix.
10359         (tooltip-gud-original-filter, tooltip-gud-dereference)
10360         (tooltip-gud-event, tooltip-toggle-gud-tips)
10361         (tooltip-gud-process-output, tooltip-gud-print-command)
10362         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10363         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10364         (gdb-tooltip-print): Move to gdb-ui.el.
10366         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10367         (require): CL needed to compile case.
10368         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10369         tooltip-gud-tips-p.  Make it a minor-mode.
10370         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10371         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10372         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10373         (gud-tooltip-change-major-mode)
10374         (gud-tooltip-activate-mouse-motions-if-enabled)
10375         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10376         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10377         (gud-tooltip-original-filter, gud-tooltip-dereference)
10378         (gud-tooltip-event, tooltip-toggle-gud-tips)
10379         (gud-tooltip-process-output, gud-tooltip-print-command)
10380         (gud-tooltip-tips): Move from tooltip.el.
10382         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10383         (gdb-cpp-define-alist-flags): Doc fix.
10384         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10385         gud-tooltip-mode is t.
10387 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10390         evaporate if their text is deleted.
10391         (goto-address-at-point): Make it work as a mouse binding as well.
10392         (goto-address-at-mouse): Obsolete it.  Update users.
10394 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10396         * calendar/appt.el (top-level): No longer activate on load.
10398 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10400         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10401         * net/webjump.el (webjump):
10402         * progmodes/idlw-help.el (idlwave-do-context-help1)
10403         (idlwave-highlight-linked-completions):
10404         * textmodes/po.el (po-find-file-coding-system-guts):
10405         Replace `assoc-ignore-case' by `assoc-string'.
10407 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10409         * files.el (locate-file): Doc fix.
10411         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10412         Remove the redundant test for ms-dos.
10414         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10415         look for the preprocessor with exec-suffixes.  If not found in
10416         standard places, look in exec-path.  Remove most of the tests that
10417         used system-type.
10419         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10421         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10423         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10424         file-name clash with jka-compr.el on 8+3 filesystems.
10426 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10428         * term/mac-win.el: Don't define or bind scroll bar functions if
10429         x-toolkit-scroll-bars is t.
10430         (x-select-text, x-get-selection-value): Clear
10431         x-last-selected-text-clipboard if x-select-enable-clipboard is
10432         nil.
10433         (PRIMARY): Put mac-scrap-name property.
10434         (mac-select-convert-to-file-url): New function.
10435         (public.file-url): New selection target type.  Add to
10436         selection-converter-alist.
10437         (x-get-selection, x-selection-value): Handle it.
10438         (x-cut-buffer-or-selection-value): New alias.
10440 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10442         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10443         entry to avoid calling bibtex-find-entry with arg global
10444         being t.  Remove arg key.
10445         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10446         (bibtex-copy-summary-as-kill): Change accordingly.
10448 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10450         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10451         (org-agenda-date-later): Use with-current-buffer.
10453 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10455         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10456         (define-obsolete-variable-alias): Doc Fixes.
10458 2005-05-06  Kim F. Storm  <storm@cua.dk>
10460         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10461         vertical-motion when selective-display is active.
10463         * ido.el (ido-setup-hook): New hook.
10464         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10465         (ido-input-stack): New var.
10466         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10467         ido-next-work-file binding to M-O.
10468         Bind M-f to ido-wide-find-file-or-pop-dir.
10469         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10470         (ido-read-internal): Run ido-setup-hook.
10471         Catch quit in read-file-name and read-string to cancel edit.
10472         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10473         Automatically pop-all when completing a directory name (RET).
10474         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10475         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10476         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10477         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10478         New functions for M-b/M-f to move among the directory components.
10479         (ido-make-merged-file-list): Catch quit to cancel merge.
10480         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10481         (ido-completion-help): No warnings for ido-completion-buffer-full.
10483 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10485         * font-lock.el (font-lock-negation-char-face): New face and variable.
10486         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10487         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10488         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10489         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10491 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10493         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10494         Fix typo in docstring.
10496         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10497         (ebrowse-print-statistics-line)
10498         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10500         * term/w32-win.el (image-library-alist): Add additional name for
10501         Xpm library.
10503 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10505         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10506         use gcc instead of cpp.
10508         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10509         (gdb-create-define-alist): Use it.
10510         (gdb-cpp-define-alist-program): Update for MS-DOS.
10512 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10514         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10516 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10518         * help.el (describe-key): No error when UNTRANSLATED is nil.
10520         * simple.el (line-move-1): Fix previous change to signal errors
10521         appropriately.
10523 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10525         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10526         (icalendar-duration-correction): Remove.
10527         (icalendar--get-event-properties): Split result at commas.
10528         (icalendar--decode-isoduration): New optional argument
10529         DURATION-CORRECTION.
10530         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10531         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10532         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10533         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10534         (icalendar--convert-anniversary-to-ical): New functions, extracted
10535         from icalendar-export-region, with bug fixes.
10536         (icalendar-export-region): Use the above functions.
10537         (icalendar-import-buffer): Check before saving diary file.
10538         (icalendar--convert-recurring-to-diary)
10539         (icalendar--convert-non-recurring-all-day-to-diary)
10540         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10541         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10542         (icalendar--convert-ical-to-diary): Use the above functions.
10544 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10546         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10547         Remove these recent additions.
10548         (c-mode): Restore to before 2005-04-28.
10550         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10551         recent addition.
10553         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10554         (gdb-define-alist): New variables.
10555         (gdb-create-define-alist): New function.
10556         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10557         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10558         with string-to-number.
10559         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10561         * progmodes/gud.el: Replace string-to-int with string-to-number.
10562         (gud-find-file): Handle gdb-define-alist.
10564         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10566 2005-05-02  Jay Belanger  <belanger@truman.edu>
10568         * calc/calc-aent.el (math-read-token):
10569         * calc/calc-bin.el (calc-word-size):
10570         * calc/calc-ext.el (calc-read-number-fancy):
10571         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10572         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10573         * calc/calc-frac.el (calc-over-notation):
10574         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10575         (calc-graph-num-points, calc-graph-init):
10576         * calc/calc-prog.el (calc-read-parse-table-part)
10577         (calc-edit-macro-repeats):
10578         * calc/calc-yank.el (calc-do-grab-rectangle):
10579         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10580         Replace `string-to-int' by `string-to-number'.
10582 2005-05-02  Kim F. Storm  <storm@cua.dk>
10584         * kmacro.el: Use executing-kbd-macro-index variable.
10586 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10588         * net/rlogin.el (rlogin-parse-words): Delete func.
10589         (rlogin): Use split-string, not rlogin-parse-words.
10590         Also, if there are option-like elements in the parsed args,
10591         take the host to be the first arg immediately following them.
10592         Suggested by Michael Mauger.
10594 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10596         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10598 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10600         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10601         (cc-mode-cpp-program): Rename to cc-define-list-program and
10602         move to cc-vars.el.
10604         * progmodes/cc-vars.el (cc-define-list-program):
10605         Change to "gcc -E -dM -".  Make customizable.
10607 2005-05-02  Kim F. Storm  <storm@cua.dk>
10609         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10611 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10613         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10615         * international/mule-util.el (truncate-string): Remove alias and
10616         obsolete declaration.
10618         * international/mule-cmds.el (update-iso-coding-systems):
10619         Remove alias and obsolete declaration.
10621         * international/mule.el (coding-system-parent): Remove alias and
10622         obsolete declaration.
10624         * subr.el (define-function, sref): Remove aliases and obsolete
10625         declarations.
10626         (chars-in-region): Remove obsolete declaration.
10628 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10630         * info.el (Info-mode): Set widen-automatically to nil, locally.
10632         * simple.el (widen-automatically): New variable.
10633         (pop-global-mark): Obey widen-automatically.
10635 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10637         * term/xterm.el (function-key-map): Call substitute-key-definition
10638         before the keymap size is increased by a lot of define-key calls.
10640 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10642         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10643         Rename ARG to ELEMENT.  Doc fix.
10645 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10647         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10648         Remove references to allout-exposure/change to allout-new-exposure.
10650         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10651         bytecode symbols.
10653         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10654         (compiled-function-p, focus-frame, unfocus-frame):
10655         Remove aliases and obsolete declarations.
10656         Back out inadvertent changes from previous commit.
10658 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10660         * files.el (require-final-newline): Make Custom tags consistent
10661         with mode-require-final-newline.
10662         (mode-require-final-newline): Doc fix.
10664 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10666         * international/latexenc.el (latexenc-find-file-coding-system):
10667         Fix regular expressions.
10669 2005-05-01  David Kastrup <dak@gnu.org>
10671         * international/latexenc.el (latexenc-find-file-coding-system):
10672         Fix regular expressions.
10674 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10676         * subr.el (string-to-int): Make obsolete.
10678 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10680         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10682         * loadup.el: load jka-comp-hook.
10684         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10685         (jka-compr-handler): Add autoload.  `put' calls moved
10686         to jka-comp-hook.el.
10687         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10688         (jka-compr-inhibit): Autoload.
10690         * jka-comp-hook.el: New file.
10691         Enable the mode by default.
10693         * files.el (backup-buffer-copy): Use copy-file instead
10694         of write-region, and put back the 'excl.
10696 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
10698         * progmodes/flymake.el (flymake-split-string)
10699         (flymake-split-string, flymake-log, flymake-pid-to-names)
10700         (flymake-reg-names, flymake-get-source-buffer-name)
10701         (flymake-unreg-names, flymake-add-line-err-info)
10702         (flymake-add-err-info): Clarify docstrings.
10703         (flymake-popup-menu, flymake-make-emacs-menu)
10704         (flymake-make-xemacs-menu): Add docstrings.
10705         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10706         Set variables directly throughout.
10708 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
10710         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10711         exists.  Initialize cc-define-alist.
10712         (c-mode): Add cc-create-define-alist locally to after-save-hook.
10713         If there is no file (Macroexpansion) don't create an alist.
10715 2005-04-29  Sam Steingold  <sds@gnu.org>
10717         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10718         (cc-create-define-alist): Use it instead of the hard-coded string.
10720 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * international/mule-conf.el (file-coding-system-alist): Fix regexp
10723         for latexenc.
10725 2005-04-29  Lute Kamstra  <lute@gnu.org>
10727         * emacs-lisp/generic.el: Improve commentary section.
10728         (define-generic-mode): Improve docstring.
10730 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
10732         * textmodes/org.el (many places): Change to quiet the byte compiler.
10733         (org-prefix-format-compiled): New variable.
10734         (org-compile-prefix-format): New function.
10735         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10736         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10737         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10738         (org-get-entries-from-diary): Use `org-get-time-of-day' for
10739         consistency with entries from `org-mode' files.
10740         (org-get-time-of-day): Fix bug with partial matches early in a line.
10741         (org-non-link-chars): New constant.
10742         (org-link-regexp): Respect `org-non-link-chars'.
10743         (org-agenda-day-view): Remove command.
10744         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10745         (org-follow-bbdb-link, org-store-link): Search also company field.
10746         (org-highlight-overlay): New variable.
10747         (org-highlight, org-unhighlight): New functions.
10748         (org-agenda-mode): Add pre-command-hook to remove highlight.
10749         (org-evaluate-time-range): Behavior depends upon whether time stamp
10750         contains a time or not.
10751         (org-show-subtree, org-show-entry): New functions.
10752         (org-agenda-cleanup-fancy-diary): Remove empty lines.
10754 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10756         * comint.el (comint-output-filter-functions): Add autoload cookie.
10758 2005-04-28  Kim F. Storm  <storm@cua.dk>
10760         * ido.el (ido-everywhere): Fix last change.
10762 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10764         * international/latexenc.el: New file.
10765         * international/mule-conf.el (file-coding-system-alist): For .tex,
10766         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10768 2005-04-28  Lute Kamstra  <lute@gnu.org>
10770         * font-lock.el (font-lock-add-keywords)
10771         (font-lock-remove-keywords): Clarify docstring.
10772         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10773         Don't start docstrings with a `*'.
10774         (font-lock-update-removed-keyword-alist): Give it a docstring.
10776         * generic-x.el: Update commentary section.
10777         Only require font-lock when compiling.
10778         Define all modes conditionally.
10779         Place all generic modes in the generic-x-modes customization group.
10780         (generic-x-modes): New customization group.
10781         (generic-default-modes, generic-mswindows-modes)
10782         (generic-unix-modes, generic-other-modes): New constants.
10783         (generic-define-mswindows-modes, generic-define-unix-modes):
10784         Update docstrings.  Make them obsolete.
10785         (generic-extras-enable-list): New default value.  Update docstring.
10786         Improve :type.  Change :set function.
10787         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10788         Fix docstring.
10790         * emacs-lisp/generic.el (generic-mode-internal):
10791         Simplify font-lock-defaults.
10792         (define-generic-mode): Fix docstring.
10794 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10797         font-lock-face property to highlight matches.
10799 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
10801         * progmodes/cc-mode.el (cc-create-define-alist): New function.
10802         (cc-define-alist): New variable.
10803         (c-mode): Make it local and initialize it.
10805         * progmodes/gdb-ui.el (gdb-active-process): New variable.
10806         (gdb-exited): New function.
10807         (gdb-annotation-rules): Use it.
10808         (gdb-starting): Set gdb-active-process to t.
10809         (gdb-stopping): Amend doc string.
10810         (gdb-reset): Set gdb-active-process to nil.
10812         * tooltip.el (tooltip-gud-tips): Show the associated #define
10813         directives when a C program under GDB is not executing.
10815 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10818         font-lock-fontify-syntactic-keywords.
10820         * font-lock.el (font-lock-default-fontify-region): Don't force
10821         parse-sexp-lookup-properties to nil.
10823 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
10825         * man.el (man-mode-syntax-table): Set up `:' to have
10826         word-constituent syntax.
10828 2005-04-27  Lute Kamstra  <lute@gnu.org>
10830         * novice.el (disable-command): Don't add spurious newlines to the
10831         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
10833 2005-04-26  Jay Belanger  <belanger@truman.edu>
10835         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10836         than one window before deleting window.
10838 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
10840         * shell.el (shell-prompt-pattern): Doc fix.
10841         (shell-mode): Set paragraph-separate buffer locally to "\\'".
10843         * comint.el (comint-prompt-regexp, comint-get-old-input)
10844         (comint-use-prompt-regexp)
10845         (comint-use-prompt-regexp-instead-of-fields)
10846         (comint-replace-by-expanded-history, comint-send-input)
10847         (comint-output-filter, comint-get-old-input-default)
10848         (comint-line-beginning-position, comint-bol, comint-show-output)
10849         (comint-backward-matching-input, comint-forward-matching-input)
10850         (comint-next-prompt, comint-previous-prompt):
10851         Rename `comint-use-prompt-regexp-instead-of-fields' to
10852         `comint-use-prompt-regexp'.  Keep old name as alias and declare
10853         obsolete.
10854         (comint-use-prompt-regexp): Shorten first line of doc string.
10856         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
10857         Set paragraph-separate buffer locally to "\\'".
10859         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
10860         Adapt to above name change.
10862         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10863         (smbclient-prompt-regexp): Ditto.
10865         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
10867 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
10869         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
10870         gdb-location-list.
10871         Break lines that are over 80 characters wide.
10873 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
10876         New fun and var, to preserve compatibility.
10878         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
10880 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
10882         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
10883         name to file-newer-than-file-p.
10885 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10887         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
10889         * progmodes/python.el (python-mode):
10890         Use new name eldoc-documentation-function.
10892         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
10894         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10895         (eldoc-documentation-function):
10896         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
10898 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
10900         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
10902 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10904         * term/xterm.el (function-key-map): Fix strings for
10905         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
10906         {C,S,A,C-S}-{f1-f12}.
10908 2005-04-26  Kenichi Handa  <handa@m17n.org>
10910         * international/mule-cmds.el (select-safe-coding-system):
10911         Fix previous change.
10913 2005-04-26  Lute Kamstra  <lute@gnu.org>
10915         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
10917         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
10918         (font-lock-comment-delimiter-face): Ditto.
10920         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
10922 2005-04-25  Jay Belanger  <belanger@truman.edu>
10924         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
10925         to t while inserting information; use help-mode.
10927 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10929         * term.el (ansi-term-color-vector): Use the xterm colors.
10930         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
10932 2005-04-25  Lute Kamstra  <lute@gnu.org>
10934         * font-core.el (font-lock-defaults): Fix docstring.
10936         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
10938 2005-04-25  Kenichi Handa  <handa@m17n.org>
10940         * international/mule-cmds.el (select-safe-coding-system):
10941         Don't check consistency with coding: spec, etc if raw-text or
10942         no-conversion was found to be safe.
10944 2005-04-24  Richard M. Stallman  <rms@gnu.org>
10946         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
10947         citation markers at start of each line.
10949         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
10950         citation markers at start of each line.
10952         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
10954         * files.el (mode-require-final-newline): Fix previous change.
10955         (require-final-newline): Fix type label.
10957 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10959         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
10960         statement in buffer (broken by 2004-11-24 change).
10962 2005-04-24  Kim F. Storm  <storm@cua.dk>
10964         * ido.el (ido-everywhere): Save and restore old read-buffer-function
10965         and read-file-name-function values.  Don't overwrite existing
10966         non-nil values if ido-mode is enabled without ido-everywhere.
10968 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10970         * files.el (mode-require-final-newline): Minor doc fix.
10972 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10974         * subr.el (syntax-after): Doc fix.
10975         (syntax-class): If argument is nil, return nil.  Mask off upper 16
10976         bits, not 8 bits.
10978         * files.el (mode-require-final-newline): Doc fix.
10979         (backup-buffer-copy): Fix last change.
10981 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10983         * term/mac-win.el: Require select.  Set selection-coding-system to
10984         mac-system-coding-system.  Call menu-bar-enable-clipboard.
10985         (x-last-selected-text-clipboard, x-last-selected-text-primary)
10986         (x-select-enable-clipboard): New variables.
10987         (x-select-text, x-get-selection, x-selection-value)
10988         (x-get-selection-value, mac-select-convert-to-string)
10989         (mac-services-open-file, mac-services-open-selection)
10990         (mac-services-insert-text): New functions.
10991         (CLIPBOARD, FIND): Put mac-scrap-name property.
10992         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
10993         (public.tiff): Put mac-ostype property.
10994         (selection-converter-alist): Add entries for them.
10995         (mac-application-menu-map): New keymap.
10996         (interprogram-cut-function, interprogram-paste-function): Set to
10997         x-select-text and x-get-selection-value, respectively.
10998         (split-window-keep-point): Set to t.
11000 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11002         * files.el (read-directory-name): Always pass non-nil
11003         DEFAULT-FILENAME arg to read-file-name.
11004         (backup-buffer-copy, basic-save-buffer-2): Take care against
11005         writing thru an unexpected existing symlink.
11006         (revert-buffer): In indirect buffer, revert the base buffer.
11007         (magic-mode-alist): Doc fix.
11008         (buffer-stale-function): Doc fix.
11009         (minibuffer-with-setup-hook): Avoid warning.
11010         (mode-require-final-newline): Doc and custom fix.
11012         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11014         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11015         use the default appearance.
11016         (font-lock-comment-delimiter-face): New face, new variable.
11018         * imenu.el (imenu--generic-function): The official position of a
11019         definition is the start of the line that BEG is in.
11021         * midnight.el (midnight-timer): Move defvar up.
11023         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11025         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11027         * startup.el (command-line): Use with-no-warnings.
11029         * window.el (window-size-fixed): New defvar.
11031         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11033         * mail/rmail.el (rmail-font-lock-keywords):
11034         Use font-lock-comment-delimiter-face.
11036         * mail/sendmail.el (mail-font-lock-keywords):
11037         Use font-lock-comment-delimiter-face.
11039         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11041 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11043         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11044         Specify t for LAXMATCH when matching directories.
11045         Save match data around compilation-compat-error-properties form.
11047 2005-04-23  David Kastrup  <dak@gnu.org>
11049         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11050         Mention that the autoloaded aliases should be kept for AUCTeX.
11052 2005-04-23  Andreas Schwab  <schwab@suse.de>
11054         * isearch.el (isearch-forward): Doc fix.
11056 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11058         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11059         (jit-lock-stealth-nice): Change default value to 0.5.
11061 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11063         * abbrev.el (write-abbrev-file): Write table entries in
11064         alphabetical order by table name.
11066 2005-04-22  Kim F. Storm  <storm@cua.dk>
11068         * ido.el (ido-read-internal): Fix `list' completion.
11070 2005-04-22  Kenichi Handa  <handa@m17n.org>
11072         * recentf.el (recentf-save-file-coding-system): New variable.
11073         (recentf-save-list): Encode the file by
11074         recentf-save-file-coding-system and add coding: tag.
11076 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11078         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11080 2005-04-21  Lute Kamstra  <lute@gnu.org>
11082         * loadhist.el (unload-feature): Don't remove a function from hooks
11083         if it is about to be restored to an autoload .  Remove functions
11084         that will become unbound from auto-mode-alist.  Simplify the code.
11086         * subr.el (assq-delete-all): New implementation that is linear,
11087         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11088         (rassq-delete-all): New function.
11090         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11091         Add size-indication-mode.
11093 2005-04-21  Kenichi Handa  <handa@m17n.org>
11095         * international/mule-cmds.el: Add autoload for widget-value in
11096         eval-when-compile.
11098 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11100         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11101         Add tooltip-mode.
11103         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11105 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11107         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11108         (inferior-lisp-filter-regexp, inferior-lisp-program)
11109         (inferior-lisp-load-command, inferior-lisp-prompt)
11110         (inferior-lisp-mode-hook, lisp-source-modes)
11111         (inferior-lisp-load-hook): defvar->defcustom.
11112         (inferior-lisp-program, inferior-lisp-prompt)
11113         (inferior-lisp-load-hook): Doc fixes.
11114         (inferior-lisp-install-letter-bindings): Small change in
11115         introductory comment.
11117 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11119         * vc.el (vc-annotate-color-map): Change some colors so that text
11120         using them as foreground is readable on both white and black
11121         backgrounds.
11123 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * international/mule-conf.el (translation-table-for-input):
11126         Remove redundant declaration.
11128 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11130         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11132         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11133         (tooltip-toggle-gud-tips): New function.
11135 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11137         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11138         right angle brackets.
11140 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11142         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11144 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11146         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11147         Remove.  Update callers to use expand-file-name instead.
11149         * subr.el (syntax-class): New function.
11151         * simple.el (blink-matching-open): Use it.
11153         * paren.el (show-paren-function): Use it to recognize parens that are
11154         also used in 2-char comment markers.
11156 2005-04-19  Lute Kamstra  <lute@gnu.org>
11158         * loadhist.el (unload-feature): Update for new format of
11159         load-history.  Simplify the code.
11161 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11163         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11164         (mac-add-charset-info): New function.  Initialize variable
11165         mac-charset-info-alist using it.
11166         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11167         for translation.
11168         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11169         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11170         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11171         New CCL programs.
11173 2005-04-19  Kim F. Storm  <storm@cua.dk>
11175         * simple.el (next-buffer, prev-buffer, next-error)
11176         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11177         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11179         * bindings.el (next-buffer, prev-buffer, next-error)
11180         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11181         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11182         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11183         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11185 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * isearch.el (isearch-edit-string): Make the search-ring available for
11188         minibuffer history commands.
11189         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11190         the default history commands now work just as well.
11191         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11193 2005-04-18  Kim F. Storm  <storm@cua.dk>
11195         * emulation/cua-base.el (cua--pre-command-handler): Add more
11196         elaborate check for shift modifier on non-window systems.
11198 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11200         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11202 2005-04-18  Kim F. Storm  <storm@cua.dk>
11204         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11205         and make it optional.  Don't test tooltip-gud-echo-area here.
11206         (tooltip-gud-process-output, gdb-tooltip-print):
11207         Pass tooltip-gud-echo-area to tooltip-show.
11208         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11210 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11212         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11213         `display-graphic-p' may not be bound yet.
11215 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11217         * startup.el (command-line): No longer enable Xterm Mouse mode by
11218         default in terminals compatible with xterm.
11220         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11222 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11224         * tooltip.el (tooltip-gud-echo-area): Rename from
11225         tooltip-use-echo-area.
11226         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11227         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11228         area independently of where help tooltips are displayed.
11230 2005-04-17  David Kastrup  <dak@gnu.org>
11232         * cus-theme.el (custom-theme-write-variables): Quote variables
11233         where necessary.
11235 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11237         * simple.el (yank-excluded-properties): Add follow-link to value.
11239         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11241         * startup.el (fancy-splash-max-time): Just 30 seconds.
11242         (fancy-splash-delay): Just 7.
11243         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11245         * loadhist.el (unload-feature): Update for new format of load-history.
11246         Simplify the code.
11248         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11249         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11251         * mail/sendmail.el (mail-font-lock-keywords):
11252         Don't fontify subject text.
11253         Don't fontify the text of a citation.
11255 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11257         * comint.el (comint-output-filter): Run comint-output-filter-functions
11258         with point where the user had it.
11260 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11262         * international/ucs-tables.el (ucs-set-table-for-input):
11263         Disable when using unify-on-decoding.
11265 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11267         * emulation/cua-base.el (cua-global-mark-face): Add special case
11268         for displays supporting a high number of colors.
11270 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11272         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11274 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11276         * filesets.el (filesets-add-buffer): If user supplies a name of a
11277         non-existing fileset, create a new fileset.
11279 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11281         * textmodes/org.el (org-up-heading-all): Fix bug with
11282         `outline-up-heading-all'.
11284 2005-04-16  Andreas Schwab  <schwab@suse.de>
11286         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11287         /etc/permissions.d/* and /etc/aliases.d/*.
11289 2005-04-16  Kenichi Handa  <handa@m17n.org>
11291         * international/code-pages.el (cp-make-coding-system):
11292         Set `translation-table-for-input' property value to the symbol
11293         ucs-mule-to-mule-unicode, not to that value.
11294         (pt154): Escape guillemet by `\'.
11296 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11298         * loadup.el: Load tooltip if x-show-tip is fboundp.
11300         * startup.el (command-line): Add comment.
11302         * tooltip.el (tooltip-mode): Specify correct standard value for
11303         Custom in init-value.
11305 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11307         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11308         possible.
11310 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11312         * textmodes/org.el (org-agenda-date-prompt): Rename from
11313         `org-agenda-date-today'.
11314         (org-evaluate-time-range): Insert at point instead of directly
11315         after time range.
11316         (org-first-headline-recenter, org-subtree-end-visible-p)
11317         (org-optimize-window-after-visibility-change): New functions
11318         (org-agenda-post-command-hook): Don't allow point at end of line,
11319         to make sure it always hits the text properties.
11320         (org-agenda-next-date-line, org-agenda-previous-date-line):
11321         New commands.
11322         (org-set-regexps-and-options): Category may contain white space.
11323         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11324         Improve marker positions.
11325         (org-agenda-new-marker): Argument POS made optional.
11326         (org-agenda-get-timestamps): Deadlines which are done are listed
11327         in org-done-face now.
11328         (org-agenda-get-todos, org-agenda-get-timestamps)
11329         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11330         Set `undone-face' and `done-face' properties.
11331         (org-last-todo-state-is-todo): New variable.
11332         (org-todo): Set `org-last-todo-state-is-todo'.
11333         (org-agenda-todo): Change face according to
11334         `org-last-todo-state-is-todo'.  And change other lines referring to
11335         the same entry.
11336         (org-calendar-goto-agenda): New command.
11337         (org-calendar-to-agenda-key): New option.
11338         (org-startup-folded): New allowed value `content'.
11339         (org-set-regexps-and-options): Accept new value `content' for
11340         `org-startup-folded'.
11341         (org-get-current-options): Handle new value `content' for
11342         `org-startup-folded'.
11343         (org-insert-todo-heading): New command.
11344         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11345         interactively in empty file and option
11346         `org-insert-mode-line-in-empty-file' has been set.
11347         (org-agenda-todo,org-agenda-priority): Modify to use
11348         `org-agenda-change-all-lines'.
11349         (org-warning-face): Change color on dark background
11351 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11353         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11354         use preferences AppleLocale and AppleLanguages, and variable
11355         mac-system-locale for default locale.  On Mac OS Classic, use
11356         mac-system-coding-system for default coding systems.
11358         * term/mac-win.el: Don't set file-name-coding-system.
11359         Decode variables system-name, emacs-build-system, user-login-name, and
11360         user-full-name by mac-system-coding-system on Mac OS Classic.
11361         (mac-system-coding-system): New variable.
11363 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11365         * startup.el (command-line): Handle `xterm-mouse-mode' before
11366         reading init file.
11368         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11370 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11372         * progmodes/sh-script.el (sh-here-document-word): Make it a
11373         defcustom.  Doc fix.
11374         (sh-add): Bash uses $(( )) for arithmetic.
11375         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11376         (sh-maybe-here-document): Remove quotes and leading whitespace
11377         from heredoc word when closing.  Indent heredoc with tabs if word
11378         starts with "-".
11380 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11382         * simple.el (undo): Fix previous change.
11384         * custom.el (defface): Doc fix.
11386 2005-04-13  Lute Kamstra  <lute@gnu.org>
11388         * Makefile.in (DONTCOMPILE): Remove list.
11389         (compile, compile-always): Don't use DONTCOMPILE.
11390         (update-authors): Load the library in which batch-update-authors
11391         is defined.
11392         * makefile.w32-in (DONTCOMPILE): Remove list.
11393         (compile, compile-always): Fix comments.
11394         (update-authors): Load the library in which batch-update-authors
11395         is defined.
11397         * generic-x.el (generic-mode-ini-file-find-file-hook):
11398         Rename to ini-generic-mode-find-file-hook.
11399         Keep generic-mode-ini-file-find-file-hook as an alias.
11400         (ini-generic-mode-find-file-hook): Rename from
11401         generic-mode-ini-file-find-file-hook.  Fix docstring.
11402         (ini-generic-mode): Docstring change.
11403         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11405         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11406         called from lisp.
11408         * generic.el: Move to the emacs-lisp subdir.
11410 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11412         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11413         and C-S- function and cursor motion keys.
11415 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11417         * startup.el (command-line): Enable Xterm Mouse mode by default.
11418         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11419         for Custom.  No longer show "Mouse" in mode line when enabled.
11420         Doc fix.
11422 2005-04-12  Kim F. Storm  <storm@cua.dk>
11424         * emulation/cua-base.el (cua-rectangle-face)
11425         (cua-rectangle-noselect-face): Define face attributes here.
11427         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11429 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11431         * startup.el (command-line): Turn off blinking cursor if
11432         cursorBlink in resources is off or false.
11434 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11436         * term/mac-win.el (dnd): Require dnd.
11437         (mac-drag-n-drop): Call dnd-handle-one-url.
11438         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11439         (kTextEncodingISOLatin2): Remove constants.
11440         (mac-script-code-coding-systems): New constant.
11441         (mac-handle-language-change): New function.
11442         (special-event-map): Bind it to `language-change' event.
11443         (mac-centraleurroman, mac-cyrillic): New coding systems.
11444         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11445         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11446         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11447         encode-mac-cyrillic, respectively.
11449 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11451         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11452         Don't set overlay-arrow-string to "=>" as this is done
11453         globally in C now.
11455 2005-04-12  Lute Kamstra  <lute@gnu.org>
11457         * generic-x.el (rc-generic-mode, rul-generic-mode):
11458         Fix auto-mode-alist entries.
11459         (etc-fstab-generic-mode): Tweak fontification.
11461         * generic.el (generic-make-keywords-list): Fix docstring.
11462         (generic-mode-internal): Simplify generic-font-lock-keywords.
11464 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11466         * whitespace.el (whitespace-buffer-leading)
11467         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11468         However, fix the highlight area for the leading and
11469         trailing whitespaces to show space.
11471 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11473         * whitespace.el (whitespace-version): Bump to 3.5
11475         (whitespace-buffer-leading, whitespace-buffer-trailing):
11476         Invert sense of the test to highlight the whitespace.
11478 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11480         * progmodes/gud.el (gud-display-line): GUD uses its own
11481         overlay arrow now so don't set overlay-arrow-string.
11482         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11484 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11486         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11487         (term-ansi-current-reverse, term-ansi-current-invisible)
11488         (term-ansi-face-already-done): Change to boolean.
11489         (term-reset-terminal, term-handle-colors-array): Handle the above
11490         vars accordingly.
11491         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11492         (term-emulate-terminal): Use the new name.
11494         * faces.el (secondary-selection): Use yellow1, not yellow.
11495         (trailing-whitespace): Use red1, not red.
11497 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11499         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11500         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11501         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11503         * cus-edit.el (dnd): New group.
11505         * term/w32-win.el (dnd): Require dnd
11506         (w32-drag-n-drop): Call dnd-handle-one-url.
11508         * x-dnd.el: Require dnd.
11509         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11510         Call dnd-handle-one-url.
11511         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11512         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11513         to dnd-insert-text.
11514         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11515         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11516         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11517         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11519         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11521 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11523         * wdired.el: Doc fixes.
11524         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11525         (wdired-use-dired-vertical-movement): Rename from
11526         wdired-always-move-to-filename-beginning.
11527         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11528         (wdired-change-to-wdired-mode): Change mode name.
11529         (wdired-newline): Delete.
11531 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11533         * whitespace.el (whitespace-highlight-the-space):
11534         Don't call whitespace-unhighlight-the-space here.
11536         * simple.el (undo): Record t in undo-equiv-table
11537         for the redo record made by an undo-in-region.
11539 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11541         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11542         (gdb-frame-inferior-io-buffer): New Functions to control
11543         display of separate IO buffer.
11544         (menu): Add them to menu-bar.
11545         (gdb-display-buffer): Check for buffer another frame.
11546         Protect GUD buffer.
11547         (gdb-setup-windows): Create IO buffer if not already there.
11548         (gdb-memory-mode): Remove purecopy noops.
11550 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11552         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11553         and pass to self-insert-command.
11555 2005-04-11  Lute Kamstra  <lute@gnu.org>
11557         * generic.el: Commentary section cleanup.
11558         (generic): Delete.
11559         (generic-use-find-file-hook, generic-lines-to-scan)
11560         (generic-find-file-regexp, generic-ignore-files-regexp)
11561         (default-generic-mode, generic-mode-find-file-hook)
11562         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11563         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11564         (generic-use-find-file-hook, generic-lines-to-scan)
11565         (generic-find-file-regexp, generic-ignore-files-regexp)
11566         (default-generic-mode, generic-mode-find-file-hook)
11567         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11569 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11571         * bookmark.el (bookmark-write-file): Catch errors writing file.
11572         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11574 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11576         * startup.el (fancy-splash-tail): Update copyright year.
11577         (command-line): Split part of -Q into -D.
11578         (emacs-basic-display): New defvar.
11579         (fancy-splash-text): Correct name of menu item.
11581         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11583         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11584         lines in one node.
11586         * comint.el (comint-send-input): New arg ARTIFICIAL.
11587         Callers in this file changed.
11589         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11591         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11593 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11595         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11596         `ldap-search-internal'.
11598 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11600         * files.el (set-auto-mode-1): Use line-end-position.
11602         * international/latin-1.el:
11603         * international/latin-2.el:
11604         * international/latin-3.el:
11605         * international/latin-4.el:
11606         * international/latin-5.el:
11607         * international/latin-8.el:
11608         * international/latin-9.el: Give punctuation syntax to NBSP.
11610         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11611         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11612         Use char-classes to accept non-ascii letters, accepted in some recent
11613         bibtex implementations.
11615 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11617         * custom.el (custom-set-minor-mode): Any non-nil value for the
11618         variable should enable the mode when set through Custom.
11620 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11623         TAB binding so tab-always-indent is obeyed.
11624         (vhdl-minibuffer-local-map): Move initialization into declaration.
11625         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11626         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11627         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11628         (vhdl-current-line): Use line-beginning-position.
11629         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11630         with-output-to-temp-buffer, so the current position can be recorded.
11632 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11634         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11635         Add regexp for gcov.
11637 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11639         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11640         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11641         syntax which Emacs 20 doesn't support.
11643 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11645         * help.el (describe-key-briefly, describe-key):
11646         Replace strings as event types with "(any string)".
11648 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * arc-mode.el (archive-mode-map): Move initialization into
11651         the declaration.  Override *all* bindings of `undo'.
11652         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11654 2005-04-09  Jay Belanger  <belanger@truman.edu>
11656         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11658 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11660         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11661         (xterm-register-default-colors): Update color values computation
11662         to match xterm-200.
11664 2005-04-09  Kenichi Handa  <handa@m17n.org>
11666         * international/code-pages.el (iso-latin-7): Fix the map.
11668 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11670         * emacs-lisp/lisp.el (defun-prompt-regexp)
11671         (parens-require-spaces, buffer-end, end-of-defun)
11672         (insert-parentheses): Doc fixes.
11674 2005-04-08  Kim F. Storm  <storm@cua.dk>
11676         * comint.el (comint-highlight-prompt): Fix face spec.
11677         * hi-lock.el (hi-green): Likewise.
11679 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11681         * cus-edit.el (custom-modified-face):
11682         * comint.el (comint-highlight-input): Fix previous changes.
11683         * term.el (term-handle-ansi-escape): Add a comment.
11685 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11688         in the buffer and in whitespace-highlighted-space.
11689         (whitespace-unhighlight-the-space): Simplify.
11690         (whitespace-buffer): Simplify.
11692 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11694         * textmodes/table.el (table-cell-face): Add special case for
11695         displays supporting a high number of colors.
11696         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11697         (vhdl-font-lock-reserved-words-face)
11698         (vhdl-speedbar-architecture-face)
11699         (vhdl-speedbar-instantiation-face)
11700         (vhdl-speedbar-architecture-selected-face)
11701         (vhdl-speedbar-instantiation-selected-face): Likewise.
11702         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11703         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11704         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11705         (ebrowse-root-class-face, ebrowse-member-attribute-face)
11706         (ebrowse-progress-face): Likewise.
11707         * progmodes/compile.el (compilation-info-face): Likewise.
11708         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11709         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11710         * calendar/calendar.el (diary-face): Likewise.
11711         * woman.el (woman-italic-face, woman-bold-face)
11712         (woman-unknown-face): Likewise.
11713         * wid-edit.el (widget-button-pressed-face): Likewise.
11714         * whitespace.el (whitespace-highlight-face): Likewise.
11715         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11716         * pcvs-info.el (cvs-marked-face): Likewise.
11717         * info.el (info-xref): Likewise.
11718         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11719         * hilit-chg.el (highlight-changes-face)
11720         (highlight-changes-delete-face): Likewise.
11721         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11722         (hi-red-b): Likewise.
11723         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11724         * font-lock.el (font-lock-keyword-face)
11725         (font-lock-function-name-face, font-lock-warning-face): Likewise.
11726         * cus-edit.el (custom-invalid-face, custom-modified-face)
11727         (custom-set-face, custom-changed-face, custom-variable-tag-face)
11728         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11729         * comint.el (comint-highlight-prompt): Likewise.
11731 2005-04-08  Lute Kamstra  <lute@gnu.org>
11733         * font-lock.el (font-lock-keywords): Docstring fixes.
11735 2005-04-08  Kenichi Handa  <handa@m17n.org>
11737         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11738         chars are more than a limit, print " and more..." at the tail.
11740 2005-04-08  Kim F. Storm  <storm@cua.dk>
11742         * emacs-lisp/authors.el (authors-aliases): Update list.
11743         (authors-ignored-files): New list.
11744         (authors-fixed-entries): Fix typo.
11745         (authors-renamed-files-alist): Update list.
11746         (authors-add): Check authors-ignored-files.
11748 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
11750         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11751         optional, to ensure backward compatibility.
11753 2005-04-08  Stephen Eglen  <stephen@gnu.org>
11755         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11757 2005-04-08  Kim F. Storm  <storm@cua.dk>
11759         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11761         * mouse.el (mouse-on-link-p): Doc fix.
11763 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
11765         * ielm.el (ielm-prompt-read-only): Doc fix.
11767         * comint.el (comint-prompt-read-only): Doc fix.
11769 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
11771         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11772         ensure dired always handles wildcards passed to ffap.
11773         (find-file-at-point): Use it.
11774         (ffap-dired-wildcards): Doc fix.
11776 2005-04-07  Juri Linkov  <juri@jurta.org>
11778         * simple.el (next-error-overlay-arrow-position): New defvar.
11779         Put "=>" on its property `overlay-arrow-string'.  Add it to
11780         `overlay-arrow-variable-list'.
11782         * progmodes/compile.el (compilation-setup):
11783         Set `next-error-overlay-arrow-position' to nil.  Also set it to
11784         nil in the local hook `kill-buffer-hook'.  Make local variable
11785         `overlay-arrow-string' and set it to "=>".
11786         (compilation-goto-locus): Set BOL position to
11787         `next-error-overlay-arrow-position' instead of
11788         `overlay-arrow-position'.
11790         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11791         locally instead of adding it to the global hook.
11792         (Info-kill-buffer): Move up.
11794 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11796         * term/xterm.el (xterm-standard-colors): Update color values from
11797         xterm-200.
11799 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11801         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11803         * fast-lock.el:
11804         * lazy-lock.el: Move them to the obsolete subdir.
11806 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11808         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11809         (wdired-add-replace-advice): Remove.
11810         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11812 2005-04-06  Kim F. Storm  <storm@cua.dk>
11814         * startup.el (command-line): Add --bare-bones alias for -Q.
11816 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11818         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11819         create the startup fontset if a font specification ends with
11820         `mac-roman'.
11822 2005-04-06  Lute Kamstra  <lute@gnu.org>
11824         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11825         change.
11827         * emacs-lisp/copyright.el (copyright-update-year): Replace the
11828         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
11830 2005-04-05  Lute Kamstra  <lute@gnu.org>
11832         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11833         (define-generic-mode): Ditto.  Fix debug declaration.
11835         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11836         Put them in the generic-x group.
11838         * calendar/timeclock.el (timeclock): Doc fix.
11840         * generic.el (define-generic-mode): Don't use custom-current-group.
11841         Document default :group value.
11842         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
11843         (define-global-minor-mode): Don't use custom-current-group.
11845 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
11847         * startup.el (command-line-1): Display startup-echo-area-message
11848         when fancy splash screen is in use.
11850         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
11851         (sh-escaped-newline): New face.
11852         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
11853         newline, and use sh-escaped-newline face.
11855         * progmodes/tcl.el (tcl-escaped-newline): New face.
11856         (tcl-builtin-list): New variable.
11857         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
11858         newlines.  Fix keywords subexpression number.
11860 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
11862         * textmodes/org.el (org-diary-default-entry): Fix call to
11863         `add-to-diary-entry'.
11865 2005-04-05  Kim F. Storm  <storm@cua.dk>
11867         * ediff-init.el: Use (featurep 'xemacs).
11869 2005-04-05  David Ponce  <david@dponce.com>
11871         * cus-edit.el (face): Derive from symbol widget.  Display sample
11872         of the current face on the fly.
11873         (widget-face-sample-face-get, widget-face-notify): New functions.
11874         (widget-face-value-create): Remove.
11876         * wid-edit.el (widget-field-end): Temporarily remove field
11877         narrowing before to call `get-char-property'.
11879 2005-04-04  Jay Belanger  <belanger@truman.edu>
11881         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
11882         (math-read-subscripts): New variable.
11883         (math-read-preprocess-string): Process subscripts.
11885 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11887         * comint.el (comint-prompt-read-only): Doc fix.
11889         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
11890         `-1'.  Doc fix.
11892 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
11894         * textmodes/org.el (org-insert-mode-line-in-empty-file):
11895         Change default value to nil.
11897 2005-04-04  Lute Kamstra  <lute@gnu.org>
11899         * autorevert.el (auto-revert-mode): Specify :group.
11900         * battery.el (display-battery-mode): Specify :group.
11901         * diff-mode.el (diff-minor-mode): Specify :group.
11902         * font-core.el (font-lock-mode): Specify :group.
11903         * hl-line.el (hl-line-mode): Specify :group.
11904         * iimage.el (iimage): New customization group.
11905         (iimage-mode): Specify :group.
11906         * longlines.el (longlines-mode): Specify :group.
11907         * master.el: Don't require easy-mmode.
11908         (master): New customization group.
11909         (master-mode): Specify :group.
11910         * msb.el (msb-mode): Specify :group.
11911         * reveal.el (reveal-mode): Specify :group.
11912         * simple.el (next-error-follow-minor-mode): Specify :group.
11913         * smerge-mode.el (smerge-mode): Specify :group.
11914         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
11915         * emulation/cua-base.el (cua-mode): Specify :group.
11916         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
11917         * language/thai-util.el (thai-auto-composition-mode)
11918         (thai-word-mode): Specify :group.
11919         * mail/supercite.el (sc-minor-mode): Specify :group.
11920         * progmodes/cwarn.el (cwarn-mode): Specify :group.
11921         * progmodes/flymake.el (flymake-mode): Specify :group.
11922         * progmodes/glasses.el (glasses-mode): Specify :group.
11923         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
11924         * textmodes/enriched.el (enriched-mode): Specify :group.
11925         * textmodes/refill.el (refill-mode): Specify :group.
11927         * add-log.el (change-log-font-lock-keywords): Names in
11928         parenthesized lists can contain spaces.
11930 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
11932         * startup.el (fancy-splash-text): Shorten default text of
11933         "Emacs Tutorial" line.  Also, if the current language env
11934         indicates an available tutorial file other than TUTORIAL,
11935         extract its title and append it to the line in parentheses.
11936         (fancy-splash-insert): If arg is a thunk, funcall it.
11938 2005-04-04  Jay Belanger  <belanger@truman.edu>
11940         * calc.el (calc-language-alist): Add tags to customization type.
11942 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
11944         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
11945         Doc fix.
11947 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
11949         * add-log.el (change-log-font-lock-keywords): The manual
11950         describing a Change Log entry, says: (...) "Aside from these
11951         header lines, every line in the change log starts with a space or
11952         a tab.".  The font-lock was not highlighting lines started with
11953         spaces, added support for it.
11955 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11957         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
11958         (bibtex-generate-url-list): Update docstring accordingly.  Put the
11959         complex example in the docstring.
11960         (bibtex-font-lock-url): Use pop.
11962 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11964         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
11966         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
11968 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11970         * filesets.el (filesets-set-default): Doc fix.
11972 2005-04-03  Lute Kamstra  <lute@gnu.org>
11974         * generic.el (define-generic-mode): Add argument to specify
11975         keywords for defcustom.
11976         (default-generic-mode): Specify :group.
11978         * generic-x.el: Specify :group for all generic modes.
11980         * desktop.el (desktop-no-desktop-file-hook)
11981         (desktop-after-read-hook): Doc fix.
11983 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
11985         * simple.el (visible-mode): Use explicit :group keyword.
11986         This changes the group of `visible-mode-hook' from paren-blinking
11987         to editing-basics.
11989 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11991         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
11992         mailbox specifications as well as URLs.
11993         (rmail-insert-inbox-text): Remove unused conditional branches.
11995 2005-04-01  Jay Belanger  <belanger@truman.edu>
11997         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11998         (calc-gnuplot-print-command): Move definitions to calc.el.
12000         * calc/calc-embed.el (calc-embedded-announce-formula)
12001         (calc-embedded-open-formula, calc-embedded-close-formula)
12002         (calc-embedded-open-word, calc-embedded-close-word)
12003         (calc-embedded-open-plain, calc-embedded-close-plain)
12004         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12005         (calc-embedded-open-mode, calc-embedded-close-mode):
12006         Move definitions to calc.el.
12008         * calc/calc.el (calc-settings-file, calc-language-alist):
12009         Make customizable.
12010         (calc-embedded-announce-formula, calc-embedded-open-formula)
12011         (calc-embedded-close-formula, calc-embedded-open-word)
12012         (calc-embedded-close-word, calc-embedded-open-plain)
12013         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12014         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12015         (calc-embedded-close-mode, calc-gnuplot-name)
12016         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12017         from other files and make customizable.
12019 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12022         Use buffer-live-p.
12023         (cvs-mode-run): Don't call cvs-update-header here.
12024         (cvs-run-process): Call cvs-update-header.
12025         Use process properties for cvs-postprocess and cvs-buffer so that
12026         the sentinel can behave better if the temp buffer is killed.
12027         Use a pipe rather than a tty, to better handle unexpected prompts.
12028         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12030 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12032         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12033         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12035 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12037         * generic.el (define-generic-mode): Add indentation rule.
12039 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12041         * files.el (mode-require-final-newline): Make Custom correctly
12042         report a nil value and allow to set it to nil via Custom.
12043         Doc fix.
12045 2005-04-01  Kenichi Handa  <handa@m17n.org>
12047         * international/characters.el: Enable the correct case setting for
12048         dotless-i and dotted-I.
12050 2005-04-01  Kim F. Storm  <storm@cua.dk>
12052         * ido.el (ido-file-internal): Fall back to non-ido command if
12053         initial directory is on slow ftp (or tramp) host.
12055 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12057         * emacs-lisp/autoload.el (make-autoload):
12058         Handle define-global-minor-mode.
12060         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12061         Rename from easy-mmode-define-global-mode.
12062         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12064         * progmodes/scheme.el (scheme-mode-syntax-table):
12065         Update syntax of | and # for two-character comment syntax.
12067 2005-03-31  Lute Kamstra  <lute@gnu.org>
12069         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12070         (define-minor-mode): Call custom-current-group at load-time.
12072         * generic.el (define-generic-mode): Add debug declaration.
12073         Add defcustom for the mode hook.
12074         (generic-mode-internal): Use run-mode-hooks.
12076 2005-03-31  Kim F. Storm  <storm@cua.dk>
12078         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12079         (mouse-fixup-help-message): New defun called by show_help_echo
12080         to fixup mouse-2 prefix in help messages when applicable.
12082         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12084 2005-03-31  Kenichi Handa  <handa@m17n.org>
12086         * language/thai-word.el (thai-find-word-ends): Pay attention to
12087         the case that we reach the end of buffer.
12089         * textmodes/fill.el (fill-text-properties-at): New function.
12090         (fill-newline): Use fill-text-properties-at instead of
12091         text-properties-at.
12093 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12095         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12096         not comint-quote-filename.
12098 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12100         * help-fns.el (help-with-tutorial): Revert last change.
12102 2005-03-31  Kim F. Storm  <storm@cua.dk>
12104         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12106 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12108         * calendar/cal-china.el: Update reference to "Calendrical
12109         Calculations" book; there's a new edition.
12110         * calendar/cal-coptic.el: Likewise.
12111         * calendar/cal-french.el: Likewise.
12112         * calendar/cal-hebrew.el: Likewise.
12113         * calendar/cal-islam.el: Likewise.
12114         * calendar/cal-iso.el: Likewise.
12115         * calendar/cal-julian.el: Likewise.
12116         * calendar/cal-mayan.el: Likewise.
12117         * calendar/cal-persia.el: Likewise.
12118         * calendar/calendar.el: Likewise.
12119         * calendar/holidays.el: Likewise.
12120         * calendar/lunar.el: Likewise.
12121         * calendar/solar.el: Likewise.
12123         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12124         white space from doc string.
12126 2005-03-30  Jay Belanger  <belanger@truman.edu>
12128         * calc/calc-help.el (calc-full-help): Remove email address.
12130 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12132         * help-fns.el (help-with-tutorial): Delete title line.
12134 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12136         * calendar/cal-x.el (calendar-one-frame-setup)
12137         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12138         rather than 'symbol for set-window-dedicated-p.
12140         * calendar/appt.el (appt-buffer-name): Make it a constant.
12141         (appt-add): Doc fix.
12143         * filesets.el (filesets-menu-path, filesets-menu-before)
12144         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12145         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12146         (filesets-add-submenu): Delete and use add-submenu instead.
12148 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12150         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12151         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12152         (org-diary-default-entry): New function.
12153         (org-get-entries-from-diary): Better parsing of diary entries.
12154         (org-agenda-check-no-diary): New function.
12155         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12156         linking to diary entries.
12157         (org-agenda-execute-calendar-command): New function.
12158         (org-agenda): Improve visible section in window.
12159         Use `org-fit-agenda-window'.
12160         (org-fit-agenda-window): New option.
12161         (org-move-subtree-down): Better handling of empty lines
12162         at end of subtree.
12163         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12164         levels up.
12165         (org-fontify-done-headline): New option.
12166         (org-headline-done-face): New face.
12167         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12168         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12169         When current field is non-empty, it is copied to next row.
12170         (org-table-copy-from-above): Fix bug which made it
12171         impossible to copy fields containing only a single non-white character.
12173 2005-03-30  Kim F. Storm  <storm@cua.dk>
12175         * kmacro.el (kmacro-end-macro): Isearch may store this command
12176         into the macro -- so ignore it when executing keyboard macro.
12178 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12180         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12182 2005-03-29  Kenichi Handa  <handa@m17n.org>
12184         * language/thai.el ("Thai"): Set setup-function and exit-function
12185         for Thai language environment.
12187         * language/thai-util.el: Require thai-word.
12188         (thai-word-mode-map): New variable.
12189         (thai-word-mode): New minor mode.
12190         (setup-thai-language-environment-internal): New function.
12191         (exit-thai-language-environment-internal): New function.
12193         * language/thai-word.el (thai-word-table): Declare it by defvar,
12194         use dolist to initialize it.
12195         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12196         (thai-fill-find-break-point): New functions.
12198 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12200         * simple.el (idle-update-delay): Move definition up.
12201         (set-mark): Doc fix.
12203 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12205         * longlines.el: New file.
12207         * simple.el (buffer-substring-filters): New variable.
12208         (filter-buffer-substring): New function.
12209         (kill-region, copy-region-as-kill): Use it.
12211         * register.el (copy-to-register, append-to-register)
12212         (prepend-to-register): Use filter-buffer-substring.
12214 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12216         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12217         (gud-filter-pending-text): Move in front of gdb.
12218         (gud-overlay-arrow-position): New variable.
12219         (gud-sentinel, gud-display-line): Use it in place of
12220         overlay-arrow-position.
12222 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12224         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12225         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12226         (fortran-font-lock-keywords-4): New variable.
12227         (fortran-blocks-re, fortran-end-block-re)
12228         (fortran-start-block-re): New constants, for hideshow.
12229         (hs-special-modes-alist): Add a Fortran entry.
12230         (fortran-mode-map): Bind fortran-end-of-block,
12231         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12232         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12233         (fortran-looking-at-if-then, fortran-end-of-block)
12234         (fortran-beginning-of-block): New functions, for hideshow.
12236         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12237         Doc fix.  Tweak regexp.
12238         (f90-beginning-of-block): Push mark first.
12240 2005-03-29  Jay Belanger  <belanger@truman.edu>
12242         * calc/calc.el: Update copyright date.
12243         (calc-version): Increase to 2.1.
12244         (calc-version-date): Remove.
12246         * calc/calc-help.el: Update copyright date.
12247         (calc-full-help): Remove reference to calc-version-date.
12248         Update copyright date.
12250 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         * vc.el (vc-do-command): Use a pipe for async processes, so password
12253         prompts don't show up at places where the user can't reply.
12255 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12257         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12258         on the file name we pass to the inferior shell.
12260 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12262         * progmodes/which-func.el (which-function): Be robust in the face of an
12263         imenu--make-index-alist failure.
12265 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12267         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12269         * progmodes/python.el (python-preoutput-filter): Fix last change.
12271 2005-03-29  Lute Kamstra  <lute@gnu.org>
12273         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12274         functions and compiled macros.
12275         (debug-convert-byte-code): Handle macros too.
12276         (debug-on-entry-1): Don't signal an error when trying to clear a
12277         function that is not set to debug on entry.
12279 2005-03-29  Jay Belanger  <belanger@truman.edu>
12281         * calc/calc-lang.el: Add functions to math-function-table
12282         properties of tex and math.
12284 2005-03-29  Kenichi Handa  <handa@m17n.org>
12286         * ps-mule.el (ps-mule-plot-string): Translate characters by
12287         ps-print-translation-table.
12288         (ps-mule-begin-job): Call find-charset-region/string with
12289         ps-print-translation-table.
12290         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12292         * ps-print.el (ps-print-translation-table): New variable.
12293         (ps-plot-region): Translate characters by ps-print-translation-table.
12295 2005-03-29  Juri Linkov  <juri@jurta.org>
12297         * simple.el (next-error-highlight-timer): New variable.
12299         * progmodes/compile.el (compilation-goto-locus):
12300         Use `next-error-highlight-timer' instead of `sit-for'.
12302 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * mail/supercite.el (sc-mail-field): Use assoc-string.
12305         (sc-get-address): Simplify regexps.
12307         * files.el (minibuffer-with-setup-hook): New macro.
12308         (find-file-read-args): Use it to avoid let-binding
12309         minibuffer-with-setup-hook (which breaks turning on/off
12310         file-name-shadow-mode while in the prompt).
12312         * complete.el (PC-read-include-file-name-internal):
12313         Use test-completion.
12315 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12317         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12319 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * window.el (window-buffer-height): Use count-screen-lines.
12323         * progmodes/python.el (python-preoutput-leftover): New var.
12324         (python-preoutput-filter): Use it.
12325         (python-send-receive): Loop until all the result has been received.
12327 2005-03-28  Juri Linkov  <juri@jurta.org>
12329         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12331         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12332         "Recover Crashed Session".
12333         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12334         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12335         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12336         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12337         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12338         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12339         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12340         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12342         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12343         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12344         Ediff Sessions", "Toggle use of separate control buffer frame",
12345         "Use separate frame for Ediff control buffer".
12347         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12348         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12349         "Rename Bookmark", "Delete Bookmark".
12351         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12352         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12353         Add `:active Info-index-alternatives' to "Next Matching Item".
12355         * wdired.el (wdired-change-to-wdired-mode):
12356         Mention `wdired-abort-changes' key in the initial message.
12358         * international/mule.el (auto-coding-alist): Associate non-ascii
12359         image filename extensions with `no-conversion'.
12361 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * international/iso-acc.el:
12364         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12366 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12368         * textmodes/sgml-mode.el (html-mode): Doc update.
12370         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12372 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12374         * term.el (term-move-columns): Fix face after extending a line.
12375         (term-insert-spaces): Likewise.
12376         (term-reset-terminal): Fix off by one error.
12378 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12380         * international/mule.el (auto-coding-alist): Add .xpi files.
12382         * files.el (auto-mode-alist): Add .xpi files.
12384 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12386         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12388 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12390         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12392 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12394         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12395         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12397         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12398         cursor to Jan 1 when needed.
12399         (calendar-end-of-year): Fix -/+ typo.
12400         Reported by Chong Yidong <cyd@stupidchicken.com>.
12402 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12406         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12407         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12409 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12411         * filesets.el (filesets-init): Add autoload.
12413         * mail/mailalias.el (mail-directory): Doc fix.
12415 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12417         * mail/mailalias.el (mail-directory-process): Do nothing if
12418         mail-directory-process is an atom.
12419         (mail-get-names): Ignore mail-directory-names if it is an atom.
12420         (mail-directory-process defvar): Doc fix.
12421         (mail-names): Doc fix.
12423 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12425         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12427 2005-03-26  Kenichi Handa  <handa@m17n.org>
12429         * international/mule-util.el (detect-coding-with-priority):
12430         Call update-coding-systems-internal before detect-coding-region.
12432 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12434         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12435         (gdb-frames-mode-map): Add follow-link property.
12437 2005-03-25  Jay Belanger  <belanger@truman.edu>
12439         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12440         for variables.
12442 2005-03-25  Juri Linkov  <juri@jurta.org>
12444         * image-mode.el: Optimize image filename extension regexps in
12445         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12446         in `auto-mode-alist'.
12447         (image-mode): Add `image-toggle-display-text' to local hook
12448         `change-major-mode-hook'.  Display the image as an image by
12449         default.  Set `cursor-type' and `truncate-lines' if the image
12450         is already displayed.  Take into account the current mode (image
12451         or text) in message.
12452         (image-minor-mode): New minor mode.
12453         (image-mode-maybe, image-toggle-display-text): New functions.
12454         (image-toggle-display): Use called-interactively-p.
12455         Let-bind `inhibit-read-only' to t.
12457         * image-mode.el (image-minor-mode): Set `cursor-type' and
12458         `truncate-lines' if the image is already displayed.  Add turning
12459         image-minor-mode off to `change-major-mode-hook'.  Add message.
12460         Call `image-toggle-display-text' after turning image-minor-mode off.
12462 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12464         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12465         Terminal.app, use utf-8.
12466         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12467         (set-locale-environment): Use it.
12469         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12471         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12473         * progmodes/python.el (python-close-block-statement-p)
12474         (python-outdent-p, python-current-defun): Use symbol-end.
12476 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12478         * files.el (save-some-buffers): Doc fix.
12480 2005-03-25  Werner Lemberg  <wl@gnu.org>
12482         * complete.el, thumbs.el: Replace `legal' with `valid'.
12483         * calendar/calendar.el: Replace `legal' with `valid'.
12484         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12485         * mail/supercite.el: Replace `legal' with `valid'.
12486         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12487         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12488         Replace `legal' with `valid'.
12489         * textmodes/reftex-vars.el, textmodes/reftex.el:
12490         Replace `legal' with `valid'.
12492 2005-03-25  Werner Lemberg  <wl@gnu.org>
12494         * calc/calc-forms.el, calc/calc-sel.el:
12495         * midnight.el, vc-cvs.el:
12496         * emacs-lisp/cl-macs.el:
12497         * emulation/vip.el:
12498         * eshell/esh-io.el, eshell/esh-var.el:
12499         * mail/supercite.el:
12500         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12501         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12502         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12503         * progmodes/sh-script.el, progmodes/xscheme.el:
12504         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12505         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12506         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12507         * textmodes/reftex.el, textmodes/org.el:
12508         Replace `illegal' with `invalid'.
12510 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12512         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12513         (flymake-find-buildfile, flymake-find-possible-master-files)
12514         (flymake-check-include, flymake-parse-line): Replace loops over the
12515         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12517         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12518         Substitute file-name-as-directory in the rest of the file.
12519         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12520         (flymake-replace-region): Remove unused arg `buffer'.
12521         (flymake-check-patch-master-file-buffer): Update calls to it.
12522         (flymake-add-err-info): Remove unused var `count'.
12523         (flymake-mode): Use define-minor-mode.
12525         * progmodes/flymake.el: Use with-current-buffer.
12526         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12527         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12528         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12529         Avoid testing for `xemacs'.
12530         (flymake-nop): Move.
12531         (flymake-region-has-flymake-overlays): Return the computed value.
12532         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12533         Remove unused var `endline'.
12534         (flymake-get-line-count): Remove unused function.
12535         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12537         * emulation/vi.el:
12538         * generic.el:
12539         * hilit-chg.el (global-highlight-changes):
12540         * hi-lock.el (hi-lock-mode):
12541         * follow.el: find-file-hooks -> find-file-hook.
12543         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12545 2005-03-24  Juri Linkov  <juri@jurta.org>
12547         * dired.el (dired-mode-map): Add menu item "Compare directories"
12548         for dired-compare-directories.
12550         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12551         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12553 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12555         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12557 2005-03-24  Jay Belanger  <belanger@truman.edu>
12559         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12560         relevant mode settings in calc-embedded-original-modes when modes
12561         are permanently changed.
12563 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * autoinsert.el: find-file-hooks -> find-file-hook.
12567 2005-03-24  Lute Kamstra  <lute@gnu.org>
12569         * generic.el (generic-font-lock-defaults): Make it obsolete.
12570         (generic-font-lock-keywords): New variable to replace
12571         generic-font-lock-defaults.
12572         (generic-mode-set-font-lock): Delete it.
12573         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12574         (generic-bracket-support): Add docstring.
12576         * generic-x.el: Rename generic-font-lock-defaults to
12577         generic-font-lock-keywords throughout.
12578         (mailagent-rules-setup-function): Delete it.
12579         (mailagent-rules-generic-mode): Use anonymous function instead.
12580         (show-tabs-generic-mode-font-lock-defaults-1)
12581         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12582         Quote faces.
12583         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12584         not foreground.
12586         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12587         Recognize define-generic-mode.
12589 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12591         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12592         if there's no completion table.
12594 2005-03-23  Miles Bader  <miles@gnu.org>
12596         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12597         Remove tty-specific variants, as they're no longer needed.
12599 2005-03-23  Lute Kamstra  <lute@gnu.org>
12601         * generic-x.el: Code cleanup: make args constant whenever possible.
12602         (installshield-statement-keyword-list)
12603         (installshield-system-functions-list)
12604         (installshield-system-variables-list, installshield-types-list)
12605         (installshield-funarg-constants-list): Make them constants.
12607         * generic.el (generic-make-keywords-list): Add autoload cookie.
12609         * calendar/time-date.el: Add comment on time value formats.
12610         Don't require parse-time.
12611         (with-decoded-time-value): New macro.
12612         (encode-time-value): New function.
12613         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12614         (days-to-time): Return a valid time value when arg is huge.
12615         (time-since): Use time-subtract.
12616         (time-to-number-of-days): Use time-to-seconds.
12618 2005-03-23  David Ponce  <david@dponce.com>
12620         * recentf.el: (recentf-keep): New option.
12621         (recentf-menu-action): Default to `find-file'.
12622         (recentf-keep-non-readable-files-flag)
12623         (recentf-keep-non-readable-files-p)
12624         (recentf-file-readable-p, recentf-find-file)
12625         (recentf-cleanup-remote): Remove.
12626         (recentf-include-p): More robust.
12627         (recentf-keep-p): New function.
12628         (recentf-remove-if-non-kept): Rename from
12629         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12630         All callers updated.
12631         (recentf-menu-items-for-commands): Fix help string.
12632         (recentf-track-closed-file): Update.  Doc fix.
12633         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12635 2005-03-23  Kim F. Storm  <storm@cua.dk>
12637         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12638         Don't inherit from fringe face (now happens automatically).
12640 2005-03-22  Kim F. Storm  <storm@cua.dk>
12642         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12643         position values.
12645 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12647         * menu-bar.el (showhide-date-time): Remove.
12648         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12649         (menu-bar-make-mm-toggle): Simplify.
12651 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12653         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12654         Accept qualified variable and function names.
12656 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12658         * bindings.el (completion-ignored-extensions):
12659         Remove ".lis" for `vax-vms'.
12661 2005-03-22  Andreas Schwab  <schwab@suse.de>
12663         * generic-x.el: Revert last change.
12664         * ldefs-boot.el: Update.
12666 2005-03-22  Jay Belanger  <belanger@truman.edu>
12668         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12669         (calc-embedded-save-original-modes)
12670         (calc-embedded-restore-original-modes): New functions.
12671         (calc-do-embedded): Save original modes when entering embedded mode
12672         and restore when leaving embedded mode.
12673         (calc-embedded-modes-change): Change the value of
12674         calc-embedded-original-modes to reflect permanent changes.
12676 2005-03-22  Lute Kamstra  <lute@gnu.org>
12678         * generic-x.el: Require generic again.
12680 2005-03-22  Miles Bader  <miles@gnu.org>
12682         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12683         Tweak details to look good on both ttys and bitmap displays, light
12684         or dark background, etc.
12686 2005-03-21  Kim F. Storm  <storm@cua.dk>
12688         * tooltip.el (tooltip-show-help-function): Check car and cdr of
12689         mouse position.
12691 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12693         * icomplete.el: Don't forcibly turn on the mode upon load.
12694         (icomplete-mode): Use define-minor-mode.
12695         (icomplete-eoinput): Default to nil.
12696         (icomplete-minibuffer-setup): Remove autoload.
12697         (icomplete-tidy): Simplify.
12698         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12699         in the initial state or if the user has modified the field.
12700         Fix handling of icomplete-max-delay-chars.
12701         Remove code that handles the oddball case where
12702         minibuffer-completion-table is an integer.
12703         Wrap icomplete-completions in while-no-input in case building
12704         completions takes more time than expected.
12705         (icomplete-completions): Simplify.
12707 2005-03-21  Richard M. Stallman  <rms@gnu.org>
12709         * jka-compr.el (jka-compr-really-do-compress):
12710         Make variable buffer-local.
12712         * image-mode.el: Handle .xpm files too.
12713         (image-toggle-display): Preserve modification flag.
12715         * help.el (where-is): Don't mention aliases with no key bindings.
12717 2005-03-21  Lute Kamstra  <lute@gnu.org>
12719         * generic.el: Fix commentary section.  Don't require cl for
12720         compilation.
12721         (generic-mode-list): Add autoload cookie.
12722         (generic-use-find-file-hook, generic-lines-to-scan)
12723         (generic-find-file-regexp, generic-ignore-files-regexp)
12724         (generic-mode, generic-mode-find-file-hook)
12725         (generic-mode-ini-file-find-file-hook): Fix docstrings.
12726         (define-generic-mode): Make it a defmacro.  Fix docstring.
12727         (generic-mode-internal): Code cleanup.  Add autoload cookie.
12728         (generic-mode-set-comments): Code cleanup.
12729         * generic-x.el: Don't prevent compilation.  Don't require generic.
12730         Follow coding conventions.  Minor code cleanup.
12731         (etc-fstab-generic-mode): Add some keywords.
12732         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12733         define-generic-mode like a function declaration.
12735 2005-03-21  Jay Belanger  <belanger@truman.edu>
12737         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12738         changing modes.
12740 2005-03-21  Sam Steingold  <sds@gnu.org>
12742         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12744 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
12746         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12747         Add underscore to "f$ lexicals" regexp.
12749 2005-03-20  Juri Linkov  <juri@jurta.org>
12751         * subr.el (progress-reporter-do-update): When `min-value' is equal
12752         to `max-value', set `percentage' to 0 and prevent division by zero.
12754 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
12756         Sync with Tramp 2.0.48.
12758         * net/tramp.el (all): Change all addresses to .gnu.org.
12759         (tramp-append-tramp-buffers): New defun.
12760         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12761         Catch `dont-send' signal.
12762         (tramp-set-auto-save-file-modes): Set always permissions, because
12763         there might be an old auto-saved file belonging to another
12764         original file.  This could be a security threat.  Reported by
12765         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12766         Check for Emacs 21.3.50 removed.
12768         * net/tramp-smb.el (all): Remove debug construct for
12769         `with-parsed-tramp-file-name'.
12770         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12771         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12772         No error message if DIRECTORY or FILENAME doesn't exist.
12773         (tramp-smb-open-connection): Check existence of
12774         `tramp-smb-program'.
12776 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12779         Properly handle the case where the `m' or `s' command's argument is not
12780         yet terminated.
12781         (perl-indent-new-calculate): New function.
12782         (perl-indent-line): Use it.
12784 2005-03-20  Miles Bader  <miles@gnu.org>
12786         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12787         in text-mode too.  Change to new face names.
12788         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12789         Add `:weight bold' attribute.
12790         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12792 2005-03-19  Juri Linkov  <juri@jurta.org>
12794         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
12796         * international/mule.el (auto-coding-alist): Sync with
12797         `auto-mode-alist' by adding upper case archive file extensions
12798         and adding ear/war to jar extension.
12800 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
12802         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12803         running, restart it.
12805 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
12807         * finder.el (finder-current-item): Throw an error on an empty line.
12809         * man.el (Man-follow-manual-reference): If current-word returns
12810         nil, use "".
12812 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
12814         * simple.el (goto-line): Doc fix.
12816 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
12818         * files.el (save-buffer): Doc fix.
12820 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
12822         * recentf.el (recentf-cleanup-remote): New variable.
12823         (recentf-cleanup): Use it to conditionally check availability of
12824         remote files.
12826 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
12828         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12829         function names.
12831 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12833         * language/thai-word.el: New file.
12835 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12837         * files.el (backup-buffer): If the file's directory is not
12838         writable, use copy instead of move to backup the file.
12840 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12842         * obsolete/keyswap.el: Moved to obsolete/ from term/.
12844 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12846         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
12847         Use functionp instead of symbolp and fboundp.  Reported by Drkm
12848         <darkman_spam@yahoo.fr>.
12849         (ps-print-version): New version 6.6.6.
12851 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
12853         * textmodes/table.el (table--line-column-position): New idiom.
12854         (table--row-column-insertion-point-p): New function to test
12855         validity of row and column insertion operation at a location.
12856         (table-global-menu, table-cell-menu): Use above functions for
12857         deterministic test operation.
12858         (table--editable-cell-p): Behave in deterministic fashion.
12860 2005-03-18  Juri Linkov  <juri@jurta.org>
12862         * isearch.el (isearch-lazy-highlight-new-loop):
12863         Make arguments beg and end optional.
12864         (isearch-update): Remove optional arguments nil from
12865         isearch-lazy-highlight-new-loop.
12866         (isearch-lazy-highlight-search): Let-bind case-fold-search to
12867         isearch-lazy-highlight-case-fold-search instead of
12868         isearch-case-fold-search, and let-bind isearch-regexp to
12869         isearch-lazy-highlight-regexp.
12870         Use isearch-lazy-highlight-last-string instead of isearch-string.
12872         * replace.el (perform-replace): Remove bindings of global
12873         variables isearch-string, isearch-regexp, isearch-case-fold-search.
12874         Add three new arguments to `replace-highlight'.
12875         (replace-highlight): Add arguments string, regexp, case-fold.
12876         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
12877         to allow isearch-lazy-highlight-new-loop to use these values
12878         to set corresponding isearch-lazy-highlight-* internal
12879         variables whose values lazy highlighting will use regardless of
12880         changes to global variables isearch-string, isearch-regexp,
12881         isearch-case-fold-search during lazy highlighting loop.
12882         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
12883         to `lazy-highlight-cleanup'.
12885         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
12886         (ispell-highlight-face): Set default face to `isearch' when
12887         lazy highlighting is enabled.
12888         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
12889         priority to 1.  Add lazy highlighting.
12890         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
12891         from `isearch-dehighlight'.
12893 2005-03-18  David Ponce  <david@dponce.com>
12895         * files.el (hack-local-variables): Do a case-insensitive search
12896         for End.
12898 2005-03-18  Juri Linkov  <juri@jurta.org>
12900         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
12901         `isearch-lazy-highlight-cleanup', add alias to old name and
12902         declare obsolete.  Add release numbers to other obsolete vars.
12903         (isearch-done, isearch-lazy-highlight-new-loop):
12904         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
12905         (lazy-highlight-cleanup) <variable>: Doc fix.
12906         (isearch-lazy-highlight-update): Rename obsolete
12907         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
12909 2005-03-18  Kenichi Handa  <handa@m17n.org>
12911         * language/thai-util.el: Fix categorization of Thai characters in
12912         thai-category-table.
12913         (thai-composition-pattern): Adjust it for the above change.
12914         (thai-self-insert-command, thai-compose-syllable): New functions.
12915         (thai-compose-region): Use thai-compose-syllable.
12916         (thai-compose-string): Likewise.
12917         (thai-composition-function): Likewise.
12918         (thai-auto-composition): New function.
12919         (thai-auto-composition-mode): New minor mode.
12921         * language/thai.el: Fix patterns to be registered in
12922         composition-function-table.
12924         * international/quail.el (quail-input-method): Locally bind
12925         inhibit-modification-hooks to t.
12927 2005-03-17  Richard M. Stallman  <rms@gnu.org>
12929         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
12930         (perl-mode): Use run-mode-hooks.
12932         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
12933         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
12934         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
12936         * mail/sendmail.el (sendmail-send-it): Reenable the code
12937         to compute resend-to-address and use it.
12939         * tar-mode.el (tar-mode): Turn off undo unconditionally.
12941         * image-mode.el: New file.
12943         * image.el (insert-sliced-image): Add autoload cookie.
12945         * font-lock.el (font-lock-lines-before): New user option.
12946         (font-lock-after-change-function): Obey it.
12948         * bindings.el (esc-map): Make M-g a prefix.
12949         Bind M-g g and M-g M-g to goto-line.
12951         * faces.el (face-id): Doc fix.
12953 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12955         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
12956         (rmail-show-message): Use rmail-unknown-mail-followup-to.
12957         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
12959         * mail/sendmail.el (mail-yank-ignored-headers)
12960         (mail-font-lock-keywords, mail-mode-fill-paragraph):
12961         Add Mail-Followup-To and Mail-Reply-To headers.
12962         (mail-citation-hook): Add autoload cookie.
12963         (mail-mode): Doc fix.
12964         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
12965         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
12966         (mail-mode-fill-paragraph): Handle those headers.
12967         (mail-mailing-lists): New variable.
12968         (mail-mail-reply-to, mail-mail-followup-to): New functions.
12970 2005-03-17  Juri Linkov  <juri@jurta.org>
12972         * isearch.el (isearch-fallback): Check for `(car previous)'
12973         before calling `isearch-other-end-state'.
12975 2005-03-17  Kim F. Storm  <storm@cua.dk>
12977         * simple.el (move-beginning-of-line): Move to beginning of buffer
12978         line, as well as beginning of screen line.
12980 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
12982         * calendar/diary-lib.el (mark-diary-entries): Use new optional
12983         argument REDRAW rather than calendar-redrawing variable.
12984         * calendar/calendar.el (calendar-redrawing): Delete.
12985         (redraw-calendar): Do not bind calendar-redrawing.
12987 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
12989         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
12990         diary-file buffer.
12992 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * help.el (describe-mode): Allow a :minor-mode-function property to
12995         specify a different minor mode toggle function than the variable.
12996         * simple.el (auto-fill-function):
12997         * subr.el (add-minor-mode): Use it.
12999 2005-03-16  Kenichi Handa  <handa@m17n.org>
13001         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13002         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13003         (ethio-fidel-to-sera-buffer): Likewise.
13005 2005-03-16  Juri Linkov  <juri@jurta.org>
13007         * emacs-lisp/find-func.el (find-function-regexp):
13008         Add defun-emitting macro `menu-bar-make-toggle'.
13010         * isearch.el: Put `isearch-scroll' property to
13011         `split-window-horizontally'.
13013         * info.el: Update error messages for `debug-ignored-errors'.
13014         (Info-isearch-search): Doc fix.
13015         (Info-find-node): Move up code to go into info buffer before
13016         recording the node to the history.
13017         (Info-fontify-node): Fontify titles only if the next line
13018         has two or more `*', `=', `-', `.'.
13019         Display "go to this node" for empty (match-string 3).
13021 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13023         * term/mac-win.el: Add mouse pointer shape constants.
13025 2005-03-15  Kim F. Storm  <storm@cua.dk>
13027         * simple.el (move-beginning-of-line): Use vertical-motion.
13029 2005-03-15  Juri Linkov  <juri@jurta.org>
13031         * isearch.el (isearch-error): New variable.
13032         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13033         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13034         (isearch-within-brackets-state): Remove.
13035         (isearch-case-fold-search-state, isearch-pop-fun-state):
13036         Decrease frame index.
13037         (isearch-mode, isearch-top-state, isearch-push-state)
13038         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13039         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13040         (isearch-search, isearch-lazy-highlight-new-loop):
13041         Replace `isearch-invalid-regexp' with `isearch-error'.
13042         Remove `isearch-within-brackets'.
13043         (isearch-search): Add `search-failed' handler to `condition-case'.
13044         (isearch-lazy-highlight-search): Add `condition-case' to catch
13045         errors and allow `isearch-lazy-highlight-update' to try
13046         highlighting from the beginning of the window.
13047         (isearch-repeat): Move up code to set isearch-wrapped to t
13048         before calling isearch-wrap-function.
13050         * info.el (Info-isearch-initial-node): New internal variable.
13051         (Info-search): Signal an error in isearch mode when search leaves
13052         the initial node.  Signal an error when `bound' is non-nil and
13053         nothing was found in the current subfile.
13054         (Info-isearch-search): Remove `condition-case'.
13055         (Info-isearch-wrap): Don't wrap when search failed during leaving
13056         the initial node.  If `Info-isearch-search' is nil, wrap around
13057         the current node.
13058         (Info-isearch-start): New fun.
13059         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13060         `isearch-mode-hook'.
13062 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13064         * simple.el (normal-erase-is-backspace): Set default to t if
13065         running on Mac.
13067         * term/mac-win.el (function-key-map): Sync with x-win.el.
13069 2005-03-15  Kenichi Handa  <handa@m17n.org>
13071         * international/mule-cmds.el (locale-language-names): Modify the
13072         format of elements and add more entries.
13073         (locale-preferred-coding-systems): Add more entries.
13074         (set-locale-environment): Adjust for the change of
13075         locale-language-names.
13077 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13079         * pcvs.el (smerge-ediff): Remove bogus autoload.
13081 2005-03-14  Lute Kamstra  <lute@gnu.org>
13083         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13084         Ignore a `*' at the beginning of a line.
13086         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13087         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13088         subr.el.
13089         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13090         to specify indentation.
13092         * generic.el (define-generic-mode): Let generic-mode-list be a
13093         list of strings; test membership with equal.
13095 2005-03-14  Kim F. Storm  <storm@cua.dk>
13097         * simple.el (next-line, previous-line): Add optional try-vscroll
13098         arg to recognize interactive use.  Pass it on to line-move.
13099         (line-move): Don't perform auto-window-vscroll when defining or
13100         executing keyboard macro to ensure consistent behavior.
13102 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13104         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13106 2005-03-13  Lute Kamstra  <lute@gnu.org>
13108         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13109         debugger-setup-buffer so that backtrace marks the frames set to
13110         debug-on-exit and we don't have to do it manually.  Set an extra
13111         debug-on-exit for macro's.
13112         (debugger-setup-buffer): Don't mark the top frame manually.
13114 2005-03-12  Lute Kamstra  <lute@gnu.org>
13116         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13117         lisp-indent-function throughout.
13118         (with-no-warnings): Set lisp-indent-function property.
13120 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13122         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13123         Add entry for backslash.
13125 2005-03-12  Juri Linkov  <juri@jurta.org>
13127         * info.el (Info-search): Four fixes for backward search.
13129 2005-03-11  Jay Belanger  <belanger@truman.edu>
13131         * calc/calc.el (calc-language-alist): New variable.
13132         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13133         (calc-embedded-find-modes): Use calc-language-alist instead of
13134         calc-embedded-language-alist.
13136 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13138         * calendar/calendar.el (calendar-redrawing): New internal
13139         variable.
13140         (redraw-calendar): Remove bogus save-excursion from previous
13141         change.  Bind calendar-redrawing to t for mark-diary-entries.
13142         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13143         calendar if that is why we were called.
13145 2005-03-11  Kenichi Handa  <handa@m17n.org>
13147         * international/mule.el (make-coding-system): Set property
13148         coding-system-define-form to nil.
13149         (define-coding-system-alias): Likewise.
13151 2005-03-11  Kenichi Handa  <handa@m17n.org>
13153         These changes are suggested by Dave Love <fx@gnu.org>.
13155         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13156         coding: tag.
13157         (adaptive-fill-regexp): Add more bullets.
13158         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13159         regexps.
13161 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13163         * help.el (describe-mode): Properly handle non-trivial lighters.
13164         Don't ignore minor modes that are not listed in minor-mode-list.
13166         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13167         feature ON when the user requests to turn it OFF.
13169 2005-03-10  Lute Kamstra  <lute@gnu.org>
13171         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13172         (implement-debug-on-entry): New function to replace debug-entry-code.
13173         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13174         second argument as the 2005-03-07 change makes it obsolete.
13175         (debug-on-entry, cancel-debug-on-entry): Update call to
13176         debug-on-entry-1.
13177         (debug, debugger-setup-buffer): Comment update.
13178         (debugger-frame-number): Update to work with implement-debug-on-entry.
13180 2005-03-10  Jay Belanger  <belanger@truman.edu>
13182         * calc/calc-embed.el (math-ms-args): Declare it.
13183         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13184         math-ms-args.
13185         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13186         variables.
13188 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13190         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13191         Use message-box.
13193         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13194         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13195         (tooltip-gud-tips): Simplify.
13196         (tooltip-gud-tips-p): Remove superfluous :set.
13197         (tooltip-gud-modes): Add fortran-mode.
13198         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13200         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13202 2005-03-09  Kim F. Storm  <storm@cua.dk>
13204         * play/animate.el (animate-place-char): Use forward-line instead
13205         of next-line to improve performance.
13207 2005-03-09  Simon Josefsson  <jas@extundo.com>
13209         * net/browse-url.el (browse-url-default-browser): Doc fix.
13211 2005-03-09  Miles Bader  <miles@gnu.org>
13213         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13214         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13216 2005-03-09  Kenichi Handa  <handa@m17n.org>
13218         * international/latin-1.el: Set case and syntax for 255 only if
13219         set-case-syntax-set-multibyte is nil.
13221         * textmodes/ispell.el (ispell-insert-word): New function.
13222         (ispell-word): Use ispell-insert-word to insert a new word.
13223         (ispell-process-line): Likewise.
13224         (ispell-complete-word): Likewise.
13226 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13228         * calendar/calendar.el (redraw-calendar): Preserve point.
13229         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13230         (calendar-week-start-day): Move after definition of
13231         redraw-calendar.  Delete buffer test, since redraw-calendar has
13232         that now.
13234         * calendar/diary-lib.el (mark-diary-entries): Only call
13235         redraw-calendar in the first of any recursive calls.
13236         Reported by Alan Shutko <ats@acm.org>.
13238 2005-03-08  Juri Linkov  <juri@jurta.org>
13240         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13241         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13242         (html-radio-buttons): Add a space before the trailing `/>' where
13243         sgml-xml-mode is non-nil.
13244         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13245         the subsequent tag of the empty XML tag.
13246         (html-href-anchor): Don't set initial input to "http:".
13247         (html-image): Ask for the image URL and set point inside alt="".
13248         (html-name-anchor): Duplicate the name in the `id' attribute when
13249         sgml-xml-mode is non-nil.
13250         (html-paragraph): Remove \n before <p>.
13251         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13252         instead of `checked' when sgml-xml-mode is non-nil.
13254         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13255         Remove 1 space before #RRGGBB to not truncate it on terminal
13256         windows w/o fringes.  Remove 1 space between bg and fg examples
13257         to get more space.
13258         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13259         avoid byte-compile warnings.
13261         * image-file.el (image-file-handler): Put `safe-magic' property to
13262         `image-file-handler'.
13264         * info.el (Info-isearch-search): Emulate word search in
13265         isearching through multiple Info nodes with Info-search.
13266         (Info-isearch-wrap): Allow isearch-word.
13268 2005-03-08  Lute Kamstra  <lute@gnu.org>
13270         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13271         stepping into the debugger's code is not possible.
13272         (debugger-jumping-flag): Docstring update.
13274 2005-03-08  Jay Belanger  <belanger@truman.edu>
13276         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13277         embedded mode begins.
13278         (calc-embedded-language-alist): New variable.
13279         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13280         set default language mode.
13282 2005-03-08  Kenichi Handa  <handa@m17n.org>
13284         * international/ccl.el (define-ccl-program): Fix docstring about
13285         extra 256 bytes assured for the output buffer.
13287         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13288         Fix BUFFER_MAGNIFICATION to 2.
13289         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13291 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13293         * align.el (align-rules-list): Added an alignment rule for CSS
13294         declarations (applies to css-mode and html-mode buffers).
13296 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13300 2005-03-07  Kim F. Storm  <storm@cua.dk>
13302         * simple.el (move-beginning-of-line): New command.
13304         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13306         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13308         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13309         and move-beginning-of-line.
13311         * apropos.el (apropos-print): Omit command from M-x ... RET.
13313 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13315         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13316         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13318 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13320         * bindings.el (esc-map): Bind M-g to goto-line.
13322         * facemenu.el (global-map): Bind M-o, not M-g.
13324 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13326         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13327         "Open Directory" as for "Open File".
13329 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13331         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13332         (push-mark-command): Run activate-mark-hook.
13334 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13336         * help-mode.el (help-mode-finish): Don't alter the element
13337         in view-return-to-alist if there already is one.
13339         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13340         make sure the current buffer is the expected one.
13342         * novice.el (disabled-command-function): Output in *Disabled Command*.
13343         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13345         * textmodes/flyspell.el (flyspell-large-region):
13346         Pass args differently for aspell.
13348         * files.el (mode-require-final-newline): Doc fix.
13350 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13352         * progmodes/which-func.el (which-function):
13353         Specify NOERROR when calling imenu--make-index-alist.
13355 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13357         * simple.el (normal-erase-is-backspace): Define default value.
13359         * custom.el (custom-theme-set-variables): Remove unused var
13360         `immediate'.
13361         (custom-reevaluate-setting): Simple function to handle variables
13362         that are defined before their default value can really be
13363         computed.
13365         * startup.el (command-line): Use it for temporary-file-directory,
13366         small-emporary-file-directory, auto-save-file-name-transforms,
13367         blink-cursor-mode, and normal-erase-is-backspace.
13369         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13370         progress, even with buggy anchored keywords.
13372 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13374         * simple.el (goto-line): Remove unbalanced final parenthesis.
13376 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13378         * simple.el (goto-line): Use a number at point as the default.
13379         With C-u as arg, switch buffers.
13381 2005-03-05  Juri Linkov  <juri@jurta.org>
13383         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13384         with `no-blinking-cursor'.
13386         * startup.el (no-blinking-cursor): New defvar.
13387         (command-line): Add `--no-blinking-cursor' to longopts.
13388         Set `no-blinking-cursor' to t for command line arguments
13389         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13390         with `no-blinking-cursor' in the condition for calling
13391         `blink-cursor-mode'.
13393 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13395         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13396         (menu-bar-options-save): Add blink-cursor-mode.
13397         (menu-bar-options-menu): Add blink-cursor-mode.
13399 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13401         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13402         (icalendar-export-file, icalendar-export-region)
13403         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13404         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13406 2005-03-04  Lute Kamstra  <lute@gnu.org>
13408         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13409         (debug-function-list): Ditto.
13411 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13413         * textmodes/texinfmt.el (texinfo-append-refill):
13414         Redefine the types of line to which @refill
13415         is not appended by replacing a search for `@refill\\|@bye' with
13416         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13417         itemize@refill' bug and the unfilled long lines bug.
13418         (texinfmt-version): Update number and date.
13420 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13422         * international/code-pages.el (windows-1250, windows-125[2-8])
13423         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13425 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13428         bound yet.
13430 2005-03-02  Romain Francoise  <romain@orebokech.com>
13432         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13433         buffer after removing limits.
13434         (ibuffer-pop-filter): Ditto.
13435         Update copyright.
13437 2005-03-02  Miles Bader  <miles@gnu.org>
13439         * button.el (make-text-button): If the user doesn't specify a
13440         type, use the default.  Rewrite to use `add-text-properties' and
13441         plist functions.
13443 2005-03-01  Lute Kamstra  <lute@gnu.org>
13445         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13446         (debugger-jumping-flag): New var.
13447         (debug-entry-code): Use it.
13448         (debugger-jump): Use debugger-jumping-flag and add
13449         debugger-reenable to post-command-hook.
13450         (debugger-reenable): Use debugger-jumping-flag and remove itself
13451         from post-command-hook.
13452         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13453         debugger-reenable.
13455 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13457         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13458         inclusion of "itemize\\|", which may be unnecessary, is certainly
13459         inelegant, and stops refilling in itemize lists when formatting
13460         Japanese Texinfo files to Info.
13461         Update copyright to 2005.
13463 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13465         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13466         of an error if GDB can't find the source file.
13468 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13470         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13471         not just the calendar.
13473         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13474         first.
13475         (diary-redraw-calendar): New function.
13476         (make-diary-entry): Add diary-redraw-calendar to local
13477         write-contents-functions.  Turn off selective display before
13478         inserting in diary.
13480 2005-03-01  Kim F. Storm  <storm@cua.dk>
13482         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13484 2005-03-01  Lute Kamstra  <lute@gnu.org>
13486         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13487         that debug-entry-code can be safely removed from a function while
13488         this code is being evaluated.  Revert the 2005-02-27 change as the
13489         new implementation no longer requires it.  Make sure that a
13490         function body containing just a string is not mistaken for a docstring.
13491         (debug): Skip one more frame in case of debug on entry.
13492         (debugger-setup-buffer): Delete one more frame line in case of
13493         debug on entry.
13494         (debugger-frame-number): Update to use the new text introduced by
13495         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13497 2005-02-28  Kim F. Storm  <storm@cua.dk>
13499         * double.el (double-translate-key): Call force-window-update after
13500         read-event to avoid crash in redisplay.
13502 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13504         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13505         (debug): Use it.  Move the inhibit-trace earlier.
13506         (debug-entry-code): New const.
13507         (debug-on-entry-1): Use it.
13509 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13511         * international/utf-16.el (ccl-encode-mule-utf-16le):
13512         Fix BUFFER_MAGNIFICATION to 2.
13513         (ccl-encode-mule-utf-16be): Likewise.
13515 2005-02-28  Kenichi Handa  <handa@m17n.org>
13517         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13518         Fix BUFFER_MAGNIFICATION to 4.
13519         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13521 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13523         * speedbar.el (speedbar-update-flag): Doc fix.
13524         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13525         argument.
13527 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13529         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13530         have a non-nil `invisible' property but are actually visible.
13532         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13533         for perldoc sections.
13534         (perl-outline-regexp, perl-outline-level): New var and function.
13535         (perl-mode): Use them.
13537 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13539         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13540         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13542 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13544         * cus-edit.el: Comment change.
13545         (custom-buffer-create-internal): Slightly reword text at top of
13546         Custom buffers.  Mention there that saving an option edits the
13547         init file.  Add link to Emacs manual node on `custom-file'.
13548         (custom-magic-alist): Rewrite individual State messages to use
13549         capitalized keywords.  Doc fix.
13551 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13553         * calendar/calendar.el (calendar-buffer): Move above
13554         calendar-week-start-day.
13555         (calendar-week-start-day): Doc fix.  Add :set function.
13556         (calendar-minimum-window-height): New variable.
13557         (generate-calendar-window): Only resize window if selected-window
13558         is displaying the calendar buffer.  Use new variable
13559         calendar-minimum-window-height.
13560         (generate-calendar): Reword error message.
13561         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13563 2005-02-27  Andreas Schwab  <schwab@suse.de>
13565         * vc.el (vc-do-command): Don't run command asynchronously when
13566         operating in a remote directory.
13568         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13569         change from sync with Tramp 2.0.47.
13571 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13573         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13575         * textmodes/flyspell.el (flyspell-mode-on):
13576         Call ispell-change-dictionary only if necessary.
13578         * emacs-lisp/re-builder.el (regexp-builder): New function.
13580         * register.el (describe-register-1): Explicitly handle
13581         yank-excluded-properties = t.
13583         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13584         (custom-magic-alist): Change the status descriptions again.
13585         (face widget-type): Total rewrite based on `restricted-sexp'
13586         to eliminate the confusing double hiding levels.
13588         * emacs-lisp/debug.el (debug-on-entry-1):
13589         If function body is empty, add nil as body form.
13591 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * emacs-lisp/trace.el (inhibit-trace): New var.
13594         (trace-make-advice): Use it.
13596         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13598 2005-02-26  Kim F. Storm  <storm@cua.dk>
13600         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13601         (mouse-on-link-p, mouse-drag-region-1): Use it.
13603 2005-02-25  Lute Kamstra  <lute@gnu.org>
13605         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13607 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13609         * frame.el (blink-cursor-mode): Add :group keyword.
13611 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13613         * calendar/icalendar.el (icalendar--decode-isodatetime):
13614         New optional argument DAY-SHIFT.
13615         (icalendar-export-region): Fix coding-system-for-write.
13616         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13617         events by one.
13619 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13621         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13623 2005-02-24  Kim F. Storm  <storm@cua.dk>
13625         * international/iso-acc.el (iso-accents-compose): Fix crash
13626         during redisplay.  Call force-window-update after read-event
13627         and delete-region to signal that window is not accurate.
13629 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13631         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13632         Remove unused and inexistent var `inhibit-trace'.
13633         (debugger-mode): Use run-mode-hooks.
13634         (debugger-list-functions): Add buttons; setup xref stack.
13636 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13638         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13639         appointment says it was explicitly made.
13640         (appt-add): Set the 3rd element.
13641         (appt-make-list): Preserve explicit appointments.
13643         * subr.el (find-tag-default): Catch errors in forward-sexp.
13645 2005-02-23  Juri Linkov  <juri@jurta.org>
13647         * info.el (Info-isearch-search): New defcustom.
13648         (Info-isearch-search): Call the default isearch function
13649         when Info-isearch-search is nil.
13650         (Info-isearch-wrap): Use variable Info-isearch-search.
13652 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13654         * cus-edit.el: Comment change.
13656 2005-02-22  Kim F. Storm  <storm@cua.dk>
13658         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13659         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13661 2005-02-22  Simon Josefsson  <jas@extundo.com>
13663         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13664         New variable.
13665         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13666         Oskarsson" <myrkraverk@users.sourceforget.net>.
13668 2005-02-22  Kim F. Storm  <storm@cua.dk>
13670         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13671         check that window of that event is the selected window.
13672         (mouse-drag-region-1): Compare mouse event window to selected
13673         window before setting point.
13675         * tooltip.el (tooltip-show-help-function): Pass event to
13676         mouse-on-link-p so it can check selected window.
13678 2005-02-22  Kenichi Handa  <handa@m17n.org>
13680         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13681         (ps-mule-show-warning): New function.
13682         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13683         characters are found.
13685         * ps-print.el (ps-header-footer-string): Return a list of header
13686         and footer strings.
13688 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13690         * pcvs.el (cvs-retrieve-revision): Fix thinko.
13692 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13694         * frame.el (blink-cursor-mode): Use define-minor-mode.
13696         * term/mac-win.el (function-key-map): Use char-names more consistently.
13697         (file-name-coding-system): Only set it for MacOS-9.  The other case is
13698         already handled in mule-cmds.el (where it also works when mac-win.el
13699         is not used).
13701 2005-02-21  Kenichi Handa  <handa@m17n.org>
13703         * international/mule.el (ctext-pre-write-conversion): Always use
13704         " *code-converting-work*" buffer for work.
13706         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13708 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
13710         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13712 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
13714         * ses.el (undo-more): Restore defadvice, but only the part that
13715         allows changes outside the restricted area of the buffer.
13717 2005-02-20  Kim F. Storm  <storm@cua.dk>
13719         * simple.el (line-move): Add fourth optional arg try-vscroll which
13720         must be set to perform auto-window-vscroll.
13721         When moving backwards and doing auto-window-vscroll, automatically
13722         vscroll to the last part of lines which are taller than the window.
13723         (next-line, previous-line): Set try-vscroll arg on line-move.
13725 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
13727         * replace.el (query-replace, query-replace-regexp)
13728         (replace-string, replace-regexp): When operating on region, make
13729         the minibuffer prompt say so.
13731         * isearch.el (isearch-forward): Document isearch-query-replace and
13732         isearch-query-replace-regexp keybindings.
13734 2005-02-19  Jay Belanger  <belanger@truman.edu>
13736         * calc/calc-aent.el (math-read-token): Add local variable.
13738         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13739         (calc-edit-top): Move declaration to earlier in file.
13740         (calc-edit-macro-repeats): Add local variables.
13742         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13743         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13744         calcFunc-tanh.
13745         Adjust integration rule for calcFunc-tan.
13747 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13749         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13750         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13751         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13752         (viper-skip-separators): Bug fix.
13753         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13754         particular major mode.
13755         (viper-del-backward-char-in-replace): Don't put deleted char on the
13756         kill ring.
13758         * viper-ex.el (viper-color-display-p): New function.
13759         (viper-has-face-support-p): Use viper-color-display-p.
13761         * viper-keym.el (viper-gnus-modifier-map): New keymap.
13763         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13765         * viper-util.el (viper-glob-unix-files): Fix shell status check.
13766         (viper-file-remote-p): Make equivalent to file-remote-p.
13768         * viper.el (viper-major-mode-modifier-list):
13769         Use viper-gnus-modifier-map.
13771 2005-02-19  David Kastrup  <dak@gnu.org>
13773         * subr.el (subregexp-context-p): Fix garbled doc string by adding
13774         quoting.
13776 2005-02-19  Jay Belanger  <belanger@truman.edu>
13778         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13779         Remove extra definitions.
13780         (calc-coth): New function.
13781         (calcFunc-cot): Fix `let'.
13783 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
13785         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13786         the reasons we use "type pc" in these faces.
13788         * button.el (button): Ditto.
13790 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
13792         * replace.el (query-replace-read-from): Set the value of
13793         query-replace-from-history-variable to handle the case of an empty
13794         string entered to accept the suggested default.
13796         * net/tramp.el (tramp-file-name-for-operation):
13797         Use dired-call-process instead of dired-call-process-command.
13799 2005-02-19  Jay Belanger  <belanger@truman.edu>
13801         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13802         (math-div-non-trig): New variables.
13803         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13804         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13805         (math-combine-prod, math-div-symb-fancy): Add simplifications for
13806         trig expressions.
13808 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
13810         * progmodes/gdb-ui.el (gdb-var-update-handler)
13811         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13812         for watch expressions,
13813         (gdb-var-create-handler): Don't set speedbar-update-flag.
13814         (gdb-post-prompt): Simplify test for speedbar.
13816 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13818         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13819         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13820         we use the syntax table of the correct buffer.
13821         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13822         Felix Gatzemeier.
13824         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13825         (ediff-file-remote-p): Make synonymous with file-remote-p.
13826         In all deffaces ediff-*-face-*, use min-colors.
13828         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13829         ediff-recurse-to-subdirectories.
13830         (ediff-mark-if-equal): Check that the arguments are strings, use
13831         ediff-same-contents (after to Felix Gatzemeier).
13833         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13834         nil.
13836 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13838         * log-view.el (log-view-message-re): Fix up Subversion regexp.
13840 2005-02-18  David Kastrup  <dak@gnu.org>
13842         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
13843         use `mark-active' when defined.
13845 2005-02-18  Kenichi Handa  <handa@m17n.org>
13847         * ps-print.el (ps-font-info-database): New entry
13848         ZapfChancery-MediumItalic with correct font name.  Fix font name
13849         of the entry Zapf-Chancery-MediumItalic.
13851 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13853         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
13855 2005-02-16  Kim F. Storm  <storm@cua.dk>
13857         * ido.el (ido-fallback-command): Pass user input to fallback command.
13859 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
13861         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
13862         (gdb-find-file-hook): Add server prefix.
13864 2005-02-16  Richard M. Stallman  <rms@gnu.org>
13866         * replace.el (perform-replace): Pass new args to replace-highlight.
13867         (replace-highlight): Take region args,
13868         and pass them to isearch-lazy-highlight-new-loop.
13870         * novice.el (disabled-command-hook): Autoload the defalias
13871         and the make-obsolete-variable call.
13873         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
13875         * isearch.el (isearch-lazy-highlight-start-limit)
13876         (isearch-lazy-highlight-end-limit): New variables limit
13877         the region for highlighting.
13878         (isearch-lazy-highlight-new-loop): New args BEG and END.
13879         (isearch-lazy-highlight-search): Use the new vars.
13880         (isearch-lazy-highlight-update): Likewise.
13882         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
13884         * cus-start.el (all): Use default-boundp.
13886 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
13888         * menu-bar.el (menu-bar-select-frame): Handle current frame.
13890 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
13892         * autorevert.el (auto-revert-stop-on-user-input)
13893         (auto-revert-verbose): Doc fixes.
13895 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
13897         * international/mule-cmds.el (set-locale-environment): Remove call
13898         to set-selection-coding-system on Windows.
13900 2005-02-15  Jay Belanger  <belanger@truman.edu>
13902         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
13903         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
13904         calcFunc-coth.
13905         (math-simplify-sqrt): Add simplifications.
13907         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
13908         to list.
13910         * calc/calc-ext.el: Add functions to autoloads.
13912         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
13913         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
13914         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
13915         (math-csc-raw, math-cot-raw): New functions.
13917         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
13919         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
13920         the variable name in a message.
13922         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
13923         calcFunc-csc, calcFunc-cot.
13925         * calc/calcalg2.el: Add derivative and integration rules for
13926         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
13927         calcFunc-csch, calcFunc-coth.
13928         (math-do-integral-methods): Add to checks for when to use
13929         substitutions.
13931         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
13933 2005-02-15  Lute Kamstra  <lute@gnu.org>
13935         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13936         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
13937         <monnier@iro.umontreal.ca>
13938         (lisp-outline-level): Improve efficiency.  Suggested by David
13939         Kastrup <dak@gnu.org>.
13941 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
13943         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
13944         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
13945         (gdb-set-gud-minor-mode-existing-buffers): New functions.
13946         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
13947         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
13949 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
13951         * cus-start.el (all): Comment change.
13953 2005-02-14  Lute Kamstra  <lute@gnu.org>
13955         * cus-start.el (all): Check if symbol is void.
13957 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
13959         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
13960         optional argument to \cite.
13962 2005-02-14  Richard M. Stallman  <rms@gnu.org>
13964         * cus-edit.el (custom-buffer-create-internal): Update help message.
13965         (custom-magic-alist): Update help messages.
13967         * cus-start.el (all): Allow a var to specify a standard value.
13969 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
13971         * custom.el (custom-theme-set-variables): Handle variable aliases.
13973         * frame.el (blink-cursor-timer): Doc fix.
13974         (blink-cursor): Make it an alias for `blink-cursor-mode' and
13975         declare obsolete.
13976         (blink-cursor-mode): Define with defcustom and use correct
13977         standard expression in that defcustom.
13978         * startup.el (command-line): Adapt to above changes in frame.el.
13980 2005-02-11  Lute Kamstra  <lute@gnu.org>
13982         * apropos.el (apropos-score-doc): Prevent division by zero.
13984 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
13986         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
13987         (icalendar--get-event-property-attributes)
13988         (icalendar--get-event-properties)
13989         (icalendar--datetime-to-diary-date): New functions.
13990         (icalendar--split-value): Doc fix.
13991         (icalendar--datetime-to-noneuropean-date)
13992         (icalendar--datetime-to-european-date): New optional argument
13993         SEPARATOR.  Return result as a string instead of a list.
13994         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
13995         (icalendar--convert-string-for-export): Rename arg S to STRING.
13996         (icalendar-export-region): Doc fix.  Change name of error buffer.
13997         Save output buffer.
13998         (icalendar-import-file): Add blank at end of prompt.
13999         (icalendar-import-buffer): Doc fix.  Do not switch to error
14000         buffer.  Indicate status in return value.
14001         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14002         buffer.  Save output buffer.  Handle exception from recurrence
14003         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14004         events.  Fix problems with weekly all-day events.
14006 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14008         * simple.el (eval-expression-print-format):
14009         Avoid warning about edebug-active.
14011         * help.el (help-for-help-internal): Rename from help-for-help.
14012         (help-for-help): Define with defalias.
14014         * font-core.el (font-lock-default-function): Use with-no-warnings.
14016         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14018         * custom.el (defface): Doc fix.
14020 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14022         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14023         width 0" to prevent word wrapping problems.
14025 2005-02-09  Kim F. Storm  <storm@cua.dk>
14027         * ido.el (ido-file-extensions-order): New defcustom.
14028         (ido-file-extension-lessp, ido-file-extension-aux)
14029         (ido-file-extension-order): New advanced file ordering.
14030         (ido-file-lessp): New simple file ordering.
14031         (ido-sort-list): Remove.
14032         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14033         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14035 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14037         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14038         that some versions of grep produce.
14039         (grep-mode-font-lock-keywords): Likewise.
14041 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14043         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14044         (gdb-cdir): Delete.
14045         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14046         (gdb-source-info): Treat case when source file is in another
14047         directory properly.
14048         (gdb-get-location): New function.
14050 2005-02-07  Jay Belanger  <belanger@truman.edu>
14052         * calc/calc-prog.el (calc-write-parse-table-part)
14053         (calc-fix-token-name): Fix a check for language type.
14055         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14057 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14059         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14060         as directory not writable.
14062 2005-02-07  Kim F. Storm  <storm@cua.dk>
14064         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14065         (cua--standard-movement-commands): Remove list.
14066         Instead, set CUA property value to move for movement commands.
14067         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14068         (cua--pre-command-handler): Check CUA property.
14069         (cua--init-keymaps): Don't remap undo commands.
14070         (cua-mode): Don't call cua--rectangle-on-off.
14072         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14073         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14074         (cua--rect-undo-set-point): New var.
14075         (cua--rectangle-undo-boundary): Setup undo apply entry.
14076         (cua--rect-undo-handler): New function for rectangle undo.
14077         (cua--rect-start-position, cua--rect-end-position): Add.
14078         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14079         for restored rectangle.  Set point if cua--rect-undo-set-point.
14081 2005-02-06  Jay Belanger  <belanger@truman.edu>
14083         * calc/calc-lang.el (calc-tex-language): Display more information
14084         in messages.
14086         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14087         in TeX mode.
14089 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14091         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14093 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14095         * net/ldap.el (ldap-search-internal): Support attributes with
14096         optional descriptions separated by a semi-colon, as in
14097         "userCertificate;binary".
14099 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14101         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14102         isn't a cons (i.e. the version is 0).
14104 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14106         * help.el (help-for-help): Doc fix.
14108 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14110         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14111         GDB-Windows on the menu-bar as this works better.
14113 2005-02-04  Jay Belanger  <belanger@truman.edu>
14115         * calc/calc-embed.el (calc-embedded-update): Don't put in
14116         unnecessary newlines.  Adjust the end of formula marker.
14118         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14119         (math-latex-parse-two-args): New function.
14121 2005-02-03  Lute Kamstra  <lute@gnu.org>
14123         * help-fns.el (help-with-tutorial): Make sure that users cannot
14124         remove the entire text of the tutorial by means of `undo'.
14126 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14128         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14129         in recent changes, where the ispell process was repeatedly
14130         killed & restarted.
14132         * international/mule-cmds.el (set-locale-environment): Set file-name
14133         coding system to utf-8 on Darwin systems.
14134         (set-default-coding-systems): Don't set default-file-name-coding-system
14135         on Darwin systems.
14137 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14139         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14141 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14143         * faces.el (list-faces-display): Add optional argument.
14145 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14147         * font-core.el (font-lock-default-function): Handle the rare case where
14148         only font-lock-keywords is set.
14150 2005-02-02  Kenichi Handa  <handa@m17n.org>
14152         * international/characters.el: Cancel previous change for
14153         I-WITH-DOT-ABOVE and DOTLESS-i.
14155         * international/latin-5.el: Cancel previous change.
14157 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14159         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14161 2005-02-02  Kenichi Handa  <handa@m17n.org>
14163         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14164         DOTLESS-i.
14166         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14167         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14169         * case-table.el (get-upcase-table): New function.
14170         (copy-case-table): Copy upcaes table too if non-nil.
14171         (set-case-syntax-delims): Maintain upcase table too.
14172         (set-case-syntax-pair): Likewise.
14173         (set-upcase-syntax, set-downcase-syntax): New functions.
14174         (set-case-syntax): Maintain upcase table too.
14176 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14178         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14180         * progmodes/gud.el (gud-goto-info): New function.
14181         (gud-tool-bar-map): Use correct icon.
14183 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14185         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14186         When delegating, order args in the funcall correctly.
14188 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14190         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14192 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14194         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14195         buffer not visiting a file.
14197 2005-01-31  Jay Belanger  <belanger@truman.edu>
14199         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14200         bound on the line with the formula.
14202 2005-01-31  Kim F. Storm  <storm@cua.dk>
14204         * ses.el (ses-create-cell-variable-range)
14205         (ses-destroy-cell-variable-range, ses-reset-header-string)
14206         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14207         (ses-insert-row): Fix format of apply undo entries.
14209 2005-01-31  Jay Belanger  <belanger@truman.edu>
14211         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14212         parts.
14214         * calc/calc-embed.el (calc-embedded-open-formula)
14215         (calc-embedded-close-formula): Ignore matrix environments.
14217         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14218         TeX mode.
14220         * calc/calc-lang.el (math-function-table, math-oper-table)
14221         (math-variable-table): Adjust the LaTeX portions.
14223         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14224         (math-latex-ignore-words): New constant.
14226 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14228         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14229         (ispell-local-dictionary): Doc fix.
14230         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14231         Don't reinitialize at run time.  Don't defcustom.
14232         All uses changed to append ispell-local-dictionary-alist,
14233         or check it first.
14234         (ispell-current-dictionary): New variable for dictionary in use.
14235         (ispell-dictionary): Now used only for global default.
14236         (ispell-start-process): Set ispell-current-dictionary,
14237         not ispell-dictionary.
14238         (ispell-change-dictionary): Use this only for setting
14239         user preferences.
14240         (ispell-internal-change-dictionary): New function
14241         to change the current dictionary in use.
14242         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14243         Use ispell-current-dictionary.
14244         Handle ispell-local-dictionary-overridden.
14245         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14247 2005-01-31  Jay Belanger  <belanger@truman.edu>
14249         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14251         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14252         (calc-mode-map): Add calc-latex-language.
14254         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14255         (math-latex-print-frac): New functions.
14256         (math-oper-table, math-function-table, math-variable-table)
14257         (math-complex-format, math-input-filter): Add latex properties.
14258         (calc-set-language): Set math-expr-special-function-mapping.
14260         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14261         (calc-write-parse-table-part): Add LaTeX support.
14263         * calc/calc.el (calc-language): Adjust docstring.
14264         (calc-set-mode-line): Add LaTeX support.
14265         (math-expr-special-function-mapping): New variable.
14266         (math-tex-ignore-words): Add to list.
14268         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14269         Add LaTeX support.
14270         (math-compose-expr): Add support for special functions.
14272         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14274 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14276         * progmodes/gdb-ui.el (gdb-memory-address)
14277         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14278         (gdb-memory-mode-map, gdb-memory-format-keymap)
14279         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14280         (gdb-memory-unit-menu): New variables for a buffer
14281         that lets the user examine program memory.
14282         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14283         (gdb-memory-format-binary, gdb-memory-format-octal)
14284         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14285         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14286         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14287         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14288         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14289         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14290         (gdb-memory-mode, gdb-memory-buffer-name)
14291         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14292         New functions for above buffer.
14294 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14296         * cus-edit.el (custom-bury-buffer): Function deleted.
14297         (custom-buffer-done-function): Option deleted.
14298         (custom-buffer-done-kill): New (replacement option.
14299         (Custom-buffer-done): Call quit-window.
14300         (custom-buffer-create-internal): Update for above changes.
14302 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14304         * simple.el (undo-ask-before-discard): New var.
14305         (undo-outer-limit-truncate): Implement it.
14306         (undo-extra-outer-limit): Doc update.
14308 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14310         * ses.el (undo-more): Delete defadvice.
14311         (ses-begin-change): Doc fix.
14313         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14314         instead of rebinding C-x u and C-_.
14316         * files.el (normal-backup-enable-predicate): Return nil for files
14317         in /tmp, regardless of temporary-file-directory.
14319         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14321         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14322         (open-rectangle, delete-whitespace-rectangle-line)
14323         (clear-rectangle-line): If FILL, pass t instead of FILL
14324         for move-to-column's 2nd arg.
14326         * simple.el (undo): Fix the test for continuing a series of undos.
14327         (undo-more): Set pending-undo-list to t when we reach end.
14328         (pending-undo-list): Move up defvar.
14330         * wid-edit.el (widget-button-click):
14331         Shorten the range of the track-mouse binding.
14333         * comint.el (comint-insert-input): Undo previous changes;
14334         use last-input-event in interactive spec.
14336 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14338         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14339         to nil before invoking call-process.  Reset buffer's modified flag
14340         after fontifying it in the no-async branch.
14342         * wid-edit.el (widget-specify-button): If mouse pointer shape
14343         cannot be changed, use mouse face instead.
14345 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14347         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14348         (gdb-goto-breakpoint): Make breakpoint handling work on template
14349         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14350         (gdb-assembler-custom): Update to recognize breakpoint information
14351         added on 2005-01-19.
14353 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14355         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14356         (dsssl-mode): Use define-derived-mode.
14357         (scheme-mode-initialize): Remove.
14358         (scheme-mode): Use run-mode-hooks.
14360         * cus-edit.el (customize-group-other-window)
14361         (custom-buffer-create-other-window): Don't override special-display-*.
14362         (custom-mode-map): Make it dense.
14364         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14365         sets the default value.
14367 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14369         * descr-text.el: Add more keywords.
14371 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * speedbar.el: Avoid unnecessary use of locate-library.
14375         * international/mule-cmds.el (standard-display-european-internal):
14376         Don't fiddle with latin-1 non-break space any more since it's now
14377         special cased in the C code.
14378         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14380 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14382         * cus-start.el (all): Add `undo-outer-limit'.
14384 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14386         * textmodes/bibtex.el (bibtex-format-entry):
14387         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14388         field lines.
14389         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14390         not on part of a buffer.
14392 2005-01-25  Lute Kamstra  <lute@gnu.org>
14394         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14395         nonempty field text strings like "{letters\\macro{}more letters}".
14396         Clarify docstring.
14397         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14398         (bibtex-entry-offset, bibtex-parse-association)
14399         (bibtex-parse-field-name): Fix typos in docstrings.
14400         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14402 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14404         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14405         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14406         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14407         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14409         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14410         isearch minor mode.
14412 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14414         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14416 2005-01-24  Lute Kamstra  <lute@gnu.org>
14418         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14419         CASECHARS and NOT-CASECHARS regular expressions of the
14420         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14421         striding over charsets" error.
14423 2005-01-24  Jay Belanger  <belanger@truman.edu>
14425         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14426         display variable name.
14428 2005-01-24  Kenichi Handa  <handa@m17n.org>
14430         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14431         Fix setting of the element of encoded-kbd-iso2022-invocations.
14433 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14435         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14436         (gdb-threads-select): Change to also accept mouse events.
14437         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14438         (gdb-threads-mouse-select): Delete.
14440 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14442         * files.el (insert-directory): Take care of empty directory,
14443         listed without -a switch.
14445 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14447         * textmodes/refill.el (refill-post-command-function):
14448         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14449         to the list of functions that we should be careful not to undo.
14450         (refill-late-fill-paragraph-function): Remove.
14451         (refill-saved-state): New var.
14452         (refill-mode): Use it to save fill-paragraph-function.
14453         Save also the value of auto-fill-function.
14455         * term/w32-win.el: Simplify code.
14457 2005-01-23  Kim F. Storm  <storm@cua.dk>
14459         * simple.el (line-move): Adapt to new return value from
14460         pos-visible-in-window-p.
14462         * simple.el (line-move): Fix last change.  Check partial
14463         visibility at point rather than at window-start.
14465 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14467         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14469 2005-01-22  David Kastrup  <dak@gnu.org>
14471         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14473 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14475         * type-break.el (type-break-mode): Add a test for
14476         type-break-file-name being non-nil.
14478 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14480         * net/eudc.el (top level): Call (message "") via progn, so that
14481         eudc-options-file is loaded.
14483 2005-01-22  Kim F. Storm  <storm@cua.dk>
14485         * simple.el (line-move-1): Rename from line-move.
14486         (line-move): New function that adjusts vscroll for partially
14487         visible rows, and calls line-move-1 otherwise.
14489 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14491         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14492         since it's not a complete read-event implementation
14494 2005-01-20  Jay Belanger  <belanger@truman.edu>
14496         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14497         for called function.
14499 2005-01-20  Steven Tamm  <steventamm@mac.com>
14501         * term/mac-win.el (process-connection-type): Remove.
14502         Controlled now by s/darwin.h:PTY_ITERATION.
14504 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * window.el (handle-select-window): Don't switch window when we're
14507         in the minibuffer.
14509 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14511         * subr.el (dotimes-with-progress-reporter): New macro.
14513         * ses.el (ses-dotimes-msg): Remove macro.
14514         Use `dotimes-with-progress-reporter' instead.
14516 2005-01-19  Steven Tamm  <steventamm@mac.com>
14518         * term/mac-win.el (process-connection-type): Use new
14519         operating-system-release variable to use ptys on Darwin 7 (OS X
14520         10.3) when using carbon build.
14522 2005-01-19  Jay Belanger  <belanger@truman.edu>
14524         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14525         flags if the last command was a tab or M-tab.
14527         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14528         in formula editing buffer.
14530 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14532         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14533         breakpoint image symbol in margin.
14535 2005-01-19  Jay Belanger  <belanger@truman.edu>
14537         * calc/calc-prog.el (calc-execute-kbd-macro):
14538         Ignore calc-keep-arg-flag.
14540 2005-01-19  Kenichi Handa  <handa@m17n.org>
14542         * textmodes/ispell.el (ispell-looking-at): New function.
14543         (ispell-process-line): Use ispell-looking-at to compare the ispell
14544         output and the buffer contents.
14546 2005-01-18  Jay Belanger  <belanger@truman.edu>
14548         * calc/calc.el (calc-display-raw): Fix docstring.
14550 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14552         * simple.el (blink-matching-open): Strip extra info from syntax.
14554         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14555         funny chars in the end-of-here-doc marker.
14557 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14559         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14560         that enable/disabled state of breakpoints is shown correctly in
14561         fringe and on ttys.
14562         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14563         Add breakpoint information as text properties.
14564         (gdb-mouse-toggle-breakpoint):
14565         Rename to gdb-mouse-set-clear-breakpoint.
14566         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14567         breakpoints in the margin.
14568         (gdb-remove-strings): Simplify.
14570 2005-01-17  Jay Belanger  <belanger@truman.edu>
14572         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14573         erasing buffer.
14575 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14577         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14578         for calling grep-compute-defaults.
14580         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14581         if buffer is empty.
14583         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14585 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14587         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14589         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14590         non-preloaded variables.
14592 2005-01-17  Steven Tamm  <steventamm@mac.com>
14594         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14595         tex-shell cause to force interactivity when using pipes.
14597 2005-01-17  Kim F. Storm  <storm@cua.dk>
14599         * simple.el (just-one-space): Make arg optional.
14601 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14603         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14604         posn-at-x-y to t to access left-margin.
14606 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14608         Sync with Tramp 2.0.47.
14610         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14611         catching keep-date problems in cp/scp operations.
14612         (tramp-handle-copy-file): Don't call `set-file-modes'
14613         unconditionally.  Specialized functions should know better what is
14614         necessary.  This improves performance a little bit, and the
14615         functions could catch errors with `cp -p' and `scp -p'.
14616         (tramp-do-copy-or-rename-file-via-buffer)
14617         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14618         when appropriate.
14619         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14620         Call `set-file-modes' when appropriate.
14621         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14622         Johnsson <isak@hypergene.com>
14623         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14624         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14625         <joakim@verona.se>
14626         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14627         Emacs only.
14629         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14630         `find-file-hooks' and `dired-mode-hook'.
14631         (tramp-minor-mode-map): Respective map.  Add remapping for
14632         `compile' and `recompile'.
14633         (tramp-remap-command, tramp-recompile): New defuns.
14634         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14635         in buffer "*Compilation*".  Call the commands asynchronously.
14637         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14638         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14639         `shell-command', because it isn't magic in XEmacs.  Reported by
14640         Adrian Aichner <adrian@xemacs.org>.
14642         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14643         `substitute-in-file-name.
14644         (tramp-smb-handle-substitute-in-file-name): New defun.
14645         (tramp-smb-advice-PC-do-completion): Delete advice.
14647 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14649         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14650         Fix error in deleting region.
14652 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14654         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14655         In non-temp buffer, switch syntax table temporarily.
14657         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14659         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14661         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14663         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14664         (imenu--generic-function): Use START, not BEG, as pos of definition.
14666         * simple.el (just-one-space): Argument specifies number of spaces.
14668         * simple.el (eval-expression-print-format): Avoid warning
14669         about edebug-active.
14671 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14673         * progmodes/sh-script.el: Code copied from make-mode.el
14674         with small changes,
14675         (sh-mode-map): Bind C-c C-\.
14676         (sh-backslash-column, sh-backslash-align): New variables.
14677         (sh-backslash-region, sh-append-backslash): New functions.
14679 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14681         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14682         (rmail-pop-password, rmail-pop-password-required): Move to
14683         rmail-obsolete group.
14684         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14685         All callers updated.
14686         (rmail-get-pop-password): Rename to rmail-get-remote-password.
14687         Take an argument specifying whether it is POP or IMAP mailbox we
14688         are using.  All callers updated.
14689         (rmail-pop-password-error): Rename to
14690         rmail-remote-password-error.  Added mailutils-specific error message.
14691         (rmail-movemail-search-path)
14692         (rmail-movemail-variant-in-use): New variables.
14693         (rmail-remote-password, rmail-remote-password-required):
14694         New customization variables.
14695         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14696         (rmail-parse-url): New function.
14697         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14698         with GNU mailutils movemail.
14700 2005-01-15  Kevin Ryde  <user42@zip.com.au>
14702         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14703         suffix to space, $ or '$, to correctly position point when going
14704         to @table style constants like DBL_MAX.
14706 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
14708         * type-break.el (type-break-mode, type-break-file-time)
14709         (type-break-file-keystroke-count, type-break-choose-file):
14710         Don't store data in or load data from the file if type-break-file-name
14711         is nil.
14712         (type-break-file-name): Doc update as per the above.
14714 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
14716         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14717         lookup-key might return nil; handle that.
14719 2005-01-15  Alan Mackenzie  <acm@muc.de>
14721         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14722         rather than the element found, thus enabling the tree to be setcar'd.
14724 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14726         * textmodes/org.el (org-show-following-heading): New option.
14727         (org-show-hierarchy-above): Use `org-show-following-heading'.
14728         (org-cycle): Documentation fix.
14730         * textmodes/org.el (orgtbl-optimized): New option
14731         (orgtbl-mode): New command, a minor mode.
14732         (orgtbl-mode-map): New variable.
14733         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14734         (orgtbl-error, orgtbl-self-insert-command)
14735         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14737         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14738         a local variable in each org-mode buffer.
14740         * textmodes/org.el (org-set-regexps-and-options): Rename from
14741         `org-set-regexps'.  Added checking for STARTUP keyword.
14742         (org-get-current-options): Add STARTUP options.
14743         (org-table-insert-row): Make mode intelligent about when
14744         realignment is needed.
14745         (org-self-insert-command, org-delete-backward-char, org-delete-char):
14746         New commands.
14747         (org-enable-table-editor): New default value `optimized'.
14748         (org-table-blank-field): Support blanking regions if active.
14750 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14752         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14753         if the year is not given.
14755         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14756         Add new escapes %m and %M, fixed bug with %F by adding
14757         save-match-data.
14758         (reftex-reference): Remove ?. from list of spaces.
14759         (reftex-label-info): Add automatic label prefix recognition.
14761         * textmodes/reftex-index.el (reftex-index-next-phrase):
14762         Add slave parameter to call of `reftex-index-this-phrase'.
14763         (reftex-index-this-phrase): New optional argument.
14764         (reftex-index-region-phrases): Add slave parameter to call of
14765         `reftex-index-this-phrase'.
14766         (reftex-display-index): New argument redo.
14767         (reftex-index-rescan): Add 'redo to arguments of
14768         `reftex-display-index'.
14769         (reftex-index-Rescan, reftex-index-revert)
14770         (reftex-index-switch-index-tag): Add 'redo to arguments of
14771         `reftex-display-index'.
14772         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14773         indexing.  Fix bug with matching is there is a quote before or
14774         after the word.
14776         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14777         Fix bug when collecting citation keys in lines with comments.
14778         (reftex-citation): Prefix argument no longer rescans the document,
14779         but forces prompting for optional arguments of cite macros.
14780         (reftex-do-citation): Prompting for optional arguments implemented.
14782         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14783         Add optional arguments to most cite commands.
14784         (reftex-cite-cleanup-optional-args): New option
14785         (reftex-cite-prompt-optional-args): New option.
14786         (reftex-trust-label-prefix): New option.
14788         * textmodes/reftex-toc.el (reftex-toc-find-section):
14789         Add push-mark before changing the position in the buffer.
14791         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14792         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14794 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
14796         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14797         more carefully.
14799 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14802         (sgml-mode): Use it.
14803         (sgml-get-context): Better keep track of implicitly closed tags.
14805 2005-01-13  Kenichi Handa  <handa@m17n.org>
14807         * textmodes/ispell.el: These changes are to fix misalignment error
14808         caused by equivalent characters of different Emacs charsets.
14809         (ispell-unified-chars-table): New variable.
14810         (ispell-get-decoded-string): New function.
14811         (ispell-get-casechars, ispell-get-not-casechars)
14812         (ispell-get-otherchars): Call ispell-get-decoded-string.
14814 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14816         * custom.el (custom-declare-variable): Just put symbol instead
14817         of (defvar . symbol) in `current-load-list'.
14819 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14821         * emacs-lisp/elint.el: Fixed typo in Commentary section.
14823 2005-01-12  Jay Belanger  <belanger@truman.edu>
14825         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14826         to create a Calc summary.
14828 2005-01-12  Kim F. Storm  <storm@cua.dk>
14830         * mouse.el (mouse-on-link-p): Change functionality and doc
14831         string to comply with latest description in lisp ref.
14833 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
14835         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14836         Enable mouse clicks on mode-line, header-line and margin.
14837         (event-type): Give mouse event symbols an 'event-kind property
14838         with value 'mouse-click.
14840 2005-01-12  Juri Linkov  <juri@jurta.org>
14842         * facemenu.el (list-colors-display): Add new arg buffer-name.
14843         Use it.  Fix docstring.  Replace code for identifying duplicate
14844         colors by the name with call to `list-colors-duplicates' which
14845         identifies duplicate colors by the value unless the color
14846         is one of special Windows colors.  Set truncate-lines to t.
14847         Print sorted duplicate color names on each line.  Indent to 22
14848         \(the longest color name in rgb.txt) instead of 20.  Optimize.
14849         (list-colors-duplicates): New function.
14850         (facemenu-color-name-equal): Delete function.
14852         * facemenu.el (list-colors-print): New function created from code
14853         in list-colors-display.  Print #RRGGBB at the window right edge.
14854         (list-colors-display): When temp-buffer-show-function is not
14855         defined, call list-colors-print from temp-buffer-show-hook
14856         to get the right value of window-width in list-colors-print
14857         after the buffer is displayed.
14859         * simple.el (pop-mark): Move deactivate-mark out of conditional
14860         part to deactivate the active mark regardless of the state of the
14861         mark ring.
14863         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
14864         variables line in desktop files.
14866 2005-01-12  Juri Linkov  <juri@jurta.org>
14868         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
14869         Bring together isearch highlight related options.
14870         (lazy-highlight): Replace group `replace' by `matching'.
14871         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14872         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14873         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
14874         and declare them obsolete.
14875         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
14876         (isearch-faces): Remove defgroup.
14877         (isearch-overlay, isearch-highlight, isearch-dehighlight):
14878         Move isearch highlighting code closer to lazy highlighting code.
14880         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
14881         (query-replace-highlight, query-replace-lazy-highlight)
14882         (query-replace): Move definitions to the beginning of the file.
14884 2005-01-11  Juri Linkov  <juri@jurta.org>
14886         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
14887         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
14888         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
14890         * info.el (Info-history-forward): New variable.
14891         (Info-select-node): Reset Info-history-forward to nil.
14892         (Info-last): Turn into defalias.
14893         (Info-history-back): Rename from Info-last.
14894         Add current node to Info-history-forward.
14895         (Info-history-forward): New fun.
14896         (Info-mode-map): Replace Info-last by Info-history-back.
14897         Bind Info-history-forward to "r".
14898         (Info-mode-menu): Replace Info-last by Info-history-back.
14899         Fix menu item text.  Add menu item for Info-history-forward.
14900         (info-tool-bar-map): Replace Info-last by Info-history-back.
14901         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
14902         for Info-history-forward.
14903         (Info-mode): Replace Info-last by Info-history-back in docstring.
14904         Add local variable Info-history-forward.
14905         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
14907 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14909         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
14910         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
14911         Ignore select-window events rather than fiddle with
14912         mouse-autoselect-window.
14914 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
14916         * type-break.el (type-break-mode): Fix previous change.
14918 2005-01-10  Jay Belanger  <belanger@truman.edu>
14920         * calc/calc-ext.el (calc-reset): Reset when inside embedded
14921         calculator; only reset when point is inside a calculator.
14922         Don't adjust the window height if the window takes up the whole height
14923         of the frame.
14925 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14927         * ebuff-menu.el (Electric-buffer-menu-mode):
14928         Preserve value of buffer-local var header-line-format.
14930 2005-01-09  Jay Belanger  <belanger@truman.edu>
14932         * calc/calc.el (calc-mode-var-list-restore-saved-values):
14933         Make sure settings file exists before accessing it.
14935         * calc/calc-embed.el (calc-embedded-subst):
14936         Replace math-multi-subst-rec, which is only supposed to be called
14937         by math-multi-subst, by math-multi-subst.
14939 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
14941         * vc.el (vc-allow-async-revert): New user option.
14942         (vc-disable-async-diff): New internal variable.
14943         (vc-revert-buffer): Use them to disable asynchronous diff.
14945         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
14946         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
14947         asynchronously if vc-disable-async-diff is t.
14949 2005-01-09  Jay Belanger  <belanger@truman.edu>
14951         * calc/calc.el (defcalcmodevar): New macro.
14952         (calc-mode-var-list-restore-default-values)
14953         (calc-mode-var-list-restore-saved-values): New functions.
14954         (calc-mode-var-list): Use defcalcmodevar to define it.
14955         (calc-always-load-extensions, calc-line-numbering)
14956         (calc-line-breaking, calc-display-just, calc-display-origin)
14957         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14958         (calc-group-char, calc-point-char, calc-frac-format)
14959         (calc-prefer-frac, calc-hms-format, calc-date-format)
14960         (calc-float-format, calc-full-float-format, calc-complex-format)
14961         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14962         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14963         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14964         (calc-matrix-brackets, calc-language, calc-language-option)
14965         (calc-left-label, calc-right-label, calc-word-size)
14966         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14967         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14968         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14969         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14970         (calc-window-height, calc-display-trail, calc-show-selections)
14971         (calc-use-selections, calc-assoc-selections)
14972         (calc-display-working-message, calc-auto-why, calc-timing)
14973         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
14974         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
14975         (calc-gnuplot-default-device, calc-gnuplot-default-output)
14976         (calc-gnuplot-print-device, calc-gnuplot-print-output)
14977         (calc-gnuplot-geometry, calc-graph-default-resolution)
14978         (calc-graph-default-resolution-3d, calc-invocation-macro)
14979         (calc-show-banner): Use defcalcmodevar to declare them and set
14980         their default values.
14982         * calc/calc-ext.el (calc-reset): Restore saved values of variables
14983         instead of default values (but restore default values if there is
14984         an argument of 0).
14986 2005-01-09  David Kastrup  <dak@gnu.org>
14988         * desktop.el (desktop-restore-eager): Fix typo in type.
14990 2005-01-08  Richard M. Stallman  <rms@gnu.org>
14992         * cus-edit.el (customize): Delete :link.
14994 2005-01-08  Jay Belanger  <belanger@truman.edu>
14996         * calc/calc.el (calc-mode): Remove the extension from the
14997         `calc-settings-file' file name when loading it.
14999 2005-01-08  Kim F. Storm  <storm@cua.dk>
15001         * info.el (Info-mode-map, Info-next-link-keymap)
15002         (Info-prev-link-keymap, Info-up-link-keymap):
15003         Map follow-link to mouse-face.
15004         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15006 2005-01-08  Jay Belanger  <belanger@truman.edu>
15008         * calc/calc.el (calc-settings-file): Change default value.
15009         Suggested by cgw in a comment in calc-mode.el.
15011         * calc/calc-mode.el (calc-settings-file-name):
15012         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15013         Replace ~/.emacs in a prompt by calc-settings-file.
15015 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15017         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15018         (desktop-lazy-idle-delay): New customizable variables.
15019         (desktop-buffer-args-list): New variable.
15020         (desktop-append-buffer-args): New function.
15021         (desktop-save): Call desktop-append-buffer-args for some buffers.
15022         (desktop-lazy-create-buffer): New function.
15023         (desktop-idle-create-buffers): New function.
15024         (desktop-read): Add message about buffers to restore lazily.
15025         (desktop-lazy-abort): New command.
15026         (desktop-clear): Call desktop-lazy-abort.
15027         (desktop-lazy-complete): New command.
15029 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15031         * emacs-lisp/find-func.el (find-face-definition):
15032         Rename from find-face.
15034 2005-01-06  Kim F. Storm  <storm@cua.dk>
15036         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15038         * man.el (Man-xref-man-page, Man-xref-header-file)
15039         (Man-xref-normal-file): Add follow-link property.
15041 2005-01-06  Jay Belanger  <belanger@truman.edu>
15043         * calc/calc-units.el: Make sure the proper macro definitions are
15044         available when compiling.
15046 2005-01-06  Juri Linkov  <juri@jurta.org>
15048         * isearch.el (isearch-lazy-highlight-update):
15049         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15051 2005-01-06  Miles Bader  <miles@gnu.org>
15053         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15054         (isearch-lazy-highlight-face): Use new name.
15056 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15058         * uniquify.el (uniquify-rationalize-file-buffer-names):
15059         Re-add an interactive spec.
15060         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15061         to the same name.
15063         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15064         (isearch-update, isearch-done): Adjust calls accordingly.
15066 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15068         * custom.el (custom-set-variables, custom-theme-set-variables):
15069         Clarify documentation.
15071         * emacs-lisp/find-func.el (find-variable)
15072         (find-variable-other-window, find-variable-other-frame):
15073         Fix the TYPE args to find-function-read and find-function-do-it.
15074         (find-function): Doc fix.
15075         (find-function-at-point): Replace function-at-point alias.
15077 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15079         * cus-face.el (custom-declare-face):
15080         Record defface in current-load-list.
15082         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15084         * emacs-lisp/find-func.el: Doc fixes.
15085         (find-face-regexp): New variable.
15086         (find-function-regexp-alist): New variable.
15087         (find-function-C-source): Third arg is now TYPE.
15088         (find-function-search-for-symbol): Handle general TYPE.
15089         (find-function-read, find-function-do-it): Handle general TYPE.
15090         (find-definition-noselect, find-face): New functions.
15091         (function-at-point): Alias deleted.
15093 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15095         * battery.el (display-battery-mode): Rename from display-battery.
15096         Handle the case where it gets turned off.
15098 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15100         * cus-edit.el (customize): Make :link point to user doc.
15102         * man.el (Man-fontify-manpage): Turn off undo generation.
15104         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15106 2005-01-04  Andreas Schwab  <schwab@suse.de>
15108         * files.el (insert-directory): Only look for error lines in
15109         inserted text.  Don't move too far after processing --dired markers.
15111 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15113         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15114         Don't expand if the character is @, period, dash, etc.
15115         (define-mail-abbrev): Quote names that contain problem characters.
15117 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15119         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15121 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15123         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15124         (query-replace-highlight, query-replace-lazy-highlight)
15125         (query-replace): Definitions moved up.  Doc fix.
15127 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15129         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15130         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15131         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15132         (lazy-highlight-face): Rename from isearch-lazy-...
15133         Change all references to them.
15135 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15137         * cus-edit.el (custom-file): Doc fix for defcustom.
15138         (custom-file): The function no longer sets the variable
15139         `custom-file' to its return value.
15141         * startup.el (command-line): No longer load `custom-file'.
15143 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15145         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15147         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15148         Don't confuse module-prefixed identifiers for labels.
15149         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15151 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15153         * files.el (basic-save-buffer-1): Fix previous change.
15155         * loadhist.el (file-loadhist-lookup): New function.
15156         (file-provides, file-requires): Use it.
15158         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15159         instead of calculating the right size.
15161 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15163         * vc-svn.el (vc-svn-diff): Stay local if possible.
15165 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15167         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15169         * files.el (hack-local-variables): Fix last change.
15171 2005-01-02  Jay Belanger  <belanger@truman.edu>
15173         * calc/calc-yank.el (calc-edit-top): New variable.
15174         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15175         object.  Change header properties.
15176         (calc-edit-finish, calc-edit-finish-stack-object)
15177         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15178         edited object.
15179         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15180         for the beginning of the edited object.
15181         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15182         for the beginning of the edited object.
15183         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15184         (calc-finish-formula-edit, calc-macro-repeats)
15185         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15186         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15187         beginning of the edited object.
15188         (calc-user-define-edit): Change the header for editing macros.
15189         Remove unnecessary variable.
15191 2005-01-01  Jay Belanger  <belanger@truman.edu>
15193         * calc/calc-yank.el (calc-edit-mode): Change default header.
15194         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15195         * calc/calc-store.el (calc-edit-variable): Change title to match new
15196         header.
15197         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15198         mode to match new header.
15199         (calc-user-define-edit): Change titles to include names of commands.
15200         (calc-finish-formula-edit): Adjust to handle new header.
15201         (calc-finish-macro-edit): Remove.
15202         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15203         (calc-edit-macro-command, calc-edit-macro-command-type)
15204         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15205         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15206         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15207         (calc-edit-macro-finish-edit): New functions.
15208         (calc-user-define-edit): Use new functions to edit named calc macros.
15210 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15212         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15214         * ses.el (copy-region-as-kill): Deactivate mark.
15216 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15218         * replace.el (occur-1): If the output buffer is also an input,
15219         don't kill it, rename it.
15221         * faces.el (set-face-background, set-face-foreground): Doc fix.
15223         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15224         for :foreground and :background.
15226         * dired.el (dired-view-command-alist): Variable deleted.
15227         (dired-view-file, dired-mouse-find-file-other-window):
15228         Delete the code to use it.
15230 2005-01-01  Kim F. Storm  <storm@cua.dk>
15232         * image.el (insert-sliced-image): Use t for line-height property.
15234 See ChangeLog.11 for earlier changes.
15236 ;; Local Variables:
15237 ;; coding: iso-2022-7bit
15238 ;; End:
15240     Copyright (C) 2005 Free Software Foundation, Inc.
15241   Copying and distribution of this file, with or without modification,
15242   are permitted provided the copyright notice and this notice are preserved.
15244 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1