(diary-list-entries): Also hide the terminating newline.
[emacs.git] / lisp / ChangeLog
blob4d07c3fbf736d059044390ba667413ff7aea3fd2
1 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * calendar/diary-lib.el (diary-list-entries): Also hide the
4         terminating newline.
6 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
8         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9         window-system, to allow fonts on tty.
11 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
13         * progmodes/gud.el (gud-speedbar-item-info): New function.
14         (gud-install-speedbar-variables): Use it to display data types
15         of watch expression as tooltips in speedbar.
17 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19         * font-core.el (global-font-lock-mode): Add :version keyword,
20         because default was changed.
22         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
24         * startup.el (command-line): Use `custom-reevaluate-setting' for
25         `file-name-shadow-mode'.
27         * loadup.el: Preload rfn-eshadow.
29         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
30         Add :version keyword.
31         (file-name-shadow-properties, file-name-shadow-tty-properties)
32         (file-name-shadow): Add :version keyword.
34         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
35         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
36         in the custom-group property of the symbol frames and the fringe
37         group got no link to its parent group frames.
38         Doc fix.
40 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
42         * progmodes/gud.el (gud-stop-subjob): New function.
43         (gud-menu-map, gud-tool-bar-map): Use it.
45 2005-11-16  Kim F. Storm  <storm@cua.dk>
47         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
48         than kill it.
49         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
50         to a more useful/logical place.
52 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
54         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
55         go buttons complementary.
57 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
60         (rfn-eshadow-sifn-equal): New function.
61         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
63 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
65         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
66         string.
68         * viper.el (viper-emacs-state-mode-list): Ensure that
69         rcirc-mode buffers come up in Emacs state.
71         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
72         operation.
74 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
76         * term.el (term-termcap-format): Fix typos.
77         (term-down): Fix the negative argument case.
79 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
81         * progmodes/gdb-ui.el: Remove face-alias left over from change on
82         2005-08-15.
83         (gdb-ann3): New command gud-go.
84         (menu): Accomodate gdb-mi.el.
85         (gdb-assembler-custom): Make buffer of selected window current
86         so that set-window-point works.
88         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
89         buttons and include new ones.
91 2005-11-16  Kim F. Storm  <storm@cua.dk>
93         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
94         (gud-menu-map): Use it.
96 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
98         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
99         that works correctly for Custom and that does not override a user
100         who disables it.
102         * help-mode.el (help-make-xrefs, help-xref-on-pp)
103         (help-xref-interned, help-follow): Make hyperlinks for variables
104         that are unbound, but have a non-nil variable-documentation property.
106         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
107         mode hook.  (It conflicted with defcustoms for some mode hooks.)
108         Use the `variable-documentation' property to give the mode hook a
109         docstring and expand that docstring.
111 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
113         * savehist.el (savehist-mode): Don't bother with
114         `custom-set-minor-mode'.
115         (savehist-coding-system): Check XEmacs version.
116         (history-length): Declare also at run time.
117         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
118         Don't set the customize state.
119         (savehist-minibuffer-hook): Special case for when
120         minibuffer-history-variable is equal to t.
122 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * files.el (write-file): Refresh VC status.
126         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
127         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
128         than fundamental-mode to see if the mode was set.
130 2005-11-14  Romain Francoise  <romain@orebokech.com>
132         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
133         dummy function in `eval-when-compile' to avoid compiler warning.
134         Require `man' at compile time.
136 2005-11-14  Jay Belanger  <belanger@truman.edu>
138         * calc-alg.el (calcFunc-write-out-power): Rename it to
139         calcFunc-powerexpand.
140         (math-write-out-power): Rename it to math-powerexpand; have it
141         handle negative exponents.
142         (calc-writeoutpower): Rename it to calc-powerexpand.
144         * calc-ext.el: Change calcFunc-writeoutpower and
145         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
146         autoloads.
147         Add calcFunc-ldiv to autoloads.
149         * calc-arith.el (calcFunc-ldiv): New function.
151         * calc.el (calc-left-divide): New function.
153 2005-11-14  Juri Linkov  <juri@jurta.org>
155         * cus-edit.el (custom-variable-prompt): Set the default value arg
156         of completing-read.
158         * cus-dep.el (custom-make-dependencies): Reverse the list of
159         found dependencies.
161 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
163         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
164         Highlighting" entry, it is on by default now.
165         (menu-bar-options-save): Do not save global-font-lock-mode.
167 2005-11-13  Richard M. Stallman  <rms@gnu.org>
169         * textmodes/flyspell.el (flyspell-large-region):
170         Call flyspell-accept-buffer-local-defs.
172 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
174         * textmodes/flyspell.el (flyspell-notify-misspell):
175         Fix misspelling of "Misspelling".
176         (flyspell-process-localwords): New function.
177         (flyspell-large-region): Call flyspell-process-localwords and
178         flyspell-delete-region-overlays.
179         (flyspell-delete-region-overlays): New function.
180         (flyspell-delete-all-overlays): Call that.
182 2005-11-13  Richard M. Stallman  <rms@gnu.org>
184         * help.el (help-for-help-internal): Improve doc of C-h a.
186 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * vc-svn.el (vc-svn-registered): Catch all errors.
190         * cus-dep.el (custom-make-dependencies): Typo.
192 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
194         * net/tramp-util.el (top): Fix compilation warning.
196 2005-11-13  Kim F. Storm  <storm@cua.dk>
198         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
200 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
202         * progmodes/gud.el (gud-menu-map):  Move parentheses (again).
203         (gud-speedbar-buttons): Match on "const char *" too.
205         * progmodes/gdb-ui.el (gdb-var-create-handler)
206         (gdb-var-list-children-handler): Match on "const char *" too.
207         (gdb-var-evaluate-expression-handler): Match on empty string.
208         (gdb-var-update-handler): Only call
209         gdb-var-evaluate-expression-handler when required.
211 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
213         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
214         selected window.  This still doesn't work for speedbar.
215         (gud-speedbar-buttons): Handle string expressions properly.
217         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
218         (gdb-var-create-handler): Handle string expressions properly.
219         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
220         Handle string expressions properly.  Move "type" field into regexp.
222 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
224         * bookmark.el (bookmark-maybe-message): New function to reduce
225         code duplication: invokes `message' iff baud-rate is high enough.
226         (bookmark-write-file): Use above instead of an inline conditional.
227         (bookmark-load): Same.
229 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
231         * bookmark.el (bookmark-write-file): Don't visit the destination
232         file, just write the data to it using write-region.  This is
233         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
234         change to avoid visiting the file in the first place.
236 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
238         * hi-lock.el (hi-lock-mode): Set the default value of
239         font-lock-defaults.
241 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
243         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
244         arg to `file-attributes'.
245         (find-lisp-format): The UID and GID can now be strings.
247 2005-11-12  Kim F. Storm  <storm@cua.dk>
249         * help.el (help-map): Bind C-h d to apropos-documentation.
251         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
252         when point is at end-of-buffer.
254         * apropos.el (apropos-match-face): Doc fix.
255         (apropos-sort-by-scores): Add new choice `verbose'.
256         (apropos-documentation-sort-by-scores): New defcustom.
257         (apropos-pattern): Now contains the pattern entered by the user.
258         (apropos-pattern-quoted): New defvar.
259         (apropos-regexp): New defvar, containing the regexp corresponding
260         to apropos-pattern.
261         (apropos-all-words-regexp): Rename from apropos-all-regexp.
262         (apropos-read-pattern): New defun.  Use it to read pattern arg in
263         interactive calls; returns list of words for a word list, and
264         string for a regexp.
265         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
266         parses a list of words or regexp as returned by apropos-read-pattern.
267         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
268         (apropos-score-doc): Return a very high score if the string
269         entered by the user matches literally.
270         (apropos-variable): Doc fix.  Use apropos-read-pattern.
271         (apropos-command): Doc fix.  Use apropos-read-pattern and
272         apropos-parse-pattern.  Call apropos-print with nosubst=t.
273         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
274         apropos-parse-pattern.
275         (apropos-documentation): Doc fix. Use apropos-read-pattern and
276         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
277         apropos-documentation-sort-by-scores.  Call apropos-print with
278         nosubst=t.
279         (apropos-documentation-internal): Pass doc string through
280         substitute-key-definition before adding text properties.
281         Highlight substring matching literal user input if possible.
282         (apropos-documentation-check-doc-file): Remove locals beg and end.
283         Fix calculation of score (as added twice).  Pass doc string through
284         substitute-key-definition before adding text properties.
285         (apropos-documentation-check-elc-file): Pass doc string through
286         substitute-key-definition before adding text properties.
287         Highlight substring matching literal user input if possible.
288         (apropos-print): Add new arg NOSUBST; if set, command and variable
289         doc strings have already been passed through substitute-key-definition.
290         Add code to handle apropos-accumulator items without score element
291         for backwards compatibility (e.g. with woman package).
292         Only show scores if apropos-sort-by-scores is `verbose'.
294 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
297         Add jka-compr-load-suffixes to load-suffixes.
299         * jka-compr.el: Require 'jka-cmpr-hook.
300         (jka-compr-info-compress-message, jka-compr-info-compress-program)
301         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
302         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
303         (jka-compr-info-can-append, jka-compr-info-strip-extension)
304         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
305         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
306         (jka-compr-uninstall): Remove entries from
307         jka-compr-added-to-file-coding-system-alist after they are used.
308         (jka-compr-error): Remove unused var `curbuf'.
309         (jka-compr-file-local-copy): Remove unused var `notfound'.
311 2005-11-10  Romain Francoise  <romain@orebokech.com>
313         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
315 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
317         * progmodes/gud.el (gud-menu-map): Move parentheses.
318         (gdb): New command gud-pv.
320 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * tar-mode.el: Remove spurious or unnecessary leading stars
323         in docstrings.
324         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
325         (tar-parse-octal-integer-safe): Use mapc.
326         (tar-header-block-summarize): Remove unused var `ck'.
327         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
328         cleared before.  Obey default-enable-multibyte-characters.
329         Use mapconcat.  Simplify setting of tar-header-offset.
330         (tar-mode-map): Move initialization inside delcaration.
331         (tar-flag-deleted): Use `abs'.
332         (tar-expunge-internal): Remove unused var `line'.
333         (tar-expunge-internal): Don't hardcode point-min==1.
334         (tar-expunge): Widen while doing set-buffer-multibyte.
335         (tar-rename-entry): Use file-name-coding-system.
336         (tar-alter-one-field): Don't hardcode point-min==1.
337         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
338         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
340 2005-11-10  Masatake YAMATO  <jet@gyve.org>
342         * add-log.el (add-log-current-defun): Handle class::method
343         notation of c++. Fix incorrect comment.
345 2005-11-10  Alan Mackenzie  <acm@muc.de>
347         * help-fns.el (describe-variable): Make C-h v work when a variable
348         has variable documentation yet is unbound.
350 2005-11-10  Masatake YAMATO  <jet@gyve.org>
352         * man.el (Man-highlight-references): Set an empty
353         string to `Man-arguments' if it is nil.
354         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
356 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
359         commenting conventions.
361         * cus-dep.el (custom-make-dependencies): Simplify.
362         Better follow the commenting conventions.
364 2005-11-09  Richard M. Stallman  <rms@gnu.org>
366         * apropos.el (apropos-pattern): Rename from apropos-regexp.
367         (apropos-orig-pattern): Rename from apropos-orig-regexp.
368         All uses changed.
369         (apropos-rewrite-regexp): Doc fix.
370         (apropos-variable, apropos-command, apropos, apropos-value):
371         Change prompt; carry through the argument renaming.
373 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
375         * find-lisp.el: Require dired.
376         (find-lisp-find-dired-internal): Do not call
377         `abbreviate-file-name' on DIR.
379 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
381         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
383 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
385         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
386         when using the speedbar.
387         (gdb): New command gud-pp.
388         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
390 2005-11-09  Juri Linkov  <juri@jurta.org>
392         * replace.el (occur-excluded-properties): New defcustom.
393         (occur-1, occur-engine, occur-accumulate-lines): Use it.
395 2005-11-08  Jay Belanger  <belanger@truman.edu>
397         * calc/calc-units.el (math-convert-units): Replace any composite
398         unit by its definition.
400 2005-11-08  Lars Hansen  <larsh@soem.dk>
402         * emacs-lisp/autoload.el (update-directory-autoloads):
403         Add obsolete function alias.
405 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
407         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
408         comment-indent-function.
409         (lisp-comment-indent): Replace by an alias for comment-indent-default.
411         * reveal.el (reveal-post-command): Rework the handling of
412         reveal-open-spots, so as to be more reliable.  There were several
413         tricky corner cases where an open spot might be lost, or where
414         a closed spot might end up on the list of open spots.
415         Only reveal text that's ellipsised.
417 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
419         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
421 2005-11-06  Richard M. Stallman  <rms@gnu.org>
423         * progmodes/compile.el (compilation-internal-error-properties):
424         save-excursion around the computation of MARKER.
426 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
428         * textmodes/flyspell.el (flyspell-external-point-words):
429         flyspell-get-word returns a list, not just a string.
431 2005-11-06  John Paul Wallington  <jpw@pobox.com>
433         * ibuffer.el (ibuffer): Search all visible frames when getting
434         Ibuffer buffer's window.
436 2005-11-07  Masatake YAMATO  <jet@gyve.org>
438         * man.el (Man-reference-regexp): Accept spaces between
439         `Man-name-regexp' and `Man-section-regexp'.
440         (Man-apropos-regexp): New variable.
441         (Man-abstract-xref-man-page): Use value for `Man-target-string'
442         if available.
443         (Man-highlight-references, Man-highlight-references0):
444         Handle the case when `Man-arguments' includes "-k".
445         (Man-highlight-references0): Rename the argument `TARGET-POS' to
446         `TARGET'. `TARGET' can be a number, function or nil.
448 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
450         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
451         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
452         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
453         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
454         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
455         (gdb-send-item): Use buffer-local-value and simplify.
457 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
459         * startup.el (command-line): Use `custom-reevaluate-setting' for
460         `global-font-lock-mode'.
462         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
463         by default, except in batch mode or when the -D option is given.
465         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
466         specified keyword args on to `define-minor-mode'.  Update docstring.
468 2005-11-05  Romain Francoise  <romain@orebokech.com>
470         * replace.el (occur-engine): Add marker at end of line, too.
472 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
474         * font-lock.el: Don't deal with font-lock-face-attributes here,
475         move the code ...
477         * startup.el (command-line): ... here. Use face-spec-set instead
478         of custom-declare-face.
480         * faces.el (face-spec-set): Reset the face if spec is not nil.
482 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
484         * newcomment.el (comment-region-internal): Box more tightly in the
485         common case where there's no TAB in the boxed text.
487 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
489         * info.el (info-tool-bar-map): Use images prev-node, next-node and
490         up-node.
492 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
494         * newsticker.el: Commentary updated. Code formatting changed.
495         (newsticker-version): Change to "1.9".
496         (newsticker, newsticker-feed): Doc fix.
497         (newsticker-url-list): Doc fix.  Add option "Weekly".
498         (newsticker-retrieval-interval): Add option "Weekly".
499         (newsticker-headline-processing): Doc fix.
500         (newsticker-auto-mark-filter): Remove.
501         (newsticker-auto-mark-filter-list): New.
502         (newsticker-layout, newsticker-sort-method): Doc fix.
503         (newsticker-hide-old-items-in-newsticker-buffer)
504         (newsticker-heading-format, newsticker-item-format)
505         (newsticker-desc-format): Doc fix.
506         (newsticker-show-all-rss-elements): Remove.
507         (newsticker-show-all-news-elements): New.
508         (newsticker-faces, newsticker-ticker): Doc fix.
509         (remove-from-invisibility-spec): Code formatting.
510         (newsticker--process-ids): New.
511         (newsticker-mode): Doc fix.
512         (newsticker-mode): Change mode-line-format.
513         (newsticker-start): Remove debug output.
514         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
515         (newsticker-w3m-show-inline-images): Code formatting.
516         (newsticker-next-item): Call `force-mode-line-update'.
517         (newsticker-previous-item): Call `force-mode-line-update'.
518         (newsticker-next-feed): Call `force-mode-line-update'.
519         (newsticker-previous-feed): Call `force-mode-line-update'.
520         (newsticker-mark-all-items-at-point-as-read): Code formatting.
521         (newsticker-show-old-items): Do not show descs.
522         (newsticker-hide-entry): Hide too much.
523         (newsticker-hide-entry, newsticker-show-entry)
524         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
525         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
526         (newsticker-toggle-auto-narrow-to-item): Code formatting.
527         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
528         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
529         (newsticker-get-news): Call `force-mode-line-update'.
530         Collect process ids.
531         (newsticker--sentinel): Change coding system handling.
532         Move image retrieval to new functions newsticker--get-logo-url-*.
533         Move feed parsing to new functions newsticker--parse-*.
534         Update list of process ids.
535         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
536         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
537         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
538         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
539         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
540         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
541         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
542         (newsticker--decode-coding-string): Remove.
543         (newsticker--decode-numeric-entities): Check input.  Format code.
544         (newsticker--remove-whitespace): Check input.
545         (newsticker--do-forget-preformatted): Doc fix.
546         (newsticker--decode-rfc822-date): Allow for missing time.
547         (newsticker--update-process-ids): New.
548         (newsticker--image-sentinel): Change comment.
549         (newsticker--image-read): Change error message.
550         (newsticker--imenu-goto): Doc fix.  Show headline title.
551         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
552         (newsticker--buffer-do-insert-text): Clean whitespace in
553         html-rendered headline title.  Code formatting.
554         Call `newsticker--buffer-print-extra-elements'.
555         (newsticker--buffer-print-extra-element): Remove.
556         (newsticker--buffer-print-extra-elements): New.
557         (newsticker--buffer-do-print-extra-element): New.
558         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
559         large sizes.
560         (newsticker--run-auto-mark-filter)
561         (newsticker--do-run-auto-mark-filter):
562         Use `newsticker-auto-mark-filter-list'.
564 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
566         * net/rcirc.el: Use split-string OMIT-NULLS argument.
567         (rcirc-print): Force redisplay before running hooks.  Do long
568         buffer truncation after making new text read-only.  Deal with nil
569         text when decoding strings.  If TARGET is nil, use either the
570         currently selected buffer, if it is an rcirc buffer and of the
571         same process or the process buffer.
572         (rcirc-mode): Remove header-line.  Recompute short buffer names.
573         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
574         (rcirc-short-buffer-name): Add variable.
575         (rcirc-kill-buffer-hook): Recompute short buffer names.
576         Remove nick from private channel.
577         (rcirc-send-input): Send command text to current-buffer.
578         Don't clear overlay arrow here.
579         (rcirc-short-buffer-name): Return a short buffer name.
580         (rcirc-update-short-buffer-names, rcirc-abbreviate)
581         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
582         buffer-name abbreviations.
583         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
584         Do not touch nick-table when killing a parted channel.
585         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
586         Clear arrow from current buffer if it is now hidden.
587         (rcirc-current-buffer): Add variable.
588         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
589         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
590         Remove -face from names.
591         (rcirc-update-activity-string): Print "DND" when globally ignoring
592         activity.
593         (rcirc-ignore-buffer-activity-flag): Rename from
594         rcirc-ignore-channel-activity.
595         (rcirc-ignore-all-activity-flag): Doc fix.
596         (rcirc-channels): Remove variable.
597         (rcirc-kill-buffer-hook):
598         (rcirc-get-buffer-create): Add nick to private channel.
599         (rcirc-multiline-edit-submit): Remove tabs.
600         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
601         folded.
602         (rcirc-remove-nick-channel): Bug fix.
603         (rcirc-toggle-ignore-buffer-activity): Rename from
604         rcirc-toggle-ignore-channel-activity.
605         (rcirc-record-activity): Add buffers to the front of the list.
606         (rcirc-update-activity): Remove killed buffers from list.
607         (rcirc-process-server-response-1): Remove last argument if it is
608         null before calling handler.
609         (rcirc): Add "rcirc" defcustom prefix.
610         (rcirc-prompt): Simplify default prompt.
611         Use custom-initialize-default.
612         (rcirc-private-chats): Remove variable.
613         (rcirc-prompt): Change initialization.
614         (rcirc-version): Remove function.
615         (rcirc-id-string): Add constant.
616         (rcirc-last-buffer): Remove variable.
617         (rcirc-buffer-alist): Add variable.
618         (rcirc-connect): Update variable setup.
619         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
620         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
621         default.
622         (rcirc-handler-generic): Trigger activity.
623         (rcirc-send-message): Create the buffor of the target.
624         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
625         (rcirc-get-buffer): Just return nil if there is no matching buffer.
626         (rcirc-multiline-edit-cancel): Remove function.
627         (rcirc-set-last-buffer): Remove function.
628         (rcirc-get-any-buffer): Add function.
629         (rcirc-join-channels): Don't print /join text.
630         (rcirc-toggle-ignore-channel-activity): Add and update echo area
631         messages.
632         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
633         (rcirc-handler-NOTICE): Recognize CTCP responses.
634         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
635         constructing TOPIC string for buffers we are not JOINed.
636         (rcirc-handler-CTCP-response): Add handler.
637         (rcirc-multiline-edit-submit): Restore the window-configuration
638         before adjusting point.
639         (rcirc): Add customization group.
640         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
641         (rcirc-user-full-name, rcirc-startup-channels-alist)
642         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
643         (rcirc-ignore-all-activity-flag, rcirc-time-format)
644         (rcirc-input-ring-size, rcirc-read-only-flag)
645         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
646         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
647         Change defvar to defcustom.
648         (rcirc-update-prompt): Add optional ALL arg, which will update
649         prompts in all rcirc buffers.  Regexp quote replacement text.
650         (rcirc-fill-column): Accept 'frame-width as a value.
651         (rcirc-set-changed): Add function.
652         (rcirc-next-active-buffer): Write more meaningful messages.
653         (rcirc-faces): Add customization group.
654         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
655         (rcirc-nick-in-message-face, rcirc-prompt-face)
656         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
657         (with-rcirc-process-buffer): Move before first usage.
658         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
659         (rcirc-debug-flag): Rename from `rcirc-log-p'.
660         (rcirc-debug): Rename from `rcirc-log'.
661         (rcirc-format-response-string): Do not print '-' chars for a
662         NOTICE with no sender.  Simplify output of server responses.
664 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
666         (rcirc-browse-url-map, rcirc-browse-url-at-point)
667         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
668         mouse and RET clickable.
670 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
672         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
674 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
676         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
677         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
678         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
679         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
680         argument to all these routines, so the passphrase can be managed
681         externally and passed in to the system.
682         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
683         pgg-add-passphrase-to-cache function.
685         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
686         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
687         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
688         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
689         argument to all these routines, so the passphrase can be managed
690         externally and passed in to the system.
691         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
692         function.
694 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
696         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
697         from goto-address-url-regexp.
699 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
701         * textmodes/org.el (org-read-date, org-goto-calendar)
702         (org-recenter-calendar, org-agenda-goto-calendar):
703         Temporarily clear 'calendar-move-hook'.
705 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
707         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
708         merging.
710         * ediff-util.el (ediff-previous-difference): Don't skip regions that
711         have merge clashes.
713 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
715         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
716         Undo previous change.
718         * startup.el (command-line): Use `custom-reevaluate-setting' for
719         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
720         tty-register-default-colors on Mac.
722 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
724         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
725         (gdb-buffer-type): Make it automatically buffer local...
726         (gdb-get-create-buffer): ...and set it accordingly.
727         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
728         actually work.
730 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
732         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
733         not red.
735 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
737         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
738         case GUD buffer is not visible.
739         (gdb-goto-breakpoint): Try to force display in source buffer.
740         (gdb-frame-gdb-buffer): Copy other similar functions.
741         (gdb-restore-windows): Don't display source if not asked for.
742         (gdb-assembler-buffer-name): Don't capitalise.
744 2005-11-03  Richard M. Stallman  <rms@gnu.org>
746         * wid-edit.el (key-sequence): New widget type.
748         * simple.el (set-mark-command-repeat-pop): New variable.
749         (set-mark-command): Only interpret plan C-@ after a pop as a pop
750         if set-mark-command-repeat-pop is true.
752         * info.el (Info-fontify-node): Don't display extra "see" if there
753         already is one here.
755         * mouse.el: Fix special handling of DEL after dragging a region:
756         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
757         (mouse-region-delete-keys): Add [backspace].
759         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
761         * textmodes/ispell.el (ispell-command-loop): Change `i' description
762         not to assume it pertains to an affix.
764         * textmodes/flyspell.el (flyspell-post-command-hook):
765         Bind deactivate-mark to prevent deactivation.
767 2005-11-03  Lars Hansen  <larsh@soem.dk>
769         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
770         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
771         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
773 2005-11-03  Romain Francoise  <romain@orebokech.com>
775         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
776         Update copyright years.
778 2005-11-03  Sam Steingold  <sds@gnu.org>
780         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
781         Use system-type instead of window-system because window-system is not
782         correctly defined during loadup.
784 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
786         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
787         (xml-parse-tag): Join strings separated by a comment properly.
789 2005-11-02  Andreas Schwab  <schwab@suse.de>
791         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
793 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
796         (byte-optimize-pure-func): Quote the eval'd value.
798         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
799         Rename from perl-font-lock-syntactic-face-function.
800         Change the calling convention so it can be used as a font-lock MATCHER.
801         Do the parse-partial-sexp loop outselves.
802         (perl-font-lock-syntactic-keywords): Use it.
803         (perl-mode): Don't set font-lock-syntactic-face-function any more.
805 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
807         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
808         disassembly buffer too.
809         (gdb-exited): Remove overlay arrows when execution has finished.
810         (gdb-info-frames-custom, gdb-info-threads-custom)
811         (gdb-info-registers-custom): Don't add inappropriate text
812         properties if inferior is not active.
814 2005-11-02  Glenn Morris  <rgm@gnu.org>
816         * progmodes/fortran.el (fortran-blink-match):
817         Use `blink-matching-delay'.
819 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
821         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
823 2005-11-02  Lars Hansen  <larsh@soem.dk>
825         * net/tramp.el (tramp-action-out-of-band): Handle scp message
826         "Permission denied".
828 2005-11-01  Richard M. Stallman  <rms@gnu.org>
830         * textmodes/flyspell.el (flyspell-external-point-words):
831         Pass nil to flyspell-get-word.
833 2005-11-02  Kim F. Storm  <storm@cua.dk>
835         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
836         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
838 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
841         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
842         (calendar-mouse-print-dates): Add optional `event' argument.
843         Update interactive-spec.
844         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
845         Use `calendar-event-to-date' instead of `event'.
847 2005-11-02  Masatake YAMATO  <jet@gyve.org>
849         * progmodes/ld-script.el (ld-script-builtins):
850         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
851         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
852         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
854 2005-11-01  Romain Francoise  <romain@orebokech.com>
856         * vc-sccs.el: Update copyright year.
857         * ezimage.el: Likewise.
859 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
861         * info.el (Info-fontify-node): Use `string-width' for fontifying
862         underlined titles.
864 2005-11-01  Juri Linkov  <juri@jurta.org>
866         * info.el (Info-fontify-node): Downcase node header keywords Node,
867         Prev, Next, Up before comparison.
868         (Info-history): Insert absolute directory name, and put invisible
869         property on it.
871 2005-11-01  Juri Linkov  <juri@jurta.org>
873         * info.el (Info-file-supports-index-cookies): New variable.
874         (Info-find-node-2): Check makeinfo version for index cookie support.
875         (Info-index-nodes): Search for nodes with index cookies only when
876         Info-file-supports-index-cookies is t.  Otherwise, search nodes
877         with "Index" in the node name.
878         (Info-index-node): Search index cookie in the current node only when
879         Info-file-supports-index-cookies is t.  Otherwise, check the word
880         "Index" in the node name.
881         (Info-find-emacs-command-nodes): Remove code that searches nodes
882         with "Index" node name in the top menu.
884 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
886         * progmodes/scheme.el (scheme-mode-variables): Use the default
887         comment-indent-function.
889         * faces.el (face-attribute): Handle the case where a face inherits from
890         a non-existent face.
892         * simple.el (eval-expression-print-format): Use lisp-readable syntax
893         for octal and hexa output, and merge the char into the paren.
894         (kill-new): Use push.
895         (copy-to-buffer): Use with-current-buffer.
896         (completion-setup-function): Move code in loop to remove redundancy.
897         (minibuffer-local-must-match-map): Don't add bindings that duplicate
898         those inherited from minibuffer-local-completion-map.
900         * savehist.el (savehist-mode) <defcustom>:
901         Use custom-set-minor-mode if available.
902         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
903         and emit a message if applicable.
905 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
907         * savehist.el: Sync up to version 19.
908         (savehist-mode): New minor mode.
909         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
910         (savehist-length): Remove (use history-length instead).
911         (savehist-file-modes): Rename from savehist-modes.
912         (savehist-save-hook, savehist-loaded): New vars.
913         (savehist-load): Use savehist-mode.  Try to smooth up transition from
914         old format to new format.
915         (savehist-install): Allow savehist-autosave-interval to be nil.
916         (savehist-save): Run the new hook.  Be more careful to only trim the
917         history variables.
918         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
919         (savehist-printable): Print into a buffer rather than char-by-char.
921 2005-11-01  John Wiegley  <johnw@newartisans.com>
923         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
924         toggle-ignore keybinding (C-a).  The author said it had been
925         disabled much earlier due to a possible incompatibility, but after
926         many months of usage I have encountered no problems (and it is a
927         rather useful option, especially for switching to " *temp*").
929         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
930         support for OS/X's AddressBook, by calling out to the open source
931         program "contacts" (installable through Fink).
933         * net/eudc.el (eudc-expand-inline): If the
934         `eudc-multiple-match-handling-method' is set to `all', delete the
935         query string before inserting the query result.
937         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
938         flag, to prevent Eshell from using the system ls when
939         `eshell-ls-insert-directory' is in used.
940         (eshell-ls-insert-directory): Disable font-lock in directory
941         buffer so that Eshell's own fontification is seen.  This broke
942         recently due to changes in font-lock, so this goes back to version
943         21 behavior.
945 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
947         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
948         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
949         (gdb-many-windows): Doc fix.
951 2005-10-31  Romain Francoise  <romain@orebokech.com>
953         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
955 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
957         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
958         that global-font-lock-mode can be enabled by default.
960         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
961         (font-lock-add-keywords, font-lock-remove-keywords)
962         (font-lock-fontify-buffer): Remove autoload cookies.
964         * jit-lock.el (jit-lock-register): Likewise.
966         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
968 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
970         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
971         intact if there is no gud-comint-buffer.
973 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
975         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
976         old prompt comint-prompt-read-only is t and GDB commands are
977         issued from tool bar etc.
979 2005-10-31  Masatake YAMATO  <jet@gyve.org>
981         * vc.el (vc-directory-exclusion-list): Add "{arch}".
983 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
985         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
986         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
988 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
990         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
991         starting at beginning of line.  Fontification is messed up when
992         `open-paren-in-column-0-is-defun-start' set to t.
993         Reported by John Paul Wallington <jpw@pobox.com>.
995 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
997         * comint.el (comint-send-input): Call `comint-update-fence' when
998         `comint-process-echoes' and `comint-prompt-read-only' are both
999         non-nil, to avoid leftover read-only newline.
1001 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1003         * textmodes/flyspell.el (flyspell-external-point-words):
1004         Detect when WORD can't be checked properly because
1005         flyspell-get-word finds just part of it, and move on.
1007         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1008         boundarychar for Polish.
1009         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1010         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1012 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1014         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1015         (gdb-registers-font-lock-keywords): Delete.
1016         (gdb-registers-mode): Don't fontify.
1017         (gdb-info-registers-custom): Use text properties instead as, in
1018         future, changed register values will use font-lock-warning-face.
1019         (gdb-local-font-lock-keywords): Rename to...
1020         (gdb-locals-font-lock-keywords): ...for consistency.
1022 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1024         * vc.el (vc-switch-backend): Better error message if the buffer is
1025         not visiting a file under version control.
1027         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1029 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1031         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1032         ~/.emacs.d/.emacs.
1034 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1036         * replace.el (occur-mode-mouse-goto): Always go to other window.
1037         (occur-mode-goto-occurrence): Always switch in same window.
1039         * simple.el (undo): Display message at end, not at start.
1041         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1042         New arg REUSE-CELL.
1043         (cancel-timer-internal): New function.
1044         (timer-event-handler): Use cancel-timer-internal,
1045         and pass the cell it returns to timer-activate...
1047         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1048         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1049         (jit-lock-after-change): Test memory-full.
1051 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1053         * textmodes/conf-mode.el (conf-assignment-sign)
1054         (conf-assignment-regexp): Fix docstrings.
1055         (conf-mode-initialize): New function.
1056         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1057         recognize recursive calls.
1058         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1059         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1060         (conf-xdefaults-mode): Use define-derived-mode and
1061         conf-mode-initialize.
1063 2005-10-29  Romain Francoise  <romain@orebokech.com>
1065         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1067 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1069         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1070         part of the decoded armor to find the key-identifier.
1071         (pgg-gpg-lookup-key-owner): New function to return the
1072         human-readable identifier of a key owner.
1073         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1074         key itself.
1075         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1076         the key value) if we have a key and can match it against a secret
1077         key.  Also, added a note pointing out fact that the prompt only
1078         indicates the first matching key.
1080         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1081         pgg-decrypt-region.
1082         (pgg-pending-timers): A new hash for tracking the passphrase cache
1083         timers, so that new ones supercede old ones.
1084         (pgg-add-passphrase-to-cache): Rename from
1085         `pgg-add-passphrase-cache' to reduce confusion (all callers
1086         changed).  Modified to cancel old timers when new ones are added.
1087         (pgg-remove-passphrase-from-cache): Rename from
1088         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1089         changed).  Modified to cancel old timers when their keys are
1090         removed from the cache.
1091         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1092         XEmacs, an indirection to delete-itimer.
1093         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1094         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1095         users can only check cache without risk of prompting.  Correct bug in
1096         notruncate behavior.
1097         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1098         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1099         Add informative docstrings.
1100         (pgg-decrypt): Convey provided passphrase in subordinate call to
1101         pgg-decrypt-region.
1103 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1105         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1106         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1107         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1108         'passphrase' argument, so the passphrase can be managed externally
1109         and then passed in to the system.
1111         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1112         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1113         so the passphrase cache can be used reliably with identifiers
1114         besides a pgp packet's key id.
1116         * pgg-gpg.el (pgg-pgp-encrypt-region)
1117         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1118         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1119         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1120         argument to all these routines, so the passphrase can be managed
1121         externally and passed in to the system.
1123         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1124         'notruncate' argument, so the passphrase cache can be used
1125         reliably with identifiers besides a pgp packet's key id.
1127 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1129         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1130         symmetric encryption.
1131         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1132         encrypted session key.
1133         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1134         message ask for the passphrase in a proper way.
1136         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1137         New user commands for symmetric encryption.
1139 2005-10-28  Bill Wohler  <wohler@newt.com>
1141         * help-mode.el (help-url): New button type. Calls browse-url.
1142         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1143         Similar to Info nodes: URL `url'.
1144         (help-make-xrefs): Create help-url buttons for
1145         help-xref-url-regexp matches.
1147 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1149         * tool-bar.el (tool-bar-add-item-from-menu)
1150         (tool-bar-local-item-from-menu): Fix doc strings.
1152 2005-10-28  Romain Francoise  <romain@orebokech.com>
1154         * ldefs-boot.el: Update.
1156         * subr.el (locate-library): Move from help-fns.el.
1157         * help-fns.el (locate-library): Move to subr.el.
1159 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1161         * net/tramp.el (tramp-completion-mode): defvar moved up.
1163         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1165         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1167         * files.el (find-file-noselect): Use %d to format large file size.
1169         * bindings.el (mode-line-format): Add %e.
1171         * loadup.el ("facemenu"): Load unconditionally.
1172         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1173         ("x-dnd"): Load, when appropriate.
1175         * startup.el (command-line): Call before-init-hook earlier.
1176         Warn about some bad characters in -u user name.
1178         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1179         (flyspell-external-point-words): Error if misspelled word is not found.
1180         Set flyspell-large-region-beg at end of word.
1182 2005-10-28  Andreas Schwab  <schwab@suse.de>
1184         * view.el (View-revert-buffer-scroll-page-forward):
1185         Use view-page-size-default.
1187 2005-10-28  Juri Linkov  <juri@jurta.org>
1189         * international/quail.el (quail-get-current-str): Translate last
1190         raw character for deterministic input methods.
1192 2005-10-27  Jay Belanger  <belanger@truman.edu>
1194         * calc/calc-ext.el: Add functions to autoloads.
1195         (math-identity-matrix-p, math-ident-row-p): New functions.
1197         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1198         multiplication by an identity matrix; don't turn multiplication by
1199         an inverse matrix into division.
1200         (math-div-symbol-fancy):  Replace division by matrices with
1201         multiplication by inverse.
1203         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1205         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1206         (calc-writeoutpower): New functions.
1208 2005-10-27  Romain Francoise  <romain@orebokech.com>
1210         * replace.el (occur-engine): Include colon in mouse-face highlight.
1212         * dired-x.el: Change Maintainer field.
1214 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1216         * longlines.el (longlines-mode): Bind after-change-functions to
1217         nil during initial decoding and final encoding.
1219 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1221         * term.el (term-emulate-terminal, term-handle-colors-array)
1222         (term-handle-ansi-escape): Specify the terminfo capabilities
1223         implemented.
1225 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1227         * info.el (Info-fontify-node): Fix detection of sentence-break
1228         before *Note.
1230 2005-10-26  Romain Francoise  <romain@orebokech.com>
1232         * smerge-mode.el: Add `tools' to file keywords.
1234 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1236         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1237         when the fringe is not available.
1239         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1240         (def-gdb-auto-update-trigger): Simplify construction.
1241         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1242         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1243         defined explicitly.
1244         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1245         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1246         defined explicitly.
1247         (gdb-info-locals-custom): Remove as it's a no-op.
1249 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1251         * longlines.el (longlines-mode): Remove narrowing before
1252         performing the initial decoding or final encoding.
1254 2005-10-25  Romain Francoise  <romain@orebokech.com>
1256         * emacs-lisp/find-func.el (find-library-name): Also strip
1257         extension if library name ends in .el, to take advantage of
1258         `find-library-suffixes'.
1260 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1262         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1264 2005-10-25  Juri Linkov  <juri@jurta.org>
1266         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1267         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1269 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1272         (blackbox-redefine-key): Add argument `map'.
1274         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1275         regions when moving the jit-lock-context-unfontify-pos boundary.
1277 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1279         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1281 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1283         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1285 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1287         * play/blackbox.el (blackbox-redefine-key): New function.
1288         (blackbox-mode-map): Use it to remap existing bindings for cursor
1289         motion instead of binding literal keys.
1291 2005-10-25  Glenn Morris  <rgm@gnu.org>
1293         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1294         diary does not end in a newline.  Do not assume a blank line at
1295         the start of the diary file.
1297 2005-10-25  Kenichi Handa  <handa@m17n.org>
1299         * international/quail.el (quail-translate-key): If the input
1300         method is deterministic and failed to handle the last key, restart
1301         the key handling loop from an appropriate key.
1303 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1305         * vc.el (vc-dired-mode): Extend comment for binding of
1306         `directory-listing-before-filename-regexp'.
1308 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * textmodes/texinfo.el (texinfo-mode):
1311         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1312         not to unnecessarily expose emacs-mule's internal char codes.
1314 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1316         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1317         Display hand pointer and help-echo on disabled icon too.
1318         (gdb-mouse-until): New function.
1319         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1321 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1323         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1324         with 2005-10-23 change to doctor.el.
1326         * finder.el (finder-mode-map): Add follow-link binding.
1328 2005-10-25  Kim F. Storm  <storm@cua.dk>
1330         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1331         to gdb-mouse-toggle-breakpoint-fringe.
1332         (gdb-mouse-toggle-breakpoint-margin): Rename from
1333         gdb-mouse-toggle-breakpoint. Fix doc.
1334         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1335         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1336         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1337         string properties also for fringe breakpoint bitmaps.
1339 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1341         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1343 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1345         * simple.el (completion-common-substring):
1346         Use `completion-common-substring' prior to `completion-base-size'.
1348 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1350         * savehist.el: Require CL while compiling.
1351         (savehist-history-variables): Remove.
1352         (savehist-save-minibuffer-history, savehist-additional-variables)
1353         (savehist-minibuffer-history-variables): New vars.
1354         (savehist-save): Use them.
1355         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1356         (savehist-install): New fun, extracted from savehist-load.
1357         (savehist-load): Use them.
1359 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1362         a dummy doc-string-elt property.
1363         (defalias, defvaralias, define-category): Add a docstring property.
1365         * image.el (defimage):
1366         * widget.el (define-widget):
1367         * custom.el (defface, defcustom): Add `doc-string' declaration.
1369         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1370         (defadvice): Add `doc-string' declaration.
1372         * emacs-lisp/byte-run.el (macro-declaration-function):
1373         Handle `doc-string' declarations.
1374         (define-obsolete-function-alias, define-obsolete-variable-alias):
1375         Add `doc-string' declaration.
1377 2005-10-24  Kenichi Handa  <handa@m17n.org>
1379         * international/utf-7.el (utf-7): Add autoload cookie.
1381         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1383 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1385         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1386         list of directories passed to batch-update-autoloads.  Add "." to
1387         the list of the echoed directories.
1389         * pgg-def.el:
1390         * pgg-gpg.el:
1391         * pgg-parse.el:
1392         * pgg-pgp.el:
1393         * pgg-pgp5.el:
1394         * pgg.el: Moved here from the gnus subdirectory.
1396 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1398         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1399         in case comint-prompt-read-only is set to t.
1401         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1402         in case comint-prompt-read-only is set to t.
1404 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1406         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1407         Now a string.
1408         (icalendar-import-format): Handle CLASS, STATUS, URL.
1409         Rename `subject' to `summary'.
1410         (icalendar-import-format-summary): Rename from
1411         `icalendar-import-format-subject'.
1412         (icalendar-import-format-url, icalendar-import-format-status)
1413         (icalendar-import-format-class): New variables.
1414         (icalendar--rris): Take variable argument list.
1415         (icalendar--datestring-to-isodate): Remove unnecessary
1416         calendar-style check when converting dates with explicit month names.
1417         (icalendar-export-region): Change return type of conversion
1418         subroutines.  Bury current buffer unless error occurred.
1419         (icalendar--convert-to-ical)
1420         (icalendar--parse-summary-and-rest): New functions.
1421         (icalendar--convert-ordinary-to-ical)
1422         (icalendar--convert-weekly-to-ical)
1423         (icalendar--convert-yearly-to-ical)
1424         (icalendar--convert-block-to-ical)
1425         (icalendar--convert-cyclic-to-ical)
1426         (icalendar--convert-anniversary-to-ical): Change return type.
1427         Strip trailing blanks from subject.
1428         (icalendar--convert-sexp-to-ical): Change return type.
1429         Strip trailing blanks from subject.  Handle simple sexp
1430         entries as generated by icalendar.el.
1431         (icalendar--convert-float-to-ical)
1432         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1433         (icalendar-import-file): Doc fix.
1434         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1435         Correct call to icalendar--rris.
1436         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1437         `summary'.
1438         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1440 2005-10-24  Romain Francoise  <romain@orebokech.com>
1442         * server.el (server-sentinel): Set query-on-exit flag to nil on
1443         new client processes (it isn't inherited from the server process).
1445         * replace.el (occur-engine): Rearrange text properties.
1447 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1450         case-fold-search is nil.
1451         (debug-help-follow): Use help-xref-interned directly.
1453 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1455         * thumbs.el (thumbs-image-type): Add .pbm.
1457 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1459         * faces.el (inhibit-face-set-after-frame-default): New variable.
1460         (set-face-attribute): Bind it.
1461         (face-set-after-frame-default): Test it.
1463         * help-fns.el (describe-simplify-lib-file-name): New function.
1464         (describe-function-1, describe-variable): Use it.
1466         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1468         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1469         Eliminate nil as possible value.
1470         (tooltip-hide-delay): Reduce internal-border-width.
1472         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1473         (menu-bar-file-menu) <new-file>: Likewise.
1475         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1477         * international/mule.el (load-with-code-conversion):
1478         Pass full file name to `eval-buffer' unless preloading.
1480         * textmodes/flyspell.el (flyspell-large-region):
1481         Call ispell-check-version.
1483         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1484         Fix the make-variable-buffer-local call that was supposed
1485         to be for this variable.
1486         (ispell-aspell-supports-utf8): Doc fix.
1487         (ispell-find-aspell-dictionaries): Preserve elements of
1488         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1489         (ispell-aspell-find-dictionary): Return nil on error.
1491         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1492         (doctor-symptoms): Likewise.
1494         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1496 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1498         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1499         (custom-raised-buttons): Add :set spec.
1500         (custom-button-unraised, custom-button-pressed-unraised):
1501         New faces, so that custom-raised-buttons actually does something.
1502         (custom-mode): Use custom-button and custom-button-pressed.
1504         * wid-edit.el (widget-specify-button): Don't ignore
1505         widget-mouse-face on graphic terminals.
1506         (widget-move-and-invoke): Cleanup.
1508 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1510         * whitespace.el (whitespace-cleanup): Doc fix.
1512 2005-10-23  Romain Francoise  <romain@orebokech.com>
1514         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1515         `eval-after-load' to avoid evaluating their result.
1517 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1519         * files.el (directory-listing-before-filename-regexp):
1520         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1522         * dired.el (dired-move-to-filename-regexp): Remove.
1523         All occurences replaced by `directory-listing-before-filename-regexp'.
1525         * dired-x.el, locate.el, vc.el:
1526         Replace `dired-move-to-filename-regexp' by
1527         `directory-listing-before-filename-regexp'.  In vc.el it is
1528         overwritten locally; maybe this can be handled in files.el too.
1530         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1531         replaced by `directory-listing-before-filename-regexp'.
1533 2005-10-23  Andreas Schwab  <schwab@suse.de>
1535         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1536         and eval-next-after-load.
1538 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1540         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1541         exist, create it.
1543 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1545         * allout.el: Remove autoloads for mailcrypt and crypt++.
1546         Require pgg, pgg-gpg during compilation.
1547         (allout-version): Increment version number to 2.1, and use a literal
1548         rather than RCS Id.
1549         (allout-default-encryption-scheme): Remove.
1550         (allout-passphrase-verifier-handling)
1551         (allout-passphrase-verifier-string)
1552         (allout-file-passphrase-verifier-string)
1553         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1554         (allout-passphrase-hint-handling): Rename and simplify.
1555         (allout-init): Use `find-file-hook' if available, otherwise
1556         `find-file-hooks'.
1557         (allout-mode): Use `write-file-functions' if available, otherwise
1558         `local-write-file-hooks' and, instead of making auto-save-hook
1559         buffer local, make the write-file-hook activity contingent to
1560         allout-mode.
1561         (allout-mode): Use key-binding substitution in the docstring.
1562         (allout-kill-line): Spell-out kill ring data structure mutation
1563         instead of using byte-compiler-complaint-provoking `pop'.
1564         (allout-insert-listified): Use `insert' rather than `insert-string'
1565         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1566         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1567         (allout-encrypt-string): Totally revamped vis new underlying
1568         encryption facilities.
1569         (allout-mc-activate-passwd): Remove.
1570         (allout-obtain-passphrase): New, more or less replaces
1571         allout-mc-activate-passwd.
1572         (allout-encrypted-key-info): More or less replaces
1573         allout-encrypted-text-type.
1574         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1575         (my-mark-marker): Use `(featurep 'xemacs)'.
1577 2005-10-23  Lars Hansen <larsh@soem.dk>
1579         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1580         (byte-compile-file-form-defmumble, byte-compile-defun)
1581         (byte-compile-defmacro): Use it.
1582         (byte-compile-form): Don't call byte-compile-set-symbol-position
1583         when a byte-compile handler is called.
1585 2005-10-22  Romain Francoise  <romain@orebokech.com>
1587         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1589         * subr.el (eval-after-load): Convert library name to an absolute
1590         file name using locate-library, since load-history no longer has
1591         library names in it.
1593 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1595         * files.el (make-temp-file): Move from subr.el.
1596         * subr.el (make-temp-file): Move to files.el.
1598         * window.el (get-buffer-window-list): Move from subr.el.
1599         * subr.el (get-buffer-window-list): Move to window.el.
1601         * image.el (image-load-path): Use eval-at-startup to initialize.
1603         * subr.el (eval-at-startup): New macro.
1605         * subr.el: Much rearrangement of functions and division
1606         into pages.  No code changes.
1608 2005-10-22  Kenichi Handa  <handa@m17n.org>
1610         * tar-mode.el (tar-extract): Be sure to call
1611         find-operation-coding-system if set-auto-coding doesn't find a
1612         coding system.
1614 2005-10-22  Kim F. Storm  <storm@cua.dk>
1616         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1617         Change users.
1618         (image-type-file-name-regexps): New defconst.
1619         (image-type-from-data): Simplify loop.
1620         (image-type-from-buffer): New defun.
1621         (image-type-from-file-header): Use it instead of image-type-from-data.
1622         Use image-search-load-path instead of only looking in data-directory.
1623         (image-type-from-file-name): New defun.
1624         (image-search-load-path): Change `pathname' to `filename'.
1625         Make PATH arg optional, default to image-load-path.
1627 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1629         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1631         * textmodes/paragraphs.el (sentence-end-base): New variable.
1632         (sentence-end): Use sentence-end-base.
1634 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1637         property independently from the font-lock-multiline variable.
1639 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1641         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1643         * startup.el (command-line): Convert library names
1644         in `load-history' to absolute file names.
1646         * subr.el (symbol-file): Doc fix.
1648         * loadhist.el (file-loadhist-lookup): Call locate-library
1649         instead of find-library-name.  Don't try converting
1650         abs file names to library names, since load-history no longer
1651         has library names in it.
1652         (file-dependents, file-provides, file-requires): Doc fixes.
1654 2005-10-21  Juri Linkov  <juri@jurta.org>
1656         * progmodes/etags.el (tags-table-mode): New function.
1657         (tags-verify-table): Replace initialize-new-tags-table with
1658         tags-table-mode.
1660         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1661         default value.
1662         (desktop-modes-not-to-save): Add tags-table-mode to the
1663         default value.
1665         * info.el (Info-index-next): Add total number of index
1666         alternatives to the message.
1668         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1669         backward only space (instead of space and period) before looking
1670         at sentence end.
1672         * simple.el (set-variable): Use user-variable-p instead of symbolp.
1673         Add the old variable value as 4th default-value arg of read-string.
1675 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1677         * cus-face.el (custom-declare-face): Make face from X resources
1678         also on Mac.
1680         * disp-table.el (standard-display-g1, standard-display-graphic):
1681         Refuse to use string glyphs also on Mac.
1682         (standard-display-european): Don't set terminal coding system also
1683         on Mac.
1685         * frame.el (display-screens): Use x-display-screens also on Mac.
1687 2005-10-21  Romain Francoise  <romain@orebokech.com>
1689         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
1691 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1694         and $? into sexps.
1696         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1697         warning face on open-paren-in-column-0.
1699         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1700         boundary case.  Fix typo.
1701         Suggested by Martin Rudalics <rudalics@gmx.at>.
1703 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
1705         * textmodes/org.el: (org-combined-agenda-icalendar-file)
1706         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1707         (org-export-icalendar-this-file)
1708         (org-export-icalendar-all-agenda-files)
1709         (org-export-icalendar-combine-agenda-files): New commands.
1710         (org-export-icalendar, org-print-icalendar-entries)
1711         (org-start-icalendar-file, org-finish-icalendar-file)
1712         (org-ical-ts-to-string): New functions.
1713         (org-read-date, org-goto-calendar)
1714         (org-agenda-goto-calendar): Inhibit displaying diary entries by
1715         call to `calendar'.
1716         (orgtbl-setup): Remove the :keys arguments from the menu description.
1717         (org-after-save-iCalendar-file-hook): New variable.
1719 2005-10-21  Kenichi Handa  <handa@m17n.org>
1721         * language/vietnamese.el (tcvn-5712): Make it an alias of
1722         vietnamese-tcvn coding-system.
1724 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
1726         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1727         group id is given.
1729 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * progmodes/sh-script.el (sh-escaped-line-re): New var.
1732         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1733         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1734         whose line is either continued or ends with a comment.
1736 2005-10-20  Romain Francoise  <romain@orebokech.com>
1738         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1740         * replace.el (occur-engine): Add follow-link property.
1742         * font-core.el (font-lock-mode): Doc fix.
1744 2005-10-20  Richard M. Stallman  <rms@gnu.org>
1746         * net/rcirc.el: New file.
1748 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
1750         * term.el (term-term-name): Initialize to "eterm-color".
1752 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
1754         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1755         for encryption functionality.
1756         Move allout customization subgroup from `editing' to `outlines' group.
1757         Fix commentary 'keywords' to legitimate ones.
1758         Update author info (using my current email address, obscurified).
1759         (allout-encrypt-string, allout-encryption-produce-work-buffer)
1760         (allout-encrypted-topic-p, allout-encrypted-text-type)
1761         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1762         (allout-situate-encryption-key-verifier)
1763         (allout-get-encryption-key-verifier, allout-verify-key)
1764         (allout-next-topic-pending-encryption)
1765         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1766         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1767         (outline-key-verifier-handling, outline-key-hint-handling)
1768         (outline-encrypt-unencrypted-on-saves): New defcustoms.
1769         (allout-file-key-verifier-string, allout-encryption-scheme)
1770         (allout-key-verifier-string, allout-key-hint-string)
1771         (allout-after-save-decrypt): New variables.
1772         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1773         (allout-after-saves-handler): New hook functions.
1774         (allout-post-command-business): Do allout-after-save-decrypt.
1775         (allout-enable-file-variable-adjustment): Custom var to enable
1776         mechanism for adding and adjusting settings of Emacs file variables.
1777         (allout-adjust-file-variable, allout-file-vars-section-data):
1778         New functions, implement the mechanism.
1779         (outlineify-sticky): Use the file vars mechanism.
1780         (allout-inhibit-protection, allout-during-write-cue)
1781         (allout-override-protect, allout-before-change-protect): Remove.
1782         (allout-flag-region, allout-open-topic): Adjust read-only text.
1783         (allout-open-line-not-read-only): Add to facilitate read-only
1784         text based protection.
1785         (allout-kill-line): Revise to adjust read-only text, clue the
1786         user about the inhibition.
1787         (allout-unprotected): Use unwind-protect.
1788         (allout-shift-in, allout-shift-out): Disallow manually shifting a
1789         topic deeper than the offspring depth of the previous topic -
1790         avoiding confusing "containment discontinuities".
1791         (allout-reindent-bodies): Fix retention of body relative hanging
1792         indent during promotion of collapsed bodies.
1793         (allout-open-topic): Make it easy to open new topic with same
1794         bullet as current topic - topic creation functions provided with
1795         any universal argument provokes now prompt for bullet, defaulting
1796         to the bullet of the previous topic.
1797         (allout-plain-bullets-string, allout-distinctive-bullets-string):
1798         Plain bullet alternates '.' period and ',' comma only.  All other
1799         bullets are relegated to special status (but customizable).
1800         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1801         since it actually operates w.r.t. most immediately containing
1802         entry, visible or not.
1803         (allout-hide-current-entry, allout-show-current-entry): Use the
1804         revised version.
1805         (allout-old-expose-topic): Solidify deprecation.
1806         (allout-end-of-subtree): Add so we can span concealed as well
1807         as visible topics.
1808         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1809         (allout-end-of-current-heading): Tweak to just respect the first line.
1810         (allout-get-body-text): Add.
1811         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1812         when invoked interactively.
1813         (allout-up-current-level): Use `interactive-p'.
1814         (allout-mode, allout-init): Miscellaneous docstring and
1815         operational refinements, as well as hookups of new encryption stuff.
1816         (allout-beginning-of-current-entry): Now works as advertised.
1817         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1818         (allout-isearch-rectification): Refine condition for isearching.
1819         (allout-isearch-abort, allout-enwrap-isearch)
1820         (allout-flag-region, my-region-active-p): Relocate some macros.
1821         (allout-title): Fallback title is '(buffer-name)', not
1822         non-existing '(current-buffer-name)'.
1823         (subst-char-in-string): Define if absent (for some XEmacs versions).
1825 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
1827         * mail/sendmail.el (mail-setup-hook, mail-aliases)
1828         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
1829         (mail-citation-prefix-regexp, mail-signature-file)
1830         (mail-default-headers, mail-bury-selects-summary)
1831         (mail-send-nonascii): Add autoload cookies.
1833 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1835         * frame.el (blink-cursor-mode): Add `mac' to the list of
1836         window-system's that support blinking cursor.
1838 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1840         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
1842 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
1844         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
1845         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
1846         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
1848 2005-10-20  Kim F. Storm  <storm@cua.dk>
1850         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
1851         (ido-set-current-directory): Don't add / after final @.
1852         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
1853         Explicitly handle ange-ftp completion oddities.
1854         (ido-make-file-list): Don't rotate list at tramp root to avoid
1855         triggering tramp file handler for expand-file-name via get-file-buffer.
1857 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * simple.el (eval-expression-print-format): Put the char-string
1860         inside the parenthesis, like the other alternative notations.
1861         (kill-new): Use push.
1862         (copy-to-buffer): Use with-current-buffer.
1863         (completion-setup-function): Simplify.
1864         (minibuffer-local-must-match-map): Don't add redundant bindings which
1865         are already present in its parent (minibuffer-local-completion-map).
1867         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
1869 2005-10-19  Jay Belanger  <belanger@truman.edu>
1871         * calc/calc-units.el (math-standard-units): Add units, adjust
1872         symbols and update values.
1873         (math-unit-prefixes):  Add more prefixes.
1875 2005-10-19  Romain Francoise  <romain@orebokech.com>
1877         * bookmark.el (bookmark-menu-heading): New face.
1878         (bookmark-bmenu-list): Use it.
1879         Don't fiddle with `baud-rate' at top-level.
1881 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1883         * image.el (create-image, find-image): Mention max-image-size in
1884         docstring.
1886 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * savehist.el (savehist-load): Revert to checking XEmacs.
1890         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
1891         Various docstring and line-width fixups.
1892         (conf-mode): Use cond.
1893         Set font-lock-defaults.  Don't set comment-use-syntax.
1895 2005-10-18  David Ponce  <david@dponce.com>
1897         * tree-widget.el (tree-widget-button-click): New function.
1898         (tree-widget-button-keymap): Use it.
1900 2005-10-18  Romain Francoise  <romain@orebokech.com>
1902         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1903         (bookmark-bmenu-hide-filenames): Add follow-link property.
1904         Improve help-echo text.
1906         * ffap.el (find-file-at-point): Doc fix.
1908 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1910         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
1912 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1914         Install to the CVS repository what I forgot to install in my
1915         2005-10-16 changes.
1917         * progmodes/python.el (python-complete-symbol): Pass the common
1918         prefix substring of completion to `display-completion-list'.
1920         * textmodes/org.el (org-complete): Ditto.
1922 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1924         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
1926         * woman.el (WoMan-xref-man-page): New button type derived
1927         from `Man-abstract-xref-man-page'.
1928         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
1930         * man.el (Man-abstract-xref-man-page): New button type.
1931         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
1932         (Man-highlight-references): Add new optional argument `xref-man-type'.
1934 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
1936         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
1938 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1940         * cus-edit.el (Custom-move-and-invoke): Delete.
1941         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
1943         * wid-edit.el (widget-move-and-invoke): New function, from
1944         Custom-move-and-invoke.
1946 2005-10-17  Bill Wohler  <wohler@newt.com>
1948         Move all remaining images from lisp/toolbar to etc/images, move
1949         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
1950         the low resolution images in their own directory (low-color).
1952         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
1953         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
1954         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
1955         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
1956         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
1957         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
1958         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
1960         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
1961         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
1962         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
1963         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
1964         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
1965         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
1966         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
1967         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
1968         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
1969         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
1970         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
1971         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
1972         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
1973         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
1974         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
1976         To conform with convention, replace the underscore (_) in the
1977         following image names with dash (-) or (/) as appropriate.
1979         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
1980         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
1981         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
1982         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
1983         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
1984         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
1985         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
1986         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
1987         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
1988         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
1989         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
1990         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
1991         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
1992         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
1993         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
1995         * info.el (info-tool-bar-map): Replace underscores in image names
1996         with dashes.
1998         * makefile.w32-in (WINS): Remove toolbar.
2000         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2002         * tool-bar.el: Move to lisp from toolbar.  Now that
2003         toolbar is empty, it should be deleted when folks run "cvs up -P".
2005 2005-10-18  Jay Belanger  <belanger@truman.edu>
2007         * calc/calc-store.el (calc-store-into): Get the proper variable name
2008         to display in message.
2010 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2012         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2013         expressions display in speedbar for all buffers when debugging.
2014         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2016         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2017         (speedbar-insert-button, speedbar-make-button):
2018         Use add-text-properties.
2019         (speedbar-update-localized-contents)
2020         (speedbar-update-directory-contents)
2021         (speedbar-update-special-contents): Use dolist.
2022         (speedbar-buffer-easymenu-definition): Add a menu separator.
2024 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2026         * makefile.w32-in: Use $(lisp) consistently.
2027         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2028         for shell specific generation of mh-autoloads.
2030 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2032         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2034 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2036         * jit-lock.el (jit-lock-fontify-now):
2037         Move jit-lock-context-unfontify-pos to avoid wasted work.
2039 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2041         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2042         `tramp-completion-mode' for checking if we are in completion mode.
2043         (tramp-completion-handle-file-name-all-completions): Reorder code
2044         in order to complete for file names only in case there are no
2045         method/user/host completions.  This is necessary for cooperation
2046         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2048 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2050         * longlines.el (longlines-search-forward)
2051         (longlines-search-backward): Match any number of spaces.
2053 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2055         * diff-mode.el (diff-mode): Doc fix.
2057 2005-10-16  David Reitter <david.reitter@gmail.com>
2059         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2060         as default on darwin and windows systems.
2062 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2064         * arc-mode.el (archive-zip-extract): Doc fix.
2066 2005-10-16  Romain Francoise  <romain@orebokech.com>
2068         * mouse.el (mouse-1-click-follows-link): Doc fix.
2070 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * savehist.el: Don't require CL at runtime.
2073         (savehist-xemacs): Remove.
2074         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2075         (savehist-no-conversion): Use (featurep 'xemacs).
2076         (savehist-load): Check existence of start-itimer rather than XEmacs.
2077         Use an idle timer.
2078         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2079         `delete-if-not'.
2081 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2083         * savehist.el: Newer version.
2084         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2085         (savehist-last-checksum, savehist-no-conversion): New vars.
2086         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2087         New functions.
2088         (savehist-load, savehist-save): Use them.
2089         (savehist-delimit): Remove.
2091 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * progmodes/compile.el (compilation-goto-locus): Display the
2094         compilation buffer first and the source buffer second, in case they're
2095         in overlapping frames.  Don't raise the compilation frame if it was the
2096         selected window upon entry.  Pass the `other-window' arg to
2097         pop-to-buffer.
2099         * info.el (Info-fontify-node): Use dolist.
2100         Change add-text-properties to put-text-property.
2102 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2104         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2105         bound of search.
2107 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2109         * dabbrev.el (dabbrev-completion): Pass the common
2110         prefix substring of completion to `display-completion-list'.
2112         * filecache.el (file-cache-minibuffer-complete)
2113         (file-cache-complete): Ditto.
2115         * tempo.el (tempo-display-completions): Ditto.
2117         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2119         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2121         * eshell/em-hist.el (eshell-list-history): Ditto.
2123         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2125         * mail/mailalias.el (mail-complete): Ditto.
2127         * progmodes/etags.el (complete-tag): Ditto.
2129         * progmodes/make-mode.el (makefile-complete): Ditto.
2131         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2133         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2135         * progmodes/pascal.el (pascal-complete-word)
2136         (pascal-show-completions): Ditto.
2138         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2140         * simple.el (completion-common-substring): New variable.
2141         (completion-setup-function): Use `completion-common-substring'
2142         to put faces.
2144 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2146         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2147         (x-get-selection, mac-select-convert-to-string): Convert from/to
2148         UTF-16 clipboard data as in native byte order, no BOM.
2150 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2152         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2153         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2154         (gud-sentinel): Use speedbar-frame to check for speedbar.
2156 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2158         * savehist.el: New file.
2160 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2162         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2163         Fix bug in \bf fontification.
2165 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * pcvs.el (cvs-edit-log-files): New var.
2168         (cvs-mode-edit-log): New arg `file'.
2169         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2170         Instead force the use of the original file and nothing else.
2171         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2172         the cvs-minor-wrap-function is set.
2173         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2175 2005-10-14  Bill Wohler  <wohler@newt.com>
2177         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2178         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2179         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2180         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2181         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2182         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2183         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2184         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2185         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2186         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2187         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2188         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2189         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2190         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2191         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2193         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2194         appropriately (for example, gud-break to gud/break).
2196 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2198         * longlines.el (longlinges-search-function)
2199         (longlines-search-forward, longlines-search-backward): New functions.
2200         (longlines-mode): Set isearch-search-fun-function to
2201         longlinges-search-function.
2203         * mouse.el (mouse-drag-region-1): Handle the case where a
2204         double-click event is bound to an arbitrary function.
2206 2005-10-14  David Ponce  <david@dponce.com>
2208         * recentf.el (recentf-track-opened-file)
2209         (recentf-track-closed-file, recentf-update-menu)
2210         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2211         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2212         mouse-1-click-follows-link.
2214 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2216         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2217         Gnome file-manager.png.  Suggested by
2218         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2220         * toolbar/README: Add diropen.xpm.
2222 2005-10-13  Bill Wohler  <wohler@newt.com>
2224         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2225         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2227 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2230         Don't waste the byte-compiler's time on constant data.
2232 2005-10-13  Kenichi Handa  <handa@m17n.org>
2234         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2235         byte with `escape-glyph' face.
2237         * international/fontset.el (ccl-encode-unicode-font):
2238         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2239         Handle the case that ucs-mule-to-mule-unicode translates a character to
2240         ASCII (usually for IPA characters).
2242 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2245         Don't hide the underline of titles if font-lock-mode is disabled.
2247 2005-10-12  Bill Wohler  <wohler@newt.com>
2249         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2250         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2251         files in MH-E-SRC have been updated.
2252         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2254 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2257         (mixal-mode-syntax-table): Add \n as end-comment.
2258         (mixal-operation-codes-alist): Immediately initialize to full value.
2259         (mixal-add-operation-code): Remove.
2260         (mixal-describe-operation-code): Make the arg non-optional.
2261         Use the interactive spec instead.
2262         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2263         (mixal-font-lock-keywords): Don't highlight comments here any more.
2264         (mixal-font-lock-syntactic-keywords): New var.
2265         (mixal-mode): Use it.  Fix comment-start-skip.
2267 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2269         * startup.el (command-line-x-option-alist): -nb => -nbi
2271 2005-10-12  Kim F. Storm  <storm@cua.dk>
2273         * startup.el (fancy-splash-default-action): Discard mouse click in
2274         the spash screen window, as it has no sensible meaning in the
2275         next window to be selected.  Fixes error reported by Jan D.
2277 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2279         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2281 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2284         Try to fix up minor layout issues like indentation, line break, etc...
2285         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2286         because it doesn't work.
2287         (mixal-operation-codes): Add some more codes.
2288         (mixal-font-lock-keywords): Process comments here.
2289         (mixal-mode): mixasm no longer needs -g option.
2291 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2293         * progmodes/sh-script.el (sh-tmp-file):
2294         Use mktemp -t.  Finish support for es and rc shells.
2296 2005-10-11  Jay Belanger  <belanger@truman.edu>
2298         * calc/calcalg2.el (calc-integral): With an argument, compute the
2299         definite integral.
2301 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2303         * mouse.el (mouse-drag-region-1): Don't try to catch a
2304         double-click when doing follow-link (it's overridden anyway).
2306 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2308         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2309         (autoload-print-form-outbuf): Add docstring.
2311 2005-10-11  Juri Linkov  <juri@jurta.org>
2313         * info.el (Info-mode-menu): Delete menu item "Edit".
2314         (Info-mode): Delete description of Info-edit from docstring,
2315         and rearrange descriptions of Info commands in the order
2316         they are documented in the Info manual.
2318 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * calendar/appt.el (appt-check): Use diary-selective-display var.
2322 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2324         * net/newsticker.el (newsticker-start, newsticker-show-news):
2325         Add autoload cookies.
2327 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2329         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2331 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2333         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2335 2005-10-10  Jay Belanger  <belanger@truman.edu>
2337         * calc/calc-arith.el (math-check-known-scalarp)
2338         (math-check-known-matrixp): Check the values of arguments that are
2339         variables.
2340         (math-check-known-square-matrixp): New function.
2341         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2342         (math-super-types): Add sqmatrix type.
2344         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2345         mode name `square' to 'sqmatrix'.
2347         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2348         mode name `square' to 'sqmatrix'.
2350 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2352         * progmodes/etags.el (select-tags-table-mode): Don't use
2353         selective-display.
2354         (tags-select-tags-table): Pass `button' to the action function.
2355         (select-tags-table): Place the side-info on button properties rather
2356         than in hidden text.  Abbreviate file names.
2357         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2358         (select-tags-table-select): Add `button' argument.
2359         Get side-info from the button property rather than from hidden text.
2361 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2363         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2364         (gud-speedbar-buttons): Preserve point if possible.
2365         (gud-sentinel): Restore previous speedbar display type.
2367         * progmodes/gdb-ui.el (gdba): Improve diagram.
2368         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2369         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2370         Call get-buffer-window once.
2372 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2375         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2376         (pascal-indent-command): Remove unused var `ind'.
2377         (pascal-indent-case): Remove unused var `oldpos'.
2378         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2379         since it's now used as a proper minor mode map.
2380         (pascal-outline): Rename to pascal-outline-mode.
2381         (pascal-outline-mode): Use define-minor-mode.
2382         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2383         selective-display.
2385 2005-10-10  Andreas Schwab  <schwab@suse.de>
2387         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2388         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2390         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2391         outside source directory.
2393 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2395         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2396         C-x' as a prefix.
2397         (orgtbl-mode-map): Full keymap instead of sparse, because all
2398         `self-insert-command' keys are redefined in this map.
2399         (org-export-as-html): Specify charset for HTML file, by taking it
2400         from the coding system.
2402 2005-10-10  Kenichi Handa  <handa@m17n.org>
2404         * textmodes/flyspell.el (flyspell-check-word-p):
2405         If unread-command-events is non-empty, don't call sit-for.
2407 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2409         * font-lock.el (font-lock-syntactic-keywords)
2410         (font-lock-keywords): Doc fixes.
2412         * textmodes/flyspell.el (flyspell-external-point-words):
2413         Simplify logic, and don't try to check for consecutive appearances
2414         of one incorrect word.
2416 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2418         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2419         separator.
2421         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2422         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2423         (gud-expansion-speedbar-buttons): New function.
2424         (gud-speedbar-buttons): Check for gud-comint-buffer.
2426 2005-10-09  Bill Wohler  <wohler@newt.com>
2428         * Makefile.in (updates): Add mh-loaddefs dependency.
2430 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2432         * speedbar.el (speedbar-file-key-map): Fix typo.
2434 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2436         * cus-start.el (line-spacing): Add custom spec.
2438 2005-10-09  Romain Francoise  <romain@orebokech.com>
2440         * textmodes/ispell.el (ispell-check-version): Fix last change.
2442 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2444         * term/x-win.el: Remove -i, --icon-type from comment.
2446         * startup.el (command-line-x-option-alist): Remove options -i,
2447         -itype, --icon-type, added -nb, --no-bitmap-icon
2449 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2451         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2452         instead of :active.
2454 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2456         * textmodes/ispell.el (ispell-check-version):
2457         Ignore hyphen, and all that follows, in aspell's version text.
2459 2005-10-08  Jay Belanger  <belanger@truman.edu>
2461         * calc/calc-arith.el (math-known-square-matrixp): New function.
2462         (math-pow-fancy): Check for matrices before distributing exponent
2463         across products.
2465         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2466         fullscreen keypad.  Suggested by Luc Teirlinck.
2467         (calc-keypad-show-input): Add space for formatting.
2469         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2470         Add square matrix option.
2472         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2473         of checking calc-matrix-mode when deciding how to expand.
2475         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2477 2005-10-08  Lars Hansen  <larsh@soem.dk>
2479         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2480         Add error handling.
2481         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2483 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2485         Sync with Tramp 2.0.51.
2487         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2488         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2489         Insert special handling for `last-coding-system-used', again
2490         it still seems to be necessary (unlike stated before).
2491         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2492         (tramp-password-prompt-regexp): There might be other words before
2493         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2494         (tramp-chunksize): Improve docstring.
2495         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2496         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2497         Christian Joergensen <bugs@razor.dk>.
2499 2005-10-07  Glenn Morris  <rgm@gnu.org>
2501         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2502         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2503         precision'.
2505 2005-10-07  Romain Francoise  <romain@orebokech.com>
2507         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2508         (ibuffer-do-shell-command-pipe-replace)
2509         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2510         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2511         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2512         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2513         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2514         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2515         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2516         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2517         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2518         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2519         Autoload file sans suffix.
2521         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2523 2005-10-07  David Ponce  <david@dponce.com>
2525         * recentf.el (recentf-menu-open-all-flag): New option.
2526         (recentf-digit-shortcut-command-name): New function.
2527         (recentf--shortcuts-keymap): New variable.
2528         (recentf-menu-shortcuts): New variable.
2529         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2530         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2531         (recentf-menu-value-shortcut): New function.
2532         (recentf-make-menu-item): Use it.  No more in-lined.
2533         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2534         (recentf-open-most-recent-file): Rename from
2535         `recentf-open-file-with-key'.  Don't depend on key binding.
2536         (recentf-mode-map): New variable.
2537         (recentf-mode): Use it.
2539 2005-10-06  Bill Wohler  <wohler@newt.com>
2541         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2543         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2544         (MH-E-SRC): New.  Used by mh-autoloads.
2545         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2546         files in MH-E-SRC have been updated.
2547         (compile, recompile, bootstrap): Depend on mh-autoloads.
2549 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2551         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2552         gud-break and gud-remove icons when the fringe is not available.
2554         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2555         Typo.
2557 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2559         * play/zone.el (zone): Wrap body with save-window-excursion.
2561 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2564         Use the new `list-only' arg to diary-list-entries.
2566         * calendar/diary-lib.el: Use overlays rather than selective-display.
2567         (diary-selective-display): New var.
2568         (diary-header-line-format): Use it.
2569         (diary-list-entries): Add argument `list-only'.
2570         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2571         Replace \^M by invisible overlays.
2572         (diary-unhide-everything): Replace \^M by invisible overlays.
2573         (print-diary-entries): Look for overlays rather than \^M.
2574         Add a space to the temp buffer name.
2575         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2576         Put the buffer in diary-mode.
2577         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2578         (diary-anniversary): Make the year arg optional.
2579         (diary-time-regexp): New const.
2580         (diary-font-lock-keywords): Use it to accept a few more time formats.
2582         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2584 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2586         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2587         Fix bug introduced 2005-07-03: Use (car (last ...))
2588         to faithfully reproduce replaced artist-last.
2589         (artist-set-arrow-points-for-poly): Likewise.
2590         Suggested by Johan Bockg\e,Ae\e(Brd.
2592 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2594         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2595         * wid-edit.el (widget):
2596         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2597         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2599 2005-10-06  Kenichi Handa  <handa@m17n.org>
2601         * international/mule-cmds.el (set-language-environment):
2602         Fix setting up of case-table for unibyte mode.
2604         * simple.el (what-cursor-position): If the character is displayed
2605         by some `display' text property, show that.  Don't use
2606         single-key-description for eight-bit characters in multibyte mode.
2608 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2610         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2611         (gdb-ann3): Set it.
2612         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2613         (gdb-info-frames-custom): Use inverse-video for first five
2614         characters of selected frame only.
2615         (gdb-get-frame-number): Select frame even when point is on frame
2616         number.
2618 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2620         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2621         Put `font-lock-function-name-face'.
2622         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2623         and `font-lock-variable-name-face'
2624         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2625         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2626         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2627         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2628         (gdb-local-font-lock-keywords): New font lock keywords definition.
2629         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2630         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2631         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2633 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2635         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2636         (ediff-merge-region-is-non-clash-to-skip): Previously called
2637         ediff-merge-region-is-non-clash.
2639         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2640         Use insert-buffer-substring.
2642         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2643         selecting files to patch.  Also bug fixes.
2645         * ediff-util.el (ediff-setup): Bug fix.
2646         (ediff-next-difference): Never skip clashes that differ in white
2647         space only.
2649         * ediff-wind.el (ediff-setup-control-frame)
2650         (ediff-destroy-control-frame): Check the menubar feature.
2652         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2653         (viper-refresh-mode-line): Use make-local-variable to localize
2654         some vars instead of make-variable-buffer-local.  Suggested by
2655         Stefan Monnier.
2657         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2658         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2659         Use make-local-variable instead of make-variable-buffer-local.
2660         Suggested by Stefan Monnier.
2662         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2663         (viper-comint-mode-hook): Use make-local-variable on
2664         require-final-newline.
2665         (viper-non-hook-settings): Don't use make-variable-buffer-local.
2667 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2670         also the second char of a comment-start sequence.
2671         (scheme-sexp-comment-syntax-table): New var.
2672         (lambda, define): Set their scheme-doc-string-elt property.
2673         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2674         Use lisp-font-lock-syntactic-face-function now that it properly
2675         handles |...| symbols.
2676         (scheme-mode-variables): Set lisp-doc-string-elt-property,
2677         parse-sexp-lookup-properties and font-lock-extra-managed-props.
2679         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2680         bit from # to |.
2681         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2683         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2684         (lisp-doc-string-elt-property): New var.
2685         (lisp-font-lock-syntactic-face-function): Use it.
2686         Rewrite to recognize docstrings even for forms not at toplevel.
2688         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2689         annotation on the | part of #| rather than on the # part.
2690         (scheme-font-lock-syntactic-face-function): New function, to
2691         distinguish strings from |...| symbols.
2692         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
2693         syntax-table so that #|...|# is properly highlighted.
2695         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2696         Don't mark as docstring the 3rd elem of an unknown toplevel form.
2698 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2701         and C-e.
2703         * emacs-lisp/eldoc.el: Move comments into docstrings.
2704         (eldoc-message-commands): Initialize in its declaration.
2705         Add move-beginning-of-line and move-end-of-line.
2706         (eldoc-add-command, eldoc-add-command-completions)
2707         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2709         * outline.el (outline-mark-subtree): Activate the mark.
2711         * calendar/appt.el (appt-time-regexp): New var.
2712         (appt-add, appt-make-list): Use it.
2713         (appt-convert-time): Clean up.
2715         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2716         Don't set any syntax-table property here.
2717         (tex-font-lock-verb): New function.  Do it here.
2718         (tex-font-lock-syntactic-keywords): Use it.
2720 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2722         * wid-edit.el (widget-file-complete): Get the widget start point
2723         the right way.  Default directory to `/' if file has none.
2725         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2727         * textmodes/flyspell.el (flyspell-mode-on):
2728         Call ispell-maybe-find-aspell-dictionaries.
2730         * textmodes/ispell.el (ispell-word, ispell-region):
2731         Call ispell-maybe-find-aspell-dictionaries.
2732         (ispell-accept-buffer-local-defs):
2733         Don't call ispell-maybe-find-aspell-dictionaries
2735 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2737         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2739 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
2741         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2742         instead of `fboundp' in order to allow for anonymous functions.
2744 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
2746         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2747         case the user clicks on the link while another window is selected.
2748         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2750         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2751         functionality.
2752         (dframe-help-echo): Save point in case mouse tracking is off.
2754 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
2756         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2758 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2761         not change the global value of those vars.
2763         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2764         make-local-variable which we do not need any more.
2766 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
2768         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2769         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2770         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2771         (speedbar-path-line): Define obsolete aliases.
2772         (speedbar-line-directory): Doc fix.
2774         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2775         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2776         instead of speedbar-line-path.
2778 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2780         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2781         to nil if dropping on a window.  Handle dropping on a minibuffer window
2782         like dropping on a non-window part of Emacs.
2784 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * net/ange-ftp.el: Use with-current-buffer.
2787         (ange-ftp-insert-directory): Do not follow symlinks any more.
2789         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2790         Remove interactive spec.
2792 2005-10-03  Kim F. Storm  <storm@cua.dk>
2794         * ido.el (ido-mode): Use custom-initialize-set.
2796 2005-10-02  Richard M. Stallman  <rms@gnu.org>
2798         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2799         Use insert-buffer-substring.
2801         * net/tramp.el: Pacify byte compiler warnings in pacification code.
2802         (tramp-handle-file-local-copy): Use insert-buffer-substring.
2804 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2807         in last change.
2808         (ange-ftp-insert-directory): Fix up the search for the case where
2809         `file' is absolute.
2811 2005-10-02  Romain Francoise  <romain@orebokech.com>
2813         * progmodes/compile.el (compile-goto-error): Delete extra paren.
2815 2005-10-02  Andreas Schwab  <schwab@suse.de>
2817         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2818         directory component in the session info.
2820 2005-10-01  Richard M. Stallman  <rms@gnu.org>
2822         * comint.el (comint-redirect-subvert-readonly): Doc fix.
2824         * simple.el (next-error-internal): New function.
2826         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
2827         (compilation-start): Pass new arg to compilation-buffer-name.
2828         (compile-goto-error): Use next-error-internal.
2830 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2832         * speedbar.el: Remove RCS tag.
2833         (speedbar-check-read-only): Handle non-existent files.
2835         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
2837         * info.el (Info-speedbar-hierarchy-buttons)
2838         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2840 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2842         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
2843         Do not match newline.
2844         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
2845         (bibtex-summary): Remove unnecessary save-excursion.
2846         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2848 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2850         * term/mac-win.el: Add charset info for "iso10646-1".
2851         Modify default fontset to use ATSUI-compatible fonts for some charsets
2852         if available.
2854 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2856         * speedbar.el: Re-apply arch tag.
2857         (speedbar-version): Rename to version 1.0.  Suggested by Eric
2858         M. Ludlam.
2859         Reapply two changes from Emacs CVS' version of speedbar lost
2860         during the merge:
2861         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
2862         (speedbar-frame-parameters): Improve customize type.
2864 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
2867         (ange-ftp-file-directory-p): Fix the symlink case.
2868         (ange-ftp-insert-directory): When listing a single file, get a list of
2869         the parent buffer and extract the relevant line.  Inspired from a patch
2870         by Katsumi Yamaoka <yamaoka@jpl.org>.
2871         (ange-ftp-file-name-sans-versions): Simplify.
2873 2005-09-30  Bill Wohler  <wohler@newt.com>
2875         Move MH-E image files from toolbar and mail directories into
2876         etc/images.
2878         * mail/reply2.*: Move to etc/images/mail/reply*.
2880         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
2881         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
2882         etc/images.
2884         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
2885         * toolbar/reply*: Move to etc/images/mail.
2887         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
2889 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
2891         * speedbar.el: New version 1.0pre3.
2893         Frame management code (including timer, and mouse click specifics)
2894         moved to dframe.el:
2895         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
2896         (speedbar-timer): Removed.  Use dframe-timer.
2897         (speedbar-close-frame): Removed.  Use dframe-close-frame.
2898         (speedbar-activity-change-focus-flag): Removed.  Use
2899         dframe-activity-change-focus-flag.
2900         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
2901         dframe-update-speed.
2903         (speedbar-current-frame): New macro.  Use this instead of the
2904         variable speedbar-frame.
2906         (speedbar-use-images, speedbar-expand-image-button-alist)
2907         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
2909         (speedbar-find-image-on-load-path): Removed.  Replaced by
2910         defezimage in ezimage.el.
2911         (speedbar-expand-image-button-alist): Removed.  Replaced by
2912         ezimage-expand-image-button-alist in ezimage.el.
2914         (speedbar-ignored-directory-regexp)
2915         (speedbar-add-ignored-directory-regexp)
2916         (speedbar-ignored-directory-expressions)
2917         (speedbar-line-directory, speedbar-buffers-line-directory)
2918         (speedbar-directory-line, speedbar-buffers-line-directory):
2919         Renamed, replacing `path' with `directory'.
2921         (speedbar-create-directory, speedbar-expand-line-descendants)
2922         (speedbar-toggle-line-expansion)
2923         (speedbar-contract-line-descendants): New commands.
2925         (speedbar-query-confirmation-method, speedbar-select-frame-method)
2926         (speedbar-use-tool-tips-flag): New options.
2928         (speedbar-check-read-only, speedbar-require-version)
2929         (speedbar-insert-separator, speedbar-buffers-tail-notes)
2930         (speedbar-handle-delete-frame, speedbar-try-completion)
2931         (speedbar-update-localized-contents): New functions.
2933         (speedbar-incompatible-version, speedbar-ro-to-do-point)
2934         (speedbar-object-read-only-indicator): New variables.
2936         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
2937         New hooks.
2939         (speedbar-separator-face): New face.
2941         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
2942         (speedbar-ignored-modes): Add fundamental-mode.
2943         (speedbar-directory-unshown-regexp): Add . directories.
2945         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
2946         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
2947         `]' for full expand/close.
2948         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
2950         (speedbar-check-vc): Support hidden files.
2951         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
2952         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
2953         state is nil, it is not checked out.
2955         (speedbar-line-text, speedbar-line-token): Support expand buttons
2956         with no text.
2957         (speedbar-refresh): Universal argument acts as power-click.
2958         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
2959         that buffer to get variable values.
2961         And many other bugfixes.
2963         * dframe.el, ezimage.el, sb-image.el: New files.
2965         * sb-*.xpm: Remove files.  New image files installed into
2966         etc/images/ezimage.
2968 2005-09-30  Kenichi Handa  <handa@m17n.org>
2970         * ps-mule.el (ps-mule-show-warning): If a character is in
2971         ps-print-translation-table, don't treat it as non-printable.
2973 2005-09-30  David Ponce  <david@dponce.com>
2975         * tree-widget.el (tree-widget-themes-load-path): New variable.
2976         (tree-widget-themes-directory): Doc fix.
2977         (tree-widget-image-formats) [Emacs]: Doc fix.
2978         (tree-widget--locate-sub-directory): New function.
2979         (tree-widget-themes-directory): Use it.
2981         * recentf.el (recentf-filename-handlers): Rename from
2982         `recentf-filename-handler'.  Allow a list of functions.
2983         (recentf-menu-items-for-commands): Fix :help strings.
2984         (recentf-apply-filename-handlers): New function.
2985         (recentf-expand-file-name): Use it.
2986         (recentf-cleanup): Remove duplicates too.
2988 2005-09-29  Juri Linkov  <juri@jurta.org>
2990         * faces.el: Rearrange face definitions to be in the same order as
2991         their face descriptions in "(emacs)Standard Faces".
2993         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
2995         * tooltip.el (tooltip): Add group `basic-faces'.
2997         * buff-menu.el (Buffer-menu-buffer): Remove group
2998         `font-lock-highlighting-faces'.
3000         * progmodes/compile.el (compilation-error, compilation-warning)
3001         (compilation-info, compilation-line-number, compilation-column-number):
3002         Change group from `font-lock-highlighting-faces' to `compilation'.
3004         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3005         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3006         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3007         (vhdl-font-lock-reserved-words-face)
3008         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3009         `font-lock-highlighting-faces'.
3011         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3013 2005-09-28  Kim F. Storm  <storm@cua.dk>
3015         * emulation/cua-base.el: Set CUA move property on additional commands:
3016         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3017         forward-sexp, backward-sexp, forward-list, backward-list.
3019 2005-09-28  Romain Francoise  <romain@orebokech.com>
3021         * comint.el (comint-show-output): Really set point at the
3022         beginning of the output when not using `comint-use-prompt-regexp'.
3024 2005-09-27  Jay Belanger  <belanger@truman.edu>
3026         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3027         in TeX mode.
3029 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3031         * textmodes/org.el (org-table-sum): Fix format string.
3033         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3034         Quote face names.
3036 2005-09-26  Romain Francoise  <romain@orebokech.com>
3038         * isearch.el (isearch-forward-regexp): Close doc string.
3040 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3042         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3044         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3046         * progmodes/compile.el (compilation-error-properties):
3047         When getting the file from the previous error message,
3048         correctly decode the new data format.
3050         * progmodes/cc-cmds.el (c-electric-paren):
3051         Call old-blink-paren only for close-paren.
3053 2005-09-24  Andreas Schwab  <schwab@suse.de>
3055         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3056         condition.
3058 2005-09-25  Romain Francoise  <romain@orebokech.com>
3060         * dired-aux.el (dired-copy-file-recursive):
3061         * dired.el (dired-delete-file):
3062         * ediff-mult.el (ediff-dir-diff-copy-file):
3063         * ediff-util.el (ediff-test-save-region):
3064         * forms.el (forms-mode):
3065         * ido.el (ido-file-internal, ido-delete-file-at-head):
3066         * log-edit.el (log-edit-done):
3067         * ses.el (ses-yank-resize):
3068         * play/gomoku.el (gomoku-human-plays, gomoku)
3069         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3070         (gomoku-offer-a-draw):
3071         * play/landmark.el (lm-human-resigns, lm):
3072         * net/eudcb-ldap.el (eudc-ldap-check-base):
3073         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3074         * progmodes/ebrowse.el (ebrowse-find-pattern):
3075         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3076         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3077         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3079         * vc.el (vc-delete-file):
3080         * play/gomoku.el (gomoku-terminate-game, gomoku)
3081         (gomoku-prompt-for-move, gomoku-human-takes-back):
3082         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3083         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3085 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3087         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3088         color rxvt terminals by using the code xterm.el used to use before
3089         2005-04-09 in order to match the colors used by rxvt.
3091 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3093         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3094         colors rxvt-unicode terminals by using the same code as xterm.el.
3096 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3099         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3100         new symbol used for the tex-verbatim face.
3102 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3104         * woman.el (woman-file-name):
3105         * wid-edit.el (widget-file-prompt-value)
3106         (widget-coding-system-prompt-value):
3107         * w32-fns.el (set-w32-system-coding-system):
3108         * vc.el (vc-version-diff, vc-annotate):
3109         * textmodes/reftex-auc.el (reftex-arg-cite)
3110         (reftex-arg-index-tag):
3111         * textmodes/refer.el (refer-get-bib-files):
3112         * textmodes/artist.el (artist-figlet-choose-font):
3113         * terminal.el (terminal-emulator):
3114         * replace.el (occur-read-primary-args):
3115         * rect.el (string-rectangle, string-insert-rectangle):
3116         * ps-print.el (ps-print-preprint):
3117         * progmodes/pascal.el (pascal-goto-defun):
3118         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3119         * progmodes/compile.el (compilation-find-file):
3120         * printing.el (pr-interactive-n-up):
3121         * play/animate.el (animate-birthday-present):
3122         * net/rcompile.el (remote-compile):
3123         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3124         * mail/rmailsum.el (rmail-summary-search-backward)
3125         (rmail-summary-search):
3126         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3127         (rmail-output-read-file-name):
3128         * mail/rmail.el (rmail-search, rmail-search-backwards):
3129         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3130         * locate.el (locate):
3131         * international/quail.el (quail-show-keyboard-layout):
3132         * international/mule.el (set-buffer-file-coding-system)
3133         (revert-buffer-with-coding-system, set-file-name-coding-system)
3134         (set-terminal-coding-system, set-keyboard-coding-system)
3135         (set-next-selection-coding-system):
3136         * international/mule-diag.el (describe-coding-system)
3137         (describe-font, describe-fontset):
3138         * international/mule-cmds.el (universal-coding-system-argument)
3139         (search-unencodable-char, describe-input-method)
3140         (set-language-environment, describe-language-environment):
3141         * international/codepage.el (codepage-setup):
3142         * international/code-pages.el (codepage-setup):
3143         * info.el (Info-search, Info-follow-reference)
3144         (Info-search-backward):
3145         * emacs-lisp/advice.el (ad-read-advised-function)
3146         (ad-read-advice-class, ad-clear-cache, ad-activate)
3147         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3148         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3149         (ad-read-regexp):
3150         * ediff-util.el (ediff-toggle-regexp-match):
3151         * ediff-ptch.el (ediff-prompt-for-patch-file):
3152         * dired-aux.el (dired-diff):
3153         * diff.el (diff):
3154         * cus-edit.el (custom-variable-prompt):
3155         * calendar/timeclock.el (timeclock-ask-for-project):
3156         * calc/calcalg3.el (calc-get-fit-variables):
3157         * calc/calc-store.el (calc-edit-variable)
3158         (calc-permanent-variable):
3159         * vc-mcvs.el (vc-mcvs-register):
3160         * shadowfile.el (shadow-define-literal-group):
3161         * woman.el (woman-file-name):
3162         * vc.el (vc-version-diff, vc-merge):
3163         * textmodes/reftex-index.el (reftex-index-complete-tag):
3164         * format.el (format-decode-buffer, format-decode-region):
3165         * emulation/viper-cmd.el (viper-read-string-with-history):
3166         * emacs-lisp/debug.el (cancel-debug-on-entry):
3167         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3168         * ediff.el (ediff-merge-revisions)
3169         (ediff-merge-revisions-with-ancestor, ediff-revision):
3170         * completion.el (interactive-completion-string-reader):
3171         * calc/calc-prog.el (calc-user-define-formula):
3172         Follow convention for reading with the minibuffer.
3174 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3176         * progmodes/python.el (python-describe-symbol): Add globals() and
3177         locals() to the arguments of emacs.ehelp.
3179 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3181         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3182         New function, code extracted from ispell-valid-dictionary-list.
3183         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3184         Call it.
3186 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3188         * subr.el (version-regexp-alist): Extend valid syntax for version
3189         strings: allow any of the characters -,_,+ to separate the
3190         alpha/beta/rc part from the version part.  Doc fix.
3191         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3193 2005-09-23  David Reitter  <david.reitter@gmail.com>
3195         * mail/mailclient.el: New file.
3197 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3199         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3200         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3201         Doc fixes.
3203         * progmodes/cc-mode.el (c-font-lock-init):
3204         Specify font-lock-lines-before.
3206 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3208         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3209         whole conflict.
3211 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3213         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3214         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3215         of `remap' feature when available.  Additional key bindings for
3216         better tty support.
3217         (org-mode-restart, org-force-self-insert): New commands.
3218         (org-time-stamp-inactive): New command.
3219         (org-remap): New function.
3220         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3221         (org-enable-fixed-width-editor): Move to `org-structure'
3222         customization group.
3223         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3224         blank field after field motion commands.
3226 2005-09-23  Kenichi Handa  <handa@m17n.org>
3228         * international/mule-cmds.el (set-language-environment):
3229         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3230         have to call utf-translate-cjk-load-tables.
3232 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * mouse.el (mouse-move-drag-overlay): Fix last change.
3236 2005-09-22  David Ponce  <david@dponce.com>
3238         * tree-widget.el (tree-widget-value-create): Fix previous change.
3240 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3242         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3244 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * mouse.el (mouse-move-drag-overlay): New function.
3247         (mouse-drag-region-1): Use it.
3248         Try to simplify a bit the state handling.  Handle clicks on links
3249         inside intangible areas.
3250         (mouse-save-then-kill): Minor simplification.
3251         (mouse-secondary-overlay): Make it always non-nil instead of
3252         recreating it each time.
3253         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3254         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3255         Simplify accordingly.
3257 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3259         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3261 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3263         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3264         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3265         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3266         to patch.
3268         * ediff-util.el: Use insert-buffer-substring.
3270         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3272         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3273         field boundaries in the minibuffer.
3274         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3275         (viper-minibuffer-post-command-hook): New hook.
3276         (viper-line): Don't move cursor at bolp.
3278         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3280         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3281         avoid compiler warnings.
3283         * emulation/viper-macs.el (ex-map): Better messages.
3285         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3287         * emulation/viper.el: Replace make-variable-buffer-local with
3288         viper-make-variable-buffer-local everywhere, to avoid warnings.
3290 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3293         Delete unused var `old-selected-window'.
3294         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3295         (mouse-drag-secondary): Delete unused var `start-frame'.
3297 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3299         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3301 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3304         Re-indent within 80 columns.  Use inhibit-read-only.
3306 2005-09-19  Romain Francoise  <romain@orebokech.com>
3308         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3310 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3313         unconditionally, since the after-change-function already did it.
3315 2005-09-19  Miles Bader  <miles@gnu.org>
3317         * net/newsticker.el: Get rid of CVS keyword.
3319 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3321         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3322         The prompt is formatted later.
3324 2005-09-19  David Ponce  <david@dponce.com>
3326         * tree-widget.el (tree-widget-value-create): Save the converted
3327         tree :node widget.
3329 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3331         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3332         variable `message'.
3334 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3336         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3337         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3338         <slawomir.nowaczyk.847@student.lu.se>.
3340 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3342         * image.el (image-load-path): Use symbol `data-directory' instead
3343         of its value, for backward compatibility with packages that bind
3344         it during `find-image'.  Suggested by Katsumi Yamaoka.
3345         (image-search-load-path): Handle symbols whose values are strings.
3347 2005-09-18  Romain Francoise  <romain@orebokech.com>
3349         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3350         with-current-buffer form in save-excursion.
3352 2005-09-18  D Goel  <deego@gnufans.org>
3354         * apropos.el (apropos-command): Fix `message' call: first arg
3355         should be a format spec.  In this and all other cases that appear
3356         below and elsewhere in the source code, I made a change only when
3357         two conditions were satisfied: [1] I can think of a possibility
3358         that the arguments would cause an error, for example, the code in
3359         question relies on external variables such as filenames.  [2] I
3360         was sure that the arg to `message' could not have been nil in the code.
3362         * textmodes/tildify.el (tildify-region): Ditto.
3364         * textmodes/reftex-index.el (reftex-index-change-entry)
3365         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3366         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3367         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3368         (org-priority, org-table-sum):
3369         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3370         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3371         (flyspell-word, flyspell-display-next-corrections):
3372         * textmodes/bibtex.el (bibtex-print-help-message):
3373         * textmodes/artist.el (artist-key-set-point-poly):
3374         * term/mac-win.el (mac-services-insert-text):
3375         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3376         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3377         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3378         (vhdl-compose-configuration):
3379         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3380         (sh-set-indent, sh-learn-line-indent):
3381         * progmodes/ps-mode.el (ps-mode-target-column):
3382         * progmodes/idlwave.el (idlwave-make-tags)
3383         (idlwave-scan-library-catalogs):
3384         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3385         * progmodes/gud.el (gud-jdb-analyze-source):
3386         * progmodes/flymake.el (flymake-log):
3387         * progmodes/ebnf2ps.el (ebnf-generate-region):
3388         * progmodes/cmacexp.el (c-macro-expansion):
3389         * progmodes/ada-xref.el (ada-treat-cmd-string):
3390         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3391         (ada-justified-indent-current, ada-batch-reformat):
3392         * play/zone.el (zone):
3393         * play/landmark.el (lm-move):
3394         * play/decipher.el (decipher-show-alphabet):
3395         * net/newsticker.el (newsticker--display-jump)
3396         (newsticker--display-scroll):
3397         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3398         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3399         * mail/feedmail.el (feedmail-dump-message-to-queue):
3400         * eshell/esh-proc.el (eshell-remove-process-entry):
3401         * emulation/ws-mode.el (ws-last-error):
3402         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3403         (viper-record-kbd-macro):
3404         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3405         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3406         * emacs-lisp/find-func.el (find-function-noselect):
3407         * calendar/timeclock.el (timeclock-status-string)
3408         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3409         (timeclock-when-to-leave-string):
3410         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3411         * calc/calc-units.el (calc-enter-units-table):
3412         * calc/calc-mode.el (calc-mode-record-mode):
3413         * woman.el (woman-mini-help):
3414         * wdired.el (wdired-change-to-wdired-mode):
3415         * vc.el (vc-retrieve-snapshot):
3416         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3417         * startup.el (display-startup-echo-area-message):
3418         * simple.el (set-goal-column):
3419         * ses.el (ses-command-hook, ses-recalculate-cell):
3420         * server.el (server-process-filter):
3421         * printing.el (pr-interface-txt-print, pr-interface-printify)
3422         (pr-interface-ps):
3423         * pcvs.el (cvs-help):
3424         * log-edit.el (log-edit, log-edit-mode-help):
3425         * iswitchb.el (iswitchb-possible-new-buffer):
3426         * isearch.el (isearch-edit-string):
3427         * image-mode.el (image-mode, image-minor-mode):
3428         * ibuf-macs.el (define-ibuffer-filter):
3429         * hi-lock.el (hi-lock-find-patterns):
3430         * files.el (toggle-read-only):
3431         * ediff-util.el (ediff-copy-diff)
3432         (ediff-write-merge-buffer-and-maybe-kill):
3433         * echistory.el (Electric-history-undefined):
3434         * dnd.el (dnd-insert-text):
3435         * dired-aux.el (dired-query):
3436         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3437         * bookmark.el (bookmark-bmenu-locate):
3438         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3439         Fix `message' calls to ensure first arg is a format string.
3440         The change was made only when these two conditions were satisfied:
3441         [1] when there is a possibility that the arguments would cause an error
3442         for example, if the code in question relies on external variables
3443         such as filenames, and
3444         [2] if the arg to `message' could not have been nil in the code.
3446         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3447         Not having a %s would be weird, though not technically wrong.
3449 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3451         * term/mac-win.el (mac-add-charset-info): Doc fix.
3453 2005-09-17  Romain Francoise  <romain@orebokech.com>
3455         * shell.el (shell-resync-dirs): Handle echoing processes more
3456         reliably.  Don't insert resync command if `comint-process-echoes'
3457         is non-nil.
3459 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3461         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3462         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3463         aspell versions >= 0.60.
3464         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3465         only if ispell-aspell-supports-utf8 is non-nil.
3467 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3469         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3470         buffer-local value to lisp-indent-function.
3472 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3474         * progmodes/glasses.el (glasses-make-readable): If
3475         glasses-separator differs from underscore, put appropriate
3476         overlays over underscore characters.
3477         (glasses-convert-to-unreadable): If glasses-separator differs from
3478         underscore, try to convert glasses-separator characters to
3479         underscores.
3481 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3484         Use with-syntax-table and dolist.
3486 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3488         * textmodes/reftex-auc.el:
3489         * textmodes/reftex-cite.el:
3490         * textmodes/reftex-dcr.el:
3491         * textmodes/reftex-global.el:
3492         * textmodes/reftex-parse.el:
3493         * textmodes/reftex-ref.el:
3494         * textmodes/reftex-sel.el:
3495         * textmodes/reftex-toc.el:
3496         * textmodes/reftex-vars.el:
3497         * textmodes/reftex.el: Small changes to remove compiler warnings.
3499         * textmodes/reftex-index.el: Likewise.
3500         (reftex-query-index-phrase): More efficient use of markers.
3502 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3504         * image.el (image-load-path): New variable.
3505         (image-search-load-path): New function.
3506         (find-image): Search for images in `image-load-path'.
3508 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3510         * follow.el: Change Maintainer field.
3512 2005-09-15  David Ponce  <david@dponce.com>
3514         * recentf.el (recentf-save-file-modes): New option.
3515         (recentf-save-list): Use it.
3517 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3519         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3520         (mode-line-mule-info, mode-line-modified): Move bindings from
3521         mouse-3 to mouse-1.
3523 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3525         * simple.el (sendmail-user-agent-compose): Revert last change.
3527 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3530         Use with-current-buffer.
3531         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3532         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3533         (ange-ftp-insert-directory): Remove unused var `short'.
3534         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3536         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3537         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3539         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3540         (check-calendar-holidays, diary-list-entries): Autoload.
3541         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3542         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3544         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3545         which mistakenly removed a call to display-buffer.
3547 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3549         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3551 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3553         * progmodes/hideshow.el
3554         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3555         (hs-allow-nesting): New user var.
3556         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3557         (hs-hide-block-at-point): When nesting allowed,
3558         if there is already an overlay in place, delete it.
3559         (hs-safety-is-job-n): Delete func; remove call sites.
3560         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3561         (hs-overlay-at): New func.
3562         (hs-already-hidden-p, hs-show-block): Use it.
3563         (hs-hide-all): Don't pre-clean if nesting allowed.
3564         (hs-show-all): Temporarily disallow
3565         nesting around call to `hs-discard-overlays'.
3567 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3569         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3570         Delete unused local var.
3572 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3574         * help-fns.el (describe-categories): "?\ " -> "?\s".
3575         (help-do-arg-highlight): Recognize also ARG-n, as in
3576         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3578         * international/codepage.el (dos-unsupported-char-glyph):
3579         * net/newsticker.el (tool-bar-map, w3-mode-map)
3580         (w3m-minor-mode-map):
3581         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3582         (ent-alist):
3583         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3585 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3587         * custom.el (custom-push-theme): Handle the case where a symbol is
3588         bound but face properties have not yet been assigned.
3590         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3591         Fix behavior if noerase is `t' and there is no mail buffer.
3593         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3594         if `continue' is nil, rather than signal an error.
3596 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3598         * font-lock.el (font-lock-keywords): Add autoload.
3600         * help-fns.el (describe-variable): Rearrange to put source link
3601         in a predictable place.
3603         * net/newsticker.el: New file.
3605 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3607         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3608         (calendar-basic-setup): Use the new nil arg.
3609         (number-of-diary-entries): Move to diary-lib.el.
3611         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3612         (diary-list-entries): Use with-syntax-table and dolist.
3613         Rename from list-diary-entries.
3614         Use number-of-diary-entries if `number' is nil.
3615         (diary, diary-view-entries): Use this new name and new nil arg value.
3616         (number-of-diary-entries): Move from calendar.el.
3617         (diary-unhide-everything): New function.
3618         (include-other-diary-files, fancy-diary-display)
3619         (diary-show-all-entries, make-diary-entry): Use it.
3620         (diary-mail-entries): Use buffer-string.
3621         (mark-diary-entries): Fix long standing paren typo.
3622         (diary-sexp-entry): Use count-lines.
3623         (make-diary-entry): Avoid `previous-line'.
3624         (diary-mode-map): New var.
3625         (diary-mode): Redraw cal after saving.  Setup header-line.
3626         (fancy-diary-display-mode): Use local-set-key.
3628         * startup.el (command-line): Try calling various terminal-init-foo-bar
3629         functions by stripping hyphenated suffixes from $TERM.
3631         * files.el (normal-mode): Check boundness of font-lock-keywords.
3633 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3635         * progmodes/compile.el: Don't decide a file's directory
3636         until the user actually tries to go there.
3637         (compilation-next-error-function):
3638         Pass compilation-find-file the directory from the file-struct.
3639         (compilation-internal-error-properties): Separate local FILE-STRUCT
3640         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3641         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3642         Expand it, and if nil, use default-directory.
3643         (compilation-get-file-structure): Don't mix specified directory
3644         with default directory.  Put specified directory into
3645         file-struct.  Don't make the file name absolute.
3647         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3648         (compile-command): Add autoload.
3649         (compilation-disable-input): Add autoload.
3651 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3653         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3654         strings of the variables it can override.
3655         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3656         %Q and %q, for fully-qualified domain name and unqualified host name.
3658 2005-09-11  Kim F. Storm  <storm@cua.dk>
3660         * emacs-lisp/authors.el (authors-aliases): Update list.
3661         (authors-fixed-entries): Update mldrag.el entry.
3663 2005-09-10  Alan Mackenzie  <acm@muc.de>
3665         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3666         from the region narrowed to.
3668 2005-09-10  Magnus Henoch  <mange@freemail.hu>
3670         * textmodes/ispell.el (ispell-check-version): Signal an error if
3671         aspell version is less than 0.60.
3673 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
3675         * progmodes/octave-inf.el (inferior-octave-startup):
3676         Resync current dir at the end.
3678 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
3680         * woman.el (woman-topic-at-point-default):
3681         Rename to woman-use-topic-at-point-default.
3682         (woman-topic-at-point): Rename to woman-use-topic-at-point.
3683         (woman-file-name): Reflect renames above.  Automatically use the
3684         word at point as topic if woman-use-topic-at-point is non-nil.
3685         Otherwise offer it as default but don't insert it in the
3686         minibuffer.  Also use `test-completion' instead of `assoc' as
3687         suggested by Stefan Monnier.
3689 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
3691         * vc.el (vc-directory, vc-update-change-log): Throw an error on
3692         the attempt to do it over Tramp.  This is not yet supported.
3694 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
3696         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3697         (menu-bar-non-minibuffer-window-p): New functions.
3698         ("Split Window", "Save As..."): Use them.
3699         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3700         ("Print Buffer", "Truncate Long Lines in this Buffer"):
3701         Use menu-bar-menu-frame-live-and-visible-p.
3702         ("Save Buffer", "Insert File", "Open Directory...")
3703         ("Open File...", "Visit New File..."):
3704         Use menu-bar-non-minibuffer-window-p.
3705         (kill-this-buffer-enabled-p, dired <menu-enable>):
3706         Use menu-bar-non-minibuffer-window-p.
3708 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3710         * cus-start.el (all): Don't complain about fringe-related
3711         built-ins if fringes are not supported.  Ditto about
3712         selection-related built-ins.  Fix the test for GTK-related built-ins.
3714         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3715         ("Postscript Print Buffer", "Print Region", "Save As...")
3716         ("Save", "Insert File...", "Open Directory...")
3717         ("Open File...", "Visit New File..."")
3718         ("Truncate Long Lines in this Buffer"): Don't look at
3719         menu-updating-frame if this display does not support multiple frames.
3721 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3723         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3725 2005-09-09  Emilio Lopes  <eclig@gmx.net>
3727         * woman.el: Format- and whitespace-related changes.
3729 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3731         * woman.el: Fix my email address.
3733 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3735         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3736         (sh-mode): Locally set skeleton-pair-default-alist.
3738         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3740         * progmodes/flymake.el: Require `compile' unconditionally.
3742         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3744         * woman.el (woman-file-name): Provide a default, not initial input.
3746         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3748         * font-lock.el (font-lock-support-mode): Doc fix.
3750         * descr-text.el (describe-property-list): Handle non-symbol prop names.
3752 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3754         * simple.el (blink-matching-open): Get rid of text props from
3755         the string shown in echo area.  Don't permanently set point.
3756         Some rearrangements.
3758 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3760         * recentf.el (recentf-filename-handler): Add custom choice
3761         `abbreviate-file-name'.
3763         * msb.el (msb--very-many-menus): Fix typo.
3765         * disp-table.el (standard-display-european): Don't set
3766         enable-multibyte-characters to nil.
3768 2005-09-08  David Ponce  <david@dponce.com>
3770         * recentf.el (recentf-show-file-shortcuts-flag): New option.
3771         (recentf-expand-file-name): Doc fix.
3772         (recentf-dialog-mode-map): Define digit shortcuts.
3773         (recentf--files-with-key): New variable.
3774         (recentf-show-digit-shortcut-filter): New function.
3775         (recentf-open-files-items): New function.
3776         (recentf-open-files): Use it.
3777         (recentf-open-file-with-key): New command.
3779 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
3781         * buff-menu.el (Buffer-menu-sort-by-column): New function.
3782         Suggested by Kim F. Storm.
3783         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3784         (Buffer-menu-make-sort-button): Use global keymap.
3786 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
3788         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3789         (Man-getpage-in-background-advice): Remove defadvice; it isn't
3790         necessary any longer with the remapped command.
3791         (Man-bgproc-sentinel-advice): Remove defadvice which counts
3792         formatting time only.
3794         * net/tramp.el (tramp-action-password)
3795         (tramp-multi-action-password): Compile the password prompt from
3796         `method', `user' and `host'.  Sometimes it isn't obvious which
3797         password to enter, for example with remote files offered by
3798         recentf.el, or with multiple steps.  Suggested by Robert Marshall
3799         <robert@chezmarshall.freeserve.co.uk>.
3801 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3804         Fix regexp for when "s///" is at the beginning of line.
3806 2005-09-07  Jay Belanger  <belanger@truman.edu>
3808         * calc/calc-poly.el (math-expand-term): Multiply out any powers
3809         when in matrix mode.
3811 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3813         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3814         non-anonymous functions.
3816 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
3818         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3819         when using a header line.  Otherwise, use mouse-1-click-follows-link.
3821         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3822         can't be moved; don't signal an error.
3824 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
3826         * cus-theme.el (custom-theme-write-faces): Save the current face
3827         spec, not the defface spec.
3829         * custom.el (custom-known-themes): Clarify meaning of "standard".
3830         (custom-push-theme): Save old values in the standard theme.
3831         (disable-theme): Correct typo.
3832         (custom-face-theme-value) Deleted unused function.
3833         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
3835 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * progmodes/compile.el (compilation-goto-locus): Take into account
3838         iconified frames when determining whether the buffer is
3839         already visible.
3840         Don't reset window height if the window already existed.
3842 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
3844         * custom.el (load-theme): Rename from require-theme.
3845         Add interactive spec.
3846         (enable-theme): Rename from custom-enable-theme.
3847         Add interactive spec.
3848         (disable-theme): Rename from custom-disable-theme.
3849         Add interactive spec.
3850         (custom-make-theme-feature): Doc fix.
3851         (custom-theme-directory): Doc fix.
3852         (provide-theme): Call enable-theme.
3854 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         * obsolete/lazy-lock.el (lazy-lock-mode):
3857         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
3858         font-lock-mode if it's off.  Print a warning instead.
3860         * progmodes/compile.el (compilation-start): Ignore errors if the
3861         process died before we get to send-eof.
3863         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
3864         Undo last change.  Enclosing the result in quotes broke things on Unix
3865         since tex-send-command passes it through shell-quote-argument.
3866         (tex-send-command): Pass `file' through convert-standard-filename
3867         when possible.
3868         (tex-uptodate-p): Handle the case where TeX hasn't put additional
3869         info in a transcript.
3871 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3873         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
3874         fix compilation warning. Reorder the key definitions to group
3875         together keys emitted by the current version of xterm.
3877         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
3878         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
3879         Reorder predicates to correct min-color usage.
3881 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
3883         * longlines.el (longlines-mode): Inhibit read-only when encoding.
3884         Kill local variables when longlines-mode is turned off.
3886 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
3890         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
3892         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
3894         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
3895         (font-lock-lines-before): Change default to being inactive.
3896         (font-lock-default-fontify-region): Obey font-lock-lines-before.
3897         (font-lock-after-change-function): Don't handle f-l-lines-before here.
3899 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3901         * net/tramp.el (tramp-handle-make-auto-save-file-name):
3902         Deactivate temporarily advice if active (not needed for Emacs 22,
3903         but for backwards compatibility).
3904         (tramp-exists-file-name-handler): Rewrite.  First implementation
3905         was too simple.
3906         (tramp-advice-make-auto-save-file-name):
3907         Call `tramp-handle-make-auto-save-file-name' (again, just for
3908         backwards compatibility).
3910 2005-08-31  Reto Zimmermann  <reto@gnu.org>
3912         * progmodes/vhdl-mode.el
3913         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
3914         (vhdl-end-p): Fix indentation bug "else" after "-- when".
3915         (vhdl-set-default-project): New function (easier setting of default).
3916         (vhdl-port-copy): Handle extended identifiers for generics.
3917         (vhdl-compiler-alist): Better description for error message regexp.
3918         (vhdl-make): Query for target, use previous as default.
3919         (vhdl-port-copy): Fix port copy for port names starting with "signal".
3920         (vhdl-font-lock-keywords-2): Fix fontification for record
3921         el. assign.
3922         (vhdl-speedbar-make-subpack-line): Add package body link.
3923         (vhdl-generate-makefile-1): Not include itself as dependency.
3924         (vhdl-font-lock-init): Highlight c-preprocessor directives.
3925         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
3926         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
3927         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
3928         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
3929         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
3930         (vhdl-import-project): Add string argument for `error'.
3931         (vhdl-compose-configuration)
3932         (vhdl-compose-configuration-architecture): Add configuration
3933         declaration generation.
3934         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
3935         (vhdl-trailer-re): Add "record" keyword (better indentation).
3936         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
3937         "[^ \t-\"]+".
3938         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
3939         (vhdl-testbench-entity-file-name)
3940         (vhdl-testbench-architecture-file-name): Allow separate
3941         customization of testbench file names.
3942         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
3943         (vhdl-get-visible-signals): Allow newline within alias declaration.
3944         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
3945         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
3946         (member-ignore-case): Alias for missing function in XEmacs.
3947         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
3948         (vhdl-update-sensitivity-list): Ignore case on read signals.
3949         (vhdl-replace-string): Adjust case only for file names.
3950         (vhdl-update-sensitivity-list): Fix search for read signals.
3951         (vhdl-update-sensitivity-list): Exclude formal parameters.
3952         (vhdl-get-visible-signals): Include aliases of signals.
3953         (vhdl-get-visible-signals): Fix signal name searching.
3954         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
3955         (vhdl-fixup-whitespace-region): Fix for character
3956         literals (e.g. ':').
3958 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3960         * ansi-color.el (comint-last-output-start):
3961         * bs.el (font-lock-verbose):
3962         * diff-mode.el (add-log-buffer-file-name-function):
3963         * dired-x.el (vm-folder-directory):
3964         * faces.el (help-xref-stack-item):
3965         * files.el (font-lock-keywords):
3966         * find-lisp.el (dired-buffers, dired-subdir-alist):
3967         * ido.el (cua-inhibit-cua-keys):
3968         * log-view.el (cvs-minor-wrap-function):
3969         * outline.el (font-lock-warning-face):
3970         * simple.el (compilation-current-error):
3971         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
3972         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
3973         * tooltip.el (comint-prompt-regexp):
3974         * w32-fns.el (explicit-shell-file-name):
3975         * term/mac-win.el (mac-charset-info-alist)
3976         (mac-services-selection, mac-system-script-code):
3977         * term/tty-colors.el (msdos-color-values):
3978         * term/w32-win.el (xlfd-regexp-registry-subnum):
3979         * term/x-win.el (x-keysym-table, x-selection-timeout)
3980         (x-session-id, x-session-previous-id):
3981         * textmodes/ispell.el (mail-yank-prefix):
3982         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
3983         * textmodes/org.el (calc-embedded-close-formula)
3984         (calc-embedded-open-formula)
3985         (font-lock-unfontify-region-function):
3986         * textmodes/reftex-global.el (isearch-next-buffer-function)
3987         (TeX-master):
3988         * textmodes/reftex.el (font-lock-keywords):
3989         * textmodes/tex-mode.el (font-lock-comment-face)
3990         (font-lock-doc-face):
3991         * textmodes/texinfo.el (outline-heading-alist):
3992         Add defvars.
3994         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
3995         (artist-spray-chars, artist-mode-init, artist-replace-string)
3996         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
3997         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
3998         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4000         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4001         (conf-align-assignments): "?\ " -> "?\s".
4003         * textmodes/reftex-index.el (TeX-master): Add defvar.
4004         (reftex-index-phrases-marker): Move up defvar.
4006         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4007         (reftex-toc-include-labels-indicator)
4008         (reftex-toc-include-index-indicator)
4009         (reftex-toc-max-level-indicator): Move up declarations.
4011         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4012         of args to `tramp-run-real-handler', even if it's empty in this case.
4014 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4016         * dired.el (dired-move-to-filename-regexp): Add date format for
4017         Mac OS X 10.3 in East Asian locales.
4019 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4021         * files.el (make-auto-save-file-name): Add file name handler call
4022         if applicable.
4024         * net/tramp.el (tramp-file-name-handler-alist)
4025         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4026         (tramp-handle-make-auto-save-file-name): Rename from
4027         `tramp-make-auto-save-file-name'.
4028         (tramp-exists-file-name-handler): New defun.
4029         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4030         `make-auto-save-file-name' is not a magic file name operation.
4032 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4034         * files.el (risky-local-variable-p):
4035         Match `-predicates' and `-commands.
4037         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4038         (custom-save-all): Visit the file if necessary;
4039         kill the buffer if we created it.
4040         (custom-save-delete): Don't visit file or kill buffer here.
4042 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4044         * textmodes/org.el (org-special-keyword): New face.
4045         (org-table-copy-down, org-table-eval-formula)
4046         (org-table-recalculate, org-init-section-numbers):
4047         Use `string-to-number' instead of `string-to-int'.
4048         (org-get-location): Use `insert-buffer-substring' instead of
4049         `insert-buffer'.
4050         (org-modify-diary-entry-string): New function.
4051         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4052         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4053         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4054         active region.
4055         (org-export-as-html): Handle QUOTE keyword.
4056         (org-quote-string): New option.
4057         (org-bookmark-jump-unhide): New function, used for
4058         `bookmark-after-jump-hook'.
4059         (org-diary-default-entry): Apply only when not called through
4060         `org-agenda'.
4062 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4064         * net/eudc.el (mode-popup-menu):
4065         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4066         * progmodes/ada-mode.el (compile-auto-highlight)
4067         (skeleton-further-elements):
4068         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4069         * progmodes/cmacexp.el (msdos-shells):
4070         * progmodes/compile.el (font-lock-extra-managed-props)
4071         (font-lock-keywords, font-lock-maximum-size)
4072         (font-lock-support-mode):
4073         * progmodes/grep.el (font-lock-lines-before):
4074         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4075         * progmodes/mixal-mode.el (compile-command):
4076         * progmodes/perl-mode.el (font-lock-comment-face)
4077         (font-lock-doc-face, font-lock-string-face):
4078         * progmodes/prolog.el (comint-prompt-regexp):
4079         * progmodes/sh-script.el (font-lock-comment-face)
4080         (font-lock-set-defaults, font-lock-string-face):
4081         * progmodes/sql.el (font-lock-keyword-face)
4082         (font-lock-set-defaults, font-lock-string-face):
4083         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4084         (itimer-version, lazy-lock-defer-contextually)
4085         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4086         Add defvars.
4088         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4089         (cperl-electric-keyword, cperl-electric-pod)
4090         (cperl-electric-backspace, cperl-forward-re)
4091         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4092         (vc-rcs-header, vc-sccs-header): Add defvars.
4094         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4095         (font-lock-syntactic-keywords, gud-find-expr-function):
4096         Add defvars.
4098         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4099         (gdb-frame-parameters): Declare before use.
4101         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4102         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4103         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4104         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4106         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4107         (idlwave-help-with-source): Use `insert-buffer-substring', not
4108         `insert-buffer'.
4110 2005-08-29  Juri Linkov  <juri@jurta.org>
4112         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4113         Put outline-back-to-heading function call inside save-excursion.
4115 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4117         * man.el (Man-init-defvars, Man-translate-references)
4118         (Man-support-local-filenames, Man-highlight-references):
4119         * progmodes/sql.el (sql-interactive-mode):
4120         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4122         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4123         (compilation-mode-font-lock-keywords): Add defvars.
4124         (checkdoc-interactive-loop): "?\ " -> "?\s".
4126         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4127         (font-lock-doc-face, font-lock-string-face)
4128         (font-lock-keywords-case-fold-search): Add defvars.
4129         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4131         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4132         Don't pass X and Y (they are ignored anyway).
4133         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4134         (mouse-delete-window): Make arguments optional.
4136         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4137         (caesar-translate-table, minor-modes, news-buffer-save)
4138         (news-group-name, news-minor-modes): Add defvars.
4140         * emacs-lisp/lselect.el (mouse-highlight-priority)
4141         (x-lost-selection-functions, zmacs-regions):
4142         * emacs-lisp/pp.el (font-lock-verbose):
4143         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4144         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4145         (ses-mode-map):
4146         * emacs-lisp/tcover-unsafep.el (safe-functions):
4147         * international/mule-cmds.el (mac-system-coding-system)
4148         (mac-system-locale):
4149         * language/ethio-util.el (rmail-current-message)
4150         (rmail-message-vector):
4151         * language/thai-util.el (thai-auto-composition-mode):
4152         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4153         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4154         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4155         (vm-primary-inbox, vm-spool-files):
4156         * mail/rmail.el (deleted-head, font-lock-fontified)
4157         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4158         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4159         (total-messages):
4160         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4161         (rmail-summary-mode-map):
4162         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4163         (rmail-last-label, rmail-last-multi-labels)
4164         (rmail-summary-vector, rmail-total-messages):
4165         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4166         * mail/rmailsum.el (msgnum):
4167         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4168         (rmail-current-message):
4169         * obsolete/fast-lock.el (font-lock-face-list):
4170         * obsolete/rnewspost.el (mail-reply-buffer):
4171         * obsolete/scribe.el (compile-command):
4172         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4174 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4176         * ibuf-ext.el (ibuffer-auto-update-changed):
4177         Use `frame-or-buffer-changed-p' to check whether we need to update.
4178         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4179         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4180         as a `frame-or-buffer-changed-p' state vector instead.
4182 2005-08-27  Romain Francoise  <romain@orebokech.com>
4184         * textmodes/makeinfo.el (makeinfo-compile):
4185         Use `compilation-start'.  Set `next-error-function' according to
4186         `disable-errors'.
4187         (makeinfo-next-error): New function.
4188         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4189         (makeinfo-buffer): Likewise.
4191         * progmodes/compile.el (compilation-start): Add autoload cookie.
4193         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4194         * textmodes/sgml-mode.el: Likewise.
4195         * progmodes/python.el: Likewise.
4197 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4199         * simple.el (blink-matching-paren-distance): Document the meaning
4200         of nil value, and allow to customize to nil.
4202         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4203         command.com, not command.exe.
4205 2005-08-26  John Wiegley  <johnw@newartisans.com>
4207         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4208         code around a bit so that an extraneous nil argument is not added
4209         to a command when no args are given.
4211         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4212         double-quoted argument resolves to nil, return it as an empty
4213         string rather than as nil.  This made it impossible to pass "" to
4214         a shell script as a null string argument.
4216 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * outline.el (outline-invent-heading): New fun.
4219         (outline-promote, outline-demote): Use it.
4220         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4221         (outline-end-of-subtree): Remove unused var `opoint'.
4223 2005-08-26  David Reitter  <david.reitter@gmail.com>
4225         * menu-bar.el (truncate-lines, write-file, print-buffer)
4226         (ps-print-buffer-faces, ps-print-buffer, split-window):
4227         Disable menu items when the frame they refer to is invisible, or when
4228         they refer to a buffer and the minibuffer is selected.
4230 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4232         * progmodes/flymake.el (flymake-highlight-err-lines):
4233         Use save-excursion around flymake-highlight-line to preserve point.
4235 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4237         * progmodes/octave-mod.el: Change Author and Maintainer address.
4238         (octave-maintainer-address): Change Kurt's email address.
4239         * progmodes/octave-inf.el: Change Author and Maintainer address.
4240         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4242 2005-08-26  Kim F. Storm  <storm@cua.dk>
4244         * subr.el (version-list-<, version-list-<=, version-list-=):
4245         Renamed from integer-list-*.
4246         (version-list-not-zero): Likewise.  Fix while loop.
4247         (version=): Use version-list-= instead of string-equal.
4249 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4251         * outline.el (outline-promote): Try shortening the heading.
4252         As last resort, read the heading to use.
4253         (outline-demote): As last resort, read the heading to use.
4255 2005-08-26  Romain Francoise  <romain@orebokech.com>
4257         * progmodes/compile.el (compilation-start): Doc fix.
4259         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4260         (antlr-font-lock-additional-keywords): Fix reference to
4261         `antlr-font-lock-literal-regexp' erroneously changed during the
4262         mass face rename.
4263         (antlr-run-tool): Use `compilation-start'.
4265         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4266         instead of the obsolete `compile-internal'.
4268 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4270         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4271         (number, original-date):
4272         * calendar/cal-china.el (date):
4273         * calendar/cal-coptic.el (date):
4274         * calendar/cal-french.el (date):
4275         * calendar/cal-hebrew.el (date, entry, number, original-date):
4276         * calendar/cal-islam.el (date, number, original-date):
4277         * calendar/cal-iso.el (date):
4278         * calendar/cal-julian.el (date):
4279         * calendar/cal-mayan.el (date):
4280         * calendar/cal-menu.el (date, event):
4281         * calendar/cal-persia.el (date):
4282         * calendar/lunar.el (date):
4283         * calendar/solar.el (date): Add defvars.
4285         * emerge.el:
4286         * ibuffer.el:
4287         * info-xref.el:
4288         * obsolete/bg-mouse.el:
4289         * obsolete/sun-curs.el:
4290         * obsolete/swedish.el: Move the `defvar's to the top level.
4292         * smerge-mode.el (smerge-refined-change): Add :group.
4294 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4296         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4297         (smerge-keep-n): Remove props.
4298         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4299         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4300         now that it's done in smerge-keep-n.
4301         (smerge-refined-change): New face.
4302         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4303         (smerge-refine): New funs.
4304         (smerge-basic-map): Bind smerge-refine.
4306 2005-08-25  Juri Linkov  <juri@jurta.org>
4308         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4309         compilation-process-setup-function and compilation-disable-input
4310         in grep-mode instead of let-bindings in grep.
4312         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4313         Delete "Automatic File De/compression" (auto-compression-mode).
4315 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4317         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4318         Silence warning about non-existent variable.
4320 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4322         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4323         Rename "Describe Key" to "Describe Key or Mouse Operation".
4325         * mail/mailalias.el (build-mail-aliases): Delete comments
4326         from the contents before processing them.
4328         * isearch.el (isearch-edit-string): Erase the Search prompt
4329         if user enters an empty string and there is no default.
4331         * comint.el (comint-file-name-prefix): Add autoload.
4333 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4335         * subr.el (play-sound): Rearrange to avoid warning.
4337 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4339         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4340         New hook.
4341         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4343 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4347         * custom.el (custom-theme-set-variables): Sort minor modes last.
4349 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4351         * subr.el (version-separator, version-regexp-alist): New vars used by
4352         version comparison funs.
4353         (integer-list-<, integer-list-=, integer-list-<=)
4354         (integer-list-not-zero): New funs for integer list comparison.
4355         (version-to-list, version=, version<, version<=): New funs for version
4356         comparison.
4358 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4360         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4361         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4362         time to silence the byte-compiler.
4364         * ibuffer.el (ibuffer-compile-make-eliding-form)
4365         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4366         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4367         so it's silly to get warnings for it).
4368         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4369         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4370         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4371         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4372         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4373         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4374         Defvar at compile time.
4375         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4376         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4377         Declare them before use.
4379         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4380         (info-xref-good, info-xref-bad): Defvar at compile time.
4382         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4383         Use `let*' instead of `let'.
4385         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4386         (*mouse-y*, menu, char): Defvar at compile time.
4387         (sc::menu): Declare it before use.
4388         (sc::pack-one-line): Use `let', not `let*'.
4390         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4391         (mail-send-hook): Defvar at compile time.
4393         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4394         Defvar at compile time.
4396         * term/sun-mouse.el (current-global-mousemap)
4397         (current-local-mousemap): Declare them before use.
4399 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4401         * bookmark.el (bookmark-after-jump-hook): New hook.
4402         (bookmark-jump): Run `bookmark-after-jump-hook'.
4404 2005-08-23  Juri Linkov  <juri@jurta.org>
4406         * faces.el (minibuffer-prompt): Doc fix.
4408 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4410         * progmodes/xscheme.el: Trivial changes to silence warnings.
4411         (xscheme-previous-mode, xscheme-previous-process-state):
4412         Add defvars.
4413         (xscheme-last-input-end, xscheme-process-command-line)
4414         (xscheme-process-name, xscheme-buffer-name)
4415         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4416         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4417         (xscheme-control-g-synchronization-p)
4418         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4419         (default-xscheme-runlight, xscheme-runlight)
4420         (xscheme-runlight-string, xscheme-process-filter-state)
4421         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4422         Move to beginning of file.
4423         (scheme-interaction-mode-commands-alist)
4424         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4425         Declare them before use.  Note: the initialization code for the variables
4426         has not been moved because it uses functions that reference the variables.
4427         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4428         (xscheme-prompt-for-expression-map): Declare them before use.
4429         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4431 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4433         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4435 2005-08-22  Juri Linkov  <juri@jurta.org>
4437         * faces.el (set-face-underline): Delete this duplicate function
4438         and make an obsolete alias to set-face-underline-p.
4439         (set-face-underline-p): Use docstring of set-face-underline.
4440         (describe-face): Create hyperlink to parent face.
4442         * info.el (Info-insert-dir): Use save-excursion around
4443         insert-buffer-substring.
4444         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4445         (Info-escape-percent): Delete function.
4446         (Info-fontify-node): Replace Info-escape-percent by
4447         replace-regexp-in-string with REP arg set to lambda that
4448         duplicates `%' and preserves text properties.
4450         * progmodes/compile.el (compilation-disable-input): Doc fix.
4451         (define-compilation-mode): Doc fix and refill.
4452         (kill-compilation): Use `mode-name' in the error message.
4453         (compilation-find-file): Use `compilation-error' in the
4454         read-file-name's prompt.
4456 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4459         (smerge-auto-leave): Make undo re-enable the mode.
4460         (debug-ignored-errors): Add the user-error of impossible resolution.
4461         (smerge-resolve): Move things around a bit, in preparation for later.
4462         (smerge-diff): Don't fail if the buffer has no associated file.
4463         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4464         (smerge-conflict-overlay): New function.
4465         (smerge-match-conflict): Don't add text properties here.
4466         (smerge-find-conflict): Instead, add an overlay here.
4467         Also check for the case where we're inside a conflict already, so as to
4468         obviate the need for font-lock-multiline, which is unbearably slow with
4469         large conflicts and ciomplex font-lock patterns.
4470         (smerge-remove-props): Remove overlay rather than text-properties.
4471         (smerge-mode): Don't set font-lock-multiline.
4472         Remove overlays when turned off.
4474 2005-08-21  Kim F. Storm  <storm@cua.dk>
4476         * ido.el (ido-ignore-item-p): Use save-match-data.
4477         Bind case-fold-search to ido-case-fold locally.
4479 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4481         * files.el (normal-mode): If font lock is on, turn it off and on.
4483         * subr.el (replace-regexp-in-string): Doc fix.
4485         * startup.el (command-line-1): Don't suppress startup screen
4486         due to existing processes.
4488         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4490         * progmodes/compile.el (compilation-disable-input): Default to nil.
4492 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4494         * progmodes/compile.el (compilation-disable-input): New defcustom.
4495         (compilation-start): If compilation-disable-input is non-nil, send
4496         EOF to the compilation process.
4498 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4500         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4501         Run the argument of tex-shell-cd-command through
4502         convert-standard-filename, to get the correct style of slashes on
4503         Windows, and enclose the result in quotes, in case the file name
4504         includes whitespace or other special characters.
4506 2005-08-19  Andreas Schwab  <schwab@suse.de>
4508         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4509         process.
4511 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4513         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4515 2005-08-18  Kim F. Storm  <storm@cua.dk>
4517         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4519 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4521         * scroll-lock.el: New file.
4523 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4525         * dired.el (dired-move-to-end-of-filename):
4526         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4528 2005-08-18  Kim F. Storm  <storm@cua.dk>
4530         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4531         rather than toggle mode when custom value is nil.
4532         (ido-everywhere): Fix defun doc string.
4534 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4536         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4537         as tag instead of "Inviolable".
4539 2005-08-17  Kim F. Storm  <storm@cua.dk>
4541         * windmove.el (windmove-coordinates-of-position): Remove.
4542         (windmove-coordinates-of-window-position): Remove.
4543         (windmove-reference-loc): Use posn-at-point instead.
4545         * subr.el (insert-for-yank-1): Doc fix.
4547         * ido.el (ido-enter-matching-directory): Rename from
4548         ido-enter-single-matching-directory.  Change 'slash choice to
4549         'only.  Add 'first choice.
4550         (ido-exhibit): Adapt to above changes.
4552 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4554         * Makefile.in: Expand comment about building loaddefs.el.
4556 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4558         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4559         Comment use of defadvice.
4561         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4563 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4565         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4566         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4567         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4568         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4569         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4570         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4571         for backward compatibility for faces that did not appear in the
4572         previous Emacs release.
4574         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4576 2005-08-15  Kim F. Storm  <storm@cua.dk>
4578         * emulation/cua-base.el (cua-delete-region): Return t if
4579         deleted region was non-empty.
4580         (cua-replace-region): Inhibit overwrite-mode for
4581         self-insert-command if replaced region was non-empty.
4582         (cua--explicit-region-start, cua--status-string): Make them
4583         buffer-local at top-level...
4584         (cua-mode): ...rather than when mode is enabled.
4586 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4588         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4589         Set t for Emacs 21, 22, and so on.
4591 2005-08-15  David Ponce  <david@dponce.com>
4593         * tree-widget.el: Update Commentary header.
4594         (tree-widget-theme): Doc fix.
4595         (tree-widget-space-width): New option.
4596         (tree-widget-image-properties): Look up in the default theme too.
4597         (tree-widget--cursors): Only for images with arrow pointer shape.
4598         (tree-widget-lookup-image): Pointer shape is hand by default.
4599         (tree-widget-icon): Rename generic icon widget from
4600         `tree-widget-control'.
4601         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4602         derive from `tree-widget-icon'.
4603         (tree-widget-handle): Improve default look and feel of the text
4604         representation.
4605         (tree-widget): Rename :*-control properties to :*-icon properties.
4606         Add :action and :help-echo properties.
4607         (tree-widget-after-toggle-functions): Move.
4608         (tree-widget-close-node, tree-widget-open-node): Remove.
4609         (tree-widget-before-create-icon-functions): New hook.
4610         (tree-widget-value-create): Update to allow customization of icons
4611         and nodes at run-time via that new hook.
4612         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4613         (tree-widget-icon-action, tree-widget-icon-help-echo)
4614         (tree-widget-action, tree-widget-help-echo): New functions.
4616 2005-08-15  Kim F. Storm  <storm@cua.dk>
4618         * ido.el (ido-buffer-internal): Use with-no-warnings.
4619         (ido-make-merged-file-list): Use while-no-input.
4621 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4623         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4624         (flyspell-large-region): Fix doc and custom type.
4626 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4628         * files.el (interpreter-mode-alist): Doc fix.
4630         * mail/rmail.el (rmail-nonignored-headers): New variable.
4631         (rmail-clear-headers): Use it.
4632         (rmail-reply): Better handling of mail-followup-to header.
4634         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4635         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4636         don't try to refer to executable-font-lock-keywords.
4637         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4638         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4639         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4640         (sh-mode): Set comment-start-skip, local-abbrev-table,
4641         imenu-case-fold-search.
4642         (sh-set-shell): Don't set them here.
4643         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4644         Don't cache the results in the original alist; don't ever modify
4645         that alist.
4647         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4649         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4650         empty.
4652 2005-08-15  Andreas Schwab  <schwab@suse.de>
4654         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4656         * dired.el, info.el, mail/rmail.el: Revert last change.
4658 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4660         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4661         modification in `eval-after-load' form.
4662         * info.el: Likewise.
4663         * mail/rmail.el: Likewise.
4665 2005-08-14  Juri Linkov  <juri@jurta.org>
4667         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4668         Remove highlighting of "Compilation started".  Highlight only
4669         the word "finished" in "Compilation finished".  Add highlighting
4670         of "interrupt", "killed", "terminated" and the exit code.
4671         (compilation-start): Add newline after header.  Use exactly the
4672         same time stamp format as the finishing message.
4673         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4675         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4676         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4677         Add highlighting of "interrupt", "killed", "terminated".
4679         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4680         enabled and the current command is self-insert-command, call it
4681         explicitly with overwrite-mode bound to nil, to not allow it
4682         to delete the character after the selected region.
4684 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
4686         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4687         move-end-of-line, end-of-line, and beginning-of-line to the list
4688         of commands after which the echo area is updated.
4690 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
4692         * cus-edit.el (custom-save-all, custom-save-delete):
4693         Bind recentf-exclude to exclude custom-file.
4695 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
4697         * mail/rmailsum.el (rmail-summary-end-of-message): New command
4698         to go to the bottom of the mail message.  Added to
4699         `rmail-summary-mode-map' with key "/".
4700         (rmail-summary-show-message): New (internal) function for use by
4701         both `rmail-summary-beginning/end-of-message'.
4702         (rmail-summary-beginning-of-message): Change to use
4703         rmail-summary-show-message.
4705         * mail/rmail.el (rmail-end-of-message): New command to go to the
4706         end of the current message.  Added to `rmail-mode-map' with key "/".
4707         (rmail-beginning-of-message): Fix to work as documented.
4708         (rmail-mode): Change documentation.
4710         * progmodes/compile.el (compilation-start): Add the line
4711         "Compilation started" with compilation start time.
4712         (compilation-mode-font-lock-keywords): Add `started' to keywords.
4714 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
4716         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4717         of menu items.
4719 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4721         * simple.el (pop-global-mark): Reverse test of widen-automatically.
4723         * battery.el (battery-status-function): Don't use ignore-errors.
4725 2005-08-11  Lute Kamstra  <lute@gnu.org>
4727         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4728         define-obsolete-variable-alias.
4730 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4733         (ange-ftp-send-cmd): Revert last change, and expand
4734         the comment explaining the problem.
4736 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4738         * ldefs-boot.el: Update.
4740         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4741         item to "Time, Load and Mail".  Change help echo text.
4743         * time.el (display-time-use-mail-icon, display-time-format)
4744         (display-time-string-forms): Shorten first line of docstrings.
4746 2005-08-10  Lars Hansen  <larsh@soem.dk>
4748         * desktop.el (desktop-buffer-mode-handlers):
4749         Make non-customizable. Add autoload cookie.  Change initial value to
4750         nil; add elements in respective modules instead.  Fix doc string.
4751         (desktop-load-file): New function.
4752         (desktop-minor-mode-handlers): New autoloaded variable.
4753         (desktop-create-buffer): Call minor mode handlers.
4754         Use desktop-load-file to load major and minor mode modules prior to
4755         checking for a handler.
4756         (desktop-save): Don't add nil to desktop-minor-modes for minor
4757         modes with nil function in desktop-minor-mode-table.  Don't delete
4758         desktop file before rewriting it.
4759         (desktop-locals-to-save): Add autoload cookie.  Don't make
4760         automatically buffer-local.  Add variables column-number-mode,
4761         size-indication-mode, indent-tabs-mode,
4762         indicate-buffer-boundaries, indicate-empty-lines and
4763         show-trailing-whitespace.
4764         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4765         regexps. Don't use desktop-clear-preserve-buffers-regexp.
4766         (desktop-clear-preserve-buffers-regexp): Delete.
4767         (desktop-clear-preserve-buffers): Update initial value and docstring.
4768         (desktop-save-buffer): Fix doc string.
4770         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4771         (hilit-chg-desktop-restore): New function.
4772         (highlight-changes-mode): Add highlight-changes-mode to
4773         desktop-locals-to-save.
4775         * dired.el: Add handler to desktop-buffer-mode-handlers.
4776         (dired-restore-desktop-buffer): Remove autoload cookie.
4777         (dired-mode): Add autoload cookie.
4779         * info.el: Add handler to desktop-buffer-mode-handlers.
4780         (Info-restore-desktop-buffer): Remove autoload cookie.
4781         (Info-mode): Add autoload cookie.
4783         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4784         (mh-restore-desktop-buffer): Remove autoload cookie.
4785         (mh-folder-mode): Add autoload cookie.
4787         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4788         (rmail-restore-desktop-buffer): Remove autoload cookie.
4790 2005-08-11  Masatake YAMATO  <jet@gyve.org>
4792         * hexl.el (hexl-address-region):
4793         (hexl-ascii-region, hexl-font-lock-keywords):
4794         (hexl-highlight-line-range): Use the term "region"
4795         instead of "area" for consistency with the other symbols
4796         defined in hexl.el.
4798 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4800         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4801         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4802         out by Juri Linkov).  Add `display-battery-mode'.
4804 2005-08-09  Juri Linkov  <juri@jurta.org>
4806         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4807         Remove `-text' from face variable names.
4808         (compilation-error-file-name, compilation-warning-file-name)
4809         (compilation-info-file-name): Delete faces.
4810         (compilation-line-number, compilation-column-number):
4811         Remove face underlining.
4812         (compilation-message-face): Set to `underline' value by default.
4813         (compilation-error-face, compilation-warning-face)
4814         (compilation-info-face): Remove `-file-name' from face names.
4815         (compilation-error-text-face, compilation-warning-text-face)
4816         (compilation-info-text-face): Delete face variables.
4817         (compilation-text-face): Delete function.
4819         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4820         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4821         (grep-error-face): Set to `compilation-error' instead of
4822         `compilation-error-face' (which is redefined to `grep-hit-face' in
4823         grep buffers).
4824         (grep-mode-font-lock-keywords): Remove `-text' from face variable
4825         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
4827         * dired-aux.el (dired-do-query-replace-regexp):
4828         Use `query-replace-read-args'.
4830         * replace.el (query-replace-read-from, query-replace-read-to)
4831         (query-replace-read-args): Rename arg `string' to `prompt'.
4833         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
4835 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4837         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4838         uploading files.
4839         (ange-ftp-canonize-filename): Handle file names beginning with ~
4840         correctly.
4842 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4844         * textmodes/fill.el (canonically-space-region)
4845         (fill-context-prefix, fill-french-nobreak-p)
4846         (fill-delete-newlines, fill-comment-paragraph)
4847         (justify-current-line): "?\ " -> "?\s".
4849 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
4851         * textmodes/fill.el (fill-nonuniform-paragraphs):
4852         Improve argument/docstring consistency.
4854 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4856         * textmodes/ispell.el (ispell-word): More fboundp checks.
4858         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
4859         (find-file-noselect-1): Call it here, only if RAWFILE.
4860         (normal-mode): Always set some major mode.
4861         (save-some-buffers-action-alist): Change some explanation strings.
4862         (file-name-non-special): In the `quote' method, use unwind-protect.
4864 2005-08-09  Magnus Henoch  <mange@freemail.hu>
4866         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
4867         (ispell-have-aspell-dictionaries): New variable.
4868         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
4869         (ispell-get-aspell-config-value): New function.
4870         (ispell-aspell-find-dictionary): New function.
4871         (ispell-aspell-add-aliases): New function.
4872         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
4873         appropriate.  Don't look for ispell dictionaries if we use aspell.
4874         (ispell-menu-map): Don't build a submenu of dictionaries.
4876 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4878         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
4879         (sql-read-passwd): Use read-passwd.
4881         * progmodes/idlw-toolbar.el (idlwave-toolbar)
4882         (idlwave-toolbar-is-possible): Add defvars.
4884         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
4885         Avoid warnings.
4887         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
4888         (idlwave-system-class-info, idlwave-executive-commands-alist):
4889         Use defvar.
4891         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
4893         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
4894         Avoid warnings.
4896         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
4897         and content-type: headers.
4899         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
4901         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
4902         and rename some of them to be more self-explanatory.
4904         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
4906         * startup.el (command-line-1): Implement -scriptload.
4908         * replace.el (occur-engine): Initial *Occur* output not undoable.
4910         * menu-bar.el (menu-bar-file-menu): Rename some menu items
4911         and improve help strings.
4913         * isearch.el (isearch-repeat): When changing direction,
4914         mark search successful.
4916         * ediff-init.el: Use (featurep 'xemacs).
4918         * comint.el (send-invisible): Identify buffer, if not selected.
4920         * align.el: Delete autoload for c-guess-basic-syntax.
4922 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4924         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
4925         Improve argument/docstring consistency.  Doc fixes.
4926         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
4927         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
4928         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
4929         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
4930         (r2bv-organization, r2bv-pages, r2bv-primary-author)
4931         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
4932         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
4933         Defvar at compile time.
4935 2005-08-09  Juri Linkov  <juri@jurta.org>
4937         * info.el: Replace `info' with upper-case `Info' where appropriate.
4938         (info-title-1, info-title-2, info-title-3, info-title-4)
4939         (info-menu-header): Move up face definitions.
4940         (info-menu-star): Rename from `info-menu-5'.
4941         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
4942         (Info-fontify-visited-nodes): Fix docstring.
4943         (Info-hide-note-references): Fix docstring.
4944         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
4945         menu items in the same way as on cross-references.
4946         (info-apropos): Fix sorting order and formatting to be like in the
4947         stand-alone Info browser.  Display error messages for 1 sec.
4948         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
4949         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
4950         from the menu bar.
4951         (Info-insert-dir): Restore point after calling
4952         `insert-buffer-substring'.
4954 2005-08-08  Richard M. Stallman  <rms@gnu.org>
4956         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
4957         (recompute-lucid-menubar): Add defvars.
4959         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
4961         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
4963         * net/net-utils.el (run-dig): Rename from `dig'.
4965         * play/gametree.el (gametree-mode): Use make-local-variable,
4966         not make-variable-buffer-local.
4968         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
4970         * ansi-color.el (ansi-color-make-extent)
4971         (ansi-color-set-extent-face): Use fboundp, not functionp.
4973         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
4974         not make-variable-buffer-local.
4976         * bookmark.el (Info-current-file): Add defvar.
4977         (bookmark-jump-noselect): Use with-no-warnings.
4979         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
4981         * ebuff-menu.el (Helper-return-blurb): Add defvar.
4983         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
4985         * find-file.el (ada-procedure-start-regexp)
4986         (ada-package-start-regexp): Add defvars.
4988         * info.el (Info-insert-dir): Use insert-buffer-substring.
4990         * xml.el (xml-att-def-re): Add defvar.
4992         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
4993         calling convention.
4995         * subr.el (while-no-input): Return t if there is input.
4997 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4999         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5001 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5003         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5004         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5006 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5008         * cmuscheme.el (scheme-start-file): Replace reference to
5009         `user-emacs-directory' by "~/.emacs.d/".
5011 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5013         * info.el (Info-dir-remove-duplicates): Avoid case folding
5014         in loop; instead, keep downcased strings for comparison.
5015         Suggested by Helmut Eller.
5017 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5019         Sync with Tramp 2.0.50.
5021         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5022         XEmacs case; not necessary anymore.
5023         (tramp-user-regexp): Allow "@" as part of user name.
5024         (tramp-handle-set-visited-file-modtime)
5025         (tramp-handle-insert-file-contents)
5026         (tramp-handle-write-region): No special handling for
5027         `last-coding-system-used, because this is done in
5028         `tramp-accept-process-output' now.
5029         (tramp-accept-process-output): New defun.
5030         (tramp-process-one-action, tramp-process-one-multi-action)
5031         (tramp-wait-for-regexp, tramp-wait-for-output)
5032         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5033         Howells <dhowells@redhat.com>.
5034         (clear-visited-file-modtime): Defadvice removed.  The check for
5035         unset buffer's modtime does not need to be based on
5036         `tramp-buffer-file-attributes'.  Suggested by RMS.
5037         (tramp-message): Insert "\n" if not being at beginning of line.
5038         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5039         sequence with same logic.
5040         (tramp-completion-handle-expand-file-name): Discard call of
5041         `tramp-drop-volume-letter'.  It is not necessary, and there have
5042         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5043         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5044         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5045         should always be visible.
5046         (tramp-handle-insert-directory, tramp-setup-complete)
5047         (tramp-set-process-query-on-exit-flag)
5048         (tramp-append-tramp-buffers): Pacify byte-compiler.
5049         (tramp-bug): Delete non-existing variables from list.
5050         Apply `tramp-load-report-modules' as pre-hook.
5051         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5052         `shell-prompt-pattern' because of non-7bit characters.
5053         Reported by Sebastian Luque <sluque@mun.ca>.
5054         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5055         (tramp-match-string-list): Remove function.
5056         (tramp-wait-for-regexp): Remove call of that function.
5057         Suggested by Kim F. Storm <storm@cua.dk>.
5058         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5059         instead of octal character code ?\600.  The latter resulted in a
5060         syntax error with XEmacs.
5062         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5063         XEmacs case; not necessary anymore.
5064         (tramp-smb-handle-write-region): No special handling for
5065         `last-coding-system-used, because this is done in
5066         `tramp-accept-process-output' now.
5067         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5069 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5071         * wid-edit.el (widget-choice-value-create):
5072         Unconditionally respect user choice.  Set :explicit-choice back to nil
5073         when no longer needed.
5074         (widget-choice-action): Unconditionally respect user choice.
5075         Eliminate :explicit-choice-value.
5077         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5079         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5080         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5081         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5082         running new function `toggle-indicate-empty-lines'.
5083         Rename "Customize" item to "Customize fringe".
5084         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5085         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5086         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5087         Delete "Empty lines only" item.
5088         (menu-bar-showhide-fringe-ind-customize): New function.
5089         (menu-bar-showhide-fringe-ind-mixed)
5090         (menu-bar-showhide-fringe-ind-box)
5091         (menu-bar-showhide-fringe-ind-right)
5092         (menu-bar-showhide-fringe-ind-left)
5093         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5094         instead of `fringe-indicators'.
5096 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5098         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5099         Change the date of last update.
5101 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5103         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5104         (viper-exec-yank, viper-put-back): Don't display modification msg
5105         if in the minibuffer.
5107         * viper-init.el (viper-replace-overlay-cursor-color)
5108         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5109         Make variables frame local.
5111         * viper-util.el (viper-append-filter-alist): Use append instead of
5112         nconc.
5114         * viper.el (viper-vi-state-mode-list)
5115         (viper-emacs-state-mode-list): Move help-mode and
5116         completion-list-mode from the first list to the second.
5117         (viper-mode): Docstring.
5118         (viper-go-away, viper-non-hook-settings): Don't localize
5119         minor-mode-alist in newer Emacsen.  Add advice to
5120         set-cursor-color.  Don't bind "\C-c\\".
5122 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5124         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5125         (scheme-macro-expand-command): New user options.
5126         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5127         (scheme-form-at-point, scheme-start-file)
5128         (scheme-interactively-start-process): New functions.
5129         (scheme-get-process): New function, extracted from `scheme-proc'.
5130         (run-scheme): Call `scheme-start-file' to get start file, and pass
5131         it to `make-comint'.
5132         (switch-to-scheme, scheme-proc):
5133         Call `scheme-interactively-start-process' if no Scheme buffer/process
5134         is available.
5136 2005-08-06  Juri Linkov  <juri@jurta.org>
5138         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5139         Use `compilation-text-face', `compilation-info-text-face' and
5140         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5141         (compilation-error): New face.
5142         (compilation-error-file-name): Inherit from
5143         `compilation-error' instead of `font-lock-warning-face'.
5144         (compilation-warning-file-name): Inherit from
5145         `compilation-warning' instead of `font-lock-warning-face'.
5146         (compilation-info, compilation-error-file-name)
5147         (compilation-warning-file-name, compilation-info-file-name)
5148         (compilation-line-number, compilation-column-number): Doc fix.
5149         (compilation-error-text-face, compilation-warning-text-face)
5150         (compilation-info-text-face): New face variables.
5151         (compilation-line-face, compilation-column-face)
5152         (compilation-enter-directory-face)
5153         (compilation-leave-directory-face): Doc fix.
5154         (compilation-text-face): New function.
5156         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5157         instead of 1 to display binary file names as info file links.
5158         (grep-error-face): Use `compilation-error-face' instead of
5159         `font-lock-keyword-face'.
5160         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5161         and `compilation-warning-text-face' instead of
5162         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5163         instead of `grep-error-face'.
5165 2005-08-05  Kenichi Handa  <handa@m17n.org>
5167         * international/code-pages.el: Add autoload cookies for all coding
5168         systems.
5170 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5172         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5174 2005-08-04  Juri Linkov  <juri@jurta.org>
5176         * progmodes/compile.el (compilation-mode-map):
5177         * progmodes/grep.el (grep-mode-map):
5178         Bind TAB to `compilation-next-error' and [backtab] to
5179         `compilation-previous-error'.
5181         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5182         matching line numbers, column numbers and their ranges with regexp
5183         matching only line numbers.
5184         (grep-context-face): New face variable.
5185         (grep-mode-font-lock-keywords): Use it.
5187         * faces.el (read-face-name): Delete duplicate faces.
5189 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5191         * thumbs.el (thumbs-find-image): Don't make variables
5192         automatically buffer local.
5193         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5194         (thumbs-image-num): Make automatically buffer local.
5195         (thumbs-show-thumbs-list): Use `make-local-variable', not
5196         `make-variable-buffer-local'.
5197         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5199         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5200         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5201         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5202         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5203         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5204         (feelings-about, foullst, found, hello, history, howareyoulst)
5205         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5206         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5207         (neglst, obj, object, owner, please, problems, qlist)
5208         (random-adjective, relation, remlst, repetitive-shortness)
5209         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5210         (shortlst, something, sportslst, stallmanlst, states, subj)
5211         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5212         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5213         Defvar at compile time.
5215         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5216         not `make-variable-buffer-local'.
5218 2005-08-02  Kim F. Storm  <storm@cua.dk>
5220         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5221         rectangle overlay in selected window.
5223 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5225         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5226         instead of display group.  Make `indicate-buffer-boundaries'
5227         customizable through Custom.
5229 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5231         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5232         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5233         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5234         (gdb-put-string): Fix typos in docstrings.
5236 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5238         Update copyright notices of files in progmodes directory for
5239         release of Emacs 22.1.
5241         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5243         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5244         Don't barf if the GUD buffer has been killed.
5246 2005-08-01  Kim F. Storm  <storm@cua.dk>
5248         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5250 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * simple.el (next-error-follow-minor-mode):
5253         make-variable-buffer-local -> make-local-variable.
5255         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5257         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5258         (byte-compile-form-make-variable-buffer-local): New functions to warn
5259         about misuses of make-variable-buffer-local where make-local-variable
5260         was meant.
5262 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5264         * bs.el (bs-attributes-list): Doc fix.
5265         (bs): Update url-link.
5267         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5268         (desktop-load-default): Simplify.
5270         * ibuffer.el (ibuffer-columnize-and-insert-list)
5271         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5272         (ibuffer-unmark-all, ibuffer-toggle-marks)
5273         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5274         (ibuffer-compile-make-format-form, ibuffer-format-column)
5275         (ibuffer-current-buffers-with-marks)
5276         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5277         (ibuffer): Doc fix.
5278         (ibuffer-mode): Fix typo in docstring.
5279         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5280         with `define-obsolete-variable-alias'.
5281         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5283 2005-07-29  Kenichi Handa  <handa@m17n.org>
5285         * international/mule-cmds.el (select-message-coding-system):
5286         Be sure to use LF for end-of-line.  If no coding system is decided,
5287         return iso-8859-1-unix.
5289 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5292         (ange-ftp-pending-error-line): New vars.
5293         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5294         to handle the non-fatal no-route-to-host messages.
5295         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5297 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5299         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5300         (isearch-quote-char, isearch-printing-char)
5301         (isearch-text-char-description): "?\ " -> "?\s".
5302         (isearch-lazy-highlight-cleanup)
5303         (isearch-lazy-highlight-initial-delay)
5304         (isearch-lazy-highlight-interval)
5305         (isearch-lazy-highlight-max-at-a-time)
5306         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5307         Declare with define-obsolete-*-alias macros.
5308         (isearch-forward): Fix typo in docstring.
5309         (search-invisible, search-ring-yank-pointer)
5310         (regexp-search-ring-yank-pointer): Doc fixes.
5312         * recentf.el (recentf-menu-append-commands-p): Declare with
5313         `define-obsolete-variable-alias'.
5314         (recentf-max-saved-items, recentf-menu-filter)
5315         (recentf-arrange-by-rule-subfilter): Doc fixes.
5316         (recentf-menu-append-commands-flag)
5317         (recentf-initialize-file-name-history, recentf-expand-file-name)
5318         (recentf-clear-data): Fix typos in docstrings.
5320 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5322         * progmodes/gdb-ui.el: Smarten comments.
5323         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5325 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5327         * term/apollo.el (terminal-init-apollo): New function containing
5328         all former top level forms in the file.
5329         * term/bobcat.el (terminal-init-bobcat):
5330         * term/cygwin.el (terminal-init-cygwin):
5331         * term/iris-ansi.el (terminal-init-iris-ansi):
5332         * term/linux.el (terminal-init-linux):
5333         * term/news.el (terminal-init-news):
5334         * term/rxvt.el (terminal-init-rxvt):
5335         * term/sun.el (terminal-init-sun):
5336         * term/tvi970.el (terminal-init-tvi970):
5337         * term/vt100.el (terminal-init-vt100):
5338         * term/vt102.el (terminal-init-vt102):
5339         * term/vt125.el (terminal-init-vt125):
5340         * term/vt200.el (terminal-init-vt200):
5341         * term/vt201.el (terminal-init-vt201):
5342         * term/vt220.el (terminal-init-vt220):
5343         * term/vt240.el (terminal-init-vt240):
5344         * term/vt300.el (terminal-init-vt300):
5345         * term/vt320.el (terminal-init-vt320):
5346         * term/vt400.el (terminal-init-vt400):
5347         * term/vt420.el (terminal-init-vt420):
5348         * term/wyse50.el (terminal-init-wyse50):
5349         * term/xterm.el (terminal-init-xterm): Likewise.
5351         * term/README: Describe the terminal-init-* functionality.
5353         * startup.el (command-line): After loading the terminal initialization
5354         file call the corresponding terminal initialization function.
5356 2005-07-27  Kenichi Handa  <handa@m17n.org>
5358         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5359         negative.
5361         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5362         (ps-mule-composition-prologue): Fix for the case that
5363         RelativeCompose is false.
5365 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5369         * descr-text.el (describe-char): Handle the case where the list of
5370         chars is displayed in a separate frame.
5371         Be a bit more discriminating when looking for the char.
5373 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5375         * bookmark.el (bookmark-automatically-show-annotations)
5376         (bookmark-read-annotation-text-func): Doc fixes.
5377         (bookmark-save): Improve argument/docstring consistency.
5378         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5379         (bookmark-alist-from-buffer)
5380         (bookmark-upgrade-file-format-from-0)
5381         (bookmark-grok-file-format-version)
5382         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5383         (bookmark-read-annotation-mode)
5384         (bookmark-insert-current-bookmark, bookmark-jump)
5385         (bookmark-exit-hook): Fix typos in docstrings.
5386         (bookmark-exit-hooks): Define as obsolete alias.
5387         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5388         not `bookmark-exit-hooks'.  Fix docstring.
5389         (bookmark-bmenu-select): "?\ " -> "?\s".
5391 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5393         * startup.el (command-line): Fix typo.
5395 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5397         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5398         not emacs-quick-startup.
5400 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5402         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5403         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5404         instead of `reb-with-current-window'.
5405         (reb-prev-match): Likewise.  Also, don't move left if the search
5406         was unsuccessful.
5407         (reb-initialize-buffer): New function.
5408         (re-builder, reb-change-syntax): Use it.
5410         * man.el (Man-goto-page): Make second argument NOERROR optional.
5412 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5414         * man.el (Man-bgproc-sentinel): Check here for failure to find
5415         any man page in the output, and report the error here.
5416         (Man-arguments): Make it permanent local.
5417         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5418         (Man-mode): Pass t for NOERROR.
5420         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5421         (grep-mode-font-lock-keywords):
5422         Don't use compilation-...-face for messages that are not file names.
5424         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5425         Don't use compilation-...-face for messages that are not file names.
5427 2005-07-22  Juri Linkov  <juri@jurta.org>
5429         * startup.el (normal-splash-screen): Update menu name.
5431         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5433 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5435         * term/xterm.el: Load term/rxvt if the terminal is actually an
5436         rxvt terminal.
5437         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5439         * term/rxvt.el (function-key-map): Use substitute-key-definition
5440         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5442         * term/cygwin.el: New file.
5444 2005-07-22  Kim F. Storm  <storm@cua.dk>
5446         * image-file.el (insert-image-file, image-file-yank-handler):
5447         Fix last change to maintain a (unique) yank-handler on yanked images.
5449 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5451         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5452         of the file size (as in "177B" for 177 bytes).  This happens with
5453         "ls -lh" on FreeBSD.
5455 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5457         * hilit-chg.el (highlight-changes-global-initial-state)
5458         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5459         (hilit-chg-fixup, highlight-changes-mode):
5460         Fix typos in docstrings.
5461         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5462         Doc fixes.
5464 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5466         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5467         mode function using `eval-after-load'.
5469 2005-07-21  Kim F. Storm  <storm@cua.dk>
5471         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5472         included when reporting an emacs crash, and tell about the DEBUG file.
5474         * image-file.el (insert-image-file): Add yank-handler.
5475         (image-file-yank-handler): Yank handler to make unique copies of
5476         images when they are yanked into a buffer next to each other.
5478 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5480         * comint.el (comint-use-prompt-regexp, comint-send-input)
5481         (comint-source-default, comint-extract-string)
5482         (comint-get-source, comint-word, comint-completion)
5483         (comint-source, comint-prompt-read-only, comint-update-fence):
5484         Fix typos in docstrings.
5485         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5486         Declare with define-obsolete-*-alias macros.
5487         (comint-previous-matching-input-from-input)
5488         (comint-next-matching-input-from-input)
5489         (comint-previous-matching-input, comint-next-matching-input)
5490         (comint-forward-matching-input):
5491         Improve argument/docstring consistency.
5493         * desktop.el (desktop-clear-preserve-buffers-regexp):
5494         Also preserve the *server* buffer.
5496         * simple.el (clone-indirect-buffer): Doc fix.
5497         (fixup-whitespace, just-one-space)
5498         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5499         (next-error, next-error-highlight)
5500         (next-error-highlight-no-select, next-error-last-buffer)
5501         (next-error-buffer-p, next-error-find-buffer, next-error)
5502         (previous-error, next-error-no-select, previous-error-no-select)
5503         (open-line, split-line, minibuffer-prompt-width, kill-new)
5504         (binary-overwrite-mode): Fix typos in docstrings.
5505         (set-fill-column): Fix typo in message.
5507         * skeleton.el (skeleton-proxy-new): Doc fix.
5509         * strokes.el (strokes-load-hook): Doc fix.
5510         (strokes-grid-resolution, strokes-get-grid-position)
5511         (strokes-renormalize-to-grid, strokes-read-stroke)
5512         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5513         (strokes-global-map): Fix typos in docstrings.
5514         (strokes-help): Doc fix.  Fix help message and pass it through
5515         `substitute-command-keys'.
5517         * tempo.el (tempo-insert-prompt, tempo-interactive)
5518         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5519         (tempo-insert-string-functions, tempo-local-tags)
5520         (tempo-define-template, tempo-insert-template)
5521         (tempo-insert-prompt-compat, tempo-is-user-element)
5522         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5523         Fix typos in docstrings.
5525         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5526         (vcursor-key-bindings, vcursor-use-vcursor-map)
5527         (vcursor-find-window, vcursor-scroll-down)
5528         (vcursor-disable, vcursor-beginning-of-buffer)
5529         (vcursor-end-of-buffer): Fix typos in docstrings.
5530         (vcursor-relative-move, vcursor-get-char-count):
5531         Improve argument/docstring consistency.
5533         * version.el: "?\ " -> "?\s".
5535         * wid-edit.el (widget-default-create, widget-after-change)
5536         (widget-default-format-handler, widget-checklist-add-item)
5537         (widget-radio-add-item, widget-choose, widget-specify-secret)
5538         (widget-field-value-create, widget-field-value-get)
5539         (widget-editable-list-format-handler)
5540         (widget-editable-list-entry-create, widget-group-value-create)
5541         (widget-documentation-link-add)
5542         (widget-documentation-string-value-create): "?\ " -> "?\s".
5543         (widget-convert-text): Doc fix.
5544         (widget-narrow-to-field, widget-field-find)
5545         (widget-url-link-action, widget-emacs-library-link-action)
5546         (widget-color-notify): Fix typos in docstrings.
5548         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5549         (x-select-text, set-w32-system-coding-system)
5550         (w32-add-charset-info): Fix typos in docstrings.
5552         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5553         (cua-enable-cua-keys, cua-use-hyper-key)
5554         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5555         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5557         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5559         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5560         `defalias' instead of faking it.
5562         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5563         (eshell-ls-missing, eshell-ls-dired-initial-args)
5564         (eshell-ls-use-in-dired): Fix typos in docstrings.
5566 2005-07-20  Kim F. Storm  <storm@cua.dk>
5568         * emulation/cua-base.el (cua-mode): Improve doc string.
5570 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5572         * abbrev.el (expand-region-abbrevs): Doc fix.
5573         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5574         Improve argument/docstring consistency.
5576         * arc-mode.el (archive-get-descr, archive-alternate-display):
5577         Doc fixes.
5578         (archive-l-e): Improve argument/docstring consistency.
5579         (archive-tmpdir, archive-unixdate, archive-unixtime)
5580         (archive-chmod-entry): Fix typos in docstrings.
5581         (archive-unflag, archive-unflag-backwards)
5582         (archive-unmark-all-files): "?\ " -> "?\s".
5584         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5585         (Buffer-menu-not-modified, Buffer-menu-execute)
5586         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5587         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5589         * composite.el (compose-string, encode-composition-rule)
5590         (compose-last-chars): Fix typos in docstrings.
5592         * desktop.el (desktop-enable, desktop-basefilename):
5593         Declare with `define-obsolete-variable-alias'.
5594         (desktop-internal-v2s): Don't quote keywords.
5595         (desktop-clear): "?\ " -> "?\s".
5597         * dired.el (dired-align-file, dired-flag-backup-files)
5598         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5599         (dired-listing-switches, dired-ls-F-marks-symlinks)
5600         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5601         (dired-directory, dired-faces, dired, dired-revert)
5602         (dired-mode, dired-summary, dired-view-file)
5603         (dired-copy-filename-as-kill, dired-delete-file)
5604         (dired-no-confirm, dired-unmark-all-marks)
5605         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5606         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5607         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5608         Fix typos in message strings.
5610         * dired-x.el (virtual-dired): Declare with `defalias'.
5611         (dired-mark-unmarked-files, dired-local-variables-file)
5612         (dired-omit-here-always): Doc fix.
5613         (dired-omit-mode, dired-find-subdir)
5614         (dired-enable-local-variables, dired-clean-up-buffers-too)
5615         (dired-extra-startup, dired-mark-extension, dired-jump)
5616         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5617         (dired-smart-shell-command, dired-guess-shell-alist-user)
5618         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5619         (dired-x-bind-find-file, dired-x-submit-report):
5620         Fix typos in docstrings.
5621         (dired-mark-unmarked-files): "?\ " -> "?\s".
5623         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5625         * faces.el (describe-face): "?\ " -> "?\s".
5626         (read-all-face-attributes, read-face-font, modify-face)
5627         (face-attr-construct, italic): Fix typos in docstrings.
5628         (frame-update-face-colors): Declare with
5629         `define-obsolete-function-alias'.
5631         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5632         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5633         (magic-mode-alist, buffer-file-numbers-unique)
5634         (write-file-functions, get-free-disk-space):
5635         Fix typos in docstrings.
5636         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5637         (write-contents-hooks, write-file-hooks):
5638         Declare with `define-obsolete-variable-alias'.
5640         * forms-d2.el (arch-rj): Fix typo in docstrings.
5641         (arch-tocol): Likewise.  "?\ " -> "?\s".
5643         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5644         Fix typo in docstring.
5645         (set-screen-width, set-screen-height): Delete redundant info in
5646         doctrings.
5647         (new-frame, screen-height, screen-width): Declare with
5648         `define-obsolete-function-alias'.
5649         (delete-frame-hook, blink-cursor): Declare with
5650         `define-obsolete-variable-alias'.
5652         * paths.el (prune-directory-list): Fix typos in docstring.
5654         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5655         (cvs-prefix-get): Fix typos in docstrings.
5657         * ps-print.el (ps-extend-face-list, ps-extend-face)
5658         (ps-print-background-image): Fix typos in docstrings.
5659         (ps-default-fg, ps-default-bg): Doc fixes.
5661         * s-region.el (s-region-bind): Doc fix.
5662         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5664         * textmodes/org.el (org-table-formula-substitute-names)
5665         (org-table-get-vertical-vector): Doc fixes.
5666         (org-table-recalculate): Remove unused argument to `message'.
5668 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
5670         * textmodes/org.el (org-table-column-names)
5671         (org-table-column-name-regexp)
5672         (org-table-named-field-locations): New variables.
5673         (org-archive-subtree): Protect `this-command' when calling
5674         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5675         the kill buffer.
5676         (org-complete): Remove fixed-formula completion.
5677         (org-edit-formulas-map): New variable.
5678         (org-table-edit-formulas): New command.
5679         (org-finish-edit-formulas, org-abort-edit-formulas)
5680         (org-show-variable, org-table-get-vertical-vector): New functions.
5681         (org-table-maybe-eval-formula): Handle `:=' fields.
5682         (org-table-get-stored-formulas, org-table-store-formulas)
5683         (org-table-get-formula, org-table-modify-formulas)
5684         (org-table-replace-in-formulas): Handle named field formulas.
5685         (org-table-get-specials): Store locations of named fields.
5687 2005-07-19  Juri Linkov  <juri@jurta.org>
5689         * progmodes/grep.el (grep-regexp-alist)
5690         (grep-mode-font-lock-keywords, grep-process-setup):
5691         Use default GNU grep match color "01;31m" instead of "01;41m".
5692         (grep-regexp-alist, grep-mode-font-lock-keywords):
5693         Use `\\[[0-9]*m' instead of `\\[00m'.
5694         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5695         sgr_start where its handling is more important.  Use the real
5696         length of sgr_start instead of constant 8.
5697         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5698         specially.  Delete all remaining escape sequences.
5699         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5700         (grep-regexp-alist): Make hyperlink only for binary file name
5701         instead of the whole line.
5702         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5703         (grep-mode): Add autoload.
5705         * emacs-lisp/find-func.el (find-function-regexp):
5706         Add `define-compilation-mode'.
5708 2005-07-19  Juri Linkov  <juri@jurta.org>
5710         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5711         (compare-windows-sync-string-size, compare-windows-recenter)
5712         (compare-windows-highlight, compare-windows): Add version 22.1.
5713         (compare-windows) <defface>: Inherit from lazy-highlight instead
5714         of duplicating its default value.
5716         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5717         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5719         * descr-text.el (describe-char): Create link buttons for `charset'
5720         and `code point'.  Add the current input method name with a link
5721         button to `to input' field.  Print face names of display table
5722         characters in `The display table entry is displayed by' section
5723         instead of printing face-id in the `display' field.
5724         Guess hardcoded faces and create a link button for them.
5725         Skip empty fields when calculating max-width.
5726         Treat `widget-create' specially while inserting strings from the
5727         collected field list.
5728         (describe-char-after): Made obsolete in version 22.1, not 21.5.
5730         * diff-mode.el (diff-file-header): Change foreground color from
5731         yellow to green on light backgrounds.
5732         (diff-context): Inherit from `shadow' only for color/grayscale
5733         with more than 88 colors.
5734         (diff-indicator-removed, diff-indicator-added)
5735         (diff-indicator-changed): New faces.
5736         (diff-font-lock-keywords): Use new faces.  Regroup rules.
5737         Add "^---$" for `normal' diff format.  Fontify `#' lines with
5738         font-lock-comment-delimiter-face and font-lock-comment-face.
5739         Add `#' to ^[^...] in the rule for `diff-context-face'.
5741         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5742         a button-like box.  Inherit from `highlight' on low colors.
5743         (shadow): Use shades of gray only for color/grayscale with
5744         more than 88 colors.  Use green for light backgrounds with
5745         8 colors, and yellow for dark backgrounds with 8 colors.
5747         * font-lock.el (font-lock-regexp-grouping-backslash):
5748         Don't inherit from escape-glyph (use bold for all cases).
5750         * info.el (info-xref-visited): Use light foreground color `violet'
5751         for dark backgrounds instead of dark color `magenta3'.
5752         (info-title-1): Use `yellow' color for dark backgrounds.
5754         * isearch.el (isearch): Use not-too-dark magenta3 instead of
5755         too-light magenta2.
5757         * replace.el (match): Use slightly more light RoyalBlue3 instead
5758         of dark RoyalBlue4.
5760         * wid-edit.el (widget-inactive): Inherit from `shadow'.
5762 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
5764         * novice.el (disabled-command-hook): Declare it with
5765         `define-obsolete-variable-alias'.
5767         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5768         (desktop-buffer-misc-functions, desktop-buffer-handlers)
5769         (desktop-load-default): Add release to obsolescence info.
5770         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5771         (desktop-append-buffer-args, desktop-read):
5772         Fix typos in docstrings.
5773         (desktop-kill): Fix typo in message.
5774         (desktop-save): Doc fix.
5776 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5778         * viper-cmd.el (viper-escape-to-state): Bug fix.
5779         (viper-envelop-ESC-key): Change the definition of fast
5780         keysequence so it'll work with keyboard macros.
5782         * ediff.el (ediff-patch-buffer): Change the docstring.
5784 2005-07-19  Kenichi Handa  <handa@m17n.org>
5786         * international/mule-cmds.el (select-safe-coding-system): Try to
5787         use an auto-coding (if any) before anything else.  If the found
5788         auto-coding is invalid, show a warning message.
5790         * international/mule.el (find-auto-coding): New function created
5791         by modifying the body of set-auto-coding.
5792         (set-auto-coding): Use find-auto-coding to find a coding.
5794 2005-07-18  Richard M. Stallman  <rms@gnu.org>
5796         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5797         not isearch-mode-end-hook-error.
5798         (allout-before-change-protect): Fix error message.
5800 2005-07-18  Juri Linkov  <juri@jurta.org>
5802         * allout.el (allout-mode):
5803         * calculator.el (calculator-copy):
5804         * custom.el (custom-known-themes):
5805         * dired.el (dired-desktop-buffer-misc-data)
5806         (dired-restore-desktop-buffer):
5807         * dired-x.el (dired-omit-marker-char):
5808         * files.el (basic-save-buffer):
5809         * font-core.el (font-lock-mode):
5810         * calendar/calendar.el (calendar-goto-hebrew-date)
5811         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5812         (calendar-goto-persian-date):
5813         * language/ethio-util.el (ethio-sera-to-fidel-region):
5814         * textmodes/picture.el (picture-mode):
5815         Delete duplicate duplicate words.
5817 2005-07-18  Juri Linkov  <juri@jurta.org>
5819         * isearch.el (isearch-mode-map): Remove key bindings for regexp
5820         chars * ? } |.
5821         (isearch-fallback): Don't call `isearch-process-search-char'.
5822         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
5823         (isearch-process-search-char): Call `isearch-fallback' for regexp
5824         chars * ? } |.
5825         (isearch-return-char): Make obsolete with `make-obsolete' instead
5826         of simply documenting it as obsolete in the docstring.
5827         (isearch-fallback): Refill docstring.
5829         * international/isearch-x.el
5830         (isearch-process-search-multibyte-characters): Remove unneeded
5831         `concat'.  Add intermediate values to `junk-hist' instead of
5832         `minibuffer-history'.  Test the length of `str'.
5834 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
5836         * allout.el (allout-resolve-xref): Fix typos in error strings.
5837         (allout-before-change-protect): Remove unneeded `concat'.
5839         * array.el (array-mode, array-reconfigure-rows)
5840         (untabify-backward): Fix typos in docstrings.
5841         (array-reconfigure-rows): Use `insert-buffer-substring', not
5842         `insert-buffer'.
5844         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
5845         * progmodes/ada-mode.el (ada-make-body):
5846         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
5848         * dired.el (dired-log):
5849         * tar-mode.el (tar-subfile-save-buffer):
5850         * play/zone.el (zone-pgm-stress-destress):
5851         Use `insert-buffer-substring', not `insert-buffer'.
5853 2005-07-17  Simon Josefsson  <jas@extundo.com>
5855         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
5857 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
5859         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
5860         Add plain auth method.
5861         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
5863 2005-07-17  Kim F. Storm  <storm@cua.dk>
5865         * ido.el (dired-other-window): Add ido property.
5867 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
5869         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5870         Fix typo in docstring.
5871         (byte-compile-interactive-only-functions): Add `insert-buffer' and
5872         `insert-file-literally'.
5874         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
5875         info and delete redundant message.  Doc fix.
5876         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
5877         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
5879 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5881         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
5882         (byte-compile-and): Use byte-compile-and-recursion.
5883         (byte-compile-or-recursion): New function.
5884         (byte-compile-or): Use that.
5885         (byte-compile-if): Guard the else-clause too.
5886         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
5888         * isearch.el (isearch-mode-end-hook-quit): New variable.
5889         (isearch-done): Bind it.
5890         (isearch-mode-end-hook): Doc fix.
5892         * allout.el (allout-isearch-did-quit): Variable deleted.
5893         (allout-real-isearch-abort): Function name no longer used.
5894         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
5895         (allout-isearch-rectification): isearch-mode always exists.
5896         Don't set allout-isearch-did-quit.
5897         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
5898         allout-isearch-did-quit.
5899         (allout-enwrap-isearch): Just add the hook.
5900         (allout-isearch-abort): Function deleted.
5901         (allout-pre-command-business): Avoid warning.
5903         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
5904         Correctly avoid warnings.
5905         (pascal-outline): Likewise.
5907         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
5909         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
5911         * play/tetris.el (tetris-mode): Avoid warning.
5913         * play/snake.el (snake-mode): Avoid warning.
5915         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
5916         (gamegrid-set-display-table): Avoid warning.
5917         (gamegrid-set-timer): Likewise.
5918         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
5919         (gamegrid-add-score-with-update-game-score-1): Take FILE
5920         as argument.
5921         (gamegrid-add-score-with-update-game-score): Pass that argument.
5922         Rename have-shared-game-dir to gamegrid-shared-game-dir.
5924         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
5926         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
5927         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
5929         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
5930         and insert-file.
5932         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
5933         (sc-ask): Avoid warnings.
5935         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
5936         (eshell-hist-initialize): Use that var the natural way.
5938         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
5940         * emacs-lisp/re-builder.el (reb-cook-regexp):
5941         Avoid warning calling lre-compile-string.
5942         (reb-color-display-p): Avoid warning.
5944         * calculator.el (calculator-last-input): Guard uses
5945         of event-key and key-press-event-p.
5946         (event-key, key-press-event-p): Delete definitions.
5948         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
5949         (find-gc-source-directory, find-gc-subrs-callers)
5950         (find-gc-noreturn-list, find-gc-source-files)
5951         (find-gc-subrs-called): Vars renamed and defvar'd.
5953         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
5954         (checkdoc-overlay-put, checkdoc-delete-overlay)
5955         (checkdoc-overlay-start, checkdoc-overlay-end)
5956         (checkdoc-mode-line-update, checkdoc-char=):
5957         Define such that compiler knows they are defined.
5958         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
5959         (checkdoc-read-event): Delete.  Use read-event directly.
5961         * whitespace.el (whitespace-make-overlay)
5962         (whitespace-overlay-put, whitespace-delete-overlay)
5963         (whitespace-overlay-start, whitespace-overlay-end):
5964         Define such that compiler knows they are defined.
5965         (whitespace): Move conditional inside.
5967         * tempo.el (tempo-insert-template): Suppress warning.
5969         * ediff-diff.el (longlines-mode): Add defvar.
5971 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
5973         * server.el: Bind "C-x #" in a way that works even if C-x is
5974         redefined to a command key, not a prefix key.
5976 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
5978         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
5979         cl-make-type-test till execution time.
5981 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
5983         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
5984         arg ARG and use it.
5986 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
5988         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
5990 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
5992         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
5993         a defcustom with two :set or :type keywords.
5995 2005-07-15  Richard M. Stallman  <rms@gnu.org>
5997         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5998         Don't give ^M comment-end syntax.
6000 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6002         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6003         Don't consider gdbmi (gdb-mi.el has its own update functions).
6004         (gdb-var-delete): Make it work for gdbmi as well.
6005         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6007         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6008         (gud-speedbar-menu-items): Correct logic for enabling items.
6010 2005-07-15  Kim F. Storm  <storm@cua.dk>
6012         * ido.el: Fix commentary.
6013         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6014         Use with-no-warnings around ffap-guesser.
6015         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6016         Let bind minibuffer-completing-file-name to t.
6018 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6020         * startup.el (site-run-file, keyboard-type): Doc fixes.
6021         (command-line): Check for "--basic-display" argument; also for
6022         "--quick", not "--bare-bones" (which was renamed).
6023         (fancy-splash-text): Add missing item "Getting New Versions".
6024         (normal-splash-screen): Fix typos and improve consistency with
6025         `fancy-splash-text'.  Update copyright year.
6027         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6028         valid binding for `help-char'.
6030         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6032 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6034         * term.el (term-mode): Disable cua-mode for term buffers.
6036 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6038         * add-log.el (add-log-mailing-address, change-log-merge):
6039         Doc fixes.
6040         (change-log-get-method-definition): Fix typo in docstring.
6042 2005-07-14  Kim F. Storm  <storm@cua.dk>
6044         * emulation/cua-base.el:
6045         (cua--pre-command-handler-1, cua--pre-command-handler)
6046         (cua--post-command-handler-1, cua--post-command-handler):
6047         Split in two.  Check (buffer local) value of cua-mode.
6048         (cua-selection-mode): New command.
6050 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6052         * custom.el (custom-initialize-safe-set)
6053         (custom-initialize-safe-default): Doc fixes.
6055         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6056         and simplify :init-value again.
6058         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6059         and simplify :init-value again.  Delete autoload.
6061         * startup.el (command-line): Use `custom-reevaluate-setting' again
6062         for tooltip-mode.
6064         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6065         a defcustom with two :initialize keywords.
6067 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6069         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6070         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6071         (allout-post-command-business, allout-flag-region)
6072         (isearch-reenable-font-lock, allout-yank)
6073         (allout-insert-latex-header, allout-insert-latex-trailer)
6074         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6075         (allout-latex-verb-quote): Fix typos in docstrings.
6076         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6077         (allout-unprotected, allout-prefix-data):
6078         Improve argument/docstring consistency.
6079         (allout-chart-subtree): Fix argument spec.
6080         (allout-open-topic): Rename `use_sib_bullet' argument to
6081         `use-sib-bullet'.  Doc fix.
6083         * whitespace.el (whitespace-check-buffer-leading)
6084         (whitespace-check-buffer-trailing)
6085         (whitespace-check-buffer-indent)
6086         (whitespace-check-buffer-spacetab)
6087         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6088         (whitespace-check-leading-whitespace)
6089         (whitespace-check-trailing-whitespace)
6090         (whitespace-check-spacetab-whitespace)
6091         (whitespace-check-indent-whitespace)
6092         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6093         (whitespace-modes): Fix typos in docstrings.
6094         (defgroup, defcustom): Doc fixes.
6096         * winner.el (winner-mode, winner-boring-buffers)
6097         (winner-pending-undo-ring): Doc fixes.
6098         (winner-ring): Remove unneeded `progn'.
6099         (winner-equal): `defsubst' it.
6100         (winner-redo): Fix message.
6102 2005-07-13  Kim F. Storm  <storm@cua.dk>
6104         * simple.el (line-move-1): Always use vertical-motion to
6105         do the last (or only) line move to ensure some movement.
6106         Undo 2005-06-23 change--don't check for overlays.
6108 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6110         * term/mac-win.el (ccl-encode-mac-roman-font)
6111         (ccl-encode-mac-centraleurroman-font)
6112         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6113         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6114         Change charset-id boundary of dimension to ?\xef.
6115         (mac-char-fontspec-list): New constant.
6116         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6117         argument.  Nil uses itself as family in font-spec.  Previous
6118         behavior for nil is now provided by non-nil non-string argument.
6119         All callers changed.  Add font-specs for Mac fonts to
6120         "fontset-default" unless iso8859-1 fonts are installed.
6122 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6124         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6125         a continuation line if the \ is preceded by SPC or TAB.
6126         (sh-get-indent-info): Simplify.
6127         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6128         Use with-current-buffer.
6130         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6131         when the matched text is empty.
6133 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6135         * startup.el (command-line): Revert to previous handling of
6136         tooltip-mode.  Explain in comment why the complexity is needed.
6138         * tooltip.el (tooltip-mode): Revert to previous implementation of
6139         its defcustom.
6141         * frame.el (blink-cursor-mode): Revert to previous implementation
6142         of its defcustom.  Update comment.
6144 2005-07-12  Lars Hansen  <larsh@soem.dk>
6146         * desktop.el: Update e-mail address.
6148 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6150         * term/mac-win.el (mac-services-mail-selection)
6151         (mac-services-mail-to): New functions.
6152         (mac-application-menu-map): Bind them.
6154 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6156         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6158 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6160         * custom.el (custom-reevaluate-setting): Doc fix.
6162 2005-07-11  Jay Belanger  <belanger@truman.edu>
6164         * calc/calc.el (calc-embedded-announce-formula-alist)
6165         (calc-embedded-open-close-plain-alist)
6166         (calc-embedded-open-close-mode-alist): Add checks for additional
6167         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6169 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6171         * custom.el (custom-enable-theme): Don't add theme to
6172         `custom-enabled-themes' with `push' because there is no
6173         setf-method for `delq'.
6175 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6177         * custom.el (custom-declare-variable): Doc fix.
6179         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6180         from the alists.
6182         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6183         Do nothing if edebug-active.
6185         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6186         (edebug-display): Do it here instead.
6188 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6190         * cus-face.el (custom-theme-set-faces): Make it work.
6191         (custom-reset-faces): Doc fix.
6192         (custom-theme-reset-internal-face, custom-theme-face-value):
6193         Functions deleted.
6195         * custom.el (custom-push-theme): Maintain list of the settings
6196         of a given theme in its theme-settings property.
6197         Maintain position of old settings in the theme-value
6198         or theme-face property.
6199         (custom-enabled-themes): New variable.
6200         (custom-theme-enabled-p): New function.
6201         (provide-theme): Update custom-enabled-themes.
6202         Disable and reenable the `user' theme.
6203         (require-theme): Doc fix.
6204         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6205         (custom-theme-value, custom-theme-variable-value): Likewise.
6206         (custom-theme-reset-internal): Likewise.
6207         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6208         (custom-enable-theme, custom-disable-theme): New functions.
6209         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6210         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6211         (custom-theme-reset-variables): Simplify.
6212         (deftheme, custom-declare-theme, custom-make-theme-feature):
6213         Definitions moved.
6215 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6217         * longlines.el (longlines-show-region)
6218         (longlines-unshow-hard-newlines): Recognize hard newlines by
6219         non-nil hard property, instead of t.
6221 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6223         * viper-cmd.el (viper--key-maps): New variable.
6224         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6225         emulation-mode-map-alists.
6226         (viper-envelop-ESC-key): Use viper-subseq.
6227         (viper-search-forward/backward/next): Disable debug-on-error.
6229         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6230         (viper-ESC-key): New defcustoms.
6232         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6234         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6235         (viper-subseq): Copy of subseq from cl.el.
6237         * viper.el (viper-go-away, viper-set-hooks): Use
6238         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6240         * viper-mous.el (viper-current-frame-saved): Use defvar.
6242         * viper-init.el: Get rid of -face in face names.
6244         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6245         Make it work with longlines mode
6247         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6249         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6251         * ediff-init.el: Get rid of -face in face names.
6253 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6255         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6256         and with-timeout-unsuspend.
6258         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6259         and with-timeout-unsuspend.
6261         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6262         (with-timeout): Bind that variable to record timers.
6263         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6265         * emacs-lisp/debug.el (debug-help-follow): New function.
6266         (debugger-mode-map): Use that instead of help-follow.
6267         (debugger-setup-buffer): Use eval-buffer-list
6268         to handle eval-buffer frames.
6270 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6272         * timezone.el (timezone-parse-date): Change first regexp
6273         so it will not mistakenly match dates with no time zone.
6275 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6277         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6279 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6281         * custom.el (custom-initialize-safe-set)
6282         (custom-initialize-safe-default): New functions.
6284         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6285         and simplify :init-value.
6287         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6288         and simplify :init-value.  Delete obsolete comment.
6290         * startup.el (command-line): Use `custom-reevaluate-setting' to
6291         handle `tooltip-mode'.  Delete obsolete comment.
6293         * files.el (set-visited-file-name): Avoid calling
6294         `file-name-nondirectory' with a nil argument.
6296 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6298         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6299         was called with nil for the buffer, handle the read position right.
6300         Handle read position for eval-region, too.
6302 2005-07-09  Juri Linkov  <juri@jurta.org>
6304         * fringe.el (fringe-mode): Add period in docstring.
6305         (fringe-query-style): Build prompt depending on `all-frames' arg.
6307         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6308         to not create links to unrelated functions in the Help buffer.
6310         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6311         Doc fix.
6313         * simple.el (next-error-hook): New variable.
6314         (next-error): Use it.  Doc fix.
6316         * textmodes/ispell.el (ispell-command-loop): Add current
6317         dictionary name and program name to mode-line-format.
6318         (ispell-region, ispell-process-line): Add current dictionary name
6319         and program name to messages.
6321 2005-07-08  Jay Belanger  <belanger@truman.edu>
6323         * calc/calc.el (calc-embedded-announce-formula-alist)
6324         (calc-embedded-open-close-formula-alist)
6325         (calc-embedded-open-close-word-alist)
6326         (calc-embedded-open-close-plain-alist)
6327         (calc-embedded-open-close-new-formula-alist)
6328         (calc-embedded-open-close-mode-alist)
6329         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6330         (calc-embedded-mode-hook): New variables.
6332         * calc/calc-embed.el (calc-embedded-firsttime)
6333         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6334         New variables.
6335         (calc-do-embedded): Use calc-embedded-firsttime,
6336         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6337         determine whether or not to run hooks.
6338         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6339         calc-embedded-firsttime-formula appropriately.
6340         Set calc-embedded delimiter variables according to mode.
6342 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6344         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6345         Check for "emacs", etc., as entire symbol, not just as word.
6346         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6348         * files.el (set-visited-file-name): Report the error
6349         for "empty filename" earlier.
6350         (kill-some-buffers): Ignore buffers already dead.
6352         * fringe.el (fringe-mode): Doc fix.
6354         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6355         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6356         Use unwind-protect to ensure byte-compile-unresolved-functions
6357         is updated.
6359         * whitespace.el (whitespace-buffer-leading-cleanup):
6360         Simplify w/ skip-chars-forward.
6361         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6363         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6364         Unconditionally try to leave point at the same old place.
6366 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6368         * comint.el (comint-postoutput-scroll-to-bottom)
6369         (comint-show-maximum-output): Take scroll-margin into consideration.
6371 2005-07-08  Kim F. Storm  <storm@cua.dk>
6373         * ido.el (ido-use-filename-at-point): New choice `guess'.
6374         (ido-file-internal): Try ffap-guesser if selected.
6376         * ido.el (ido-before-fallback-functions): New hook.
6377         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6378         (ido-read-file-name): Run it.
6380 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6382         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6383         strings rather than a list of symbols to the completion function.
6385 2005-07-07  Jay Belanger  <belanger@truman.edu>
6387         * calc/calc-units.el (math-apply-units): Change the places in
6388         which units are simplified.
6390 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6392         * cus-edit.el (customize-option, customize-option-other-window):
6393         Make them handle aliases.
6395         * custom.el (custom-variable-p): Make it recursively follow
6396         aliases.  Mention that in the docstring.
6398 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6400         * cus-start.el (exec-path): Use `directory' instead of `file'.
6401         Fix tag for nil.
6403 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6405         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6406         when called non-interactively.  Doc fix.
6408 2005-07-07  Lute Kamstra  <lute@gnu.org>
6410         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6411         new address as well.
6413 2005-07-07  Kenichi Handa  <handa@m17n.org>
6415         * international/mule.el (make-coding-system):
6416         Describe `ascii-incompatible' property in the docstring.
6417         (set-file-name-coding-system): Signal an error if coding-system is
6418         ascii-incompatible.
6419         (set-keyboard-coding-system): Likewise.
6421         * international/mule-cmds.el (set-default-coding-systems):
6422         Don't set default-file-name-coding-system and
6423         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6425         * international/utf-16.el: Declare that all UTF-16-based coding
6426         systems are ASCII-incompatible.
6428 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6430         * progmodes/gud.el: Require font-lock for displaying errors.
6431         Used by gdb-ui.el.
6433 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6435         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6436         values for the pattern lists which are `read'able but not
6437         `append'able (like symbols).
6439 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6441         * progmodes/flymake.el (flymake-float-time): Instead of
6442         with-no-warnings, test for xemacs.
6443         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6444         to avoid warning.
6446 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6448         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6450 2005-07-05  Lute Kamstra  <lute@gnu.org>
6452         * battery.el: Add support for Darwin (with much debugging help
6453         from Samuel Lauber <sam124@operamail.com>).
6454         (battery-status-function, battery-echo-area-format)
6455         (battery-mode-line-format): Add support for pmset on Darwin.
6456         (battery-load-low, battery-load-critical): New user options.
6457         (battery-pmset): New function.
6459 2005-07-05  Lute Kamstra  <lute@gnu.org>
6461         Update FSF's address in GPL notices.
6463         * textmodes/page-ext.el: Update FSF's address.
6465 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6467         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6468         filling from using prefix when filling a single-line docstring.
6470         * progmodes/flymake.el: Remove useless eval-when-compile.
6472         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6474 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6476         * textmodes/org.el (org-file-apps-defaults-gnu):
6477         Rename from org-file-apps-defaults-linux.
6478         (org-default-apps): Don't test system-type for `linux'.
6479         (org-file-apps): Doc fix.
6481 2005-07-04  David Ponce  <david@dponce.com>
6483         * tree-widget.el: Improve header Commentary section.
6484         (tree-widget) [defgroup]
6485         (tree-widget-image-enable, tree-widget-themes-directory)
6486         (tree-widget-theme, tree-widget-image-properties-emacs)
6487         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6488         (tree-widget-image-formats, tree-widget-control)
6489         (tree-widget-empty-control, tree-widget-leaf-control
6490         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6491         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6492         (tree-widget-keep, tree-widget-after-toggle-functions)
6493         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6494         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6495         :help-echo message.
6496         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6497         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6498         (tree-widget--cursors): New constant.
6499         (tree-widget-lookup-image): New function split from
6500         `tree-widget-find-image'.  Clearer implementation.
6501         (tree-widget-find-image): Use it.
6502         (tree-widget-button-keymap): Use `set-keymap-parent'.
6503         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6504         Define the sub-widgets here.
6505         (tree-widget-node): Check that :node is not a tree-widget.
6506         (tree-widget-get-super, tree-widget-open-control)
6507         (tree-widget-close-control, tree-widget-empty-control)
6508         (tree-widget-leaf-control, tree-widget-guide)
6509         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6510         (tree-widget-no-handle, tree-widget-value-delete)
6511         (tree-widget-map): Remove.
6512         (tree-widget-children-value-save): Doc fix.  Simplified.
6513         (tree-widget-value-create): Update according to previous changes.
6515 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6517         * textmodes/org.el: Leading space replaced by TABS.
6518         (org-recalc-marks, org-table-rotate-recalc-marks)
6519         (org-table-get-specials): Treat "^" and "_" marks.
6520         (org-table-justify-field-maybe): Optional argument NEW.
6521         (org-table-eval-formula): Parsing of the format simplified.
6522         New modes C,I.  Honor the %= parameter in the current table.
6523         Avoid unnecessary re-align by using the NEW argument to
6524         `org-table-justify-field-maybe'.
6525         (org-calc-default-modes): Default for date-format mimicks org-mode.
6526         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6528 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6530         * cus-face.el (custom-theme-set-faces): Make it handle face
6531         aliases whose alias declarations are pre- or autoloaded.
6533 2005-07-04  Juri Linkov  <juri@jurta.org>
6535         * faces.el (read-face-name): Put the code for getting a face name
6536         from the buffer before adding the faces from the `face' property.
6537         Use `completing-read-multiple' instead of `completing-read'.
6538         Require `crm'.  Add default value and post-process the returned
6539         list of faces.
6541         * emacs-lisp/crm.el (crm-find-current-element)
6542         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6544         * emacs-lisp/lisp-mode.el (eval-defun-1):
6545         * emacs-lisp/edebug.el (edebug-eval-defun):
6546         Remove unnecessary quotes.
6548 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6550         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6551         (prolog-indent-level): Fix typo in docstring.
6553         * info.el (Info-history, Info-history-forward)
6554         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6556         * add-log.el (add-change-log-entry):
6557         * comint.el (comint-dynamic-list-input-ring)
6558         (comint-dynamic-list-completions):
6559         * dabbrev.el (dabbrev-expand):
6560         * delim-col.el (delimit-columns-rectangle-line):
6561         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6562         (diff-unified->context):
6563         * ediff-init.el (ediff-abbrev-jobname):
6564         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6565         (ediff-replace-session-activity-marker-in-meta-buffer):
6566         * info.el (Info-summary):
6567         * lpr.el (printify-region):
6568         * printing.el (pr-create-interface):
6569         * ps-print.el (ps-print-quote):
6570         * ses.el (ses-column-widths, ses-print-cell)
6571         (ses-adjust-print-width, ses-center):
6572         * shell.el (shell-file-name-quote-list):
6573         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6574         (strokes-fill-current-buffer-with-whitespace)
6575         (strokes-xpm-for-stroke, strokes-list-strokes)
6576         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6577         * term.el (term-dynamic-list-input-ring)
6578         (term-dynamic-list-completions):
6579         * calc/calc.el (math-format-stack-value):
6580         * emacs-lisp/edebug.el (edebug-display-freq-count):
6581         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6582         (delphi-new-comment-line):
6583         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6584         * progmodes/executable.el (executable-set-magic):
6585         * progmodes/python.el (inferior-python-mode):
6586         * progmodes/scheme.el (scheme-mode-syntax-table):
6587         * progmodes/sh-script.el (sh-maybe-here-document):
6588         * progmodes/sql.el (sql-copy-column):
6589         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6590         * textmodes/bibtex.el (bibtex-mode):
6591         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6592         (sgml-auto-attributes):
6593         * textmodes/table.el (table-insert, table-shorten-cell)
6594         (table--generate-source-scan-lines, table-delete-row)
6595         (*table--cell-delete-char, table--spacify-frame)
6596         (table--horizontally-shift-above-and-below)
6597         (table--cell-insert-char, table--cell-blank-str)
6598         (table--fill-region-strictly):
6599         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6600         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6602         * add-log.el (change-log):
6603         * apropos.el (apropos):
6604         * comint.el (comint-completion, comint-source):
6605         * dabbrev.el (dabbrev):
6606         * delim-col.el (columns):
6607         * diff-mode.el (diff-mode):
6608         * ediff.el (ediff):
6609         * ediff-diff.el (ediff-diff):
6610         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6611         * ediff-mult.el (ediff-mult):
6612         * ediff-ptch.el (ediff-ptch):
6613         * ediff-wind.el (ediff-window):
6614         * facemenu.el (facemenu):
6615         * indent.el (indent):
6616         * info.el (info):
6617         * jka-cmpr-hook.el (compression, jka-compr):
6618         * lpr.el (lpr):
6619         * outline.el (outlines):
6620         * pcmpl-cvs.el (pcmpl-cvs):
6621         * pcmpl-rpm.el (pcmpl-rpm):
6622         * printing.el (printing):
6623         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6624         (ps-print-vertical, ps-print-headers, ps-print-font)
6625         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6626         (ps-print-background, ps-print-printer, ps-print-page)
6627         (ps-print-miscellany):
6628         * ses.el (ses):
6629         * shell.el (shell, shell-directories, shell-faces):
6630         * startup.el (initialization):
6631         * strokes.el (strokes):
6632         * term.el (term):
6633         * uniquify.el (uniquify):
6634         * w32-vars.el (w32):
6635         * calc/calc.el (calc):
6636         * emacs-lisp/bytecomp.el (bytecomp):
6637         * emacs-lisp/cl-indent.el (lisp-indent):
6638         * emacs-lisp/edebug.el (edebug):
6639         * emacs-lisp/elp.el (elp):
6640         * emacs-lisp/testcover.el (testcover):
6641         * emacs-lisp/trace.el (trace):
6642         * emulation/viper-ex.el (viper-ex):
6643         * emulation/viper-mous.el (viper-mouse):
6644         * mail/mailalias.el (mailalias):
6645         * mail/supercite.el (supercite, supercite-frames)
6646         (supercite-attr, supercite-cite, supercite-hooks):
6647         * net/rcompile.el (remote-compile):
6648         * net/rlogin.el (rlogin):
6649         * obsolete/ooutline.el (outlines):
6650         * progmodes/delphi.el (delphi):
6651         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6652         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6653         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6654         (ebnf-optimization):
6655         * progmodes/etags.el (etags):
6656         * progmodes/executable.el (executable):
6657         * progmodes/idlwave.el (idlwave):
6658         * progmodes/pascal.el (pascal):
6659         * progmodes/prolog.el (prolog):
6660         * progmodes/python.el (python):
6661         * progmodes/scheme.el (scheme):
6662         * progmodes/sh-script.el (sh, sh-script):
6663         * progmodes/sql.el (SQL):
6664         * progmodes/tcl.el (tcl):
6665         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6666         * textmodes/enriched.el (enriched):
6667         * textmodes/makeinfo.el (makeinfo):
6668         * textmodes/sgml-mode.el (sgml):
6669         * textmodes/table.el (table-hooks):
6670         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6671         * textmodes/texinfo.el (texinfo):
6672         * textmodes/two-column.el (two-column):
6673         Finish `defgroup' description with period.
6675         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6676         * eshell/esh-var.el (eshell-var):
6677         * progmodes/vhdl-mode.el (vhdl-testbench):
6678         * textmodes/org.el (org): Fix typos in docstrings.
6680         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6681         consistency.
6683         * progmodes/flymake.el (flymake-find-file): Remove.
6684         (flymake-float-time): Use `with-no-warnings'.
6685         (flymake-check-start-time, flymake-check-was-interrupted)
6686         (flymake-err-info, flymake-is-running, flymake-last-change-time)
6687         (flymake-new-err-info): `defvar' at compile time.
6689 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
6691         * replace.el (occur-hook): Doc fix.
6692         (occur-1): Don't call `occur-hook' if there are no matches.
6694 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6696         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6697         global-map, save the same map.
6698         (global-map): Don't alter it at top level.
6699         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6700         Then alter it here instead.
6701         (tpu-edt-off): Set global-map to the saved one.
6703         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6704         All references simplified.
6705         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
6706         (zmacs-regions): Add defvar.
6707         (repeat-complex-command-map): Everything about that deleted.
6709         * textmodes/artist.el (artist-key-is-drawing)
6710         (artist-key-endpoint1, artist-key-poly-point-list)
6711         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6712         (artist-key-compl-table, artist-rb-save-data)
6713         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6714         Don't put them in eval-when-compile.
6715         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6717         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6718         Use with-no-warnings.
6720         * net/browse-url.el (dos-windows-version): Add defvar.
6722         * mail/supercite.el (filladapt-prefix-table): Add defvar.
6724         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6725         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6726         (rmail-new-summary-line-count): Rename from new-summary-line-count.
6727         Add defvar.
6728         (rmail-summary-beginning-of-message): Use with-no-warnings.
6729         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6731         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6732         Use with-no-warnings.
6734         * emulation/vi.el (vi-mark-region): Use c-mark-function.
6735         (c-mark-function): Add point-moving-unit property.
6736         (vi-goto-line): Use with-no-warnings.
6738         * emulation/edt.el (edt-last-copied-word): Add defvar.
6739         (zmacs-region-stays): Likewise.
6740         (edt-mark-section-wisely): Use c-mark-function for C.
6741         Use makr-defun for Fortran.
6742         (time-string): defvar deleted.
6743         (edt-display-the-time): Don't set time-string.
6745         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6747         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6748         Don't warn when name is not constant
6749         or for defining the group `emacs'.
6751         * tooltip.el (gud-tooltip-mode): Add defvar.
6753         * startup.el (default-frame-background-mode): Add defvar.
6755         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6757         * info.el (tool-bar-map): Add defvar.
6759         * dired.el (dnd-protocol-alist): Add defvar.
6761         * dired-aux.el (dired-query): Display question with answer, when
6762         the user answers.
6764         * custom.el (custom-add-option): Doc fix.
6766         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6768 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
6770         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6771         bogus name from the last change.
6773 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
6775         * custom.el (custom-declare-variable): Fix typos in comment.
6776         (custom-known-themes): Doc fix.
6777         (custom-theme-directory): New defcustom.
6778         (require-theme): Make it check `custom-theme-directory'.
6780         * cus-theme.el (custom-new-theme-mode): New function.
6781         (custom-theme-name, custom-theme-variables, custom-theme-faces)
6782         (custom-theme-description): Add compiler defvars.
6783         (customize-create-theme): Add doc to the "*New Custom Theme*"
6784         buffer.  Use `custom-new-theme-mode'.
6785         (custom-theme-write): Put the created buffer in emacs-lisp-mode
6786         and save it to the `custom-theme-directory'.  Make this the
6787         default directory of the buffer.
6789 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
6791         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6792         Fix unbalanced parentheses.
6794 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6797         into flymake-mode and delegate to flymake-mode.
6799         * find-file.el (ff-which-function-are-we-in): Clean up.
6801 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
6803         * replace.el (occur-rename-buffer): Fix docstring.
6805         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6806         (edt-last-copied-word, edt-learn-macro-count)
6807         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6808         (edt-rect-start-point, edt-user-global-map, rect-start-point)
6809         (time-string, zmacs-region-stays):
6810         * emulation/edt-mapper.el (edt-save-function-key-map)
6811         (EDT-key-name): `defvar' to silence the byte-compiler.
6813 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6815         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6816         font-lock-regexp-backslash.  Doc fix.
6817         (font-lock-regexp-backslash-grouping-construct): Rename from
6818         font-lock-regexp-backslash-construct.  Doc fix.
6819         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6820         grouping constructs.
6822 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
6824         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
6825         updating all the prerequisites.
6827 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
6829         * textmodes/org.el (org-agenda-start-on-weekday)
6830         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
6831         (org-agenda-use-time-grid, org-archive-location)
6832         (org-allow-space-in-links, org-usenet-links-prefer-google)
6833         (org-enable-table-editor, org-export-default-language)
6834         (org-export-html-show-new-buffer, org-fill-paragraph)
6835         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
6836         (org-goto-quit, org-occur, org-eval-in-calendar)
6837         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
6838         (org-agenda-diary-entry, org-remember-help)
6839         (org-table-convert-region, org-at-table-p)
6840         (org-table-move-row-down, org-table-move-row-up)
6841         (org-table-copy-region, org-table-toggle-vline-visibility)
6842         (org-table-get-stored-formulas, org-table-get-specials)
6843         (org-recalc-commands, org-table-eval-formula)
6844         (org-table-formula-substitute-names, orgtbl-make-binding)
6845         (org-format-org-table-html, org-format-table-table-html)
6846         (org-format-table-table-html-using-table-generate-source)
6847         (org-customize): Fix typos in docstrings.
6848         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
6849         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
6850         (org-back-to-heading): Doc fixes.
6851         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
6852         (org-agenda-change-all-lines, org-get-header):
6853         Improve argument/docstring consistency.
6854         (orgtbl-error): Fix error message.
6856         * progmodes/flymake.el (flymake-find-possible-master-files)
6857         (flymake-master-file-compare, flymake-get-line-err-count)
6858         (flymake-highlight-line, flymake-gui-warnings-enabled):
6859         Fix typos in docstrings.
6860         (flymake-parse-line, flymake-get-project-include-dirs-function)
6861         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
6862         Doc fixes.
6863         (flymake-get-project-include-dirs-function)
6864         (flymake-make-err-menu-data):
6865         Improve argument/docstring consistency.
6867 2005-07-01  Lute Kamstra  <lute@gnu.org>
6869         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
6870         Catch errors with ignore-errors.  Use temporary buffer.
6871         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
6873         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
6874         background color faces.
6875         (facemenu-set-foreground, facemenu-set-background):
6876         Use facemenu-set-face-from-menu.
6877         (facemenu-set-face-from-menu): Treat face names that start with
6878         "fg:" or "bg:" as special.
6879         (facemenu-add-new-color): Don't create faces.  Simplify.
6881 2005-06-30  Richard M. Stallman  <rms@gnu.org>
6883         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
6884         (crm-find-current-element): Likewise.
6886 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6888         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
6890 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * arc-mode.el (archive-extract): Make it work as a mouse binding.
6893         (archive-mouse-extract): Make it an obsolete alias.
6894         (archive-mode-map): Don't use archive-mouse-extract any more.
6895         (archive-mode, archive-extract): write-contents-hooks ->
6896         write-contents-functions.
6897         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
6898         first arg.
6899         (archive-rename-entry): Update the call.
6900         (archive-zip-summarize): Remove unused var `method'.
6901         (archive-lzh-summarize): Remove unused var `creator'.
6903         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
6904         dedicated frame upon exit.
6906         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
6907         (archive-zip-extract, archive-zip-expunge)
6908         (archive-zip-update, archive-zip-update-case): Use executable-find.
6909         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
6910         Use restore-buffer-modified-p.
6911         (archive-extract, archive-add-new-member, archive-write-file-member):
6912         Use with-current-buffer.
6913         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
6915 2005-06-30  Andreas Schwab  <schwab@suse.de>
6917         * progmodes/gud.el (gud-filter): Remove unneeded progn.
6919 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6921         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
6923 2005-06-30  Juri Linkov  <juri@jurta.org>
6925         * faces.el (vertical-border): Inherit from mode-line-inactive
6926         only on tty.
6928 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
6930         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
6931         example, -NLINES in the `occur' docstring).
6933         * replace.el (occur-1): When no matches are found, do not set the
6934         `buffer-read-only' and modified flags for the occur buffer,
6935         because it is deleted.
6937         * emulation/cua-base.el (cua-check-pending-input)
6938         (cua-repeat-replace-region, cua-mode, cua-debug)
6939         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
6940         Fix typos in docstrings.
6942         * emulation/cua-gmrk.el (cua-toggle-global-mark)
6943         (cua-cut-region-to-global-mark)
6944         (cua--cut-rectangle-to-global-mark):
6945         Remove period from end of messages.
6947         * emulation/cua-rect.el (cua-do-rectangle-padding):
6948         Remove period from end of messages.
6949         (cua--rectangle-seq-format): Fix typo in docstring.
6950         (cua-sequence-rectangle, cua-fill-char-rectangle):
6951         Improve argument/docstring consistency.
6953 2005-06-29  Juri Linkov  <juri@jurta.org>
6955         * faces.el (default-frame-background-mode): New internal variable.
6956         (frame-set-background-mode): Use it.
6958         * startup.el (normal-top-level): Set default-frame-background-mode
6959         instead of frame-background-mode.  Before setting it, test for its
6960         nil value.  Remove tests for frame-background-mode and frame
6961         parameter `reverse'.  Add test for "unspecified-fg".
6963         * term/xterm.el (xterm-rxvt-set-background-mode):
6964         * term/rxvt.el (rxvt-set-background-mode):
6965         Set default-frame-background-mode instead of frame-background-mode.
6967 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6969         * simple.el (set-variable): Warn about obsolete user variables.
6971         * imenu.el (imenu--completion-buffer):
6972         * mouse.el (mouse-buffer-menu-alist):
6973         * msb.el (msb-invisible-buffer-p):
6974         * calendar/diary-lib.el (diary-header-line-format):
6975         * emacs-lisp/pp.el (pp-buffer):
6976         * progmodes/cperl-mode.el (cperl-do-auto-fill):
6977         * textmodes/picture.el (picture-replace-match):
6978         Change space constants followed by a sexp to "?\s ".
6980         * play/decipher.el (decipher-loop-with-breaks):
6981         * textmodes/texinfo.el (texinfo-insert-@item): Change space
6982         constants "protected" from end of line by a comment to "?\s".
6984 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * font-lock.el (save-buffer-state): Use `declare'.
6988         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
6989         reset the syntax-table to cperl-mode-syntax-table.
6990         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
6991         "foo_print_bar" is not matched as a reserved keyword.
6993 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
6995         * textmodes/org.el (orgtbl-setup): New function, for delayed
6996         setup for the orgtbl commands.
6997         (org-calc-default-modes): New option.
6998         (orgtbl-make-binding): Use `defun' to get better help display.
6999         (org-diary): Call `org-compile-prefix-format'.
7000         (org-table-formula-substitute-names): New function.
7001         (org-agenda-day-view, org-agenda-week-view): New commands.
7002         (org-agenda-toggle-week-view): Command removed.
7003         (org-tbl-menu): Split off from org-org-menu.
7004         (org-mode): Move removal of outline-mode menus to here.
7005         (org-table-formula-debug): New option.
7006         (org-table-insert-row): Keep first field if just "#" or "*".
7007         (org-mode): Paragraph regexps fixed.
7008         (org-table-recalculate-regexp): New constant.
7009         (org-table-justify-field-maybe): Avoid replace if not necessary.
7010         (org-copy-special, org-cut-special): Use `call-interactively'.
7011         (org-table-copy-region): Take region from `interactive' call.
7012         (org-trim): Return string even if no match.
7013         (org-formula): New face.
7014         (org-set-font-lock-defaults): No longer highlight "FIXME".
7015         But highlight formula-related fields in table.
7016         (org-table-p): Use regexp, not fontification.
7017         (org-table-align): Handle white space at end of line.
7018         (org-table-formula-evaluate-inline): New option.
7019         (org-mode): Auto-wrapping in comment lines turned off.
7020         (org-table-copy-down): Evaluate only in copied field, not in
7021         destination.
7022         (org-table-current-formula): Variable removed.
7023         (org-table-store-formulas, org-table-get-stored-formulas)
7024         (org-table-modify-formulas, org-table-replace-in-formulas)
7025         (org-table-maybe-eval-formula): New functions.
7026         (org-table-get-formula): Modify to use stored formulas.
7027         (org-table-insert-column, org-table-delete-column)
7028         (org-table-move-column): Call `org-table-modify-formulas'.
7029         (org-complete): Add completion for keyword formulas.
7030         (orgtbl-mode): Pull orgtbl-mode-map to start of
7031         minor-mode-map-alist.
7033 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * progmodes/python.el (python-check): Require `compile' before
7036         modifying its variables.
7038         * newcomment.el (comment-indent-default): Don't get fooled by an early
7039         end of buffer.
7041 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7043         * ps-print.el (ps-print-version): Fix version number.
7045 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7047         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7049 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7051         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7052         (flyspell-local-mouse-map): Declaration deleted.
7053         (flyspell-mouse-map): Bind only mouse-2.
7054         (flyspell-mode-map): Don't test flyspell-use-local-map.
7055         (flyspell-overlay-keymap-property-name): Var deleted.
7056         (flyspell-mode-on): Don't make local bindings for
7057         flyspell-mouse-map and flyspell-mode-map.
7058         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7060         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7062         * progmodes/compile.el (compilation-next-error-function):
7063         Don't switch buffers; operate on the current buffer.
7065         * progmodes/compile.el (compilation-error-file-name)
7066         (compilation-warning-file-name, compilation-info-file-name)
7067         (compilation-line-number, compilation-column-number): New faces.
7068         (compilation-error-face, compilation-warning-face)
7069         (compilation-info-face, compilation-line-face)
7070         (compilation-column-face): Use them.
7072         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7074         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7076         * bindings.el (global-map): Bind insertchar and its variants.
7078 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7080         * textmodes/artist.el (artist-text-overwrite)
7081         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7083 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7085         * ps-print.el: It was not working the page selection for printing.
7086         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7087         (ps-print-version): New version 6.6.7.
7088         (ps-end-sheet): New fun.
7089         (ps-header-sheet, ps-end-job): Call it.
7091 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7093         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7095 2005-06-27  Lute Kamstra  <lute@gnu.org>
7097         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7098         background color faces.
7099         (facemenu-get-face): Delete function.
7100         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7101         (facemenu-add-new-color): Make second argument mandatory.
7102         Create the appropriate face and return it.  Simplify.
7103         (facemenu-set-foreground, facemenu-set-background): Don't check if
7104         color is defined.  Use return value of facemenu-add-new-color.
7106 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7108         * progmodes/gud.el (gud-filter): Add missing argument to
7109         with-selected-window.
7111 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7113         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7114         a :require to the defcustom.
7116         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7117         defcustoms corresponding to minor modes.
7119 2005-06-26  David Ponce  <david@dponce.com>
7121         * recentf.el: Require tree-widget instead of wid-edit.
7122         (recentf-filename-handler): Fix widget :type.
7123         (recentf-cancel-dialog, recentf-open-more-files)
7124         (recentf-open-files-action): Doc fix.
7125         (recentf-dialog-goto-first): New function.
7126         (recentf-dialog-mode-map): Set parent keymap first.
7127         (recentf-dialog-mode): Define with define-derived-mode.
7128         Don't display continuation lines in dialogs.
7129         (recentf-edit-list): Rename from recentf-edit-selected-items.
7130         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7131         Simplify.
7132         (recentf-edit-list-validate): New function.
7133         (recentf-edit-list): Update accordingly.
7134         (recentf-open-files-item-shift): Remove.
7135         (recentf-open-files-item): Convert menu elements into tree and
7136         link widgets.  Don't create the widgets.
7137         (recentf-open-files): Update accordingly.
7138         (recentf-save-list): Untabify.
7140 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7142         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7143         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7144         partially contained in the active region.  Do not take active
7145         region into account when called from Lisp, unless INTERACTIVE arg
7146         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7147         avoid trouble with fields.  Make marker point nowhere when no
7148         longer used.  Always return nil.  Doc fix.
7149         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7150         into account when called from Lisp, unless INTERACTIVE arg is
7151         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7152         avoid trouble with fields.  Make marker point nowhere when no
7153         longer used.  Always return nil.  Doc fix.
7154         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7155         interchangeable.  Do not take active region into account when
7156         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7157         message in echo area when called from Lisp, unless INTERACTIVE arg
7158         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7159         Return the number of matches.  Doc fix.
7160         (occur): Doc fix.
7161         (perform-replace): Make comment follow double space convention for
7162         the sake of `outline-minor-mode'.
7164         * faces.el (facep): Doc fix.
7166 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7168         * facemenu.el (facemenu-enable-faces-p): New function.
7169         (facemenu-background-menu, facemenu-foreground-menu)
7170         (facemenu-face-menu): Add menu-enable property.
7172         * jka-compr.el (jka-compr-insert-file-contents):
7173         Special handling if cannot find the uncompression program.
7175         * cus-face.el (custom-face-attributes): Add autoload.
7177         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7178         Bind comment-indent-function locally.
7180         * window.el (save-selected-window): Use save-current-buffer.
7182         * subr.el (with-selected-window): Use save-current-buffer.
7184         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7185         and with-current-buffer.
7187 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7189         * simple.el (line-move-1): Fix previous change.
7191 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7193         * replace.el (occur-1): Set `buffer-read-only' and the
7194         buffer-modified flag before running `occur-hook' to protect
7195         against unintentional buffer switches that can lead to data loss.
7197 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7199         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7200         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7201         initial error.
7203         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7204         after fresh input.
7205         (gdb-var-create-handler): Put name of expression in quotes.
7207 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7209         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7210         elements of RING in order, and without bogus nil elements.
7212 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7214         * simple.el (set-variable): Args renamed; doc fix.
7215         (line-move-1): When there are overlays around, use vertical-motion.
7217         * faces.el (escape-glyph): Use brown against light background.
7218         (nobreak-space): Rename from no-break-space.
7219         Fix previous change.
7221         * dired-aux.el (dired-do-copy): Fix arg prompt.
7223         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7225 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7227         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7228         rather than "Distributor".
7230 2005-06-23  Lute Kamstra  <lute@gnu.org>
7232         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7233         (debug-on-entry): Use it.  New interactive declaration that uses
7234         function-called-at-point.
7236 2005-06-23  Kim F. Storm  <storm@cua.dk>
7238         * subr.el (save-match-data): Add comment about using evaporate arg
7239         to set-match-data.
7241 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7243         * cus-edit.el (customize-face)
7244         (customize-face-other-window): Handle face aliases.
7246         * faces.el (face-documentation, set-face-attribute)
7247         (face-spec-set): Handle face aliases.
7249 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7251         * help-mode.el (help-make-xrefs): If a symbol representing a face
7252         name is not followed by the word "face", it could still be a
7253         function or variable name, so don't bypass other checks.
7255 2005-06-22  Juri Linkov  <juri@jurta.org>
7257         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7258         Replace aliased functions with calls where second arg `inherit' is t.
7260 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7262         * progmodes/gdb-ui.el (gdb-error): New variable.
7263         (gdb-error): New function.
7264         (gdb-annotation-rules): Act on error-begin and error annotations.
7265         (gdb-concat-output): Use font-lock-warning-face for errors.
7267 2005-06-22  Miles Bader  <miles@gnu.org>
7269         * bindings.el (propertized-buffer-identification): Use renamed
7270         `Buffer-menu-buffer' face.
7272         * faces.el (vertical-border): Rename from `vertical-divider'.
7273         (escape-glyph): Change dark-background color back to `cyan'.
7275 2005-06-21  Juri Linkov  <juri@jurta.org>
7277         * faces.el (face-user-default-spec): Try getting `customized-face'
7278         prior to `saved-face'.
7279         (frame-background-mode): Refill docstring.
7281         * emacs-lisp/lisp-mode.el (eval-defun-1):
7282         * emacs-lisp/edebug.el (edebug-eval-defun):
7283         Set `saved-face' temporarily to nil before calling form.
7284         Set `customized-face' to the new spec after that.
7286 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7288         * subr.el (1value, lambda, key-substitution-in-progress):
7289         Doc fixes.
7291         * autoinsert.el (auto-insert-alist):
7292         * ses.el (ses-call-printer):
7293         * subr.el (noreturn):
7294         * emacs-lisp/lisp.el (check-parens):
7295         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7296         * net/browse-url.el (browse-url-mosaic):
7297         * progmodes/cc-defs.el (c-safe-scan-lists):
7298         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7299         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7300         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7301         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7302         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7303         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7305 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7307         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7309 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7311         * calendar/appt.el (appt-make-list): Activate the package, if
7312         not already active (for backwards compatibility).
7314 2005-06-20  Kim F. Storm  <storm@cua.dk>
7316         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7318 2005-06-20  Miles Bader  <miles@gnu.org>
7320         * faces.el (vertical-divider): New face.
7322 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7324         * simple.el (kill-whole-line): Doc fix.
7325         (next-error-buffer-p, next-error-find-buffer)
7326         (clone-indirect-buffer): Fix typos in docstrings.
7327         (comment-line-break-function): Doc fix: don't say variable
7328         is automatically buffer-local (it isn't).
7330 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7332         * net/tramp-ftp.el (top):
7333         * net/tramp-smb.el (top):
7334         * net/tramp-util.el (top):
7335         * net/tramp-uu.el (top):
7336         * net/tramp-vc.el (top):
7337         * net/tramp.el (top): Revert copyright years back to original
7338         ones.  Tramp has a life outside GNU Emacs.
7340 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7342         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7344 2005-06-18  Juri Linkov  <juri@jurta.org>
7346         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7347         end of first regexp to limit the match to the position between
7348         line number and source line with same separator character as used
7349         between file name and line number.  In the second regexp limit
7350         mouse-face area to file name and line number by adding new group
7351         for them and referring it in HYPERLINK arg.
7352         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7353         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7354         previous line where grep markers may be already removed.
7356 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7358         * progmodes/ps-mode.el: Update version and maintainer's email address.
7360 2005-06-18  Steve Youngs  <steve@xemacs.org>
7362         * net/browse-url.el (browse-url-browser-function)
7363         (browse-url-default-browser): Add firefox.
7364         (browse-url-firefox-program, browse-url-firefox-arguments)
7365         (browse-url-firefox-startup-arguments)
7366         (browse-url-firefox-new-window-is-tab): New defcustoms.
7367         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7369 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7371         * startup.el (command-line): Warn if specified user name has
7372         no home directory.
7374         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7375         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7377         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7378         Doc fixes.
7380         * faces.el (underline): Try bold if terminal doesn't support underline.
7382         * mail/sendmail.el (mail-setup-with-from): New variable.
7383         (mail-insert-from-field): New function.
7384         (sendmail-send-it): Call it.
7385         (mail-setup): Optionally call it here.
7387         * term/linux.el: Call tty-no-underline.
7389 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7391         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7393 2005-06-17  Miles Bader  <miles@gnu.org>
7395         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7396         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7397         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7398         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7399         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7400         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7401         Remove "-face" suffix from face names.
7402         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7403         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7404         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7405         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7406         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7407         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7408         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7409         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7410         New backward-compatibility aliases for renamed faces.
7411         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7412         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7413         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7414         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7415         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7416         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7417         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7418         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7419         Use renamed ediff faces.
7421         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7422         Remove "-face" suffix from face names.
7423         (eshell-test-ok-face, eshell-test-failed-face):
7424         New backward-compatibility aliases for renamed faces.
7425         (eshell-run-test): Use renamed eshell-test faces.
7427         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7428         face name.
7429         (eshell-prompt-face): New backward-compatibility alias for renamed
7430         face.
7431         (eshell-emit-prompt): Use renamed eshell-prompt face.
7433         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7434         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7435         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7436         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7437         Remove "-face" suffix from face names.
7438         (eshell-ls-directory-face, eshell-ls-symlink-face)
7439         (eshell-ls-executable-face, eshell-ls-readonly-face)
7440         (eshell-ls-unreadable-face, eshell-ls-special-face)
7441         (eshell-ls-missing-face, eshell-ls-archive-face)
7442         (eshell-ls-backup-face, eshell-ls-product-face)
7443         (eshell-ls-clutter-face):
7444         New backward-compatibility aliases for renamed faces.
7445         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7447         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7448         Remove "-face" suffix from face name.
7449         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7450         instead of literal face.
7452 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7454         * emacs-lisp/warnings.el (display-warning, lwarn)
7455         (warning-minimum-log-level): Doc fixes.
7456         (warning-minimum-level, warning-minimum-log-level):
7457         Add :debug to :type choices.
7459         * progmodes/ada-mode.el (ada-format-paramlist)
7460         (ada-get-indent-case, ada-check-matching-start)
7461         (ada-check-defun-name, ada-goto-matching-decl-start)
7462         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7463         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7464         (ada-make-subprogram-body): Follow error conventions.
7465         (ada-case-exception-file, ada-indent-comment-as-code)
7466         (ada-indent-handle-comment-special, ada-indent-renames)
7467         (ada-indent-return, ada-search-directories-internal)
7468         (ada-tab-policy, ada-case-exception-substring)
7469         (ada-other-file-alist, ada-matching-start-re)
7470         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7471         (ada-imenu-generic-expression, ada-compile-goto-error)
7472         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7473         (ada-popup-menu, ada-add-extensions, ada-mode)
7474         (ada-region-selected, ada-create-case-exception)
7475         (ada-create-case-exception-substring, ada-after-keyword-p)
7476         (ada-activate-keys-for-case, ada-adjust-case-region)
7477         (ada-adjust-case-buffer, ada-format-paramlist)
7478         (ada-scan-paramlist, ada-insert-paramlist)
7479         (ada-indent-newline-indent)
7480         (ada-indent-newline-indent-conditional)
7481         (ada-justified-indent-current, ada-goto-previous-word)
7482         (ada-indent-current, ada-get-indent-open-paren)
7483         (ada-get-indent-paramlist, ada-get-indent-end)
7484         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7485         (ada-get-indent-block-start, ada-get-indent-subprog)
7486         (ada-get-indent-noindent, ada-get-indent-label)
7487         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7488         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7489         (ada-goto-stmt-end, ada-goto-next-word)
7490         (ada-check-matching-start, ada-check-defun-name)
7491         (ada-goto-matching-decl-start, ada-goto-matching-start)
7492         (ada-goto-matching-end, ada-search-ignore-string-comment)
7493         (ada-in-decl-p, ada-looking-at-semi-or)
7494         (ada-looking-at-semi-private, ada-in-paramlist-p)
7495         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7496         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7497         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7498         (ada-previous-package, ada-create-menu)
7499         (ada-fill-comment-paragraph-justify)
7500         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7501         (ada-other-file-name, ada-last-which-function-line)
7502         (ada-last-which-function-subprog, ada-which-function)
7503         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7504         (ada-gen-treat-proc, ada-check-emacs-version)
7505         (ada-continuation-indent, ada-align-region-separate):
7506         Fix typos in docstrings.
7507         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7509 2005-06-16  Lute Kamstra  <lute@gnu.org>
7511         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7512         conditionally.
7514 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7516         * comint.el (comint-replace-by-expanded-filename)
7517         (comint-prompt-regexp, comint-delimiter-argument-list)
7518         (comint-preinput-scroll-to-bottom):
7519         * info.el (Info-hide-cookies-node):
7520         * ls-lisp.el (ls-lisp-classify):
7521         * find-file.el (ff-search-directories, ff-special-constructs)
7522         (ff-find-other-file):
7523         * font-lock.el (font-lock-keywords):
7524         * shell.el (shell-prompt-pattern)
7525         (shell-dynamic-complete-functions, shell-mode)
7526         (shell-delimiter-argument-list):
7527         * term.el (term-replace-by-expanded-filename)
7528         (term-prompt-regexp, term-delimiter-argument-list):
7529         * woman.el (woman-ignore, woman0-if):
7530         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7531         * emacs-lisp/elint.el (elint-init-env):
7532         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7533         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7534         * language/ethio-util.el (ethio-tilde-escape)
7535         (ethio-use-three-dot-question):
7536         * net/zone-mode.el (zone-mode-load-time-setup):
7537         * progmodes/cc-align.el (c-lineup-argcont):
7538         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7539         * progmodes/cperl-mode.el (cperl-set-style-back):
7540         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7541         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7542         Fix spellings in docstrings.
7544         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7545         * progmodes/modula2.el (m2-for): Fix spellings.
7547         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7549         * simple.el (undo-more): Don't use `format' on `error' arguments.
7550         Improve argument/docstring consistency.
7551         (pending-undo-list): Doc fix.
7553         * smerge-mode.el (smerge-ensure-match):
7554         * emulation/vip.el (vip-ex):
7555         * net/zone-mode.el (zone-mode-update-serial):
7556         * progmodes/idlwave.el (idlwave-complete):
7557         * progmodes/vhdl-mode.el (vhdl-visit-file)
7558         (vhdl-compose-wire-components):
7559         Don't use `format' on `error' arguments.
7561         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7562         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7563         (tooltip-help-tips): Fix typos in docstrings.
7565 2005-06-16  David Ponce  <david@dponce.com>
7567         * tree-widget.el (tree-widget-value-create): Simplify last change.
7569 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7571         * ido.el (ido-incomplete-regexp): New variable.
7572         (ido-set-matches-1): Handle invalid-regexp error and set
7573         ido-incomplete-regexp.
7574         (ido-incomplete-regexp): New face.
7575         (ido-completions): Use it.
7576         (ido-complete, ido-exit-minibuffer, ido-completions):
7577         Handle incomplete regexps.
7578         (ido-completions): Add check for complete match when entering a regexp.
7580 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7582         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7584 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7586         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7587         by field delimiters.
7589 2005-06-15  David Ponce  <david@dponce.com>
7591         * tree-widget.el: eval-and-compile inlined functions so they will
7592         be available at run-time too.
7593         (tree-widget-super-format-handler)
7594         (tree-widget-format-handler): Remove.
7595         (tree-widget-value-create): Handle the :indent property.
7597 2005-06-15  Miles Bader  <miles@gnu.org>
7599         * progmodes/which-func.el (which-func): Only inherit
7600         `font-lock-function-name-face' when that makes sense against the
7601         default mode-line face, otherwise set the face color explicitly.
7603         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7604         faces instead of (non-existent) variables.
7606 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7609         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7611 2005-06-14  Miles Bader  <miles@gnu.org>
7613         * progmodes/ld-script.el (ld-script-location-counter):
7614         Remove "-face" suffix from face name.
7615         (ld-script-location-counter-face):
7616         New backward-compatibility alias for renamed face.
7617         (ld-script-location-counter-face): Use renamed face.
7619         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7620         (cperl-hash): Remove "-face" suffix from face names.
7621         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7622         New backward-compatibility aliases for renamed faces.
7623         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7624         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7626         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7627         name.
7628         (which-func-face): New backward-compatibility alias for renamed face.
7629         (which-func-format): Use renamed which-func face.
7631         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7632         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7633         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7634         names.
7635         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7636         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7637         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7638         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7639         (vhdl-speedbar-architecture-selected)
7640         (vhdl-speedbar-configuration-selected)
7641         (vhdl-speedbar-package-selected)
7642         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7643         names.
7644         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7645         Use renamed faces.
7646         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7647         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7648         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7649         Use renamed faces.
7650         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7651         names.
7652         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7653         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7654         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7655         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7656         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7657         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7659         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7660         face name.
7661         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7662         (sh-heredoc-face): Use renamed sh-heredoc face.
7664         * progmodes/idlw-help.el (idlwave-help-link):
7665         Remove "-face" suffix from face name.
7666         (idlwave-help-link-face):
7667         New backward-compatibility alias for renamed face.
7668         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7670         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7671         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7672         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7673         New backward-compatibility aliases for renamed faces.
7674         (idlwave-shell-disabled-breakpoint-face)
7675         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7677         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7678         Remove "-face" suffix from face names.
7679         (flymake-errline-face, flymake-warnline-face):
7680         New backward-compatibility aliases for renamed faces.
7681         (flymake-highlight-line): Use renamed flymake faces.
7683         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7684         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7685         (ebrowse-member-class, ebrowse-progress):
7686         Remove "-face" suffix from face names.
7687         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7688         (ebrowse-file-name-face, ebrowse-default-face)
7689         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7690         (ebrowse-progress-face):
7691         New backward-compatibility aliases for renamed faces.
7692         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7693         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7694         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7695         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7697         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7698         antlr-syntax)
7699         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7700         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7701         names.
7702         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7703         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7704         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7705         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7706         backward-compatibility aliases for renamed faces.
7707         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7708         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7709         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7710         remove "font-lock-".  Use renamed antlr-mode faces.
7711         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
7712         literal face-names with face variable references.
7714         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7715         face name.
7716         (Buffer-menu-buffer-face): New backward-compatibility alias for
7717         renamed face.
7718         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7720 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
7722         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7723         Eliminate "-face" suffix.
7724         (makefile-targets): Inherit from font-lock-function-name-face and
7725         eliminate "-face" suffix.
7726         (makefile-shell): Remove attributes and eliminate "-face" suffix.
7727         (makefile-*-font-lock-keywords): Append makefile-targets in rule
7728         actions, instead of prepending, to make it less visible.
7729         (makefile-previous-dependency, makefile-match-dependency):
7730         Don't match a target on a continuation line.
7732         * files.el (auto-mode-alist): Put Makefile in gmake mode.
7734 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
7736         * progmodes/gdb-ui.el (menu): Re-order menu items.
7737         (gdb-tooltip-print): Respect tooltip-use-echo-area.
7739         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7740         Define in tooltip.el.
7741         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7742         (gud-tooltip-tips): Respect tooltip-use-echo-area and
7743         gud-tooltip-echo-area.
7745         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7746         backward compatibility and make obsolete.
7747         (tooltip-help-tips): Use tooltip-use-echo-area.
7748         (tooltip-show-help-function): Rename to...
7749         (tooltip-show-help): ...this, because it is a function.
7750         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7752 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7754         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7755         (edebug-print-length, edebug-print-level, edebug-print-circle)
7756         (edebug-modify-breakpoint, edebug-eval-last-sexp)
7757         (edebug-eval-print-last-sexp): Doc fixes.
7759 2005-06-14  Kim F. Storm  <storm@cua.dk>
7761         * ido.el (ido-mode): Make a new keymap every time we enable ido,
7762         as the coverage buffer/file/both may change.
7764 2005-06-14  Lute Kamstra  <lute@gnu.org>
7766         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7767         and run-mode-hooks.  Simplify.
7769         * mail/rmailedit.el (rmail-edit-mode):
7770         * progmodes/octave-inf.el (inferior-octave-mode):
7771         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7773         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7774         and run-mode-hooks.
7775         (recentf-edit-list, recentf-open-files): Don't call
7776         kill-all-local-variables directly.
7778         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7780 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7782         * emacs-lisp/byte-run.el (make-obsolete)
7783         (define-obsolete-function-alias): Rename arguments FUNCTION and
7784         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7785         (make-obsolete-variable, define-obsolete-variable-alias):
7786         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7787         respectively.
7789         * isearchb.el (isearchb-activate):
7790         * pcvs.el (cvs-mode):
7791         * ses.el (ses-load):
7792         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7793         * net/tramp.el (tramp-find-file-exists-command)
7794         (tramp-find-shell):
7795         * progmodes/ada-mode.el (ada-create-case-exception)
7796         (ada-create-case-exception-substring, ada-make-subprogram-body):
7797         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7798         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7799         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7800         * textmodes/org.el (org-promote, org-evaluate-time-range)
7801         (org-agenda-next-date-line, org-agenda-previous-date-line)
7802         (org-agenda-error, org-open-at-point, org-table-move-row)
7803         (org-format-table-table-html-using-table-generate-source)
7804         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7805         * textmodes/reftex.el (reftex-access-scan-info):
7806         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7807         (reftex-toc-promote-prepare): Follow error conventions.
7809         * diff-mode.el (diff-mode): Fix typo in docstring.
7811         * forms.el (forms--intuit-from-file): Fix reference to
7812         `forms-number-of-fields' in error message.
7813         (forms-print): Fix quoting in error message.
7815         * forms.el (forms-mode):
7816         * emulation/vi.el (vi-goto-insert-state):
7817         * progmodes/flymake.el (flymake-new-err-info)
7818         (flymake-start-syntax-check-for-current-buffer)
7819         (flymake-simple-cleanup):
7820         * eshell/esh-var.el (eshell/export):
7821         * progmodes/gud.el (xdb):
7822         * textmodes/flyspell.el (flyspell-incorrect-hook)
7823         (flyspell-maybe-correct-transposition)
7824         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
7826 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7828         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
7829         minibuffer prompt.
7831 2005-06-13  Kim F. Storm  <storm@cua.dk>
7833         * subr.el (add-to-ordered-list): New defun.
7835         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
7836         add cua--keymap-alist to emulation-mode-map-alists.
7838 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * subr.el (complete-in-turn): New macro.
7841         (dynamic-completion-table, lazy-completion-table): Add debug info.
7843         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
7844         in preference to face aliases.
7846         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
7847         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
7848         Remove unused vars `start' and `firstline'.
7849         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
7850         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
7852 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
7854         * cus-start.el (all): Don't complain about missing GTK-related
7855         variables, unless either `gtk' is boundp or this isn't a
7856         `windows-nt' build.
7858 2005-06-13  Lute Kamstra  <lute@gnu.org>
7860         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
7861         run-mode-hooks.
7863         * ediff-mult.el (ediff-meta-mode):
7864         * ediff-util.el (ediff-mode): Use run-mode-hooks.
7866         * ledit.el (ledit-mode): Use delay-mode-hooks.
7868         * woman.el (woman-mode-line-format): Delete constant.
7869         (woman-mode-map): Initialize it properly.
7870         (woman-mode): Set mode-class property to special.
7871         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
7872         Set major-mode and mode-name.  Don't set mode-line-format directly.
7873         (Man-getpage-in-background): Don't reference woman-mode-line-format.
7875         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
7876         string argument obsolete.
7878 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7880         * textmodes/org.el (org-CUA-compatible): New option.
7881         (org-disputed-keys): New variable.
7882         (org-key): New function.
7883         (orgtbl-make-binding): Add docstring to the created function.
7884         (org-mode): Set paragraph start/separate regexps.
7885         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
7886         (org-archive-location, org-archive-mark-done)
7887         (org-archive-stamp-time): New options.
7888         (org-archive-subtree): New command.
7889         (org-fill-paragraph): New function.
7890         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
7891         (org-fake-empty-table-line): Function removed.
7892         (org-format-org-table-html): Do not create empty table lines at
7893         separator lines.  Improved table header treatment.
7894         (org-link-format): New option.
7895         (org-make-link): New function.
7896         (org-insert-link, org-store-link): Use org-make-link.
7897         (org-open-file): Quote file name for shell command, to allow
7898         spaces in file names.
7899         (org-link-regexp): Fix bug with mailto link.
7900         (org-link-maybe-angles-regexp, org-protected-link-regexp):
7901         New constants.
7902         (org-export-as-html): Deal with the optional angles around a link.
7903         Better treatment of file: links.
7904         (org-open-at-point): Replace @{ and @} with < and >.
7905         (org-run-mode-hooks): Function removed.
7906         (org-agenda-mode): No longer use `org-run-mode-hooks'.
7908 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
7910         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
7911         MI command -data-list-register-values.
7912         (gdb-post-prompt): Indent properly.
7914 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
7916         * hilit-chg.el (highlight-changes-colors): Rename from
7917         `highlight-changes-colours'.
7918         (highlight-changes-colours): Keep as obsolete alias.
7919         (highlight-changes-face-list): Doc fix.
7920         (hilit-chg-make-list): Use `highlight-changes-colors'.
7922 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
7924         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
7925         defun-prompt-regexp.
7927 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
7929         * loadup.el: Don't say we are dumping under 2 names on windows-nt
7930         and cygwin.
7932         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7933         Don't use an old loaddefs.el, as in Makefile.in.
7935 2005-06-12  Lute Kamstra  <lute@gnu.org>
7937         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
7939         * man.el (Man-mode-map): Initialize it properly.
7940         (Man-mode): Set mode-class property to special.
7942         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
7944 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7946         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
7947         A newline is needed in the docstring there.
7949         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
7950         Doc fixes.
7952 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7954         * printing.el: Doc fix.  The menubar is no more changed when printing
7955         is loaded, it only changes when pr-menu-bind or pr-update-menus is
7956         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
7957         (pr-version): New version number (6.8.4).
7958         (pr-menu-bind): New command.
7959         (pr-update-menus): Docstring and code fix.
7960         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
7961         Docstring fix.
7962         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
7963         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
7965 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
7967         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
7968         "Returns" to "return", document useful return values, etc.
7970 2005-06-11  Alan Mackenzie  <acm@muc.de>
7972         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
7973         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
7974         (adaptive-file-function): Minor amendment to doc-string.
7976 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7978         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
7979         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
7980         Fix :type--it is `integer', not `string'.
7982         * faces.el (modeline-highlight): Rename from (the erroneous)
7983         `modeline-higilight'.
7985 2005-06-11  Lute Kamstra  <lute@gnu.org>
7987         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
7988         lisp-interaction-mode-map but make it the parent.
7989         (edebug-eval-mode): Use define-derived-mode.
7991 2005-06-11  Andreas Schwab  <schwab@suse.de>
7993         * bindings.el: Add binding of `ESC functionkey' for every
7994         `M-functionkey'.
7995         * hexl.el (hexl-mode-map): Likewise.
7997 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
7999         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8000         [msft]: update regexp for newer msft compilers.
8002 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8004         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8005         ATTLIST portions of included DTDs.
8006         (xml-parse-dtd): Eliminate use of inefficient match-data.
8008 2005-06-10  Miles Bader  <miles@gnu.org>
8010         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8011         (mpuz-text): Remove "-face" suffix from face names.
8012         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8013         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8014         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8016         * play/gomoku.el (gomoku-O, gomoku-X):
8017         Remove "-face" suffix from face names.
8018         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8019         New backward-compatibility aliases for renamed faces.
8020         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8022 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8024         * thumbs.el: Fixes for changes of 2005-06-09.
8025         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8026         as a directory.
8027         (thumbs-thumbname): Remove directory separator from format string;
8028         `thumbs-thumbsdir' now returns a valid directory name.
8029         (thumbs-temp-dir): New defsubst.
8030         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8031         Use it.
8033         * cus-edit.el (minibuffer):
8034         * files.el (make-backup-file-name-function):
8035         * filesets.el (filesets-external-viewers):
8036         * hilit-chg.el (highlight-changes-colours)
8037         (highlight-changes-face-list, highlight-changes-rotate-faces):
8038         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8039         * kmacro.el (kmacro-call-macro):
8040         * log-edit.el (log-edit-changelog-full-paragraphs):
8041         * mouse.el (mouse-1-click-follows-link):
8042         * skeleton.el (skeleton-autowrap):
8043         * subr.el (insert-for-yank-1):
8044         * tempo.el (tempo-insert-region):
8045         * terminal.el (terminal-emulator):
8046         * time.el (display-time-mail-face):
8047         * vc.el (vc-annotate):
8048         * vcursor.el (vcursor-copy-line):
8049         * woman.el (woman-bold-headings, woman-ignore)
8050         (woman-default-faces, woman-monochrome-faces):
8051         * calendar/todo-mode.el (todo-insert-threshold):
8052         * emulation/pc-select.el (pc-select-selection-keys-only)
8053         (pc-selection-mode):
8054         * emulation/vip.el (vip-find-char-forward):
8055         * emulation/viper-cmd.el (viper-find-char-forward):
8056         * international/mule-cmds.el
8057         (select-safe-coding-system-accept-default-p)
8058         (input-method-exit-on-invalid-key):
8059         * international/mule-diag.el (describe-coding-system):
8060         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8061         * net/browse-url.el (browse-url-xterm-program):
8062         * obsolete/lazy-lock.el (lazy-lock-mode):
8063         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8064         (cperl-mode):
8065         * progmodes/cpp.el (cpp-face-light-name-list)
8066         (cpp-face-dark-name-list):
8067         * progmodes/delphi.el (delphi-newline-always-indents):
8068         Fix spellings in docstrings.
8070         * ido.el (ido-mode, ido-file-extensions-order)
8071         (ido-default-file-method, ido-default-buffer-method)
8072         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8073         (ido-decorations, ido-read-file-name-as-directory-commands)
8074         (ido-read-file-name-non-ido, ido-work-directory-list)
8075         (ido-ignore-item-temp-list, ido-current-directory)
8076         (ido-magic-forward-char, ido-enter-find-file)
8077         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8078         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8080 2005-06-10  Lute Kamstra  <lute@gnu.org>
8082         * play/dunnet.el (dun-mode): Use define-derived-mode.
8083         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8084         obsolete alias.
8086         * play/doctor.el (doctor-mode-map): Remove defvar.
8087         (doctor-mode): Use define-derived-mode.
8089         * mail/mspools.el (mspools-mode):
8090         * net/eudc-hotlist.el (eudc-hotlist-mode):
8091         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8093 2005-06-10  Miles Bader  <miles@gnu.org>
8095         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8096         Remove "-face" suffix from face names.
8097         (flyspell-incorrect-face, flyspell-duplicate-face):
8098         New backward-compatibility aliases for renamed faces.
8099         (flyspell-mode-on, make-flyspell-overlay)
8100         (flyspell-highlight-incorrect-region)
8101         (flyspell-highlight-duplicate-region)
8102         (flyspell-display-next-corrections)
8103         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8105         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8106         from face name.
8107         (texinfo-heading-face): New backward-compatibility alias for
8108         renamed face.
8109         (texinfo-heading-face): Use renamed texinfo-heading face.
8111         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8112         suffix from face names.
8113         (tex-math-face, tex-verbatim-face):
8114         New backward-compatibility aliases for renamed faces.
8115         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8116         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8117         literal face name.
8119         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8120         name.
8121         (table-cell-face): New backward-compatibility alias for renamed face.
8122         (table--put-cell-face-property, table--update-cell-face):
8123         Use renamed table-cell face.
8125         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8126         from face name.
8127         (sgml-namespace-face): New backward-compatibility alias for
8128         renamed face.
8129         (sgml-namespace-face): Use renamed sgml-namespace face.
8131         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8132         (org-level-4, org-level-5, org-level-6, org-level-7)
8133         (org-level-8, org-warning, org-headline-done)
8134         (org-deadline-announce, org-scheduled-today)
8135         (org-scheduled-previously, org-link, org-done, org-table)
8136         (org-time-grid): Remove "-face" suffix from face names.
8137         (org-level-1-face, org-level-2-face, org-level-3-face)
8138         (org-level-4-face, org-level-5-face, org-level-6-face)
8139         (org-level-7-face, org-level-8-face, org-warning-face)
8140         (org-headline-done-face, org-deadline-announce-face)
8141         (org-scheduled-today-face, org-scheduled-previously-face)
8142         (org-link-face, org-done-face, org-table-face)
8143         (org-time-grid-face):
8144         New backward-compatibility aliases for renamed faces.
8145         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8146         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8147         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8148         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8150         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8151         (viper-minibuffer-emacs, viper-minibuffer-insert)
8152         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8153         (viper-search-face, viper-replace-overlay-face)
8154         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8155         (viper-minibuffer-vi-face):
8156         New backward-compatibility aliases for renamed faces.
8157         (viper-search-face, viper-replace-overlay-face)
8158         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8159         (viper-minibuffer-vi-face): Use renamed viper faces.
8161         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8162         Remove "-face" suffix from face names.
8163         (testcover-nohits-face, testcover-1value-face):
8164         New backward-compatibility aliases for renamed faces.
8165         (testcover-mark): Use renamed testcover faces.
8167         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8168         face name.
8169         (diary-button-face): New backward-compatibility alias for renamed face.
8170         (diary-entry): Use renamed diary-button face.
8172         * calendar/calendar.el (diary, calendar-today, holiday)
8173         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8174         (diary-face, calendar-today-face, holiday-face):
8175         New backward-compatibility aliases for renamed faces.
8176         (eval-after-load "facemenu", diary-entry-marker)
8177         (calendar-today-marker, calendar-holiday-marker, diary-face):
8178         Use renamed calendar faces.
8180         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8181         (compare-windows-face): New backward-compatibility alias for
8182         renamed face.
8183         (compare-windows-highlight): Use renamed compare-windows face.
8185         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8186         (strokes-char-face): New backward-compatibility alias for renamed face.
8187         (strokes-encode-buffer): Use renamed strokes-char face.
8189         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8190         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8191         Remove "-face" suffix from face names.
8192         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8193         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8194         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8195         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8196         Use renamed pcvs faces.
8197         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8198         * pcvs-defs.el (cvs-mode-map): Likewise.
8199         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8201         * info.el (info-title-1, info-title-2, info-title-3)
8202         (info-title-4): Remove "-face" suffix from and downcase face names.
8203         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8204         (Info-title-4-face):
8205         New backward-compatibility aliases for renamed faces.
8206         (Info-fontify-node): Use renamed info faces.
8208         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8209         Remove "-face" suffix from face names.
8210         (highlight-changes-face, highlight-changes-delete-face):
8211         New backward-compatibility aliases for renamed faces.
8212         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8213         (hilit-chg-make-list): Use renamed highlight-changes faces.
8215         * generic-x.el (show-tabs-tab, show-tabs-space):
8216         Remove "-face" suffix from face names.
8217         (show-tabs-tab-face, show-tabs-space-face):
8218         New backward-compatibility aliases for renamed faces.
8219         (show-tabs-generic-mode-font-lock-defaults-1)
8220         (show-tabs-generic-mode-font-lock-defaults-2):
8221         Use renamed show-tabs faces.
8223         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8224         (smerge-markers): Remove "-face" suffix from face names.
8225         (smerge-mine-face, smerge-other-face, smerge-base-face)
8226         (smerge-markers-face):
8227         New backward-compatibility aliases for renamed faces.
8228         (smerge-mine-face, smerge-other-face, smerge-base-face)
8229         (smerge-markers-face): Use renamed smerge faces.
8231         * log-view.el (log-view-file, log-view-message): Remove "-face"
8232         suffix from face names.
8233         (log-view-file-face, log-view-message-face):
8234         New backward-compatibility aliases for renamed faces.
8235         (log-view-file-face, log-view-message-face): Use renamed log-view
8236         faces.
8238         * paren.el (show-paren-match, show-paren-mismatch):
8239         Remove "-face" suffix from face names.
8240         (show-paren-match-face, show-paren-mismatch-face):
8241         New backward-compatibility aliases for renamed faces.
8242         (show-paren-function): Use renamed show-paren faces.
8244         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8245         (ruler-mode-margins, ruler-mode-fringes)
8246         (ruler-mode-column-number, ruler-mode-fill-column)
8247         (ruler-mode-comment-column, ruler-mode-goal-column)
8248         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8249         suffix from face names.
8250         (ruler-mode-default-face, ruler-mode-pad-face)
8251         (ruler-mode-margins-face, ruler-mode-fringes-face)
8252         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8253         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8254         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8255         New backward-compatibility aliases for renamed faces.
8256         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8257         (ruler-mode-column-number, ruler-mode-fill-column)
8258         (ruler-mode-comment-column, ruler-mode-goal-column)
8259         (ruler-mode-tab-stop, ruler-mode-current-column)
8260         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8261         faces.
8263         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8264         face name.
8265         (whitespace-highlight-the-space): Use renamed face.
8266         (whitespace-highlight-face): New backward-compatibility alias for
8267         renamed face.
8269         * woman.el (woman-italic, woman-bold, woman-unknown)
8270         (woman-addition, woman-symbol-face):
8271         Remove "-face" suffix from face names.
8272         (woman-italic-face, woman-bold-face, woman-unknown-face)
8273         (woman-addition-face):
8274         New backward-compatibility aliases for renamed faces.
8275         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8276         (woman-decode-region, woman-replace-match)
8277         (woman-display-extended-fonts, woman-special-characters)
8278         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8279         Use renamed woman faces.
8281         * longlines.el (longlines-visible-face): Face removed.
8283         * diff-mode.el (diff-header, diff-file-header, diff-index)
8284         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8285         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8286         suffix from face names.
8287         (diff-header-face, diff-file-header-face, diff-index-face)
8288         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8289         (diff-changed-face, diff-function-face, diff-context-face)
8290         (diff-nonexistent-face): New backward-compatibility aliases for
8291         renamed faces.
8292         (diff-header-face, diff-file-header-face)
8293         (diff-index, diff-index-face, diff-hunk-header)
8294         (diff-hunk-header-face, diff-removed, diff-removed-face)
8295         (diff-added, diff-added-face, diff-changed-face, diff-function)
8296         (diff-function-face, diff-context-face, diff-nonexistent)
8297         (diff-nonexistent-face): Use renamed diff-mode faces.
8299         * progmodes/compile.el (compilation-warning-face)
8300         (compilation-info-face): Remove "-face" suffix from face names.
8301         (compilation-warning-face, compilation-info-face):
8302         New backward-compatibility aliases for renamed faces.
8303         (compilation-warning-face, compilation-info-face):
8304         Use renamed compilation faces.
8306         * add-log.el (change-log-date, change-log-name)
8307         (change-log-email, change-log-file, change-log-list)
8308         (change-log-conditionals, change-log-function)
8309         (change-log-acknowledgement): Remove "-face" suffix from face names.
8310         (change-log-date-face, change-log-name-face)
8311         (change-log-email-face, change-log-file-face)
8312         (change-log-list-face, change-log-conditionals-face)
8313         (change-log-function-face, change-log-acknowledgement-face):
8314         New backward-compatibility aliases for renamed faces.
8315         (change-log-font-lock-keywords): Use renamed change-log faces.
8317         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8318         (custom-set, custom-changed, custom-saved, custom-button)
8319         (custom-button-pressed, custom-documentation, custom-state)
8320         (custom-comment, custom-comment-tag, custom-variable-tag)
8321         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8322         (custom-group-tag): Remove "-face" suffix from face names.
8323         (custom-magic-alist, custom-magic-value-create)
8324         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8325         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8326         (custom-set-face, custom-changed-face, custom-saved-face)
8327         (custom-button-face, custom-button-pressed-face)
8328         (custom-documentation-face, custom-state-face)
8329         (custom-comment-face, custom-comment-tag-face)
8330         (custom-variable-tag-face, custom-variable-button-face)
8331         (custom-face-tag-face, custom-group-tag-face-1)
8332         (custom-group-tag-face):
8333         New backward-compatibility aliases for renamed faces.
8335         * wid-edit.el (widget-documentation, widget-button)
8336         (widget-field, widget-single-line-field, widget-inactive)
8337         (widget-button-pressed): "-face" suffix removed from face names.
8338         (widget-documentation-face, widget-button-face)
8339         (widget-field-face, widget-single-line-field-face)
8340         (widget-inactive-face, widget-button-pressed-face):
8341         New backward-compatibility aliases for renamed faces.
8342         (widget-documentation-face, widget-button-face)
8343         (widget-button-pressed-face, widget-specify-field)
8344         (widget-specify-inactive): Use renamed widget faces.
8346 2005-06-10  Kenichi Handa  <handa@m17n.org>
8348         * term/x-win.el (x-clipboard-yank): Remove condition-case
8349         wrapping.
8351 2005-06-11  Kenichi Handa  <handa@m17n.org>
8353         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8354         date lines stricter.
8356 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8358         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8359         of x-get-selection.
8361 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8363         * comint.el (comint-mode, comint-snapshot-last-prompt):
8364         * frame.el (frame-current-scroll-bars):
8365         * term.el (term-mode, term-check-proc, term-input-sender)
8366         (term-simple-send, term-extract-string, term-word)
8367         (term-match-partial-filename):
8368         * window.el (window-current-scroll-bars):
8369         * emulation/cua-base.el (cua-normal-cursor-color)
8370         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8371         (cua-global-mark-cursor-color):
8372         * mail/undigest.el (rmail-forward-separator-regex):
8373         Fix typos in docstrings.
8375         * comint.el (comint-check-proc, make-comint-in-buffer)
8376         (comint-source-default): Doc fixes.
8378         * term.el (term-send-string): Improve argument/docstring consistency.
8380 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8382         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8383         call to `delete-region'.
8384         (comint-mode-hook): Do not enable Font Lock by default.
8386 2005-06-09  Lute Kamstra  <lute@gnu.org>
8388         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8389         could be void.
8391 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8393         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8394         (debug): Use it.
8395         (debugger-step-through, debugger-continue, debugger-jump)
8396         (debugger-return-value): Set it when needed.
8397         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8398         Use inhibit-read-only.
8400 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8402         * window.el (shrink-window-if-larger-than-buffer)
8403         (window-size-fixed): Fix typo in docstring.
8405         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8406         thumbnails directory on loading.
8407         (thumbs-conversion-program): Use `eq' to check the system type,
8408         not `equal'.
8409         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8410         not "/tmp".  Fix docstring.
8411         (thumbs-thumbsdir): New function to return the thumbnails
8412         directory, creating it if needed.
8413         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8414         (thumbs-temp-file): Delete variable and make it into a function.
8415         (thumbs-resize-image, thumbs-modify-image): Use it.
8416         (thumbs-kill-buffer): Simplify.
8417         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8418         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8419         docstrings.
8421 2005-06-09  Kim F. Storm  <storm@cua.dk>
8423         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8424         set-match-data to free markers in match-data.
8426         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8427         match-data to unchain markers in match-data.
8429 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8432         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8433         unnecessary now.
8435 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8437         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8438         give the variable a doc string that doesn't say don't set it directly.
8440         * textmodes/ispell.el (ispell-check-version):
8441         Use match-string-no-properties.
8442         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8443         (ispell-buffer-local-words): Likewise.
8445         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8446         except on terminals with enough colors to really display it.
8447         (makefile-dependency-regex): Delete spurious `bb'.
8449         * faces.el (escape-glyph): Use blue once again in last case.
8450         (no-break-space): Redefine so that it isn't invisible on a tty.
8452 2005-06-08  Kim F. Storm  <storm@cua.dk>
8454         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8455         also when reading directory name.
8457 2005-06-08  Lute Kamstra  <lute@gnu.org>
8459         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8460         (flyspell-mode-line-string): Remove autoload cookie.
8461         (flyspell-mode): Remove defvar.
8463 2005-06-07  Lute Kamstra  <lute@gnu.org>
8465         * textmodes/org.el (org-run-mode-hooks): New function.
8466         (org-agenda-mode): Use it.
8468 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8470         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8472 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8476 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8478         * font-lock.el (font-lock-add-keywords): Doc fix.
8480 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8483         (tex-compile-default): In the absence of any history, use the order in
8484         tex-compile-alist to choose the preferred command.
8485         (tex-compile-commands): Reorder a bit.
8487         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8488         (flyspell-incorrect-face, flyspell-duplicate-face):
8489         Use (X)Emacs-agnostic code.
8490         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8491         redundant with the subsequent add-minor-mode.  Merge Emacs and
8492         XEmacs code.
8493         (flyspell-word): Minor simplification.
8494         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8495         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8496         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8497         Merge the corresponding Emacs code.
8498         (flyspell-correct-word, flyspell-xemacs-popup):
8499         Use flyspell-do-correct.
8501         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8502         a dedicated window.
8504         * international/latexenc.el (latexenc-find-file-coding-system):
8505         Undo part of last patch, to turn off a compiler warning.
8507 2005-06-06  Juri Linkov  <juri@jurta.org>
8509         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8510         Rename `tmm-inactive-face' to `tmm-inactive'.
8512 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8514         * iswitchb.el: Rename faces.
8516 2005-06-06  Kim F. Storm  <storm@cua.dk>
8518         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8519         (cua-global-mark): Remove -face suffix from face names.
8521         * emulation/cua-gmrk.el (cua--init-global-mark):
8522         Remove cua-global-mark face setup.
8524 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8526         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8527         just like other allowed characters.
8528         (makefile-match-dependency): Exclude leading and training whitespace
8529         from the range of regexp subexp 1.
8530         (makefile-macroassign-regex): Don't try to match the body,
8531         just the name of the macro being defined.
8533         * info.el (Info-read-node-name-2): New function.
8534         (Info-read-node-name-1): Use that.
8535         Add a completion-base-size-function property.
8537         * simple.el (completion-setup-function): Look for
8538         completion-base-size-function property of minibuffer-completion-table.
8540         * files.el (locate-file-completion): Doc fix.
8542         * printing.el: Don't call pr-update-menus; user must do that.
8544         * emacs-lisp/debug.el (debugger-window): New variable.
8545         (debug): Use debugger-window if it is set and still alive.
8546         Record debugger-window for next entry.
8548         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8550 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8552         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8553         (hack-one-local-variable, hack-local-variables)
8554         (hack-local-variables-prop-line): Pass that arg.
8556 2005-06-06  Kim F. Storm  <storm@cua.dk>
8558         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8559         (ido-indicator): Remove -face suffix from face names.
8561 2005-06-06  Juri Linkov  <juri@jurta.org>
8563         * font-lock.el (font-lock-regexp-backslash)
8564         (font-lock-regexp-backslash-construct): New faces.
8565         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8566         after `('.  Add `while-no-input' to control structures.
8568         * faces.el (no-break-space, shadow): New faces.
8569         (escape-glyph): Use less loud colors pink2 and red4.
8571         * diff-mode.el (diff-context-face)
8572         * dired.el (dired-ignored)
8573         * rfn-eshadow.el (file-name-shadow)
8574         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8576         * info.el (Info-title-1-face): Use green instead of yellow because
8577         bold yellow is not readable on light backgrounds.
8579         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8580         before selecting the desired mode to not spend time fontifying
8581         old contents.
8583 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8585         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8586         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8588         * ps-print.el (ps-default-fg, ps-default-bg):
8589         Fix typos in docstrings.
8591         * isearchb.el (isearchb): Don't pass a spurious second argument to
8592         `iswitchb-completions'.
8594 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8596         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8597         to preserve point.
8598         (gdb-find-file-hook): Add doc string.
8600         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8601         C dereferenced pointer expression.
8602         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8604         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8606         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8607         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8608         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8609         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8610         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8611         Make background transparent.
8613 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8615         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8616         (font-lock-remove-keywords): Doc fix.
8617         (font-lock-mode-major-mode): Compiler defvar.
8618         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8620         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8621         (font-lock-mode): Update `font-lock-mode-major-mode'.
8622         (font-lock-set-defaults): Compiler defvar.
8623         (font-lock-default-function): Take `font-lock-mode-major-mode'
8624         into account.
8626         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8627         keep track of which major mode it enabled the minor mode for.
8628         Use find-file-hook again.  Update docstring.
8630         * simple.el (eval-expression-print-level)
8631         (eval-expression-print-length, eval-expression-debug-on-error):
8632         Doc fixes.
8634 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8636         * iswitchb.el (iswitchb-single-match-face)
8637         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8638         (iswitchb-invalid-regexp-face): New faces.
8639         (iswitchb-completions): Use them.
8640         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8641         now marked as an obsolete alias.
8642         (iswitchb-read-buffer): Remove check for bound font variables.
8643         (iswitchb-invalid-regexp): New free variable.
8644         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8645         set iswitchb-invalid-regexp.
8646         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8647         invalid regexps.
8648         (iswitchb-completions): Add check for complete match when entering
8649         a regexp.
8650         (iswitchb-completions): Remove require-match argument.
8651         (iswitchb-exhibit): Fix caller.
8652         (iswitchb-common-match-inserted): New variable.
8653         (iswitchb-complete, iswitchb-completion-help): Use it.
8655 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8657         * url-http.el (url-http-chunked-encoding-after-change-function):
8658         Use `url-http-debug' instead of `message'.
8660 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8662         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8663         callback argument.
8665 2005-06-04  Kim F. Storm  <storm@cua.dk>
8667         * simple.el (line-move): Only call sit-for when moving backwards.
8669         * ido.el (ido-make-merged-file-list-1): New defun split from
8670         ido-make-merged-file-list.
8671         (ido-make-merged-file-list): Bind throw-on-input around call to
8672         ido-make-merged-file-list-1.  Return input-pending-p if
8673         interrupted by more input available.
8674         (ido-read-internal): Handle input-pending-p return value from
8675         ido-make-merged-file-list.
8677 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8680         compatibility code.
8682         * international/latexenc.el (latexenc-find-file-coding-system):
8683         Don't inherit the EOL part of the coding-system from the
8684         tex-main buffer.  Fit within 80 columns.
8686 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
8688         * tmm.el (tmm-inactive-face): New face.
8689         (tmm-remove-inactive-mouse-face): New function.
8690         (tmm-prompt, tmm-add-one-shortcut)
8691         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8692         but not selectable.
8694 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
8696         * faces.el (face-equal): Improve argument/docstring consistency.
8698 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
8700         * progmodes/make-mode.el (makefile-targets-face)
8701         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8702         (makefile-bsdmake-dependency-regex)
8703         (makefile-makepp-rule-action-regex)
8704         (makefile-bsdmake-rule-action-regex): New constants.
8705         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8707         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8708         Allow (...) within `...' for makepp messages.
8710 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
8712         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8714         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8715         "." files are deleted from all file lists before comparison.
8717         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8718         (viper-ESC-key): Made them customizable.
8720         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8722 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8724         * autorevert.el (auto-revert-buffers): Use save-match-data.
8726 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8728         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8729         menu items with a nil command binding.
8731 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
8733         * emacs-lisp/cl-macs.el (defsetf):
8734         Improve argument/docstring consistency.
8736         * faces.el (list-faces-display): Improve the formatting by
8737         computing the maximum length required for any face-name (reworked
8738         patch of 1999-01-11, accidentally deleted on 1999-07-21).
8739         (internal-find-face): Remove redundant info in docstring.
8741 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
8743         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8744         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8745         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8746         (gdb-assembler-custom): Improve regexps.
8747         (def-gdb-auto-update-handler): Use window point to preserve point.
8749 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8751         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8753 2005-05-31  Jay Belanger  <belanger@truman.edu>
8755         * calc/calc-embed.el (calc-embedded-word): Change argument passed
8756         to calc-embedded.
8757         (calc-embedded-make-info): Have plain prefix argument select
8758         entire line.
8760 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
8762         * faces.el (list-faces-display): Signal error if passed a regexp
8763         that matches no face name.
8765         * simple.el (filter-buffer-substring): Fix typo in docstring.
8767 2005-05-31  Richard M. Stallman  <rms@gnu.org>
8769         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8770         (vhdl-emacs-21): Doc fix.
8771         (vhdl-mode): Unconditionally set comment-padding.
8772         (vhdl-fixup-whitespace-region): Insert spaces only where
8773         there are none.
8774         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8776 2005-05-30  John Wiegley  <johnw@newartisans.com>
8778         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8779         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8780         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8781         `directory-sep-char' to ?/, and all uses of `string-to-int' to
8782         `string-to-number'.
8784 2005-05-30  Jay Belanger  <belanger@truman.edu>
8786         * calc/calc.el (calc-bug-address): Fix docstring.
8787         (calc-window-hook, calc-trail-window-hook): New variables.
8788         (calc-trail-display): Restore use of calc-trail-window-hook.
8789         (calc): Restore use of calc-window-hook.
8791 2005-05-31  Masatake YAMATO  <jet@gyve.org>
8793         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8795         * help-fns.el (help-C-file-name): Add autoload mark for
8796         `find-function-noselect'.
8798 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8801         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8803 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8805         * calendar/diary-lib.el (mark-included-diary-files): Only kill
8806         included diary buffer if it was not already being visited.
8807         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8809         * calendar/icalendar.el (top-level): Do not require 'appt.
8811         * mail/supercite.el (sc-select-attribution): Only use a list
8812         element from sc-attrib-selection-list if it returns a string.
8813         Reported by Davide G. M. Salvetti <salve@debian.org>.
8815 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
8817         * thumbs.el (thumbs-thumbname): The resulting thumbname now
8818         includes a hash value to improve its uniqueness, and has a ".jpg"
8819         extension.  Also, it is now a valid filename on all systems.
8820         (thumbs-make-thumb): Use `let', not `let*'.
8821         (thumbs-show-thumbs-list): Check for JPEG availability.
8823 2005-05-30  Richard M. Stallman  <rms@gnu.org>
8825         * filesets.el (filesets-menu-ensure-use-cached):
8826         Prevent warning when emacs-version>= is undefined.
8828         * printing.el (pr-interactive-n-up): Use string-to-number.
8830         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
8832         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
8833         Warn only when name to be defined is quoted.
8835 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
8837         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
8838         Make regexp more robust.
8839         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8840         Force regeneration of disassembly.
8842 2005-05-29  Jay Belanger  <belanger@truman.edu>
8844         * calc/calc.el (calc-user-invocation): Check if
8845         calc-invocation-macro is non-nil.
8847 2005-05-29  Juri Linkov  <juri@jurta.org>
8849         * add-log.el (change-log-font-lock-keywords):
8850         Add `+' to e-mail regexp to accept mail address with keywords.
8852         * man.el (Man-name-regexp): Add `:' to accept qualified names.
8854 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8856         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
8858         * ielm.el (inferior-emacs-lisp-mode): Ditto.
8860 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8862         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8863         Undo the change that moves to end of the current word.
8865 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8867         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
8868         Throw error when count <= 0 to ensure input is a number.
8869         (gdb-read-memory-custom): Pick up address from buffer.
8870         (gdb-memory-mode): Allow user to increment and decrement
8871         memory address from header line.
8873 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8875         * flyspell.el (flyspell-version): Function deleted.
8876         (flyspell-auto-correct-previous-hook): Doc fix.
8878         * jit-lock.el (jit-lock-function, jit-lock-after-change):
8879         Do nothing if memory is full.
8881         * font-lock.el (font-lock-fontify-syntactically-region):
8882         Pass t for GREEDY to looking-back.
8884         * saveplace.el (save-place-alist-to-file): Write the file
8885         using write-region.
8887         * subr.el (looking-back): New argument GREEDY.
8889         * progmodes/compile.el (compilation-start): Set the mode
8890         before inserting the initial text.
8892         * progmodes/which-func.el (which-func-update-1): Turn the mode
8893         off in case of error by setting which-func-mode.
8895 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
8897         * flyspell.el (flyspell-auto-correct-previous-word):
8898         Narrow down to what's on the screen, and recenter overlays
8899         at the end of the next word.
8901 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
8903         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
8904         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
8905         (flyspell-abbrev-p): Default to nil.
8906         (flyspell-use-global-abbrev-table-p): Doc fix.
8907         (flyspell-large-region): Allow nil as value.
8908         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
8910         (mail-mode-flyspell-verify): More robust handling
8911         of `mail-header-separator'.  More efficient signature detection.
8912         Allow for regexp metacharacters in message-header-separator.
8913         Adding `To' not to be checked in mail-mode-flyspell-verify.
8915         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
8916         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
8917         Bind flyspell-auto-correct-binding.
8918         Bind C-. and C-, .
8919         (flyspell-mode-map): Likewise.
8920         (flyspell-mode): Doc fix.
8921         (flyspell-accept-buffer-local-defs): Preserve current buffer.
8922         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
8923         (flyspell-word-cache-result): New var, always local.
8924         (flyspell-check-pre-word-p): Doc fix.
8925         (flyspell-check-changed-word-p): Handle spc like newline.
8926         (flyspell-post-command-hook): Set flyspell-word-cache-result.
8927         (flyspell-word-search-backward, flyspell-word-search-forward):
8928         New functions.
8929         (flyspell-word): Return t if nothing to check.
8930         When parsing TeX code, check for after } or \.
8931         Use flyspell-word-search-backward to find previous word.
8932         Return nil if duplicated word.
8933         For word already checked, return same value as last time.
8934         Set flyspell-word-cache-result after checking.
8935         Don't clobber the return value.
8936         (flyspell-get-word): Major rewrite.
8937         (flyspell-external-point-words): New locals pword, pcount.
8938         Fix size used in progress message.
8939         Find the proper corresponding word in flyspell-large-region-buffer.
8940         (flyspell-region): Check for flyspell-large-region = nil.
8941         (flyspell-highlight-incorrect-region): Clean up overlays in region.
8942         (flyspell-auto-correct-word): Check that WORD is a cons.
8943         (flyspell-correct-word): Likewise.
8945 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
8947         * progmodes/make-mode.el (makefile-rule-action-regex)
8948         (makefile-macroassign-regex, makefile-makepp-mode)
8949         (makefile-bsdmake-mode): Continuation lines may be empty.
8950         Reported by Joshua Varner.
8951         (makefile-makepp-font-lock-keywords): Add $(stem).
8953 2005-05-28  Karl Berry  <karl@gnu.org>
8955         * textmodes/tex-mode.el: Now that tex-send-command calls
8956         shell-quote-argument (2005-03-31 change), remove all calls to
8957         shell-quote-argument; they all end up invoking tex-send-command.
8958         The double quoting loses on filenames with non-safe characters,
8959         such as "@".  Reported by Frederik Fouvry.
8961 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8963         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
8964         about preserving point.
8966 2005-05-27  Jay Belanger  <belanger@truman.edu>
8968         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
8969         Info-goto-node.
8971         * calc/calc-embed.el (calc-embed-arg): New variable.
8972         (calc-do-embedded-activate, calc-embedded-activate-formula)
8973         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
8974         variable by new variable.
8975         (calc-embedded-make-info): Replace undeclared variable by new
8976         variable.  When selecting region with positive prefix
8977         argument, use end of previous line instead of beginning of line.
8979         * calc/calc-aent.el (calc-arg-values): Declare it.
8981         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
8982         Declare them.
8984         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
8986         * calc/calc.el (calc-alg-map): Declare it.
8988         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
8990 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
8992         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
8993         (gdb-registers-buffer, toggle-gdb-all-registers):
8994         Toggle display of floating point registers.
8995         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
8997         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
8998         (toggle-gud-tooltip-dereference):
8999         Rename from gud-toggle-tooltip-dereference.
9001 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9005 2005-05-27  Jay Belanger  <belanger@truman.edu>
9007         * calc/calc-prog.el (calc-kbd-report): Remove.
9008         (calc-kbd-query): Rewrite.
9010 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9012         * image.el (image-library-alist): Move to image.c.
9013         (image-type-available-p): Doc fix.
9015 2005-05-27  Lute Kamstra  <lute@gnu.org>
9017         * calc/calc.el (calc):
9018         * outline.el (outline-1, outline-2, outline-3, outline-4)
9019         (outline-5, outline-6, outline-7, outline-8):
9020         * textmodes/dns-mode.el (dns-mode):
9021         * textmodes/sgml-mode.el (sgml-namespace-face):
9022         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9023         (tex-verbatim-face, tex-use-reftex):
9024         * textmodes/texinfo.el (texinfo-heading-face):
9025         Specify customization group.
9027         * longlines.el: Don't require easy-mmode.
9028         (longlines-visible-face): Specify customization group.
9030 2005-05-27  Kenichi Handa  <handa@m17n.org>
9032         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9033         encoding table of windows-1251.
9035         * international/ucs-tables.el (ucs-set-table-for-input):
9036         If translation-table-for-input of a coding system is a symbol, get
9037         its translation-table property.
9039         * international/code-pages.el: Don't register a coding system into
9040         non-iso-charset-alist more than once.
9041         (cp-make-coding-system): Likewise.
9043 2005-05-26  John Wiegley  <johnw@newartisans.com>
9045         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9046         `eshell-resume-eval' is wrapped in a list, it indicates that the
9047         command was run asynchronously.  In that case, unwrap the value
9048         before checking the delimiter value.
9050         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9051         character before a space at the end of a line is \, assume the space
9052         is part of the last argument rather than a final argument separator.
9054         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9055         is in use, and the target is `t' or `nil' (which are the most common
9056         values), don't assume that the symbol target is a buffer.
9058 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9060         * calendar/calendar.el (calendar-mode-line-format):
9061         Use mode-line-highlight as mouse-face.
9063         * time.el (display-time-string-forms, display-time-update):
9064         Use mode-line-highlight as mouse-face.
9066 2005-05-26  Jay Belanger  <belanger@truman.edu>
9068         * calc/calc.el (calc-language-alist): Remove extra defvar.
9070 2005-05-26  Lute Kamstra  <lute@gnu.org>
9072         * arc-mode.el (archive-mode):
9073         * bookmark.el (bookmark-read-annotation-mode)
9074         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9075         * bs.el (bs-mode):
9076         * calc/calc-yank.el (calc-edit-mode):
9077         * calc/calc.el (calc-mode, calc-trail-mode):
9078         * calculator.el (calculator-mode):
9079         * chistory.el (command-history-mode):
9080         * comint.el:
9081         * cus-edit.el (custom-mode):
9082         * descr-text.el (describe-text-mode):
9083         * ebuff-menu.el (Electric-buffer-menu-mode):
9084         * ediff-util.el (ediff-mode):
9085         * emacs-lisp/re-builder.el (reb-mode):
9086         * emulation/vi.el (vi-mode-setup):
9087         * emulation/ws-mode.el (wordstar-mode):
9088         * eshell/esh-mode.el (eshell-mode):
9089         * forms.el (forms-mode):
9090         * help-mode.el (help-mode):
9091         * hexl.el (hexl-mode):
9092         * ibuffer.el (ibuffer-mode):
9093         * ielm.el (inferior-emacs-lisp-mode):
9094         * info.el (Info-mode, Info-edit-mode):
9095         * international/swedish.el:
9096         * ledit.el (ledit-from-lisp-mode):
9097         * locate.el (locate-mode):
9098         * mail/rmail.el (rmail-mode):
9099         * mail/rmailedit.el (rmail-edit-mode):
9100         * mail/rmailsum.el (rmail-summary-mode):
9101         * mail/supercite.el (sc-electric-mode):
9102         * net/eudc.el (eudc-mode):
9103         * net/quickurl.el (quickurl-list-mode):
9104         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9105         * obsolete/ooutline.el (outline-mode):
9106         * obsolete/options.el (Edit-options-mode):
9107         * obsolete/rnews.el (news-mode):
9108         * obsolete/rnewspost.el (news-reply-mode):
9109         * play/5x5.el (5x5-mode):
9110         * play/decipher.el (decipher-mode, decipher-stats-mode):
9111         * play/gomoku.el (gomoku-mode):
9112         * play/snake.el (snake-mode):
9113         * play/solitaire.el (solitaire-mode):
9114         * play/tetris.el (tetris-mode):
9115         * progmodes/ada-mode.el (ada-mode):
9116         * progmodes/antlr-mode.el (antlr-mode):
9117         * progmodes/autoconf.el (autoconf-mode):
9118         * progmodes/dcl-mode.el (dcl-mode):
9119         * progmodes/delphi.el (delphi-mode):
9120         * progmodes/ebrowse.el (ebrowse-tree-mode)
9121         (ebrowse-electric-list-mode, ebrowse-member-mode)
9122         (ebrowse-electric-position-mode):
9123         * progmodes/f90.el (f90-mode):
9124         * progmodes/fortran.el (fortran-mode):
9125         * progmodes/icon.el (icon-mode):
9126         * progmodes/idlw-help.el (idlwave-help-mode):
9127         * progmodes/idlw-shell.el (idlwave-shell-mode):
9128         * progmodes/idlwave.el (idlwave-mode):
9129         * progmodes/inf-lisp.el (inferior-lisp-mode):
9130         * progmodes/m4-mode.el (m4-mode):
9131         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9132         * progmodes/modula2.el (modula-2-mode):
9133         * progmodes/octave-inf.el (inferior-octave-mode):
9134         * progmodes/octave-mod.el (octave-mode):
9135         * progmodes/pascal.el (pascal-mode):
9136         * progmodes/sh-script.el (sh-mode):
9137         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9138         * progmodes/vhdl-mode.el (vhdl-mode):
9139         * progmodes/xscheme.el (scheme-interaction-mode):
9140         * replace.el (occur-mode):
9141         * ses.el (ses-mode):
9142         * simple.el (completion-list-mode):
9143         * skeleton.el:
9144         * speedbar.el (speedbar-mode):
9145         * term.el (term-mode):
9146         * terminal.el (terminal-edit-mode):
9147         * textmodes/reftex-index.el (reftex-index-mode)
9148         (reftex-index-phrases-mode):
9149         * textmodes/reftex-sel.el (reftex-select-label-mode)
9150         (reftex-select-bib-mode):
9151         * textmodes/reftex-toc.el (reftex-toc-mode):
9152         * wdired.el (wdired-change-to-wdired-mode):
9153         * wid-browse.el (widget-browse-mode):
9154         Use run-mode-hooks.
9156         * array.el (array-mode):
9157         * calendar/todo-mode.el (todo-mode):
9158         * man.el (Man-mode):
9159         * play/landmark.el (lm-mode):
9160         * play/mpuz.el (mpuz-mode):
9161         Use kill-all-local-variables and run-mode-hooks.
9163         * subr.el (delay-mode-hooks): Specify indentation.
9165 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9167         * xml.el (xml-substitute-special): Don't die for undefined xml
9168         entities.
9170 2005-05-26  Jay Belanger  <belanger@truman.edu>
9172         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9173         of nil.
9175 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9177         * progmodes/gdb-ui.el (gdb-frame-address):
9178         Rename from gdb-current-address.
9179         (gdb-previous-frame-address): Rename from gdb-previous-address.
9180         (gdb-selected-frame): Rename from gdb-current-frame.
9181         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9182         (gdb-frame-number): Rename from gdb-current-stack-level.
9183         (gdb-ann3): Match new mode-name for disassembly buffer.
9184         Extend initialization of variables.
9185         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9186         (gdb-memory-mode): Use mouse-face in header line.
9187         (gdb-assembler-buffer-name): Call it disassembly and give frame
9188         in mode line.
9189         (gdb-source-spec-regexp, gdb-assembler-custom)
9190         (gdb-invalidate-assembler, gdb-frame-handler):
9191         Make robust to leading zeroes in address format.
9193 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9195         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9196         define `org-mode'.
9197         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9199 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * log-edit.el (log-edit-changelog-entries): Distinguish between
9202         filenames like xfns.c and fns.c.
9204 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9206         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9207         point after reverting.
9208         (Buffer-menu-make-sort-button): Handle the case where
9209         `Buffer-menu-use-header-line' is nil.
9211 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9213         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9214         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9215         and `:' to them.
9217 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9219         * startup.el (normal-top-level): Allow modification of load-path while
9220         we're iterating over it.
9222 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9224         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9225         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9226         (thumbs-resize-interactive, thumbs-insert-image)
9227         (thumbs-insert-thumb, thumbs-dired-show-marked)
9228         (thumbs-find-image-at-point, thumbs-delete-images)
9229         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9230         (thumbs-increment-image-size, thumbs-decrement-image-size):
9231         Fix typos in docstrings.
9233 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9235         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9236         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9237         (cperl-mode): Use them.
9239 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9241         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9242         Doc fixes.
9244 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9246         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9247         Bind C-d to gdb-inferior-io-eof.
9249         * dired.el (dired-dnd-popup-notice): Use message-box.
9251 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9253         * bindings.el (mode-line-major-mode-keymap):
9254         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9256         * faces.el (mode-line-highlight): New face.
9258         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9259         as mouse-face.
9261         * bindings.el (top-level, help-echo, mode-line-modified)
9262         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9263         as mouse-face.
9265 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9267         * progmodes/cc-engine.el (c-guess-basic-syntax):
9268         Remove spurious call to `zerop'.
9270         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9272 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9274         CC Mode update to 5.30.10:
9276         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9277         could go past the limit in decoration level 2, thereby causing
9278         errors during interactive fontification.
9280         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9281         the file is evaluated interactively.
9283         * cc-engine.el (c-guess-basic-syntax): Handle operator
9284         declarations somewhat better in C++.
9286         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9287         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9288         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9289         (awk-mode): Use it.
9290         (make-local-hook): Suppress warning about obsoleteness.
9292         * cc-engine.el, cc-align.el, cc-cmds.el
9293         (c-append-backslashes-forward, c-delete-backslashes-forward)
9294         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9295         Compensate for return value from `forward-line' when it has moved
9296         but not to a different line due to eob.
9298         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9299         `objc-method-intro' and `objc-method-args-cont'.
9301 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9303         CC Mode update to 5.30.10:
9305         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9306         in the copyright statement.  Incidentally, change "along with GNU
9307         Emacs" to "along with this program" where it occurs.
9309         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9310         so that it is interactive, hence can be found by M-x awk-mode
9311         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9312         <gmorris+emacs@ast.cam.ac.uk>.
9314         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9315         Mode's regexps.
9317 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9319         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9320         c-parse-state, to avoid a lisp error (on bad code).
9322 2005-05-23  Lute Kamstra  <lute@gnu.org>
9324         * subr.el (font-lock-defaults): Remove defvar as it's already
9325         defined in font-core.el.
9327         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9329 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9331         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9332         more general and work when GDB variable "print pretty" is on,
9333         as with Emacs, for example.
9335 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9337         * font-core.el: Update comment.
9339         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9340         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9342         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9344 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9346         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9347         and `yank-handler' in the doc strings.
9349 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9351         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9353 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9355         * help.el (describe-key): Move print-help-return-message call
9356         out of conditional.
9358         * progmodes/etags.el (list-tags): Use with-no-warnings.
9360         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9361         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9362         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9364         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9366         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9367         Add defvar.
9369         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9370         Use defvar, not defconst.
9372         * hexl.el (hexl-follow-line): Use with-no-warnings.
9374         * emulation/tpu-extras.el: Use write-file-functions instead of
9375         write-file-hooks.
9377         * dired.el (dired-font-lock-keywords): Fontify files with junk
9378         extensions even if marked by -F.
9380 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9382         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9383         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9384         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9385         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9386         (concatenate, list-length, get*, getf, cl-remprop):
9387         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9388         (etypecase, progv, lexical-let, lexical-let*)
9389         (multiple-value-bind, multiple-value-setq, shiftf):
9390         Improve argument/docstring consistency.
9392         * subr.el (focus-frame, unfocus-frame):
9393         Revert deletion on 2005-05-01.
9395 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9397         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9398         doesn't exist.
9400         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9401         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9403 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9405         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9406         already deleted variables: auto-fill-hook, blink-paren-hook,
9407         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9408         suspend-hooks, comment-indent-hook, meta-flag,
9409         before-change-function, after-change-function,
9410         font-lock-doc-string-face.
9412 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9414         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9416 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9418         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9419         rmail-dont-reply-to.
9421 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9423         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9424         literal blank when splitting new-header-values.
9426 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9428         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9429         string so that tmm doesn't create a completion entry for it.
9431         * textmodes/table.el (table-disable-menu): Ditto.
9433 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9435         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9437         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9439         * net/rcompile.el (remote-compile): Use compilation-start.
9441         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9443 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9445         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9446         Default to makefile-bsdmake-mode on BSD systems.
9448         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9449         REGEXP may also be a search function now.  The part of doc-string
9450         for describing the structure was 95% identical to that of
9451         `imenu--generic-function'.  Unify it there.
9453         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9454         Use function to find dependencies, because regexp alone is so complex,
9455         it easily goes into an endless loop.
9456         (makefile-makepp-mode): Also add submenu for Perl functions
9457         defined in the makefile.
9458         (makefile-bsdmake-mode): Special imenu-generic-expression no
9459         longer needed, due to function call.
9460         (makefile-match-dependency): Take BOUND into account when checking
9461         if we're through.
9463 2005-05-20  Jay Belanger  <belanger@truman.edu>
9465         * calc/calc-units.el (calc-invalidate-units-table):
9466         Use inhibit-read-only.
9467         (math-build-units-table-buffer): Use view-mode.
9469 2005-05-20  David Kastrup  <dak@gnu.org>
9471         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9472         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9474 2005-05-20  Lute Kamstra  <lute@gnu.org>
9476         * diff-mode.el (diff-header-face, diff-file-header-face)
9477         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9478         (diff-added-face, diff-changed-face, diff-function-face)
9479         (diff-context-face, diff-nonexistent-face): Put them in the
9480         diff-mode customization group.
9482 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9486         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9488         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9489         Minor regexp-optimization.
9491 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9493         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9494         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9495         (org-agenda-add-time-grid-maybe): New function.
9496         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9497         (org-table-create): `dotimes' instead of `mapcar'.
9498         (org-xor): Simplify implementation.
9499         (org-agenda): `inhibit-redisplay' turned on.
9500         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9501         a consistent line after a state change.
9502         (org-agenda-remove-times-when-in-prefix): New option.
9503         (org-prefix-has-time): New variable.
9504         (org-parse-time-string): Optional argument NODEFAULT.
9505         (org-format-agenda-item): Parse items for time-of-day
9506         specifications and move these into the prefix if possible.
9507         (org-agenda-priority): Get current heading, not previous heading
9508         during agenda remote editing.
9510 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9512         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9513         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9514         (remove-duplicates, delete-duplicates, substitute)
9515         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9516         (nsubstitute-if-not, find, find-if, find-if-not, position)
9517         (position-if, position-if-not, count, count-if, count-if-not)
9518         (mismatch, search, sort*, stable-sort, merge, member*)
9519         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9520         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9521         (intersection, nintersection, set-difference, nset-difference)
9522         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9523         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9524         (nsublis, tree-equal): Improve argument/docstring consistency.
9526         * subr.el (send-string, send-region):
9527         Remove obsolescence declaration.
9528         (window-dot, set-window-dot, read-input, show-buffer)
9529         (eval-current-buffer, string-to-int):
9530         Add release number to obsolescence declarations.
9532 2005-05-19  Kim F. Storm  <storm@cua.dk>
9534         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9535         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9537 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9539         * faces.el (list-faces-display): Make back button respect optional
9540         regexp arg.
9542 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9544         * calculator.el (calculator-radix-grouping-mode)
9545         (calculator-radix-grouping-digits, calculator-displayer)
9546         (calculator-radix-grouping-separator, calculator-copy-displayer):
9547         * dabbrev.el (dabbrev-search-these-buffers-only):
9548         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9549         (diff-advance-after-apply-hunk, diff-mode-hook)
9550         (diff-minor-mode-prefix):
9551         * imenu.el (imenu-use-popup-menu):
9552         * jit-lock.el (jit-lock-context-time):
9553         * newcomment.el (comment-fill-column, comment-column)
9554         (comment-style, comment-padding, comment-multi-line)
9555         (comment-empty-lines, comment-auto-fill-only-comments):
9556         * reveal.el (reveal-around-mark):
9557         * uniquify.el (uniquify-buffer-name-style)
9558         (uniquify-after-kill-buffer-p)
9559         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9560         (uniquify-min-dir-content, uniquify-separator)
9561         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9562         * w32-vars.el (w32-fixed-font-alist):
9563         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9564         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9565         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9566         * progmodes/perl-mode.el (perl-indent-level)
9567         (perl-continued-statement-offset, perl-continued-brace-offset)
9568         (perl-brace-offset, perl-brace-imaginary-offset)
9569         (perl-label-offset, perl-indent-continued-arguments)
9570         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9571         * progmodes/tcl.el (tcl-indent-level)
9572         (tcl-continued-indent-level, tcl-auto-newline)
9573         (tcl-tab-always-indent, tcl-electric-hash-style)
9574         (tcl-help-directory-list, tcl-use-smart-word-finder)
9575         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9576         (inferior-tcl-source-command):
9577         * textmodes/fill.el (enable-kinsoku):
9578         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9579         * textmodes/table.el (table-yank-handler):
9580         Specify missing group (and type, if simple) in defcustom.
9582 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9584         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9586 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9588         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9590         * subr.el (event-basic-type): Don't get an error.
9591         (left-fringe-p): Function deleted.
9593         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9594         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9596         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9597         in recursive copy.
9599         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9601         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9603         * emacs-lisp/bytecomp.el
9604         (byte-compile-file-form-custom-declare-variable): Call
9605         byte-compile-nogroup-warn if appropriate.
9607         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9608         (compilation-set-window): Don't call left-fringe-p; do it directly.
9610 2005-05-19  Jay Belanger  <belanger@truman.edu>
9612         * calc/calc-graph.el (calc-graph-format-data): Make sure
9613         var-PlotRejects is bound before trying to check its value.
9615 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9617         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9618         definition of this variable from reftex-global.el to reftex.el,
9619         because it is needed in the menu.
9621 2005-05-19  Lute Kamstra  <lute@gnu.org>
9623         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9624         years are fixed.  Don't insert a space after a dash.
9626 2005-05-19  Kim F. Storm  <storm@cua.dk>
9628         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9630 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9632         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9633         strings, because (eq ... ?\\) is fairly frequent.
9635         * progmodes/make-mode.el (makefile-add-this-line-targets):
9636         Simplify and integrate into `makefile-pickup-targets'.
9637         (makefile-add-this-line-macro): Simplify and integrate into
9638         `makefile-pickup-macros.
9639         (makefile-pickup-filenames-as-targets): Simplify.
9640         (makefile-previous-dependency, makefile-match-dependency):
9641         Don't stumble over `::'.
9643 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9645         * subr.el (post-command-idle-hook, post-command-idle-delay):
9646         Remove obsoletion of post-command-idle-hook and
9647         post-command-idle-delay.
9649         * faces.el (list-faces-display): Provide button when describe-face
9650         is called to take user back to the list of faces.
9652         * help-fns.el (describe-variable): Remove hyperlinks in a
9653         variable's value as these are quite frequently inappropriate.
9655         * follow.el (follow-submit-feedback, follow-mode):
9656         Remove references to post-command-idle-hook.
9658 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9660         * progmodes/make-mode.el (makefile-previous-dependency)
9661         (makefile-match-dependency): Check for := (and in bsd mode also
9662         !=) to give a better result, even when font-lock is not on.
9664 2005-05-18  Jay Belanger  <belanger@truman.edu>
9666         * calc/calc-help.el (calc-s-prefix-help):
9667         Add `calc-copy-special-constant' to help string.
9669 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9671         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9673 2005-05-18  Jay Belanger  <belanger@truman.edu>
9675         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9676         in linear factors are in proper order.
9678 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9680         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9681         Support for jurabib.
9683         * textmodes/reftex.el (featurep): Define aliases for overlay
9684         commands, for XEmacs compatibility, and use these aliases in
9685         overlay initializations.
9686         (reftex-highlight): Use `reftex-move-overlay'.
9687         (reftex-unhighlight): Use `reftex-delete-overlay'.
9688         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
9689         (reftex-access-search-path): Use `reftex-uniquify' instead of
9690         `reftex-uniq'
9692         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9693         `before-string' property modification enables for Emacs as well.
9694         (reftex-select-item): Use `reftex-delete-overlay'.
9695         (reftex-select-mark): Use `reftex-make-overlay' and
9696         `reftex-overlay-put'.
9697         (reftex-select-unmark): Use `reftex-delete-overlay' and
9698         `reftex-overlay-put'.
9700 2005-05-18  Lute Kamstra  <lute@gnu.org>
9702         * emacs-lisp/lisp.el (check-parens): Fix docstring.
9704 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
9706         * add-log.el (add-change-log-entry):
9707         * array.el (array-make-template, array-reconfigure-rows)
9708         (array-init-max-row, array-init-max-column)
9709         (array-init-columns-per-line, array-init-field-width):
9710         * replace.el (replace-match-maybe-edit, perform-replace):
9711         * textmodes/spell.el (spell-region):
9712         Replace `read-input' by `read-string'.
9714         * forms.el (forms-mode):
9715         * finder.el (finder-compile-keywords):
9716         * shadowfile.el (shadow-read-files):
9717         Replace `eval-current-buffer' by `eval-buffer'.
9719         * terminal.el (te-pass-through):
9720         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9721         (ange-ftp-raw-send-cmd):
9722         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9723         (send-process-next-char, telnet-initial-filter, telnet):
9724         Replace `send-string' by `process-send-string'.
9726         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9727         (prolog-consult-region): Replace `send-string' by
9728         `process-send-string'; replace `send-region' by `process-send-region'.
9730         * progmodes/delphi.el (delphi-log-msg):
9731         Replace `set-window-dot' by `set-window-point'.
9733         * subr.el (window-dot, set-window-dot, read-input, send-string)
9734         (send-region, show-buffer, eval-current-buffer):
9735         Make really obsolete, as the comment says.
9737 2005-05-17  Kim F. Storm  <storm@cua.dk>
9739         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9740         (cua--init-keymaps): Bind C-return instead of S-return to set
9741         rectangle mark.
9743         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9744         instead of S-return to toggle/clear rectangle mark.
9746 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
9748         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9749         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9750         Also fontify plain strings assigned to variables, mostly so that a
9751         colon has a face and is thus not taken as a dependency separator.
9752         (makefile-previous-dependency): Inline the new matcher, because it
9753         is too complex to work in both directions.
9754         (makefile-match-dependency): Eliminate `backward' arg (see above).
9755         Completely reimplemented so as to not sometimes go into an endless
9756         loop.  It should also be more efficient, because first it only
9757         searches for `:', instead of applying the very complex regexp.
9758         (makefile-mode): Cancel `font-lock-support-mode', because blocks
9759         to be fontified in one piece can be too long for JIT.
9760         Makefiles are never *that* big.
9762 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
9764         * dired.el (dired-mode): Simplify.
9766 2005-05-17  Lute Kamstra  <lute@gnu.org>
9768         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9769         defcustom for the mode hook variable.
9771         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9772         Emacs Lisp Reference Manual.
9774 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
9776         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9777         (evenp, list*):
9778         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9779         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9781         * net/tramp-smb.el (tramp-smb-open-connection):
9782         Pass `tramp-chunksize' as fifth (required) argument.
9784 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
9786         * font-lock.el (lisp-font-lock-keywords-1):
9787         Set `font-lock-negation-char-face' for [^...] char group.
9788         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9790         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9791         a var, and refine it to mask one more level of nested vars.
9792         (makefile-rule-action-regex): Turn it into a var, and refine it so
9793         it recognizes backslashed continuation lines as belonging to the
9794         same command.
9795         (makefile-macroassign-regex): Refine it so it recognizes
9796         backslashed continuation lines as belonging to the same command.
9797         (makefile-var-use-regex): Don't look at the next char, because it
9798         might be the same one to be skipped by the initial [^$], leading
9799         to an overlooked variable use.
9800         (makefile-make-font-lock-keywords): Remove two parameters, which
9801         are now variables that some of the modes set locally.
9802         Handle dependency and rule action matching through functions, because
9803         regexps alone match too often.  Dependency matching now comes
9804         last, so it can check, whether a colon already matched something else.
9805         (makefile-mode): Inform that font-lock improves makefile parsing
9806         capabilities.
9807         (makefile-match-dependency, makefile-match-action): New functions.
9809 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
9811         * emacs-lisp/cl-extra.el (equalp): Doc fix.
9813         * align.el (align-regexp):
9814         * ansi-color.el (ansi-color-get-face):
9815         * array.el (array-reconfigure-rows, array-init-max-row)
9816         (array-init-max-column, array-init-columns-per-line)
9817         (array-init-field-width):
9818         * dired-aux.el (dired-trample-file-versions):
9819         * dired-x.el (dired-mark-sexp):
9820         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9821         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9822         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
9823         * faces.el (face-read-integer):
9824         * files.el (backup-extract-version, insert-directory):
9825         * hexl.el (hexl-insert-decimal-char):
9826         * server.el (server-process-filter):
9827         * shell.el (shell-extract-num):
9828         * startup.el (command-line-1):
9829         * term.el (term-command-hook):
9830         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
9831         (time-stamp-do-number):
9832         * time.el (display-time-update):
9833         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
9834         (timezone-fix-time):
9835         * vms-patch.el (vms-suspend-resume-hook):
9836         * calendar/appt.el (appt-convert-time):
9837         * calendar/cal-bahai.el (mark-bahai-diary-entries):
9838         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9839         * calendar/cal-islam.el (mark-islamic-diary-entries):
9840         * calendar/calendar.el (calendar-cursor-to-date)
9841         (calendar-star-date):
9842         * calendar/diary-lib.el (diary-attrtype-convert)
9843         (mark-diary-entries, diary-entry-time):
9844         * calendar/solar.el (solar-get-number):
9845         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
9846         * emacs-lisp/re-builder.el (reb-display-subexp):
9847         * emulation/edt.el (edt-set-scroll-margins):
9848         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9849         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
9850         (vip-get-ex-count):
9851         * emulation/viper-ex.el (viper-get-ex-token)
9852         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
9853         * international/fontset.el (fontset-plain-name):
9854         * mail/feedmail.el (feedmail-look-at-queue-directory):
9855         * mail/mailalias.el (mail-get-names):
9856         * mail/rmail.el (rmail-convert-to-babyl-format):
9857         * mail/rmailsum.el (rmail-make-basic-summary-line)
9858         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
9859         (rmail-summary-goto-msg):
9860         * mail/smtpmail.el (smtpmail-read-response):
9861         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
9862         (ange-ftp-vms-add-file-entry):
9863         * play/gametree.el (gametree-looking-at-ply)
9864         (gametree-current-branch-score):
9865         * progmodes/ada-xref.el (ada-prj-find-prj-file)
9866         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9867         * progmodes/cperl-mode.el (condition-case):
9868         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
9869         (ebrowse-set-member-buffer-column-width)
9870         (ebrowse-select-1st-to-9nth):
9871         * progmodes/etags.el (etags-snarf-tag):
9872         * progmodes/flymake.el (flymake-parse-line):
9873         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
9874         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
9875         (idlwave-shell-menu-def):
9876         * progmodes/ps-mode.el (ps-run-goto-error):
9877         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
9878         (vhdl-speedbar-contract-level):
9879         * term/mac-win.el (x-handle-numeric-switch):
9880         * term/sun-mouse.el (sun-get-frame-data):
9881         * term/w32-win.el (x-handle-numeric-switch):
9882         * term/x-win.el (x-handle-numeric-switch):
9883         * textmodes/ispell.el (ispell-parse-output):
9884         * textmodes/nroff-mode.el (nroff-outline-level):
9885         * textmodes/reftex-cite.el (reftex-bib-sort-year)
9886         (reftex-bib-sort-year-reverse, reftex-format-citation):
9887         * textmodes/reftex-parse.el (reftex-init-section-numbers)
9888         (reftex-section-number):
9889         * textmodes/texinfmt.el (texinfo-paragraphindent):
9890         Replace `string-to-int' by `string-to-number'.
9892         * international/latexenc.el: Add page marker to force the "Local
9893         Variables:" string out of the last page.
9895 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9897         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
9898         tooltip-change-major-mode.
9899         (gud-tooltip-print-command): Remove case where gud-minor-mode
9900         is gdb ("--fullname").
9901         (gud-tooltip-tips): Turn GUD tooltips off for this case and
9902         explain to user.
9904 2005-05-16  Jay Belanger  <belanger@truman.edu>
9906         * calc/calc-store.el (calc-copy-special-constant): New function.
9908         * calc/calc-ext.el (calc-init-extensions): Add binding for
9909         `calc-copy-special-constant'.
9911         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
9912         for the `calc-copy-special-constant' command.
9914 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9916         * subr.el (left-fringe-p): New function.
9918         * progmodes/compile.el (compilation-setup): Set local value of
9919         overlay-arrow-string to "" always.
9920         (compilation-set-window): Left fringe then don't scroll.
9921         No left fringe then no arrow and scroll message to top.
9922         (compilation-context-lines): Adjust doc string accordingly.
9924 2005-05-16  Kim F. Storm  <storm@cua.dk>
9926         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9927         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
9928         (ido-wide-find-dir-or-delete-dir): New command for M-d.
9929         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
9930         (ido-read-file-name): Handle commands with ido property value
9931         equal to find-file as reading a file name, to allow C-d to enter dired.
9932         (ibuffer-find-file): Add ido property with value find-file.
9934 2005-05-15  Kim F. Storm  <storm@cua.dk>
9936         * subr.el (open-network-stream-nowait): Remove.
9937         (open-network-stream-server): Remove.
9939 2005-05-15  Richard M. Stallman  <rms@gnu.org>
9941         * faces.el (describe-face): Output a definition link button.
9943         * help-mode.el (help-face-def): New button type.
9945         * emacs-lisp/copyright.el (copyright-fix-years):
9946         Match properly if the first year is 2-digit.
9947         Don't mess up the whitespace after the years by filling.
9949         * dired-aux.el (dired-mark-confirm):
9950         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
9952         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
9953         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
9954         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
9956         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9957         Set font-lock-comment-start-skip.
9959         * font-lock.el (font-lock-comment-start-skip): New variable.
9960         (font-lock-comment-end-skip): New variable.
9961         (font-lock-fontify-syntactically-region): Use them if non-nil.
9963 2005-05-15  Jay Belanger  <belanger@truman.edu>
9965         * calc/calc-store.el (calc-store-value): Return a string rather
9966         than display it as a message.
9967         Use calc-var-name for variable name.
9968         (calc-store-into): Add the result of calc-store-value to message.
9969         (calc-copy-variable): Add a message.
9970         (calc-store-exchange): Improve error messages.
9971         (calc-store-binary, calc-store-map): Don't reset the values of
9972         special constants.
9974 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
9976         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
9977         manual to docstring.
9979         * files.el (hack-local-variables-confirm): Add STRING argument.
9980         Make the function handle non file visiting buffers correctly.
9981         (hack-local-variables-prop-line, hack-local-variables)
9982         (hack-one-local-variable): Use STRING arg of
9983         `hack-local-variables-confirm'.
9985 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
9987         Sync with Tramp 2.0.49.
9989         * net/tramp.el (tramp-handle-dired-call-process)
9990         (tramp-handle-insert-directory):`insert-buffer' cannot be used
9991         because the contents of the Tramp buffer is changed before
9992         insertion (`expand-file' and alike).
9993         (tramp-handle-insert-directory): If `localname' has an empty
9994         nondirectory name, it must not be quoted.
9995         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
9996         variable `tramp-chunksize'.  Change callees.
9997         (tramp-open-connection-setup-interactive-shell): Check remote host
9998         for buggy `send-process-string' implementation.
9999         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10000         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10001         (tramp-handle-shell-command): `insert-buffer' cannot be used
10002         because the contents of the Tramp buffer is changed before
10003         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10004         <frederic.bothamy@free.fr>.
10005         (tramp-set-auto-save): Actions should be done for Tramp file name
10006         handler only.  Ange-FTP has its own auto-save mechanism.
10007         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10008         (tramp-set-auto-save-file-modes): Set file modes of
10009         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10010         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10011         (tramp-bug): Remove obsolete variable.
10012         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10013         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10015 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10017         * ibuf-ext.el (define-ibuffer-filter filename):
10018         If `dired-directory' is a list, use its car.
10020 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10022         * ibuffer.el (define-ibuffer-column filename):
10023         If `dired-directory' is a list, use its car.
10025 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10027         * subr.el (symbol-file): Doc fix.
10029         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10030         (byte-compile-form): Call byte-compile-nogroup-warn.
10031         (byte-compile-warning-types): Doc fix.
10033         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10035         * progmodes/cc-engine.el (c-literal-faces):
10036         Add font-lock-comment-delimiter-face.
10038         * net/net-utils.el (dig): Use with-no-warnings.
10040         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10041         (sc-recite-frame-alist, sc-default-cite-frame)
10042         (sc-default-uncite-frame, sc-default-recite-frame)
10043         (sc-attrib-selection-list, sc-rewrite-header-list):
10044         Mark as risky-local-variable.
10046         * international/ogonek.el (ogonek-jak, ogonek-how):
10047         Don't use beginning-of-buffer.
10049         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10051         * calendar/solar.el (solar-data-list): Move definition up.
10053         * dnd.el (dnd-protocol-alist): Add autoload.
10055         * progmodes/sh-script.el: Many doc usage fixes.
10056         (sh-indent-after-do): Change default to match common styles.
10058 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10060         * files.el (interpreter-mode-alist)
10061         (auto-mode-interpreter-regexp): Doc fixes.
10063 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10065         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10067         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10069 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10071         * dired.el (dired-mode): make-variable-buffer-local =>
10072         make-local-variable.
10074 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10076         * term/mac-win.el (mac-select-convert-to-string): Try coding
10077         systems in mac-script-code-coding-systems if specified one cannot
10078         encode string for `com.apple.traditional-mac-plain-text'.
10080 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10082         * progmodes/make-mode.el (makefile-targets-face)
10083         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10084         (makefile-dependency-regex): Fix it to not make the colon in
10085         $(var:a=b) special.
10086         (makefile-rule-action-regex): New regexp for highlighting embedded
10087         Shell strings.
10088         (makefile-macroassign-regex): Handle != for highlighting as
10089         embedded Shell strings.
10090         (makefile-var-use-regex): New const.
10091         (makefile-statements, makefile-automake-statements)
10092         (makefile-gmake-statements, makefile-makepp-statements)
10093         (makefile-bsdmake-statements): New consts.
10094         (makefile-make-font-lock-keywords): New function.
10095         (makefile-automake-font-lock-keywords)
10096         (makefile-gmake-font-lock-keywords)
10097         (makefile-makepp-font-lock-keywords)
10098         (makefile-bsdmake-font-lock-keywords): New consts.
10099         (makefile-mode-map): Add switchers between the various submodes.
10100         (makefile-mode): Document the availability of the variants.
10101         (makefile-automake-mode, makefile-gmake-mode)
10102         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10104         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10105         new variants of makefile-mode.
10107 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10110         the inheritance.
10112 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10114         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10115         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10117         * files.el (normal-mode): Extend the scope of the
10118         `enable-local-variables' binding to include the `set-auto-mode' call.
10119         (magic-mode-alist): Doc fix.
10121 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10124         font-lock-comment-face rather than copying its setting.
10126 2005-05-12  Andreas Schwab  <schwab@suse.de>
10128         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10130 2005-05-12  Lute Kamstra  <lute@gnu.org>
10132         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10133         defcustom for the mode hook variable.  Delete the last argument.
10134         * generic-x.el: Fix callers of define-generic-mode.
10135         (generic-x-modes): Delete group.
10136         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10137         generic-x customization group.
10139 2005-05-12  Kim F. Storm  <storm@cua.dk>
10141         * font-lock.el (font-lock-negation-char-face): Default to "off".
10143         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10144         font-lock-negation-char-face to ! in !=.
10146 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10148         * add-log.el (find-change-log): Fix typos in the docstring
10149         of function.
10151 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10153         * international/latexenc.el (latexenc-find-file-coding-system):
10154         Avoid `re-search-forward' when looking for input encoding because
10155         of speed and safety.  Better regular expressions for recognizing
10156         input encoding.  Limit a search for TeX-master/tex-main-file to
10157         the local variable section.
10159 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10161         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10162         syntax of $ to "'" (quote).
10164 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10166         * dnd.el (dnd-protocol-alist): Improve custom type.
10168         * dired.el (dired-dnd-protocol-alist): New variable.
10169         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10170         `dired-mode-hook' to the end.
10172 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10174         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10175         comment-end if comment-start-skip is not set.
10176         Obey the font-lock-comment-delimiter-face variables.
10178 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10180         * files.el (executable-find): Move from executable.el.  Use
10181         locate-file.
10182         * progmodes/executable.el (executable-find): Move to files.el.
10184         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10185         when trying to ensure forward progress.
10187 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10189         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10190         (mouse-select, mouse-select-internal, mouse-extend-internal):
10191         Use it to implement mouse-1-click-follows-link functionality.
10193 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10195         * font-lock.el (font-lock-fontify-syntactically-region):
10196         Use font-lock-comment-delimiter-face for comment delimiters.
10198 2005-05-10  Jay Belanger  <belanger@truman.edu>
10200         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10201         preserving embedded modes.
10203 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10205         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10207         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10208         Move from ada-stmt.el.
10209         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10211         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10212         Move to ada-mode.el.
10213         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10215         * cus-edit.el (custom-file): Call file-chase-links.
10217         * files.el (read-directory-name): Fix previous change.
10218         (hack-local-variables-confirm): New function.
10219         (hack-local-variables-prop-line, hack-local-variables)
10220         (hack-one-local-variable): Use it.
10222 2005-05-10  Lute Kamstra  <lute@gnu.org>
10224         * font-lock.el (font-lock-keywords-alist)
10225         (font-lock-removed-keywords-alist): Clarify docstrings.
10227 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10229         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10230         (gdb-source-info): Check for preprocessor info.
10231         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10232         a macro for a function.
10233         (gdb-info-breakpoints-custom): Try to find file again if not already
10234         found (user might have used GDB dir command).
10235         (gdb-get-location): Update gdb-location-alist correctly for change
10236         to gdb-info-breakpoints-custom.
10238         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10239         (gud-tooltip-print-command): Add gdbmi case.
10240         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10241         preprocessor info.
10243 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10245         * startup.el (fancy-splash-insert): Fix typo in doc string.
10247 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10249         * obsolete/float.el (string-to-float):
10250         * obsolete/hilit19.el (hilit-add-pattern):
10251         * obsolete/rnews.el (news-parse-range, news-select-message)
10252         (news-get-pruned-list-of-files): Replace `string-to-int' by
10253         `string-to-number'.
10255         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10256         `find-file-not-found-hooks'; use `add-hook'.
10257         (uncompress-while-visiting): Set `write-file-functions', not
10258         `write-file-hooks'; use `add-hook'.
10260 2005-05-09  Kim F. Storm  <storm@cua.dk>
10262         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10263         (cua-paste): Handle clipboard action.
10264         (cua--init-keymaps): Remap clipboard-kill-region and
10265         clipboard-kill-ring-save.
10267 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10269         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10270         Improve commentary.
10272         * simple.el (next-error-overlay-arrow-position): Revert the change
10273         made on 2005-04-30.
10275 2005-05-07  Jay Belanger  <belanger@truman.edu>
10277         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10278         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10279         `calc-sel-reselect'.
10281         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10282         Calc is in embedded mode.
10284 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10286         * progmodes/compile.el (compilation-setup):
10287         Set overlay-arrow-string to an empty string on text terminals.
10289         * textmodes/ispell.el (ispell-program-name): Try looking for
10290         "aspell" along exec-path, and if found, use it as the default
10291         speller program.
10293 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10295         * international/mule.el (sgml-xml-auto-coding-function):
10296         Recognize encoding='FOO' in single quotes as well as in double quotes.
10298 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10300         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10301         as well as `interactive', so that defmacro* would recognize
10302         `declare' forms.
10304 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10306         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10307         Explain more about the LIGHTER arg's usage in the doc string.
10308         Add commentary to clarify what the code does.  Fix the regexp that
10309         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10310         since it could have characters special to regular expressions.
10312 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10314         * replace.el (occur-1): Bind inhibit-read-only so that
10315         erase-buffer doesn't barf on read-only text properties (likewise
10316         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10317         (occur-engine): Don't set buffer-read-only here.
10319 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10322         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10323         sometimes mistakenly reused as a *cvs* buffer.
10325 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10327         * tooltip.el: Move code for GUD tooltips into gud.el.
10328         (require): CL no longer needed to compile case.
10329         (tooltip-mode): Do not toggle functions for GUD tooltips.
10330         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10331         gud-tooltip-mode in gud.el.
10332         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10333         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10334         tooltip-gud prefix with gud-tooltip and obsolete.
10335         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10336         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10337         (tooltip-mouse-motion): Mouse movement functions/variable.
10338         Rename in gud.el by adding gud prefix.
10339         (tooltip-gud-original-filter, tooltip-gud-dereference)
10340         (tooltip-gud-event, tooltip-toggle-gud-tips)
10341         (tooltip-gud-process-output, tooltip-gud-print-command)
10342         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10343         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10344         (gdb-tooltip-print): Move to gdb-ui.el.
10346         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10347         (require): CL needed to compile case.
10348         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10349         tooltip-gud-tips-p.  Make it a minor-mode.
10350         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10351         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10352         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10353         (gud-tooltip-change-major-mode)
10354         (gud-tooltip-activate-mouse-motions-if-enabled)
10355         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10356         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10357         (gud-tooltip-original-filter, gud-tooltip-dereference)
10358         (gud-tooltip-event, tooltip-toggle-gud-tips)
10359         (gud-tooltip-process-output, gud-tooltip-print-command)
10360         (gud-tooltip-tips): Move from tooltip.el.
10362         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10363         (gdb-cpp-define-alist-flags): Doc fix.
10364         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10365         gud-tooltip-mode is t.
10367 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10370         evaporate if their text is deleted.
10371         (goto-address-at-point): Make it work as a mouse binding as well.
10372         (goto-address-at-mouse): Obsolete it.  Update users.
10374 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10376         * calendar/appt.el (top-level): No longer activate on load.
10378 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10380         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10381         * net/webjump.el (webjump):
10382         * progmodes/idlw-help.el (idlwave-do-context-help1)
10383         (idlwave-highlight-linked-completions):
10384         * textmodes/po.el (po-find-file-coding-system-guts):
10385         Replace `assoc-ignore-case' by `assoc-string'.
10387 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10389         * files.el (locate-file): Doc fix.
10391         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10392         Remove the redundant test for ms-dos.
10394         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10395         look for the preprocessor with exec-suffixes.  If not found in
10396         standard places, look in exec-path.  Remove most of the tests that
10397         used system-type.
10399         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10401         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10403         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10404         file-name clash with jka-compr.el on 8+3 filesystems.
10406 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10408         * term/mac-win.el: Don't define or bind scroll bar functions if
10409         x-toolkit-scroll-bars is t.
10410         (x-select-text, x-get-selection-value): Clear
10411         x-last-selected-text-clipboard if x-select-enable-clipboard is
10412         nil.
10413         (PRIMARY): Put mac-scrap-name property.
10414         (mac-select-convert-to-file-url): New function.
10415         (public.file-url): New selection target type.  Add to
10416         selection-converter-alist.
10417         (x-get-selection, x-selection-value): Handle it.
10418         (x-cut-buffer-or-selection-value): New alias.
10420 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10422         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10423         entry to avoid calling bibtex-find-entry with arg global
10424         being t.  Remove arg key.
10425         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10426         (bibtex-copy-summary-as-kill): Change accordingly.
10428 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10430         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10431         (org-agenda-date-later): Use with-current-buffer.
10433 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10435         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10436         (define-obsolete-variable-alias): Doc Fixes.
10438 2005-05-06  Kim F. Storm  <storm@cua.dk>
10440         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10441         vertical-motion when selective-display is active.
10443         * ido.el (ido-setup-hook): New hook.
10444         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10445         (ido-input-stack): New var.
10446         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10447         ido-next-work-file binding to M-O.
10448         Bind M-f to ido-wide-find-file-or-pop-dir.
10449         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10450         (ido-read-internal): Run ido-setup-hook.
10451         Catch quit in read-file-name and read-string to cancel edit.
10452         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10453         Automatically pop-all when completing a directory name (RET).
10454         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10455         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10456         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10457         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10458         New functions for M-b/M-f to move among the directory components.
10459         (ido-make-merged-file-list): Catch quit to cancel merge.
10460         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10461         (ido-completion-help): No warnings for ido-completion-buffer-full.
10463 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10465         * font-lock.el (font-lock-negation-char-face): New face and variable.
10466         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10467         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10468         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10469         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10471 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10473         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10474         Fix typo in docstring.
10476         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10477         (ebrowse-print-statistics-line)
10478         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10480         * term/w32-win.el (image-library-alist): Add additional name for
10481         Xpm library.
10483 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10485         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10486         use gcc instead of cpp.
10488         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10489         (gdb-create-define-alist): Use it.
10490         (gdb-cpp-define-alist-program): Update for MS-DOS.
10492 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10494         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10496 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10498         * help.el (describe-key): No error when UNTRANSLATED is nil.
10500         * simple.el (line-move-1): Fix previous change to signal errors
10501         appropriately.
10503 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10505         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10506         (icalendar-duration-correction): Remove.
10507         (icalendar--get-event-properties): Split result at commas.
10508         (icalendar--decode-isoduration): New optional argument
10509         DURATION-CORRECTION.
10510         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10511         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10512         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10513         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10514         (icalendar--convert-anniversary-to-ical): New functions, extracted
10515         from icalendar-export-region, with bug fixes.
10516         (icalendar-export-region): Use the above functions.
10517         (icalendar-import-buffer): Check before saving diary file.
10518         (icalendar--convert-recurring-to-diary)
10519         (icalendar--convert-non-recurring-all-day-to-diary)
10520         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10521         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10522         (icalendar--convert-ical-to-diary): Use the above functions.
10524 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10526         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10527         Remove these recent additions.
10528         (c-mode): Restore to before 2005-04-28.
10530         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10531         recent addition.
10533         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10534         (gdb-define-alist): New variables.
10535         (gdb-create-define-alist): New function.
10536         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10537         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10538         with string-to-number.
10539         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10541         * progmodes/gud.el: Replace string-to-int with string-to-number.
10542         (gud-find-file): Handle gdb-define-alist.
10544         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10546 2005-05-02  Jay Belanger  <belanger@truman.edu>
10548         * calc/calc-aent.el (math-read-token):
10549         * calc/calc-bin.el (calc-word-size):
10550         * calc/calc-ext.el (calc-read-number-fancy):
10551         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10552         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10553         * calc/calc-frac.el (calc-over-notation):
10554         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10555         (calc-graph-num-points, calc-graph-init):
10556         * calc/calc-prog.el (calc-read-parse-table-part)
10557         (calc-edit-macro-repeats):
10558         * calc/calc-yank.el (calc-do-grab-rectangle):
10559         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10560         Replace `string-to-int' by `string-to-number'.
10562 2005-05-02  Kim F. Storm  <storm@cua.dk>
10564         * kmacro.el: Use executing-kbd-macro-index variable.
10566 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10568         * net/rlogin.el (rlogin-parse-words): Delete func.
10569         (rlogin): Use split-string, not rlogin-parse-words.
10570         Also, if there are option-like elements in the parsed args,
10571         take the host to be the first arg immediately following them.
10572         Suggested by Michael Mauger.
10574 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10576         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10578 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10580         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10581         (cc-mode-cpp-program): Rename to cc-define-list-program and
10582         move to cc-vars.el.
10584         * progmodes/cc-vars.el (cc-define-list-program):
10585         Change to "gcc -E -dM -".  Make customizable.
10587 2005-05-02  Kim F. Storm  <storm@cua.dk>
10589         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10591 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10593         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10595         * international/mule-util.el (truncate-string): Remove alias and
10596         obsolete declaration.
10598         * international/mule-cmds.el (update-iso-coding-systems):
10599         Remove alias and obsolete declaration.
10601         * international/mule.el (coding-system-parent): Remove alias and
10602         obsolete declaration.
10604         * subr.el (define-function, sref): Remove aliases and obsolete
10605         declarations.
10606         (chars-in-region): Remove obsolete declaration.
10608 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10610         * info.el (Info-mode): Set widen-automatically to nil, locally.
10612         * simple.el (widen-automatically): New variable.
10613         (pop-global-mark): Obey widen-automatically.
10615 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10617         * term/xterm.el (function-key-map): Call substitute-key-definition
10618         before the keymap size is increased by a lot of define-key calls.
10620 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10622         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10623         Rename ARG to ELEMENT.  Doc fix.
10625 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10627         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10628         Remove references to allout-exposure/change to allout-new-exposure.
10630         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10631         bytecode symbols.
10633         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10634         (compiled-function-p, focus-frame, unfocus-frame):
10635         Remove aliases and obsolete declarations.
10636         Back out inadvertent changes from previous commit.
10638 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10640         * files.el (require-final-newline): Make Custom tags consistent
10641         with mode-require-final-newline.
10642         (mode-require-final-newline): Doc fix.
10644 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10646         * international/latexenc.el (latexenc-find-file-coding-system):
10647         Fix regular expressions.
10649 2005-05-01  David Kastrup <dak@gnu.org>
10651         * international/latexenc.el (latexenc-find-file-coding-system):
10652         Fix regular expressions.
10654 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10656         * subr.el (string-to-int): Make obsolete.
10658 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10660         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10662         * loadup.el: load jka-comp-hook.
10664         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10665         (jka-compr-handler): Add autoload.  `put' calls moved
10666         to jka-comp-hook.el.
10667         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10668         (jka-compr-inhibit): Autoload.
10670         * jka-comp-hook.el: New file.
10671         Enable the mode by default.
10673         * files.el (backup-buffer-copy): Use copy-file instead
10674         of write-region, and put back the 'excl.
10676 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
10678         * progmodes/flymake.el (flymake-split-string)
10679         (flymake-split-string, flymake-log, flymake-pid-to-names)
10680         (flymake-reg-names, flymake-get-source-buffer-name)
10681         (flymake-unreg-names, flymake-add-line-err-info)
10682         (flymake-add-err-info): Clarify docstrings.
10683         (flymake-popup-menu, flymake-make-emacs-menu)
10684         (flymake-make-xemacs-menu): Add docstrings.
10685         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10686         Set variables directly throughout.
10688 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
10690         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10691         exists.  Initialize cc-define-alist.
10692         (c-mode): Add cc-create-define-alist locally to after-save-hook.
10693         If there is no file (Macroexpansion) don't create an alist.
10695 2005-04-29  Sam Steingold  <sds@gnu.org>
10697         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10698         (cc-create-define-alist): Use it instead of the hard-coded string.
10700 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         * international/mule-conf.el (file-coding-system-alist): Fix regexp
10703         for latexenc.
10705 2005-04-29  Lute Kamstra  <lute@gnu.org>
10707         * emacs-lisp/generic.el: Improve commentary section.
10708         (define-generic-mode): Improve docstring.
10710 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
10712         * textmodes/org.el (many places): Change to quiet the byte compiler.
10713         (org-prefix-format-compiled): New variable.
10714         (org-compile-prefix-format): New function.
10715         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10716         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10717         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10718         (org-get-entries-from-diary): Use `org-get-time-of-day' for
10719         consistency with entries from `org-mode' files.
10720         (org-get-time-of-day): Fix bug with partial matches early in a line.
10721         (org-non-link-chars): New constant.
10722         (org-link-regexp): Respect `org-non-link-chars'.
10723         (org-agenda-day-view): Remove command.
10724         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10725         (org-follow-bbdb-link, org-store-link): Search also company field.
10726         (org-highlight-overlay): New variable.
10727         (org-highlight, org-unhighlight): New functions.
10728         (org-agenda-mode): Add pre-command-hook to remove highlight.
10729         (org-evaluate-time-range): Behavior depends upon whether time stamp
10730         contains a time or not.
10731         (org-show-subtree, org-show-entry): New functions.
10732         (org-agenda-cleanup-fancy-diary): Remove empty lines.
10734 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10736         * comint.el (comint-output-filter-functions): Add autoload cookie.
10738 2005-04-28  Kim F. Storm  <storm@cua.dk>
10740         * ido.el (ido-everywhere): Fix last change.
10742 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10744         * international/latexenc.el: New file.
10745         * international/mule-conf.el (file-coding-system-alist): For .tex,
10746         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10748 2005-04-28  Lute Kamstra  <lute@gnu.org>
10750         * font-lock.el (font-lock-add-keywords)
10751         (font-lock-remove-keywords): Clarify docstring.
10752         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10753         Don't start docstrings with a `*'.
10754         (font-lock-update-removed-keyword-alist): Give it a docstring.
10756         * generic-x.el: Update commentary section.
10757         Only require font-lock when compiling.
10758         Define all modes conditionally.
10759         Place all generic modes in the generic-x-modes customization group.
10760         (generic-x-modes): New customization group.
10761         (generic-default-modes, generic-mswindows-modes)
10762         (generic-unix-modes, generic-other-modes): New constants.
10763         (generic-define-mswindows-modes, generic-define-unix-modes):
10764         Update docstrings.  Make them obsolete.
10765         (generic-extras-enable-list): New default value.  Update docstring.
10766         Improve :type.  Change :set function.
10767         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10768         Fix docstring.
10770         * emacs-lisp/generic.el (generic-mode-internal):
10771         Simplify font-lock-defaults.
10772         (define-generic-mode): Fix docstring.
10774 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10777         font-lock-face property to highlight matches.
10779 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
10781         * progmodes/cc-mode.el (cc-create-define-alist): New function.
10782         (cc-define-alist): New variable.
10783         (c-mode): Make it local and initialize it.
10785         * progmodes/gdb-ui.el (gdb-active-process): New variable.
10786         (gdb-exited): New function.
10787         (gdb-annotation-rules): Use it.
10788         (gdb-starting): Set gdb-active-process to t.
10789         (gdb-stopping): Amend doc string.
10790         (gdb-reset): Set gdb-active-process to nil.
10792         * tooltip.el (tooltip-gud-tips): Show the associated #define
10793         directives when a C program under GDB is not executing.
10795 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10797         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10798         font-lock-fontify-syntactic-keywords.
10800         * font-lock.el (font-lock-default-fontify-region): Don't force
10801         parse-sexp-lookup-properties to nil.
10803 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
10805         * man.el (man-mode-syntax-table): Set up `:' to have
10806         word-constituent syntax.
10808 2005-04-27  Lute Kamstra  <lute@gnu.org>
10810         * novice.el (disable-command): Don't add spurious newlines to the
10811         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
10813 2005-04-26  Jay Belanger  <belanger@truman.edu>
10815         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10816         than one window before deleting window.
10818 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
10820         * shell.el (shell-prompt-pattern): Doc fix.
10821         (shell-mode): Set paragraph-separate buffer locally to "\\'".
10823         * comint.el (comint-prompt-regexp, comint-get-old-input)
10824         (comint-use-prompt-regexp)
10825         (comint-use-prompt-regexp-instead-of-fields)
10826         (comint-replace-by-expanded-history, comint-send-input)
10827         (comint-output-filter, comint-get-old-input-default)
10828         (comint-line-beginning-position, comint-bol, comint-show-output)
10829         (comint-backward-matching-input, comint-forward-matching-input)
10830         (comint-next-prompt, comint-previous-prompt):
10831         Rename `comint-use-prompt-regexp-instead-of-fields' to
10832         `comint-use-prompt-regexp'.  Keep old name as alias and declare
10833         obsolete.
10834         (comint-use-prompt-regexp): Shorten first line of doc string.
10836         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
10837         Set paragraph-separate buffer locally to "\\'".
10839         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
10840         Adapt to above name change.
10842         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10843         (smbclient-prompt-regexp): Ditto.
10845         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
10847 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
10849         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
10850         gdb-location-list.
10851         Break lines that are over 80 characters wide.
10853 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
10856         New fun and var, to preserve compatibility.
10858         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
10860 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
10862         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
10863         name to file-newer-than-file-p.
10865 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10867         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
10869         * progmodes/python.el (python-mode):
10870         Use new name eldoc-documentation-function.
10872         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
10874         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10875         (eldoc-documentation-function):
10876         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
10878 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
10880         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
10882 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10884         * term/xterm.el (function-key-map): Fix strings for
10885         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
10886         {C,S,A,C-S}-{f1-f12}.
10888 2005-04-26  Kenichi Handa  <handa@m17n.org>
10890         * international/mule-cmds.el (select-safe-coding-system):
10891         Fix previous change.
10893 2005-04-26  Lute Kamstra  <lute@gnu.org>
10895         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
10897         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
10898         (font-lock-comment-delimiter-face): Ditto.
10900         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
10902 2005-04-25  Jay Belanger  <belanger@truman.edu>
10904         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
10905         to t while inserting information; use help-mode.
10907 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10909         * term.el (ansi-term-color-vector): Use the xterm colors.
10910         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
10912 2005-04-25  Lute Kamstra  <lute@gnu.org>
10914         * font-core.el (font-lock-defaults): Fix docstring.
10916         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
10918 2005-04-25  Kenichi Handa  <handa@m17n.org>
10920         * international/mule-cmds.el (select-safe-coding-system):
10921         Don't check consistency with coding: spec, etc if raw-text or
10922         no-conversion was found to be safe.
10924 2005-04-24  Richard M. Stallman  <rms@gnu.org>
10926         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
10927         citation markers at start of each line.
10929         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
10930         citation markers at start of each line.
10932         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
10934         * files.el (mode-require-final-newline): Fix previous change.
10935         (require-final-newline): Fix type label.
10937 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10939         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
10940         statement in buffer (broken by 2004-11-24 change).
10942 2005-04-24  Kim F. Storm  <storm@cua.dk>
10944         * ido.el (ido-everywhere): Save and restore old read-buffer-function
10945         and read-file-name-function values.  Don't overwrite existing
10946         non-nil values if ido-mode is enabled without ido-everywhere.
10948 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10950         * files.el (mode-require-final-newline): Minor doc fix.
10952 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10954         * subr.el (syntax-after): Doc fix.
10955         (syntax-class): If argument is nil, return nil.  Mask off upper 16
10956         bits, not 8 bits.
10958         * files.el (mode-require-final-newline): Doc fix.
10959         (backup-buffer-copy): Fix last change.
10961 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10963         * term/mac-win.el: Require select.  Set selection-coding-system to
10964         mac-system-coding-system.  Call menu-bar-enable-clipboard.
10965         (x-last-selected-text-clipboard, x-last-selected-text-primary)
10966         (x-select-enable-clipboard): New variables.
10967         (x-select-text, x-get-selection, x-selection-value)
10968         (x-get-selection-value, mac-select-convert-to-string)
10969         (mac-services-open-file, mac-services-open-selection)
10970         (mac-services-insert-text): New functions.
10971         (CLIPBOARD, FIND): Put mac-scrap-name property.
10972         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
10973         (public.tiff): Put mac-ostype property.
10974         (selection-converter-alist): Add entries for them.
10975         (mac-application-menu-map): New keymap.
10976         (interprogram-cut-function, interprogram-paste-function): Set to
10977         x-select-text and x-get-selection-value, respectively.
10978         (split-window-keep-point): Set to t.
10980 2005-04-23  Richard M. Stallman  <rms@gnu.org>
10982         * files.el (read-directory-name): Always pass non-nil
10983         DEFAULT-FILENAME arg to read-file-name.
10984         (backup-buffer-copy, basic-save-buffer-2): Take care against
10985         writing thru an unexpected existing symlink.
10986         (revert-buffer): In indirect buffer, revert the base buffer.
10987         (magic-mode-alist): Doc fix.
10988         (buffer-stale-function): Doc fix.
10989         (minibuffer-with-setup-hook): Avoid warning.
10990         (mode-require-final-newline): Doc and custom fix.
10992         * follow.el (follow-end-of-buffer): Use with-no-warnings.
10994         * font-lock.el (font-lock-comment-face): On terminals with few colors,
10995         use the default appearance.
10996         (font-lock-comment-delimiter-face): New face, new variable.
10998         * imenu.el (imenu--generic-function): The official position of a
10999         definition is the start of the line that BEG is in.
11001         * midnight.el (midnight-timer): Move defvar up.
11003         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11005         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11007         * startup.el (command-line): Use with-no-warnings.
11009         * window.el (window-size-fixed): New defvar.
11011         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11013         * mail/rmail.el (rmail-font-lock-keywords):
11014         Use font-lock-comment-delimiter-face.
11016         * mail/sendmail.el (mail-font-lock-keywords):
11017         Use font-lock-comment-delimiter-face.
11019         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11021 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11023         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11024         Specify t for LAXMATCH when matching directories.
11025         Save match data around compilation-compat-error-properties form.
11027 2005-04-23  David Kastrup  <dak@gnu.org>
11029         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11030         Mention that the autoloaded aliases should be kept for AUCTeX.
11032 2005-04-23  Andreas Schwab  <schwab@suse.de>
11034         * isearch.el (isearch-forward): Doc fix.
11036 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11038         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11039         (jit-lock-stealth-nice): Change default value to 0.5.
11041 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11043         * abbrev.el (write-abbrev-file): Write table entries in
11044         alphabetical order by table name.
11046 2005-04-22  Kim F. Storm  <storm@cua.dk>
11048         * ido.el (ido-read-internal): Fix `list' completion.
11050 2005-04-22  Kenichi Handa  <handa@m17n.org>
11052         * recentf.el (recentf-save-file-coding-system): New variable.
11053         (recentf-save-list): Encode the file by
11054         recentf-save-file-coding-system and add coding: tag.
11056 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11058         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11060 2005-04-21  Lute Kamstra  <lute@gnu.org>
11062         * loadhist.el (unload-feature): Don't remove a function from hooks
11063         if it is about to be restored to an autoload .  Remove functions
11064         that will become unbound from auto-mode-alist.  Simplify the code.
11066         * subr.el (assq-delete-all): New implementation that is linear,
11067         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11068         (rassq-delete-all): New function.
11070         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11071         Add size-indication-mode.
11073 2005-04-21  Kenichi Handa  <handa@m17n.org>
11075         * international/mule-cmds.el: Add autoload for widget-value in
11076         eval-when-compile.
11078 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11080         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11081         Add tooltip-mode.
11083         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11085 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11087         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11088         (inferior-lisp-filter-regexp, inferior-lisp-program)
11089         (inferior-lisp-load-command, inferior-lisp-prompt)
11090         (inferior-lisp-mode-hook, lisp-source-modes)
11091         (inferior-lisp-load-hook): defvar->defcustom.
11092         (inferior-lisp-program, inferior-lisp-prompt)
11093         (inferior-lisp-load-hook): Doc fixes.
11094         (inferior-lisp-install-letter-bindings): Small change in
11095         introductory comment.
11097 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11099         * vc.el (vc-annotate-color-map): Change some colors so that text
11100         using them as foreground is readable on both white and black
11101         backgrounds.
11103 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11105         * international/mule-conf.el (translation-table-for-input):
11106         Remove redundant declaration.
11108 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11110         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11112         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11113         (tooltip-toggle-gud-tips): New function.
11115 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11117         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11118         right angle brackets.
11120 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11122         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11124 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11127         Remove.  Update callers to use expand-file-name instead.
11129         * subr.el (syntax-class): New function.
11131         * simple.el (blink-matching-open): Use it.
11133         * paren.el (show-paren-function): Use it to recognize parens that are
11134         also used in 2-char comment markers.
11136 2005-04-19  Lute Kamstra  <lute@gnu.org>
11138         * loadhist.el (unload-feature): Update for new format of
11139         load-history.  Simplify the code.
11141 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11143         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11144         (mac-add-charset-info): New function.  Initialize variable
11145         mac-charset-info-alist using it.
11146         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11147         for translation.
11148         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11149         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11150         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11151         New CCL programs.
11153 2005-04-19  Kim F. Storm  <storm@cua.dk>
11155         * simple.el (next-buffer, prev-buffer, next-error)
11156         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11157         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11159         * bindings.el (next-buffer, prev-buffer, next-error)
11160         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11161         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11162         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11163         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11165 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * isearch.el (isearch-edit-string): Make the search-ring available for
11168         minibuffer history commands.
11169         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11170         the default history commands now work just as well.
11171         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11173 2005-04-18  Kim F. Storm  <storm@cua.dk>
11175         * emulation/cua-base.el (cua--pre-command-handler): Add more
11176         elaborate check for shift modifier on non-window systems.
11178 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11180         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11182 2005-04-18  Kim F. Storm  <storm@cua.dk>
11184         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11185         and make it optional.  Don't test tooltip-gud-echo-area here.
11186         (tooltip-gud-process-output, gdb-tooltip-print):
11187         Pass tooltip-gud-echo-area to tooltip-show.
11188         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11190 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11192         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11193         `display-graphic-p' may not be bound yet.
11195 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11197         * startup.el (command-line): No longer enable Xterm Mouse mode by
11198         default in terminals compatible with xterm.
11200         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11202 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11204         * tooltip.el (tooltip-gud-echo-area): Rename from
11205         tooltip-use-echo-area.
11206         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11207         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11208         area independently of where help tooltips are displayed.
11210 2005-04-17  David Kastrup  <dak@gnu.org>
11212         * cus-theme.el (custom-theme-write-variables): Quote variables
11213         where necessary.
11215 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11217         * simple.el (yank-excluded-properties): Add follow-link to value.
11219         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11221         * startup.el (fancy-splash-max-time): Just 30 seconds.
11222         (fancy-splash-delay): Just 7.
11223         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11225         * loadhist.el (unload-feature): Update for new format of load-history.
11226         Simplify the code.
11228         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11229         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11231         * mail/sendmail.el (mail-font-lock-keywords):
11232         Don't fontify subject text.
11233         Don't fontify the text of a citation.
11235 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11237         * comint.el (comint-output-filter): Run comint-output-filter-functions
11238         with point where the user had it.
11240 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * international/ucs-tables.el (ucs-set-table-for-input):
11243         Disable when using unify-on-decoding.
11245 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11247         * emulation/cua-base.el (cua-global-mark-face): Add special case
11248         for displays supporting a high number of colors.
11250 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11252         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11254 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11256         * filesets.el (filesets-add-buffer): If user supplies a name of a
11257         non-existing fileset, create a new fileset.
11259 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11261         * textmodes/org.el (org-up-heading-all): Fix bug with
11262         `outline-up-heading-all'.
11264 2005-04-16  Andreas Schwab  <schwab@suse.de>
11266         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11267         /etc/permissions.d/* and /etc/aliases.d/*.
11269 2005-04-16  Kenichi Handa  <handa@m17n.org>
11271         * international/code-pages.el (cp-make-coding-system):
11272         Set `translation-table-for-input' property value to the symbol
11273         ucs-mule-to-mule-unicode, not to that value.
11274         (pt154): Escape guillemet by `\'.
11276 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11278         * loadup.el: Load tooltip if x-show-tip is fboundp.
11280         * startup.el (command-line): Add comment.
11282         * tooltip.el (tooltip-mode): Specify correct standard value for
11283         Custom in init-value.
11285 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11287         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11288         possible.
11290 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11292         * textmodes/org.el (org-agenda-date-prompt): Rename from
11293         `org-agenda-date-today'.
11294         (org-evaluate-time-range): Insert at point instead of directly
11295         after time range.
11296         (org-first-headline-recenter, org-subtree-end-visible-p)
11297         (org-optimize-window-after-visibility-change): New functions
11298         (org-agenda-post-command-hook): Don't allow point at end of line,
11299         to make sure it always hits the text properties.
11300         (org-agenda-next-date-line, org-agenda-previous-date-line):
11301         New commands.
11302         (org-set-regexps-and-options): Category may contain white space.
11303         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11304         Improve marker positions.
11305         (org-agenda-new-marker): Argument POS made optional.
11306         (org-agenda-get-timestamps): Deadlines which are done are listed
11307         in org-done-face now.
11308         (org-agenda-get-todos, org-agenda-get-timestamps)
11309         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11310         Set `undone-face' and `done-face' properties.
11311         (org-last-todo-state-is-todo): New variable.
11312         (org-todo): Set `org-last-todo-state-is-todo'.
11313         (org-agenda-todo): Change face according to
11314         `org-last-todo-state-is-todo'.  And change other lines referring to
11315         the same entry.
11316         (org-calendar-goto-agenda): New command.
11317         (org-calendar-to-agenda-key): New option.
11318         (org-startup-folded): New allowed value `content'.
11319         (org-set-regexps-and-options): Accept new value `content' for
11320         `org-startup-folded'.
11321         (org-get-current-options): Handle new value `content' for
11322         `org-startup-folded'.
11323         (org-insert-todo-heading): New command.
11324         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11325         interactively in empty file and option
11326         `org-insert-mode-line-in-empty-file' has been set.
11327         (org-agenda-todo,org-agenda-priority): Modify to use
11328         `org-agenda-change-all-lines'.
11329         (org-warning-face): Change color on dark background
11331 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11333         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11334         use preferences AppleLocale and AppleLanguages, and variable
11335         mac-system-locale for default locale.  On Mac OS Classic, use
11336         mac-system-coding-system for default coding systems.
11338         * term/mac-win.el: Don't set file-name-coding-system.
11339         Decode variables system-name, emacs-build-system, user-login-name, and
11340         user-full-name by mac-system-coding-system on Mac OS Classic.
11341         (mac-system-coding-system): New variable.
11343 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11345         * startup.el (command-line): Handle `xterm-mouse-mode' before
11346         reading init file.
11348         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11350 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11352         * progmodes/sh-script.el (sh-here-document-word): Make it a
11353         defcustom.  Doc fix.
11354         (sh-add): Bash uses $(( )) for arithmetic.
11355         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11356         (sh-maybe-here-document): Remove quotes and leading whitespace
11357         from heredoc word when closing.  Indent heredoc with tabs if word
11358         starts with "-".
11360 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11362         * simple.el (undo): Fix previous change.
11364         * custom.el (defface): Doc fix.
11366 2005-04-13  Lute Kamstra  <lute@gnu.org>
11368         * Makefile.in (DONTCOMPILE): Remove list.
11369         (compile, compile-always): Don't use DONTCOMPILE.
11370         (update-authors): Load the library in which batch-update-authors
11371         is defined.
11372         * makefile.w32-in (DONTCOMPILE): Remove list.
11373         (compile, compile-always): Fix comments.
11374         (update-authors): Load the library in which batch-update-authors
11375         is defined.
11377         * generic-x.el (generic-mode-ini-file-find-file-hook):
11378         Rename to ini-generic-mode-find-file-hook.
11379         Keep generic-mode-ini-file-find-file-hook as an alias.
11380         (ini-generic-mode-find-file-hook): Rename from
11381         generic-mode-ini-file-find-file-hook.  Fix docstring.
11382         (ini-generic-mode): Docstring change.
11383         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11385         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11386         called from lisp.
11388         * generic.el: Move to the emacs-lisp subdir.
11390 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11392         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11393         and C-S- function and cursor motion keys.
11395 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11397         * startup.el (command-line): Enable Xterm Mouse mode by default.
11398         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11399         for Custom.  No longer show "Mouse" in mode line when enabled.
11400         Doc fix.
11402 2005-04-12  Kim F. Storm  <storm@cua.dk>
11404         * emulation/cua-base.el (cua-rectangle-face)
11405         (cua-rectangle-noselect-face): Define face attributes here.
11407         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11409 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11411         * startup.el (command-line): Turn off blinking cursor if
11412         cursorBlink in resources is off or false.
11414 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11416         * term/mac-win.el (dnd): Require dnd.
11417         (mac-drag-n-drop): Call dnd-handle-one-url.
11418         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11419         (kTextEncodingISOLatin2): Remove constants.
11420         (mac-script-code-coding-systems): New constant.
11421         (mac-handle-language-change): New function.
11422         (special-event-map): Bind it to `language-change' event.
11423         (mac-centraleurroman, mac-cyrillic): New coding systems.
11424         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11425         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11426         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11427         encode-mac-cyrillic, respectively.
11429 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11431         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11432         Don't set overlay-arrow-string to "=>" as this is done
11433         globally in C now.
11435 2005-04-12  Lute Kamstra  <lute@gnu.org>
11437         * generic-x.el (rc-generic-mode, rul-generic-mode):
11438         Fix auto-mode-alist entries.
11439         (etc-fstab-generic-mode): Tweak fontification.
11441         * generic.el (generic-make-keywords-list): Fix docstring.
11442         (generic-mode-internal): Simplify generic-font-lock-keywords.
11444 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11446         * whitespace.el (whitespace-buffer-leading)
11447         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11448         However, fix the highlight area for the leading and
11449         trailing whitespaces to show space.
11451 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11453         * whitespace.el (whitespace-version): Bump to 3.5
11455         (whitespace-buffer-leading, whitespace-buffer-trailing):
11456         Invert sense of the test to highlight the whitespace.
11458 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11460         * progmodes/gud.el (gud-display-line): GUD uses its own
11461         overlay arrow now so don't set overlay-arrow-string.
11462         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11464 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11466         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11467         (term-ansi-current-reverse, term-ansi-current-invisible)
11468         (term-ansi-face-already-done): Change to boolean.
11469         (term-reset-terminal, term-handle-colors-array): Handle the above
11470         vars accordingly.
11471         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11472         (term-emulate-terminal): Use the new name.
11474         * faces.el (secondary-selection): Use yellow1, not yellow.
11475         (trailing-whitespace): Use red1, not red.
11477 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11479         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11480         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11481         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11483         * cus-edit.el (dnd): New group.
11485         * term/w32-win.el (dnd): Require dnd
11486         (w32-drag-n-drop): Call dnd-handle-one-url.
11488         * x-dnd.el: Require dnd.
11489         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11490         Call dnd-handle-one-url.
11491         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11492         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11493         to dnd-insert-text.
11494         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11495         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11496         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11497         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11499         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11501 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11503         * wdired.el: Doc fixes.
11504         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11505         (wdired-use-dired-vertical-movement): Rename from
11506         wdired-always-move-to-filename-beginning.
11507         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11508         (wdired-change-to-wdired-mode): Change mode name.
11509         (wdired-newline): Delete.
11511 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11513         * whitespace.el (whitespace-highlight-the-space):
11514         Don't call whitespace-unhighlight-the-space here.
11516         * simple.el (undo): Record t in undo-equiv-table
11517         for the redo record made by an undo-in-region.
11519 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11521         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11522         (gdb-frame-inferior-io-buffer): New Functions to control
11523         display of separate IO buffer.
11524         (menu): Add them to menu-bar.
11525         (gdb-display-buffer): Check for buffer another frame.
11526         Protect GUD buffer.
11527         (gdb-setup-windows): Create IO buffer if not already there.
11528         (gdb-memory-mode): Remove purecopy noops.
11530 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11532         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11533         and pass to self-insert-command.
11535 2005-04-11  Lute Kamstra  <lute@gnu.org>
11537         * generic.el: Commentary section cleanup.
11538         (generic): Delete.
11539         (generic-use-find-file-hook, generic-lines-to-scan)
11540         (generic-find-file-regexp, generic-ignore-files-regexp)
11541         (default-generic-mode, generic-mode-find-file-hook)
11542         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11543         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11544         (generic-use-find-file-hook, generic-lines-to-scan)
11545         (generic-find-file-regexp, generic-ignore-files-regexp)
11546         (default-generic-mode, generic-mode-find-file-hook)
11547         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11549 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11551         * bookmark.el (bookmark-write-file): Catch errors writing file.
11552         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11554 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11556         * startup.el (fancy-splash-tail): Update copyright year.
11557         (command-line): Split part of -Q into -D.
11558         (emacs-basic-display): New defvar.
11559         (fancy-splash-text): Correct name of menu item.
11561         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11563         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11564         lines in one node.
11566         * comint.el (comint-send-input): New arg ARTIFICIAL.
11567         Callers in this file changed.
11569         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11571         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11573 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11575         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11576         `ldap-search-internal'.
11578 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11580         * files.el (set-auto-mode-1): Use line-end-position.
11582         * international/latin-1.el:
11583         * international/latin-2.el:
11584         * international/latin-3.el:
11585         * international/latin-4.el:
11586         * international/latin-5.el:
11587         * international/latin-8.el:
11588         * international/latin-9.el: Give punctuation syntax to NBSP.
11590         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11591         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11592         Use char-classes to accept non-ascii letters, accepted in some recent
11593         bibtex implementations.
11595 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11597         * custom.el (custom-set-minor-mode): Any non-nil value for the
11598         variable should enable the mode when set through Custom.
11600 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11603         TAB binding so tab-always-indent is obeyed.
11604         (vhdl-minibuffer-local-map): Move initialization into declaration.
11605         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11606         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11607         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11608         (vhdl-current-line): Use line-beginning-position.
11609         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11610         with-output-to-temp-buffer, so the current position can be recorded.
11612 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11614         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11615         Add regexp for gcov.
11617 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11620         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11621         syntax which Emacs 20 doesn't support.
11623 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11625         * help.el (describe-key-briefly, describe-key):
11626         Replace strings as event types with "(any string)".
11628 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * arc-mode.el (archive-mode-map): Move initialization into
11631         the declaration.  Override *all* bindings of `undo'.
11632         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11634 2005-04-09  Jay Belanger  <belanger@truman.edu>
11636         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11638 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11640         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11641         (xterm-register-default-colors): Update color values computation
11642         to match xterm-200.
11644 2005-04-09  Kenichi Handa  <handa@m17n.org>
11646         * international/code-pages.el (iso-latin-7): Fix the map.
11648 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11650         * emacs-lisp/lisp.el (defun-prompt-regexp)
11651         (parens-require-spaces, buffer-end, end-of-defun)
11652         (insert-parentheses): Doc fixes.
11654 2005-04-08  Kim F. Storm  <storm@cua.dk>
11656         * comint.el (comint-highlight-prompt): Fix face spec.
11657         * hi-lock.el (hi-green): Likewise.
11659 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11661         * cus-edit.el (custom-modified-face):
11662         * comint.el (comint-highlight-input): Fix previous changes.
11663         * term.el (term-handle-ansi-escape): Add a comment.
11665 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11667         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11668         in the buffer and in whitespace-highlighted-space.
11669         (whitespace-unhighlight-the-space): Simplify.
11670         (whitespace-buffer): Simplify.
11672 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11674         * textmodes/table.el (table-cell-face): Add special case for
11675         displays supporting a high number of colors.
11676         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11677         (vhdl-font-lock-reserved-words-face)
11678         (vhdl-speedbar-architecture-face)
11679         (vhdl-speedbar-instantiation-face)
11680         (vhdl-speedbar-architecture-selected-face)
11681         (vhdl-speedbar-instantiation-selected-face): Likewise.
11682         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11683         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11684         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11685         (ebrowse-root-class-face, ebrowse-member-attribute-face)
11686         (ebrowse-progress-face): Likewise.
11687         * progmodes/compile.el (compilation-info-face): Likewise.
11688         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11689         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11690         * calendar/calendar.el (diary-face): Likewise.
11691         * woman.el (woman-italic-face, woman-bold-face)
11692         (woman-unknown-face): Likewise.
11693         * wid-edit.el (widget-button-pressed-face): Likewise.
11694         * whitespace.el (whitespace-highlight-face): Likewise.
11695         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11696         * pcvs-info.el (cvs-marked-face): Likewise.
11697         * info.el (info-xref): Likewise.
11698         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11699         * hilit-chg.el (highlight-changes-face)
11700         (highlight-changes-delete-face): Likewise.
11701         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11702         (hi-red-b): Likewise.
11703         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11704         * font-lock.el (font-lock-keyword-face)
11705         (font-lock-function-name-face, font-lock-warning-face): Likewise.
11706         * cus-edit.el (custom-invalid-face, custom-modified-face)
11707         (custom-set-face, custom-changed-face, custom-variable-tag-face)
11708         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11709         * comint.el (comint-highlight-prompt): Likewise.
11711 2005-04-08  Lute Kamstra  <lute@gnu.org>
11713         * font-lock.el (font-lock-keywords): Docstring fixes.
11715 2005-04-08  Kenichi Handa  <handa@m17n.org>
11717         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11718         chars are more than a limit, print " and more..." at the tail.
11720 2005-04-08  Kim F. Storm  <storm@cua.dk>
11722         * emacs-lisp/authors.el (authors-aliases): Update list.
11723         (authors-ignored-files): New list.
11724         (authors-fixed-entries): Fix typo.
11725         (authors-renamed-files-alist): Update list.
11726         (authors-add): Check authors-ignored-files.
11728 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
11730         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11731         optional, to ensure backward compatibility.
11733 2005-04-08  Stephen Eglen  <stephen@gnu.org>
11735         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11737 2005-04-08  Kim F. Storm  <storm@cua.dk>
11739         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11741         * mouse.el (mouse-on-link-p): Doc fix.
11743 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
11745         * ielm.el (ielm-prompt-read-only): Doc fix.
11747         * comint.el (comint-prompt-read-only): Doc fix.
11749 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
11751         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11752         ensure dired always handles wildcards passed to ffap.
11753         (find-file-at-point): Use it.
11754         (ffap-dired-wildcards): Doc fix.
11756 2005-04-07  Juri Linkov  <juri@jurta.org>
11758         * simple.el (next-error-overlay-arrow-position): New defvar.
11759         Put "=>" on its property `overlay-arrow-string'.  Add it to
11760         `overlay-arrow-variable-list'.
11762         * progmodes/compile.el (compilation-setup):
11763         Set `next-error-overlay-arrow-position' to nil.  Also set it to
11764         nil in the local hook `kill-buffer-hook'.  Make local variable
11765         `overlay-arrow-string' and set it to "=>".
11766         (compilation-goto-locus): Set BOL position to
11767         `next-error-overlay-arrow-position' instead of
11768         `overlay-arrow-position'.
11770         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11771         locally instead of adding it to the global hook.
11772         (Info-kill-buffer): Move up.
11774 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11776         * term/xterm.el (xterm-standard-colors): Update color values from
11777         xterm-200.
11779 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11781         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11783         * fast-lock.el:
11784         * lazy-lock.el: Move them to the obsolete subdir.
11786 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11788         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11789         (wdired-add-replace-advice): Remove.
11790         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11792 2005-04-06  Kim F. Storm  <storm@cua.dk>
11794         * startup.el (command-line): Add --bare-bones alias for -Q.
11796 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11798         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11799         create the startup fontset if a font specification ends with
11800         `mac-roman'.
11802 2005-04-06  Lute Kamstra  <lute@gnu.org>
11804         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11805         change.
11807         * emacs-lisp/copyright.el (copyright-update-year): Replace the
11808         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
11810 2005-04-05  Lute Kamstra  <lute@gnu.org>
11812         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11813         (define-generic-mode): Ditto.  Fix debug declaration.
11815         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11816         Put them in the generic-x group.
11818         * calendar/timeclock.el (timeclock): Doc fix.
11820         * generic.el (define-generic-mode): Don't use custom-current-group.
11821         Document default :group value.
11822         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
11823         (define-global-minor-mode): Don't use custom-current-group.
11825 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
11827         * startup.el (command-line-1): Display startup-echo-area-message
11828         when fancy splash screen is in use.
11830         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
11831         (sh-escaped-newline): New face.
11832         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
11833         newline, and use sh-escaped-newline face.
11835         * progmodes/tcl.el (tcl-escaped-newline): New face.
11836         (tcl-builtin-list): New variable.
11837         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
11838         newlines.  Fix keywords subexpression number.
11840 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
11842         * textmodes/org.el (org-diary-default-entry): Fix call to
11843         `add-to-diary-entry'.
11845 2005-04-05  Kim F. Storm  <storm@cua.dk>
11847         * ediff-init.el: Use (featurep 'xemacs).
11849 2005-04-05  David Ponce  <david@dponce.com>
11851         * cus-edit.el (face): Derive from symbol widget.  Display sample
11852         of the current face on the fly.
11853         (widget-face-sample-face-get, widget-face-notify): New functions.
11854         (widget-face-value-create): Remove.
11856         * wid-edit.el (widget-field-end): Temporarily remove field
11857         narrowing before to call `get-char-property'.
11859 2005-04-04  Jay Belanger  <belanger@truman.edu>
11861         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
11862         (math-read-subscripts): New variable.
11863         (math-read-preprocess-string): Process subscripts.
11865 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11867         * comint.el (comint-prompt-read-only): Doc fix.
11869         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
11870         `-1'.  Doc fix.
11872 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
11874         * textmodes/org.el (org-insert-mode-line-in-empty-file):
11875         Change default value to nil.
11877 2005-04-04  Lute Kamstra  <lute@gnu.org>
11879         * autorevert.el (auto-revert-mode): Specify :group.
11880         * battery.el (display-battery-mode): Specify :group.
11881         * diff-mode.el (diff-minor-mode): Specify :group.
11882         * font-core.el (font-lock-mode): Specify :group.
11883         * hl-line.el (hl-line-mode): Specify :group.
11884         * iimage.el (iimage): New customization group.
11885         (iimage-mode): Specify :group.
11886         * longlines.el (longlines-mode): Specify :group.
11887         * master.el: Don't require easy-mmode.
11888         (master): New customization group.
11889         (master-mode): Specify :group.
11890         * msb.el (msb-mode): Specify :group.
11891         * reveal.el (reveal-mode): Specify :group.
11892         * simple.el (next-error-follow-minor-mode): Specify :group.
11893         * smerge-mode.el (smerge-mode): Specify :group.
11894         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
11895         * emulation/cua-base.el (cua-mode): Specify :group.
11896         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
11897         * language/thai-util.el (thai-auto-composition-mode)
11898         (thai-word-mode): Specify :group.
11899         * mail/supercite.el (sc-minor-mode): Specify :group.
11900         * progmodes/cwarn.el (cwarn-mode): Specify :group.
11901         * progmodes/flymake.el (flymake-mode): Specify :group.
11902         * progmodes/glasses.el (glasses-mode): Specify :group.
11903         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
11904         * textmodes/enriched.el (enriched-mode): Specify :group.
11905         * textmodes/refill.el (refill-mode): Specify :group.
11907         * add-log.el (change-log-font-lock-keywords): Names in
11908         parenthesized lists can contain spaces.
11910 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
11912         * startup.el (fancy-splash-text): Shorten default text of
11913         "Emacs Tutorial" line.  Also, if the current language env
11914         indicates an available tutorial file other than TUTORIAL,
11915         extract its title and append it to the line in parentheses.
11916         (fancy-splash-insert): If arg is a thunk, funcall it.
11918 2005-04-04  Jay Belanger  <belanger@truman.edu>
11920         * calc.el (calc-language-alist): Add tags to customization type.
11922 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
11924         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
11925         Doc fix.
11927 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
11929         * add-log.el (change-log-font-lock-keywords): The manual
11930         describing a Change Log entry, says: (...) "Aside from these
11931         header lines, every line in the change log starts with a space or
11932         a tab.".  The font-lock was not highlighting lines started with
11933         spaces, added support for it.
11935 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11937         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
11938         (bibtex-generate-url-list): Update docstring accordingly.  Put the
11939         complex example in the docstring.
11940         (bibtex-font-lock-url): Use pop.
11942 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11944         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
11946         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
11948 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11950         * filesets.el (filesets-set-default): Doc fix.
11952 2005-04-03  Lute Kamstra  <lute@gnu.org>
11954         * generic.el (define-generic-mode): Add argument to specify
11955         keywords for defcustom.
11956         (default-generic-mode): Specify :group.
11958         * generic-x.el: Specify :group for all generic modes.
11960         * desktop.el (desktop-no-desktop-file-hook)
11961         (desktop-after-read-hook): Doc fix.
11963 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
11965         * simple.el (visible-mode): Use explicit :group keyword.
11966         This changes the group of `visible-mode-hook' from paren-blinking
11967         to editing-basics.
11969 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11971         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
11972         mailbox specifications as well as URLs.
11973         (rmail-insert-inbox-text): Remove unused conditional branches.
11975 2005-04-01  Jay Belanger  <belanger@truman.edu>
11977         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11978         (calc-gnuplot-print-command): Move definitions to calc.el.
11980         * calc/calc-embed.el (calc-embedded-announce-formula)
11981         (calc-embedded-open-formula, calc-embedded-close-formula)
11982         (calc-embedded-open-word, calc-embedded-close-word)
11983         (calc-embedded-open-plain, calc-embedded-close-plain)
11984         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
11985         (calc-embedded-open-mode, calc-embedded-close-mode):
11986         Move definitions to calc.el.
11988         * calc/calc.el (calc-settings-file, calc-language-alist):
11989         Make customizable.
11990         (calc-embedded-announce-formula, calc-embedded-open-formula)
11991         (calc-embedded-close-formula, calc-embedded-open-word)
11992         (calc-embedded-close-word, calc-embedded-open-plain)
11993         (calc-embedded-close-plain, calc-embedded-open-new-formula)
11994         (calc-embedded-close-new-formula, calc-embedded-open-mode)
11995         (calc-embedded-close-mode, calc-gnuplot-name)
11996         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
11997         from other files and make customizable.
11999 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12002         Use buffer-live-p.
12003         (cvs-mode-run): Don't call cvs-update-header here.
12004         (cvs-run-process): Call cvs-update-header.
12005         Use process properties for cvs-postprocess and cvs-buffer so that
12006         the sentinel can behave better if the temp buffer is killed.
12007         Use a pipe rather than a tty, to better handle unexpected prompts.
12008         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12010 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12012         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12013         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12015 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * generic.el (define-generic-mode): Add indentation rule.
12019 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12021         * files.el (mode-require-final-newline): Make Custom correctly
12022         report a nil value and allow to set it to nil via Custom.
12023         Doc fix.
12025 2005-04-01  Kenichi Handa  <handa@m17n.org>
12027         * international/characters.el: Enable the correct case setting for
12028         dotless-i and dotted-I.
12030 2005-04-01  Kim F. Storm  <storm@cua.dk>
12032         * ido.el (ido-file-internal): Fall back to non-ido command if
12033         initial directory is on slow ftp (or tramp) host.
12035 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12037         * emacs-lisp/autoload.el (make-autoload):
12038         Handle define-global-minor-mode.
12040         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12041         Rename from easy-mmode-define-global-mode.
12042         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12044         * progmodes/scheme.el (scheme-mode-syntax-table):
12045         Update syntax of | and # for two-character comment syntax.
12047 2005-03-31  Lute Kamstra  <lute@gnu.org>
12049         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12050         (define-minor-mode): Call custom-current-group at load-time.
12052         * generic.el (define-generic-mode): Add debug declaration.
12053         Add defcustom for the mode hook.
12054         (generic-mode-internal): Use run-mode-hooks.
12056 2005-03-31  Kim F. Storm  <storm@cua.dk>
12058         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12059         (mouse-fixup-help-message): New defun called by show_help_echo
12060         to fixup mouse-2 prefix in help messages when applicable.
12062         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12064 2005-03-31  Kenichi Handa  <handa@m17n.org>
12066         * language/thai-word.el (thai-find-word-ends): Pay attention to
12067         the case that we reach the end of buffer.
12069         * textmodes/fill.el (fill-text-properties-at): New function.
12070         (fill-newline): Use fill-text-properties-at instead of
12071         text-properties-at.
12073 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12075         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12076         not comint-quote-filename.
12078 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12080         * help-fns.el (help-with-tutorial): Revert last change.
12082 2005-03-31  Kim F. Storm  <storm@cua.dk>
12084         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12086 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12088         * calendar/cal-china.el: Update reference to "Calendrical
12089         Calculations" book; there's a new edition.
12090         * calendar/cal-coptic.el: Likewise.
12091         * calendar/cal-french.el: Likewise.
12092         * calendar/cal-hebrew.el: Likewise.
12093         * calendar/cal-islam.el: Likewise.
12094         * calendar/cal-iso.el: Likewise.
12095         * calendar/cal-julian.el: Likewise.
12096         * calendar/cal-mayan.el: Likewise.
12097         * calendar/cal-persia.el: Likewise.
12098         * calendar/calendar.el: Likewise.
12099         * calendar/holidays.el: Likewise.
12100         * calendar/lunar.el: Likewise.
12101         * calendar/solar.el: Likewise.
12103         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12104         white space from doc string.
12106 2005-03-30  Jay Belanger  <belanger@truman.edu>
12108         * calc/calc-help.el (calc-full-help): Remove email address.
12110 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12112         * help-fns.el (help-with-tutorial): Delete title line.
12114 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12116         * calendar/cal-x.el (calendar-one-frame-setup)
12117         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12118         rather than 'symbol for set-window-dedicated-p.
12120         * calendar/appt.el (appt-buffer-name): Make it a constant.
12121         (appt-add): Doc fix.
12123         * filesets.el (filesets-menu-path, filesets-menu-before)
12124         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12125         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12126         (filesets-add-submenu): Delete and use add-submenu instead.
12128 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12130         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12131         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12132         (org-diary-default-entry): New function.
12133         (org-get-entries-from-diary): Better parsing of diary entries.
12134         (org-agenda-check-no-diary): New function.
12135         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12136         linking to diary entries.
12137         (org-agenda-execute-calendar-command): New function.
12138         (org-agenda): Improve visible section in window.
12139         Use `org-fit-agenda-window'.
12140         (org-fit-agenda-window): New option.
12141         (org-move-subtree-down): Better handling of empty lines
12142         at end of subtree.
12143         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12144         levels up.
12145         (org-fontify-done-headline): New option.
12146         (org-headline-done-face): New face.
12147         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12148         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12149         When current field is non-empty, it is copied to next row.
12150         (org-table-copy-from-above): Fix bug which made it
12151         impossible to copy fields containing only a single non-white character.
12153 2005-03-30  Kim F. Storm  <storm@cua.dk>
12155         * kmacro.el (kmacro-end-macro): Isearch may store this command
12156         into the macro -- so ignore it when executing keyboard macro.
12158 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12160         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12162 2005-03-29  Kenichi Handa  <handa@m17n.org>
12164         * language/thai.el ("Thai"): Set setup-function and exit-function
12165         for Thai language environment.
12167         * language/thai-util.el: Require thai-word.
12168         (thai-word-mode-map): New variable.
12169         (thai-word-mode): New minor mode.
12170         (setup-thai-language-environment-internal): New function.
12171         (exit-thai-language-environment-internal): New function.
12173         * language/thai-word.el (thai-word-table): Declare it by defvar,
12174         use dolist to initialize it.
12175         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12176         (thai-fill-find-break-point): New functions.
12178 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12180         * simple.el (idle-update-delay): Move definition up.
12181         (set-mark): Doc fix.
12183 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12185         * longlines.el: New file.
12187         * simple.el (buffer-substring-filters): New variable.
12188         (filter-buffer-substring): New function.
12189         (kill-region, copy-region-as-kill): Use it.
12191         * register.el (copy-to-register, append-to-register)
12192         (prepend-to-register): Use filter-buffer-substring.
12194 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12196         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12197         (gud-filter-pending-text): Move in front of gdb.
12198         (gud-overlay-arrow-position): New variable.
12199         (gud-sentinel, gud-display-line): Use it in place of
12200         overlay-arrow-position.
12202 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12204         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12205         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12206         (fortran-font-lock-keywords-4): New variable.
12207         (fortran-blocks-re, fortran-end-block-re)
12208         (fortran-start-block-re): New constants, for hideshow.
12209         (hs-special-modes-alist): Add a Fortran entry.
12210         (fortran-mode-map): Bind fortran-end-of-block,
12211         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12212         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12213         (fortran-looking-at-if-then, fortran-end-of-block)
12214         (fortran-beginning-of-block): New functions, for hideshow.
12216         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12217         Doc fix.  Tweak regexp.
12218         (f90-beginning-of-block): Push mark first.
12220 2005-03-29  Jay Belanger  <belanger@truman.edu>
12222         * calc/calc.el: Update copyright date.
12223         (calc-version): Increase to 2.1.
12224         (calc-version-date): Remove.
12226         * calc/calc-help.el: Update copyright date.
12227         (calc-full-help): Remove reference to calc-version-date.
12228         Update copyright date.
12230 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * vc.el (vc-do-command): Use a pipe for async processes, so password
12233         prompts don't show up at places where the user can't reply.
12235 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12237         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12238         on the file name we pass to the inferior shell.
12240 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12242         * progmodes/which-func.el (which-function): Be robust in the face of an
12243         imenu--make-index-alist failure.
12245 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12249         * progmodes/python.el (python-preoutput-filter): Fix last change.
12251 2005-03-29  Lute Kamstra  <lute@gnu.org>
12253         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12254         functions and compiled macros.
12255         (debug-convert-byte-code): Handle macros too.
12256         (debug-on-entry-1): Don't signal an error when trying to clear a
12257         function that is not set to debug on entry.
12259 2005-03-29  Jay Belanger  <belanger@truman.edu>
12261         * calc/calc-lang.el: Add functions to math-function-table
12262         properties of tex and math.
12264 2005-03-29  Kenichi Handa  <handa@m17n.org>
12266         * ps-mule.el (ps-mule-plot-string): Translate characters by
12267         ps-print-translation-table.
12268         (ps-mule-begin-job): Call find-charset-region/string with
12269         ps-print-translation-table.
12270         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12272         * ps-print.el (ps-print-translation-table): New variable.
12273         (ps-plot-region): Translate characters by ps-print-translation-table.
12275 2005-03-29  Juri Linkov  <juri@jurta.org>
12277         * simple.el (next-error-highlight-timer): New variable.
12279         * progmodes/compile.el (compilation-goto-locus):
12280         Use `next-error-highlight-timer' instead of `sit-for'.
12282 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12284         * mail/supercite.el (sc-mail-field): Use assoc-string.
12285         (sc-get-address): Simplify regexps.
12287         * files.el (minibuffer-with-setup-hook): New macro.
12288         (find-file-read-args): Use it to avoid let-binding
12289         minibuffer-with-setup-hook (which breaks turning on/off
12290         file-name-shadow-mode while in the prompt).
12292         * complete.el (PC-read-include-file-name-internal):
12293         Use test-completion.
12295 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12297         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12299 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12301         * window.el (window-buffer-height): Use count-screen-lines.
12303         * progmodes/python.el (python-preoutput-leftover): New var.
12304         (python-preoutput-filter): Use it.
12305         (python-send-receive): Loop until all the result has been received.
12307 2005-03-28  Juri Linkov  <juri@jurta.org>
12309         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12311         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12312         "Recover Crashed Session".
12313         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12314         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12315         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12316         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12317         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12318         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12319         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12320         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12322         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12323         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12324         Ediff Sessions", "Toggle use of separate control buffer frame",
12325         "Use separate frame for Ediff control buffer".
12327         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12328         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12329         "Rename Bookmark", "Delete Bookmark".
12331         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12332         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12333         Add `:active Info-index-alternatives' to "Next Matching Item".
12335         * wdired.el (wdired-change-to-wdired-mode):
12336         Mention `wdired-abort-changes' key in the initial message.
12338         * international/mule.el (auto-coding-alist): Associate non-ascii
12339         image filename extensions with `no-conversion'.
12341 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12343         * international/iso-acc.el:
12344         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12346 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12348         * textmodes/sgml-mode.el (html-mode): Doc update.
12350         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12352 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12354         * term.el (term-move-columns): Fix face after extending a line.
12355         (term-insert-spaces): Likewise.
12356         (term-reset-terminal): Fix off by one error.
12358 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12360         * international/mule.el (auto-coding-alist): Add .xpi files.
12362         * files.el (auto-mode-alist): Add .xpi files.
12364 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12366         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12368 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12370         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12372 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12374         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12375         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12377         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12378         cursor to Jan 1 when needed.
12379         (calendar-end-of-year): Fix -/+ typo.
12380         Reported by Chong Yidong <cyd@stupidchicken.com>.
12382 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12384         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12386         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12387         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12389 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12391         * filesets.el (filesets-init): Add autoload.
12393         * mail/mailalias.el (mail-directory): Doc fix.
12395 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12397         * mail/mailalias.el (mail-directory-process): Do nothing if
12398         mail-directory-process is an atom.
12399         (mail-get-names): Ignore mail-directory-names if it is an atom.
12400         (mail-directory-process defvar): Doc fix.
12401         (mail-names): Doc fix.
12403 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12405         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12407 2005-03-26  Kenichi Handa  <handa@m17n.org>
12409         * international/mule-util.el (detect-coding-with-priority):
12410         Call update-coding-systems-internal before detect-coding-region.
12412 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12414         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12415         (gdb-frames-mode-map): Add follow-link property.
12417 2005-03-25  Jay Belanger  <belanger@truman.edu>
12419         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12420         for variables.
12422 2005-03-25  Juri Linkov  <juri@jurta.org>
12424         * image-mode.el: Optimize image filename extension regexps in
12425         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12426         in `auto-mode-alist'.
12427         (image-mode): Add `image-toggle-display-text' to local hook
12428         `change-major-mode-hook'.  Display the image as an image by
12429         default.  Set `cursor-type' and `truncate-lines' if the image
12430         is already displayed.  Take into account the current mode (image
12431         or text) in message.
12432         (image-minor-mode): New minor mode.
12433         (image-mode-maybe, image-toggle-display-text): New functions.
12434         (image-toggle-display): Use called-interactively-p.
12435         Let-bind `inhibit-read-only' to t.
12437         * image-mode.el (image-minor-mode): Set `cursor-type' and
12438         `truncate-lines' if the image is already displayed.  Add turning
12439         image-minor-mode off to `change-major-mode-hook'.  Add message.
12440         Call `image-toggle-display-text' after turning image-minor-mode off.
12442 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12444         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12445         Terminal.app, use utf-8.
12446         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12447         (set-locale-environment): Use it.
12449         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12451         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12453         * progmodes/python.el (python-close-block-statement-p)
12454         (python-outdent-p, python-current-defun): Use symbol-end.
12456 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12458         * files.el (save-some-buffers): Doc fix.
12460 2005-03-25  Werner Lemberg  <wl@gnu.org>
12462         * complete.el, thumbs.el: Replace `legal' with `valid'.
12463         * calendar/calendar.el: Replace `legal' with `valid'.
12464         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12465         * mail/supercite.el: Replace `legal' with `valid'.
12466         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12467         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12468         Replace `legal' with `valid'.
12469         * textmodes/reftex-vars.el, textmodes/reftex.el:
12470         Replace `legal' with `valid'.
12472 2005-03-25  Werner Lemberg  <wl@gnu.org>
12474         * calc/calc-forms.el, calc/calc-sel.el:
12475         * midnight.el, vc-cvs.el:
12476         * emacs-lisp/cl-macs.el:
12477         * emulation/vip.el:
12478         * eshell/esh-io.el, eshell/esh-var.el:
12479         * mail/supercite.el:
12480         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12481         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12482         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12483         * progmodes/sh-script.el, progmodes/xscheme.el:
12484         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12485         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12486         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12487         * textmodes/reftex.el, textmodes/org.el:
12488         Replace `illegal' with `invalid'.
12490 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12493         (flymake-find-buildfile, flymake-find-possible-master-files)
12494         (flymake-check-include, flymake-parse-line): Replace loops over the
12495         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12497         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12498         Substitute file-name-as-directory in the rest of the file.
12499         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12500         (flymake-replace-region): Remove unused arg `buffer'.
12501         (flymake-check-patch-master-file-buffer): Update calls to it.
12502         (flymake-add-err-info): Remove unused var `count'.
12503         (flymake-mode): Use define-minor-mode.
12505         * progmodes/flymake.el: Use with-current-buffer.
12506         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12507         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12508         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12509         Avoid testing for `xemacs'.
12510         (flymake-nop): Move.
12511         (flymake-region-has-flymake-overlays): Return the computed value.
12512         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12513         Remove unused var `endline'.
12514         (flymake-get-line-count): Remove unused function.
12515         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12517         * emulation/vi.el:
12518         * generic.el:
12519         * hilit-chg.el (global-highlight-changes):
12520         * hi-lock.el (hi-lock-mode):
12521         * follow.el: find-file-hooks -> find-file-hook.
12523         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12525 2005-03-24  Juri Linkov  <juri@jurta.org>
12527         * dired.el (dired-mode-map): Add menu item "Compare directories"
12528         for dired-compare-directories.
12530         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12531         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12533 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12535         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12537 2005-03-24  Jay Belanger  <belanger@truman.edu>
12539         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12540         relevant mode settings in calc-embedded-original-modes when modes
12541         are permanently changed.
12543 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12545         * autoinsert.el: find-file-hooks -> find-file-hook.
12547 2005-03-24  Lute Kamstra  <lute@gnu.org>
12549         * generic.el (generic-font-lock-defaults): Make it obsolete.
12550         (generic-font-lock-keywords): New variable to replace
12551         generic-font-lock-defaults.
12552         (generic-mode-set-font-lock): Delete it.
12553         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12554         (generic-bracket-support): Add docstring.
12556         * generic-x.el: Rename generic-font-lock-defaults to
12557         generic-font-lock-keywords throughout.
12558         (mailagent-rules-setup-function): Delete it.
12559         (mailagent-rules-generic-mode): Use anonymous function instead.
12560         (show-tabs-generic-mode-font-lock-defaults-1)
12561         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12562         Quote faces.
12563         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12564         not foreground.
12566         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12567         Recognize define-generic-mode.
12569 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12571         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12572         if there's no completion table.
12574 2005-03-23  Miles Bader  <miles@gnu.org>
12576         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12577         Remove tty-specific variants, as they're no longer needed.
12579 2005-03-23  Lute Kamstra  <lute@gnu.org>
12581         * generic-x.el: Code cleanup: make args constant whenever possible.
12582         (installshield-statement-keyword-list)
12583         (installshield-system-functions-list)
12584         (installshield-system-variables-list, installshield-types-list)
12585         (installshield-funarg-constants-list): Make them constants.
12587         * generic.el (generic-make-keywords-list): Add autoload cookie.
12589         * calendar/time-date.el: Add comment on time value formats.
12590         Don't require parse-time.
12591         (with-decoded-time-value): New macro.
12592         (encode-time-value): New function.
12593         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12594         (days-to-time): Return a valid time value when arg is huge.
12595         (time-since): Use time-subtract.
12596         (time-to-number-of-days): Use time-to-seconds.
12598 2005-03-23  David Ponce  <david@dponce.com>
12600         * recentf.el: (recentf-keep): New option.
12601         (recentf-menu-action): Default to `find-file'.
12602         (recentf-keep-non-readable-files-flag)
12603         (recentf-keep-non-readable-files-p)
12604         (recentf-file-readable-p, recentf-find-file)
12605         (recentf-cleanup-remote): Remove.
12606         (recentf-include-p): More robust.
12607         (recentf-keep-p): New function.
12608         (recentf-remove-if-non-kept): Rename from
12609         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12610         All callers updated.
12611         (recentf-menu-items-for-commands): Fix help string.
12612         (recentf-track-closed-file): Update.  Doc fix.
12613         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12615 2005-03-23  Kim F. Storm  <storm@cua.dk>
12617         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12618         Don't inherit from fringe face (now happens automatically).
12620 2005-03-22  Kim F. Storm  <storm@cua.dk>
12622         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12623         position values.
12625 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12627         * menu-bar.el (showhide-date-time): Remove.
12628         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12629         (menu-bar-make-mm-toggle): Simplify.
12631 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12633         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12634         Accept qualified variable and function names.
12636 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12638         * bindings.el (completion-ignored-extensions):
12639         Remove ".lis" for `vax-vms'.
12641 2005-03-22  Andreas Schwab  <schwab@suse.de>
12643         * generic-x.el: Revert last change.
12644         * ldefs-boot.el: Update.
12646 2005-03-22  Jay Belanger  <belanger@truman.edu>
12648         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12649         (calc-embedded-save-original-modes)
12650         (calc-embedded-restore-original-modes): New functions.
12651         (calc-do-embedded): Save original modes when entering embedded mode
12652         and restore when leaving embedded mode.
12653         (calc-embedded-modes-change): Change the value of
12654         calc-embedded-original-modes to reflect permanent changes.
12656 2005-03-22  Lute Kamstra  <lute@gnu.org>
12658         * generic-x.el: Require generic again.
12660 2005-03-22  Miles Bader  <miles@gnu.org>
12662         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12663         Tweak details to look good on both ttys and bitmap displays, light
12664         or dark background, etc.
12666 2005-03-21  Kim F. Storm  <storm@cua.dk>
12668         * tooltip.el (tooltip-show-help-function): Check car and cdr of
12669         mouse position.
12671 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12673         * icomplete.el: Don't forcibly turn on the mode upon load.
12674         (icomplete-mode): Use define-minor-mode.
12675         (icomplete-eoinput): Default to nil.
12676         (icomplete-minibuffer-setup): Remove autoload.
12677         (icomplete-tidy): Simplify.
12678         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12679         in the initial state or if the user has modified the field.
12680         Fix handling of icomplete-max-delay-chars.
12681         Remove code that handles the oddball case where
12682         minibuffer-completion-table is an integer.
12683         Wrap icomplete-completions in while-no-input in case building
12684         completions takes more time than expected.
12685         (icomplete-completions): Simplify.
12687 2005-03-21  Richard M. Stallman  <rms@gnu.org>
12689         * jka-compr.el (jka-compr-really-do-compress):
12690         Make variable buffer-local.
12692         * image-mode.el: Handle .xpm files too.
12693         (image-toggle-display): Preserve modification flag.
12695         * help.el (where-is): Don't mention aliases with no key bindings.
12697 2005-03-21  Lute Kamstra  <lute@gnu.org>
12699         * generic.el: Fix commentary section.  Don't require cl for
12700         compilation.
12701         (generic-mode-list): Add autoload cookie.
12702         (generic-use-find-file-hook, generic-lines-to-scan)
12703         (generic-find-file-regexp, generic-ignore-files-regexp)
12704         (generic-mode, generic-mode-find-file-hook)
12705         (generic-mode-ini-file-find-file-hook): Fix docstrings.
12706         (define-generic-mode): Make it a defmacro.  Fix docstring.
12707         (generic-mode-internal): Code cleanup.  Add autoload cookie.
12708         (generic-mode-set-comments): Code cleanup.
12709         * generic-x.el: Don't prevent compilation.  Don't require generic.
12710         Follow coding conventions.  Minor code cleanup.
12711         (etc-fstab-generic-mode): Add some keywords.
12712         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12713         define-generic-mode like a function declaration.
12715 2005-03-21  Jay Belanger  <belanger@truman.edu>
12717         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12718         changing modes.
12720 2005-03-21  Sam Steingold  <sds@gnu.org>
12722         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12724 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
12726         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12727         Add underscore to "f$ lexicals" regexp.
12729 2005-03-20  Juri Linkov  <juri@jurta.org>
12731         * subr.el (progress-reporter-do-update): When `min-value' is equal
12732         to `max-value', set `percentage' to 0 and prevent division by zero.
12734 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
12736         Sync with Tramp 2.0.48.
12738         * net/tramp.el (all): Change all addresses to .gnu.org.
12739         (tramp-append-tramp-buffers): New defun.
12740         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12741         Catch `dont-send' signal.
12742         (tramp-set-auto-save-file-modes): Set always permissions, because
12743         there might be an old auto-saved file belonging to another
12744         original file.  This could be a security threat.  Reported by
12745         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12746         Check for Emacs 21.3.50 removed.
12748         * net/tramp-smb.el (all): Remove debug construct for
12749         `with-parsed-tramp-file-name'.
12750         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12751         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12752         No error message if DIRECTORY or FILENAME doesn't exist.
12753         (tramp-smb-open-connection): Check existence of
12754         `tramp-smb-program'.
12756 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12759         Properly handle the case where the `m' or `s' command's argument is not
12760         yet terminated.
12761         (perl-indent-new-calculate): New function.
12762         (perl-indent-line): Use it.
12764 2005-03-20  Miles Bader  <miles@gnu.org>
12766         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12767         in text-mode too.  Change to new face names.
12768         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12769         Add `:weight bold' attribute.
12770         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12772 2005-03-19  Juri Linkov  <juri@jurta.org>
12774         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
12776         * international/mule.el (auto-coding-alist): Sync with
12777         `auto-mode-alist' by adding upper case archive file extensions
12778         and adding ear/war to jar extension.
12780 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
12782         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12783         running, restart it.
12785 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
12787         * finder.el (finder-current-item): Throw an error on an empty line.
12789         * man.el (Man-follow-manual-reference): If current-word returns
12790         nil, use "".
12792 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
12794         * simple.el (goto-line): Doc fix.
12796 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
12798         * files.el (save-buffer): Doc fix.
12800 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
12802         * recentf.el (recentf-cleanup-remote): New variable.
12803         (recentf-cleanup): Use it to conditionally check availability of
12804         remote files.
12806 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
12808         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12809         function names.
12811 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12813         * language/thai-word.el: New file.
12815 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12817         * files.el (backup-buffer): If the file's directory is not
12818         writable, use copy instead of move to backup the file.
12820 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12822         * obsolete/keyswap.el: Moved to obsolete/ from term/.
12824 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12826         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
12827         Use functionp instead of symbolp and fboundp.  Reported by Drkm
12828         <darkman_spam@yahoo.fr>.
12829         (ps-print-version): New version 6.6.6.
12831 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
12833         * textmodes/table.el (table--line-column-position): New idiom.
12834         (table--row-column-insertion-point-p): New function to test
12835         validity of row and column insertion operation at a location.
12836         (table-global-menu, table-cell-menu): Use above functions for
12837         deterministic test operation.
12838         (table--editable-cell-p): Behave in deterministic fashion.
12840 2005-03-18  Juri Linkov  <juri@jurta.org>
12842         * isearch.el (isearch-lazy-highlight-new-loop):
12843         Make arguments beg and end optional.
12844         (isearch-update): Remove optional arguments nil from
12845         isearch-lazy-highlight-new-loop.
12846         (isearch-lazy-highlight-search): Let-bind case-fold-search to
12847         isearch-lazy-highlight-case-fold-search instead of
12848         isearch-case-fold-search, and let-bind isearch-regexp to
12849         isearch-lazy-highlight-regexp.
12850         Use isearch-lazy-highlight-last-string instead of isearch-string.
12852         * replace.el (perform-replace): Remove bindings of global
12853         variables isearch-string, isearch-regexp, isearch-case-fold-search.
12854         Add three new arguments to `replace-highlight'.
12855         (replace-highlight): Add arguments string, regexp, case-fold.
12856         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
12857         to allow isearch-lazy-highlight-new-loop to use these values
12858         to set corresponding isearch-lazy-highlight-* internal
12859         variables whose values lazy highlighting will use regardless of
12860         changes to global variables isearch-string, isearch-regexp,
12861         isearch-case-fold-search during lazy highlighting loop.
12862         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
12863         to `lazy-highlight-cleanup'.
12865         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
12866         (ispell-highlight-face): Set default face to `isearch' when
12867         lazy highlighting is enabled.
12868         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
12869         priority to 1.  Add lazy highlighting.
12870         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
12871         from `isearch-dehighlight'.
12873 2005-03-18  David Ponce  <david@dponce.com>
12875         * files.el (hack-local-variables): Do a case-insensitive search
12876         for End.
12878 2005-03-18  Juri Linkov  <juri@jurta.org>
12880         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
12881         `isearch-lazy-highlight-cleanup', add alias to old name and
12882         declare obsolete.  Add release numbers to other obsolete vars.
12883         (isearch-done, isearch-lazy-highlight-new-loop):
12884         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
12885         (lazy-highlight-cleanup) <variable>: Doc fix.
12886         (isearch-lazy-highlight-update): Rename obsolete
12887         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
12889 2005-03-18  Kenichi Handa  <handa@m17n.org>
12891         * language/thai-util.el: Fix categorization of Thai characters in
12892         thai-category-table.
12893         (thai-composition-pattern): Adjust it for the above change.
12894         (thai-self-insert-command, thai-compose-syllable): New functions.
12895         (thai-compose-region): Use thai-compose-syllable.
12896         (thai-compose-string): Likewise.
12897         (thai-composition-function): Likewise.
12898         (thai-auto-composition): New function.
12899         (thai-auto-composition-mode): New minor mode.
12901         * language/thai.el: Fix patterns to be registered in
12902         composition-function-table.
12904         * international/quail.el (quail-input-method): Locally bind
12905         inhibit-modification-hooks to t.
12907 2005-03-17  Richard M. Stallman  <rms@gnu.org>
12909         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
12910         (perl-mode): Use run-mode-hooks.
12912         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
12913         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
12914         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
12916         * mail/sendmail.el (sendmail-send-it): Reenable the code
12917         to compute resend-to-address and use it.
12919         * tar-mode.el (tar-mode): Turn off undo unconditionally.
12921         * image-mode.el: New file.
12923         * image.el (insert-sliced-image): Add autoload cookie.
12925         * font-lock.el (font-lock-lines-before): New user option.
12926         (font-lock-after-change-function): Obey it.
12928         * bindings.el (esc-map): Make M-g a prefix.
12929         Bind M-g g and M-g M-g to goto-line.
12931         * faces.el (face-id): Doc fix.
12933 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12935         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
12936         (rmail-show-message): Use rmail-unknown-mail-followup-to.
12937         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
12939         * mail/sendmail.el (mail-yank-ignored-headers)
12940         (mail-font-lock-keywords, mail-mode-fill-paragraph):
12941         Add Mail-Followup-To and Mail-Reply-To headers.
12942         (mail-citation-hook): Add autoload cookie.
12943         (mail-mode): Doc fix.
12944         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
12945         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
12946         (mail-mode-fill-paragraph): Handle those headers.
12947         (mail-mailing-lists): New variable.
12948         (mail-mail-reply-to, mail-mail-followup-to): New functions.
12950 2005-03-17  Juri Linkov  <juri@jurta.org>
12952         * isearch.el (isearch-fallback): Check for `(car previous)'
12953         before calling `isearch-other-end-state'.
12955 2005-03-17  Kim F. Storm  <storm@cua.dk>
12957         * simple.el (move-beginning-of-line): Move to beginning of buffer
12958         line, as well as beginning of screen line.
12960 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
12962         * calendar/diary-lib.el (mark-diary-entries): Use new optional
12963         argument REDRAW rather than calendar-redrawing variable.
12964         * calendar/calendar.el (calendar-redrawing): Delete.
12965         (redraw-calendar): Do not bind calendar-redrawing.
12967 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
12969         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
12970         diary-file buffer.
12972 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * help.el (describe-mode): Allow a :minor-mode-function property to
12975         specify a different minor mode toggle function than the variable.
12976         * simple.el (auto-fill-function):
12977         * subr.el (add-minor-mode): Use it.
12979 2005-03-16  Kenichi Handa  <handa@m17n.org>
12981         * language/ethio-util.el (sera-being-called-by-w3): New variable.
12982         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
12983         (ethio-fidel-to-sera-buffer): Likewise.
12985 2005-03-16  Juri Linkov  <juri@jurta.org>
12987         * emacs-lisp/find-func.el (find-function-regexp):
12988         Add defun-emitting macro `menu-bar-make-toggle'.
12990         * isearch.el: Put `isearch-scroll' property to
12991         `split-window-horizontally'.
12993         * info.el: Update error messages for `debug-ignored-errors'.
12994         (Info-isearch-search): Doc fix.
12995         (Info-find-node): Move up code to go into info buffer before
12996         recording the node to the history.
12997         (Info-fontify-node): Fontify titles only if the next line
12998         has two or more `*', `=', `-', `.'.
12999         Display "go to this node" for empty (match-string 3).
13001 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13003         * term/mac-win.el: Add mouse pointer shape constants.
13005 2005-03-15  Kim F. Storm  <storm@cua.dk>
13007         * simple.el (move-beginning-of-line): Use vertical-motion.
13009 2005-03-15  Juri Linkov  <juri@jurta.org>
13011         * isearch.el (isearch-error): New variable.
13012         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13013         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13014         (isearch-within-brackets-state): Remove.
13015         (isearch-case-fold-search-state, isearch-pop-fun-state):
13016         Decrease frame index.
13017         (isearch-mode, isearch-top-state, isearch-push-state)
13018         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13019         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13020         (isearch-search, isearch-lazy-highlight-new-loop):
13021         Replace `isearch-invalid-regexp' with `isearch-error'.
13022         Remove `isearch-within-brackets'.
13023         (isearch-search): Add `search-failed' handler to `condition-case'.
13024         (isearch-lazy-highlight-search): Add `condition-case' to catch
13025         errors and allow `isearch-lazy-highlight-update' to try
13026         highlighting from the beginning of the window.
13027         (isearch-repeat): Move up code to set isearch-wrapped to t
13028         before calling isearch-wrap-function.
13030         * info.el (Info-isearch-initial-node): New internal variable.
13031         (Info-search): Signal an error in isearch mode when search leaves
13032         the initial node.  Signal an error when `bound' is non-nil and
13033         nothing was found in the current subfile.
13034         (Info-isearch-search): Remove `condition-case'.
13035         (Info-isearch-wrap): Don't wrap when search failed during leaving
13036         the initial node.  If `Info-isearch-search' is nil, wrap around
13037         the current node.
13038         (Info-isearch-start): New fun.
13039         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13040         `isearch-mode-hook'.
13042 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13044         * simple.el (normal-erase-is-backspace): Set default to t if
13045         running on Mac.
13047         * term/mac-win.el (function-key-map): Sync with x-win.el.
13049 2005-03-15  Kenichi Handa  <handa@m17n.org>
13051         * international/mule-cmds.el (locale-language-names): Modify the
13052         format of elements and add more entries.
13053         (locale-preferred-coding-systems): Add more entries.
13054         (set-locale-environment): Adjust for the change of
13055         locale-language-names.
13057 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13059         * pcvs.el (smerge-ediff): Remove bogus autoload.
13061 2005-03-14  Lute Kamstra  <lute@gnu.org>
13063         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13064         Ignore a `*' at the beginning of a line.
13066         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13067         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13068         subr.el.
13069         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13070         to specify indentation.
13072         * generic.el (define-generic-mode): Let generic-mode-list be a
13073         list of strings; test membership with equal.
13075 2005-03-14  Kim F. Storm  <storm@cua.dk>
13077         * simple.el (next-line, previous-line): Add optional try-vscroll
13078         arg to recognize interactive use.  Pass it on to line-move.
13079         (line-move): Don't perform auto-window-vscroll when defining or
13080         executing keyboard macro to ensure consistent behavior.
13082 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13084         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13086 2005-03-13  Lute Kamstra  <lute@gnu.org>
13088         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13089         debugger-setup-buffer so that backtrace marks the frames set to
13090         debug-on-exit and we don't have to do it manually.  Set an extra
13091         debug-on-exit for macro's.
13092         (debugger-setup-buffer): Don't mark the top frame manually.
13094 2005-03-12  Lute Kamstra  <lute@gnu.org>
13096         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13097         lisp-indent-function throughout.
13098         (with-no-warnings): Set lisp-indent-function property.
13100 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13102         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13103         Add entry for backslash.
13105 2005-03-12  Juri Linkov  <juri@jurta.org>
13107         * info.el (Info-search): Four fixes for backward search.
13109 2005-03-11  Jay Belanger  <belanger@truman.edu>
13111         * calc/calc.el (calc-language-alist): New variable.
13112         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13113         (calc-embedded-find-modes): Use calc-language-alist instead of
13114         calc-embedded-language-alist.
13116 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13118         * calendar/calendar.el (calendar-redrawing): New internal
13119         variable.
13120         (redraw-calendar): Remove bogus save-excursion from previous
13121         change.  Bind calendar-redrawing to t for mark-diary-entries.
13122         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13123         calendar if that is why we were called.
13125 2005-03-11  Kenichi Handa  <handa@m17n.org>
13127         * international/mule.el (make-coding-system): Set property
13128         coding-system-define-form to nil.
13129         (define-coding-system-alias): Likewise.
13131 2005-03-11  Kenichi Handa  <handa@m17n.org>
13133         These changes are suggested by Dave Love <fx@gnu.org>.
13135         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13136         coding: tag.
13137         (adaptive-fill-regexp): Add more bullets.
13138         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13139         regexps.
13141 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13143         * help.el (describe-mode): Properly handle non-trivial lighters.
13144         Don't ignore minor modes that are not listed in minor-mode-list.
13146         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13147         feature ON when the user requests to turn it OFF.
13149 2005-03-10  Lute Kamstra  <lute@gnu.org>
13151         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13152         (implement-debug-on-entry): New function to replace debug-entry-code.
13153         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13154         second argument as the 2005-03-07 change makes it obsolete.
13155         (debug-on-entry, cancel-debug-on-entry): Update call to
13156         debug-on-entry-1.
13157         (debug, debugger-setup-buffer): Comment update.
13158         (debugger-frame-number): Update to work with implement-debug-on-entry.
13160 2005-03-10  Jay Belanger  <belanger@truman.edu>
13162         * calc/calc-embed.el (math-ms-args): Declare it.
13163         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13164         math-ms-args.
13165         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13166         variables.
13168 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13170         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13171         Use message-box.
13173         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13174         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13175         (tooltip-gud-tips): Simplify.
13176         (tooltip-gud-tips-p): Remove superfluous :set.
13177         (tooltip-gud-modes): Add fortran-mode.
13178         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13180         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13182 2005-03-09  Kim F. Storm  <storm@cua.dk>
13184         * play/animate.el (animate-place-char): Use forward-line instead
13185         of next-line to improve performance.
13187 2005-03-09  Simon Josefsson  <jas@extundo.com>
13189         * net/browse-url.el (browse-url-default-browser): Doc fix.
13191 2005-03-09  Miles Bader  <miles@gnu.org>
13193         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13194         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13196 2005-03-09  Kenichi Handa  <handa@m17n.org>
13198         * international/latin-1.el: Set case and syntax for 255 only if
13199         set-case-syntax-set-multibyte is nil.
13201         * textmodes/ispell.el (ispell-insert-word): New function.
13202         (ispell-word): Use ispell-insert-word to insert a new word.
13203         (ispell-process-line): Likewise.
13204         (ispell-complete-word): Likewise.
13206 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13208         * calendar/calendar.el (redraw-calendar): Preserve point.
13209         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13210         (calendar-week-start-day): Move after definition of
13211         redraw-calendar.  Delete buffer test, since redraw-calendar has
13212         that now.
13214         * calendar/diary-lib.el (mark-diary-entries): Only call
13215         redraw-calendar in the first of any recursive calls.
13216         Reported by Alan Shutko <ats@acm.org>.
13218 2005-03-08  Juri Linkov  <juri@jurta.org>
13220         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13221         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13222         (html-radio-buttons): Add a space before the trailing `/>' where
13223         sgml-xml-mode is non-nil.
13224         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13225         the subsequent tag of the empty XML tag.
13226         (html-href-anchor): Don't set initial input to "http:".
13227         (html-image): Ask for the image URL and set point inside alt="".
13228         (html-name-anchor): Duplicate the name in the `id' attribute when
13229         sgml-xml-mode is non-nil.
13230         (html-paragraph): Remove \n before <p>.
13231         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13232         instead of `checked' when sgml-xml-mode is non-nil.
13234         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13235         Remove 1 space before #RRGGBB to not truncate it on terminal
13236         windows w/o fringes.  Remove 1 space between bg and fg examples
13237         to get more space.
13238         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13239         avoid byte-compile warnings.
13241         * image-file.el (image-file-handler): Put `safe-magic' property to
13242         `image-file-handler'.
13244         * info.el (Info-isearch-search): Emulate word search in
13245         isearching through multiple Info nodes with Info-search.
13246         (Info-isearch-wrap): Allow isearch-word.
13248 2005-03-08  Lute Kamstra  <lute@gnu.org>
13250         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13251         stepping into the debugger's code is not possible.
13252         (debugger-jumping-flag): Docstring update.
13254 2005-03-08  Jay Belanger  <belanger@truman.edu>
13256         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13257         embedded mode begins.
13258         (calc-embedded-language-alist): New variable.
13259         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13260         set default language mode.
13262 2005-03-08  Kenichi Handa  <handa@m17n.org>
13264         * international/ccl.el (define-ccl-program): Fix docstring about
13265         extra 256 bytes assured for the output buffer.
13267         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13268         Fix BUFFER_MAGNIFICATION to 2.
13269         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13271 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13273         * align.el (align-rules-list): Added an alignment rule for CSS
13274         declarations (applies to css-mode and html-mode buffers).
13276 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13278         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13280 2005-03-07  Kim F. Storm  <storm@cua.dk>
13282         * simple.el (move-beginning-of-line): New command.
13284         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13286         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13288         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13289         and move-beginning-of-line.
13291         * apropos.el (apropos-print): Omit command from M-x ... RET.
13293 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13295         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13296         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13298 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13300         * bindings.el (esc-map): Bind M-g to goto-line.
13302         * facemenu.el (global-map): Bind M-o, not M-g.
13304 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13306         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13307         "Open Directory" as for "Open File".
13309 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13311         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13312         (push-mark-command): Run activate-mark-hook.
13314 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13316         * help-mode.el (help-mode-finish): Don't alter the element
13317         in view-return-to-alist if there already is one.
13319         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13320         make sure the current buffer is the expected one.
13322         * novice.el (disabled-command-function): Output in *Disabled Command*.
13323         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13325         * textmodes/flyspell.el (flyspell-large-region):
13326         Pass args differently for aspell.
13328         * files.el (mode-require-final-newline): Doc fix.
13330 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13332         * progmodes/which-func.el (which-function):
13333         Specify NOERROR when calling imenu--make-index-alist.
13335 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13337         * simple.el (normal-erase-is-backspace): Define default value.
13339         * custom.el (custom-theme-set-variables): Remove unused var
13340         `immediate'.
13341         (custom-reevaluate-setting): Simple function to handle variables
13342         that are defined before their default value can really be
13343         computed.
13345         * startup.el (command-line): Use it for temporary-file-directory,
13346         small-emporary-file-directory, auto-save-file-name-transforms,
13347         blink-cursor-mode, and normal-erase-is-backspace.
13349         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13350         progress, even with buggy anchored keywords.
13352 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13354         * simple.el (goto-line): Remove unbalanced final parenthesis.
13356 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13358         * simple.el (goto-line): Use a number at point as the default.
13359         With C-u as arg, switch buffers.
13361 2005-03-05  Juri Linkov  <juri@jurta.org>
13363         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13364         with `no-blinking-cursor'.
13366         * startup.el (no-blinking-cursor): New defvar.
13367         (command-line): Add `--no-blinking-cursor' to longopts.
13368         Set `no-blinking-cursor' to t for command line arguments
13369         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13370         with `no-blinking-cursor' in the condition for calling
13371         `blink-cursor-mode'.
13373 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13375         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13376         (menu-bar-options-save): Add blink-cursor-mode.
13377         (menu-bar-options-menu): Add blink-cursor-mode.
13379 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13381         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13382         (icalendar-export-file, icalendar-export-region)
13383         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13384         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13386 2005-03-04  Lute Kamstra  <lute@gnu.org>
13388         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13389         (debug-function-list): Ditto.
13391 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13393         * textmodes/texinfmt.el (texinfo-append-refill):
13394         Redefine the types of line to which @refill
13395         is not appended by replacing a search for `@refill\\|@bye' with
13396         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13397         itemize@refill' bug and the unfilled long lines bug.
13398         (texinfmt-version): Update number and date.
13400 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13402         * international/code-pages.el (windows-1250, windows-125[2-8])
13403         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13405 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13407         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13408         bound yet.
13410 2005-03-02  Romain Francoise  <romain@orebokech.com>
13412         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13413         buffer after removing limits.
13414         (ibuffer-pop-filter): Ditto.
13415         Update copyright.
13417 2005-03-02  Miles Bader  <miles@gnu.org>
13419         * button.el (make-text-button): If the user doesn't specify a
13420         type, use the default.  Rewrite to use `add-text-properties' and
13421         plist functions.
13423 2005-03-01  Lute Kamstra  <lute@gnu.org>
13425         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13426         (debugger-jumping-flag): New var.
13427         (debug-entry-code): Use it.
13428         (debugger-jump): Use debugger-jumping-flag and add
13429         debugger-reenable to post-command-hook.
13430         (debugger-reenable): Use debugger-jumping-flag and remove itself
13431         from post-command-hook.
13432         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13433         debugger-reenable.
13435 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13437         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13438         inclusion of "itemize\\|", which may be unnecessary, is certainly
13439         inelegant, and stops refilling in itemize lists when formatting
13440         Japanese Texinfo files to Info.
13441         Update copyright to 2005.
13443 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13445         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13446         of an error if GDB can't find the source file.
13448 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13450         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13451         not just the calendar.
13453         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13454         first.
13455         (diary-redraw-calendar): New function.
13456         (make-diary-entry): Add diary-redraw-calendar to local
13457         write-contents-functions.  Turn off selective display before
13458         inserting in diary.
13460 2005-03-01  Kim F. Storm  <storm@cua.dk>
13462         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13464 2005-03-01  Lute Kamstra  <lute@gnu.org>
13466         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13467         that debug-entry-code can be safely removed from a function while
13468         this code is being evaluated.  Revert the 2005-02-27 change as the
13469         new implementation no longer requires it.  Make sure that a
13470         function body containing just a string is not mistaken for a docstring.
13471         (debug): Skip one more frame in case of debug on entry.
13472         (debugger-setup-buffer): Delete one more frame line in case of
13473         debug on entry.
13474         (debugger-frame-number): Update to use the new text introduced by
13475         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13477 2005-02-28  Kim F. Storm  <storm@cua.dk>
13479         * double.el (double-translate-key): Call force-window-update after
13480         read-event to avoid crash in redisplay.
13482 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13484         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13485         (debug): Use it.  Move the inhibit-trace earlier.
13486         (debug-entry-code): New const.
13487         (debug-on-entry-1): Use it.
13489 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13491         * international/utf-16.el (ccl-encode-mule-utf-16le):
13492         Fix BUFFER_MAGNIFICATION to 2.
13493         (ccl-encode-mule-utf-16be): Likewise.
13495 2005-02-28  Kenichi Handa  <handa@m17n.org>
13497         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13498         Fix BUFFER_MAGNIFICATION to 4.
13499         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13501 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13503         * speedbar.el (speedbar-update-flag): Doc fix.
13504         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13505         argument.
13507 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13509         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13510         have a non-nil `invisible' property but are actually visible.
13512         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13513         for perldoc sections.
13514         (perl-outline-regexp, perl-outline-level): New var and function.
13515         (perl-mode): Use them.
13517 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13519         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13520         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13522 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13524         * cus-edit.el: Comment change.
13525         (custom-buffer-create-internal): Slightly reword text at top of
13526         Custom buffers.  Mention there that saving an option edits the
13527         init file.  Add link to Emacs manual node on `custom-file'.
13528         (custom-magic-alist): Rewrite individual State messages to use
13529         capitalized keywords.  Doc fix.
13531 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13533         * calendar/calendar.el (calendar-buffer): Move above
13534         calendar-week-start-day.
13535         (calendar-week-start-day): Doc fix.  Add :set function.
13536         (calendar-minimum-window-height): New variable.
13537         (generate-calendar-window): Only resize window if selected-window
13538         is displaying the calendar buffer.  Use new variable
13539         calendar-minimum-window-height.
13540         (generate-calendar): Reword error message.
13541         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13543 2005-02-27  Andreas Schwab  <schwab@suse.de>
13545         * vc.el (vc-do-command): Don't run command asynchronously when
13546         operating in a remote directory.
13548         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13549         change from sync with Tramp 2.0.47.
13551 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13553         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13555         * textmodes/flyspell.el (flyspell-mode-on):
13556         Call ispell-change-dictionary only if necessary.
13558         * emacs-lisp/re-builder.el (regexp-builder): New function.
13560         * register.el (describe-register-1): Explicitly handle
13561         yank-excluded-properties = t.
13563         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13564         (custom-magic-alist): Change the status descriptions again.
13565         (face widget-type): Total rewrite based on `restricted-sexp'
13566         to eliminate the confusing double hiding levels.
13568         * emacs-lisp/debug.el (debug-on-entry-1):
13569         If function body is empty, add nil as body form.
13571 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13573         * emacs-lisp/trace.el (inhibit-trace): New var.
13574         (trace-make-advice): Use it.
13576         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13578 2005-02-26  Kim F. Storm  <storm@cua.dk>
13580         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13581         (mouse-on-link-p, mouse-drag-region-1): Use it.
13583 2005-02-25  Lute Kamstra  <lute@gnu.org>
13585         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13587 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13589         * frame.el (blink-cursor-mode): Add :group keyword.
13591 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13593         * calendar/icalendar.el (icalendar--decode-isodatetime):
13594         New optional argument DAY-SHIFT.
13595         (icalendar-export-region): Fix coding-system-for-write.
13596         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13597         events by one.
13599 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13601         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13603 2005-02-24  Kim F. Storm  <storm@cua.dk>
13605         * international/iso-acc.el (iso-accents-compose): Fix crash
13606         during redisplay.  Call force-window-update after read-event
13607         and delete-region to signal that window is not accurate.
13609 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13612         Remove unused and inexistent var `inhibit-trace'.
13613         (debugger-mode): Use run-mode-hooks.
13614         (debugger-list-functions): Add buttons; setup xref stack.
13616 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13618         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13619         appointment says it was explicitly made.
13620         (appt-add): Set the 3rd element.
13621         (appt-make-list): Preserve explicit appointments.
13623         * subr.el (find-tag-default): Catch errors in forward-sexp.
13625 2005-02-23  Juri Linkov  <juri@jurta.org>
13627         * info.el (Info-isearch-search): New defcustom.
13628         (Info-isearch-search): Call the default isearch function
13629         when Info-isearch-search is nil.
13630         (Info-isearch-wrap): Use variable Info-isearch-search.
13632 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13634         * cus-edit.el: Comment change.
13636 2005-02-22  Kim F. Storm  <storm@cua.dk>
13638         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13639         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13641 2005-02-22  Simon Josefsson  <jas@extundo.com>
13643         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13644         New variable.
13645         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13646         Oskarsson" <myrkraverk@users.sourceforget.net>.
13648 2005-02-22  Kim F. Storm  <storm@cua.dk>
13650         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13651         check that window of that event is the selected window.
13652         (mouse-drag-region-1): Compare mouse event window to selected
13653         window before setting point.
13655         * tooltip.el (tooltip-show-help-function): Pass event to
13656         mouse-on-link-p so it can check selected window.
13658 2005-02-22  Kenichi Handa  <handa@m17n.org>
13660         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13661         (ps-mule-show-warning): New function.
13662         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13663         characters are found.
13665         * ps-print.el (ps-header-footer-string): Return a list of header
13666         and footer strings.
13668 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13670         * pcvs.el (cvs-retrieve-revision): Fix thinko.
13672 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13674         * frame.el (blink-cursor-mode): Use define-minor-mode.
13676         * term/mac-win.el (function-key-map): Use char-names more consistently.
13677         (file-name-coding-system): Only set it for MacOS-9.  The other case is
13678         already handled in mule-cmds.el (where it also works when mac-win.el
13679         is not used).
13681 2005-02-21  Kenichi Handa  <handa@m17n.org>
13683         * international/mule.el (ctext-pre-write-conversion): Always use
13684         " *code-converting-work*" buffer for work.
13686         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13688 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
13690         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13692 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
13694         * ses.el (undo-more): Restore defadvice, but only the part that
13695         allows changes outside the restricted area of the buffer.
13697 2005-02-20  Kim F. Storm  <storm@cua.dk>
13699         * simple.el (line-move): Add fourth optional arg try-vscroll which
13700         must be set to perform auto-window-vscroll.
13701         When moving backwards and doing auto-window-vscroll, automatically
13702         vscroll to the last part of lines which are taller than the window.
13703         (next-line, previous-line): Set try-vscroll arg on line-move.
13705 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
13707         * replace.el (query-replace, query-replace-regexp)
13708         (replace-string, replace-regexp): When operating on region, make
13709         the minibuffer prompt say so.
13711         * isearch.el (isearch-forward): Document isearch-query-replace and
13712         isearch-query-replace-regexp keybindings.
13714 2005-02-19  Jay Belanger  <belanger@truman.edu>
13716         * calc/calc-aent.el (math-read-token): Add local variable.
13718         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13719         (calc-edit-top): Move declaration to earlier in file.
13720         (calc-edit-macro-repeats): Add local variables.
13722         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13723         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13724         calcFunc-tanh.
13725         Adjust integration rule for calcFunc-tan.
13727 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13729         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13730         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13731         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13732         (viper-skip-separators): Bug fix.
13733         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13734         particular major mode.
13735         (viper-del-backward-char-in-replace): Don't put deleted char on the
13736         kill ring.
13738         * viper-ex.el (viper-color-display-p): New function.
13739         (viper-has-face-support-p): Use viper-color-display-p.
13741         * viper-keym.el (viper-gnus-modifier-map): New keymap.
13743         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13745         * viper-util.el (viper-glob-unix-files): Fix shell status check.
13746         (viper-file-remote-p): Make equivalent to file-remote-p.
13748         * viper.el (viper-major-mode-modifier-list):
13749         Use viper-gnus-modifier-map.
13751 2005-02-19  David Kastrup  <dak@gnu.org>
13753         * subr.el (subregexp-context-p): Fix garbled doc string by adding
13754         quoting.
13756 2005-02-19  Jay Belanger  <belanger@truman.edu>
13758         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13759         Remove extra definitions.
13760         (calc-coth): New function.
13761         (calcFunc-cot): Fix `let'.
13763 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
13765         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13766         the reasons we use "type pc" in these faces.
13768         * button.el (button): Ditto.
13770 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
13772         * replace.el (query-replace-read-from): Set the value of
13773         query-replace-from-history-variable to handle the case of an empty
13774         string entered to accept the suggested default.
13776         * net/tramp.el (tramp-file-name-for-operation):
13777         Use dired-call-process instead of dired-call-process-command.
13779 2005-02-19  Jay Belanger  <belanger@truman.edu>
13781         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13782         (math-div-non-trig): New variables.
13783         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13784         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13785         (math-combine-prod, math-div-symb-fancy): Add simplifications for
13786         trig expressions.
13788 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
13790         * progmodes/gdb-ui.el (gdb-var-update-handler)
13791         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13792         for watch expressions,
13793         (gdb-var-create-handler): Don't set speedbar-update-flag.
13794         (gdb-post-prompt): Simplify test for speedbar.
13796 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13798         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13799         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13800         we use the syntax table of the correct buffer.
13801         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13802         Felix Gatzemeier.
13804         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13805         (ediff-file-remote-p): Make synonymous with file-remote-p.
13806         In all deffaces ediff-*-face-*, use min-colors.
13808         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13809         ediff-recurse-to-subdirectories.
13810         (ediff-mark-if-equal): Check that the arguments are strings, use
13811         ediff-same-contents (after to Felix Gatzemeier).
13813         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13814         nil.
13816 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13818         * log-view.el (log-view-message-re): Fix up Subversion regexp.
13820 2005-02-18  David Kastrup  <dak@gnu.org>
13822         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
13823         use `mark-active' when defined.
13825 2005-02-18  Kenichi Handa  <handa@m17n.org>
13827         * ps-print.el (ps-font-info-database): New entry
13828         ZapfChancery-MediumItalic with correct font name.  Fix font name
13829         of the entry Zapf-Chancery-MediumItalic.
13831 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13833         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
13835 2005-02-16  Kim F. Storm  <storm@cua.dk>
13837         * ido.el (ido-fallback-command): Pass user input to fallback command.
13839 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
13841         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
13842         (gdb-find-file-hook): Add server prefix.
13844 2005-02-16  Richard M. Stallman  <rms@gnu.org>
13846         * replace.el (perform-replace): Pass new args to replace-highlight.
13847         (replace-highlight): Take region args,
13848         and pass them to isearch-lazy-highlight-new-loop.
13850         * novice.el (disabled-command-hook): Autoload the defalias
13851         and the make-obsolete-variable call.
13853         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
13855         * isearch.el (isearch-lazy-highlight-start-limit)
13856         (isearch-lazy-highlight-end-limit): New variables limit
13857         the region for highlighting.
13858         (isearch-lazy-highlight-new-loop): New args BEG and END.
13859         (isearch-lazy-highlight-search): Use the new vars.
13860         (isearch-lazy-highlight-update): Likewise.
13862         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
13864         * cus-start.el (all): Use default-boundp.
13866 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
13868         * menu-bar.el (menu-bar-select-frame): Handle current frame.
13870 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
13872         * autorevert.el (auto-revert-stop-on-user-input)
13873         (auto-revert-verbose): Doc fixes.
13875 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
13877         * international/mule-cmds.el (set-locale-environment): Remove call
13878         to set-selection-coding-system on Windows.
13880 2005-02-15  Jay Belanger  <belanger@truman.edu>
13882         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
13883         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
13884         calcFunc-coth.
13885         (math-simplify-sqrt): Add simplifications.
13887         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
13888         to list.
13890         * calc/calc-ext.el: Add functions to autoloads.
13892         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
13893         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
13894         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
13895         (math-csc-raw, math-cot-raw): New functions.
13897         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
13899         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
13900         the variable name in a message.
13902         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
13903         calcFunc-csc, calcFunc-cot.
13905         * calc/calcalg2.el: Add derivative and integration rules for
13906         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
13907         calcFunc-csch, calcFunc-coth.
13908         (math-do-integral-methods): Add to checks for when to use
13909         substitutions.
13911         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
13913 2005-02-15  Lute Kamstra  <lute@gnu.org>
13915         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13916         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
13917         <monnier@iro.umontreal.ca>
13918         (lisp-outline-level): Improve efficiency.  Suggested by David
13919         Kastrup <dak@gnu.org>.
13921 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
13923         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
13924         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
13925         (gdb-set-gud-minor-mode-existing-buffers): New functions.
13926         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
13927         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
13929 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
13931         * cus-start.el (all): Comment change.
13933 2005-02-14  Lute Kamstra  <lute@gnu.org>
13935         * cus-start.el (all): Check if symbol is void.
13937 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
13939         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
13940         optional argument to \cite.
13942 2005-02-14  Richard M. Stallman  <rms@gnu.org>
13944         * cus-edit.el (custom-buffer-create-internal): Update help message.
13945         (custom-magic-alist): Update help messages.
13947         * cus-start.el (all): Allow a var to specify a standard value.
13949 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
13951         * custom.el (custom-theme-set-variables): Handle variable aliases.
13953         * frame.el (blink-cursor-timer): Doc fix.
13954         (blink-cursor): Make it an alias for `blink-cursor-mode' and
13955         declare obsolete.
13956         (blink-cursor-mode): Define with defcustom and use correct
13957         standard expression in that defcustom.
13958         * startup.el (command-line): Adapt to above changes in frame.el.
13960 2005-02-11  Lute Kamstra  <lute@gnu.org>
13962         * apropos.el (apropos-score-doc): Prevent division by zero.
13964 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
13966         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
13967         (icalendar--get-event-property-attributes)
13968         (icalendar--get-event-properties)
13969         (icalendar--datetime-to-diary-date): New functions.
13970         (icalendar--split-value): Doc fix.
13971         (icalendar--datetime-to-noneuropean-date)
13972         (icalendar--datetime-to-european-date): New optional argument
13973         SEPARATOR.  Return result as a string instead of a list.
13974         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
13975         (icalendar--convert-string-for-export): Rename arg S to STRING.
13976         (icalendar-export-region): Doc fix.  Change name of error buffer.
13977         Save output buffer.
13978         (icalendar-import-file): Add blank at end of prompt.
13979         (icalendar-import-buffer): Doc fix.  Do not switch to error
13980         buffer.  Indicate status in return value.
13981         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
13982         buffer.  Save output buffer.  Handle exception from recurrence
13983         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
13984         events.  Fix problems with weekly all-day events.
13986 2005-02-10  Richard M. Stallman  <rms@gnu.org>
13988         * simple.el (eval-expression-print-format):
13989         Avoid warning about edebug-active.
13991         * help.el (help-for-help-internal): Rename from help-for-help.
13992         (help-for-help): Define with defalias.
13994         * font-core.el (font-lock-default-function): Use with-no-warnings.
13996         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
13998         * custom.el (defface): Doc fix.
14000 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14002         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14003         width 0" to prevent word wrapping problems.
14005 2005-02-09  Kim F. Storm  <storm@cua.dk>
14007         * ido.el (ido-file-extensions-order): New defcustom.
14008         (ido-file-extension-lessp, ido-file-extension-aux)
14009         (ido-file-extension-order): New advanced file ordering.
14010         (ido-file-lessp): New simple file ordering.
14011         (ido-sort-list): Remove.
14012         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14013         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14015 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14017         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14018         that some versions of grep produce.
14019         (grep-mode-font-lock-keywords): Likewise.
14021 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14023         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14024         (gdb-cdir): Delete.
14025         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14026         (gdb-source-info): Treat case when source file is in another
14027         directory properly.
14028         (gdb-get-location): New function.
14030 2005-02-07  Jay Belanger  <belanger@truman.edu>
14032         * calc/calc-prog.el (calc-write-parse-table-part)
14033         (calc-fix-token-name): Fix a check for language type.
14035         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14037 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14039         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14040         as directory not writable.
14042 2005-02-07  Kim F. Storm  <storm@cua.dk>
14044         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14045         (cua--standard-movement-commands): Remove list.
14046         Instead, set CUA property value to move for movement commands.
14047         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14048         (cua--pre-command-handler): Check CUA property.
14049         (cua--init-keymaps): Don't remap undo commands.
14050         (cua-mode): Don't call cua--rectangle-on-off.
14052         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14053         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14054         (cua--rect-undo-set-point): New var.
14055         (cua--rectangle-undo-boundary): Setup undo apply entry.
14056         (cua--rect-undo-handler): New function for rectangle undo.
14057         (cua--rect-start-position, cua--rect-end-position): Add.
14058         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14059         for restored rectangle.  Set point if cua--rect-undo-set-point.
14061 2005-02-06  Jay Belanger  <belanger@truman.edu>
14063         * calc/calc-lang.el (calc-tex-language): Display more information
14064         in messages.
14066         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14067         in TeX mode.
14069 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14071         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14073 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14075         * net/ldap.el (ldap-search-internal): Support attributes with
14076         optional descriptions separated by a semi-colon, as in
14077         "userCertificate;binary".
14079 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14081         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14082         isn't a cons (i.e. the version is 0).
14084 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14086         * help.el (help-for-help): Doc fix.
14088 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14090         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14091         GDB-Windows on the menu-bar as this works better.
14093 2005-02-04  Jay Belanger  <belanger@truman.edu>
14095         * calc/calc-embed.el (calc-embedded-update): Don't put in
14096         unnecessary newlines.  Adjust the end of formula marker.
14098         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14099         (math-latex-parse-two-args): New function.
14101 2005-02-03  Lute Kamstra  <lute@gnu.org>
14103         * help-fns.el (help-with-tutorial): Make sure that users cannot
14104         remove the entire text of the tutorial by means of `undo'.
14106 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14108         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14109         in recent changes, where the ispell process was repeatedly
14110         killed & restarted.
14112         * international/mule-cmds.el (set-locale-environment): Set file-name
14113         coding system to utf-8 on Darwin systems.
14114         (set-default-coding-systems): Don't set default-file-name-coding-system
14115         on Darwin systems.
14117 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14119         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14121 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14123         * faces.el (list-faces-display): Add optional argument.
14125 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14127         * font-core.el (font-lock-default-function): Handle the rare case where
14128         only font-lock-keywords is set.
14130 2005-02-02  Kenichi Handa  <handa@m17n.org>
14132         * international/characters.el: Cancel previous change for
14133         I-WITH-DOT-ABOVE and DOTLESS-i.
14135         * international/latin-5.el: Cancel previous change.
14137 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14139         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14141 2005-02-02  Kenichi Handa  <handa@m17n.org>
14143         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14144         DOTLESS-i.
14146         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14147         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14149         * case-table.el (get-upcase-table): New function.
14150         (copy-case-table): Copy upcaes table too if non-nil.
14151         (set-case-syntax-delims): Maintain upcase table too.
14152         (set-case-syntax-pair): Likewise.
14153         (set-upcase-syntax, set-downcase-syntax): New functions.
14154         (set-case-syntax): Maintain upcase table too.
14156 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14158         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14160         * progmodes/gud.el (gud-goto-info): New function.
14161         (gud-tool-bar-map): Use correct icon.
14163 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14165         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14166         When delegating, order args in the funcall correctly.
14168 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14170         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14172 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14174         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14175         buffer not visiting a file.
14177 2005-01-31  Jay Belanger  <belanger@truman.edu>
14179         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14180         bound on the line with the formula.
14182 2005-01-31  Kim F. Storm  <storm@cua.dk>
14184         * ses.el (ses-create-cell-variable-range)
14185         (ses-destroy-cell-variable-range, ses-reset-header-string)
14186         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14187         (ses-insert-row): Fix format of apply undo entries.
14189 2005-01-31  Jay Belanger  <belanger@truman.edu>
14191         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14192         parts.
14194         * calc/calc-embed.el (calc-embedded-open-formula)
14195         (calc-embedded-close-formula): Ignore matrix environments.
14197         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14198         TeX mode.
14200         * calc/calc-lang.el (math-function-table, math-oper-table)
14201         (math-variable-table): Adjust the LaTeX portions.
14203         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14204         (math-latex-ignore-words): New constant.
14206 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14208         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14209         (ispell-local-dictionary): Doc fix.
14210         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14211         Don't reinitialize at run time.  Don't defcustom.
14212         All uses changed to append ispell-local-dictionary-alist,
14213         or check it first.
14214         (ispell-current-dictionary): New variable for dictionary in use.
14215         (ispell-dictionary): Now used only for global default.
14216         (ispell-start-process): Set ispell-current-dictionary,
14217         not ispell-dictionary.
14218         (ispell-change-dictionary): Use this only for setting
14219         user preferences.
14220         (ispell-internal-change-dictionary): New function
14221         to change the current dictionary in use.
14222         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14223         Use ispell-current-dictionary.
14224         Handle ispell-local-dictionary-overridden.
14225         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14227 2005-01-31  Jay Belanger  <belanger@truman.edu>
14229         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14231         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14232         (calc-mode-map): Add calc-latex-language.
14234         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14235         (math-latex-print-frac): New functions.
14236         (math-oper-table, math-function-table, math-variable-table)
14237         (math-complex-format, math-input-filter): Add latex properties.
14238         (calc-set-language): Set math-expr-special-function-mapping.
14240         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14241         (calc-write-parse-table-part): Add LaTeX support.
14243         * calc/calc.el (calc-language): Adjust docstring.
14244         (calc-set-mode-line): Add LaTeX support.
14245         (math-expr-special-function-mapping): New variable.
14246         (math-tex-ignore-words): Add to list.
14248         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14249         Add LaTeX support.
14250         (math-compose-expr): Add support for special functions.
14252         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14254 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14256         * progmodes/gdb-ui.el (gdb-memory-address)
14257         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14258         (gdb-memory-mode-map, gdb-memory-format-keymap)
14259         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14260         (gdb-memory-unit-menu): New variables for a buffer
14261         that lets the user examine program memory.
14262         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14263         (gdb-memory-format-binary, gdb-memory-format-octal)
14264         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14265         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14266         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14267         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14268         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14269         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14270         (gdb-memory-mode, gdb-memory-buffer-name)
14271         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14272         New functions for above buffer.
14274 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14276         * cus-edit.el (custom-bury-buffer): Function deleted.
14277         (custom-buffer-done-function): Option deleted.
14278         (custom-buffer-done-kill): New (replacement option.
14279         (Custom-buffer-done): Call quit-window.
14280         (custom-buffer-create-internal): Update for above changes.
14282 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14284         * simple.el (undo-ask-before-discard): New var.
14285         (undo-outer-limit-truncate): Implement it.
14286         (undo-extra-outer-limit): Doc update.
14288 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14290         * ses.el (undo-more): Delete defadvice.
14291         (ses-begin-change): Doc fix.
14293         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14294         instead of rebinding C-x u and C-_.
14296         * files.el (normal-backup-enable-predicate): Return nil for files
14297         in /tmp, regardless of temporary-file-directory.
14299         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14301         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14302         (open-rectangle, delete-whitespace-rectangle-line)
14303         (clear-rectangle-line): If FILL, pass t instead of FILL
14304         for move-to-column's 2nd arg.
14306         * simple.el (undo): Fix the test for continuing a series of undos.
14307         (undo-more): Set pending-undo-list to t when we reach end.
14308         (pending-undo-list): Move up defvar.
14310         * wid-edit.el (widget-button-click):
14311         Shorten the range of the track-mouse binding.
14313         * comint.el (comint-insert-input): Undo previous changes;
14314         use last-input-event in interactive spec.
14316 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14318         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14319         to nil before invoking call-process.  Reset buffer's modified flag
14320         after fontifying it in the no-async branch.
14322         * wid-edit.el (widget-specify-button): If mouse pointer shape
14323         cannot be changed, use mouse face instead.
14325 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14327         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14328         (gdb-goto-breakpoint): Make breakpoint handling work on template
14329         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14330         (gdb-assembler-custom): Update to recognize breakpoint information
14331         added on 2005-01-19.
14333 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14335         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14336         (dsssl-mode): Use define-derived-mode.
14337         (scheme-mode-initialize): Remove.
14338         (scheme-mode): Use run-mode-hooks.
14340         * cus-edit.el (customize-group-other-window)
14341         (custom-buffer-create-other-window): Don't override special-display-*.
14342         (custom-mode-map): Make it dense.
14344         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14345         sets the default value.
14347 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14349         * descr-text.el: Add more keywords.
14351 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * speedbar.el: Avoid unnecessary use of locate-library.
14355         * international/mule-cmds.el (standard-display-european-internal):
14356         Don't fiddle with latin-1 non-break space any more since it's now
14357         special cased in the C code.
14358         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14360 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14362         * cus-start.el (all): Add `undo-outer-limit'.
14364 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14366         * textmodes/bibtex.el (bibtex-format-entry):
14367         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14368         field lines.
14369         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14370         not on part of a buffer.
14372 2005-01-25  Lute Kamstra  <lute@gnu.org>
14374         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14375         nonempty field text strings like "{letters\\macro{}more letters}".
14376         Clarify docstring.
14377         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14378         (bibtex-entry-offset, bibtex-parse-association)
14379         (bibtex-parse-field-name): Fix typos in docstrings.
14380         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14382 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14384         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14385         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14386         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14387         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14389         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14390         isearch minor mode.
14392 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14394         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14396 2005-01-24  Lute Kamstra  <lute@gnu.org>
14398         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14399         CASECHARS and NOT-CASECHARS regular expressions of the
14400         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14401         striding over charsets" error.
14403 2005-01-24  Jay Belanger  <belanger@truman.edu>
14405         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14406         display variable name.
14408 2005-01-24  Kenichi Handa  <handa@m17n.org>
14410         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14411         Fix setting of the element of encoded-kbd-iso2022-invocations.
14413 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14415         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14416         (gdb-threads-select): Change to also accept mouse events.
14417         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14418         (gdb-threads-mouse-select): Delete.
14420 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14422         * files.el (insert-directory): Take care of empty directory,
14423         listed without -a switch.
14425 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * textmodes/refill.el (refill-post-command-function):
14428         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14429         to the list of functions that we should be careful not to undo.
14430         (refill-late-fill-paragraph-function): Remove.
14431         (refill-saved-state): New var.
14432         (refill-mode): Use it to save fill-paragraph-function.
14433         Save also the value of auto-fill-function.
14435         * term/w32-win.el: Simplify code.
14437 2005-01-23  Kim F. Storm  <storm@cua.dk>
14439         * simple.el (line-move): Adapt to new return value from
14440         pos-visible-in-window-p.
14442         * simple.el (line-move): Fix last change.  Check partial
14443         visibility at point rather than at window-start.
14445 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14447         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14449 2005-01-22  David Kastrup  <dak@gnu.org>
14451         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14453 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14455         * type-break.el (type-break-mode): Add a test for
14456         type-break-file-name being non-nil.
14458 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14460         * net/eudc.el (top level): Call (message "") via progn, so that
14461         eudc-options-file is loaded.
14463 2005-01-22  Kim F. Storm  <storm@cua.dk>
14465         * simple.el (line-move-1): Rename from line-move.
14466         (line-move): New function that adjusts vscroll for partially
14467         visible rows, and calls line-move-1 otherwise.
14469 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14471         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14472         since it's not a complete read-event implementation
14474 2005-01-20  Jay Belanger  <belanger@truman.edu>
14476         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14477         for called function.
14479 2005-01-20  Steven Tamm  <steventamm@mac.com>
14481         * term/mac-win.el (process-connection-type): Remove.
14482         Controlled now by s/darwin.h:PTY_ITERATION.
14484 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14486         * window.el (handle-select-window): Don't switch window when we're
14487         in the minibuffer.
14489 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14491         * subr.el (dotimes-with-progress-reporter): New macro.
14493         * ses.el (ses-dotimes-msg): Remove macro.
14494         Use `dotimes-with-progress-reporter' instead.
14496 2005-01-19  Steven Tamm  <steventamm@mac.com>
14498         * term/mac-win.el (process-connection-type): Use new
14499         operating-system-release variable to use ptys on Darwin 7 (OS X
14500         10.3) when using carbon build.
14502 2005-01-19  Jay Belanger  <belanger@truman.edu>
14504         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14505         flags if the last command was a tab or M-tab.
14507         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14508         in formula editing buffer.
14510 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14512         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14513         breakpoint image symbol in margin.
14515 2005-01-19  Jay Belanger  <belanger@truman.edu>
14517         * calc/calc-prog.el (calc-execute-kbd-macro):
14518         Ignore calc-keep-arg-flag.
14520 2005-01-19  Kenichi Handa  <handa@m17n.org>
14522         * textmodes/ispell.el (ispell-looking-at): New function.
14523         (ispell-process-line): Use ispell-looking-at to compare the ispell
14524         output and the buffer contents.
14526 2005-01-18  Jay Belanger  <belanger@truman.edu>
14528         * calc/calc.el (calc-display-raw): Fix docstring.
14530 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * simple.el (blink-matching-open): Strip extra info from syntax.
14534         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14535         funny chars in the end-of-here-doc marker.
14537 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14539         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14540         that enable/disabled state of breakpoints is shown correctly in
14541         fringe and on ttys.
14542         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14543         Add breakpoint information as text properties.
14544         (gdb-mouse-toggle-breakpoint):
14545         Rename to gdb-mouse-set-clear-breakpoint.
14546         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14547         breakpoints in the margin.
14548         (gdb-remove-strings): Simplify.
14550 2005-01-17  Jay Belanger  <belanger@truman.edu>
14552         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14553         erasing buffer.
14555 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14557         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14558         for calling grep-compute-defaults.
14560         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14561         if buffer is empty.
14563         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14565 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14567         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14569         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14570         non-preloaded variables.
14572 2005-01-17  Steven Tamm  <steventamm@mac.com>
14574         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14575         tex-shell cause to force interactivity when using pipes.
14577 2005-01-17  Kim F. Storm  <storm@cua.dk>
14579         * simple.el (just-one-space): Make arg optional.
14581 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14583         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14584         posn-at-x-y to t to access left-margin.
14586 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14588         Sync with Tramp 2.0.47.
14590         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14591         catching keep-date problems in cp/scp operations.
14592         (tramp-handle-copy-file): Don't call `set-file-modes'
14593         unconditionally.  Specialized functions should know better what is
14594         necessary.  This improves performance a little bit, and the
14595         functions could catch errors with `cp -p' and `scp -p'.
14596         (tramp-do-copy-or-rename-file-via-buffer)
14597         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14598         when appropriate.
14599         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14600         Call `set-file-modes' when appropriate.
14601         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14602         Johnsson <isak@hypergene.com>
14603         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14604         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14605         <joakim@verona.se>
14606         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14607         Emacs only.
14609         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14610         `find-file-hooks' and `dired-mode-hook'.
14611         (tramp-minor-mode-map): Respective map.  Add remapping for
14612         `compile' and `recompile'.
14613         (tramp-remap-command, tramp-recompile): New defuns.
14614         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14615         in buffer "*Compilation*".  Call the commands asynchronously.
14617         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14618         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14619         `shell-command', because it isn't magic in XEmacs.  Reported by
14620         Adrian Aichner <adrian@xemacs.org>.
14622         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14623         `substitute-in-file-name.
14624         (tramp-smb-handle-substitute-in-file-name): New defun.
14625         (tramp-smb-advice-PC-do-completion): Delete advice.
14627 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14629         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14630         Fix error in deleting region.
14632 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14634         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14635         In non-temp buffer, switch syntax table temporarily.
14637         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14639         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14641         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14643         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14644         (imenu--generic-function): Use START, not BEG, as pos of definition.
14646         * simple.el (just-one-space): Argument specifies number of spaces.
14648         * simple.el (eval-expression-print-format): Avoid warning
14649         about edebug-active.
14651 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14653         * progmodes/sh-script.el: Code copied from make-mode.el
14654         with small changes,
14655         (sh-mode-map): Bind C-c C-\.
14656         (sh-backslash-column, sh-backslash-align): New variables.
14657         (sh-backslash-region, sh-append-backslash): New functions.
14659 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14661         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14662         (rmail-pop-password, rmail-pop-password-required): Move to
14663         rmail-obsolete group.
14664         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14665         All callers updated.
14666         (rmail-get-pop-password): Rename to rmail-get-remote-password.
14667         Take an argument specifying whether it is POP or IMAP mailbox we
14668         are using.  All callers updated.
14669         (rmail-pop-password-error): Rename to
14670         rmail-remote-password-error.  Added mailutils-specific error message.
14671         (rmail-movemail-search-path)
14672         (rmail-movemail-variant-in-use): New variables.
14673         (rmail-remote-password, rmail-remote-password-required):
14674         New customization variables.
14675         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14676         (rmail-parse-url): New function.
14677         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14678         with GNU mailutils movemail.
14680 2005-01-15  Kevin Ryde  <user42@zip.com.au>
14682         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14683         suffix to space, $ or '$, to correctly position point when going
14684         to @table style constants like DBL_MAX.
14686 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
14688         * type-break.el (type-break-mode, type-break-file-time)
14689         (type-break-file-keystroke-count, type-break-choose-file):
14690         Don't store data in or load data from the file if type-break-file-name
14691         is nil.
14692         (type-break-file-name): Doc update as per the above.
14694 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
14696         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14697         lookup-key might return nil; handle that.
14699 2005-01-15  Alan Mackenzie  <acm@muc.de>
14701         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14702         rather than the element found, thus enabling the tree to be setcar'd.
14704 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14706         * textmodes/org.el (org-show-following-heading): New option.
14707         (org-show-hierarchy-above): Use `org-show-following-heading'.
14708         (org-cycle): Documentation fix.
14710         * textmodes/org.el (orgtbl-optimized): New option
14711         (orgtbl-mode): New command, a minor mode.
14712         (orgtbl-mode-map): New variable.
14713         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14714         (orgtbl-error, orgtbl-self-insert-command)
14715         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14717         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14718         a local variable in each org-mode buffer.
14720         * textmodes/org.el (org-set-regexps-and-options): Rename from
14721         `org-set-regexps'.  Added checking for STARTUP keyword.
14722         (org-get-current-options): Add STARTUP options.
14723         (org-table-insert-row): Make mode intelligent about when
14724         realignment is needed.
14725         (org-self-insert-command, org-delete-backward-char, org-delete-char):
14726         New commands.
14727         (org-enable-table-editor): New default value `optimized'.
14728         (org-table-blank-field): Support blanking regions if active.
14730 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14732         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14733         if the year is not given.
14735         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14736         Add new escapes %m and %M, fixed bug with %F by adding
14737         save-match-data.
14738         (reftex-reference): Remove ?. from list of spaces.
14739         (reftex-label-info): Add automatic label prefix recognition.
14741         * textmodes/reftex-index.el (reftex-index-next-phrase):
14742         Add slave parameter to call of `reftex-index-this-phrase'.
14743         (reftex-index-this-phrase): New optional argument.
14744         (reftex-index-region-phrases): Add slave parameter to call of
14745         `reftex-index-this-phrase'.
14746         (reftex-display-index): New argument redo.
14747         (reftex-index-rescan): Add 'redo to arguments of
14748         `reftex-display-index'.
14749         (reftex-index-Rescan, reftex-index-revert)
14750         (reftex-index-switch-index-tag): Add 'redo to arguments of
14751         `reftex-display-index'.
14752         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14753         indexing.  Fix bug with matching is there is a quote before or
14754         after the word.
14756         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14757         Fix bug when collecting citation keys in lines with comments.
14758         (reftex-citation): Prefix argument no longer rescans the document,
14759         but forces prompting for optional arguments of cite macros.
14760         (reftex-do-citation): Prompting for optional arguments implemented.
14762         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14763         Add optional arguments to most cite commands.
14764         (reftex-cite-cleanup-optional-args): New option
14765         (reftex-cite-prompt-optional-args): New option.
14766         (reftex-trust-label-prefix): New option.
14768         * textmodes/reftex-toc.el (reftex-toc-find-section):
14769         Add push-mark before changing the position in the buffer.
14771         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14772         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14774 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
14776         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14777         more carefully.
14779 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14781         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14782         (sgml-mode): Use it.
14783         (sgml-get-context): Better keep track of implicitly closed tags.
14785 2005-01-13  Kenichi Handa  <handa@m17n.org>
14787         * textmodes/ispell.el: These changes are to fix misalignment error
14788         caused by equivalent characters of different Emacs charsets.
14789         (ispell-unified-chars-table): New variable.
14790         (ispell-get-decoded-string): New function.
14791         (ispell-get-casechars, ispell-get-not-casechars)
14792         (ispell-get-otherchars): Call ispell-get-decoded-string.
14794 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14796         * custom.el (custom-declare-variable): Just put symbol instead
14797         of (defvar . symbol) in `current-load-list'.
14799 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14801         * emacs-lisp/elint.el: Fixed typo in Commentary section.
14803 2005-01-12  Jay Belanger  <belanger@truman.edu>
14805         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14806         to create a Calc summary.
14808 2005-01-12  Kim F. Storm  <storm@cua.dk>
14810         * mouse.el (mouse-on-link-p): Change functionality and doc
14811         string to comply with latest description in lisp ref.
14813 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
14815         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14816         Enable mouse clicks on mode-line, header-line and margin.
14817         (event-type): Give mouse event symbols an 'event-kind property
14818         with value 'mouse-click.
14820 2005-01-12  Juri Linkov  <juri@jurta.org>
14822         * facemenu.el (list-colors-display): Add new arg buffer-name.
14823         Use it.  Fix docstring.  Replace code for identifying duplicate
14824         colors by the name with call to `list-colors-duplicates' which
14825         identifies duplicate colors by the value unless the color
14826         is one of special Windows colors.  Set truncate-lines to t.
14827         Print sorted duplicate color names on each line.  Indent to 22
14828         \(the longest color name in rgb.txt) instead of 20.  Optimize.
14829         (list-colors-duplicates): New function.
14830         (facemenu-color-name-equal): Delete function.
14832         * facemenu.el (list-colors-print): New function created from code
14833         in list-colors-display.  Print #RRGGBB at the window right edge.
14834         (list-colors-display): When temp-buffer-show-function is not
14835         defined, call list-colors-print from temp-buffer-show-hook
14836         to get the right value of window-width in list-colors-print
14837         after the buffer is displayed.
14839         * simple.el (pop-mark): Move deactivate-mark out of conditional
14840         part to deactivate the active mark regardless of the state of the
14841         mark ring.
14843         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
14844         variables line in desktop files.
14846 2005-01-12  Juri Linkov  <juri@jurta.org>
14848         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
14849         Bring together isearch highlight related options.
14850         (lazy-highlight): Replace group `replace' by `matching'.
14851         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14852         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14853         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
14854         and declare them obsolete.
14855         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
14856         (isearch-faces): Remove defgroup.
14857         (isearch-overlay, isearch-highlight, isearch-dehighlight):
14858         Move isearch highlighting code closer to lazy highlighting code.
14860         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
14861         (query-replace-highlight, query-replace-lazy-highlight)
14862         (query-replace): Move definitions to the beginning of the file.
14864 2005-01-11  Juri Linkov  <juri@jurta.org>
14866         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
14867         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
14868         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
14870         * info.el (Info-history-forward): New variable.
14871         (Info-select-node): Reset Info-history-forward to nil.
14872         (Info-last): Turn into defalias.
14873         (Info-history-back): Rename from Info-last.
14874         Add current node to Info-history-forward.
14875         (Info-history-forward): New fun.
14876         (Info-mode-map): Replace Info-last by Info-history-back.
14877         Bind Info-history-forward to "r".
14878         (Info-mode-menu): Replace Info-last by Info-history-back.
14879         Fix menu item text.  Add menu item for Info-history-forward.
14880         (info-tool-bar-map): Replace Info-last by Info-history-back.
14881         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
14882         for Info-history-forward.
14883         (Info-mode): Replace Info-last by Info-history-back in docstring.
14884         Add local variable Info-history-forward.
14885         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
14887 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
14890         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
14891         Ignore select-window events rather than fiddle with
14892         mouse-autoselect-window.
14894 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
14896         * type-break.el (type-break-mode): Fix previous change.
14898 2005-01-10  Jay Belanger  <belanger@truman.edu>
14900         * calc/calc-ext.el (calc-reset): Reset when inside embedded
14901         calculator; only reset when point is inside a calculator.
14902         Don't adjust the window height if the window takes up the whole height
14903         of the frame.
14905 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14907         * ebuff-menu.el (Electric-buffer-menu-mode):
14908         Preserve value of buffer-local var header-line-format.
14910 2005-01-09  Jay Belanger  <belanger@truman.edu>
14912         * calc/calc.el (calc-mode-var-list-restore-saved-values):
14913         Make sure settings file exists before accessing it.
14915         * calc/calc-embed.el (calc-embedded-subst):
14916         Replace math-multi-subst-rec, which is only supposed to be called
14917         by math-multi-subst, by math-multi-subst.
14919 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
14921         * vc.el (vc-allow-async-revert): New user option.
14922         (vc-disable-async-diff): New internal variable.
14923         (vc-revert-buffer): Use them to disable asynchronous diff.
14925         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
14926         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
14927         asynchronously if vc-disable-async-diff is t.
14929 2005-01-09  Jay Belanger  <belanger@truman.edu>
14931         * calc/calc.el (defcalcmodevar): New macro.
14932         (calc-mode-var-list-restore-default-values)
14933         (calc-mode-var-list-restore-saved-values): New functions.
14934         (calc-mode-var-list): Use defcalcmodevar to define it.
14935         (calc-always-load-extensions, calc-line-numbering)
14936         (calc-line-breaking, calc-display-just, calc-display-origin)
14937         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14938         (calc-group-char, calc-point-char, calc-frac-format)
14939         (calc-prefer-frac, calc-hms-format, calc-date-format)
14940         (calc-float-format, calc-full-float-format, calc-complex-format)
14941         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14942         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14943         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14944         (calc-matrix-brackets, calc-language, calc-language-option)
14945         (calc-left-label, calc-right-label, calc-word-size)
14946         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14947         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14948         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14949         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14950         (calc-window-height, calc-display-trail, calc-show-selections)
14951         (calc-use-selections, calc-assoc-selections)
14952         (calc-display-working-message, calc-auto-why, calc-timing)
14953         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
14954         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
14955         (calc-gnuplot-default-device, calc-gnuplot-default-output)
14956         (calc-gnuplot-print-device, calc-gnuplot-print-output)
14957         (calc-gnuplot-geometry, calc-graph-default-resolution)
14958         (calc-graph-default-resolution-3d, calc-invocation-macro)
14959         (calc-show-banner): Use defcalcmodevar to declare them and set
14960         their default values.
14962         * calc/calc-ext.el (calc-reset): Restore saved values of variables
14963         instead of default values (but restore default values if there is
14964         an argument of 0).
14966 2005-01-09  David Kastrup  <dak@gnu.org>
14968         * desktop.el (desktop-restore-eager): Fix typo in type.
14970 2005-01-08  Richard M. Stallman  <rms@gnu.org>
14972         * cus-edit.el (customize): Delete :link.
14974 2005-01-08  Jay Belanger  <belanger@truman.edu>
14976         * calc/calc.el (calc-mode): Remove the extension from the
14977         `calc-settings-file' file name when loading it.
14979 2005-01-08  Kim F. Storm  <storm@cua.dk>
14981         * info.el (Info-mode-map, Info-next-link-keymap)
14982         (Info-prev-link-keymap, Info-up-link-keymap):
14983         Map follow-link to mouse-face.
14984         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
14986 2005-01-08  Jay Belanger  <belanger@truman.edu>
14988         * calc/calc.el (calc-settings-file): Change default value.
14989         Suggested by cgw in a comment in calc-mode.el.
14991         * calc/calc-mode.el (calc-settings-file-name):
14992         Compare calc-settings-file to user-init-file instead of ~/.emacs.
14993         Replace ~/.emacs in a prompt by calc-settings-file.
14995 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
14997         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
14998         (desktop-lazy-idle-delay): New customizable variables.
14999         (desktop-buffer-args-list): New variable.
15000         (desktop-append-buffer-args): New function.
15001         (desktop-save): Call desktop-append-buffer-args for some buffers.
15002         (desktop-lazy-create-buffer): New function.
15003         (desktop-idle-create-buffers): New function.
15004         (desktop-read): Add message about buffers to restore lazily.
15005         (desktop-lazy-abort): New command.
15006         (desktop-clear): Call desktop-lazy-abort.
15007         (desktop-lazy-complete): New command.
15009 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15011         * emacs-lisp/find-func.el (find-face-definition):
15012         Rename from find-face.
15014 2005-01-06  Kim F. Storm  <storm@cua.dk>
15016         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15018         * man.el (Man-xref-man-page, Man-xref-header-file)
15019         (Man-xref-normal-file): Add follow-link property.
15021 2005-01-06  Jay Belanger  <belanger@truman.edu>
15023         * calc/calc-units.el: Make sure the proper macro definitions are
15024         available when compiling.
15026 2005-01-06  Juri Linkov  <juri@jurta.org>
15028         * isearch.el (isearch-lazy-highlight-update):
15029         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15031 2005-01-06  Miles Bader  <miles@gnu.org>
15033         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15034         (isearch-lazy-highlight-face): Use new name.
15036 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15038         * uniquify.el (uniquify-rationalize-file-buffer-names):
15039         Re-add an interactive spec.
15040         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15041         to the same name.
15043         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15044         (isearch-update, isearch-done): Adjust calls accordingly.
15046 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15048         * custom.el (custom-set-variables, custom-theme-set-variables):
15049         Clarify documentation.
15051         * emacs-lisp/find-func.el (find-variable)
15052         (find-variable-other-window, find-variable-other-frame):
15053         Fix the TYPE args to find-function-read and find-function-do-it.
15054         (find-function): Doc fix.
15055         (find-function-at-point): Replace function-at-point alias.
15057 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15059         * cus-face.el (custom-declare-face):
15060         Record defface in current-load-list.
15062         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15064         * emacs-lisp/find-func.el: Doc fixes.
15065         (find-face-regexp): New variable.
15066         (find-function-regexp-alist): New variable.
15067         (find-function-C-source): Third arg is now TYPE.
15068         (find-function-search-for-symbol): Handle general TYPE.
15069         (find-function-read, find-function-do-it): Handle general TYPE.
15070         (find-definition-noselect, find-face): New functions.
15071         (function-at-point): Alias deleted.
15073 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15075         * battery.el (display-battery-mode): Rename from display-battery.
15076         Handle the case where it gets turned off.
15078 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15080         * cus-edit.el (customize): Make :link point to user doc.
15082         * man.el (Man-fontify-manpage): Turn off undo generation.
15084         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15086 2005-01-04  Andreas Schwab  <schwab@suse.de>
15088         * files.el (insert-directory): Only look for error lines in
15089         inserted text.  Don't move too far after processing --dired markers.
15091 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15093         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15094         Don't expand if the character is @, period, dash, etc.
15095         (define-mail-abbrev): Quote names that contain problem characters.
15097 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15099         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15101 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15103         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15104         (query-replace-highlight, query-replace-lazy-highlight)
15105         (query-replace): Definitions moved up.  Doc fix.
15107 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15109         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15110         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15111         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15112         (lazy-highlight-face): Rename from isearch-lazy-...
15113         Change all references to them.
15115 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15117         * cus-edit.el (custom-file): Doc fix for defcustom.
15118         (custom-file): The function no longer sets the variable
15119         `custom-file' to its return value.
15121         * startup.el (command-line): No longer load `custom-file'.
15123 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15127         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15128         Don't confuse module-prefixed identifiers for labels.
15129         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15131 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15133         * files.el (basic-save-buffer-1): Fix previous change.
15135         * loadhist.el (file-loadhist-lookup): New function.
15136         (file-provides, file-requires): Use it.
15138         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15139         instead of calculating the right size.
15141 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15143         * vc-svn.el (vc-svn-diff): Stay local if possible.
15145 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15149         * files.el (hack-local-variables): Fix last change.
15151 2005-01-02  Jay Belanger  <belanger@truman.edu>
15153         * calc/calc-yank.el (calc-edit-top): New variable.
15154         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15155         object.  Change header properties.
15156         (calc-edit-finish, calc-edit-finish-stack-object)
15157         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15158         edited object.
15159         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15160         for the beginning of the edited object.
15161         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15162         for the beginning of the edited object.
15163         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15164         (calc-finish-formula-edit, calc-macro-repeats)
15165         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15166         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15167         beginning of the edited object.
15168         (calc-user-define-edit): Change the header for editing macros.
15169         Remove unnecessary variable.
15171 2005-01-01  Jay Belanger  <belanger@truman.edu>
15173         * calc/calc-yank.el (calc-edit-mode): Change default header.
15174         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15175         * calc/calc-store.el (calc-edit-variable): Change title to match new
15176         header.
15177         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15178         mode to match new header.
15179         (calc-user-define-edit): Change titles to include names of commands.
15180         (calc-finish-formula-edit): Adjust to handle new header.
15181         (calc-finish-macro-edit): Remove.
15182         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15183         (calc-edit-macro-command, calc-edit-macro-command-type)
15184         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15185         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15186         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15187         (calc-edit-macro-finish-edit): New functions.
15188         (calc-user-define-edit): Use new functions to edit named calc macros.
15190 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15192         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15194         * ses.el (copy-region-as-kill): Deactivate mark.
15196 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15198         * replace.el (occur-1): If the output buffer is also an input,
15199         don't kill it, rename it.
15201         * faces.el (set-face-background, set-face-foreground): Doc fix.
15203         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15204         for :foreground and :background.
15206         * dired.el (dired-view-command-alist): Variable deleted.
15207         (dired-view-file, dired-mouse-find-file-other-window):
15208         Delete the code to use it.
15210 2005-01-01  Kim F. Storm  <storm@cua.dk>
15212         * image.el (insert-sliced-image): Use t for line-height property.
15214 See ChangeLog.11 for earlier changes.
15216 ;; Local Variables:
15217 ;; coding: iso-2022-7bit
15218 ;; End:
15220     Copyright (C) 2005 Free Software Foundation, Inc.
15221   Copying and distribution of this file, with or without modification,
15222   are permitted provided the copyright notice and this notice are preserved.
15224 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1