(vc-svn-registered): Catch all errors.
[emacs.git] / lisp / ChangeLog
blobd7a015043f203fe333d8960989dbccd3714893eb
1 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-svn.el (vc-svn-registered): Catch all errors.
5         * cus-dep.el (custom-make-dependencies): Typo.
7 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
9         * net/tramp-util.el (top): Fix compilation warning.
11 2005-11-13  Kim F. Storm  <storm@cua.dk>
13         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
15 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17         * progmodes/gud.el (gud-menu-map):  Move parentheses (again).
18         (gud-speedbar-buttons): Match on "const char *" too.
20         * progmodes/gdb-ui.el (gdb-var-create-handler)
21         (gdb-var-list-children-handler): Match on "const char *" too.
22         (gdb-var-evaluate-expression-handler): Match on empty string.
23         (gdb-var-update-handler): Only call
24         gdb-var-evaluate-expression-handler when required.
26 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
28         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
29         selected window.  This still doesn't work for speedbar.
30         (gud-speedbar-buttons): Handle string expressions properly.
32         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
33         (gdb-var-create-handler): Handle string expressions properly.
34         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
35         Handle string expressions properly.  Move "type" field into regexp.
37 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
39         * bookmark.el (bookmark-maybe-message): New function to reduce
40         code duplication: invokes `message' iff baud-rate is high enough.
41         (bookmark-write-file): Use above instead of an inline conditional.
42         (bookmark-load): Same.
44 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
46         * bookmark.el (bookmark-write-file): Don't visit the destination
47         file, just write the data to it using write-region.  This is
48         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
49         change to avoid visiting the file in the first place.
51 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
53         * hi-lock.el (hi-lock-mode): Set the default value of
54         font-lock-defaults.
56 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
58         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
59         arg to `file-attributes'.
60         (find-lisp-format): The UID and GID can now be strings.
62 2005-11-12  Kim F. Storm  <storm@cua.dk>
64         * help.el (help-map): Bind C-h d to apropos-documentation.
66         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
67         when point is at end-of-buffer.
69         * apropos.el (apropos-match-face): Doc fix.
70         (apropos-sort-by-scores): Add new choice `verbose'.
71         (apropos-documentation-sort-by-scores): New defcustom.
72         (apropos-pattern): Now contains the pattern entered by the user.
73         (apropos-pattern-quoted): New defvar.
74         (apropos-regexp): New defvar, containing the regexp corresponding
75         to apropos-pattern.
76         (apropos-all-words-regexp): Rename from apropos-all-regexp.
77         (apropos-read-pattern): New defun.  Use it to read pattern arg in
78         interactive calls; returns list of words for a word list, and
79         string for a regexp.
80         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
81         parses a list of words or regexp as returned by apropos-read-pattern.
82         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
83         (apropos-score-doc): Return a very high score if the string
84         entered by the user matches literally.
85         (apropos-variable): Doc fix.  Use apropos-read-pattern.
86         (apropos-command): Doc fix.  Use apropos-read-pattern and
87         apropos-parse-pattern.  Call apropos-print with nosubst=t.
88         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
89         apropos-parse-pattern.
90         (apropos-documentation): Doc fix. Use apropos-read-pattern and
91         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
92         apropos-documentation-sort-by-scores.  Call apropos-print with
93         nosubst=t.
94         (apropos-documentation-internal): Pass doc string through
95         substitute-key-definition before adding text properties.
96         Highlight substring matching literal user input if possible.
97         (apropos-documentation-check-doc-file): Remove locals beg and end.
98         Fix calculation of score (as added twice).  Pass doc string through
99         substitute-key-definition before adding text properties.
100         (apropos-documentation-check-elc-file): Pass doc string through
101         substitute-key-definition before adding text properties.
102         Highlight substring matching literal user input if possible.
103         (apropos-print): Add new arg NOSUBST; if set, command and variable
104         doc strings have already been passed through substitute-key-definition.
105         Add code to handle apropos-accumulator items without score element
106         for backwards compatibility (e.g. with woman package).
107         Only show scores if apropos-sort-by-scores is `verbose'.
109 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
112         Add jka-compr-load-suffixes to load-suffixes.
114         * jka-compr.el: Require 'jka-cmpr-hook.
115         (jka-compr-info-compress-message, jka-compr-info-compress-program)
116         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
117         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
118         (jka-compr-info-can-append, jka-compr-info-strip-extension)
119         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
120         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
121         (jka-compr-uninstall): Remove entries from
122         jka-compr-added-to-file-coding-system-alist after they are used.
123         (jka-compr-error): Remove unused var `curbuf'.
124         (jka-compr-file-local-copy): Remove unused var `notfound'.
126 2005-11-10  Romain Francoise  <romain@orebokech.com>
128         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
130 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
132         * progmodes/gud.el (gud-menu-map): Move parentheses.
133         (gdb): New command gud-pv.
135 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * tar-mode.el: Remove spurious or unnecessary leading stars
138         in docstrings.
139         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
140         (tar-parse-octal-integer-safe): Use mapc.
141         (tar-header-block-summarize): Remove unused var `ck'.
142         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
143         cleared before.  Obey default-enable-multibyte-characters.
144         Use mapconcat.  Simplify setting of tar-header-offset.
145         (tar-mode-map): Move initialization inside delcaration.
146         (tar-flag-deleted): Use `abs'.
147         (tar-expunge-internal): Remove unused var `line'.
148         (tar-expunge-internal): Don't hardcode point-min==1.
149         (tar-expunge): Widen while doing set-buffer-multibyte.
150         (tar-rename-entry): Use file-name-coding-system.
151         (tar-alter-one-field): Don't hardcode point-min==1.
152         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
153         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
155 2005-11-10  Masatake YAMATO  <jet@gyve.org>
157         * add-log.el (add-log-current-defun): Handle class::method
158         notation of c++. Fix incorrect comment.
160 2005-11-10  Alan Mackenzie  <acm@muc.de>
162         * help-fns.el (describe-variable): Make C-h v work when a variable
163         has variable documentation yet is unbound.
165 2005-11-10  Masatake YAMATO  <jet@gyve.org>
167         * man.el (Man-highlight-references): Set an empty
168         string to `Man-arguments' if it is nil.
169         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
171 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
174         commenting conventions.
176         * cus-dep.el (custom-make-dependencies): Simplify.
177         Better follow the commenting conventions.
179 2005-11-09  Richard M. Stallman  <rms@gnu.org>
181         * apropos.el (apropos-pattern): Rename from apropos-regexp.
182         (apropos-orig-pattern): Rename from apropos-orig-regexp.
183         All uses changed.
184         (apropos-rewrite-regexp): Doc fix.
185         (apropos-variable, apropos-command, apropos, apropos-value):
186         Change prompt; carry through the argument renaming.
188 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
190         * find-lisp.el: Require dired.
191         (find-lisp-find-dired-internal): Do not call
192         `abbreviate-file-name' on DIR.
194 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
196         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
198 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
200         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
201         when using the speedbar.
202         (gdb): New command gud-pp.
203         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
205 2005-11-09  Juri Linkov  <juri@jurta.org>
207         * replace.el (occur-excluded-properties): New defcustom.
208         (occur-1, occur-engine, occur-accumulate-lines): Use it.
210 2005-11-08  Jay Belanger  <belanger@truman.edu>
212         * calc/calc-units.el (math-convert-units): Replace any composite
213         unit by its definition.
215 2005-11-08  Lars Hansen  <larsh@soem.dk>
217         * emacs-lisp/autoload.el (update-directory-autoloads):
218         Add obsolete function alias.
220 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
223         comment-indent-function.
224         (lisp-comment-indent): Replace by an alias for comment-indent-default.
226         * reveal.el (reveal-post-command): Rework the handling of
227         reveal-open-spots, so as to be more reliable.  There were several
228         tricky corner cases where an open spot might be lost, or where
229         a closed spot might end up on the list of open spots.
230         Only reveal text that's ellipsised.
232 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
234         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
236 2005-11-06  Richard M. Stallman  <rms@gnu.org>
238         * progmodes/compile.el (compilation-internal-error-properties):
239         save-excursion around the computation of MARKER.
241 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
243         * textmodes/flyspell.el (flyspell-external-point-words):
244         flyspell-get-word returns a list, not just a string.
246 2005-11-06  John Paul Wallington  <jpw@pobox.com>
248         * ibuffer.el (ibuffer): Search all visible frames when getting
249         Ibuffer buffer's window.
251 2005-11-07  Masatake YAMATO  <jet@gyve.org>
253         * man.el (Man-reference-regexp): Accept spaces between
254         `Man-name-regexp' and `Man-section-regexp'.
255         (Man-apropos-regexp): New variable.
256         (Man-abstract-xref-man-page): Use value for `Man-target-string'
257         if available.
258         (Man-highlight-references, Man-highlight-references0):
259         Handle the case when `Man-arguments' includes "-k".
260         (Man-highlight-references0): Rename the argument `TARGET-POS' to
261         `TARGET'. `TARGET' can be a number, function or nil.
263 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
265         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
266         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
267         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
268         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
269         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
270         (gdb-send-item): Use buffer-local-value and simplify.
272 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
274         * startup.el (command-line): Use `custom-reevaluate-setting' for
275         `global-font-lock-mode'.
277         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
278         by default, except in batch mode or when the -D option is given.
280         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
281         specified keyword args on to `define-minor-mode'.  Update docstring.
283 2005-11-05  Romain Francoise  <romain@orebokech.com>
285         * replace.el (occur-engine): Add marker at end of line, too.
287 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
289         * font-lock.el: Don't deal with font-lock-face-attributes here,
290         move the code ...
292         * startup.el (command-line): ... here. Use face-spec-set instead
293         of custom-declare-face.
295         * faces.el (face-spec-set): Reset the face if spec is not nil.
297 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * newcomment.el (comment-region-internal): Box more tightly in the
300         common case where there's no TAB in the boxed text.
302 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
304         * info.el (info-tool-bar-map): Use images prev-node, next-node and
305         up-node.
307 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
309         * newsticker.el: Commentary updated. Code formatting changed.
310         (newsticker-version): Change to "1.9".
311         (newsticker, newsticker-feed): Doc fix.
312         (newsticker-url-list): Doc fix.  Add option "Weekly".
313         (newsticker-retrieval-interval): Add option "Weekly".
314         (newsticker-headline-processing): Doc fix.
315         (newsticker-auto-mark-filter): Remove.
316         (newsticker-auto-mark-filter-list): New.
317         (newsticker-layout, newsticker-sort-method): Doc fix.
318         (newsticker-hide-old-items-in-newsticker-buffer)
319         (newsticker-heading-format, newsticker-item-format)
320         (newsticker-desc-format): Doc fix.
321         (newsticker-show-all-rss-elements): Remove.
322         (newsticker-show-all-news-elements): New.
323         (newsticker-faces, newsticker-ticker): Doc fix.
324         (remove-from-invisibility-spec): Code formatting.
325         (newsticker--process-ids): New.
326         (newsticker-mode): Doc fix.
327         (newsticker-mode): Change mode-line-format.
328         (newsticker-start): Remove debug output.
329         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
330         (newsticker-w3m-show-inline-images): Code formatting.
331         (newsticker-next-item): Call `force-mode-line-update'.
332         (newsticker-previous-item): Call `force-mode-line-update'.
333         (newsticker-next-feed): Call `force-mode-line-update'.
334         (newsticker-previous-feed): Call `force-mode-line-update'.
335         (newsticker-mark-all-items-at-point-as-read): Code formatting.
336         (newsticker-show-old-items): Do not show descs.
337         (newsticker-hide-entry): Hide too much.
338         (newsticker-hide-entry, newsticker-show-entry)
339         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
340         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
341         (newsticker-toggle-auto-narrow-to-item): Code formatting.
342         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
343         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
344         (newsticker-get-news): Call `force-mode-line-update'.
345         Collect process ids.
346         (newsticker--sentinel): Change coding system handling.
347         Move image retrieval to new functions newsticker--get-logo-url-*.
348         Move feed parsing to new functions newsticker--parse-*.
349         Update list of process ids.
350         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
351         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
352         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
353         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
354         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
355         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
356         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
357         (newsticker--decode-coding-string): Remove.
358         (newsticker--decode-numeric-entities): Check input.  Format code.
359         (newsticker--remove-whitespace): Check input.
360         (newsticker--do-forget-preformatted): Doc fix.
361         (newsticker--decode-rfc822-date): Allow for missing time.
362         (newsticker--update-process-ids): New.
363         (newsticker--image-sentinel): Change comment.
364         (newsticker--image-read): Change error message.
365         (newsticker--imenu-goto): Doc fix.  Show headline title.
366         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
367         (newsticker--buffer-do-insert-text): Clean whitespace in
368         html-rendered headline title.  Code formatting.
369         Call `newsticker--buffer-print-extra-elements'.
370         (newsticker--buffer-print-extra-element): Remove.
371         (newsticker--buffer-print-extra-elements): New.
372         (newsticker--buffer-do-print-extra-element): New.
373         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
374         large sizes.
375         (newsticker--run-auto-mark-filter)
376         (newsticker--do-run-auto-mark-filter):
377         Use `newsticker-auto-mark-filter-list'.
379 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
381         * net/rcirc.el: Use split-string OMIT-NULLS argument.
382         (rcirc-print): Force redisplay before running hooks.  Do long
383         buffer truncation after making new text read-only.  Deal with nil
384         text when decoding strings.  If TARGET is nil, use either the
385         currently selected buffer, if it is an rcirc buffer and of the
386         same process or the process buffer.
387         (rcirc-mode): Remove header-line.  Recompute short buffer names.
388         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
389         (rcirc-short-buffer-name): Add variable.
390         (rcirc-kill-buffer-hook): Recompute short buffer names.
391         Remove nick from private channel.
392         (rcirc-send-input): Send command text to current-buffer.
393         Don't clear overlay arrow here.
394         (rcirc-short-buffer-name): Return a short buffer name.
395         (rcirc-update-short-buffer-names, rcirc-abbreviate)
396         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
397         buffer-name abbreviations.
398         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
399         Do not touch nick-table when killing a parted channel.
400         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
401         Clear arrow from current buffer if it is now hidden.
402         (rcirc-current-buffer): Add variable.
403         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
404         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
405         Remove -face from names.
406         (rcirc-update-activity-string): Print "DND" when globally ignoring
407         activity.
408         (rcirc-ignore-buffer-activity-flag): Rename from
409         rcirc-ignore-channel-activity.
410         (rcirc-ignore-all-activity-flag): Doc fix.
411         (rcirc-channels): Remove variable.
412         (rcirc-kill-buffer-hook):
413         (rcirc-get-buffer-create): Add nick to private channel.
414         (rcirc-multiline-edit-submit): Remove tabs.
415         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
416         folded.
417         (rcirc-remove-nick-channel): Bug fix.
418         (rcirc-toggle-ignore-buffer-activity): Rename from
419         rcirc-toggle-ignore-channel-activity.
420         (rcirc-record-activity): Add buffers to the front of the list.
421         (rcirc-update-activity): Remove killed buffers from list.
422         (rcirc-process-server-response-1): Remove last argument if it is
423         null before calling handler.
424         (rcirc): Add "rcirc" defcustom prefix.
425         (rcirc-prompt): Simplify default prompt.
426         Use custom-initialize-default.
427         (rcirc-private-chats): Remove variable.
428         (rcirc-prompt): Change initialization.
429         (rcirc-version): Remove function.
430         (rcirc-id-string): Add constant.
431         (rcirc-last-buffer): Remove variable.
432         (rcirc-buffer-alist): Add variable.
433         (rcirc-connect): Update variable setup.
434         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
435         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
436         default.
437         (rcirc-handler-generic): Trigger activity.
438         (rcirc-send-message): Create the buffor of the target.
439         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
440         (rcirc-get-buffer): Just return nil if there is no matching buffer.
441         (rcirc-multiline-edit-cancel): Remove function.
442         (rcirc-set-last-buffer): Remove function.
443         (rcirc-get-any-buffer): Add function.
444         (rcirc-join-channels): Don't print /join text.
445         (rcirc-toggle-ignore-channel-activity): Add and update echo area
446         messages.
447         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
448         (rcirc-handler-NOTICE): Recognize CTCP responses.
449         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
450         constructing TOPIC string for buffers we are not JOINed.
451         (rcirc-handler-CTCP-response): Add handler.
452         (rcirc-multiline-edit-submit): Restore the window-configuration
453         before adjusting point.
454         (rcirc): Add customization group.
455         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
456         (rcirc-user-full-name, rcirc-startup-channels-alist)
457         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
458         (rcirc-ignore-all-activity-flag, rcirc-time-format)
459         (rcirc-input-ring-size, rcirc-read-only-flag)
460         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
461         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
462         Change defvar to defcustom.
463         (rcirc-update-prompt): Add optional ALL arg, which will update
464         prompts in all rcirc buffers.  Regexp quote replacement text.
465         (rcirc-fill-column): Accept 'frame-width as a value.
466         (rcirc-set-changed): Add function.
467         (rcirc-next-active-buffer): Write more meaningful messages.
468         (rcirc-faces): Add customization group.
469         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
470         (rcirc-nick-in-message-face, rcirc-prompt-face)
471         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
472         (with-rcirc-process-buffer): Move before first usage.
473         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
474         (rcirc-debug-flag): Rename from `rcirc-log-p'.
475         (rcirc-debug): Rename from `rcirc-log'.
476         (rcirc-format-response-string): Do not print '-' chars for a
477         NOTICE with no sender.  Simplify output of server responses.
479 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
481         (rcirc-browse-url-map, rcirc-browse-url-at-point)
482         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
483         mouse and RET clickable.
485 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
487         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
489 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
491         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
492         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
493         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
494         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
495         argument to all these routines, so the passphrase can be managed
496         externally and passed in to the system.
497         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
498         pgg-add-passphrase-to-cache function.
500         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
501         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
502         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
503         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
504         argument to all these routines, so the passphrase can be managed
505         externally and passed in to the system.
506         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
507         function.
509 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
511         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
512         from goto-address-url-regexp.
514 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
516         * textmodes/org.el (org-read-date, org-goto-calendar)
517         (org-recenter-calendar, org-agenda-goto-calendar):
518         Temporarily clear 'calendar-move-hook'.
520 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
522         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
523         merging.
525         * ediff-util.el (ediff-previous-difference): Don't skip regions that
526         have merge clashes.
528 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
530         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
531         Undo previous change.
533         * startup.el (command-line): Use `custom-reevaluate-setting' for
534         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
535         tty-register-default-colors on Mac.
537 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
540         (gdb-buffer-type): Make it automatically buffer local...
541         (gdb-get-create-buffer): ...and set it accordingly.
542         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
543         actually work.
545 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
547         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
548         not red.
550 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
552         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
553         case GUD buffer is not visible.
554         (gdb-goto-breakpoint): Try to force display in source buffer.
555         (gdb-frame-gdb-buffer): Copy other similar functions.
556         (gdb-restore-windows): Don't display source if not asked for.
557         (gdb-assembler-buffer-name): Don't capitalise.
559 2005-11-03  Richard M. Stallman  <rms@gnu.org>
561         * wid-edit.el (key-sequence): New widget type.
563         * simple.el (set-mark-command-repeat-pop): New variable.
564         (set-mark-command): Only interpret plan C-@ after a pop as a pop
565         if set-mark-command-repeat-pop is true.
567         * info.el (Info-fontify-node): Don't display extra "see" if there
568         already is one here.
570         * mouse.el: Fix special handling of DEL after dragging a region:
571         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
572         (mouse-region-delete-keys): Add [backspace].
574         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
576         * textmodes/ispell.el (ispell-command-loop): Change `i' description
577         not to assume it pertains to an affix.
579         * textmodes/flyspell.el (flyspell-post-command-hook):
580         Bind deactivate-mark to prevent deactivation.
582 2005-11-03  Lars Hansen  <larsh@soem.dk>
584         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
585         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
586         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
588 2005-11-03  Romain Francoise  <romain@orebokech.com>
590         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
591         Update copyright years.
593 2005-11-03  Sam Steingold  <sds@gnu.org>
595         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
596         Use system-type instead of window-system because window-system is not
597         correctly defined during loadup.
599 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
601         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
602         (xml-parse-tag): Join strings separated by a comment properly.
604 2005-11-02  Andreas Schwab  <schwab@suse.de>
606         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
608 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
611         (byte-optimize-pure-func): Quote the eval'd value.
613         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
614         Rename from perl-font-lock-syntactic-face-function.
615         Change the calling convention so it can be used as a font-lock MATCHER.
616         Do the parse-partial-sexp loop outselves.
617         (perl-font-lock-syntactic-keywords): Use it.
618         (perl-mode): Don't set font-lock-syntactic-face-function any more.
620 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
622         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
623         disassembly buffer too.
624         (gdb-exited): Remove overlay arrows when execution has finished.
625         (gdb-info-frames-custom, gdb-info-threads-custom)
626         (gdb-info-registers-custom): Don't add inappropriate text
627         properties if inferior is not active.
629 2005-11-02  Glenn Morris  <rgm@gnu.org>
631         * progmodes/fortran.el (fortran-blink-match):
632         Use `blink-matching-delay'.
634 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
636         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
638 2005-11-02  Lars Hansen  <larsh@soem.dk>
640         * net/tramp.el (tramp-action-out-of-band): Handle scp message
641         "Permission denied".
643 2005-11-01  Richard M. Stallman  <rms@gnu.org>
645         * textmodes/flyspell.el (flyspell-external-point-words):
646         Pass nil to flyspell-get-word.
648 2005-11-02  Kim F. Storm  <storm@cua.dk>
650         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
651         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
653 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
656         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
657         (calendar-mouse-print-dates): Add optional `event' argument.
658         Update interactive-spec.
659         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
660         Use `calendar-event-to-date' instead of `event'.
662 2005-11-02  Masatake YAMATO  <jet@gyve.org>
664         * progmodes/ld-script.el (ld-script-builtins):
665         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
666         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
667         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
669 2005-11-01  Romain Francoise  <romain@orebokech.com>
671         * vc-sccs.el: Update copyright year.
672         * ezimage.el: Likewise.
674 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
676         * info.el (Info-fontify-node): Use `string-width' for fontifying
677         underlined titles.
679 2005-11-01  Juri Linkov  <juri@jurta.org>
681         * info.el (Info-fontify-node): Downcase node header keywords Node,
682         Prev, Next, Up before comparison.
683         (Info-history): Insert absolute directory name, and put invisible
684         property on it.
686 2005-11-01  Juri Linkov  <juri@jurta.org>
688         * info.el (Info-file-supports-index-cookies): New variable.
689         (Info-find-node-2): Check makeinfo version for index cookie support.
690         (Info-index-nodes): Search for nodes with index cookies only when
691         Info-file-supports-index-cookies is t.  Otherwise, search nodes
692         with "Index" in the node name.
693         (Info-index-node): Search index cookie in the current node only when
694         Info-file-supports-index-cookies is t.  Otherwise, check the word
695         "Index" in the node name.
696         (Info-find-emacs-command-nodes): Remove code that searches nodes
697         with "Index" node name in the top menu.
699 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * progmodes/scheme.el (scheme-mode-variables): Use the default
702         comment-indent-function.
704         * faces.el (face-attribute): Handle the case where a face inherits from
705         a non-existent face.
707         * simple.el (eval-expression-print-format): Use lisp-readable syntax
708         for octal and hexa output, and merge the char into the paren.
709         (kill-new): Use push.
710         (copy-to-buffer): Use with-current-buffer.
711         (completion-setup-function): Move code in loop to remove redundancy.
712         (minibuffer-local-must-match-map): Don't add bindings that duplicate
713         those inherited from minibuffer-local-completion-map.
715         * savehist.el (savehist-mode) <defcustom>:
716         Use custom-set-minor-mode if available.
717         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
718         and emit a message if applicable.
720 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
722         * savehist.el: Sync up to version 19.
723         (savehist-mode): New minor mode.
724         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
725         (savehist-length): Remove (use history-length instead).
726         (savehist-file-modes): Rename from savehist-modes.
727         (savehist-save-hook, savehist-loaded): New vars.
728         (savehist-load): Use savehist-mode.  Try to smooth up transition from
729         old format to new format.
730         (savehist-install): Allow savehist-autosave-interval to be nil.
731         (savehist-save): Run the new hook.  Be more careful to only trim the
732         history variables.
733         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
734         (savehist-printable): Print into a buffer rather than char-by-char.
736 2005-11-01  John Wiegley  <johnw@newartisans.com>
738         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
739         toggle-ignore keybinding (C-a).  The author said it had been
740         disabled much earlier due to a possible incompatibility, but after
741         many months of usage I have encountered no problems (and it is a
742         rather useful option, especially for switching to " *temp*").
744         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
745         support for OS/X's AddressBook, by calling out to the open source
746         program "contacts" (installable through Fink).
748         * net/eudc.el (eudc-expand-inline): If the
749         `eudc-multiple-match-handling-method' is set to `all', delete the
750         query string before inserting the query result.
752         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
753         flag, to prevent Eshell from using the system ls when
754         `eshell-ls-insert-directory' is in used.
755         (eshell-ls-insert-directory): Disable font-lock in directory
756         buffer so that Eshell's own fontification is seen.  This broke
757         recently due to changes in font-lock, so this goes back to version
758         21 behavior.
760 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
762         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
763         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
764         (gdb-many-windows): Doc fix.
766 2005-10-31  Romain Francoise  <romain@orebokech.com>
768         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
770 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
772         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
773         that global-font-lock-mode can be enabled by default.
775         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
776         (font-lock-add-keywords, font-lock-remove-keywords)
777         (font-lock-fontify-buffer): Remove autoload cookies.
779         * jit-lock.el (jit-lock-register): Likewise.
781         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
783 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
785         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
786         intact if there is no gud-comint-buffer.
788 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
790         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
791         old prompt comint-prompt-read-only is t and GDB commands are
792         issued from tool bar etc.
794 2005-10-31  Masatake YAMATO  <jet@gyve.org>
796         * vc.el (vc-directory-exclusion-list): Add "{arch}".
798 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
800         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
801         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
803 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
805         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
806         starting at beginning of line.  Fontification is messed up when
807         `open-paren-in-column-0-is-defun-start' set to t.
808         Reported by John Paul Wallington <jpw@pobox.com>.
810 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
812         * comint.el (comint-send-input): Call `comint-update-fence' when
813         `comint-process-echoes' and `comint-prompt-read-only' are both
814         non-nil, to avoid leftover read-only newline.
816 2005-10-30  Richard M. Stallman  <rms@gnu.org>
818         * textmodes/flyspell.el (flyspell-external-point-words):
819         Detect when WORD can't be checked properly because
820         flyspell-get-word finds just part of it, and move on.
822         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
823         boundarychar for Polish.
824         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
825         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
827 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
829         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
830         (gdb-registers-font-lock-keywords): Delete.
831         (gdb-registers-mode): Don't fontify.
832         (gdb-info-registers-custom): Use text properties instead as, in
833         future, changed register values will use font-lock-warning-face.
834         (gdb-local-font-lock-keywords): Rename to...
835         (gdb-locals-font-lock-keywords): ...for consistency.
837 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
839         * vc.el (vc-switch-backend): Better error message if the buffer is
840         not visiting a file under version control.
842         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
844 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
846         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
847         ~/.emacs.d/.emacs.
849 2005-10-29  Richard M. Stallman  <rms@gnu.org>
851         * replace.el (occur-mode-mouse-goto): Always go to other window.
852         (occur-mode-goto-occurrence): Always switch in same window.
854         * simple.el (undo): Display message at end, not at start.
856         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
857         New arg REUSE-CELL.
858         (cancel-timer-internal): New function.
859         (timer-event-handler): Use cancel-timer-internal,
860         and pass the cell it returns to timer-activate...
862         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
863         (jit-lock-deferred-fontify, jit-lock-context-fontify)
864         (jit-lock-after-change): Test memory-full.
866 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
868         * textmodes/conf-mode.el (conf-assignment-sign)
869         (conf-assignment-regexp): Fix docstrings.
870         (conf-mode-initialize): New function.
871         (conf-mode): Remove optional args.  Use delay-mode-hooks to
872         recognize recursive calls.
873         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
874         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
875         (conf-xdefaults-mode): Use define-derived-mode and
876         conf-mode-initialize.
878 2005-10-29  Romain Francoise  <romain@orebokech.com>
880         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
882 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
884         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
885         part of the decoded armor to find the key-identifier.
886         (pgg-gpg-lookup-key-owner): New function to return the
887         human-readable identifier of a key owner.
888         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
889         key itself.
890         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
891         the key value) if we have a key and can match it against a secret
892         key.  Also, added a note pointing out fact that the prompt only
893         indicates the first matching key.
895         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
896         pgg-decrypt-region.
897         (pgg-pending-timers): A new hash for tracking the passphrase cache
898         timers, so that new ones supercede old ones.
899         (pgg-add-passphrase-to-cache): Rename from
900         `pgg-add-passphrase-cache' to reduce confusion (all callers
901         changed).  Modified to cancel old timers when new ones are added.
902         (pgg-remove-passphrase-from-cache): Rename from
903         `pgg-remove-passphrase-cache' to reduce confusion (all callers
904         changed).  Modified to cancel old timers when their keys are
905         removed from the cache.
906         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
907         XEmacs, an indirection to delete-itimer.
908         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
909         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
910         users can only check cache without risk of prompting.  Correct bug in
911         notruncate behavior.
912         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
913         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
914         Add informative docstrings.
915         (pgg-decrypt): Convey provided passphrase in subordinate call to
916         pgg-decrypt-region.
918 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
920         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
921         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
922         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
923         'passphrase' argument, so the passphrase can be managed externally
924         and then passed in to the system.
926         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
927         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
928         so the passphrase cache can be used reliably with identifiers
929         besides a pgp packet's key id.
931         * pgg-gpg.el (pgg-pgp-encrypt-region)
932         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
933         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
934         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
935         argument to all these routines, so the passphrase can be managed
936         externally and passed in to the system.
938         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
939         'notruncate' argument, so the passphrase cache can be used
940         reliably with identifiers besides a pgp packet's key id.
942 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
944         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
945         symmetric encryption.
946         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
947         encrypted session key.
948         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
949         message ask for the passphrase in a proper way.
951         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
952         New user commands for symmetric encryption.
954 2005-10-28  Bill Wohler  <wohler@newt.com>
956         * help-mode.el (help-url): New button type. Calls browse-url.
957         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
958         Similar to Info nodes: URL `url'.
959         (help-make-xrefs): Create help-url buttons for
960         help-xref-url-regexp matches.
962 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
964         * tool-bar.el (tool-bar-add-item-from-menu)
965         (tool-bar-local-item-from-menu): Fix doc strings.
967 2005-10-28  Romain Francoise  <romain@orebokech.com>
969         * ldefs-boot.el: Update.
971         * subr.el (locate-library): Move from help-fns.el.
972         * help-fns.el (locate-library): Move to subr.el.
974 2005-10-28  Richard M. Stallman  <rms@gnu.org>
976         * net/tramp.el (tramp-completion-mode): defvar moved up.
978         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
980         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
982         * files.el (find-file-noselect): Use %d to format large file size.
984         * bindings.el (mode-line-format): Add %e.
986         * loadup.el ("facemenu"): Load unconditionally.
987         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
988         ("x-dnd"): Load, when appropriate.
990         * startup.el (command-line): Call before-init-hook earlier.
991         Warn about some bad characters in -u user name.
993         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
994         (flyspell-external-point-words): Error if misspelled word is not found.
995         Set flyspell-large-region-beg at end of word.
997 2005-10-28  Andreas Schwab  <schwab@suse.de>
999         * view.el (View-revert-buffer-scroll-page-forward):
1000         Use view-page-size-default.
1002 2005-10-28  Juri Linkov  <juri@jurta.org>
1004         * international/quail.el (quail-get-current-str): Translate last
1005         raw character for deterministic input methods.
1007 2005-10-27  Jay Belanger  <belanger@truman.edu>
1009         * calc/calc-ext.el: Add functions to autoloads.
1010         (math-identity-matrix-p, math-ident-row-p): New functions.
1012         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1013         multiplication by an identity matrix; don't turn multiplication by
1014         an inverse matrix into division.
1015         (math-div-symbol-fancy):  Replace division by matrices with
1016         multiplication by inverse.
1018         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1020         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1021         (calc-writeoutpower): New functions.
1023 2005-10-27  Romain Francoise  <romain@orebokech.com>
1025         * replace.el (occur-engine): Include colon in mouse-face highlight.
1027         * dired-x.el: Change Maintainer field.
1029 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1031         * longlines.el (longlines-mode): Bind after-change-functions to
1032         nil during initial decoding and final encoding.
1034 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1036         * term.el (term-emulate-terminal, term-handle-colors-array)
1037         (term-handle-ansi-escape): Specify the terminfo capabilities
1038         implemented.
1040 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1042         * info.el (Info-fontify-node): Fix detection of sentence-break
1043         before *Note.
1045 2005-10-26  Romain Francoise  <romain@orebokech.com>
1047         * smerge-mode.el: Add `tools' to file keywords.
1049 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1051         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1052         when the fringe is not available.
1054         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1055         (def-gdb-auto-update-trigger): Simplify construction.
1056         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1057         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1058         defined explicitly.
1059         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1060         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1061         defined explicitly.
1062         (gdb-info-locals-custom): Remove as it's a no-op.
1064 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1066         * longlines.el (longlines-mode): Remove narrowing before
1067         performing the initial decoding or final encoding.
1069 2005-10-25  Romain Francoise  <romain@orebokech.com>
1071         * emacs-lisp/find-func.el (find-library-name): Also strip
1072         extension if library name ends in .el, to take advantage of
1073         `find-library-suffixes'.
1075 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1077         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1079 2005-10-25  Juri Linkov  <juri@jurta.org>
1081         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1082         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1084 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1087         (blackbox-redefine-key): Add argument `map'.
1089         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1090         regions when moving the jit-lock-context-unfontify-pos boundary.
1092 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1094         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1096 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1098         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1100 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1102         * play/blackbox.el (blackbox-redefine-key): New function.
1103         (blackbox-mode-map): Use it to remap existing bindings for cursor
1104         motion instead of binding literal keys.
1106 2005-10-25  Glenn Morris  <rgm@gnu.org>
1108         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1109         diary does not end in a newline.  Do not assume a blank line at
1110         the start of the diary file.
1112 2005-10-25  Kenichi Handa  <handa@m17n.org>
1114         * international/quail.el (quail-translate-key): If the input
1115         method is deterministic and failed to handle the last key, restart
1116         the key handling loop from an appropriate key.
1118 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1120         * vc.el (vc-dired-mode): Extend comment for binding of
1121         `directory-listing-before-filename-regexp'.
1123 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * textmodes/texinfo.el (texinfo-mode):
1126         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1127         not to unnecessarily expose emacs-mule's internal char codes.
1129 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1131         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1132         Display hand pointer and help-echo on disabled icon too.
1133         (gdb-mouse-until): New function.
1134         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1136 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1138         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1139         with 2005-10-23 change to doctor.el.
1141         * finder.el (finder-mode-map): Add follow-link binding.
1143 2005-10-25  Kim F. Storm  <storm@cua.dk>
1145         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1146         to gdb-mouse-toggle-breakpoint-fringe.
1147         (gdb-mouse-toggle-breakpoint-margin): Rename from
1148         gdb-mouse-toggle-breakpoint. Fix doc.
1149         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1150         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1151         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1152         string properties also for fringe breakpoint bitmaps.
1154 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1156         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1158 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1160         * simple.el (completion-common-substring):
1161         Use `completion-common-substring' prior to `completion-base-size'.
1163 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1165         * savehist.el: Require CL while compiling.
1166         (savehist-history-variables): Remove.
1167         (savehist-save-minibuffer-history, savehist-additional-variables)
1168         (savehist-minibuffer-history-variables): New vars.
1169         (savehist-save): Use them.
1170         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1171         (savehist-install): New fun, extracted from savehist-load.
1172         (savehist-load): Use them.
1174 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1176         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1177         a dummy doc-string-elt property.
1178         (defalias, defvaralias, define-category): Add a docstring property.
1180         * image.el (defimage):
1181         * widget.el (define-widget):
1182         * custom.el (defface, defcustom): Add `doc-string' declaration.
1184         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1185         (defadvice): Add `doc-string' declaration.
1187         * emacs-lisp/byte-run.el (macro-declaration-function):
1188         Handle `doc-string' declarations.
1189         (define-obsolete-function-alias, define-obsolete-variable-alias):
1190         Add `doc-string' declaration.
1192 2005-10-24  Kenichi Handa  <handa@m17n.org>
1194         * international/utf-7.el (utf-7): Add autoload cookie.
1196         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1198 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1200         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1201         list of directories passed to batch-update-autoloads.  Add "." to
1202         the list of the echoed directories.
1204         * pgg-def.el:
1205         * pgg-gpg.el:
1206         * pgg-parse.el:
1207         * pgg-pgp.el:
1208         * pgg-pgp5.el:
1209         * pgg.el: Moved here from the gnus subdirectory.
1211 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1213         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1214         in case comint-prompt-read-only is set to t.
1216         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1217         in case comint-prompt-read-only is set to t.
1219 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1221         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1222         Now a string.
1223         (icalendar-import-format): Handle CLASS, STATUS, URL.
1224         Rename `subject' to `summary'.
1225         (icalendar-import-format-summary): Rename from
1226         `icalendar-import-format-subject'.
1227         (icalendar-import-format-url, icalendar-import-format-status)
1228         (icalendar-import-format-class): New variables.
1229         (icalendar--rris): Take variable argument list.
1230         (icalendar--datestring-to-isodate): Remove unnecessary
1231         calendar-style check when converting dates with explicit month names.
1232         (icalendar-export-region): Change return type of conversion
1233         subroutines.  Bury current buffer unless error occurred.
1234         (icalendar--convert-to-ical)
1235         (icalendar--parse-summary-and-rest): New functions.
1236         (icalendar--convert-ordinary-to-ical)
1237         (icalendar--convert-weekly-to-ical)
1238         (icalendar--convert-yearly-to-ical)
1239         (icalendar--convert-block-to-ical)
1240         (icalendar--convert-cyclic-to-ical)
1241         (icalendar--convert-anniversary-to-ical): Change return type.
1242         Strip trailing blanks from subject.
1243         (icalendar--convert-sexp-to-ical): Change return type.
1244         Strip trailing blanks from subject.  Handle simple sexp
1245         entries as generated by icalendar.el.
1246         (icalendar--convert-float-to-ical)
1247         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1248         (icalendar-import-file): Doc fix.
1249         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1250         Correct call to icalendar--rris.
1251         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1252         `summary'.
1253         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1255 2005-10-24  Romain Francoise  <romain@orebokech.com>
1257         * server.el (server-sentinel): Set query-on-exit flag to nil on
1258         new client processes (it isn't inherited from the server process).
1260         * replace.el (occur-engine): Rearrange text properties.
1262 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1265         case-fold-search is nil.
1266         (debug-help-follow): Use help-xref-interned directly.
1268 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1270         * thumbs.el (thumbs-image-type): Add .pbm.
1272 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1274         * faces.el (inhibit-face-set-after-frame-default): New variable.
1275         (set-face-attribute): Bind it.
1276         (face-set-after-frame-default): Test it.
1278         * help-fns.el (describe-simplify-lib-file-name): New function.
1279         (describe-function-1, describe-variable): Use it.
1281         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1283         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1284         Eliminate nil as possible value.
1285         (tooltip-hide-delay): Reduce internal-border-width.
1287         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1288         (menu-bar-file-menu) <new-file>: Likewise.
1290         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1292         * international/mule.el (load-with-code-conversion):
1293         Pass full file name to `eval-buffer' unless preloading.
1295         * textmodes/flyspell.el (flyspell-large-region):
1296         Call ispell-check-version.
1298         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1299         Fix the make-variable-buffer-local call that was supposed
1300         to be for this variable.
1301         (ispell-aspell-supports-utf8): Doc fix.
1302         (ispell-find-aspell-dictionaries): Preserve elements of
1303         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1304         (ispell-aspell-find-dictionary): Return nil on error.
1306         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1307         (doctor-symptoms): Likewise.
1309         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1311 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1313         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1314         (custom-raised-buttons): Add :set spec.
1315         (custom-button-unraised, custom-button-pressed-unraised):
1316         New faces, so that custom-raised-buttons actually does something.
1317         (custom-mode): Use custom-button and custom-button-pressed.
1319         * wid-edit.el (widget-specify-button): Don't ignore
1320         widget-mouse-face on graphic terminals.
1321         (widget-move-and-invoke): Cleanup.
1323 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1325         * whitespace.el (whitespace-cleanup): Doc fix.
1327 2005-10-23  Romain Francoise  <romain@orebokech.com>
1329         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1330         `eval-after-load' to avoid evaluating their result.
1332 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1334         * files.el (directory-listing-before-filename-regexp):
1335         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1337         * dired.el (dired-move-to-filename-regexp): Remove.
1338         All occurences replaced by `directory-listing-before-filename-regexp'.
1340         * dired-x.el, locate.el, vc.el:
1341         Replace `dired-move-to-filename-regexp' by
1342         `directory-listing-before-filename-regexp'.  In vc.el it is
1343         overwritten locally; maybe this can be handled in files.el too.
1345         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1346         replaced by `directory-listing-before-filename-regexp'.
1348 2005-10-23  Andreas Schwab  <schwab@suse.de>
1350         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1351         and eval-next-after-load.
1353 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1355         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1356         exist, create it.
1358 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1360         * allout.el: Remove autoloads for mailcrypt and crypt++.
1361         Require pgg, pgg-gpg during compilation.
1362         (allout-version): Increment version number to 2.1, and use a literal
1363         rather than RCS Id.
1364         (allout-default-encryption-scheme): Remove.
1365         (allout-passphrase-verifier-handling)
1366         (allout-passphrase-verifier-string)
1367         (allout-file-passphrase-verifier-string)
1368         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1369         (allout-passphrase-hint-handling): Rename and simplify.
1370         (allout-init): Use `find-file-hook' if available, otherwise
1371         `find-file-hooks'.
1372         (allout-mode): Use `write-file-functions' if available, otherwise
1373         `local-write-file-hooks' and, instead of making auto-save-hook
1374         buffer local, make the write-file-hook activity contingent to
1375         allout-mode.
1376         (allout-mode): Use key-binding substitution in the docstring.
1377         (allout-kill-line): Spell-out kill ring data structure mutation
1378         instead of using byte-compiler-complaint-provoking `pop'.
1379         (allout-insert-listified): Use `insert' rather than `insert-string'
1380         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1381         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1382         (allout-encrypt-string): Totally revamped vis new underlying
1383         encryption facilities.
1384         (allout-mc-activate-passwd): Remove.
1385         (allout-obtain-passphrase): New, more or less replaces
1386         allout-mc-activate-passwd.
1387         (allout-encrypted-key-info): More or less replaces
1388         allout-encrypted-text-type.
1389         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1390         (my-mark-marker): Use `(featurep 'xemacs)'.
1392 2005-10-23  Lars Hansen <larsh@soem.dk>
1394         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1395         (byte-compile-file-form-defmumble, byte-compile-defun)
1396         (byte-compile-defmacro): Use it.
1397         (byte-compile-form): Don't call byte-compile-set-symbol-position
1398         when a byte-compile handler is called.
1400 2005-10-22  Romain Francoise  <romain@orebokech.com>
1402         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1404         * subr.el (eval-after-load): Convert library name to an absolute
1405         file name using locate-library, since load-history no longer has
1406         library names in it.
1408 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1410         * files.el (make-temp-file): Move from subr.el.
1411         * subr.el (make-temp-file): Move to files.el.
1413         * window.el (get-buffer-window-list): Move from subr.el.
1414         * subr.el (get-buffer-window-list): Move to window.el.
1416         * image.el (image-load-path): Use eval-at-startup to initialize.
1418         * subr.el (eval-at-startup): New macro.
1420         * subr.el: Much rearrangement of functions and division
1421         into pages.  No code changes.
1423 2005-10-22  Kenichi Handa  <handa@m17n.org>
1425         * tar-mode.el (tar-extract): Be sure to call
1426         find-operation-coding-system if set-auto-coding doesn't find a
1427         coding system.
1429 2005-10-22  Kim F. Storm  <storm@cua.dk>
1431         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1432         Change users.
1433         (image-type-file-name-regexps): New defconst.
1434         (image-type-from-data): Simplify loop.
1435         (image-type-from-buffer): New defun.
1436         (image-type-from-file-header): Use it instead of image-type-from-data.
1437         Use image-search-load-path instead of only looking in data-directory.
1438         (image-type-from-file-name): New defun.
1439         (image-search-load-path): Change `pathname' to `filename'.
1440         Make PATH arg optional, default to image-load-path.
1442 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1444         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1446         * textmodes/paragraphs.el (sentence-end-base): New variable.
1447         (sentence-end): Use sentence-end-base.
1449 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1452         property independently from the font-lock-multiline variable.
1454 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1456         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1458         * startup.el (command-line): Convert library names
1459         in `load-history' to absolute file names.
1461         * subr.el (symbol-file): Doc fix.
1463         * loadhist.el (file-loadhist-lookup): Call locate-library
1464         instead of find-library-name.  Don't try converting
1465         abs file names to library names, since load-history no longer
1466         has library names in it.
1467         (file-dependents, file-provides, file-requires): Doc fixes.
1469 2005-10-21  Juri Linkov  <juri@jurta.org>
1471         * progmodes/etags.el (tags-table-mode): New function.
1472         (tags-verify-table): Replace initialize-new-tags-table with
1473         tags-table-mode.
1475         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1476         default value.
1477         (desktop-modes-not-to-save): Add tags-table-mode to the
1478         default value.
1480         * info.el (Info-index-next): Add total number of index
1481         alternatives to the message.
1483         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1484         backward only space (instead of space and period) before looking
1485         at sentence end.
1487         * simple.el (set-variable): Use user-variable-p instead of symbolp.
1488         Add the old variable value as 4th default-value arg of read-string.
1490 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1492         * cus-face.el (custom-declare-face): Make face from X resources
1493         also on Mac.
1495         * disp-table.el (standard-display-g1, standard-display-graphic):
1496         Refuse to use string glyphs also on Mac.
1497         (standard-display-european): Don't set terminal coding system also
1498         on Mac.
1500         * frame.el (display-screens): Use x-display-screens also on Mac.
1502 2005-10-21  Romain Francoise  <romain@orebokech.com>
1504         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
1506 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1509         and $? into sexps.
1511         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1512         warning face on open-paren-in-column-0.
1514         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1515         boundary case.  Fix typo.
1516         Suggested by Martin Rudalics <rudalics@gmx.at>.
1518 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
1520         * textmodes/org.el: (org-combined-agenda-icalendar-file)
1521         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1522         (org-export-icalendar-this-file)
1523         (org-export-icalendar-all-agenda-files)
1524         (org-export-icalendar-combine-agenda-files): New commands.
1525         (org-export-icalendar, org-print-icalendar-entries)
1526         (org-start-icalendar-file, org-finish-icalendar-file)
1527         (org-ical-ts-to-string): New functions.
1528         (org-read-date, org-goto-calendar)
1529         (org-agenda-goto-calendar): Inhibit displaying diary entries by
1530         call to `calendar'.
1531         (orgtbl-setup): Remove the :keys arguments from the menu description.
1532         (org-after-save-iCalendar-file-hook): New variable.
1534 2005-10-21  Kenichi Handa  <handa@m17n.org>
1536         * language/vietnamese.el (tcvn-5712): Make it an alias of
1537         vietnamese-tcvn coding-system.
1539 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
1541         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1542         group id is given.
1544 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * progmodes/sh-script.el (sh-escaped-line-re): New var.
1547         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1548         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1549         whose line is either continued or ends with a comment.
1551 2005-10-20  Romain Francoise  <romain@orebokech.com>
1553         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1555         * replace.el (occur-engine): Add follow-link property.
1557         * font-core.el (font-lock-mode): Doc fix.
1559 2005-10-20  Richard M. Stallman  <rms@gnu.org>
1561         * net/rcirc.el: New file.
1563 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
1565         * term.el (term-term-name): Initialize to "eterm-color".
1567 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
1569         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1570         for encryption functionality.
1571         Move allout customization subgroup from `editing' to `outlines' group.
1572         Fix commentary 'keywords' to legitimate ones.
1573         Update author info (using my current email address, obscurified).
1574         (allout-encrypt-string, allout-encryption-produce-work-buffer)
1575         (allout-encrypted-topic-p, allout-encrypted-text-type)
1576         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1577         (allout-situate-encryption-key-verifier)
1578         (allout-get-encryption-key-verifier, allout-verify-key)
1579         (allout-next-topic-pending-encryption)
1580         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1581         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1582         (outline-key-verifier-handling, outline-key-hint-handling)
1583         (outline-encrypt-unencrypted-on-saves): New defcustoms.
1584         (allout-file-key-verifier-string, allout-encryption-scheme)
1585         (allout-key-verifier-string, allout-key-hint-string)
1586         (allout-after-save-decrypt): New variables.
1587         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1588         (allout-after-saves-handler): New hook functions.
1589         (allout-post-command-business): Do allout-after-save-decrypt.
1590         (allout-enable-file-variable-adjustment): Custom var to enable
1591         mechanism for adding and adjusting settings of Emacs file variables.
1592         (allout-adjust-file-variable, allout-file-vars-section-data):
1593         New functions, implement the mechanism.
1594         (outlineify-sticky): Use the file vars mechanism.
1595         (allout-inhibit-protection, allout-during-write-cue)
1596         (allout-override-protect, allout-before-change-protect): Remove.
1597         (allout-flag-region, allout-open-topic): Adjust read-only text.
1598         (allout-open-line-not-read-only): Add to facilitate read-only
1599         text based protection.
1600         (allout-kill-line): Revise to adjust read-only text, clue the
1601         user about the inhibition.
1602         (allout-unprotected): Use unwind-protect.
1603         (allout-shift-in, allout-shift-out): Disallow manually shifting a
1604         topic deeper than the offspring depth of the previous topic -
1605         avoiding confusing "containment discontinuities".
1606         (allout-reindent-bodies): Fix retention of body relative hanging
1607         indent during promotion of collapsed bodies.
1608         (allout-open-topic): Make it easy to open new topic with same
1609         bullet as current topic - topic creation functions provided with
1610         any universal argument provokes now prompt for bullet, defaulting
1611         to the bullet of the previous topic.
1612         (allout-plain-bullets-string, allout-distinctive-bullets-string):
1613         Plain bullet alternates '.' period and ',' comma only.  All other
1614         bullets are relegated to special status (but customizable).
1615         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1616         since it actually operates w.r.t. most immediately containing
1617         entry, visible or not.
1618         (allout-hide-current-entry, allout-show-current-entry): Use the
1619         revised version.
1620         (allout-old-expose-topic): Solidify deprecation.
1621         (allout-end-of-subtree): Add so we can span concealed as well
1622         as visible topics.
1623         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1624         (allout-end-of-current-heading): Tweak to just respect the first line.
1625         (allout-get-body-text): Add.
1626         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1627         when invoked interactively.
1628         (allout-up-current-level): Use `interactive-p'.
1629         (allout-mode, allout-init): Miscellaneous docstring and
1630         operational refinements, as well as hookups of new encryption stuff.
1631         (allout-beginning-of-current-entry): Now works as advertised.
1632         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1633         (allout-isearch-rectification): Refine condition for isearching.
1634         (allout-isearch-abort, allout-enwrap-isearch)
1635         (allout-flag-region, my-region-active-p): Relocate some macros.
1636         (allout-title): Fallback title is '(buffer-name)', not
1637         non-existing '(current-buffer-name)'.
1638         (subst-char-in-string): Define if absent (for some XEmacs versions).
1640 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
1642         * mail/sendmail.el (mail-setup-hook, mail-aliases)
1643         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
1644         (mail-citation-prefix-regexp, mail-signature-file)
1645         (mail-default-headers, mail-bury-selects-summary)
1646         (mail-send-nonascii): Add autoload cookies.
1648 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1650         * frame.el (blink-cursor-mode): Add `mac' to the list of
1651         window-system's that support blinking cursor.
1653 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1655         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
1657 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
1659         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
1660         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
1661         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
1663 2005-10-20  Kim F. Storm  <storm@cua.dk>
1665         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
1666         (ido-set-current-directory): Don't add / after final @.
1667         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
1668         Explicitly handle ange-ftp completion oddities.
1669         (ido-make-file-list): Don't rotate list at tramp root to avoid
1670         triggering tramp file handler for expand-file-name via get-file-buffer.
1672 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * simple.el (eval-expression-print-format): Put the char-string
1675         inside the parenthesis, like the other alternative notations.
1676         (kill-new): Use push.
1677         (copy-to-buffer): Use with-current-buffer.
1678         (completion-setup-function): Simplify.
1679         (minibuffer-local-must-match-map): Don't add redundant bindings which
1680         are already present in its parent (minibuffer-local-completion-map).
1682         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
1684 2005-10-19  Jay Belanger  <belanger@truman.edu>
1686         * calc/calc-units.el (math-standard-units): Add units, adjust
1687         symbols and update values.
1688         (math-unit-prefixes):  Add more prefixes.
1690 2005-10-19  Romain Francoise  <romain@orebokech.com>
1692         * bookmark.el (bookmark-menu-heading): New face.
1693         (bookmark-bmenu-list): Use it.
1694         Don't fiddle with `baud-rate' at top-level.
1696 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1698         * image.el (create-image, find-image): Mention max-image-size in
1699         docstring.
1701 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1703         * savehist.el (savehist-load): Revert to checking XEmacs.
1705         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
1706         Various docstring and line-width fixups.
1707         (conf-mode): Use cond.
1708         Set font-lock-defaults.  Don't set comment-use-syntax.
1710 2005-10-18  David Ponce  <david@dponce.com>
1712         * tree-widget.el (tree-widget-button-click): New function.
1713         (tree-widget-button-keymap): Use it.
1715 2005-10-18  Romain Francoise  <romain@orebokech.com>
1717         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1718         (bookmark-bmenu-hide-filenames): Add follow-link property.
1719         Improve help-echo text.
1721         * ffap.el (find-file-at-point): Doc fix.
1723 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1725         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
1727 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1729         Install to the CVS repository what I forgot to install in my
1730         2005-10-16 changes.
1732         * progmodes/python.el (python-complete-symbol): Pass the common
1733         prefix substring of completion to `display-completion-list'.
1735         * textmodes/org.el (org-complete): Ditto.
1737 2005-10-18  Masatake YAMATO  <jet@gyve.org>
1739         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
1741         * woman.el (WoMan-xref-man-page): New button type derived
1742         from `Man-abstract-xref-man-page'.
1743         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
1745         * man.el (Man-abstract-xref-man-page): New button type.
1746         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
1747         (Man-highlight-references): Add new optional argument `xref-man-type'.
1749 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
1751         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
1753 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1755         * cus-edit.el (Custom-move-and-invoke): Delete.
1756         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
1758         * wid-edit.el (widget-move-and-invoke): New function, from
1759         Custom-move-and-invoke.
1761 2005-10-17  Bill Wohler  <wohler@newt.com>
1763         Move all remaining images from lisp/toolbar to etc/images, move
1764         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
1765         the low resolution images in their own directory (low-color).
1767         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
1768         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
1769         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
1770         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
1771         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
1772         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
1773         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
1775         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
1776         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
1777         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
1778         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
1779         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
1780         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
1781         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
1782         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
1783         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
1784         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
1785         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
1786         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
1787         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
1788         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
1789         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
1791         To conform with convention, replace the underscore (_) in the
1792         following image names with dash (-) or (/) as appropriate.
1794         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
1795         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
1796         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
1797         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
1798         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
1799         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
1800         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
1801         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
1802         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
1803         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
1804         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
1805         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
1806         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
1807         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
1808         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
1810         * info.el (info-tool-bar-map): Replace underscores in image names
1811         with dashes.
1813         * makefile.w32-in (WINS): Remove toolbar.
1815         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
1817         * tool-bar.el: Move to lisp from toolbar.  Now that
1818         toolbar is empty, it should be deleted when folks run "cvs up -P".
1820 2005-10-18  Jay Belanger  <belanger@truman.edu>
1822         * calc/calc-store.el (calc-store-into): Get the proper variable name
1823         to display in message.
1825 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
1827         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
1828         expressions display in speedbar for all buffers when debugging.
1829         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
1831         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
1832         (speedbar-insert-button, speedbar-make-button):
1833         Use add-text-properties.
1834         (speedbar-update-localized-contents)
1835         (speedbar-update-directory-contents)
1836         (speedbar-update-special-contents): Use dolist.
1837         (speedbar-buffer-easymenu-definition): Add a menu separator.
1839 2005-10-17  Jason Rumney  <jasonr@gnu.org>
1841         * makefile.w32-in: Use $(lisp) consistently.
1842         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
1843         for shell specific generation of mh-autoloads.
1845 2005-10-17  Richard M. Stallman  <rms@gnu.org>
1847         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
1849 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * jit-lock.el (jit-lock-fontify-now):
1852         Move jit-lock-context-unfontify-pos to avoid wasted work.
1854 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
1856         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
1857         `tramp-completion-mode' for checking if we are in completion mode.
1858         (tramp-completion-handle-file-name-all-completions): Reorder code
1859         in order to complete for file names only in case there are no
1860         method/user/host completions.  This is necessary for cooperation
1861         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
1863 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
1865         * longlines.el (longlines-search-forward)
1866         (longlines-search-backward): Match any number of spaces.
1868 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
1870         * diff-mode.el (diff-mode): Doc fix.
1872 2005-10-16  David Reitter <david.reitter@gmail.com>
1874         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
1875         as default on darwin and windows systems.
1877 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1879         * arc-mode.el (archive-zip-extract): Doc fix.
1881 2005-10-16  Romain Francoise  <romain@orebokech.com>
1883         * mouse.el (mouse-1-click-follows-link): Doc fix.
1885 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * savehist.el: Don't require CL at runtime.
1888         (savehist-xemacs): Remove.
1889         (savehist-coding-system): Use utf-8 if present, regardless of religion.
1890         (savehist-no-conversion): Use (featurep 'xemacs).
1891         (savehist-load): Check existence of start-itimer rather than XEmacs.
1892         Use an idle timer.
1893         (savehist-process-for-saving): Replace use of CL funs `subseq' and
1894         `delete-if-not'.
1896 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
1898         * savehist.el: Newer version.
1899         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
1900         (savehist-last-checksum, savehist-no-conversion): New vars.
1901         (savehist-autosave, savehist-process-for-saving, savehist-printable):
1902         New functions.
1903         (savehist-load, savehist-save): Use them.
1904         (savehist-delimit): Remove.
1906 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * progmodes/compile.el (compilation-goto-locus): Display the
1909         compilation buffer first and the source buffer second, in case they're
1910         in overlapping frames.  Don't raise the compilation frame if it was the
1911         selected window upon entry.  Pass the `other-window' arg to
1912         pop-to-buffer.
1914         * info.el (Info-fontify-node): Use dolist.
1915         Change add-text-properties to put-text-property.
1917 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1919         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
1920         bound of search.
1922 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1924         * dabbrev.el (dabbrev-completion): Pass the common
1925         prefix substring of completion to `display-completion-list'.
1927         * filecache.el (file-cache-minibuffer-complete)
1928         (file-cache-complete): Ditto.
1930         * tempo.el (tempo-display-completions): Ditto.
1932         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
1934         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
1936         * eshell/em-hist.el (eshell-list-history): Ditto.
1938         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
1940         * mail/mailalias.el (mail-complete): Ditto.
1942         * progmodes/etags.el (complete-tag): Ditto.
1944         * progmodes/make-mode.el (makefile-complete): Ditto.
1946         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
1948         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
1950         * progmodes/pascal.el (pascal-complete-word)
1951         (pascal-show-completions): Ditto.
1953         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
1955         * simple.el (completion-common-substring): New variable.
1956         (completion-setup-function): Use `completion-common-substring'
1957         to put faces.
1959 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1961         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
1962         (x-get-selection, mac-select-convert-to-string): Convert from/to
1963         UTF-16 clipboard data as in native byte order, no BOM.
1965 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
1967         * progmodes/gud.el (gud-tool-bar-map): Rename the images
1968         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
1969         (gud-sentinel): Use speedbar-frame to check for speedbar.
1971 2005-10-15  Richard M. Stallman  <rms@gnu.org>
1973         * savehist.el: New file.
1975 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
1977         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
1978         Fix bug in \bf fontification.
1980 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1982         * pcvs.el (cvs-edit-log-files): New var.
1983         (cvs-mode-edit-log): New arg `file'.
1984         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
1985         Instead force the use of the original file and nothing else.
1986         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
1987         the cvs-minor-wrap-function is set.
1988         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
1990 2005-10-14  Bill Wohler  <wohler@newt.com>
1992         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
1993         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
1994         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
1995         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
1996         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
1997         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
1998         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
1999         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2000         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2001         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2002         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2003         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2004         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2005         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2006         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2008         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2009         appropriately (for example, gud-break to gud/break).
2011 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2013         * longlines.el (longlinges-search-function)
2014         (longlines-search-forward, longlines-search-backward): New functions.
2015         (longlines-mode): Set isearch-search-fun-function to
2016         longlinges-search-function.
2018         * mouse.el (mouse-drag-region-1): Handle the case where a
2019         double-click event is bound to an arbitrary function.
2021 2005-10-14  David Ponce  <david@dponce.com>
2023         * recentf.el (recentf-track-opened-file)
2024         (recentf-track-closed-file, recentf-update-menu)
2025         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2026         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2027         mouse-1-click-follows-link.
2029 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2031         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2032         Gnome file-manager.png.  Suggested by
2033         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2035         * toolbar/README: Add diropen.xpm.
2037 2005-10-13  Bill Wohler  <wohler@newt.com>
2039         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2040         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2042 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2045         Don't waste the byte-compiler's time on constant data.
2047 2005-10-13  Kenichi Handa  <handa@m17n.org>
2049         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2050         byte with `escape-glyph' face.
2052         * international/fontset.el (ccl-encode-unicode-font):
2053         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2054         Handle the case that ucs-mule-to-mule-unicode translates a character to
2055         ASCII (usually for IPA characters).
2057 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2060         Don't hide the underline of titles if font-lock-mode is disabled.
2062 2005-10-12  Bill Wohler  <wohler@newt.com>
2064         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2065         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2066         files in MH-E-SRC have been updated.
2067         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2069 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2072         (mixal-mode-syntax-table): Add \n as end-comment.
2073         (mixal-operation-codes-alist): Immediately initialize to full value.
2074         (mixal-add-operation-code): Remove.
2075         (mixal-describe-operation-code): Make the arg non-optional.
2076         Use the interactive spec instead.
2077         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2078         (mixal-font-lock-keywords): Don't highlight comments here any more.
2079         (mixal-font-lock-syntactic-keywords): New var.
2080         (mixal-mode): Use it.  Fix comment-start-skip.
2082 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2084         * startup.el (command-line-x-option-alist): -nb => -nbi
2086 2005-10-12  Kim F. Storm  <storm@cua.dk>
2088         * startup.el (fancy-splash-default-action): Discard mouse click in
2089         the spash screen window, as it has no sensible meaning in the
2090         next window to be selected.  Fixes error reported by Jan D.
2092 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2094         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2096 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2099         Try to fix up minor layout issues like indentation, line break, etc...
2100         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2101         because it doesn't work.
2102         (mixal-operation-codes): Add some more codes.
2103         (mixal-font-lock-keywords): Process comments here.
2104         (mixal-mode): mixasm no longer needs -g option.
2106 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2108         * progmodes/sh-script.el (sh-tmp-file):
2109         Use mktemp -t.  Finish support for es and rc shells.
2111 2005-10-11  Jay Belanger  <belanger@truman.edu>
2113         * calc/calcalg2.el (calc-integral): With an argument, compute the
2114         definite integral.
2116 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2118         * mouse.el (mouse-drag-region-1): Don't try to catch a
2119         double-click when doing follow-link (it's overridden anyway).
2121 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2123         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2124         (autoload-print-form-outbuf): Add docstring.
2126 2005-10-11  Juri Linkov  <juri@jurta.org>
2128         * info.el (Info-mode-menu): Delete menu item "Edit".
2129         (Info-mode): Delete description of Info-edit from docstring,
2130         and rearrange descriptions of Info commands in the order
2131         they are documented in the Info manual.
2133 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2135         * calendar/appt.el (appt-check): Use diary-selective-display var.
2137 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2139         * net/newsticker.el (newsticker-start, newsticker-show-news):
2140         Add autoload cookies.
2142 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2144         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2146 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2148         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2150 2005-10-10  Jay Belanger  <belanger@truman.edu>
2152         * calc/calc-arith.el (math-check-known-scalarp)
2153         (math-check-known-matrixp): Check the values of arguments that are
2154         variables.
2155         (math-check-known-square-matrixp): New function.
2156         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2157         (math-super-types): Add sqmatrix type.
2159         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2160         mode name `square' to 'sqmatrix'.
2162         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2163         mode name `square' to 'sqmatrix'.
2165 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * progmodes/etags.el (select-tags-table-mode): Don't use
2168         selective-display.
2169         (tags-select-tags-table): Pass `button' to the action function.
2170         (select-tags-table): Place the side-info on button properties rather
2171         than in hidden text.  Abbreviate file names.
2172         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2173         (select-tags-table-select): Add `button' argument.
2174         Get side-info from the button property rather than from hidden text.
2176 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2178         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2179         (gud-speedbar-buttons): Preserve point if possible.
2180         (gud-sentinel): Restore previous speedbar display type.
2182         * progmodes/gdb-ui.el (gdba): Improve diagram.
2183         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2184         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2185         Call get-buffer-window once.
2187 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2190         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2191         (pascal-indent-command): Remove unused var `ind'.
2192         (pascal-indent-case): Remove unused var `oldpos'.
2193         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2194         since it's now used as a proper minor mode map.
2195         (pascal-outline): Rename to pascal-outline-mode.
2196         (pascal-outline-mode): Use define-minor-mode.
2197         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2198         selective-display.
2200 2005-10-10  Andreas Schwab  <schwab@suse.de>
2202         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2203         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2205         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2206         outside source directory.
2208 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2210         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2211         C-x' as a prefix.
2212         (orgtbl-mode-map): Full keymap instead of sparse, because all
2213         `self-insert-command' keys are redefined in this map.
2214         (org-export-as-html): Specify charset for HTML file, by taking it
2215         from the coding system.
2217 2005-10-10  Kenichi Handa  <handa@m17n.org>
2219         * textmodes/flyspell.el (flyspell-check-word-p):
2220         If unread-command-events is non-empty, don't call sit-for.
2222 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2224         * font-lock.el (font-lock-syntactic-keywords)
2225         (font-lock-keywords): Doc fixes.
2227         * textmodes/flyspell.el (flyspell-external-point-words):
2228         Simplify logic, and don't try to check for consecutive appearances
2229         of one incorrect word.
2231 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2233         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2234         separator.
2236         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2237         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2238         (gud-expansion-speedbar-buttons): New function.
2239         (gud-speedbar-buttons): Check for gud-comint-buffer.
2241 2005-10-09  Bill Wohler  <wohler@newt.com>
2243         * Makefile.in (updates): Add mh-loaddefs dependency.
2245 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2247         * speedbar.el (speedbar-file-key-map): Fix typo.
2249 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2251         * cus-start.el (line-spacing): Add custom spec.
2253 2005-10-09  Romain Francoise  <romain@orebokech.com>
2255         * textmodes/ispell.el (ispell-check-version): Fix last change.
2257 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2259         * term/x-win.el: Remove -i, --icon-type from comment.
2261         * startup.el (command-line-x-option-alist): Remove options -i,
2262         -itype, --icon-type, added -nb, --no-bitmap-icon
2264 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2266         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2267         instead of :active.
2269 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2271         * textmodes/ispell.el (ispell-check-version):
2272         Ignore hyphen, and all that follows, in aspell's version text.
2274 2005-10-08  Jay Belanger  <belanger@truman.edu>
2276         * calc/calc-arith.el (math-known-square-matrixp): New function.
2277         (math-pow-fancy): Check for matrices before distributing exponent
2278         across products.
2280         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2281         fullscreen keypad.  Suggested by Luc Teirlinck.
2282         (calc-keypad-show-input): Add space for formatting.
2284         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2285         Add square matrix option.
2287         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2288         of checking calc-matrix-mode when deciding how to expand.
2290         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2292 2005-10-08  Lars Hansen  <larsh@soem.dk>
2294         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2295         Add error handling.
2296         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2298 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2300         Sync with Tramp 2.0.51.
2302         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2303         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2304         Insert special handling for `last-coding-system-used', again
2305         it still seems to be necessary (unlike stated before).
2306         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2307         (tramp-password-prompt-regexp): There might be other words before
2308         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2309         (tramp-chunksize): Improve docstring.
2310         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2311         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2312         Christian Joergensen <bugs@razor.dk>.
2314 2005-10-07  Glenn Morris  <rgm@gnu.org>
2316         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2317         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2318         precision'.
2320 2005-10-07  Romain Francoise  <romain@orebokech.com>
2322         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2323         (ibuffer-do-shell-command-pipe-replace)
2324         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2325         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2326         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2327         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2328         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2329         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2330         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2331         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2332         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2333         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2334         Autoload file sans suffix.
2336         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2338 2005-10-07  David Ponce  <david@dponce.com>
2340         * recentf.el (recentf-menu-open-all-flag): New option.
2341         (recentf-digit-shortcut-command-name): New function.
2342         (recentf--shortcuts-keymap): New variable.
2343         (recentf-menu-shortcuts): New variable.
2344         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2345         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2346         (recentf-menu-value-shortcut): New function.
2347         (recentf-make-menu-item): Use it.  No more in-lined.
2348         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2349         (recentf-open-most-recent-file): Rename from
2350         `recentf-open-file-with-key'.  Don't depend on key binding.
2351         (recentf-mode-map): New variable.
2352         (recentf-mode): Use it.
2354 2005-10-06  Bill Wohler  <wohler@newt.com>
2356         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2358         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2359         (MH-E-SRC): New.  Used by mh-autoloads.
2360         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2361         files in MH-E-SRC have been updated.
2362         (compile, recompile, bootstrap): Depend on mh-autoloads.
2364 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2366         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2367         gud-break and gud-remove icons when the fringe is not available.
2369         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2370         Typo.
2372 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2374         * play/zone.el (zone): Wrap body with save-window-excursion.
2376 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2379         Use the new `list-only' arg to diary-list-entries.
2381         * calendar/diary-lib.el: Use overlays rather than selective-display.
2382         (diary-selective-display): New var.
2383         (diary-header-line-format): Use it.
2384         (diary-list-entries): Add argument `list-only'.
2385         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2386         Replace \^M by invisible overlays.
2387         (diary-unhide-everything): Replace \^M by invisible overlays.
2388         (print-diary-entries): Look for overlays rather than \^M.
2389         Add a space to the temp buffer name.
2390         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2391         Put the buffer in diary-mode.
2392         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2393         (diary-anniversary): Make the year arg optional.
2394         (diary-time-regexp): New const.
2395         (diary-font-lock-keywords): Use it to accept a few more time formats.
2397         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2399 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2401         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2402         Fix bug introduced 2005-07-03: Use (car (last ...))
2403         to faithfully reproduce replaced artist-last.
2404         (artist-set-arrow-points-for-poly): Likewise.
2405         Suggested by Johan Bockg\e,Ae\e(Brd.
2407 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2409         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2410         * wid-edit.el (widget):
2411         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2412         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2414 2005-10-06  Kenichi Handa  <handa@m17n.org>
2416         * international/mule-cmds.el (set-language-environment):
2417         Fix setting up of case-table for unibyte mode.
2419         * simple.el (what-cursor-position): If the character is displayed
2420         by some `display' text property, show that.  Don't use
2421         single-key-description for eight-bit characters in multibyte mode.
2423 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2425         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2426         (gdb-ann3): Set it.
2427         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2428         (gdb-info-frames-custom): Use inverse-video for first five
2429         characters of selected frame only.
2430         (gdb-get-frame-number): Select frame even when point is on frame
2431         number.
2433 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2435         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2436         Put `font-lock-function-name-face'.
2437         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2438         and `font-lock-variable-name-face'
2439         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2440         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2441         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2442         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2443         (gdb-local-font-lock-keywords): New font lock keywords definition.
2444         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2445         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2446         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2448 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2450         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2451         (ediff-merge-region-is-non-clash-to-skip): Previously called
2452         ediff-merge-region-is-non-clash.
2454         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2455         Use insert-buffer-substring.
2457         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2458         selecting files to patch.  Also bug fixes.
2460         * ediff-util.el (ediff-setup): Bug fix.
2461         (ediff-next-difference): Never skip clashes that differ in white
2462         space only.
2464         * ediff-wind.el (ediff-setup-control-frame)
2465         (ediff-destroy-control-frame): Check the menubar feature.
2467         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2468         (viper-refresh-mode-line): Use make-local-variable to localize
2469         some vars instead of make-variable-buffer-local.  Suggested by
2470         Stefan Monnier.
2472         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2473         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2474         Use make-local-variable instead of make-variable-buffer-local.
2475         Suggested by Stefan Monnier.
2477         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2478         (viper-comint-mode-hook): Use make-local-variable on
2479         require-final-newline.
2480         (viper-non-hook-settings): Don't use make-variable-buffer-local.
2482 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2485         also the second char of a comment-start sequence.
2486         (scheme-sexp-comment-syntax-table): New var.
2487         (lambda, define): Set their scheme-doc-string-elt property.
2488         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2489         Use lisp-font-lock-syntactic-face-function now that it properly
2490         handles |...| symbols.
2491         (scheme-mode-variables): Set lisp-doc-string-elt-property,
2492         parse-sexp-lookup-properties and font-lock-extra-managed-props.
2494         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2495         bit from # to |.
2496         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2498         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2499         (lisp-doc-string-elt-property): New var.
2500         (lisp-font-lock-syntactic-face-function): Use it.
2501         Rewrite to recognize docstrings even for forms not at toplevel.
2503         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2504         annotation on the | part of #| rather than on the # part.
2505         (scheme-font-lock-syntactic-face-function): New function, to
2506         distinguish strings from |...| symbols.
2507         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
2508         syntax-table so that #|...|# is properly highlighted.
2510         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2511         Don't mark as docstring the 3rd elem of an unknown toplevel form.
2513 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2516         and C-e.
2518         * emacs-lisp/eldoc.el: Move comments into docstrings.
2519         (eldoc-message-commands): Initialize in its declaration.
2520         Add move-beginning-of-line and move-end-of-line.
2521         (eldoc-add-command, eldoc-add-command-completions)
2522         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2524         * outline.el (outline-mark-subtree): Activate the mark.
2526         * calendar/appt.el (appt-time-regexp): New var.
2527         (appt-add, appt-make-list): Use it.
2528         (appt-convert-time): Clean up.
2530         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2531         Don't set any syntax-table property here.
2532         (tex-font-lock-verb): New function.  Do it here.
2533         (tex-font-lock-syntactic-keywords): Use it.
2535 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2537         * wid-edit.el (widget-file-complete): Get the widget start point
2538         the right way.  Default directory to `/' if file has none.
2540         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2542         * textmodes/flyspell.el (flyspell-mode-on):
2543         Call ispell-maybe-find-aspell-dictionaries.
2545         * textmodes/ispell.el (ispell-word, ispell-region):
2546         Call ispell-maybe-find-aspell-dictionaries.
2547         (ispell-accept-buffer-local-defs):
2548         Don't call ispell-maybe-find-aspell-dictionaries
2550 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2552         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2554 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
2556         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2557         instead of `fboundp' in order to allow for anonymous functions.
2559 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
2561         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2562         case the user clicks on the link while another window is selected.
2563         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2565         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2566         functionality.
2567         (dframe-help-echo): Save point in case mouse tracking is off.
2569 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
2571         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2573 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2576         not change the global value of those vars.
2578         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2579         make-local-variable which we do not need any more.
2581 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
2583         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2584         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2585         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2586         (speedbar-path-line): Define obsolete aliases.
2587         (speedbar-line-directory): Doc fix.
2589         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2590         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2591         instead of speedbar-line-path.
2593 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2595         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2596         to nil if dropping on a window.  Handle dropping on a minibuffer window
2597         like dropping on a non-window part of Emacs.
2599 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * net/ange-ftp.el: Use with-current-buffer.
2602         (ange-ftp-insert-directory): Do not follow symlinks any more.
2604         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2605         Remove interactive spec.
2607 2005-10-03  Kim F. Storm  <storm@cua.dk>
2609         * ido.el (ido-mode): Use custom-initialize-set.
2611 2005-10-02  Richard M. Stallman  <rms@gnu.org>
2613         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2614         Use insert-buffer-substring.
2616         * net/tramp.el: Pacify byte compiler warnings in pacification code.
2617         (tramp-handle-file-local-copy): Use insert-buffer-substring.
2619 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2622         in last change.
2623         (ange-ftp-insert-directory): Fix up the search for the case where
2624         `file' is absolute.
2626 2005-10-02  Romain Francoise  <romain@orebokech.com>
2628         * progmodes/compile.el (compile-goto-error): Delete extra paren.
2630 2005-10-02  Andreas Schwab  <schwab@suse.de>
2632         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2633         directory component in the session info.
2635 2005-10-01  Richard M. Stallman  <rms@gnu.org>
2637         * comint.el (comint-redirect-subvert-readonly): Doc fix.
2639         * simple.el (next-error-internal): New function.
2641         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
2642         (compilation-start): Pass new arg to compilation-buffer-name.
2643         (compile-goto-error): Use next-error-internal.
2645 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2647         * speedbar.el: Remove RCS tag.
2648         (speedbar-check-read-only): Handle non-existent files.
2650         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
2652         * info.el (Info-speedbar-hierarchy-buttons)
2653         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2655 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2657         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
2658         Do not match newline.
2659         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
2660         (bibtex-summary): Remove unnecessary save-excursion.
2661         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2663 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2665         * term/mac-win.el: Add charset info for "iso10646-1".
2666         Modify default fontset to use ATSUI-compatible fonts for some charsets
2667         if available.
2669 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
2671         * speedbar.el: Re-apply arch tag.
2672         (speedbar-version): Rename to version 1.0.  Suggested by Eric
2673         M. Ludlam.
2674         Reapply two changes from Emacs CVS' version of speedbar lost
2675         during the merge:
2676         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
2677         (speedbar-frame-parameters): Improve customize type.
2679 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
2682         (ange-ftp-file-directory-p): Fix the symlink case.
2683         (ange-ftp-insert-directory): When listing a single file, get a list of
2684         the parent buffer and extract the relevant line.  Inspired from a patch
2685         by Katsumi Yamaoka <yamaoka@jpl.org>.
2686         (ange-ftp-file-name-sans-versions): Simplify.
2688 2005-09-30  Bill Wohler  <wohler@newt.com>
2690         Move MH-E image files from toolbar and mail directories into
2691         etc/images.
2693         * mail/reply2.*: Move to etc/images/mail/reply*.
2695         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
2696         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
2697         etc/images.
2699         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
2700         * toolbar/reply*: Move to etc/images/mail.
2702         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
2704 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
2706         * speedbar.el: New version 1.0pre3.
2708         Frame management code (including timer, and mouse click specifics)
2709         moved to dframe.el:
2710         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
2711         (speedbar-timer): Removed.  Use dframe-timer.
2712         (speedbar-close-frame): Removed.  Use dframe-close-frame.
2713         (speedbar-activity-change-focus-flag): Removed.  Use
2714         dframe-activity-change-focus-flag.
2715         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
2716         dframe-update-speed.
2718         (speedbar-current-frame): New macro.  Use this instead of the
2719         variable speedbar-frame.
2721         (speedbar-use-images, speedbar-expand-image-button-alist)
2722         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
2724         (speedbar-find-image-on-load-path): Removed.  Replaced by
2725         defezimage in ezimage.el.
2726         (speedbar-expand-image-button-alist): Removed.  Replaced by
2727         ezimage-expand-image-button-alist in ezimage.el.
2729         (speedbar-ignored-directory-regexp)
2730         (speedbar-add-ignored-directory-regexp)
2731         (speedbar-ignored-directory-expressions)
2732         (speedbar-line-directory, speedbar-buffers-line-directory)
2733         (speedbar-directory-line, speedbar-buffers-line-directory):
2734         Renamed, replacing `path' with `directory'.
2736         (speedbar-create-directory, speedbar-expand-line-descendants)
2737         (speedbar-toggle-line-expansion)
2738         (speedbar-contract-line-descendants): New commands.
2740         (speedbar-query-confirmation-method, speedbar-select-frame-method)
2741         (speedbar-use-tool-tips-flag): New options.
2743         (speedbar-check-read-only, speedbar-require-version)
2744         (speedbar-insert-separator, speedbar-buffers-tail-notes)
2745         (speedbar-handle-delete-frame, speedbar-try-completion)
2746         (speedbar-update-localized-contents): New functions.
2748         (speedbar-incompatible-version, speedbar-ro-to-do-point)
2749         (speedbar-object-read-only-indicator): New variables.
2751         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
2752         New hooks.
2754         (speedbar-separator-face): New face.
2756         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
2757         (speedbar-ignored-modes): Add fundamental-mode.
2758         (speedbar-directory-unshown-regexp): Add . directories.
2760         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
2761         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
2762         `]' for full expand/close.
2763         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
2765         (speedbar-check-vc): Support hidden files.
2766         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
2767         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
2768         state is nil, it is not checked out.
2770         (speedbar-line-text, speedbar-line-token): Support expand buttons
2771         with no text.
2772         (speedbar-refresh): Universal argument acts as power-click.
2773         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
2774         that buffer to get variable values.
2776         And many other bugfixes.
2778         * dframe.el, ezimage.el, sb-image.el: New files.
2780         * sb-*.xpm: Remove files.  New image files installed into
2781         etc/images/ezimage.
2783 2005-09-30  Kenichi Handa  <handa@m17n.org>
2785         * ps-mule.el (ps-mule-show-warning): If a character is in
2786         ps-print-translation-table, don't treat it as non-printable.
2788 2005-09-30  David Ponce  <david@dponce.com>
2790         * tree-widget.el (tree-widget-themes-load-path): New variable.
2791         (tree-widget-themes-directory): Doc fix.
2792         (tree-widget-image-formats) [Emacs]: Doc fix.
2793         (tree-widget--locate-sub-directory): New function.
2794         (tree-widget-themes-directory): Use it.
2796         * recentf.el (recentf-filename-handlers): Rename from
2797         `recentf-filename-handler'.  Allow a list of functions.
2798         (recentf-menu-items-for-commands): Fix :help strings.
2799         (recentf-apply-filename-handlers): New function.
2800         (recentf-expand-file-name): Use it.
2801         (recentf-cleanup): Remove duplicates too.
2803 2005-09-29  Juri Linkov  <juri@jurta.org>
2805         * faces.el: Rearrange face definitions to be in the same order as
2806         their face descriptions in "(emacs)Standard Faces".
2808         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
2810         * tooltip.el (tooltip): Add group `basic-faces'.
2812         * buff-menu.el (Buffer-menu-buffer): Remove group
2813         `font-lock-highlighting-faces'.
2815         * progmodes/compile.el (compilation-error, compilation-warning)
2816         (compilation-info, compilation-line-number, compilation-column-number):
2817         Change group from `font-lock-highlighting-faces' to `compilation'.
2819         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2820         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
2821         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
2822         (vhdl-font-lock-reserved-words-face)
2823         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
2824         `font-lock-highlighting-faces'.
2826         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
2828 2005-09-28  Kim F. Storm  <storm@cua.dk>
2830         * emulation/cua-base.el: Set CUA move property on additional commands:
2831         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
2832         forward-sexp, backward-sexp, forward-list, backward-list.
2834 2005-09-28  Romain Francoise  <romain@orebokech.com>
2836         * comint.el (comint-show-output): Really set point at the
2837         beginning of the output when not using `comint-use-prompt-regexp'.
2839 2005-09-27  Jay Belanger  <belanger@truman.edu>
2841         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
2842         in TeX mode.
2844 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
2846         * textmodes/org.el (org-table-sum): Fix format string.
2848         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
2849         Quote face names.
2851 2005-09-26  Romain Francoise  <romain@orebokech.com>
2853         * isearch.el (isearch-forward-regexp): Close doc string.
2855 2005-09-25  Richard M. Stallman  <rms@gnu.org>
2857         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
2859         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
2861         * progmodes/compile.el (compilation-error-properties):
2862         When getting the file from the previous error message,
2863         correctly decode the new data format.
2865         * progmodes/cc-cmds.el (c-electric-paren):
2866         Call old-blink-paren only for close-paren.
2868 2005-09-24  Andreas Schwab  <schwab@suse.de>
2870         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
2871         condition.
2873 2005-09-25  Romain Francoise  <romain@orebokech.com>
2875         * dired-aux.el (dired-copy-file-recursive):
2876         * dired.el (dired-delete-file):
2877         * ediff-mult.el (ediff-dir-diff-copy-file):
2878         * ediff-util.el (ediff-test-save-region):
2879         * forms.el (forms-mode):
2880         * ido.el (ido-file-internal, ido-delete-file-at-head):
2881         * log-edit.el (log-edit-done):
2882         * ses.el (ses-yank-resize):
2883         * play/gomoku.el (gomoku-human-plays, gomoku)
2884         (gomoku-human-resigns, gomoku-prompt-for-other-game)
2885         (gomoku-offer-a-draw):
2886         * play/landmark.el (lm-human-resigns, lm):
2887         * net/eudcb-ldap.el (eudc-ldap-check-base):
2888         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
2889         * progmodes/ebrowse.el (ebrowse-find-pattern):
2890         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
2891         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
2892         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
2894         * vc.el (vc-delete-file):
2895         * play/gomoku.el (gomoku-terminate-game, gomoku)
2896         (gomoku-prompt-for-move, gomoku-human-takes-back):
2897         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
2898         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
2900 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
2902         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
2903         color rxvt terminals by using the code xterm.el used to use before
2904         2005-04-09 in order to match the colors used by rxvt.
2906 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
2908         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
2909         colors rxvt-unicode terminals by using the same code as xterm.el.
2911 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2913         * textmodes/tex-mode.el (tex-font-lock-append-prop)
2914         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
2915         new symbol used for the tex-verbatim face.
2917 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2919         * woman.el (woman-file-name):
2920         * wid-edit.el (widget-file-prompt-value)
2921         (widget-coding-system-prompt-value):
2922         * w32-fns.el (set-w32-system-coding-system):
2923         * vc.el (vc-version-diff, vc-annotate):
2924         * textmodes/reftex-auc.el (reftex-arg-cite)
2925         (reftex-arg-index-tag):
2926         * textmodes/refer.el (refer-get-bib-files):
2927         * textmodes/artist.el (artist-figlet-choose-font):
2928         * terminal.el (terminal-emulator):
2929         * replace.el (occur-read-primary-args):
2930         * rect.el (string-rectangle, string-insert-rectangle):
2931         * ps-print.el (ps-print-preprint):
2932         * progmodes/pascal.el (pascal-goto-defun):
2933         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
2934         * progmodes/compile.el (compilation-find-file):
2935         * printing.el (pr-interactive-n-up):
2936         * play/animate.el (animate-birthday-present):
2937         * net/rcompile.el (remote-compile):
2938         * man.el (man, Man-goto-section, Man-follow-manual-reference):
2939         * mail/rmailsum.el (rmail-summary-search-backward)
2940         (rmail-summary-search):
2941         * mail/rmailout.el (rmail-output-read-rmail-file-name)
2942         (rmail-output-read-file-name):
2943         * mail/rmail.el (rmail-search, rmail-search-backwards):
2944         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
2945         * locate.el (locate):
2946         * international/quail.el (quail-show-keyboard-layout):
2947         * international/mule.el (set-buffer-file-coding-system)
2948         (revert-buffer-with-coding-system, set-file-name-coding-system)
2949         (set-terminal-coding-system, set-keyboard-coding-system)
2950         (set-next-selection-coding-system):
2951         * international/mule-diag.el (describe-coding-system)
2952         (describe-font, describe-fontset):
2953         * international/mule-cmds.el (universal-coding-system-argument)
2954         (search-unencodable-char, describe-input-method)
2955         (set-language-environment, describe-language-environment):
2956         * international/codepage.el (codepage-setup):
2957         * international/code-pages.el (codepage-setup):
2958         * info.el (Info-search, Info-follow-reference)
2959         (Info-search-backward):
2960         * emacs-lisp/advice.el (ad-read-advised-function)
2961         (ad-read-advice-class, ad-clear-cache, ad-activate)
2962         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
2963         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
2964         (ad-read-regexp):
2965         * ediff-util.el (ediff-toggle-regexp-match):
2966         * ediff-ptch.el (ediff-prompt-for-patch-file):
2967         * dired-aux.el (dired-diff):
2968         * diff.el (diff):
2969         * cus-edit.el (custom-variable-prompt):
2970         * calendar/timeclock.el (timeclock-ask-for-project):
2971         * calc/calcalg3.el (calc-get-fit-variables):
2972         * calc/calc-store.el (calc-edit-variable)
2973         (calc-permanent-variable):
2974         * vc-mcvs.el (vc-mcvs-register):
2975         * shadowfile.el (shadow-define-literal-group):
2976         * woman.el (woman-file-name):
2977         * vc.el (vc-version-diff, vc-merge):
2978         * textmodes/reftex-index.el (reftex-index-complete-tag):
2979         * format.el (format-decode-buffer, format-decode-region):
2980         * emulation/viper-cmd.el (viper-read-string-with-history):
2981         * emacs-lisp/debug.el (cancel-debug-on-entry):
2982         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2983         * ediff.el (ediff-merge-revisions)
2984         (ediff-merge-revisions-with-ancestor, ediff-revision):
2985         * completion.el (interactive-completion-string-reader):
2986         * calc/calc-prog.el (calc-user-define-formula):
2987         Follow convention for reading with the minibuffer.
2989 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
2991         * progmodes/python.el (python-describe-symbol): Add globals() and
2992         locals() to the arguments of emacs.ehelp.
2994 2005-09-24  Magnus Henoch  <mange@freemail.hu>
2996         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
2997         New function, code extracted from ispell-valid-dictionary-list.
2998         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
2999         Call it.
3001 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3003         * subr.el (version-regexp-alist): Extend valid syntax for version
3004         strings: allow any of the characters -,_,+ to separate the
3005         alpha/beta/rc part from the version part.  Doc fix.
3006         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3008 2005-09-23  David Reitter  <david.reitter@gmail.com>
3010         * mail/mailclient.el: New file.
3012 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3014         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3015         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3016         Doc fixes.
3018         * progmodes/cc-mode.el (c-font-lock-init):
3019         Specify font-lock-lines-before.
3021 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3024         whole conflict.
3026 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3028         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3029         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3030         of `remap' feature when available.  Additional key bindings for
3031         better tty support.
3032         (org-mode-restart, org-force-self-insert): New commands.
3033         (org-time-stamp-inactive): New command.
3034         (org-remap): New function.
3035         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3036         (org-enable-fixed-width-editor): Move to `org-structure'
3037         customization group.
3038         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3039         blank field after field motion commands.
3041 2005-09-23  Kenichi Handa  <handa@m17n.org>
3043         * international/mule-cmds.el (set-language-environment):
3044         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3045         have to call utf-translate-cjk-load-tables.
3047 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         * mouse.el (mouse-move-drag-overlay): Fix last change.
3051 2005-09-22  David Ponce  <david@dponce.com>
3053         * tree-widget.el (tree-widget-value-create): Fix previous change.
3055 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3057         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3059 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * mouse.el (mouse-move-drag-overlay): New function.
3062         (mouse-drag-region-1): Use it.
3063         Try to simplify a bit the state handling.  Handle clicks on links
3064         inside intangible areas.
3065         (mouse-save-then-kill): Minor simplification.
3066         (mouse-secondary-overlay): Make it always non-nil instead of
3067         recreating it each time.
3068         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3069         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3070         Simplify accordingly.
3072 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3074         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3076 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3078         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3079         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3080         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3081         to patch.
3083         * ediff-util.el: Use insert-buffer-substring.
3085         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3087         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3088         field boundaries in the minibuffer.
3089         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3090         (viper-minibuffer-post-command-hook): New hook.
3091         (viper-line): Don't move cursor at bolp.
3093         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3095         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3096         avoid compiler warnings.
3098         * emulation/viper-macs.el (ex-map): Better messages.
3100         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3102         * emulation/viper.el: Replace make-variable-buffer-local with
3103         viper-make-variable-buffer-local everywhere, to avoid warnings.
3105 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3108         Delete unused var `old-selected-window'.
3109         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3110         (mouse-drag-secondary): Delete unused var `start-frame'.
3112 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3114         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3116 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3119         Re-indent within 80 columns.  Use inhibit-read-only.
3121 2005-09-19  Romain Francoise  <romain@orebokech.com>
3123         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3125 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3128         unconditionally, since the after-change-function already did it.
3130 2005-09-19  Miles Bader  <miles@gnu.org>
3132         * net/newsticker.el: Get rid of CVS keyword.
3134 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3136         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3137         The prompt is formatted later.
3139 2005-09-19  David Ponce  <david@dponce.com>
3141         * tree-widget.el (tree-widget-value-create): Save the converted
3142         tree :node widget.
3144 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3146         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3147         variable `message'.
3149 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3151         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3152         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3153         <slawomir.nowaczyk.847@student.lu.se>.
3155 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3157         * image.el (image-load-path): Use symbol `data-directory' instead
3158         of its value, for backward compatibility with packages that bind
3159         it during `find-image'.  Suggested by Katsumi Yamaoka.
3160         (image-search-load-path): Handle symbols whose values are strings.
3162 2005-09-18  Romain Francoise  <romain@orebokech.com>
3164         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3165         with-current-buffer form in save-excursion.
3167 2005-09-18  D Goel  <deego@gnufans.org>
3169         * apropos.el (apropos-command): Fix `message' call: first arg
3170         should be a format spec.  In this and all other cases that appear
3171         below and elsewhere in the source code, I made a change only when
3172         two conditions were satisfied: [1] I can think of a possibility
3173         that the arguments would cause an error, for example, the code in
3174         question relies on external variables such as filenames.  [2] I
3175         was sure that the arg to `message' could not have been nil in the code.
3177         * textmodes/tildify.el (tildify-region): Ditto.
3179         * textmodes/reftex-index.el (reftex-index-change-entry)
3180         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3181         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3182         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3183         (org-priority, org-table-sum):
3184         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3185         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3186         (flyspell-word, flyspell-display-next-corrections):
3187         * textmodes/bibtex.el (bibtex-print-help-message):
3188         * textmodes/artist.el (artist-key-set-point-poly):
3189         * term/mac-win.el (mac-services-insert-text):
3190         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3191         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3192         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3193         (vhdl-compose-configuration):
3194         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3195         (sh-set-indent, sh-learn-line-indent):
3196         * progmodes/ps-mode.el (ps-mode-target-column):
3197         * progmodes/idlwave.el (idlwave-make-tags)
3198         (idlwave-scan-library-catalogs):
3199         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3200         * progmodes/gud.el (gud-jdb-analyze-source):
3201         * progmodes/flymake.el (flymake-log):
3202         * progmodes/ebnf2ps.el (ebnf-generate-region):
3203         * progmodes/cmacexp.el (c-macro-expansion):
3204         * progmodes/ada-xref.el (ada-treat-cmd-string):
3205         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3206         (ada-justified-indent-current, ada-batch-reformat):
3207         * play/zone.el (zone):
3208         * play/landmark.el (lm-move):
3209         * play/decipher.el (decipher-show-alphabet):
3210         * net/newsticker.el (newsticker--display-jump)
3211         (newsticker--display-scroll):
3212         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3213         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3214         * mail/feedmail.el (feedmail-dump-message-to-queue):
3215         * eshell/esh-proc.el (eshell-remove-process-entry):
3216         * emulation/ws-mode.el (ws-last-error):
3217         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3218         (viper-record-kbd-macro):
3219         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3220         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3221         * emacs-lisp/find-func.el (find-function-noselect):
3222         * calendar/timeclock.el (timeclock-status-string)
3223         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3224         (timeclock-when-to-leave-string):
3225         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3226         * calc/calc-units.el (calc-enter-units-table):
3227         * calc/calc-mode.el (calc-mode-record-mode):
3228         * woman.el (woman-mini-help):
3229         * wdired.el (wdired-change-to-wdired-mode):
3230         * vc.el (vc-retrieve-snapshot):
3231         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3232         * startup.el (display-startup-echo-area-message):
3233         * simple.el (set-goal-column):
3234         * ses.el (ses-command-hook, ses-recalculate-cell):
3235         * server.el (server-process-filter):
3236         * printing.el (pr-interface-txt-print, pr-interface-printify)
3237         (pr-interface-ps):
3238         * pcvs.el (cvs-help):
3239         * log-edit.el (log-edit, log-edit-mode-help):
3240         * iswitchb.el (iswitchb-possible-new-buffer):
3241         * isearch.el (isearch-edit-string):
3242         * image-mode.el (image-mode, image-minor-mode):
3243         * ibuf-macs.el (define-ibuffer-filter):
3244         * hi-lock.el (hi-lock-find-patterns):
3245         * files.el (toggle-read-only):
3246         * ediff-util.el (ediff-copy-diff)
3247         (ediff-write-merge-buffer-and-maybe-kill):
3248         * echistory.el (Electric-history-undefined):
3249         * dnd.el (dnd-insert-text):
3250         * dired-aux.el (dired-query):
3251         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3252         * bookmark.el (bookmark-bmenu-locate):
3253         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3254         Fix `message' calls to ensure first arg is a format string.
3255         The change was made only when these two conditions were satisfied:
3256         [1] when there is a possibility that the arguments would cause an error
3257         for example, if the code in question relies on external variables
3258         such as filenames, and
3259         [2] if the arg to `message' could not have been nil in the code.
3261         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3262         Not having a %s would be weird, though not technically wrong.
3264 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3266         * term/mac-win.el (mac-add-charset-info): Doc fix.
3268 2005-09-17  Romain Francoise  <romain@orebokech.com>
3270         * shell.el (shell-resync-dirs): Handle echoing processes more
3271         reliably.  Don't insert resync command if `comint-process-echoes'
3272         is non-nil.
3274 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3276         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3277         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3278         aspell versions >= 0.60.
3279         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3280         only if ispell-aspell-supports-utf8 is non-nil.
3282 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3284         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3285         buffer-local value to lisp-indent-function.
3287 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3289         * progmodes/glasses.el (glasses-make-readable): If
3290         glasses-separator differs from underscore, put appropriate
3291         overlays over underscore characters.
3292         (glasses-convert-to-unreadable): If glasses-separator differs from
3293         underscore, try to convert glasses-separator characters to
3294         underscores.
3296 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3298         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3299         Use with-syntax-table and dolist.
3301 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3303         * textmodes/reftex-auc.el:
3304         * textmodes/reftex-cite.el:
3305         * textmodes/reftex-dcr.el:
3306         * textmodes/reftex-global.el:
3307         * textmodes/reftex-parse.el:
3308         * textmodes/reftex-ref.el:
3309         * textmodes/reftex-sel.el:
3310         * textmodes/reftex-toc.el:
3311         * textmodes/reftex-vars.el:
3312         * textmodes/reftex.el: Small changes to remove compiler warnings.
3314         * textmodes/reftex-index.el: Likewise.
3315         (reftex-query-index-phrase): More efficient use of markers.
3317 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3319         * image.el (image-load-path): New variable.
3320         (image-search-load-path): New function.
3321         (find-image): Search for images in `image-load-path'.
3323 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3325         * follow.el: Change Maintainer field.
3327 2005-09-15  David Ponce  <david@dponce.com>
3329         * recentf.el (recentf-save-file-modes): New option.
3330         (recentf-save-list): Use it.
3332 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3334         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3335         (mode-line-mule-info, mode-line-modified): Move bindings from
3336         mouse-3 to mouse-1.
3338 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3340         * simple.el (sendmail-user-agent-compose): Revert last change.
3342 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3345         Use with-current-buffer.
3346         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3347         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3348         (ange-ftp-insert-directory): Remove unused var `short'.
3349         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3351         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3352         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3354         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3355         (check-calendar-holidays, diary-list-entries): Autoload.
3356         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3357         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3359         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3360         which mistakenly removed a call to display-buffer.
3362 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3364         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3366 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3368         * progmodes/hideshow.el
3369         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3370         (hs-allow-nesting): New user var.
3371         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3372         (hs-hide-block-at-point): When nesting allowed,
3373         if there is already an overlay in place, delete it.
3374         (hs-safety-is-job-n): Delete func; remove call sites.
3375         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3376         (hs-overlay-at): New func.
3377         (hs-already-hidden-p, hs-show-block): Use it.
3378         (hs-hide-all): Don't pre-clean if nesting allowed.
3379         (hs-show-all): Temporarily disallow
3380         nesting around call to `hs-discard-overlays'.
3382 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3384         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3385         Delete unused local var.
3387 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3389         * help-fns.el (describe-categories): "?\ " -> "?\s".
3390         (help-do-arg-highlight): Recognize also ARG-n, as in
3391         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3393         * international/codepage.el (dos-unsupported-char-glyph):
3394         * net/newsticker.el (tool-bar-map, w3-mode-map)
3395         (w3m-minor-mode-map):
3396         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3397         (ent-alist):
3398         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3400 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3402         * custom.el (custom-push-theme): Handle the case where a symbol is
3403         bound but face properties have not yet been assigned.
3405         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3406         Fix behavior if noerase is `t' and there is no mail buffer.
3408         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3409         if `continue' is nil, rather than signal an error.
3411 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3413         * font-lock.el (font-lock-keywords): Add autoload.
3415         * help-fns.el (describe-variable): Rearrange to put source link
3416         in a predictable place.
3418         * net/newsticker.el: New file.
3420 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3423         (calendar-basic-setup): Use the new nil arg.
3424         (number-of-diary-entries): Move to diary-lib.el.
3426         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3427         (diary-list-entries): Use with-syntax-table and dolist.
3428         Rename from list-diary-entries.
3429         Use number-of-diary-entries if `number' is nil.
3430         (diary, diary-view-entries): Use this new name and new nil arg value.
3431         (number-of-diary-entries): Move from calendar.el.
3432         (diary-unhide-everything): New function.
3433         (include-other-diary-files, fancy-diary-display)
3434         (diary-show-all-entries, make-diary-entry): Use it.
3435         (diary-mail-entries): Use buffer-string.
3436         (mark-diary-entries): Fix long standing paren typo.
3437         (diary-sexp-entry): Use count-lines.
3438         (make-diary-entry): Avoid `previous-line'.
3439         (diary-mode-map): New var.
3440         (diary-mode): Redraw cal after saving.  Setup header-line.
3441         (fancy-diary-display-mode): Use local-set-key.
3443         * startup.el (command-line): Try calling various terminal-init-foo-bar
3444         functions by stripping hyphenated suffixes from $TERM.
3446         * files.el (normal-mode): Check boundness of font-lock-keywords.
3448 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3450         * progmodes/compile.el: Don't decide a file's directory
3451         until the user actually tries to go there.
3452         (compilation-next-error-function):
3453         Pass compilation-find-file the directory from the file-struct.
3454         (compilation-internal-error-properties): Separate local FILE-STRUCT
3455         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3456         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3457         Expand it, and if nil, use default-directory.
3458         (compilation-get-file-structure): Don't mix specified directory
3459         with default directory.  Put specified directory into
3460         file-struct.  Don't make the file name absolute.
3462         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3463         (compile-command): Add autoload.
3464         (compilation-disable-input): Add autoload.
3466 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3468         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3469         strings of the variables it can override.
3470         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3471         %Q and %q, for fully-qualified domain name and unqualified host name.
3473 2005-09-11  Kim F. Storm  <storm@cua.dk>
3475         * emacs-lisp/authors.el (authors-aliases): Update list.
3476         (authors-fixed-entries): Update mldrag.el entry.
3478 2005-09-10  Alan Mackenzie  <acm@muc.de>
3480         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3481         from the region narrowed to.
3483 2005-09-10  Magnus Henoch  <mange@freemail.hu>
3485         * textmodes/ispell.el (ispell-check-version): Signal an error if
3486         aspell version is less than 0.60.
3488 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
3490         * progmodes/octave-inf.el (inferior-octave-startup):
3491         Resync current dir at the end.
3493 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
3495         * woman.el (woman-topic-at-point-default):
3496         Rename to woman-use-topic-at-point-default.
3497         (woman-topic-at-point): Rename to woman-use-topic-at-point.
3498         (woman-file-name): Reflect renames above.  Automatically use the
3499         word at point as topic if woman-use-topic-at-point is non-nil.
3500         Otherwise offer it as default but don't insert it in the
3501         minibuffer.  Also use `test-completion' instead of `assoc' as
3502         suggested by Stefan Monnier.
3504 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
3506         * vc.el (vc-directory, vc-update-change-log): Throw an error on
3507         the attempt to do it over Tramp.  This is not yet supported.
3509 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
3511         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3512         (menu-bar-non-minibuffer-window-p): New functions.
3513         ("Split Window", "Save As..."): Use them.
3514         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3515         ("Print Buffer", "Truncate Long Lines in this Buffer"):
3516         Use menu-bar-menu-frame-live-and-visible-p.
3517         ("Save Buffer", "Insert File", "Open Directory...")
3518         ("Open File...", "Visit New File..."):
3519         Use menu-bar-non-minibuffer-window-p.
3520         (kill-this-buffer-enabled-p, dired <menu-enable>):
3521         Use menu-bar-non-minibuffer-window-p.
3523 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3525         * cus-start.el (all): Don't complain about fringe-related
3526         built-ins if fringes are not supported.  Ditto about
3527         selection-related built-ins.  Fix the test for GTK-related built-ins.
3529         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3530         ("Postscript Print Buffer", "Print Region", "Save As...")
3531         ("Save", "Insert File...", "Open Directory...")
3532         ("Open File...", "Visit New File..."")
3533         ("Truncate Long Lines in this Buffer"): Don't look at
3534         menu-updating-frame if this display does not support multiple frames.
3536 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3538         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3540 2005-09-09  Emilio Lopes  <eclig@gmx.net>
3542         * woman.el: Format- and whitespace-related changes.
3544 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
3546         * woman.el: Fix my email address.
3548 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3550         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3551         (sh-mode): Locally set skeleton-pair-default-alist.
3553         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3555         * progmodes/flymake.el: Require `compile' unconditionally.
3557         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3559         * woman.el (woman-file-name): Provide a default, not initial input.
3561         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3563         * font-lock.el (font-lock-support-mode): Doc fix.
3565         * descr-text.el (describe-property-list): Handle non-symbol prop names.
3567 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3569         * simple.el (blink-matching-open): Get rid of text props from
3570         the string shown in echo area.  Don't permanently set point.
3571         Some rearrangements.
3573 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3575         * recentf.el (recentf-filename-handler): Add custom choice
3576         `abbreviate-file-name'.
3578         * msb.el (msb--very-many-menus): Fix typo.
3580         * disp-table.el (standard-display-european): Don't set
3581         enable-multibyte-characters to nil.
3583 2005-09-08  David Ponce  <david@dponce.com>
3585         * recentf.el (recentf-show-file-shortcuts-flag): New option.
3586         (recentf-expand-file-name): Doc fix.
3587         (recentf-dialog-mode-map): Define digit shortcuts.
3588         (recentf--files-with-key): New variable.
3589         (recentf-show-digit-shortcut-filter): New function.
3590         (recentf-open-files-items): New function.
3591         (recentf-open-files): Use it.
3592         (recentf-open-file-with-key): New command.
3594 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
3596         * buff-menu.el (Buffer-menu-sort-by-column): New function.
3597         Suggested by Kim F. Storm.
3598         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3599         (Buffer-menu-make-sort-button): Use global keymap.
3601 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
3603         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3604         (Man-getpage-in-background-advice): Remove defadvice; it isn't
3605         necessary any longer with the remapped command.
3606         (Man-bgproc-sentinel-advice): Remove defadvice which counts
3607         formatting time only.
3609         * net/tramp.el (tramp-action-password)
3610         (tramp-multi-action-password): Compile the password prompt from
3611         `method', `user' and `host'.  Sometimes it isn't obvious which
3612         password to enter, for example with remote files offered by
3613         recentf.el, or with multiple steps.  Suggested by Robert Marshall
3614         <robert@chezmarshall.freeserve.co.uk>.
3616 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3619         Fix regexp for when "s///" is at the beginning of line.
3621 2005-09-07  Jay Belanger  <belanger@truman.edu>
3623         * calc/calc-poly.el (math-expand-term): Multiply out any powers
3624         when in matrix mode.
3626 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3629         non-anonymous functions.
3631 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
3633         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3634         when using a header line.  Otherwise, use mouse-1-click-follows-link.
3636         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3637         can't be moved; don't signal an error.
3639 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
3641         * cus-theme.el (custom-theme-write-faces): Save the current face
3642         spec, not the defface spec.
3644         * custom.el (custom-known-themes): Clarify meaning of "standard".
3645         (custom-push-theme): Save old values in the standard theme.
3646         (disable-theme): Correct typo.
3647         (custom-face-theme-value) Deleted unused function.
3648         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
3650 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3652         * progmodes/compile.el (compilation-goto-locus): Take into account
3653         iconified frames when determining whether the buffer is
3654         already visible.
3655         Don't reset window height if the window already existed.
3657 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
3659         * custom.el (load-theme): Rename from require-theme.
3660         Add interactive spec.
3661         (enable-theme): Rename from custom-enable-theme.
3662         Add interactive spec.
3663         (disable-theme): Rename from custom-disable-theme.
3664         Add interactive spec.
3665         (custom-make-theme-feature): Doc fix.
3666         (custom-theme-directory): Doc fix.
3667         (provide-theme): Call enable-theme.
3669 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * obsolete/lazy-lock.el (lazy-lock-mode):
3672         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
3673         font-lock-mode if it's off.  Print a warning instead.
3675         * progmodes/compile.el (compilation-start): Ignore errors if the
3676         process died before we get to send-eof.
3678         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
3679         Undo last change.  Enclosing the result in quotes broke things on Unix
3680         since tex-send-command passes it through shell-quote-argument.
3681         (tex-send-command): Pass `file' through convert-standard-filename
3682         when possible.
3683         (tex-uptodate-p): Handle the case where TeX hasn't put additional
3684         info in a transcript.
3686 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3688         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
3689         fix compilation warning. Reorder the key definitions to group
3690         together keys emitted by the current version of xterm.
3692         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
3693         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
3694         Reorder predicates to correct min-color usage.
3696 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
3698         * longlines.el (longlines-mode): Inhibit read-only when encoding.
3699         Kill local variables when longlines-mode is turned off.
3701 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3703         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
3705         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
3707         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
3709         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
3710         (font-lock-lines-before): Change default to being inactive.
3711         (font-lock-default-fontify-region): Obey font-lock-lines-before.
3712         (font-lock-after-change-function): Don't handle f-l-lines-before here.
3714 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3716         * net/tramp.el (tramp-handle-make-auto-save-file-name):
3717         Deactivate temporarily advice if active (not needed for Emacs 22,
3718         but for backwards compatibility).
3719         (tramp-exists-file-name-handler): Rewrite.  First implementation
3720         was too simple.
3721         (tramp-advice-make-auto-save-file-name):
3722         Call `tramp-handle-make-auto-save-file-name' (again, just for
3723         backwards compatibility).
3725 2005-08-31  Reto Zimmermann  <reto@gnu.org>
3727         * progmodes/vhdl-mode.el
3728         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
3729         (vhdl-end-p): Fix indentation bug "else" after "-- when".
3730         (vhdl-set-default-project): New function (easier setting of default).
3731         (vhdl-port-copy): Handle extended identifiers for generics.
3732         (vhdl-compiler-alist): Better description for error message regexp.
3733         (vhdl-make): Query for target, use previous as default.
3734         (vhdl-port-copy): Fix port copy for port names starting with "signal".
3735         (vhdl-font-lock-keywords-2): Fix fontification for record
3736         el. assign.
3737         (vhdl-speedbar-make-subpack-line): Add package body link.
3738         (vhdl-generate-makefile-1): Not include itself as dependency.
3739         (vhdl-font-lock-init): Highlight c-preprocessor directives.
3740         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
3741         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
3742         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
3743         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
3744         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
3745         (vhdl-import-project): Add string argument for `error'.
3746         (vhdl-compose-configuration)
3747         (vhdl-compose-configuration-architecture): Add configuration
3748         declaration generation.
3749         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
3750         (vhdl-trailer-re): Add "record" keyword (better indentation).
3751         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
3752         "[^ \t-\"]+".
3753         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
3754         (vhdl-testbench-entity-file-name)
3755         (vhdl-testbench-architecture-file-name): Allow separate
3756         customization of testbench file names.
3757         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
3758         (vhdl-get-visible-signals): Allow newline within alias declaration.
3759         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
3760         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
3761         (member-ignore-case): Alias for missing function in XEmacs.
3762         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
3763         (vhdl-update-sensitivity-list): Ignore case on read signals.
3764         (vhdl-replace-string): Adjust case only for file names.
3765         (vhdl-update-sensitivity-list): Fix search for read signals.
3766         (vhdl-update-sensitivity-list): Exclude formal parameters.
3767         (vhdl-get-visible-signals): Include aliases of signals.
3768         (vhdl-get-visible-signals): Fix signal name searching.
3769         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
3770         (vhdl-fixup-whitespace-region): Fix for character
3771         literals (e.g. ':').
3773 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3775         * ansi-color.el (comint-last-output-start):
3776         * bs.el (font-lock-verbose):
3777         * diff-mode.el (add-log-buffer-file-name-function):
3778         * dired-x.el (vm-folder-directory):
3779         * faces.el (help-xref-stack-item):
3780         * files.el (font-lock-keywords):
3781         * find-lisp.el (dired-buffers, dired-subdir-alist):
3782         * ido.el (cua-inhibit-cua-keys):
3783         * log-view.el (cvs-minor-wrap-function):
3784         * outline.el (font-lock-warning-face):
3785         * simple.el (compilation-current-error):
3786         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
3787         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
3788         * tooltip.el (comint-prompt-regexp):
3789         * w32-fns.el (explicit-shell-file-name):
3790         * term/mac-win.el (mac-charset-info-alist)
3791         (mac-services-selection, mac-system-script-code):
3792         * term/tty-colors.el (msdos-color-values):
3793         * term/w32-win.el (xlfd-regexp-registry-subnum):
3794         * term/x-win.el (x-keysym-table, x-selection-timeout)
3795         (x-session-id, x-session-previous-id):
3796         * textmodes/ispell.el (mail-yank-prefix):
3797         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
3798         * textmodes/org.el (calc-embedded-close-formula)
3799         (calc-embedded-open-formula)
3800         (font-lock-unfontify-region-function):
3801         * textmodes/reftex-global.el (isearch-next-buffer-function)
3802         (TeX-master):
3803         * textmodes/reftex.el (font-lock-keywords):
3804         * textmodes/tex-mode.el (font-lock-comment-face)
3805         (font-lock-doc-face):
3806         * textmodes/texinfo.el (outline-heading-alist):
3807         Add defvars.
3809         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
3810         (artist-spray-chars, artist-mode-init, artist-replace-string)
3811         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
3812         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
3813         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
3815         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
3816         (conf-align-assignments): "?\ " -> "?\s".
3818         * textmodes/reftex-index.el (TeX-master): Add defvar.
3819         (reftex-index-phrases-marker): Move up defvar.
3821         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
3822         (reftex-toc-include-labels-indicator)
3823         (reftex-toc-include-index-indicator)
3824         (reftex-toc-max-level-indicator): Move up declarations.
3826         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
3827         of args to `tramp-run-real-handler', even if it's empty in this case.
3829 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3831         * dired.el (dired-move-to-filename-regexp): Add date format for
3832         Mac OS X 10.3 in East Asian locales.
3834 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3836         * files.el (make-auto-save-file-name): Add file name handler call
3837         if applicable.
3839         * net/tramp.el (tramp-file-name-handler-alist)
3840         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
3841         (tramp-handle-make-auto-save-file-name): Rename from
3842         `tramp-make-auto-save-file-name'.
3843         (tramp-exists-file-name-handler): New defun.
3844         (tramp-advice-make-auto-save-file-name): Make defadvice only when
3845         `make-auto-save-file-name' is not a magic file name operation.
3847 2005-08-30  Richard M. Stallman  <rms@gnu.org>
3849         * files.el (risky-local-variable-p):
3850         Match `-predicates' and `-commands.
3852         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
3853         (custom-save-all): Visit the file if necessary;
3854         kill the buffer if we created it.
3855         (custom-save-delete): Don't visit file or kill buffer here.
3857 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
3859         * textmodes/org.el (org-special-keyword): New face.
3860         (org-table-copy-down, org-table-eval-formula)
3861         (org-table-recalculate, org-init-section-numbers):
3862         Use `string-to-number' instead of `string-to-int'.
3863         (org-get-location): Use `insert-buffer-substring' instead of
3864         `insert-buffer'.
3865         (org-modify-diary-entry-string): New function.
3866         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
3867         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
3868         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
3869         active region.
3870         (org-export-as-html): Handle QUOTE keyword.
3871         (org-quote-string): New option.
3872         (org-bookmark-jump-unhide): New function, used for
3873         `bookmark-after-jump-hook'.
3874         (org-diary-default-entry): Apply only when not called through
3875         `org-agenda'.
3877 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
3879         * net/eudc.el (mode-popup-menu):
3880         * play/handwrite.el (ps-printer-name, ps-lpr-command):
3881         * progmodes/ada-mode.el (compile-auto-highlight)
3882         (skeleton-further-elements):
3883         * progmodes/autoconf.el (font-lock-syntactic-keywords):
3884         * progmodes/cmacexp.el (msdos-shells):
3885         * progmodes/compile.el (font-lock-extra-managed-props)
3886         (font-lock-keywords, font-lock-maximum-size)
3887         (font-lock-support-mode):
3888         * progmodes/grep.el (font-lock-lines-before):
3889         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
3890         * progmodes/mixal-mode.el (compile-command):
3891         * progmodes/perl-mode.el (font-lock-comment-face)
3892         (font-lock-doc-face, font-lock-string-face):
3893         * progmodes/prolog.el (comint-prompt-regexp):
3894         * progmodes/sh-script.el (font-lock-comment-face)
3895         (font-lock-set-defaults, font-lock-string-face):
3896         * progmodes/sql.el (font-lock-keyword-face)
3897         (font-lock-set-defaults, font-lock-string-face):
3898         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
3899         (itimer-version, lazy-lock-defer-contextually)
3900         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
3901         Add defvars.
3903         * progmodes/cperl-mode.el (cperl-electric-lbrace)
3904         (cperl-electric-keyword, cperl-electric-pod)
3905         (cperl-electric-backspace, cperl-forward-re)
3906         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
3907         (vc-rcs-header, vc-sccs-header): Add defvars.
3909         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
3910         (font-lock-syntactic-keywords, gud-find-expr-function):
3911         Add defvars.
3913         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
3914         (gdb-frame-parameters): Declare before use.
3916         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
3917         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
3918         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
3919         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
3921         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
3922         (idlwave-help-with-source): Use `insert-buffer-substring', not
3923         `insert-buffer'.
3925 2005-08-29  Juri Linkov  <juri@jurta.org>
3927         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
3928         Put outline-back-to-heading function call inside save-excursion.
3930 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
3932         * man.el (Man-init-defvars, Man-translate-references)
3933         (Man-support-local-filenames, Man-highlight-references):
3934         * progmodes/sql.el (sql-interactive-mode):
3935         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
3937         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
3938         (compilation-mode-font-lock-keywords): Add defvars.
3939         (checkdoc-interactive-loop): "?\ " -> "?\s".
3941         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
3942         (font-lock-doc-face, font-lock-string-face)
3943         (font-lock-keywords-case-fold-search): Add defvars.
3944         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
3946         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
3947         Don't pass X and Y (they are ignored anyway).
3948         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
3949         (mouse-delete-window): Make arguments optional.
3951         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
3952         (caesar-translate-table, minor-modes, news-buffer-save)
3953         (news-group-name, news-minor-modes): Add defvars.
3955         * emacs-lisp/lselect.el (mouse-highlight-priority)
3956         (x-lost-selection-functions, zmacs-regions):
3957         * emacs-lisp/pp.el (font-lock-verbose):
3958         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
3959         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
3960         (ses-mode-map):
3961         * emacs-lisp/tcover-unsafep.el (safe-functions):
3962         * international/mule-cmds.el (mac-system-coding-system)
3963         (mac-system-locale):
3964         * language/ethio-util.el (rmail-current-message)
3965         (rmail-message-vector):
3966         * language/thai-util.el (thai-auto-composition-mode):
3967         * mail/metamail.el (rmail-current-message, rmail-message-vector):
3968         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
3969         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
3970         (vm-primary-inbox, vm-spool-files):
3971         * mail/rmail.el (deleted-head, font-lock-fontified)
3972         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
3973         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
3974         (total-messages):
3975         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
3976         (rmail-summary-mode-map):
3977         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
3978         (rmail-last-label, rmail-last-multi-labels)
3979         (rmail-summary-vector, rmail-total-messages):
3980         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
3981         * mail/rmailsum.el (msgnum):
3982         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
3983         (rmail-current-message):
3984         * obsolete/fast-lock.el (font-lock-face-list):
3985         * obsolete/rnewspost.el (mail-reply-buffer):
3986         * obsolete/scribe.el (compile-command):
3987         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
3989 2005-08-28  John Paul Wallington  <jpw@gnu.org>
3991         * ibuf-ext.el (ibuffer-auto-update-changed):
3992         Use `frame-or-buffer-changed-p' to check whether we need to update.
3993         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
3994         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
3995         as a `frame-or-buffer-changed-p' state vector instead.
3997 2005-08-27  Romain Francoise  <romain@orebokech.com>
3999         * textmodes/makeinfo.el (makeinfo-compile):
4000         Use `compilation-start'.  Set `next-error-function' according to
4001         `disable-errors'.
4002         (makeinfo-next-error): New function.
4003         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4004         (makeinfo-buffer): Likewise.
4006         * progmodes/compile.el (compilation-start): Add autoload cookie.
4008         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4009         * textmodes/sgml-mode.el: Likewise.
4010         * progmodes/python.el: Likewise.
4012 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4014         * simple.el (blink-matching-paren-distance): Document the meaning
4015         of nil value, and allow to customize to nil.
4017         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4018         command.com, not command.exe.
4020 2005-08-26  John Wiegley  <johnw@newartisans.com>
4022         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4023         code around a bit so that an extraneous nil argument is not added
4024         to a command when no args are given.
4026         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4027         double-quoted argument resolves to nil, return it as an empty
4028         string rather than as nil.  This made it impossible to pass "" to
4029         a shell script as a null string argument.
4031 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * outline.el (outline-invent-heading): New fun.
4034         (outline-promote, outline-demote): Use it.
4035         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4036         (outline-end-of-subtree): Remove unused var `opoint'.
4038 2005-08-26  David Reitter  <david.reitter@gmail.com>
4040         * menu-bar.el (truncate-lines, write-file, print-buffer)
4041         (ps-print-buffer-faces, ps-print-buffer, split-window):
4042         Disable menu items when the frame they refer to is invisible, or when
4043         they refer to a buffer and the minibuffer is selected.
4045 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4047         * progmodes/flymake.el (flymake-highlight-err-lines):
4048         Use save-excursion around flymake-highlight-line to preserve point.
4050 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4052         * progmodes/octave-mod.el: Change Author and Maintainer address.
4053         (octave-maintainer-address): Change Kurt's email address.
4054         * progmodes/octave-inf.el: Change Author and Maintainer address.
4055         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4057 2005-08-26  Kim F. Storm  <storm@cua.dk>
4059         * subr.el (version-list-<, version-list-<=, version-list-=):
4060         Renamed from integer-list-*.
4061         (version-list-not-zero): Likewise.  Fix while loop.
4062         (version=): Use version-list-= instead of string-equal.
4064 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4066         * outline.el (outline-promote): Try shortening the heading.
4067         As last resort, read the heading to use.
4068         (outline-demote): As last resort, read the heading to use.
4070 2005-08-26  Romain Francoise  <romain@orebokech.com>
4072         * progmodes/compile.el (compilation-start): Doc fix.
4074         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4075         (antlr-font-lock-additional-keywords): Fix reference to
4076         `antlr-font-lock-literal-regexp' erroneously changed during the
4077         mass face rename.
4078         (antlr-run-tool): Use `compilation-start'.
4080         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4081         instead of the obsolete `compile-internal'.
4083 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4085         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4086         (number, original-date):
4087         * calendar/cal-china.el (date):
4088         * calendar/cal-coptic.el (date):
4089         * calendar/cal-french.el (date):
4090         * calendar/cal-hebrew.el (date, entry, number, original-date):
4091         * calendar/cal-islam.el (date, number, original-date):
4092         * calendar/cal-iso.el (date):
4093         * calendar/cal-julian.el (date):
4094         * calendar/cal-mayan.el (date):
4095         * calendar/cal-menu.el (date, event):
4096         * calendar/cal-persia.el (date):
4097         * calendar/lunar.el (date):
4098         * calendar/solar.el (date): Add defvars.
4100         * emerge.el:
4101         * ibuffer.el:
4102         * info-xref.el:
4103         * obsolete/bg-mouse.el:
4104         * obsolete/sun-curs.el:
4105         * obsolete/swedish.el: Move the `defvar's to the top level.
4107         * smerge-mode.el (smerge-refined-change): Add :group.
4109 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4111         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4112         (smerge-keep-n): Remove props.
4113         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4114         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4115         now that it's done in smerge-keep-n.
4116         (smerge-refined-change): New face.
4117         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4118         (smerge-refine): New funs.
4119         (smerge-basic-map): Bind smerge-refine.
4121 2005-08-25  Juri Linkov  <juri@jurta.org>
4123         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4124         compilation-process-setup-function and compilation-disable-input
4125         in grep-mode instead of let-bindings in grep.
4127         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4128         Delete "Automatic File De/compression" (auto-compression-mode).
4130 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4132         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4133         Silence warning about non-existent variable.
4135 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4137         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4138         Rename "Describe Key" to "Describe Key or Mouse Operation".
4140         * mail/mailalias.el (build-mail-aliases): Delete comments
4141         from the contents before processing them.
4143         * isearch.el (isearch-edit-string): Erase the Search prompt
4144         if user enters an empty string and there is no default.
4146         * comint.el (comint-file-name-prefix): Add autoload.
4148 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4150         * subr.el (play-sound): Rearrange to avoid warning.
4152 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4154         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4155         New hook.
4156         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4158 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4162         * custom.el (custom-theme-set-variables): Sort minor modes last.
4164 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4166         * subr.el (version-separator, version-regexp-alist): New vars used by
4167         version comparison funs.
4168         (integer-list-<, integer-list-=, integer-list-<=)
4169         (integer-list-not-zero): New funs for integer list comparison.
4170         (version-to-list, version=, version<, version<=): New funs for version
4171         comparison.
4173 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4175         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4176         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4177         time to silence the byte-compiler.
4179         * ibuffer.el (ibuffer-compile-make-eliding-form)
4180         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4181         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4182         so it's silly to get warnings for it).
4183         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4184         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4185         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4186         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4187         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4188         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4189         Defvar at compile time.
4190         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4191         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4192         Declare them before use.
4194         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4195         (info-xref-good, info-xref-bad): Defvar at compile time.
4197         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4198         Use `let*' instead of `let'.
4200         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4201         (*mouse-y*, menu, char): Defvar at compile time.
4202         (sc::menu): Declare it before use.
4203         (sc::pack-one-line): Use `let', not `let*'.
4205         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4206         (mail-send-hook): Defvar at compile time.
4208         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4209         Defvar at compile time.
4211         * term/sun-mouse.el (current-global-mousemap)
4212         (current-local-mousemap): Declare them before use.
4214 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4216         * bookmark.el (bookmark-after-jump-hook): New hook.
4217         (bookmark-jump): Run `bookmark-after-jump-hook'.
4219 2005-08-23  Juri Linkov  <juri@jurta.org>
4221         * faces.el (minibuffer-prompt): Doc fix.
4223 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4225         * progmodes/xscheme.el: Trivial changes to silence warnings.
4226         (xscheme-previous-mode, xscheme-previous-process-state):
4227         Add defvars.
4228         (xscheme-last-input-end, xscheme-process-command-line)
4229         (xscheme-process-name, xscheme-buffer-name)
4230         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4231         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4232         (xscheme-control-g-synchronization-p)
4233         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4234         (default-xscheme-runlight, xscheme-runlight)
4235         (xscheme-runlight-string, xscheme-process-filter-state)
4236         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4237         Move to beginning of file.
4238         (scheme-interaction-mode-commands-alist)
4239         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4240         Declare them before use.  Note: the initialization code for the variables
4241         has not been moved because it uses functions that reference the variables.
4242         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4243         (xscheme-prompt-for-expression-map): Declare them before use.
4244         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4246 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4248         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4250 2005-08-22  Juri Linkov  <juri@jurta.org>
4252         * faces.el (set-face-underline): Delete this duplicate function
4253         and make an obsolete alias to set-face-underline-p.
4254         (set-face-underline-p): Use docstring of set-face-underline.
4255         (describe-face): Create hyperlink to parent face.
4257         * info.el (Info-insert-dir): Use save-excursion around
4258         insert-buffer-substring.
4259         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4260         (Info-escape-percent): Delete function.
4261         (Info-fontify-node): Replace Info-escape-percent by
4262         replace-regexp-in-string with REP arg set to lambda that
4263         duplicates `%' and preserves text properties.
4265         * progmodes/compile.el (compilation-disable-input): Doc fix.
4266         (define-compilation-mode): Doc fix and refill.
4267         (kill-compilation): Use `mode-name' in the error message.
4268         (compilation-find-file): Use `compilation-error' in the
4269         read-file-name's prompt.
4271 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4274         (smerge-auto-leave): Make undo re-enable the mode.
4275         (debug-ignored-errors): Add the user-error of impossible resolution.
4276         (smerge-resolve): Move things around a bit, in preparation for later.
4277         (smerge-diff): Don't fail if the buffer has no associated file.
4278         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4279         (smerge-conflict-overlay): New function.
4280         (smerge-match-conflict): Don't add text properties here.
4281         (smerge-find-conflict): Instead, add an overlay here.
4282         Also check for the case where we're inside a conflict already, so as to
4283         obviate the need for font-lock-multiline, which is unbearably slow with
4284         large conflicts and ciomplex font-lock patterns.
4285         (smerge-remove-props): Remove overlay rather than text-properties.
4286         (smerge-mode): Don't set font-lock-multiline.
4287         Remove overlays when turned off.
4289 2005-08-21  Kim F. Storm  <storm@cua.dk>
4291         * ido.el (ido-ignore-item-p): Use save-match-data.
4292         Bind case-fold-search to ido-case-fold locally.
4294 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4296         * files.el (normal-mode): If font lock is on, turn it off and on.
4298         * subr.el (replace-regexp-in-string): Doc fix.
4300         * startup.el (command-line-1): Don't suppress startup screen
4301         due to existing processes.
4303         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4305         * progmodes/compile.el (compilation-disable-input): Default to nil.
4307 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4309         * progmodes/compile.el (compilation-disable-input): New defcustom.
4310         (compilation-start): If compilation-disable-input is non-nil, send
4311         EOF to the compilation process.
4313 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4315         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4316         Run the argument of tex-shell-cd-command through
4317         convert-standard-filename, to get the correct style of slashes on
4318         Windows, and enclose the result in quotes, in case the file name
4319         includes whitespace or other special characters.
4321 2005-08-19  Andreas Schwab  <schwab@suse.de>
4323         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4324         process.
4326 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4328         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4330 2005-08-18  Kim F. Storm  <storm@cua.dk>
4332         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4334 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4336         * scroll-lock.el: New file.
4338 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4340         * dired.el (dired-move-to-end-of-filename):
4341         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4343 2005-08-18  Kim F. Storm  <storm@cua.dk>
4345         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4346         rather than toggle mode when custom value is nil.
4347         (ido-everywhere): Fix defun doc string.
4349 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4351         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4352         as tag instead of "Inviolable".
4354 2005-08-17  Kim F. Storm  <storm@cua.dk>
4356         * windmove.el (windmove-coordinates-of-position): Remove.
4357         (windmove-coordinates-of-window-position): Remove.
4358         (windmove-reference-loc): Use posn-at-point instead.
4360         * subr.el (insert-for-yank-1): Doc fix.
4362         * ido.el (ido-enter-matching-directory): Rename from
4363         ido-enter-single-matching-directory.  Change 'slash choice to
4364         'only.  Add 'first choice.
4365         (ido-exhibit): Adapt to above changes.
4367 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4369         * Makefile.in: Expand comment about building loaddefs.el.
4371 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4373         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4374         Comment use of defadvice.
4376         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4378 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4380         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4381         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4382         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4383         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4384         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4385         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4386         for backward compatibility for faces that did not appear in the
4387         previous Emacs release.
4389         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4391 2005-08-15  Kim F. Storm  <storm@cua.dk>
4393         * emulation/cua-base.el (cua-delete-region): Return t if
4394         deleted region was non-empty.
4395         (cua-replace-region): Inhibit overwrite-mode for
4396         self-insert-command if replaced region was non-empty.
4397         (cua--explicit-region-start, cua--status-string): Make them
4398         buffer-local at top-level...
4399         (cua-mode): ...rather than when mode is enabled.
4401 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4403         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4404         Set t for Emacs 21, 22, and so on.
4406 2005-08-15  David Ponce  <david@dponce.com>
4408         * tree-widget.el: Update Commentary header.
4409         (tree-widget-theme): Doc fix.
4410         (tree-widget-space-width): New option.
4411         (tree-widget-image-properties): Look up in the default theme too.
4412         (tree-widget--cursors): Only for images with arrow pointer shape.
4413         (tree-widget-lookup-image): Pointer shape is hand by default.
4414         (tree-widget-icon): Rename generic icon widget from
4415         `tree-widget-control'.
4416         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4417         derive from `tree-widget-icon'.
4418         (tree-widget-handle): Improve default look and feel of the text
4419         representation.
4420         (tree-widget): Rename :*-control properties to :*-icon properties.
4421         Add :action and :help-echo properties.
4422         (tree-widget-after-toggle-functions): Move.
4423         (tree-widget-close-node, tree-widget-open-node): Remove.
4424         (tree-widget-before-create-icon-functions): New hook.
4425         (tree-widget-value-create): Update to allow customization of icons
4426         and nodes at run-time via that new hook.
4427         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4428         (tree-widget-icon-action, tree-widget-icon-help-echo)
4429         (tree-widget-action, tree-widget-help-echo): New functions.
4431 2005-08-15  Kim F. Storm  <storm@cua.dk>
4433         * ido.el (ido-buffer-internal): Use with-no-warnings.
4434         (ido-make-merged-file-list): Use while-no-input.
4436 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4438         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4439         (flyspell-large-region): Fix doc and custom type.
4441 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4443         * files.el (interpreter-mode-alist): Doc fix.
4445         * mail/rmail.el (rmail-nonignored-headers): New variable.
4446         (rmail-clear-headers): Use it.
4447         (rmail-reply): Better handling of mail-followup-to header.
4449         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4450         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4451         don't try to refer to executable-font-lock-keywords.
4452         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4453         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4454         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4455         (sh-mode): Set comment-start-skip, local-abbrev-table,
4456         imenu-case-fold-search.
4457         (sh-set-shell): Don't set them here.
4458         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4459         Don't cache the results in the original alist; don't ever modify
4460         that alist.
4462         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4464         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4465         empty.
4467 2005-08-15  Andreas Schwab  <schwab@suse.de>
4469         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4471         * dired.el, info.el, mail/rmail.el: Revert last change.
4473 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4475         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4476         modification in `eval-after-load' form.
4477         * info.el: Likewise.
4478         * mail/rmail.el: Likewise.
4480 2005-08-14  Juri Linkov  <juri@jurta.org>
4482         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4483         Remove highlighting of "Compilation started".  Highlight only
4484         the word "finished" in "Compilation finished".  Add highlighting
4485         of "interrupt", "killed", "terminated" and the exit code.
4486         (compilation-start): Add newline after header.  Use exactly the
4487         same time stamp format as the finishing message.
4488         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4490         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4491         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4492         Add highlighting of "interrupt", "killed", "terminated".
4494         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4495         enabled and the current command is self-insert-command, call it
4496         explicitly with overwrite-mode bound to nil, to not allow it
4497         to delete the character after the selected region.
4499 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
4501         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4502         move-end-of-line, end-of-line, and beginning-of-line to the list
4503         of commands after which the echo area is updated.
4505 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
4507         * cus-edit.el (custom-save-all, custom-save-delete):
4508         Bind recentf-exclude to exclude custom-file.
4510 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
4512         * mail/rmailsum.el (rmail-summary-end-of-message): New command
4513         to go to the bottom of the mail message.  Added to
4514         `rmail-summary-mode-map' with key "/".
4515         (rmail-summary-show-message): New (internal) function for use by
4516         both `rmail-summary-beginning/end-of-message'.
4517         (rmail-summary-beginning-of-message): Change to use
4518         rmail-summary-show-message.
4520         * mail/rmail.el (rmail-end-of-message): New command to go to the
4521         end of the current message.  Added to `rmail-mode-map' with key "/".
4522         (rmail-beginning-of-message): Fix to work as documented.
4523         (rmail-mode): Change documentation.
4525         * progmodes/compile.el (compilation-start): Add the line
4526         "Compilation started" with compilation start time.
4527         (compilation-mode-font-lock-keywords): Add `started' to keywords.
4529 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
4531         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4532         of menu items.
4534 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4536         * simple.el (pop-global-mark): Reverse test of widen-automatically.
4538         * battery.el (battery-status-function): Don't use ignore-errors.
4540 2005-08-11  Lute Kamstra  <lute@gnu.org>
4542         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4543         define-obsolete-variable-alias.
4545 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4548         (ange-ftp-send-cmd): Revert last change, and expand
4549         the comment explaining the problem.
4551 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4553         * ldefs-boot.el: Update.
4555         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4556         item to "Time, Load and Mail".  Change help echo text.
4558         * time.el (display-time-use-mail-icon, display-time-format)
4559         (display-time-string-forms): Shorten first line of docstrings.
4561 2005-08-10  Lars Hansen  <larsh@soem.dk>
4563         * desktop.el (desktop-buffer-mode-handlers):
4564         Make non-customizable. Add autoload cookie.  Change initial value to
4565         nil; add elements in respective modules instead.  Fix doc string.
4566         (desktop-load-file): New function.
4567         (desktop-minor-mode-handlers): New autoloaded variable.
4568         (desktop-create-buffer): Call minor mode handlers.
4569         Use desktop-load-file to load major and minor mode modules prior to
4570         checking for a handler.
4571         (desktop-save): Don't add nil to desktop-minor-modes for minor
4572         modes with nil function in desktop-minor-mode-table.  Don't delete
4573         desktop file before rewriting it.
4574         (desktop-locals-to-save): Add autoload cookie.  Don't make
4575         automatically buffer-local.  Add variables column-number-mode,
4576         size-indication-mode, indent-tabs-mode,
4577         indicate-buffer-boundaries, indicate-empty-lines and
4578         show-trailing-whitespace.
4579         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4580         regexps. Don't use desktop-clear-preserve-buffers-regexp.
4581         (desktop-clear-preserve-buffers-regexp): Delete.
4582         (desktop-clear-preserve-buffers): Update initial value and docstring.
4583         (desktop-save-buffer): Fix doc string.
4585         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4586         (hilit-chg-desktop-restore): New function.
4587         (highlight-changes-mode): Add highlight-changes-mode to
4588         desktop-locals-to-save.
4590         * dired.el: Add handler to desktop-buffer-mode-handlers.
4591         (dired-restore-desktop-buffer): Remove autoload cookie.
4592         (dired-mode): Add autoload cookie.
4594         * info.el: Add handler to desktop-buffer-mode-handlers.
4595         (Info-restore-desktop-buffer): Remove autoload cookie.
4596         (Info-mode): Add autoload cookie.
4598         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4599         (mh-restore-desktop-buffer): Remove autoload cookie.
4600         (mh-folder-mode): Add autoload cookie.
4602         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4603         (rmail-restore-desktop-buffer): Remove autoload cookie.
4605 2005-08-11  Masatake YAMATO  <jet@gyve.org>
4607         * hexl.el (hexl-address-region):
4608         (hexl-ascii-region, hexl-font-lock-keywords):
4609         (hexl-highlight-line-range): Use the term "region"
4610         instead of "area" for consistency with the other symbols
4611         defined in hexl.el.
4613 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4615         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4616         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4617         out by Juri Linkov).  Add `display-battery-mode'.
4619 2005-08-09  Juri Linkov  <juri@jurta.org>
4621         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4622         Remove `-text' from face variable names.
4623         (compilation-error-file-name, compilation-warning-file-name)
4624         (compilation-info-file-name): Delete faces.
4625         (compilation-line-number, compilation-column-number):
4626         Remove face underlining.
4627         (compilation-message-face): Set to `underline' value by default.
4628         (compilation-error-face, compilation-warning-face)
4629         (compilation-info-face): Remove `-file-name' from face names.
4630         (compilation-error-text-face, compilation-warning-text-face)
4631         (compilation-info-text-face): Delete face variables.
4632         (compilation-text-face): Delete function.
4634         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4635         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4636         (grep-error-face): Set to `compilation-error' instead of
4637         `compilation-error-face' (which is redefined to `grep-hit-face' in
4638         grep buffers).
4639         (grep-mode-font-lock-keywords): Remove `-text' from face variable
4640         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
4642         * dired-aux.el (dired-do-query-replace-regexp):
4643         Use `query-replace-read-args'.
4645         * replace.el (query-replace-read-from, query-replace-read-to)
4646         (query-replace-read-args): Rename arg `string' to `prompt'.
4648         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
4650 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4652         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4653         uploading files.
4654         (ange-ftp-canonize-filename): Handle file names beginning with ~
4655         correctly.
4657 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4659         * textmodes/fill.el (canonically-space-region)
4660         (fill-context-prefix, fill-french-nobreak-p)
4661         (fill-delete-newlines, fill-comment-paragraph)
4662         (justify-current-line): "?\ " -> "?\s".
4664 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
4666         * textmodes/fill.el (fill-nonuniform-paragraphs):
4667         Improve argument/docstring consistency.
4669 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4671         * textmodes/ispell.el (ispell-word): More fboundp checks.
4673         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
4674         (find-file-noselect-1): Call it here, only if RAWFILE.
4675         (normal-mode): Always set some major mode.
4676         (save-some-buffers-action-alist): Change some explanation strings.
4677         (file-name-non-special): In the `quote' method, use unwind-protect.
4679 2005-08-09  Magnus Henoch  <mange@freemail.hu>
4681         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
4682         (ispell-have-aspell-dictionaries): New variable.
4683         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
4684         (ispell-get-aspell-config-value): New function.
4685         (ispell-aspell-find-dictionary): New function.
4686         (ispell-aspell-add-aliases): New function.
4687         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
4688         appropriate.  Don't look for ispell dictionaries if we use aspell.
4689         (ispell-menu-map): Don't build a submenu of dictionaries.
4691 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4693         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
4694         (sql-read-passwd): Use read-passwd.
4696         * progmodes/idlw-toolbar.el (idlwave-toolbar)
4697         (idlwave-toolbar-is-possible): Add defvars.
4699         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
4700         Avoid warnings.
4702         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
4703         (idlwave-system-class-info, idlwave-executive-commands-alist):
4704         Use defvar.
4706         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
4708         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
4709         Avoid warnings.
4711         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
4712         and content-type: headers.
4714         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
4716         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
4717         and rename some of them to be more self-explanatory.
4719         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
4721         * startup.el (command-line-1): Implement -scriptload.
4723         * replace.el (occur-engine): Initial *Occur* output not undoable.
4725         * menu-bar.el (menu-bar-file-menu): Rename some menu items
4726         and improve help strings.
4728         * isearch.el (isearch-repeat): When changing direction,
4729         mark search successful.
4731         * ediff-init.el: Use (featurep 'xemacs).
4733         * comint.el (send-invisible): Identify buffer, if not selected.
4735         * align.el: Delete autoload for c-guess-basic-syntax.
4737 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
4739         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
4740         Improve argument/docstring consistency.  Doc fixes.
4741         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
4742         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
4743         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
4744         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
4745         (r2bv-organization, r2bv-pages, r2bv-primary-author)
4746         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
4747         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
4748         Defvar at compile time.
4750 2005-08-09  Juri Linkov  <juri@jurta.org>
4752         * info.el: Replace `info' with upper-case `Info' where appropriate.
4753         (info-title-1, info-title-2, info-title-3, info-title-4)
4754         (info-menu-header): Move up face definitions.
4755         (info-menu-star): Rename from `info-menu-5'.
4756         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
4757         (Info-fontify-visited-nodes): Fix docstring.
4758         (Info-hide-note-references): Fix docstring.
4759         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
4760         menu items in the same way as on cross-references.
4761         (info-apropos): Fix sorting order and formatting to be like in the
4762         stand-alone Info browser.  Display error messages for 1 sec.
4763         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
4764         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
4765         from the menu bar.
4766         (Info-insert-dir): Restore point after calling
4767         `insert-buffer-substring'.
4769 2005-08-08  Richard M. Stallman  <rms@gnu.org>
4771         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
4772         (recompute-lucid-menubar): Add defvars.
4774         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
4776         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
4778         * net/net-utils.el (run-dig): Rename from `dig'.
4780         * play/gametree.el (gametree-mode): Use make-local-variable,
4781         not make-variable-buffer-local.
4783         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
4785         * ansi-color.el (ansi-color-make-extent)
4786         (ansi-color-set-extent-face): Use fboundp, not functionp.
4788         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
4789         not make-variable-buffer-local.
4791         * bookmark.el (Info-current-file): Add defvar.
4792         (bookmark-jump-noselect): Use with-no-warnings.
4794         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
4796         * ebuff-menu.el (Helper-return-blurb): Add defvar.
4798         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
4800         * find-file.el (ada-procedure-start-regexp)
4801         (ada-package-start-regexp): Add defvars.
4803         * info.el (Info-insert-dir): Use insert-buffer-substring.
4805         * xml.el (xml-att-def-re): Add defvar.
4807         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
4808         calling convention.
4810         * subr.el (while-no-input): Return t if there is input.
4812 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4814         * cus-start.el (all): Add `overflow-newline-into-fringe'.
4816 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
4818         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
4819         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
4821 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
4823         * cmuscheme.el (scheme-start-file): Replace reference to
4824         `user-emacs-directory' by "~/.emacs.d/".
4826 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
4828         * info.el (Info-dir-remove-duplicates): Avoid case folding
4829         in loop; instead, keep downcased strings for comparison.
4830         Suggested by Helmut Eller.
4832 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
4834         Sync with Tramp 2.0.50.
4836         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
4837         XEmacs case; not necessary anymore.
4838         (tramp-user-regexp): Allow "@" as part of user name.
4839         (tramp-handle-set-visited-file-modtime)
4840         (tramp-handle-insert-file-contents)
4841         (tramp-handle-write-region): No special handling for
4842         `last-coding-system-used, because this is done in
4843         `tramp-accept-process-output' now.
4844         (tramp-accept-process-output): New defun.
4845         (tramp-process-one-action, tramp-process-one-multi-action)
4846         (tramp-wait-for-regexp, tramp-wait-for-output)
4847         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
4848         Howells <dhowells@redhat.com>.
4849         (clear-visited-file-modtime): Defadvice removed.  The check for
4850         unset buffer's modtime does not need to be based on
4851         `tramp-buffer-file-attributes'.  Suggested by RMS.
4852         (tramp-message): Insert "\n" if not being at beginning of line.
4853         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
4854         sequence with same logic.
4855         (tramp-completion-handle-expand-file-name): Discard call of
4856         `tramp-drop-volume-letter'.  It is not necessary, and there have
4857         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
4858         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4859         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
4860         should always be visible.
4861         (tramp-handle-insert-directory, tramp-setup-complete)
4862         (tramp-set-process-query-on-exit-flag)
4863         (tramp-append-tramp-buffers): Pacify byte-compiler.
4864         (tramp-bug): Delete non-existing variables from list.
4865         Apply `tramp-load-report-modules' as pre-hook.
4866         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
4867         `shell-prompt-pattern' because of non-7bit characters.
4868         Reported by Sebastian Luque <sluque@mun.ca>.
4869         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
4870         (tramp-match-string-list): Remove function.
4871         (tramp-wait-for-regexp): Remove call of that function.
4872         Suggested by Kim F. Storm <storm@cua.dk>.
4873         (tramp-set-auto-save-file-modes): Use octal integer code #o600
4874         instead of octal character code ?\600.  The latter resulted in a
4875         syntax error with XEmacs.
4877         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
4878         XEmacs case; not necessary anymore.
4879         (tramp-smb-handle-write-region): No special handling for
4880         `last-coding-system-used, because this is done in
4881         `tramp-accept-process-output' now.
4882         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
4884 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4886         * wid-edit.el (widget-choice-value-create):
4887         Unconditionally respect user choice.  Set :explicit-choice back to nil
4888         when no longer needed.
4889         (widget-choice-action): Unconditionally respect user choice.
4890         Eliminate :explicit-choice-value.
4892         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
4894         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
4895         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
4896         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
4897         running new function `toggle-indicate-empty-lines'.
4898         Rename "Customize" item to "Customize fringe".
4899         Rename "Indicators" item to "Buffer boundaries" and change help echo.
4900         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
4901         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
4902         Delete "Empty lines only" item.
4903         (menu-bar-showhide-fringe-ind-customize): New function.
4904         (menu-bar-showhide-fringe-ind-mixed)
4905         (menu-bar-showhide-fringe-ind-box)
4906         (menu-bar-showhide-fringe-ind-right)
4907         (menu-bar-showhide-fringe-ind-left)
4908         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
4909         instead of `fringe-indicators'.
4911 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
4913         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
4914         Change the date of last update.
4916 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
4918         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
4919         (viper-exec-yank, viper-put-back): Don't display modification msg
4920         if in the minibuffer.
4922         * viper-init.el (viper-replace-overlay-cursor-color)
4923         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
4924         Make variables frame local.
4926         * viper-util.el (viper-append-filter-alist): Use append instead of
4927         nconc.
4929         * viper.el (viper-vi-state-mode-list)
4930         (viper-emacs-state-mode-list): Move help-mode and
4931         completion-list-mode from the first list to the second.
4932         (viper-mode): Docstring.
4933         (viper-go-away, viper-non-hook-settings): Don't localize
4934         minor-mode-alist in newer Emacsen.  Add advice to
4935         set-cursor-color.  Don't bind "\C-c\\".
4937 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
4939         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
4940         (scheme-macro-expand-command): New user options.
4941         (scheme-trace-procedure, scheme-expand-current-form): New commands.
4942         (scheme-form-at-point, scheme-start-file)
4943         (scheme-interactively-start-process): New functions.
4944         (scheme-get-process): New function, extracted from `scheme-proc'.
4945         (run-scheme): Call `scheme-start-file' to get start file, and pass
4946         it to `make-comint'.
4947         (switch-to-scheme, scheme-proc):
4948         Call `scheme-interactively-start-process' if no Scheme buffer/process
4949         is available.
4951 2005-08-06  Juri Linkov  <juri@jurta.org>
4953         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4954         Use `compilation-text-face', `compilation-info-text-face' and
4955         `compilation-error-text-face' instead of `font-lock-keyword-face'.
4956         (compilation-error): New face.
4957         (compilation-error-file-name): Inherit from
4958         `compilation-error' instead of `font-lock-warning-face'.
4959         (compilation-warning-file-name): Inherit from
4960         `compilation-warning' instead of `font-lock-warning-face'.
4961         (compilation-info, compilation-error-file-name)
4962         (compilation-warning-file-name, compilation-info-file-name)
4963         (compilation-line-number, compilation-column-number): Doc fix.
4964         (compilation-error-text-face, compilation-warning-text-face)
4965         (compilation-info-text-face): New face variables.
4966         (compilation-line-face, compilation-column-face)
4967         (compilation-enter-directory-face)
4968         (compilation-leave-directory-face): Doc fix.
4969         (compilation-text-face): New function.
4971         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
4972         instead of 1 to display binary file names as info file links.
4973         (grep-error-face): Use `compilation-error-face' instead of
4974         `font-lock-keyword-face'.
4975         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
4976         and `compilation-warning-text-face' instead of
4977         `font-lock-keyword-face'.  Use `compilation-error-text-face'
4978         instead of `grep-error-face'.
4980 2005-08-05  Kenichi Handa  <handa@m17n.org>
4982         * international/code-pages.el: Add autoload cookies for all coding
4983         systems.
4985 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
4987         * cus-start.el (all): Put undo.c where it alphabetically belongs.
4989 2005-08-04  Juri Linkov  <juri@jurta.org>
4991         * progmodes/compile.el (compilation-mode-map):
4992         * progmodes/grep.el (grep-mode-map):
4993         Bind TAB to `compilation-next-error' and [backtab] to
4994         `compilation-previous-error'.
4996         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4997         matching line numbers, column numbers and their ranges with regexp
4998         matching only line numbers.
4999         (grep-context-face): New face variable.
5000         (grep-mode-font-lock-keywords): Use it.
5002         * faces.el (read-face-name): Delete duplicate faces.
5004 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5006         * thumbs.el (thumbs-find-image): Don't make variables
5007         automatically buffer local.
5008         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5009         (thumbs-image-num): Make automatically buffer local.
5010         (thumbs-show-thumbs-list): Use `make-local-variable', not
5011         `make-variable-buffer-local'.
5012         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5014         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5015         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5016         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5017         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5018         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5019         (feelings-about, foullst, found, hello, history, howareyoulst)
5020         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5021         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5022         (neglst, obj, object, owner, please, problems, qlist)
5023         (random-adjective, relation, remlst, repetitive-shortness)
5024         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5025         (shortlst, something, sportslst, stallmanlst, states, subj)
5026         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5027         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5028         Defvar at compile time.
5030         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5031         not `make-variable-buffer-local'.
5033 2005-08-02  Kim F. Storm  <storm@cua.dk>
5035         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5036         rectangle overlay in selected window.
5038 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5040         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5041         instead of display group.  Make `indicate-buffer-boundaries'
5042         customizable through Custom.
5044 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5046         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5047         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5048         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5049         (gdb-put-string): Fix typos in docstrings.
5051 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5053         Update copyright notices of files in progmodes directory for
5054         release of Emacs 22.1.
5056         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5058         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5059         Don't barf if the GUD buffer has been killed.
5061 2005-08-01  Kim F. Storm  <storm@cua.dk>
5063         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5065 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         * simple.el (next-error-follow-minor-mode):
5068         make-variable-buffer-local -> make-local-variable.
5070         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5072         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5073         (byte-compile-form-make-variable-buffer-local): New functions to warn
5074         about misuses of make-variable-buffer-local where make-local-variable
5075         was meant.
5077 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5079         * bs.el (bs-attributes-list): Doc fix.
5080         (bs): Update url-link.
5082         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5083         (desktop-load-default): Simplify.
5085         * ibuffer.el (ibuffer-columnize-and-insert-list)
5086         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5087         (ibuffer-unmark-all, ibuffer-toggle-marks)
5088         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5089         (ibuffer-compile-make-format-form, ibuffer-format-column)
5090         (ibuffer-current-buffers-with-marks)
5091         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5092         (ibuffer): Doc fix.
5093         (ibuffer-mode): Fix typo in docstring.
5094         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5095         with `define-obsolete-variable-alias'.
5096         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5098 2005-07-29  Kenichi Handa  <handa@m17n.org>
5100         * international/mule-cmds.el (select-message-coding-system):
5101         Be sure to use LF for end-of-line.  If no coding system is decided,
5102         return iso-8859-1-unix.
5104 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5106         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5107         (ange-ftp-pending-error-line): New vars.
5108         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5109         to handle the non-fatal no-route-to-host messages.
5110         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5112 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5114         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5115         (isearch-quote-char, isearch-printing-char)
5116         (isearch-text-char-description): "?\ " -> "?\s".
5117         (isearch-lazy-highlight-cleanup)
5118         (isearch-lazy-highlight-initial-delay)
5119         (isearch-lazy-highlight-interval)
5120         (isearch-lazy-highlight-max-at-a-time)
5121         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5122         Declare with define-obsolete-*-alias macros.
5123         (isearch-forward): Fix typo in docstring.
5124         (search-invisible, search-ring-yank-pointer)
5125         (regexp-search-ring-yank-pointer): Doc fixes.
5127         * recentf.el (recentf-menu-append-commands-p): Declare with
5128         `define-obsolete-variable-alias'.
5129         (recentf-max-saved-items, recentf-menu-filter)
5130         (recentf-arrange-by-rule-subfilter): Doc fixes.
5131         (recentf-menu-append-commands-flag)
5132         (recentf-initialize-file-name-history, recentf-expand-file-name)
5133         (recentf-clear-data): Fix typos in docstrings.
5135 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5137         * progmodes/gdb-ui.el: Smarten comments.
5138         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5140 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5142         * term/apollo.el (terminal-init-apollo): New function containing
5143         all former top level forms in the file.
5144         * term/bobcat.el (terminal-init-bobcat):
5145         * term/cygwin.el (terminal-init-cygwin):
5146         * term/iris-ansi.el (terminal-init-iris-ansi):
5147         * term/linux.el (terminal-init-linux):
5148         * term/news.el (terminal-init-news):
5149         * term/rxvt.el (terminal-init-rxvt):
5150         * term/sun.el (terminal-init-sun):
5151         * term/tvi970.el (terminal-init-tvi970):
5152         * term/vt100.el (terminal-init-vt100):
5153         * term/vt102.el (terminal-init-vt102):
5154         * term/vt125.el (terminal-init-vt125):
5155         * term/vt200.el (terminal-init-vt200):
5156         * term/vt201.el (terminal-init-vt201):
5157         * term/vt220.el (terminal-init-vt220):
5158         * term/vt240.el (terminal-init-vt240):
5159         * term/vt300.el (terminal-init-vt300):
5160         * term/vt320.el (terminal-init-vt320):
5161         * term/vt400.el (terminal-init-vt400):
5162         * term/vt420.el (terminal-init-vt420):
5163         * term/wyse50.el (terminal-init-wyse50):
5164         * term/xterm.el (terminal-init-xterm): Likewise.
5166         * term/README: Describe the terminal-init-* functionality.
5168         * startup.el (command-line): After loading the terminal initialization
5169         file call the corresponding terminal initialization function.
5171 2005-07-27  Kenichi Handa  <handa@m17n.org>
5173         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5174         negative.
5176         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5177         (ps-mule-composition-prologue): Fix for the case that
5178         RelativeCompose is false.
5180 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5184         * descr-text.el (describe-char): Handle the case where the list of
5185         chars is displayed in a separate frame.
5186         Be a bit more discriminating when looking for the char.
5188 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5190         * bookmark.el (bookmark-automatically-show-annotations)
5191         (bookmark-read-annotation-text-func): Doc fixes.
5192         (bookmark-save): Improve argument/docstring consistency.
5193         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5194         (bookmark-alist-from-buffer)
5195         (bookmark-upgrade-file-format-from-0)
5196         (bookmark-grok-file-format-version)
5197         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5198         (bookmark-read-annotation-mode)
5199         (bookmark-insert-current-bookmark, bookmark-jump)
5200         (bookmark-exit-hook): Fix typos in docstrings.
5201         (bookmark-exit-hooks): Define as obsolete alias.
5202         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5203         not `bookmark-exit-hooks'.  Fix docstring.
5204         (bookmark-bmenu-select): "?\ " -> "?\s".
5206 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5208         * startup.el (command-line): Fix typo.
5210 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5212         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5213         not emacs-quick-startup.
5215 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5217         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5218         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5219         instead of `reb-with-current-window'.
5220         (reb-prev-match): Likewise.  Also, don't move left if the search
5221         was unsuccessful.
5222         (reb-initialize-buffer): New function.
5223         (re-builder, reb-change-syntax): Use it.
5225         * man.el (Man-goto-page): Make second argument NOERROR optional.
5227 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5229         * man.el (Man-bgproc-sentinel): Check here for failure to find
5230         any man page in the output, and report the error here.
5231         (Man-arguments): Make it permanent local.
5232         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5233         (Man-mode): Pass t for NOERROR.
5235         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5236         (grep-mode-font-lock-keywords):
5237         Don't use compilation-...-face for messages that are not file names.
5239         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5240         Don't use compilation-...-face for messages that are not file names.
5242 2005-07-22  Juri Linkov  <juri@jurta.org>
5244         * startup.el (normal-splash-screen): Update menu name.
5246         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5248 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5250         * term/xterm.el: Load term/rxvt if the terminal is actually an
5251         rxvt terminal.
5252         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5254         * term/rxvt.el (function-key-map): Use substitute-key-definition
5255         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5257         * term/cygwin.el: New file.
5259 2005-07-22  Kim F. Storm  <storm@cua.dk>
5261         * image-file.el (insert-image-file, image-file-yank-handler):
5262         Fix last change to maintain a (unique) yank-handler on yanked images.
5264 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5266         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5267         of the file size (as in "177B" for 177 bytes).  This happens with
5268         "ls -lh" on FreeBSD.
5270 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5272         * hilit-chg.el (highlight-changes-global-initial-state)
5273         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5274         (hilit-chg-fixup, highlight-changes-mode):
5275         Fix typos in docstrings.
5276         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5277         Doc fixes.
5279 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5281         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5282         mode function using `eval-after-load'.
5284 2005-07-21  Kim F. Storm  <storm@cua.dk>
5286         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5287         included when reporting an emacs crash, and tell about the DEBUG file.
5289         * image-file.el (insert-image-file): Add yank-handler.
5290         (image-file-yank-handler): Yank handler to make unique copies of
5291         images when they are yanked into a buffer next to each other.
5293 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5295         * comint.el (comint-use-prompt-regexp, comint-send-input)
5296         (comint-source-default, comint-extract-string)
5297         (comint-get-source, comint-word, comint-completion)
5298         (comint-source, comint-prompt-read-only, comint-update-fence):
5299         Fix typos in docstrings.
5300         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5301         Declare with define-obsolete-*-alias macros.
5302         (comint-previous-matching-input-from-input)
5303         (comint-next-matching-input-from-input)
5304         (comint-previous-matching-input, comint-next-matching-input)
5305         (comint-forward-matching-input):
5306         Improve argument/docstring consistency.
5308         * desktop.el (desktop-clear-preserve-buffers-regexp):
5309         Also preserve the *server* buffer.
5311         * simple.el (clone-indirect-buffer): Doc fix.
5312         (fixup-whitespace, just-one-space)
5313         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5314         (next-error, next-error-highlight)
5315         (next-error-highlight-no-select, next-error-last-buffer)
5316         (next-error-buffer-p, next-error-find-buffer, next-error)
5317         (previous-error, next-error-no-select, previous-error-no-select)
5318         (open-line, split-line, minibuffer-prompt-width, kill-new)
5319         (binary-overwrite-mode): Fix typos in docstrings.
5320         (set-fill-column): Fix typo in message.
5322         * skeleton.el (skeleton-proxy-new): Doc fix.
5324         * strokes.el (strokes-load-hook): Doc fix.
5325         (strokes-grid-resolution, strokes-get-grid-position)
5326         (strokes-renormalize-to-grid, strokes-read-stroke)
5327         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5328         (strokes-global-map): Fix typos in docstrings.
5329         (strokes-help): Doc fix.  Fix help message and pass it through
5330         `substitute-command-keys'.
5332         * tempo.el (tempo-insert-prompt, tempo-interactive)
5333         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5334         (tempo-insert-string-functions, tempo-local-tags)
5335         (tempo-define-template, tempo-insert-template)
5336         (tempo-insert-prompt-compat, tempo-is-user-element)
5337         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5338         Fix typos in docstrings.
5340         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5341         (vcursor-key-bindings, vcursor-use-vcursor-map)
5342         (vcursor-find-window, vcursor-scroll-down)
5343         (vcursor-disable, vcursor-beginning-of-buffer)
5344         (vcursor-end-of-buffer): Fix typos in docstrings.
5345         (vcursor-relative-move, vcursor-get-char-count):
5346         Improve argument/docstring consistency.
5348         * version.el: "?\ " -> "?\s".
5350         * wid-edit.el (widget-default-create, widget-after-change)
5351         (widget-default-format-handler, widget-checklist-add-item)
5352         (widget-radio-add-item, widget-choose, widget-specify-secret)
5353         (widget-field-value-create, widget-field-value-get)
5354         (widget-editable-list-format-handler)
5355         (widget-editable-list-entry-create, widget-group-value-create)
5356         (widget-documentation-link-add)
5357         (widget-documentation-string-value-create): "?\ " -> "?\s".
5358         (widget-convert-text): Doc fix.
5359         (widget-narrow-to-field, widget-field-find)
5360         (widget-url-link-action, widget-emacs-library-link-action)
5361         (widget-color-notify): Fix typos in docstrings.
5363         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5364         (x-select-text, set-w32-system-coding-system)
5365         (w32-add-charset-info): Fix typos in docstrings.
5367         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5368         (cua-enable-cua-keys, cua-use-hyper-key)
5369         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5370         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5372         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5374         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5375         `defalias' instead of faking it.
5377         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5378         (eshell-ls-missing, eshell-ls-dired-initial-args)
5379         (eshell-ls-use-in-dired): Fix typos in docstrings.
5381 2005-07-20  Kim F. Storm  <storm@cua.dk>
5383         * emulation/cua-base.el (cua-mode): Improve doc string.
5385 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5387         * abbrev.el (expand-region-abbrevs): Doc fix.
5388         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5389         Improve argument/docstring consistency.
5391         * arc-mode.el (archive-get-descr, archive-alternate-display):
5392         Doc fixes.
5393         (archive-l-e): Improve argument/docstring consistency.
5394         (archive-tmpdir, archive-unixdate, archive-unixtime)
5395         (archive-chmod-entry): Fix typos in docstrings.
5396         (archive-unflag, archive-unflag-backwards)
5397         (archive-unmark-all-files): "?\ " -> "?\s".
5399         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5400         (Buffer-menu-not-modified, Buffer-menu-execute)
5401         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5402         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5404         * composite.el (compose-string, encode-composition-rule)
5405         (compose-last-chars): Fix typos in docstrings.
5407         * desktop.el (desktop-enable, desktop-basefilename):
5408         Declare with `define-obsolete-variable-alias'.
5409         (desktop-internal-v2s): Don't quote keywords.
5410         (desktop-clear): "?\ " -> "?\s".
5412         * dired.el (dired-align-file, dired-flag-backup-files)
5413         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5414         (dired-listing-switches, dired-ls-F-marks-symlinks)
5415         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5416         (dired-directory, dired-faces, dired, dired-revert)
5417         (dired-mode, dired-summary, dired-view-file)
5418         (dired-copy-filename-as-kill, dired-delete-file)
5419         (dired-no-confirm, dired-unmark-all-marks)
5420         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5421         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5422         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5423         Fix typos in message strings.
5425         * dired-x.el (virtual-dired): Declare with `defalias'.
5426         (dired-mark-unmarked-files, dired-local-variables-file)
5427         (dired-omit-here-always): Doc fix.
5428         (dired-omit-mode, dired-find-subdir)
5429         (dired-enable-local-variables, dired-clean-up-buffers-too)
5430         (dired-extra-startup, dired-mark-extension, dired-jump)
5431         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5432         (dired-smart-shell-command, dired-guess-shell-alist-user)
5433         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5434         (dired-x-bind-find-file, dired-x-submit-report):
5435         Fix typos in docstrings.
5436         (dired-mark-unmarked-files): "?\ " -> "?\s".
5438         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5440         * faces.el (describe-face): "?\ " -> "?\s".
5441         (read-all-face-attributes, read-face-font, modify-face)
5442         (face-attr-construct, italic): Fix typos in docstrings.
5443         (frame-update-face-colors): Declare with
5444         `define-obsolete-function-alias'.
5446         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5447         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5448         (magic-mode-alist, buffer-file-numbers-unique)
5449         (write-file-functions, get-free-disk-space):
5450         Fix typos in docstrings.
5451         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5452         (write-contents-hooks, write-file-hooks):
5453         Declare with `define-obsolete-variable-alias'.
5455         * forms-d2.el (arch-rj): Fix typo in docstrings.
5456         (arch-tocol): Likewise.  "?\ " -> "?\s".
5458         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5459         Fix typo in docstring.
5460         (set-screen-width, set-screen-height): Delete redundant info in
5461         doctrings.
5462         (new-frame, screen-height, screen-width): Declare with
5463         `define-obsolete-function-alias'.
5464         (delete-frame-hook, blink-cursor): Declare with
5465         `define-obsolete-variable-alias'.
5467         * paths.el (prune-directory-list): Fix typos in docstring.
5469         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5470         (cvs-prefix-get): Fix typos in docstrings.
5472         * ps-print.el (ps-extend-face-list, ps-extend-face)
5473         (ps-print-background-image): Fix typos in docstrings.
5474         (ps-default-fg, ps-default-bg): Doc fixes.
5476         * s-region.el (s-region-bind): Doc fix.
5477         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5479         * textmodes/org.el (org-table-formula-substitute-names)
5480         (org-table-get-vertical-vector): Doc fixes.
5481         (org-table-recalculate): Remove unused argument to `message'.
5483 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
5485         * textmodes/org.el (org-table-column-names)
5486         (org-table-column-name-regexp)
5487         (org-table-named-field-locations): New variables.
5488         (org-archive-subtree): Protect `this-command' when calling
5489         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5490         the kill buffer.
5491         (org-complete): Remove fixed-formula completion.
5492         (org-edit-formulas-map): New variable.
5493         (org-table-edit-formulas): New command.
5494         (org-finish-edit-formulas, org-abort-edit-formulas)
5495         (org-show-variable, org-table-get-vertical-vector): New functions.
5496         (org-table-maybe-eval-formula): Handle `:=' fields.
5497         (org-table-get-stored-formulas, org-table-store-formulas)
5498         (org-table-get-formula, org-table-modify-formulas)
5499         (org-table-replace-in-formulas): Handle named field formulas.
5500         (org-table-get-specials): Store locations of named fields.
5502 2005-07-19  Juri Linkov  <juri@jurta.org>
5504         * progmodes/grep.el (grep-regexp-alist)
5505         (grep-mode-font-lock-keywords, grep-process-setup):
5506         Use default GNU grep match color "01;31m" instead of "01;41m".
5507         (grep-regexp-alist, grep-mode-font-lock-keywords):
5508         Use `\\[[0-9]*m' instead of `\\[00m'.
5509         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5510         sgr_start where its handling is more important.  Use the real
5511         length of sgr_start instead of constant 8.
5512         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5513         specially.  Delete all remaining escape sequences.
5514         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5515         (grep-regexp-alist): Make hyperlink only for binary file name
5516         instead of the whole line.
5517         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5518         (grep-mode): Add autoload.
5520         * emacs-lisp/find-func.el (find-function-regexp):
5521         Add `define-compilation-mode'.
5523 2005-07-19  Juri Linkov  <juri@jurta.org>
5525         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5526         (compare-windows-sync-string-size, compare-windows-recenter)
5527         (compare-windows-highlight, compare-windows): Add version 22.1.
5528         (compare-windows) <defface>: Inherit from lazy-highlight instead
5529         of duplicating its default value.
5531         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5532         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5534         * descr-text.el (describe-char): Create link buttons for `charset'
5535         and `code point'.  Add the current input method name with a link
5536         button to `to input' field.  Print face names of display table
5537         characters in `The display table entry is displayed by' section
5538         instead of printing face-id in the `display' field.
5539         Guess hardcoded faces and create a link button for them.
5540         Skip empty fields when calculating max-width.
5541         Treat `widget-create' specially while inserting strings from the
5542         collected field list.
5543         (describe-char-after): Made obsolete in version 22.1, not 21.5.
5545         * diff-mode.el (diff-file-header): Change foreground color from
5546         yellow to green on light backgrounds.
5547         (diff-context): Inherit from `shadow' only for color/grayscale
5548         with more than 88 colors.
5549         (diff-indicator-removed, diff-indicator-added)
5550         (diff-indicator-changed): New faces.
5551         (diff-font-lock-keywords): Use new faces.  Regroup rules.
5552         Add "^---$" for `normal' diff format.  Fontify `#' lines with
5553         font-lock-comment-delimiter-face and font-lock-comment-face.
5554         Add `#' to ^[^...] in the rule for `diff-context-face'.
5556         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5557         a button-like box.  Inherit from `highlight' on low colors.
5558         (shadow): Use shades of gray only for color/grayscale with
5559         more than 88 colors.  Use green for light backgrounds with
5560         8 colors, and yellow for dark backgrounds with 8 colors.
5562         * font-lock.el (font-lock-regexp-grouping-backslash):
5563         Don't inherit from escape-glyph (use bold for all cases).
5565         * info.el (info-xref-visited): Use light foreground color `violet'
5566         for dark backgrounds instead of dark color `magenta3'.
5567         (info-title-1): Use `yellow' color for dark backgrounds.
5569         * isearch.el (isearch): Use not-too-dark magenta3 instead of
5570         too-light magenta2.
5572         * replace.el (match): Use slightly more light RoyalBlue3 instead
5573         of dark RoyalBlue4.
5575         * wid-edit.el (widget-inactive): Inherit from `shadow'.
5577 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
5579         * novice.el (disabled-command-hook): Declare it with
5580         `define-obsolete-variable-alias'.
5582         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5583         (desktop-buffer-misc-functions, desktop-buffer-handlers)
5584         (desktop-load-default): Add release to obsolescence info.
5585         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5586         (desktop-append-buffer-args, desktop-read):
5587         Fix typos in docstrings.
5588         (desktop-kill): Fix typo in message.
5589         (desktop-save): Doc fix.
5591 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5593         * viper-cmd.el (viper-escape-to-state): Bug fix.
5594         (viper-envelop-ESC-key): Change the definition of fast
5595         keysequence so it'll work with keyboard macros.
5597         * ediff.el (ediff-patch-buffer): Change the docstring.
5599 2005-07-19  Kenichi Handa  <handa@m17n.org>
5601         * international/mule-cmds.el (select-safe-coding-system): Try to
5602         use an auto-coding (if any) before anything else.  If the found
5603         auto-coding is invalid, show a warning message.
5605         * international/mule.el (find-auto-coding): New function created
5606         by modifying the body of set-auto-coding.
5607         (set-auto-coding): Use find-auto-coding to find a coding.
5609 2005-07-18  Richard M. Stallman  <rms@gnu.org>
5611         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5612         not isearch-mode-end-hook-error.
5613         (allout-before-change-protect): Fix error message.
5615 2005-07-18  Juri Linkov  <juri@jurta.org>
5617         * allout.el (allout-mode):
5618         * calculator.el (calculator-copy):
5619         * custom.el (custom-known-themes):
5620         * dired.el (dired-desktop-buffer-misc-data)
5621         (dired-restore-desktop-buffer):
5622         * dired-x.el (dired-omit-marker-char):
5623         * files.el (basic-save-buffer):
5624         * font-core.el (font-lock-mode):
5625         * calendar/calendar.el (calendar-goto-hebrew-date)
5626         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5627         (calendar-goto-persian-date):
5628         * language/ethio-util.el (ethio-sera-to-fidel-region):
5629         * textmodes/picture.el (picture-mode):
5630         Delete duplicate duplicate words.
5632 2005-07-18  Juri Linkov  <juri@jurta.org>
5634         * isearch.el (isearch-mode-map): Remove key bindings for regexp
5635         chars * ? } |.
5636         (isearch-fallback): Don't call `isearch-process-search-char'.
5637         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
5638         (isearch-process-search-char): Call `isearch-fallback' for regexp
5639         chars * ? } |.
5640         (isearch-return-char): Make obsolete with `make-obsolete' instead
5641         of simply documenting it as obsolete in the docstring.
5642         (isearch-fallback): Refill docstring.
5644         * international/isearch-x.el
5645         (isearch-process-search-multibyte-characters): Remove unneeded
5646         `concat'.  Add intermediate values to `junk-hist' instead of
5647         `minibuffer-history'.  Test the length of `str'.
5649 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
5651         * allout.el (allout-resolve-xref): Fix typos in error strings.
5652         (allout-before-change-protect): Remove unneeded `concat'.
5654         * array.el (array-mode, array-reconfigure-rows)
5655         (untabify-backward): Fix typos in docstrings.
5656         (array-reconfigure-rows): Use `insert-buffer-substring', not
5657         `insert-buffer'.
5659         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
5660         * progmodes/ada-mode.el (ada-make-body):
5661         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
5663         * dired.el (dired-log):
5664         * tar-mode.el (tar-subfile-save-buffer):
5665         * play/zone.el (zone-pgm-stress-destress):
5666         Use `insert-buffer-substring', not `insert-buffer'.
5668 2005-07-17  Simon Josefsson  <jas@extundo.com>
5670         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
5672 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
5674         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
5675         Add plain auth method.
5676         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
5678 2005-07-17  Kim F. Storm  <storm@cua.dk>
5680         * ido.el (dired-other-window): Add ido property.
5682 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
5684         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5685         Fix typo in docstring.
5686         (byte-compile-interactive-only-functions): Add `insert-buffer' and
5687         `insert-file-literally'.
5689         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
5690         info and delete redundant message.  Doc fix.
5691         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
5692         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
5694 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5696         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
5697         (byte-compile-and): Use byte-compile-and-recursion.
5698         (byte-compile-or-recursion): New function.
5699         (byte-compile-or): Use that.
5700         (byte-compile-if): Guard the else-clause too.
5701         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
5703         * isearch.el (isearch-mode-end-hook-quit): New variable.
5704         (isearch-done): Bind it.
5705         (isearch-mode-end-hook): Doc fix.
5707         * allout.el (allout-isearch-did-quit): Variable deleted.
5708         (allout-real-isearch-abort): Function name no longer used.
5709         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
5710         (allout-isearch-rectification): isearch-mode always exists.
5711         Don't set allout-isearch-did-quit.
5712         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
5713         allout-isearch-did-quit.
5714         (allout-enwrap-isearch): Just add the hook.
5715         (allout-isearch-abort): Function deleted.
5716         (allout-pre-command-business): Avoid warning.
5718         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
5719         Correctly avoid warnings.
5720         (pascal-outline): Likewise.
5722         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
5724         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
5726         * play/tetris.el (tetris-mode): Avoid warning.
5728         * play/snake.el (snake-mode): Avoid warning.
5730         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
5731         (gamegrid-set-display-table): Avoid warning.
5732         (gamegrid-set-timer): Likewise.
5733         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
5734         (gamegrid-add-score-with-update-game-score-1): Take FILE
5735         as argument.
5736         (gamegrid-add-score-with-update-game-score): Pass that argument.
5737         Rename have-shared-game-dir to gamegrid-shared-game-dir.
5739         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
5741         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
5742         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
5744         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
5745         and insert-file.
5747         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
5748         (sc-ask): Avoid warnings.
5750         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
5751         (eshell-hist-initialize): Use that var the natural way.
5753         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
5755         * emacs-lisp/re-builder.el (reb-cook-regexp):
5756         Avoid warning calling lre-compile-string.
5757         (reb-color-display-p): Avoid warning.
5759         * calculator.el (calculator-last-input): Guard uses
5760         of event-key and key-press-event-p.
5761         (event-key, key-press-event-p): Delete definitions.
5763         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
5764         (find-gc-source-directory, find-gc-subrs-callers)
5765         (find-gc-noreturn-list, find-gc-source-files)
5766         (find-gc-subrs-called): Vars renamed and defvar'd.
5768         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
5769         (checkdoc-overlay-put, checkdoc-delete-overlay)
5770         (checkdoc-overlay-start, checkdoc-overlay-end)
5771         (checkdoc-mode-line-update, checkdoc-char=):
5772         Define such that compiler knows they are defined.
5773         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
5774         (checkdoc-read-event): Delete.  Use read-event directly.
5776         * whitespace.el (whitespace-make-overlay)
5777         (whitespace-overlay-put, whitespace-delete-overlay)
5778         (whitespace-overlay-start, whitespace-overlay-end):
5779         Define such that compiler knows they are defined.
5780         (whitespace): Move conditional inside.
5782         * tempo.el (tempo-insert-template): Suppress warning.
5784         * ediff-diff.el (longlines-mode): Add defvar.
5786 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
5788         * server.el: Bind "C-x #" in a way that works even if C-x is
5789         redefined to a command key, not a prefix key.
5791 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
5793         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
5794         cl-make-type-test till execution time.
5796 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
5798         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
5799         arg ARG and use it.
5801 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
5803         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
5805 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
5807         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
5808         a defcustom with two :set or :type keywords.
5810 2005-07-15  Richard M. Stallman  <rms@gnu.org>
5812         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5813         Don't give ^M comment-end syntax.
5815 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
5817         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
5818         Don't consider gdbmi (gdb-mi.el has its own update functions).
5819         (gdb-var-delete): Make it work for gdbmi as well.
5820         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
5822         * progmodes/gud.el (etags, sdb): Only require etags when needed.
5823         (gud-speedbar-menu-items): Correct logic for enabling items.
5825 2005-07-15  Kim F. Storm  <storm@cua.dk>
5827         * ido.el: Fix commentary.
5828         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
5829         Use with-no-warnings around ffap-guesser.
5830         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
5831         Let bind minibuffer-completing-file-name to t.
5833 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
5835         * startup.el (site-run-file, keyboard-type): Doc fixes.
5836         (command-line): Check for "--basic-display" argument; also for
5837         "--quick", not "--bare-bones" (which was renamed).
5838         (fancy-splash-text): Add missing item "Getting New Versions".
5839         (normal-splash-screen): Fix typos and improve consistency with
5840         `fancy-splash-text'.  Update copyright year.
5842         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
5843         valid binding for `help-char'.
5845         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
5847 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
5849         * term.el (term-mode): Disable cua-mode for term buffers.
5851 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
5853         * add-log.el (add-log-mailing-address, change-log-merge):
5854         Doc fixes.
5855         (change-log-get-method-definition): Fix typo in docstring.
5857 2005-07-14  Kim F. Storm  <storm@cua.dk>
5859         * emulation/cua-base.el:
5860         (cua--pre-command-handler-1, cua--pre-command-handler)
5861         (cua--post-command-handler-1, cua--post-command-handler):
5862         Split in two.  Check (buffer local) value of cua-mode.
5863         (cua-selection-mode): New command.
5865 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5867         * custom.el (custom-initialize-safe-set)
5868         (custom-initialize-safe-default): Doc fixes.
5870         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5871         and simplify :init-value again.
5873         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5874         and simplify :init-value again.  Delete autoload.
5876         * startup.el (command-line): Use `custom-reevaluate-setting' again
5877         for tooltip-mode.
5879         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
5880         a defcustom with two :initialize keywords.
5882 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
5884         * allout.el (my-mark-marker, allout-isearch-prior-pos)
5885         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
5886         (allout-post-command-business, allout-flag-region)
5887         (isearch-reenable-font-lock, allout-yank)
5888         (allout-insert-latex-header, allout-insert-latex-trailer)
5889         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
5890         (allout-latex-verb-quote): Fix typos in docstrings.
5891         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
5892         (allout-unprotected, allout-prefix-data):
5893         Improve argument/docstring consistency.
5894         (allout-chart-subtree): Fix argument spec.
5895         (allout-open-topic): Rename `use_sib_bullet' argument to
5896         `use-sib-bullet'.  Doc fix.
5898         * whitespace.el (whitespace-check-buffer-leading)
5899         (whitespace-check-buffer-trailing)
5900         (whitespace-check-buffer-indent)
5901         (whitespace-check-buffer-spacetab)
5902         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
5903         (whitespace-check-leading-whitespace)
5904         (whitespace-check-trailing-whitespace)
5905         (whitespace-check-spacetab-whitespace)
5906         (whitespace-check-indent-whitespace)
5907         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
5908         (whitespace-modes): Fix typos in docstrings.
5909         (defgroup, defcustom): Doc fixes.
5911         * winner.el (winner-mode, winner-boring-buffers)
5912         (winner-pending-undo-ring): Doc fixes.
5913         (winner-ring): Remove unneeded `progn'.
5914         (winner-equal): `defsubst' it.
5915         (winner-redo): Fix message.
5917 2005-07-13  Kim F. Storm  <storm@cua.dk>
5919         * simple.el (line-move-1): Always use vertical-motion to
5920         do the last (or only) line move to ensure some movement.
5921         Undo 2005-06-23 change--don't check for overlays.
5923 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5925         * term/mac-win.el (ccl-encode-mac-roman-font)
5926         (ccl-encode-mac-centraleurroman-font)
5927         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
5928         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
5929         Change charset-id boundary of dimension to ?\xef.
5930         (mac-char-fontspec-list): New constant.
5931         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
5932         argument.  Nil uses itself as family in font-spec.  Previous
5933         behavior for nil is now provided by non-nil non-string argument.
5934         All callers changed.  Add font-specs for Mac fonts to
5935         "fontset-default" unless iso8859-1 fonts are installed.
5937 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * progmodes/sh-script.el (sh-get-indent-info): Only indent
5940         a continuation line if the \ is preceded by SPC or TAB.
5941         (sh-get-indent-info): Simplify.
5942         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
5943         Use with-current-buffer.
5945         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
5946         when the matched text is empty.
5948 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
5950         * startup.el (command-line): Revert to previous handling of
5951         tooltip-mode.  Explain in comment why the complexity is needed.
5953         * tooltip.el (tooltip-mode): Revert to previous implementation of
5954         its defcustom.
5956         * frame.el (blink-cursor-mode): Revert to previous implementation
5957         of its defcustom.  Update comment.
5959 2005-07-12  Lars Hansen  <larsh@soem.dk>
5961         * desktop.el: Update e-mail address.
5963 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5965         * term/mac-win.el (mac-services-mail-selection)
5966         (mac-services-mail-to): New functions.
5967         (mac-application-menu-map): Bind them.
5969 2005-07-12  wulei <milton@wulei.net>  (tiny change)
5971         * progmodes/gdb-ui.el: Add note about buffering with Windows.
5973 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
5975         * custom.el (custom-reevaluate-setting): Doc fix.
5977 2005-07-11  Jay Belanger  <belanger@truman.edu>
5979         * calc/calc.el (calc-embedded-announce-formula-alist)
5980         (calc-embedded-open-close-plain-alist)
5981         (calc-embedded-open-close-mode-alist): Add checks for additional
5982         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
5984 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
5986         * custom.el (custom-enable-theme): Don't add theme to
5987         `custom-enabled-themes' with `push' because there is no
5988         setf-method for `delq'.
5990 2005-07-11  Richard M. Stallman  <rms@gnu.org>
5992         * custom.el (custom-declare-variable): Doc fix.
5994         * dired-aux.el (dired-compare-directories): Remove "." and ".."
5995         from the alists.
5997         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
5998         Do nothing if edebug-active.
6000         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6001         (edebug-display): Do it here instead.
6003 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6005         * cus-face.el (custom-theme-set-faces): Make it work.
6006         (custom-reset-faces): Doc fix.
6007         (custom-theme-reset-internal-face, custom-theme-face-value):
6008         Functions deleted.
6010         * custom.el (custom-push-theme): Maintain list of the settings
6011         of a given theme in its theme-settings property.
6012         Maintain position of old settings in the theme-value
6013         or theme-face property.
6014         (custom-enabled-themes): New variable.
6015         (custom-theme-enabled-p): New function.
6016         (provide-theme): Update custom-enabled-themes.
6017         Disable and reenable the `user' theme.
6018         (require-theme): Doc fix.
6019         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6020         (custom-theme-value, custom-theme-variable-value): Likewise.
6021         (custom-theme-reset-internal): Likewise.
6022         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6023         (custom-enable-theme, custom-disable-theme): New functions.
6024         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6025         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6026         (custom-theme-reset-variables): Simplify.
6027         (deftheme, custom-declare-theme, custom-make-theme-feature):
6028         Definitions moved.
6030 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6032         * longlines.el (longlines-show-region)
6033         (longlines-unshow-hard-newlines): Recognize hard newlines by
6034         non-nil hard property, instead of t.
6036 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6038         * viper-cmd.el (viper--key-maps): New variable.
6039         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6040         emulation-mode-map-alists.
6041         (viper-envelop-ESC-key): Use viper-subseq.
6042         (viper-search-forward/backward/next): Disable debug-on-error.
6044         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6045         (viper-ESC-key): New defcustoms.
6047         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6049         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6050         (viper-subseq): Copy of subseq from cl.el.
6052         * viper.el (viper-go-away, viper-set-hooks): Use
6053         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6055         * viper-mous.el (viper-current-frame-saved): Use defvar.
6057         * viper-init.el: Get rid of -face in face names.
6059         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6060         Make it work with longlines mode
6062         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6064         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6066         * ediff-init.el: Get rid of -face in face names.
6068 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6070         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6071         and with-timeout-unsuspend.
6073         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6074         and with-timeout-unsuspend.
6076         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6077         (with-timeout): Bind that variable to record timers.
6078         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6080         * emacs-lisp/debug.el (debug-help-follow): New function.
6081         (debugger-mode-map): Use that instead of help-follow.
6082         (debugger-setup-buffer): Use eval-buffer-list
6083         to handle eval-buffer frames.
6085 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6087         * timezone.el (timezone-parse-date): Change first regexp
6088         so it will not mistakenly match dates with no time zone.
6090 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6092         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6094 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6096         * custom.el (custom-initialize-safe-set)
6097         (custom-initialize-safe-default): New functions.
6099         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6100         and simplify :init-value.
6102         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6103         and simplify :init-value.  Delete obsolete comment.
6105         * startup.el (command-line): Use `custom-reevaluate-setting' to
6106         handle `tooltip-mode'.  Delete obsolete comment.
6108         * files.el (set-visited-file-name): Avoid calling
6109         `file-name-nondirectory' with a nil argument.
6111 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6113         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6114         was called with nil for the buffer, handle the read position right.
6115         Handle read position for eval-region, too.
6117 2005-07-09  Juri Linkov  <juri@jurta.org>
6119         * fringe.el (fringe-mode): Add period in docstring.
6120         (fringe-query-style): Build prompt depending on `all-frames' arg.
6122         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6123         to not create links to unrelated functions in the Help buffer.
6125         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6126         Doc fix.
6128         * simple.el (next-error-hook): New variable.
6129         (next-error): Use it.  Doc fix.
6131         * textmodes/ispell.el (ispell-command-loop): Add current
6132         dictionary name and program name to mode-line-format.
6133         (ispell-region, ispell-process-line): Add current dictionary name
6134         and program name to messages.
6136 2005-07-08  Jay Belanger  <belanger@truman.edu>
6138         * calc/calc.el (calc-embedded-announce-formula-alist)
6139         (calc-embedded-open-close-formula-alist)
6140         (calc-embedded-open-close-word-alist)
6141         (calc-embedded-open-close-plain-alist)
6142         (calc-embedded-open-close-new-formula-alist)
6143         (calc-embedded-open-close-mode-alist)
6144         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6145         (calc-embedded-mode-hook): New variables.
6147         * calc/calc-embed.el (calc-embedded-firsttime)
6148         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6149         New variables.
6150         (calc-do-embedded): Use calc-embedded-firsttime,
6151         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6152         determine whether or not to run hooks.
6153         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6154         calc-embedded-firsttime-formula appropriately.
6155         Set calc-embedded delimiter variables according to mode.
6157 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6159         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6160         Check for "emacs", etc., as entire symbol, not just as word.
6161         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6163         * files.el (set-visited-file-name): Report the error
6164         for "empty filename" earlier.
6165         (kill-some-buffers): Ignore buffers already dead.
6167         * fringe.el (fringe-mode): Doc fix.
6169         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6170         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6171         Use unwind-protect to ensure byte-compile-unresolved-functions
6172         is updated.
6174         * whitespace.el (whitespace-buffer-leading-cleanup):
6175         Simplify w/ skip-chars-forward.
6176         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6178         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6179         Unconditionally try to leave point at the same old place.
6181 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6183         * comint.el (comint-postoutput-scroll-to-bottom)
6184         (comint-show-maximum-output): Take scroll-margin into consideration.
6186 2005-07-08  Kim F. Storm  <storm@cua.dk>
6188         * ido.el (ido-use-filename-at-point): New choice `guess'.
6189         (ido-file-internal): Try ffap-guesser if selected.
6191         * ido.el (ido-before-fallback-functions): New hook.
6192         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6193         (ido-read-file-name): Run it.
6195 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6198         strings rather than a list of symbols to the completion function.
6200 2005-07-07  Jay Belanger  <belanger@truman.edu>
6202         * calc/calc-units.el (math-apply-units): Change the places in
6203         which units are simplified.
6205 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6207         * cus-edit.el (customize-option, customize-option-other-window):
6208         Make them handle aliases.
6210         * custom.el (custom-variable-p): Make it recursively follow
6211         aliases.  Mention that in the docstring.
6213 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6215         * cus-start.el (exec-path): Use `directory' instead of `file'.
6216         Fix tag for nil.
6218 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6220         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6221         when called non-interactively.  Doc fix.
6223 2005-07-07  Lute Kamstra  <lute@gnu.org>
6225         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6226         new address as well.
6228 2005-07-07  Kenichi Handa  <handa@m17n.org>
6230         * international/mule.el (make-coding-system):
6231         Describe `ascii-incompatible' property in the docstring.
6232         (set-file-name-coding-system): Signal an error if coding-system is
6233         ascii-incompatible.
6234         (set-keyboard-coding-system): Likewise.
6236         * international/mule-cmds.el (set-default-coding-systems):
6237         Don't set default-file-name-coding-system and
6238         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6240         * international/utf-16.el: Declare that all UTF-16-based coding
6241         systems are ASCII-incompatible.
6243 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6245         * progmodes/gud.el: Require font-lock for displaying errors.
6246         Used by gdb-ui.el.
6248 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6250         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6251         values for the pattern lists which are `read'able but not
6252         `append'able (like symbols).
6254 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6256         * progmodes/flymake.el (flymake-float-time): Instead of
6257         with-no-warnings, test for xemacs.
6258         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6259         to avoid warning.
6261 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6263         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6265 2005-07-05  Lute Kamstra  <lute@gnu.org>
6267         * battery.el: Add support for Darwin (with much debugging help
6268         from Samuel Lauber <sam124@operamail.com>).
6269         (battery-status-function, battery-echo-area-format)
6270         (battery-mode-line-format): Add support for pmset on Darwin.
6271         (battery-load-low, battery-load-critical): New user options.
6272         (battery-pmset): New function.
6274 2005-07-05  Lute Kamstra  <lute@gnu.org>
6276         Update FSF's address in GPL notices.
6278         * textmodes/page-ext.el: Update FSF's address.
6280 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6283         filling from using prefix when filling a single-line docstring.
6285         * progmodes/flymake.el: Remove useless eval-when-compile.
6287         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6289 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6291         * textmodes/org.el (org-file-apps-defaults-gnu):
6292         Rename from org-file-apps-defaults-linux.
6293         (org-default-apps): Don't test system-type for `linux'.
6294         (org-file-apps): Doc fix.
6296 2005-07-04  David Ponce  <david@dponce.com>
6298         * tree-widget.el: Improve header Commentary section.
6299         (tree-widget) [defgroup]
6300         (tree-widget-image-enable, tree-widget-themes-directory)
6301         (tree-widget-theme, tree-widget-image-properties-emacs)
6302         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6303         (tree-widget-image-formats, tree-widget-control)
6304         (tree-widget-empty-control, tree-widget-leaf-control
6305         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6306         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6307         (tree-widget-keep, tree-widget-after-toggle-functions)
6308         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6309         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6310         :help-echo message.
6311         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6312         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6313         (tree-widget--cursors): New constant.
6314         (tree-widget-lookup-image): New function split from
6315         `tree-widget-find-image'.  Clearer implementation.
6316         (tree-widget-find-image): Use it.
6317         (tree-widget-button-keymap): Use `set-keymap-parent'.
6318         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6319         Define the sub-widgets here.
6320         (tree-widget-node): Check that :node is not a tree-widget.
6321         (tree-widget-get-super, tree-widget-open-control)
6322         (tree-widget-close-control, tree-widget-empty-control)
6323         (tree-widget-leaf-control, tree-widget-guide)
6324         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6325         (tree-widget-no-handle, tree-widget-value-delete)
6326         (tree-widget-map): Remove.
6327         (tree-widget-children-value-save): Doc fix.  Simplified.
6328         (tree-widget-value-create): Update according to previous changes.
6330 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6332         * textmodes/org.el: Leading space replaced by TABS.
6333         (org-recalc-marks, org-table-rotate-recalc-marks)
6334         (org-table-get-specials): Treat "^" and "_" marks.
6335         (org-table-justify-field-maybe): Optional argument NEW.
6336         (org-table-eval-formula): Parsing of the format simplified.
6337         New modes C,I.  Honor the %= parameter in the current table.
6338         Avoid unnecessary re-align by using the NEW argument to
6339         `org-table-justify-field-maybe'.
6340         (org-calc-default-modes): Default for date-format mimicks org-mode.
6341         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6343 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6345         * cus-face.el (custom-theme-set-faces): Make it handle face
6346         aliases whose alias declarations are pre- or autoloaded.
6348 2005-07-04  Juri Linkov  <juri@jurta.org>
6350         * faces.el (read-face-name): Put the code for getting a face name
6351         from the buffer before adding the faces from the `face' property.
6352         Use `completing-read-multiple' instead of `completing-read'.
6353         Require `crm'.  Add default value and post-process the returned
6354         list of faces.
6356         * emacs-lisp/crm.el (crm-find-current-element)
6357         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6359         * emacs-lisp/lisp-mode.el (eval-defun-1):
6360         * emacs-lisp/edebug.el (edebug-eval-defun):
6361         Remove unnecessary quotes.
6363 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6365         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6366         (prolog-indent-level): Fix typo in docstring.
6368         * info.el (Info-history, Info-history-forward)
6369         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6371         * add-log.el (add-change-log-entry):
6372         * comint.el (comint-dynamic-list-input-ring)
6373         (comint-dynamic-list-completions):
6374         * dabbrev.el (dabbrev-expand):
6375         * delim-col.el (delimit-columns-rectangle-line):
6376         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6377         (diff-unified->context):
6378         * ediff-init.el (ediff-abbrev-jobname):
6379         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6380         (ediff-replace-session-activity-marker-in-meta-buffer):
6381         * info.el (Info-summary):
6382         * lpr.el (printify-region):
6383         * printing.el (pr-create-interface):
6384         * ps-print.el (ps-print-quote):
6385         * ses.el (ses-column-widths, ses-print-cell)
6386         (ses-adjust-print-width, ses-center):
6387         * shell.el (shell-file-name-quote-list):
6388         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6389         (strokes-fill-current-buffer-with-whitespace)
6390         (strokes-xpm-for-stroke, strokes-list-strokes)
6391         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6392         * term.el (term-dynamic-list-input-ring)
6393         (term-dynamic-list-completions):
6394         * calc/calc.el (math-format-stack-value):
6395         * emacs-lisp/edebug.el (edebug-display-freq-count):
6396         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6397         (delphi-new-comment-line):
6398         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6399         * progmodes/executable.el (executable-set-magic):
6400         * progmodes/python.el (inferior-python-mode):
6401         * progmodes/scheme.el (scheme-mode-syntax-table):
6402         * progmodes/sh-script.el (sh-maybe-here-document):
6403         * progmodes/sql.el (sql-copy-column):
6404         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6405         * textmodes/bibtex.el (bibtex-mode):
6406         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6407         (sgml-auto-attributes):
6408         * textmodes/table.el (table-insert, table-shorten-cell)
6409         (table--generate-source-scan-lines, table-delete-row)
6410         (*table--cell-delete-char, table--spacify-frame)
6411         (table--horizontally-shift-above-and-below)
6412         (table--cell-insert-char, table--cell-blank-str)
6413         (table--fill-region-strictly):
6414         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6415         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6417         * add-log.el (change-log):
6418         * apropos.el (apropos):
6419         * comint.el (comint-completion, comint-source):
6420         * dabbrev.el (dabbrev):
6421         * delim-col.el (columns):
6422         * diff-mode.el (diff-mode):
6423         * ediff.el (ediff):
6424         * ediff-diff.el (ediff-diff):
6425         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6426         * ediff-mult.el (ediff-mult):
6427         * ediff-ptch.el (ediff-ptch):
6428         * ediff-wind.el (ediff-window):
6429         * facemenu.el (facemenu):
6430         * indent.el (indent):
6431         * info.el (info):
6432         * jka-cmpr-hook.el (compression, jka-compr):
6433         * lpr.el (lpr):
6434         * outline.el (outlines):
6435         * pcmpl-cvs.el (pcmpl-cvs):
6436         * pcmpl-rpm.el (pcmpl-rpm):
6437         * printing.el (printing):
6438         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6439         (ps-print-vertical, ps-print-headers, ps-print-font)
6440         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6441         (ps-print-background, ps-print-printer, ps-print-page)
6442         (ps-print-miscellany):
6443         * ses.el (ses):
6444         * shell.el (shell, shell-directories, shell-faces):
6445         * startup.el (initialization):
6446         * strokes.el (strokes):
6447         * term.el (term):
6448         * uniquify.el (uniquify):
6449         * w32-vars.el (w32):
6450         * calc/calc.el (calc):
6451         * emacs-lisp/bytecomp.el (bytecomp):
6452         * emacs-lisp/cl-indent.el (lisp-indent):
6453         * emacs-lisp/edebug.el (edebug):
6454         * emacs-lisp/elp.el (elp):
6455         * emacs-lisp/testcover.el (testcover):
6456         * emacs-lisp/trace.el (trace):
6457         * emulation/viper-ex.el (viper-ex):
6458         * emulation/viper-mous.el (viper-mouse):
6459         * mail/mailalias.el (mailalias):
6460         * mail/supercite.el (supercite, supercite-frames)
6461         (supercite-attr, supercite-cite, supercite-hooks):
6462         * net/rcompile.el (remote-compile):
6463         * net/rlogin.el (rlogin):
6464         * obsolete/ooutline.el (outlines):
6465         * progmodes/delphi.el (delphi):
6466         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6467         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6468         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6469         (ebnf-optimization):
6470         * progmodes/etags.el (etags):
6471         * progmodes/executable.el (executable):
6472         * progmodes/idlwave.el (idlwave):
6473         * progmodes/pascal.el (pascal):
6474         * progmodes/prolog.el (prolog):
6475         * progmodes/python.el (python):
6476         * progmodes/scheme.el (scheme):
6477         * progmodes/sh-script.el (sh, sh-script):
6478         * progmodes/sql.el (SQL):
6479         * progmodes/tcl.el (tcl):
6480         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6481         * textmodes/enriched.el (enriched):
6482         * textmodes/makeinfo.el (makeinfo):
6483         * textmodes/sgml-mode.el (sgml):
6484         * textmodes/table.el (table-hooks):
6485         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6486         * textmodes/texinfo.el (texinfo):
6487         * textmodes/two-column.el (two-column):
6488         Finish `defgroup' description with period.
6490         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6491         * eshell/esh-var.el (eshell-var):
6492         * progmodes/vhdl-mode.el (vhdl-testbench):
6493         * textmodes/org.el (org): Fix typos in docstrings.
6495         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6496         consistency.
6498         * progmodes/flymake.el (flymake-find-file): Remove.
6499         (flymake-float-time): Use `with-no-warnings'.
6500         (flymake-check-start-time, flymake-check-was-interrupted)
6501         (flymake-err-info, flymake-is-running, flymake-last-change-time)
6502         (flymake-new-err-info): `defvar' at compile time.
6504 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
6506         * replace.el (occur-hook): Doc fix.
6507         (occur-1): Don't call `occur-hook' if there are no matches.
6509 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6511         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6512         global-map, save the same map.
6513         (global-map): Don't alter it at top level.
6514         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6515         Then alter it here instead.
6516         (tpu-edt-off): Set global-map to the saved one.
6518         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6519         All references simplified.
6520         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
6521         (zmacs-regions): Add defvar.
6522         (repeat-complex-command-map): Everything about that deleted.
6524         * textmodes/artist.el (artist-key-is-drawing)
6525         (artist-key-endpoint1, artist-key-poly-point-list)
6526         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6527         (artist-key-compl-table, artist-rb-save-data)
6528         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6529         Don't put them in eval-when-compile.
6530         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6532         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6533         Use with-no-warnings.
6535         * net/browse-url.el (dos-windows-version): Add defvar.
6537         * mail/supercite.el (filladapt-prefix-table): Add defvar.
6539         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6540         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6541         (rmail-new-summary-line-count): Rename from new-summary-line-count.
6542         Add defvar.
6543         (rmail-summary-beginning-of-message): Use with-no-warnings.
6544         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6546         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6547         Use with-no-warnings.
6549         * emulation/vi.el (vi-mark-region): Use c-mark-function.
6550         (c-mark-function): Add point-moving-unit property.
6551         (vi-goto-line): Use with-no-warnings.
6553         * emulation/edt.el (edt-last-copied-word): Add defvar.
6554         (zmacs-region-stays): Likewise.
6555         (edt-mark-section-wisely): Use c-mark-function for C.
6556         Use makr-defun for Fortran.
6557         (time-string): defvar deleted.
6558         (edt-display-the-time): Don't set time-string.
6560         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6562         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6563         Don't warn when name is not constant
6564         or for defining the group `emacs'.
6566         * tooltip.el (gud-tooltip-mode): Add defvar.
6568         * startup.el (default-frame-background-mode): Add defvar.
6570         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6572         * info.el (tool-bar-map): Add defvar.
6574         * dired.el (dnd-protocol-alist): Add defvar.
6576         * dired-aux.el (dired-query): Display question with answer, when
6577         the user answers.
6579         * custom.el (custom-add-option): Doc fix.
6581         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6583 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
6585         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6586         bogus name from the last change.
6588 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
6590         * custom.el (custom-declare-variable): Fix typos in comment.
6591         (custom-known-themes): Doc fix.
6592         (custom-theme-directory): New defcustom.
6593         (require-theme): Make it check `custom-theme-directory'.
6595         * cus-theme.el (custom-new-theme-mode): New function.
6596         (custom-theme-name, custom-theme-variables, custom-theme-faces)
6597         (custom-theme-description): Add compiler defvars.
6598         (customize-create-theme): Add doc to the "*New Custom Theme*"
6599         buffer.  Use `custom-new-theme-mode'.
6600         (custom-theme-write): Put the created buffer in emacs-lisp-mode
6601         and save it to the `custom-theme-directory'.  Make this the
6602         default directory of the buffer.
6604 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
6606         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6607         Fix unbalanced parentheses.
6609 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6612         into flymake-mode and delegate to flymake-mode.
6614         * find-file.el (ff-which-function-are-we-in): Clean up.
6616 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
6618         * replace.el (occur-rename-buffer): Fix docstring.
6620         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6621         (edt-last-copied-word, edt-learn-macro-count)
6622         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6623         (edt-rect-start-point, edt-user-global-map, rect-start-point)
6624         (time-string, zmacs-region-stays):
6625         * emulation/edt-mapper.el (edt-save-function-key-map)
6626         (EDT-key-name): `defvar' to silence the byte-compiler.
6628 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6630         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6631         font-lock-regexp-backslash.  Doc fix.
6632         (font-lock-regexp-backslash-grouping-construct): Rename from
6633         font-lock-regexp-backslash-construct.  Doc fix.
6634         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6635         grouping constructs.
6637 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
6639         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
6640         updating all the prerequisites.
6642 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
6644         * textmodes/org.el (org-agenda-start-on-weekday)
6645         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
6646         (org-agenda-use-time-grid, org-archive-location)
6647         (org-allow-space-in-links, org-usenet-links-prefer-google)
6648         (org-enable-table-editor, org-export-default-language)
6649         (org-export-html-show-new-buffer, org-fill-paragraph)
6650         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
6651         (org-goto-quit, org-occur, org-eval-in-calendar)
6652         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
6653         (org-agenda-diary-entry, org-remember-help)
6654         (org-table-convert-region, org-at-table-p)
6655         (org-table-move-row-down, org-table-move-row-up)
6656         (org-table-copy-region, org-table-toggle-vline-visibility)
6657         (org-table-get-stored-formulas, org-table-get-specials)
6658         (org-recalc-commands, org-table-eval-formula)
6659         (org-table-formula-substitute-names, orgtbl-make-binding)
6660         (org-format-org-table-html, org-format-table-table-html)
6661         (org-format-table-table-html-using-table-generate-source)
6662         (org-customize): Fix typos in docstrings.
6663         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
6664         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
6665         (org-back-to-heading): Doc fixes.
6666         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
6667         (org-agenda-change-all-lines, org-get-header):
6668         Improve argument/docstring consistency.
6669         (orgtbl-error): Fix error message.
6671         * progmodes/flymake.el (flymake-find-possible-master-files)
6672         (flymake-master-file-compare, flymake-get-line-err-count)
6673         (flymake-highlight-line, flymake-gui-warnings-enabled):
6674         Fix typos in docstrings.
6675         (flymake-parse-line, flymake-get-project-include-dirs-function)
6676         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
6677         Doc fixes.
6678         (flymake-get-project-include-dirs-function)
6679         (flymake-make-err-menu-data):
6680         Improve argument/docstring consistency.
6682 2005-07-01  Lute Kamstra  <lute@gnu.org>
6684         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
6685         Catch errors with ignore-errors.  Use temporary buffer.
6686         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
6688         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
6689         background color faces.
6690         (facemenu-set-foreground, facemenu-set-background):
6691         Use facemenu-set-face-from-menu.
6692         (facemenu-set-face-from-menu): Treat face names that start with
6693         "fg:" or "bg:" as special.
6694         (facemenu-add-new-color): Don't create faces.  Simplify.
6696 2005-06-30  Richard M. Stallman  <rms@gnu.org>
6698         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
6699         (crm-find-current-element): Likewise.
6701 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6703         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
6705 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * arc-mode.el (archive-extract): Make it work as a mouse binding.
6708         (archive-mouse-extract): Make it an obsolete alias.
6709         (archive-mode-map): Don't use archive-mouse-extract any more.
6710         (archive-mode, archive-extract): write-contents-hooks ->
6711         write-contents-functions.
6712         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
6713         first arg.
6714         (archive-rename-entry): Update the call.
6715         (archive-zip-summarize): Remove unused var `method'.
6716         (archive-lzh-summarize): Remove unused var `creator'.
6718         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
6719         dedicated frame upon exit.
6721         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
6722         (archive-zip-extract, archive-zip-expunge)
6723         (archive-zip-update, archive-zip-update-case): Use executable-find.
6724         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
6725         Use restore-buffer-modified-p.
6726         (archive-extract, archive-add-new-member, archive-write-file-member):
6727         Use with-current-buffer.
6728         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
6730 2005-06-30  Andreas Schwab  <schwab@suse.de>
6732         * progmodes/gud.el (gud-filter): Remove unneeded progn.
6734 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6736         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
6738 2005-06-30  Juri Linkov  <juri@jurta.org>
6740         * faces.el (vertical-border): Inherit from mode-line-inactive
6741         only on tty.
6743 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
6745         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
6746         example, -NLINES in the `occur' docstring).
6748         * replace.el (occur-1): When no matches are found, do not set the
6749         `buffer-read-only' and modified flags for the occur buffer,
6750         because it is deleted.
6752         * emulation/cua-base.el (cua-check-pending-input)
6753         (cua-repeat-replace-region, cua-mode, cua-debug)
6754         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
6755         Fix typos in docstrings.
6757         * emulation/cua-gmrk.el (cua-toggle-global-mark)
6758         (cua-cut-region-to-global-mark)
6759         (cua--cut-rectangle-to-global-mark):
6760         Remove period from end of messages.
6762         * emulation/cua-rect.el (cua-do-rectangle-padding):
6763         Remove period from end of messages.
6764         (cua--rectangle-seq-format): Fix typo in docstring.
6765         (cua-sequence-rectangle, cua-fill-char-rectangle):
6766         Improve argument/docstring consistency.
6768 2005-06-29  Juri Linkov  <juri@jurta.org>
6770         * faces.el (default-frame-background-mode): New internal variable.
6771         (frame-set-background-mode): Use it.
6773         * startup.el (normal-top-level): Set default-frame-background-mode
6774         instead of frame-background-mode.  Before setting it, test for its
6775         nil value.  Remove tests for frame-background-mode and frame
6776         parameter `reverse'.  Add test for "unspecified-fg".
6778         * term/xterm.el (xterm-rxvt-set-background-mode):
6779         * term/rxvt.el (rxvt-set-background-mode):
6780         Set default-frame-background-mode instead of frame-background-mode.
6782 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6784         * simple.el (set-variable): Warn about obsolete user variables.
6786         * imenu.el (imenu--completion-buffer):
6787         * mouse.el (mouse-buffer-menu-alist):
6788         * msb.el (msb-invisible-buffer-p):
6789         * calendar/diary-lib.el (diary-header-line-format):
6790         * emacs-lisp/pp.el (pp-buffer):
6791         * progmodes/cperl-mode.el (cperl-do-auto-fill):
6792         * textmodes/picture.el (picture-replace-match):
6793         Change space constants followed by a sexp to "?\s ".
6795         * play/decipher.el (decipher-loop-with-breaks):
6796         * textmodes/texinfo.el (texinfo-insert-@item): Change space
6797         constants "protected" from end of line by a comment to "?\s".
6799 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6801         * font-lock.el (save-buffer-state): Use `declare'.
6803         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
6804         reset the syntax-table to cperl-mode-syntax-table.
6805         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
6806         "foo_print_bar" is not matched as a reserved keyword.
6808 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
6810         * textmodes/org.el (orgtbl-setup): New function, for delayed
6811         setup for the orgtbl commands.
6812         (org-calc-default-modes): New option.
6813         (orgtbl-make-binding): Use `defun' to get better help display.
6814         (org-diary): Call `org-compile-prefix-format'.
6815         (org-table-formula-substitute-names): New function.
6816         (org-agenda-day-view, org-agenda-week-view): New commands.
6817         (org-agenda-toggle-week-view): Command removed.
6818         (org-tbl-menu): Split off from org-org-menu.
6819         (org-mode): Move removal of outline-mode menus to here.
6820         (org-table-formula-debug): New option.
6821         (org-table-insert-row): Keep first field if just "#" or "*".
6822         (org-mode): Paragraph regexps fixed.
6823         (org-table-recalculate-regexp): New constant.
6824         (org-table-justify-field-maybe): Avoid replace if not necessary.
6825         (org-copy-special, org-cut-special): Use `call-interactively'.
6826         (org-table-copy-region): Take region from `interactive' call.
6827         (org-trim): Return string even if no match.
6828         (org-formula): New face.
6829         (org-set-font-lock-defaults): No longer highlight "FIXME".
6830         But highlight formula-related fields in table.
6831         (org-table-p): Use regexp, not fontification.
6832         (org-table-align): Handle white space at end of line.
6833         (org-table-formula-evaluate-inline): New option.
6834         (org-mode): Auto-wrapping in comment lines turned off.
6835         (org-table-copy-down): Evaluate only in copied field, not in
6836         destination.
6837         (org-table-current-formula): Variable removed.
6838         (org-table-store-formulas, org-table-get-stored-formulas)
6839         (org-table-modify-formulas, org-table-replace-in-formulas)
6840         (org-table-maybe-eval-formula): New functions.
6841         (org-table-get-formula): Modify to use stored formulas.
6842         (org-table-insert-column, org-table-delete-column)
6843         (org-table-move-column): Call `org-table-modify-formulas'.
6844         (org-complete): Add completion for keyword formulas.
6845         (orgtbl-mode): Pull orgtbl-mode-map to start of
6846         minor-mode-map-alist.
6848 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6850         * progmodes/python.el (python-check): Require `compile' before
6851         modifying its variables.
6853         * newcomment.el (comment-indent-default): Don't get fooled by an early
6854         end of buffer.
6856 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6858         * ps-print.el (ps-print-version): Fix version number.
6860 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
6862         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
6864 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6866         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
6867         (flyspell-local-mouse-map): Declaration deleted.
6868         (flyspell-mouse-map): Bind only mouse-2.
6869         (flyspell-mode-map): Don't test flyspell-use-local-map.
6870         (flyspell-overlay-keymap-property-name): Var deleted.
6871         (flyspell-mode-on): Don't make local bindings for
6872         flyspell-mouse-map and flyspell-mode-map.
6873         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
6875         * textmodes/ispell.el (ispell-word): Do not ignore short words.
6877         * progmodes/compile.el (compilation-next-error-function):
6878         Don't switch buffers; operate on the current buffer.
6880         * progmodes/compile.el (compilation-error-file-name)
6881         (compilation-warning-file-name, compilation-info-file-name)
6882         (compilation-line-number, compilation-column-number): New faces.
6883         (compilation-error-face, compilation-warning-face)
6884         (compilation-info-face, compilation-line-face)
6885         (compilation-column-face): Use them.
6887         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
6889         * comint.el (comint-password-prompt-regexp): Accept ", try again".
6891         * bindings.el (global-map): Bind insertchar and its variants.
6893 2005-06-27  Richard M. Stallman  <rms@gnu.org>
6895         * textmodes/artist.el (artist-text-overwrite)
6896         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
6898 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6900         * ps-print.el: It was not working the page selection for printing.
6901         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
6902         (ps-print-version): New version 6.6.7.
6903         (ps-end-sheet): New fun.
6904         (ps-header-sheet, ps-end-job): Call it.
6906 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6908         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
6910 2005-06-27  Lute Kamstra  <lute@gnu.org>
6912         * facemenu.el (facemenu-unlisted-faces): Add foreground and
6913         background color faces.
6914         (facemenu-get-face): Delete function.
6915         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
6916         (facemenu-add-new-color): Make second argument mandatory.
6917         Create the appropriate face and return it.  Simplify.
6918         (facemenu-set-foreground, facemenu-set-background): Don't check if
6919         color is defined.  Use return value of facemenu-add-new-color.
6921 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
6923         * progmodes/gud.el (gud-filter): Add missing argument to
6924         with-selected-window.
6926 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
6929         a :require to the defcustom.
6931         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
6932         defcustoms corresponding to minor modes.
6934 2005-06-26  David Ponce  <david@dponce.com>
6936         * recentf.el: Require tree-widget instead of wid-edit.
6937         (recentf-filename-handler): Fix widget :type.
6938         (recentf-cancel-dialog, recentf-open-more-files)
6939         (recentf-open-files-action): Doc fix.
6940         (recentf-dialog-goto-first): New function.
6941         (recentf-dialog-mode-map): Set parent keymap first.
6942         (recentf-dialog-mode): Define with define-derived-mode.
6943         Don't display continuation lines in dialogs.
6944         (recentf-edit-list): Rename from recentf-edit-selected-items.
6945         (recentf-edit-list-select): Rename from recentf-edit-list-action.
6946         Simplify.
6947         (recentf-edit-list-validate): New function.
6948         (recentf-edit-list): Update accordingly.
6949         (recentf-open-files-item-shift): Remove.
6950         (recentf-open-files-item): Convert menu elements into tree and
6951         link widgets.  Don't create the widgets.
6952         (recentf-open-files): Update accordingly.
6953         (recentf-save-list): Untabify.
6955 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6957         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
6958         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
6959         partially contained in the active region.  Do not take active
6960         region into account when called from Lisp, unless INTERACTIVE arg
6961         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
6962         avoid trouble with fields.  Make marker point nowhere when no
6963         longer used.  Always return nil.  Doc fix.
6964         (flush-lines): Add INTERACTIVE arg.  Do not take active region
6965         into account when called from Lisp, unless INTERACTIVE arg is
6966         non-nil.  Use `forward-line' instead of `beginning-of-line' to
6967         avoid trouble with fields.  Make marker point nowhere when no
6968         longer used.  Always return nil.  Doc fix.
6969         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
6970         interchangeable.  Do not take active region into account when
6971         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
6972         message in echo area when called from Lisp, unless INTERACTIVE arg
6973         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
6974         Return the number of matches.  Doc fix.
6975         (occur): Doc fix.
6976         (perform-replace): Make comment follow double space convention for
6977         the sake of `outline-minor-mode'.
6979         * faces.el (facep): Doc fix.
6981 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6983         * facemenu.el (facemenu-enable-faces-p): New function.
6984         (facemenu-background-menu, facemenu-foreground-menu)
6985         (facemenu-face-menu): Add menu-enable property.
6987         * jka-compr.el (jka-compr-insert-file-contents):
6988         Special handling if cannot find the uncompression program.
6990         * cus-face.el (custom-face-attributes): Add autoload.
6992         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6993         Bind comment-indent-function locally.
6995         * window.el (save-selected-window): Use save-current-buffer.
6997         * subr.el (with-selected-window): Use save-current-buffer.
6999         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7000         and with-current-buffer.
7002 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7004         * simple.el (line-move-1): Fix previous change.
7006 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7008         * replace.el (occur-1): Set `buffer-read-only' and the
7009         buffer-modified flag before running `occur-hook' to protect
7010         against unintentional buffer switches that can lead to data loss.
7012 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7014         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7015         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7016         initial error.
7018         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7019         after fresh input.
7020         (gdb-var-create-handler): Put name of expression in quotes.
7022 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7024         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7025         elements of RING in order, and without bogus nil elements.
7027 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7029         * simple.el (set-variable): Args renamed; doc fix.
7030         (line-move-1): When there are overlays around, use vertical-motion.
7032         * faces.el (escape-glyph): Use brown against light background.
7033         (nobreak-space): Rename from no-break-space.
7034         Fix previous change.
7036         * dired-aux.el (dired-do-copy): Fix arg prompt.
7038         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7040 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7042         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7043         rather than "Distributor".
7045 2005-06-23  Lute Kamstra  <lute@gnu.org>
7047         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7048         (debug-on-entry): Use it.  New interactive declaration that uses
7049         function-called-at-point.
7051 2005-06-23  Kim F. Storm  <storm@cua.dk>
7053         * subr.el (save-match-data): Add comment about using evaporate arg
7054         to set-match-data.
7056 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7058         * cus-edit.el (customize-face)
7059         (customize-face-other-window): Handle face aliases.
7061         * faces.el (face-documentation, set-face-attribute)
7062         (face-spec-set): Handle face aliases.
7064 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7066         * help-mode.el (help-make-xrefs): If a symbol representing a face
7067         name is not followed by the word "face", it could still be a
7068         function or variable name, so don't bypass other checks.
7070 2005-06-22  Juri Linkov  <juri@jurta.org>
7072         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7073         Replace aliased functions with calls where second arg `inherit' is t.
7075 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7077         * progmodes/gdb-ui.el (gdb-error): New variable.
7078         (gdb-error): New function.
7079         (gdb-annotation-rules): Act on error-begin and error annotations.
7080         (gdb-concat-output): Use font-lock-warning-face for errors.
7082 2005-06-22  Miles Bader  <miles@gnu.org>
7084         * bindings.el (propertized-buffer-identification): Use renamed
7085         `Buffer-menu-buffer' face.
7087         * faces.el (vertical-border): Rename from `vertical-divider'.
7088         (escape-glyph): Change dark-background color back to `cyan'.
7090 2005-06-21  Juri Linkov  <juri@jurta.org>
7092         * faces.el (face-user-default-spec): Try getting `customized-face'
7093         prior to `saved-face'.
7094         (frame-background-mode): Refill docstring.
7096         * emacs-lisp/lisp-mode.el (eval-defun-1):
7097         * emacs-lisp/edebug.el (edebug-eval-defun):
7098         Set `saved-face' temporarily to nil before calling form.
7099         Set `customized-face' to the new spec after that.
7101 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7103         * subr.el (1value, lambda, key-substitution-in-progress):
7104         Doc fixes.
7106         * autoinsert.el (auto-insert-alist):
7107         * ses.el (ses-call-printer):
7108         * subr.el (noreturn):
7109         * emacs-lisp/lisp.el (check-parens):
7110         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7111         * net/browse-url.el (browse-url-mosaic):
7112         * progmodes/cc-defs.el (c-safe-scan-lists):
7113         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7114         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7115         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7116         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7117         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7118         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7120 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7122         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7124 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7126         * calendar/appt.el (appt-make-list): Activate the package, if
7127         not already active (for backwards compatibility).
7129 2005-06-20  Kim F. Storm  <storm@cua.dk>
7131         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7133 2005-06-20  Miles Bader  <miles@gnu.org>
7135         * faces.el (vertical-divider): New face.
7137 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7139         * simple.el (kill-whole-line): Doc fix.
7140         (next-error-buffer-p, next-error-find-buffer)
7141         (clone-indirect-buffer): Fix typos in docstrings.
7142         (comment-line-break-function): Doc fix: don't say variable
7143         is automatically buffer-local (it isn't).
7145 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7147         * net/tramp-ftp.el (top):
7148         * net/tramp-smb.el (top):
7149         * net/tramp-util.el (top):
7150         * net/tramp-uu.el (top):
7151         * net/tramp-vc.el (top):
7152         * net/tramp.el (top): Revert copyright years back to original
7153         ones.  Tramp has a life outside GNU Emacs.
7155 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7157         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7159 2005-06-18  Juri Linkov  <juri@jurta.org>
7161         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7162         end of first regexp to limit the match to the position between
7163         line number and source line with same separator character as used
7164         between file name and line number.  In the second regexp limit
7165         mouse-face area to file name and line number by adding new group
7166         for them and referring it in HYPERLINK arg.
7167         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7168         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7169         previous line where grep markers may be already removed.
7171 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7173         * progmodes/ps-mode.el: Update version and maintainer's email address.
7175 2005-06-18  Steve Youngs  <steve@xemacs.org>
7177         * net/browse-url.el (browse-url-browser-function)
7178         (browse-url-default-browser): Add firefox.
7179         (browse-url-firefox-program, browse-url-firefox-arguments)
7180         (browse-url-firefox-startup-arguments)
7181         (browse-url-firefox-new-window-is-tab): New defcustoms.
7182         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7184 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7186         * startup.el (command-line): Warn if specified user name has
7187         no home directory.
7189         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7190         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7192         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7193         Doc fixes.
7195         * faces.el (underline): Try bold if terminal doesn't support underline.
7197         * mail/sendmail.el (mail-setup-with-from): New variable.
7198         (mail-insert-from-field): New function.
7199         (sendmail-send-it): Call it.
7200         (mail-setup): Optionally call it here.
7202         * term/linux.el: Call tty-no-underline.
7204 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7206         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7208 2005-06-17  Miles Bader  <miles@gnu.org>
7210         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7211         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7212         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7213         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7214         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7215         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7216         Remove "-face" suffix from face names.
7217         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7218         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7219         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7220         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7221         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7222         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7223         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7224         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7225         New backward-compatibility aliases for renamed faces.
7226         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7227         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7228         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7229         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7230         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7231         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7232         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7233         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7234         Use renamed ediff faces.
7236         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7237         Remove "-face" suffix from face names.
7238         (eshell-test-ok-face, eshell-test-failed-face):
7239         New backward-compatibility aliases for renamed faces.
7240         (eshell-run-test): Use renamed eshell-test faces.
7242         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7243         face name.
7244         (eshell-prompt-face): New backward-compatibility alias for renamed
7245         face.
7246         (eshell-emit-prompt): Use renamed eshell-prompt face.
7248         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7249         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7250         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7251         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7252         Remove "-face" suffix from face names.
7253         (eshell-ls-directory-face, eshell-ls-symlink-face)
7254         (eshell-ls-executable-face, eshell-ls-readonly-face)
7255         (eshell-ls-unreadable-face, eshell-ls-special-face)
7256         (eshell-ls-missing-face, eshell-ls-archive-face)
7257         (eshell-ls-backup-face, eshell-ls-product-face)
7258         (eshell-ls-clutter-face):
7259         New backward-compatibility aliases for renamed faces.
7260         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7262         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7263         Remove "-face" suffix from face name.
7264         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7265         instead of literal face.
7267 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7269         * emacs-lisp/warnings.el (display-warning, lwarn)
7270         (warning-minimum-log-level): Doc fixes.
7271         (warning-minimum-level, warning-minimum-log-level):
7272         Add :debug to :type choices.
7274         * progmodes/ada-mode.el (ada-format-paramlist)
7275         (ada-get-indent-case, ada-check-matching-start)
7276         (ada-check-defun-name, ada-goto-matching-decl-start)
7277         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7278         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7279         (ada-make-subprogram-body): Follow error conventions.
7280         (ada-case-exception-file, ada-indent-comment-as-code)
7281         (ada-indent-handle-comment-special, ada-indent-renames)
7282         (ada-indent-return, ada-search-directories-internal)
7283         (ada-tab-policy, ada-case-exception-substring)
7284         (ada-other-file-alist, ada-matching-start-re)
7285         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7286         (ada-imenu-generic-expression, ada-compile-goto-error)
7287         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7288         (ada-popup-menu, ada-add-extensions, ada-mode)
7289         (ada-region-selected, ada-create-case-exception)
7290         (ada-create-case-exception-substring, ada-after-keyword-p)
7291         (ada-activate-keys-for-case, ada-adjust-case-region)
7292         (ada-adjust-case-buffer, ada-format-paramlist)
7293         (ada-scan-paramlist, ada-insert-paramlist)
7294         (ada-indent-newline-indent)
7295         (ada-indent-newline-indent-conditional)
7296         (ada-justified-indent-current, ada-goto-previous-word)
7297         (ada-indent-current, ada-get-indent-open-paren)
7298         (ada-get-indent-paramlist, ada-get-indent-end)
7299         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7300         (ada-get-indent-block-start, ada-get-indent-subprog)
7301         (ada-get-indent-noindent, ada-get-indent-label)
7302         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7303         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7304         (ada-goto-stmt-end, ada-goto-next-word)
7305         (ada-check-matching-start, ada-check-defun-name)
7306         (ada-goto-matching-decl-start, ada-goto-matching-start)
7307         (ada-goto-matching-end, ada-search-ignore-string-comment)
7308         (ada-in-decl-p, ada-looking-at-semi-or)
7309         (ada-looking-at-semi-private, ada-in-paramlist-p)
7310         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7311         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7312         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7313         (ada-previous-package, ada-create-menu)
7314         (ada-fill-comment-paragraph-justify)
7315         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7316         (ada-other-file-name, ada-last-which-function-line)
7317         (ada-last-which-function-subprog, ada-which-function)
7318         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7319         (ada-gen-treat-proc, ada-check-emacs-version)
7320         (ada-continuation-indent, ada-align-region-separate):
7321         Fix typos in docstrings.
7322         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7324 2005-06-16  Lute Kamstra  <lute@gnu.org>
7326         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7327         conditionally.
7329 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7331         * comint.el (comint-replace-by-expanded-filename)
7332         (comint-prompt-regexp, comint-delimiter-argument-list)
7333         (comint-preinput-scroll-to-bottom):
7334         * info.el (Info-hide-cookies-node):
7335         * ls-lisp.el (ls-lisp-classify):
7336         * find-file.el (ff-search-directories, ff-special-constructs)
7337         (ff-find-other-file):
7338         * font-lock.el (font-lock-keywords):
7339         * shell.el (shell-prompt-pattern)
7340         (shell-dynamic-complete-functions, shell-mode)
7341         (shell-delimiter-argument-list):
7342         * term.el (term-replace-by-expanded-filename)
7343         (term-prompt-regexp, term-delimiter-argument-list):
7344         * woman.el (woman-ignore, woman0-if):
7345         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7346         * emacs-lisp/elint.el (elint-init-env):
7347         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7348         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7349         * language/ethio-util.el (ethio-tilde-escape)
7350         (ethio-use-three-dot-question):
7351         * net/zone-mode.el (zone-mode-load-time-setup):
7352         * progmodes/cc-align.el (c-lineup-argcont):
7353         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7354         * progmodes/cperl-mode.el (cperl-set-style-back):
7355         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7356         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7357         Fix spellings in docstrings.
7359         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7360         * progmodes/modula2.el (m2-for): Fix spellings.
7362         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7364         * simple.el (undo-more): Don't use `format' on `error' arguments.
7365         Improve argument/docstring consistency.
7366         (pending-undo-list): Doc fix.
7368         * smerge-mode.el (smerge-ensure-match):
7369         * emulation/vip.el (vip-ex):
7370         * net/zone-mode.el (zone-mode-update-serial):
7371         * progmodes/idlwave.el (idlwave-complete):
7372         * progmodes/vhdl-mode.el (vhdl-visit-file)
7373         (vhdl-compose-wire-components):
7374         Don't use `format' on `error' arguments.
7376         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7377         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7378         (tooltip-help-tips): Fix typos in docstrings.
7380 2005-06-16  David Ponce  <david@dponce.com>
7382         * tree-widget.el (tree-widget-value-create): Simplify last change.
7384 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7386         * ido.el (ido-incomplete-regexp): New variable.
7387         (ido-set-matches-1): Handle invalid-regexp error and set
7388         ido-incomplete-regexp.
7389         (ido-incomplete-regexp): New face.
7390         (ido-completions): Use it.
7391         (ido-complete, ido-exit-minibuffer, ido-completions):
7392         Handle incomplete regexps.
7393         (ido-completions): Add check for complete match when entering a regexp.
7395 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7397         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7399 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7401         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7402         by field delimiters.
7404 2005-06-15  David Ponce  <david@dponce.com>
7406         * tree-widget.el: eval-and-compile inlined functions so they will
7407         be available at run-time too.
7408         (tree-widget-super-format-handler)
7409         (tree-widget-format-handler): Remove.
7410         (tree-widget-value-create): Handle the :indent property.
7412 2005-06-15  Miles Bader  <miles@gnu.org>
7414         * progmodes/which-func.el (which-func): Only inherit
7415         `font-lock-function-name-face' when that makes sense against the
7416         default mode-line face, otherwise set the face color explicitly.
7418         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7419         faces instead of (non-existent) variables.
7421 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7423         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7424         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7426 2005-06-14  Miles Bader  <miles@gnu.org>
7428         * progmodes/ld-script.el (ld-script-location-counter):
7429         Remove "-face" suffix from face name.
7430         (ld-script-location-counter-face):
7431         New backward-compatibility alias for renamed face.
7432         (ld-script-location-counter-face): Use renamed face.
7434         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7435         (cperl-hash): Remove "-face" suffix from face names.
7436         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7437         New backward-compatibility aliases for renamed faces.
7438         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7439         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7441         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7442         name.
7443         (which-func-face): New backward-compatibility alias for renamed face.
7444         (which-func-format): Use renamed which-func face.
7446         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7447         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7448         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7449         names.
7450         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7451         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7452         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7453         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7454         (vhdl-speedbar-architecture-selected)
7455         (vhdl-speedbar-configuration-selected)
7456         (vhdl-speedbar-package-selected)
7457         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7458         names.
7459         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7460         Use renamed faces.
7461         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7462         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7463         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7464         Use renamed faces.
7465         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7466         names.
7467         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7468         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7469         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7470         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7471         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7472         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7474         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7475         face name.
7476         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7477         (sh-heredoc-face): Use renamed sh-heredoc face.
7479         * progmodes/idlw-help.el (idlwave-help-link):
7480         Remove "-face" suffix from face name.
7481         (idlwave-help-link-face):
7482         New backward-compatibility alias for renamed face.
7483         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7485         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7486         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7487         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7488         New backward-compatibility aliases for renamed faces.
7489         (idlwave-shell-disabled-breakpoint-face)
7490         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7492         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7493         Remove "-face" suffix from face names.
7494         (flymake-errline-face, flymake-warnline-face):
7495         New backward-compatibility aliases for renamed faces.
7496         (flymake-highlight-line): Use renamed flymake faces.
7498         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7499         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7500         (ebrowse-member-class, ebrowse-progress):
7501         Remove "-face" suffix from face names.
7502         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7503         (ebrowse-file-name-face, ebrowse-default-face)
7504         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7505         (ebrowse-progress-face):
7506         New backward-compatibility aliases for renamed faces.
7507         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7508         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7509         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7510         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7512         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7513         antlr-syntax)
7514         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7515         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7516         names.
7517         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7518         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7519         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7520         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7521         backward-compatibility aliases for renamed faces.
7522         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7523         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7524         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7525         remove "font-lock-".  Use renamed antlr-mode faces.
7526         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
7527         literal face-names with face variable references.
7529         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7530         face name.
7531         (Buffer-menu-buffer-face): New backward-compatibility alias for
7532         renamed face.
7533         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7535 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
7537         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7538         Eliminate "-face" suffix.
7539         (makefile-targets): Inherit from font-lock-function-name-face and
7540         eliminate "-face" suffix.
7541         (makefile-shell): Remove attributes and eliminate "-face" suffix.
7542         (makefile-*-font-lock-keywords): Append makefile-targets in rule
7543         actions, instead of prepending, to make it less visible.
7544         (makefile-previous-dependency, makefile-match-dependency):
7545         Don't match a target on a continuation line.
7547         * files.el (auto-mode-alist): Put Makefile in gmake mode.
7549 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
7551         * progmodes/gdb-ui.el (menu): Re-order menu items.
7552         (gdb-tooltip-print): Respect tooltip-use-echo-area.
7554         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7555         Define in tooltip.el.
7556         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7557         (gud-tooltip-tips): Respect tooltip-use-echo-area and
7558         gud-tooltip-echo-area.
7560         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7561         backward compatibility and make obsolete.
7562         (tooltip-help-tips): Use tooltip-use-echo-area.
7563         (tooltip-show-help-function): Rename to...
7564         (tooltip-show-help): ...this, because it is a function.
7565         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7567 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7569         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7570         (edebug-print-length, edebug-print-level, edebug-print-circle)
7571         (edebug-modify-breakpoint, edebug-eval-last-sexp)
7572         (edebug-eval-print-last-sexp): Doc fixes.
7574 2005-06-14  Kim F. Storm  <storm@cua.dk>
7576         * ido.el (ido-mode): Make a new keymap every time we enable ido,
7577         as the coverage buffer/file/both may change.
7579 2005-06-14  Lute Kamstra  <lute@gnu.org>
7581         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7582         and run-mode-hooks.  Simplify.
7584         * mail/rmailedit.el (rmail-edit-mode):
7585         * progmodes/octave-inf.el (inferior-octave-mode):
7586         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7588         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7589         and run-mode-hooks.
7590         (recentf-edit-list, recentf-open-files): Don't call
7591         kill-all-local-variables directly.
7593         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7595 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7597         * emacs-lisp/byte-run.el (make-obsolete)
7598         (define-obsolete-function-alias): Rename arguments FUNCTION and
7599         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7600         (make-obsolete-variable, define-obsolete-variable-alias):
7601         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7602         respectively.
7604         * isearchb.el (isearchb-activate):
7605         * pcvs.el (cvs-mode):
7606         * ses.el (ses-load):
7607         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7608         * net/tramp.el (tramp-find-file-exists-command)
7609         (tramp-find-shell):
7610         * progmodes/ada-mode.el (ada-create-case-exception)
7611         (ada-create-case-exception-substring, ada-make-subprogram-body):
7612         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7613         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7614         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7615         * textmodes/org.el (org-promote, org-evaluate-time-range)
7616         (org-agenda-next-date-line, org-agenda-previous-date-line)
7617         (org-agenda-error, org-open-at-point, org-table-move-row)
7618         (org-format-table-table-html-using-table-generate-source)
7619         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7620         * textmodes/reftex.el (reftex-access-scan-info):
7621         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7622         (reftex-toc-promote-prepare): Follow error conventions.
7624         * diff-mode.el (diff-mode): Fix typo in docstring.
7626         * forms.el (forms--intuit-from-file): Fix reference to
7627         `forms-number-of-fields' in error message.
7628         (forms-print): Fix quoting in error message.
7630         * forms.el (forms-mode):
7631         * emulation/vi.el (vi-goto-insert-state):
7632         * progmodes/flymake.el (flymake-new-err-info)
7633         (flymake-start-syntax-check-for-current-buffer)
7634         (flymake-simple-cleanup):
7635         * eshell/esh-var.el (eshell/export):
7636         * progmodes/gud.el (xdb):
7637         * textmodes/flyspell.el (flyspell-incorrect-hook)
7638         (flyspell-maybe-correct-transposition)
7639         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
7641 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7643         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
7644         minibuffer prompt.
7646 2005-06-13  Kim F. Storm  <storm@cua.dk>
7648         * subr.el (add-to-ordered-list): New defun.
7650         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
7651         add cua--keymap-alist to emulation-mode-map-alists.
7653 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * subr.el (complete-in-turn): New macro.
7656         (dynamic-completion-table, lazy-completion-table): Add debug info.
7658         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
7659         in preference to face aliases.
7661         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
7662         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
7663         Remove unused vars `start' and `firstline'.
7664         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
7665         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
7667 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
7669         * cus-start.el (all): Don't complain about missing GTK-related
7670         variables, unless either `gtk' is boundp or this isn't a
7671         `windows-nt' build.
7673 2005-06-13  Lute Kamstra  <lute@gnu.org>
7675         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
7676         run-mode-hooks.
7678         * ediff-mult.el (ediff-meta-mode):
7679         * ediff-util.el (ediff-mode): Use run-mode-hooks.
7681         * ledit.el (ledit-mode): Use delay-mode-hooks.
7683         * woman.el (woman-mode-line-format): Delete constant.
7684         (woman-mode-map): Initialize it properly.
7685         (woman-mode): Set mode-class property to special.
7686         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
7687         Set major-mode and mode-name.  Don't set mode-line-format directly.
7688         (Man-getpage-in-background): Don't reference woman-mode-line-format.
7690         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
7691         string argument obsolete.
7693 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7695         * textmodes/org.el (org-CUA-compatible): New option.
7696         (org-disputed-keys): New variable.
7697         (org-key): New function.
7698         (orgtbl-make-binding): Add docstring to the created function.
7699         (org-mode): Set paragraph start/separate regexps.
7700         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
7701         (org-archive-location, org-archive-mark-done)
7702         (org-archive-stamp-time): New options.
7703         (org-archive-subtree): New command.
7704         (org-fill-paragraph): New function.
7705         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
7706         (org-fake-empty-table-line): Function removed.
7707         (org-format-org-table-html): Do not create empty table lines at
7708         separator lines.  Improved table header treatment.
7709         (org-link-format): New option.
7710         (org-make-link): New function.
7711         (org-insert-link, org-store-link): Use org-make-link.
7712         (org-open-file): Quote file name for shell command, to allow
7713         spaces in file names.
7714         (org-link-regexp): Fix bug with mailto link.
7715         (org-link-maybe-angles-regexp, org-protected-link-regexp):
7716         New constants.
7717         (org-export-as-html): Deal with the optional angles around a link.
7718         Better treatment of file: links.
7719         (org-open-at-point): Replace @{ and @} with < and >.
7720         (org-run-mode-hooks): Function removed.
7721         (org-agenda-mode): No longer use `org-run-mode-hooks'.
7723 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
7725         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
7726         MI command -data-list-register-values.
7727         (gdb-post-prompt): Indent properly.
7729 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
7731         * hilit-chg.el (highlight-changes-colors): Rename from
7732         `highlight-changes-colours'.
7733         (highlight-changes-colours): Keep as obsolete alias.
7734         (highlight-changes-face-list): Doc fix.
7735         (hilit-chg-make-list): Use `highlight-changes-colors'.
7737 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
7739         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
7740         defun-prompt-regexp.
7742 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
7744         * loadup.el: Don't say we are dumping under 2 names on windows-nt
7745         and cygwin.
7747         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7748         Don't use an old loaddefs.el, as in Makefile.in.
7750 2005-06-12  Lute Kamstra  <lute@gnu.org>
7752         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
7754         * man.el (Man-mode-map): Initialize it properly.
7755         (Man-mode): Set mode-class property to special.
7757         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
7759 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7761         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
7762         A newline is needed in the docstring there.
7764         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
7765         Doc fixes.
7767 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7769         * printing.el: Doc fix.  The menubar is no more changed when printing
7770         is loaded, it only changes when pr-menu-bind or pr-update-menus is
7771         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
7772         (pr-version): New version number (6.8.4).
7773         (pr-menu-bind): New command.
7774         (pr-update-menus): Docstring and code fix.
7775         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
7776         Docstring fix.
7777         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
7778         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
7780 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
7782         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
7783         "Returns" to "return", document useful return values, etc.
7785 2005-06-11  Alan Mackenzie  <acm@muc.de>
7787         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
7788         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
7789         (adaptive-file-function): Minor amendment to doc-string.
7791 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7793         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
7794         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
7795         Fix :type--it is `integer', not `string'.
7797         * faces.el (modeline-highlight): Rename from (the erroneous)
7798         `modeline-higilight'.
7800 2005-06-11  Lute Kamstra  <lute@gnu.org>
7802         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
7803         lisp-interaction-mode-map but make it the parent.
7804         (edebug-eval-mode): Use define-derived-mode.
7806 2005-06-11  Andreas Schwab  <schwab@suse.de>
7808         * bindings.el: Add binding of `ESC functionkey' for every
7809         `M-functionkey'.
7810         * hexl.el (hexl-mode-map): Likewise.
7812 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
7814         * progmodes/compile.el (compilation-error-regexp-alist-alist)
7815         [msft]: update regexp for newer msft compilers.
7817 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
7819         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
7820         ATTLIST portions of included DTDs.
7821         (xml-parse-dtd): Eliminate use of inefficient match-data.
7823 2005-06-10  Miles Bader  <miles@gnu.org>
7825         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7826         (mpuz-text): Remove "-face" suffix from face names.
7827         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
7828         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
7829         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
7831         * play/gomoku.el (gomoku-O, gomoku-X):
7832         Remove "-face" suffix from face names.
7833         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
7834         New backward-compatibility aliases for renamed faces.
7835         (gomoku-font-lock-keywords): Use renamed gomoku faces.
7837 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
7839         * thumbs.el: Fixes for changes of 2005-06-09.
7840         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
7841         as a directory.
7842         (thumbs-thumbname): Remove directory separator from format string;
7843         `thumbs-thumbsdir' now returns a valid directory name.
7844         (thumbs-temp-dir): New defsubst.
7845         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
7846         Use it.
7848         * cus-edit.el (minibuffer):
7849         * files.el (make-backup-file-name-function):
7850         * filesets.el (filesets-external-viewers):
7851         * hilit-chg.el (highlight-changes-colours)
7852         (highlight-changes-face-list, highlight-changes-rotate-faces):
7853         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
7854         * kmacro.el (kmacro-call-macro):
7855         * log-edit.el (log-edit-changelog-full-paragraphs):
7856         * mouse.el (mouse-1-click-follows-link):
7857         * skeleton.el (skeleton-autowrap):
7858         * subr.el (insert-for-yank-1):
7859         * tempo.el (tempo-insert-region):
7860         * terminal.el (terminal-emulator):
7861         * time.el (display-time-mail-face):
7862         * vc.el (vc-annotate):
7863         * vcursor.el (vcursor-copy-line):
7864         * woman.el (woman-bold-headings, woman-ignore)
7865         (woman-default-faces, woman-monochrome-faces):
7866         * calendar/todo-mode.el (todo-insert-threshold):
7867         * emulation/pc-select.el (pc-select-selection-keys-only)
7868         (pc-selection-mode):
7869         * emulation/vip.el (vip-find-char-forward):
7870         * emulation/viper-cmd.el (viper-find-char-forward):
7871         * international/mule-cmds.el
7872         (select-safe-coding-system-accept-default-p)
7873         (input-method-exit-on-invalid-key):
7874         * international/mule-diag.el (describe-coding-system):
7875         * international/ucs-tables.el (unify-8859-on-encoding-mode):
7876         * net/browse-url.el (browse-url-xterm-program):
7877         * obsolete/lazy-lock.el (lazy-lock-mode):
7878         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
7879         (cperl-mode):
7880         * progmodes/cpp.el (cpp-face-light-name-list)
7881         (cpp-face-dark-name-list):
7882         * progmodes/delphi.el (delphi-newline-always-indents):
7883         Fix spellings in docstrings.
7885         * ido.el (ido-mode, ido-file-extensions-order)
7886         (ido-default-file-method, ido-default-buffer-method)
7887         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
7888         (ido-decorations, ido-read-file-name-as-directory-commands)
7889         (ido-read-file-name-non-ido, ido-work-directory-list)
7890         (ido-ignore-item-temp-list, ido-current-directory)
7891         (ido-magic-forward-char, ido-enter-find-file)
7892         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
7893         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
7895 2005-06-10  Lute Kamstra  <lute@gnu.org>
7897         * play/dunnet.el (dun-mode): Use define-derived-mode.
7898         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
7899         obsolete alias.
7901         * play/doctor.el (doctor-mode-map): Remove defvar.
7902         (doctor-mode): Use define-derived-mode.
7904         * mail/mspools.el (mspools-mode):
7905         * net/eudc-hotlist.el (eudc-hotlist-mode):
7906         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
7908 2005-06-10  Miles Bader  <miles@gnu.org>
7910         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7911         Remove "-face" suffix from face names.
7912         (flyspell-incorrect-face, flyspell-duplicate-face):
7913         New backward-compatibility aliases for renamed faces.
7914         (flyspell-mode-on, make-flyspell-overlay)
7915         (flyspell-highlight-incorrect-region)
7916         (flyspell-highlight-duplicate-region)
7917         (flyspell-display-next-corrections)
7918         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
7920         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
7921         from face name.
7922         (texinfo-heading-face): New backward-compatibility alias for
7923         renamed face.
7924         (texinfo-heading-face): Use renamed texinfo-heading face.
7926         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
7927         suffix from face names.
7928         (tex-math-face, tex-verbatim-face):
7929         New backward-compatibility aliases for renamed faces.
7930         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
7931         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
7932         literal face name.
7934         * textmodes/table.el (table-cell): Remove "-face" suffix from face
7935         name.
7936         (table-cell-face): New backward-compatibility alias for renamed face.
7937         (table--put-cell-face-property, table--update-cell-face):
7938         Use renamed table-cell face.
7940         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
7941         from face name.
7942         (sgml-namespace-face): New backward-compatibility alias for
7943         renamed face.
7944         (sgml-namespace-face): Use renamed sgml-namespace face.
7946         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
7947         (org-level-4, org-level-5, org-level-6, org-level-7)
7948         (org-level-8, org-warning, org-headline-done)
7949         (org-deadline-announce, org-scheduled-today)
7950         (org-scheduled-previously, org-link, org-done, org-table)
7951         (org-time-grid): Remove "-face" suffix from face names.
7952         (org-level-1-face, org-level-2-face, org-level-3-face)
7953         (org-level-4-face, org-level-5-face, org-level-6-face)
7954         (org-level-7-face, org-level-8-face, org-warning-face)
7955         (org-headline-done-face, org-deadline-announce-face)
7956         (org-scheduled-today-face, org-scheduled-previously-face)
7957         (org-link-face, org-done-face, org-table-face)
7958         (org-time-grid-face):
7959         New backward-compatibility aliases for renamed faces.
7960         (org-level-faces, org-set-font-lock-defaults, org-timeline)
7961         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
7962         (org-agenda-get-timestamps, org-agenda-get-scheduled)
7963         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
7965         * emulation/viper-init.el (viper-search, viper-replace-overlay)
7966         (viper-minibuffer-emacs, viper-minibuffer-insert)
7967         (viper-minibuffer-vi): Remove "-face" suffix from face names.
7968         (viper-search-face, viper-replace-overlay-face)
7969         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7970         (viper-minibuffer-vi-face):
7971         New backward-compatibility aliases for renamed faces.
7972         (viper-search-face, viper-replace-overlay-face)
7973         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7974         (viper-minibuffer-vi-face): Use renamed viper faces.
7976         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
7977         Remove "-face" suffix from face names.
7978         (testcover-nohits-face, testcover-1value-face):
7979         New backward-compatibility aliases for renamed faces.
7980         (testcover-mark): Use renamed testcover faces.
7982         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
7983         face name.
7984         (diary-button-face): New backward-compatibility alias for renamed face.
7985         (diary-entry): Use renamed diary-button face.
7987         * calendar/calendar.el (diary, calendar-today, holiday)
7988         (mark-visible-calendar-date): Remove "-face" suffix from face names.
7989         (diary-face, calendar-today-face, holiday-face):
7990         New backward-compatibility aliases for renamed faces.
7991         (eval-after-load "facemenu", diary-entry-marker)
7992         (calendar-today-marker, calendar-holiday-marker, diary-face):
7993         Use renamed calendar faces.
7995         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
7996         (compare-windows-face): New backward-compatibility alias for
7997         renamed face.
7998         (compare-windows-highlight): Use renamed compare-windows face.
8000         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8001         (strokes-char-face): New backward-compatibility alias for renamed face.
8002         (strokes-encode-buffer): Use renamed strokes-char face.
8004         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8005         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8006         Remove "-face" suffix from face names.
8007         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8008         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8009         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8010         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8011         Use renamed pcvs faces.
8012         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8013         * pcvs-defs.el (cvs-mode-map): Likewise.
8014         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8016         * info.el (info-title-1, info-title-2, info-title-3)
8017         (info-title-4): Remove "-face" suffix from and downcase face names.
8018         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8019         (Info-title-4-face):
8020         New backward-compatibility aliases for renamed faces.
8021         (Info-fontify-node): Use renamed info faces.
8023         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8024         Remove "-face" suffix from face names.
8025         (highlight-changes-face, highlight-changes-delete-face):
8026         New backward-compatibility aliases for renamed faces.
8027         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8028         (hilit-chg-make-list): Use renamed highlight-changes faces.
8030         * generic-x.el (show-tabs-tab, show-tabs-space):
8031         Remove "-face" suffix from face names.
8032         (show-tabs-tab-face, show-tabs-space-face):
8033         New backward-compatibility aliases for renamed faces.
8034         (show-tabs-generic-mode-font-lock-defaults-1)
8035         (show-tabs-generic-mode-font-lock-defaults-2):
8036         Use renamed show-tabs faces.
8038         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8039         (smerge-markers): Remove "-face" suffix from face names.
8040         (smerge-mine-face, smerge-other-face, smerge-base-face)
8041         (smerge-markers-face):
8042         New backward-compatibility aliases for renamed faces.
8043         (smerge-mine-face, smerge-other-face, smerge-base-face)
8044         (smerge-markers-face): Use renamed smerge faces.
8046         * log-view.el (log-view-file, log-view-message): Remove "-face"
8047         suffix from face names.
8048         (log-view-file-face, log-view-message-face):
8049         New backward-compatibility aliases for renamed faces.
8050         (log-view-file-face, log-view-message-face): Use renamed log-view
8051         faces.
8053         * paren.el (show-paren-match, show-paren-mismatch):
8054         Remove "-face" suffix from face names.
8055         (show-paren-match-face, show-paren-mismatch-face):
8056         New backward-compatibility aliases for renamed faces.
8057         (show-paren-function): Use renamed show-paren faces.
8059         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8060         (ruler-mode-margins, ruler-mode-fringes)
8061         (ruler-mode-column-number, ruler-mode-fill-column)
8062         (ruler-mode-comment-column, ruler-mode-goal-column)
8063         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8064         suffix from face names.
8065         (ruler-mode-default-face, ruler-mode-pad-face)
8066         (ruler-mode-margins-face, ruler-mode-fringes-face)
8067         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8068         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8069         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8070         New backward-compatibility aliases for renamed faces.
8071         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8072         (ruler-mode-column-number, ruler-mode-fill-column)
8073         (ruler-mode-comment-column, ruler-mode-goal-column)
8074         (ruler-mode-tab-stop, ruler-mode-current-column)
8075         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8076         faces.
8078         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8079         face name.
8080         (whitespace-highlight-the-space): Use renamed face.
8081         (whitespace-highlight-face): New backward-compatibility alias for
8082         renamed face.
8084         * woman.el (woman-italic, woman-bold, woman-unknown)
8085         (woman-addition, woman-symbol-face):
8086         Remove "-face" suffix from face names.
8087         (woman-italic-face, woman-bold-face, woman-unknown-face)
8088         (woman-addition-face):
8089         New backward-compatibility aliases for renamed faces.
8090         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8091         (woman-decode-region, woman-replace-match)
8092         (woman-display-extended-fonts, woman-special-characters)
8093         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8094         Use renamed woman faces.
8096         * longlines.el (longlines-visible-face): Face removed.
8098         * diff-mode.el (diff-header, diff-file-header, diff-index)
8099         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8100         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8101         suffix from face names.
8102         (diff-header-face, diff-file-header-face, diff-index-face)
8103         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8104         (diff-changed-face, diff-function-face, diff-context-face)
8105         (diff-nonexistent-face): New backward-compatibility aliases for
8106         renamed faces.
8107         (diff-header-face, diff-file-header-face)
8108         (diff-index, diff-index-face, diff-hunk-header)
8109         (diff-hunk-header-face, diff-removed, diff-removed-face)
8110         (diff-added, diff-added-face, diff-changed-face, diff-function)
8111         (diff-function-face, diff-context-face, diff-nonexistent)
8112         (diff-nonexistent-face): Use renamed diff-mode faces.
8114         * progmodes/compile.el (compilation-warning-face)
8115         (compilation-info-face): Remove "-face" suffix from face names.
8116         (compilation-warning-face, compilation-info-face):
8117         New backward-compatibility aliases for renamed faces.
8118         (compilation-warning-face, compilation-info-face):
8119         Use renamed compilation faces.
8121         * add-log.el (change-log-date, change-log-name)
8122         (change-log-email, change-log-file, change-log-list)
8123         (change-log-conditionals, change-log-function)
8124         (change-log-acknowledgement): Remove "-face" suffix from face names.
8125         (change-log-date-face, change-log-name-face)
8126         (change-log-email-face, change-log-file-face)
8127         (change-log-list-face, change-log-conditionals-face)
8128         (change-log-function-face, change-log-acknowledgement-face):
8129         New backward-compatibility aliases for renamed faces.
8130         (change-log-font-lock-keywords): Use renamed change-log faces.
8132         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8133         (custom-set, custom-changed, custom-saved, custom-button)
8134         (custom-button-pressed, custom-documentation, custom-state)
8135         (custom-comment, custom-comment-tag, custom-variable-tag)
8136         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8137         (custom-group-tag): Remove "-face" suffix from face names.
8138         (custom-magic-alist, custom-magic-value-create)
8139         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8140         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8141         (custom-set-face, custom-changed-face, custom-saved-face)
8142         (custom-button-face, custom-button-pressed-face)
8143         (custom-documentation-face, custom-state-face)
8144         (custom-comment-face, custom-comment-tag-face)
8145         (custom-variable-tag-face, custom-variable-button-face)
8146         (custom-face-tag-face, custom-group-tag-face-1)
8147         (custom-group-tag-face):
8148         New backward-compatibility aliases for renamed faces.
8150         * wid-edit.el (widget-documentation, widget-button)
8151         (widget-field, widget-single-line-field, widget-inactive)
8152         (widget-button-pressed): "-face" suffix removed from face names.
8153         (widget-documentation-face, widget-button-face)
8154         (widget-field-face, widget-single-line-field-face)
8155         (widget-inactive-face, widget-button-pressed-face):
8156         New backward-compatibility aliases for renamed faces.
8157         (widget-documentation-face, widget-button-face)
8158         (widget-button-pressed-face, widget-specify-field)
8159         (widget-specify-inactive): Use renamed widget faces.
8161 2005-06-10  Kenichi Handa  <handa@m17n.org>
8163         * term/x-win.el (x-clipboard-yank): Remove condition-case
8164         wrapping.
8166 2005-06-11  Kenichi Handa  <handa@m17n.org>
8168         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8169         date lines stricter.
8171 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8173         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8174         of x-get-selection.
8176 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8178         * comint.el (comint-mode, comint-snapshot-last-prompt):
8179         * frame.el (frame-current-scroll-bars):
8180         * term.el (term-mode, term-check-proc, term-input-sender)
8181         (term-simple-send, term-extract-string, term-word)
8182         (term-match-partial-filename):
8183         * window.el (window-current-scroll-bars):
8184         * emulation/cua-base.el (cua-normal-cursor-color)
8185         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8186         (cua-global-mark-cursor-color):
8187         * mail/undigest.el (rmail-forward-separator-regex):
8188         Fix typos in docstrings.
8190         * comint.el (comint-check-proc, make-comint-in-buffer)
8191         (comint-source-default): Doc fixes.
8193         * term.el (term-send-string): Improve argument/docstring consistency.
8195 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8197         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8198         call to `delete-region'.
8199         (comint-mode-hook): Do not enable Font Lock by default.
8201 2005-06-09  Lute Kamstra  <lute@gnu.org>
8203         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8204         could be void.
8206 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8209         (debug): Use it.
8210         (debugger-step-through, debugger-continue, debugger-jump)
8211         (debugger-return-value): Set it when needed.
8212         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8213         Use inhibit-read-only.
8215 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8217         * window.el (shrink-window-if-larger-than-buffer)
8218         (window-size-fixed): Fix typo in docstring.
8220         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8221         thumbnails directory on loading.
8222         (thumbs-conversion-program): Use `eq' to check the system type,
8223         not `equal'.
8224         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8225         not "/tmp".  Fix docstring.
8226         (thumbs-thumbsdir): New function to return the thumbnails
8227         directory, creating it if needed.
8228         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8229         (thumbs-temp-file): Delete variable and make it into a function.
8230         (thumbs-resize-image, thumbs-modify-image): Use it.
8231         (thumbs-kill-buffer): Simplify.
8232         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8233         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8234         docstrings.
8236 2005-06-09  Kim F. Storm  <storm@cua.dk>
8238         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8239         set-match-data to free markers in match-data.
8241         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8242         match-data to unchain markers in match-data.
8244 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8246         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8247         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8248         unnecessary now.
8250 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8252         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8253         give the variable a doc string that doesn't say don't set it directly.
8255         * textmodes/ispell.el (ispell-check-version):
8256         Use match-string-no-properties.
8257         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8258         (ispell-buffer-local-words): Likewise.
8260         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8261         except on terminals with enough colors to really display it.
8262         (makefile-dependency-regex): Delete spurious `bb'.
8264         * faces.el (escape-glyph): Use blue once again in last case.
8265         (no-break-space): Redefine so that it isn't invisible on a tty.
8267 2005-06-08  Kim F. Storm  <storm@cua.dk>
8269         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8270         also when reading directory name.
8272 2005-06-08  Lute Kamstra  <lute@gnu.org>
8274         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8275         (flyspell-mode-line-string): Remove autoload cookie.
8276         (flyspell-mode): Remove defvar.
8278 2005-06-07  Lute Kamstra  <lute@gnu.org>
8280         * textmodes/org.el (org-run-mode-hooks): New function.
8281         (org-agenda-mode): Use it.
8283 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8285         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8287 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8291 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8293         * font-lock.el (font-lock-add-keywords): Doc fix.
8295 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8298         (tex-compile-default): In the absence of any history, use the order in
8299         tex-compile-alist to choose the preferred command.
8300         (tex-compile-commands): Reorder a bit.
8302         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8303         (flyspell-incorrect-face, flyspell-duplicate-face):
8304         Use (X)Emacs-agnostic code.
8305         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8306         redundant with the subsequent add-minor-mode.  Merge Emacs and
8307         XEmacs code.
8308         (flyspell-word): Minor simplification.
8309         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8310         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8311         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8312         Merge the corresponding Emacs code.
8313         (flyspell-correct-word, flyspell-xemacs-popup):
8314         Use flyspell-do-correct.
8316         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8317         a dedicated window.
8319         * international/latexenc.el (latexenc-find-file-coding-system):
8320         Undo part of last patch, to turn off a compiler warning.
8322 2005-06-06  Juri Linkov  <juri@jurta.org>
8324         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8325         Rename `tmm-inactive-face' to `tmm-inactive'.
8327 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8329         * iswitchb.el: Rename faces.
8331 2005-06-06  Kim F. Storm  <storm@cua.dk>
8333         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8334         (cua-global-mark): Remove -face suffix from face names.
8336         * emulation/cua-gmrk.el (cua--init-global-mark):
8337         Remove cua-global-mark face setup.
8339 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8341         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8342         just like other allowed characters.
8343         (makefile-match-dependency): Exclude leading and training whitespace
8344         from the range of regexp subexp 1.
8345         (makefile-macroassign-regex): Don't try to match the body,
8346         just the name of the macro being defined.
8348         * info.el (Info-read-node-name-2): New function.
8349         (Info-read-node-name-1): Use that.
8350         Add a completion-base-size-function property.
8352         * simple.el (completion-setup-function): Look for
8353         completion-base-size-function property of minibuffer-completion-table.
8355         * files.el (locate-file-completion): Doc fix.
8357         * printing.el: Don't call pr-update-menus; user must do that.
8359         * emacs-lisp/debug.el (debugger-window): New variable.
8360         (debug): Use debugger-window if it is set and still alive.
8361         Record debugger-window for next entry.
8363         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8365 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8367         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8368         (hack-one-local-variable, hack-local-variables)
8369         (hack-local-variables-prop-line): Pass that arg.
8371 2005-06-06  Kim F. Storm  <storm@cua.dk>
8373         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8374         (ido-indicator): Remove -face suffix from face names.
8376 2005-06-06  Juri Linkov  <juri@jurta.org>
8378         * font-lock.el (font-lock-regexp-backslash)
8379         (font-lock-regexp-backslash-construct): New faces.
8380         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8381         after `('.  Add `while-no-input' to control structures.
8383         * faces.el (no-break-space, shadow): New faces.
8384         (escape-glyph): Use less loud colors pink2 and red4.
8386         * diff-mode.el (diff-context-face)
8387         * dired.el (dired-ignored)
8388         * rfn-eshadow.el (file-name-shadow)
8389         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8391         * info.el (Info-title-1-face): Use green instead of yellow because
8392         bold yellow is not readable on light backgrounds.
8394         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8395         before selecting the desired mode to not spend time fontifying
8396         old contents.
8398 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8400         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8401         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8403         * ps-print.el (ps-default-fg, ps-default-bg):
8404         Fix typos in docstrings.
8406         * isearchb.el (isearchb): Don't pass a spurious second argument to
8407         `iswitchb-completions'.
8409 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8411         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8412         to preserve point.
8413         (gdb-find-file-hook): Add doc string.
8415         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8416         C dereferenced pointer expression.
8417         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8419         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8421         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8422         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8423         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8424         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8425         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8426         Make background transparent.
8428 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8430         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8431         (font-lock-remove-keywords): Doc fix.
8432         (font-lock-mode-major-mode): Compiler defvar.
8433         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8435         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8436         (font-lock-mode): Update `font-lock-mode-major-mode'.
8437         (font-lock-set-defaults): Compiler defvar.
8438         (font-lock-default-function): Take `font-lock-mode-major-mode'
8439         into account.
8441         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8442         keep track of which major mode it enabled the minor mode for.
8443         Use find-file-hook again.  Update docstring.
8445         * simple.el (eval-expression-print-level)
8446         (eval-expression-print-length, eval-expression-debug-on-error):
8447         Doc fixes.
8449 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8451         * iswitchb.el (iswitchb-single-match-face)
8452         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8453         (iswitchb-invalid-regexp-face): New faces.
8454         (iswitchb-completions): Use them.
8455         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8456         now marked as an obsolete alias.
8457         (iswitchb-read-buffer): Remove check for bound font variables.
8458         (iswitchb-invalid-regexp): New free variable.
8459         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8460         set iswitchb-invalid-regexp.
8461         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8462         invalid regexps.
8463         (iswitchb-completions): Add check for complete match when entering
8464         a regexp.
8465         (iswitchb-completions): Remove require-match argument.
8466         (iswitchb-exhibit): Fix caller.
8467         (iswitchb-common-match-inserted): New variable.
8468         (iswitchb-complete, iswitchb-completion-help): Use it.
8470 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8472         * url-http.el (url-http-chunked-encoding-after-change-function):
8473         Use `url-http-debug' instead of `message'.
8475 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8477         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8478         callback argument.
8480 2005-06-04  Kim F. Storm  <storm@cua.dk>
8482         * simple.el (line-move): Only call sit-for when moving backwards.
8484         * ido.el (ido-make-merged-file-list-1): New defun split from
8485         ido-make-merged-file-list.
8486         (ido-make-merged-file-list): Bind throw-on-input around call to
8487         ido-make-merged-file-list-1.  Return input-pending-p if
8488         interrupted by more input available.
8489         (ido-read-internal): Handle input-pending-p return value from
8490         ido-make-merged-file-list.
8492 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8495         compatibility code.
8497         * international/latexenc.el (latexenc-find-file-coding-system):
8498         Don't inherit the EOL part of the coding-system from the
8499         tex-main buffer.  Fit within 80 columns.
8501 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
8503         * tmm.el (tmm-inactive-face): New face.
8504         (tmm-remove-inactive-mouse-face): New function.
8505         (tmm-prompt, tmm-add-one-shortcut)
8506         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8507         but not selectable.
8509 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
8511         * faces.el (face-equal): Improve argument/docstring consistency.
8513 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
8515         * progmodes/make-mode.el (makefile-targets-face)
8516         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8517         (makefile-bsdmake-dependency-regex)
8518         (makefile-makepp-rule-action-regex)
8519         (makefile-bsdmake-rule-action-regex): New constants.
8520         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8522         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8523         Allow (...) within `...' for makepp messages.
8525 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
8527         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8529         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8530         "." files are deleted from all file lists before comparison.
8532         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8533         (viper-ESC-key): Made them customizable.
8535         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8537 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8539         * autorevert.el (auto-revert-buffers): Use save-match-data.
8541 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8544         menu items with a nil command binding.
8546 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
8548         * emacs-lisp/cl-macs.el (defsetf):
8549         Improve argument/docstring consistency.
8551         * faces.el (list-faces-display): Improve the formatting by
8552         computing the maximum length required for any face-name (reworked
8553         patch of 1999-01-11, accidentally deleted on 1999-07-21).
8554         (internal-find-face): Remove redundant info in docstring.
8556 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
8558         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8559         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8560         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8561         (gdb-assembler-custom): Improve regexps.
8562         (def-gdb-auto-update-handler): Use window point to preserve point.
8564 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8568 2005-05-31  Jay Belanger  <belanger@truman.edu>
8570         * calc/calc-embed.el (calc-embedded-word): Change argument passed
8571         to calc-embedded.
8572         (calc-embedded-make-info): Have plain prefix argument select
8573         entire line.
8575 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
8577         * faces.el (list-faces-display): Signal error if passed a regexp
8578         that matches no face name.
8580         * simple.el (filter-buffer-substring): Fix typo in docstring.
8582 2005-05-31  Richard M. Stallman  <rms@gnu.org>
8584         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8585         (vhdl-emacs-21): Doc fix.
8586         (vhdl-mode): Unconditionally set comment-padding.
8587         (vhdl-fixup-whitespace-region): Insert spaces only where
8588         there are none.
8589         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8591 2005-05-30  John Wiegley  <johnw@newartisans.com>
8593         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8594         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8595         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8596         `directory-sep-char' to ?/, and all uses of `string-to-int' to
8597         `string-to-number'.
8599 2005-05-30  Jay Belanger  <belanger@truman.edu>
8601         * calc/calc.el (calc-bug-address): Fix docstring.
8602         (calc-window-hook, calc-trail-window-hook): New variables.
8603         (calc-trail-display): Restore use of calc-trail-window-hook.
8604         (calc): Restore use of calc-window-hook.
8606 2005-05-31  Masatake YAMATO  <jet@gyve.org>
8608         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8610         * help-fns.el (help-C-file-name): Add autoload mark for
8611         `find-function-noselect'.
8613 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8616         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8618 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8620         * calendar/diary-lib.el (mark-included-diary-files): Only kill
8621         included diary buffer if it was not already being visited.
8622         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8624         * calendar/icalendar.el (top-level): Do not require 'appt.
8626         * mail/supercite.el (sc-select-attribution): Only use a list
8627         element from sc-attrib-selection-list if it returns a string.
8628         Reported by Davide G. M. Salvetti <salve@debian.org>.
8630 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
8632         * thumbs.el (thumbs-thumbname): The resulting thumbname now
8633         includes a hash value to improve its uniqueness, and has a ".jpg"
8634         extension.  Also, it is now a valid filename on all systems.
8635         (thumbs-make-thumb): Use `let', not `let*'.
8636         (thumbs-show-thumbs-list): Check for JPEG availability.
8638 2005-05-30  Richard M. Stallman  <rms@gnu.org>
8640         * filesets.el (filesets-menu-ensure-use-cached):
8641         Prevent warning when emacs-version>= is undefined.
8643         * printing.el (pr-interactive-n-up): Use string-to-number.
8645         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
8647         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
8648         Warn only when name to be defined is quoted.
8650 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
8652         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
8653         Make regexp more robust.
8654         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8655         Force regeneration of disassembly.
8657 2005-05-29  Jay Belanger  <belanger@truman.edu>
8659         * calc/calc.el (calc-user-invocation): Check if
8660         calc-invocation-macro is non-nil.
8662 2005-05-29  Juri Linkov  <juri@jurta.org>
8664         * add-log.el (change-log-font-lock-keywords):
8665         Add `+' to e-mail regexp to accept mail address with keywords.
8667         * man.el (Man-name-regexp): Add `:' to accept qualified names.
8669 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8671         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
8673         * ielm.el (inferior-emacs-lisp-mode): Ditto.
8675 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8677         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8678         Undo the change that moves to end of the current word.
8680 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8682         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
8683         Throw error when count <= 0 to ensure input is a number.
8684         (gdb-read-memory-custom): Pick up address from buffer.
8685         (gdb-memory-mode): Allow user to increment and decrement
8686         memory address from header line.
8688 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8690         * flyspell.el (flyspell-version): Function deleted.
8691         (flyspell-auto-correct-previous-hook): Doc fix.
8693         * jit-lock.el (jit-lock-function, jit-lock-after-change):
8694         Do nothing if memory is full.
8696         * font-lock.el (font-lock-fontify-syntactically-region):
8697         Pass t for GREEDY to looking-back.
8699         * saveplace.el (save-place-alist-to-file): Write the file
8700         using write-region.
8702         * subr.el (looking-back): New argument GREEDY.
8704         * progmodes/compile.el (compilation-start): Set the mode
8705         before inserting the initial text.
8707         * progmodes/which-func.el (which-func-update-1): Turn the mode
8708         off in case of error by setting which-func-mode.
8710 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
8712         * flyspell.el (flyspell-auto-correct-previous-word):
8713         Narrow down to what's on the screen, and recenter overlays
8714         at the end of the next word.
8716 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
8718         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
8719         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
8720         (flyspell-abbrev-p): Default to nil.
8721         (flyspell-use-global-abbrev-table-p): Doc fix.
8722         (flyspell-large-region): Allow nil as value.
8723         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
8725         (mail-mode-flyspell-verify): More robust handling
8726         of `mail-header-separator'.  More efficient signature detection.
8727         Allow for regexp metacharacters in message-header-separator.
8728         Adding `To' not to be checked in mail-mode-flyspell-verify.
8730         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
8731         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
8732         Bind flyspell-auto-correct-binding.
8733         Bind C-. and C-, .
8734         (flyspell-mode-map): Likewise.
8735         (flyspell-mode): Doc fix.
8736         (flyspell-accept-buffer-local-defs): Preserve current buffer.
8737         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
8738         (flyspell-word-cache-result): New var, always local.
8739         (flyspell-check-pre-word-p): Doc fix.
8740         (flyspell-check-changed-word-p): Handle spc like newline.
8741         (flyspell-post-command-hook): Set flyspell-word-cache-result.
8742         (flyspell-word-search-backward, flyspell-word-search-forward):
8743         New functions.
8744         (flyspell-word): Return t if nothing to check.
8745         When parsing TeX code, check for after } or \.
8746         Use flyspell-word-search-backward to find previous word.
8747         Return nil if duplicated word.
8748         For word already checked, return same value as last time.
8749         Set flyspell-word-cache-result after checking.
8750         Don't clobber the return value.
8751         (flyspell-get-word): Major rewrite.
8752         (flyspell-external-point-words): New locals pword, pcount.
8753         Fix size used in progress message.
8754         Find the proper corresponding word in flyspell-large-region-buffer.
8755         (flyspell-region): Check for flyspell-large-region = nil.
8756         (flyspell-highlight-incorrect-region): Clean up overlays in region.
8757         (flyspell-auto-correct-word): Check that WORD is a cons.
8758         (flyspell-correct-word): Likewise.
8760 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
8762         * progmodes/make-mode.el (makefile-rule-action-regex)
8763         (makefile-macroassign-regex, makefile-makepp-mode)
8764         (makefile-bsdmake-mode): Continuation lines may be empty.
8765         Reported by Joshua Varner.
8766         (makefile-makepp-font-lock-keywords): Add $(stem).
8768 2005-05-28  Karl Berry  <karl@gnu.org>
8770         * textmodes/tex-mode.el: Now that tex-send-command calls
8771         shell-quote-argument (2005-03-31 change), remove all calls to
8772         shell-quote-argument; they all end up invoking tex-send-command.
8773         The double quoting loses on filenames with non-safe characters,
8774         such as "@".  Reported by Frederik Fouvry.
8776 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
8778         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
8779         about preserving point.
8781 2005-05-27  Jay Belanger  <belanger@truman.edu>
8783         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
8784         Info-goto-node.
8786         * calc/calc-embed.el (calc-embed-arg): New variable.
8787         (calc-do-embedded-activate, calc-embedded-activate-formula)
8788         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
8789         variable by new variable.
8790         (calc-embedded-make-info): Replace undeclared variable by new
8791         variable.  When selecting region with positive prefix
8792         argument, use end of previous line instead of beginning of line.
8794         * calc/calc-aent.el (calc-arg-values): Declare it.
8796         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
8797         Declare them.
8799         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
8801         * calc/calc.el (calc-alg-map): Declare it.
8803         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
8805 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
8807         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
8808         (gdb-registers-buffer, toggle-gdb-all-registers):
8809         Toggle display of floating point registers.
8810         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
8812         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
8813         (toggle-gud-tooltip-dereference):
8814         Rename from gud-toggle-tooltip-dereference.
8816 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
8820 2005-05-27  Jay Belanger  <belanger@truman.edu>
8822         * calc/calc-prog.el (calc-kbd-report): Remove.
8823         (calc-kbd-query): Rewrite.
8825 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
8827         * image.el (image-library-alist): Move to image.c.
8828         (image-type-available-p): Doc fix.
8830 2005-05-27  Lute Kamstra  <lute@gnu.org>
8832         * calc/calc.el (calc):
8833         * outline.el (outline-1, outline-2, outline-3, outline-4)
8834         (outline-5, outline-6, outline-7, outline-8):
8835         * textmodes/dns-mode.el (dns-mode):
8836         * textmodes/sgml-mode.el (sgml-namespace-face):
8837         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
8838         (tex-verbatim-face, tex-use-reftex):
8839         * textmodes/texinfo.el (texinfo-heading-face):
8840         Specify customization group.
8842         * longlines.el: Don't require easy-mmode.
8843         (longlines-visible-face): Specify customization group.
8845 2005-05-27  Kenichi Handa  <handa@m17n.org>
8847         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
8848         encoding table of windows-1251.
8850         * international/ucs-tables.el (ucs-set-table-for-input):
8851         If translation-table-for-input of a coding system is a symbol, get
8852         its translation-table property.
8854         * international/code-pages.el: Don't register a coding system into
8855         non-iso-charset-alist more than once.
8856         (cp-make-coding-system): Likewise.
8858 2005-05-26  John Wiegley  <johnw@newartisans.com>
8860         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
8861         `eshell-resume-eval' is wrapped in a list, it indicates that the
8862         command was run asynchronously.  In that case, unwrap the value
8863         before checking the delimiter value.
8865         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
8866         character before a space at the end of a line is \, assume the space
8867         is part of the last argument rather than a final argument separator.
8869         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
8870         is in use, and the target is `t' or `nil' (which are the most common
8871         values), don't assume that the symbol target is a buffer.
8873 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8875         * calendar/calendar.el (calendar-mode-line-format):
8876         Use mode-line-highlight as mouse-face.
8878         * time.el (display-time-string-forms, display-time-update):
8879         Use mode-line-highlight as mouse-face.
8881 2005-05-26  Jay Belanger  <belanger@truman.edu>
8883         * calc/calc.el (calc-language-alist): Remove extra defvar.
8885 2005-05-26  Lute Kamstra  <lute@gnu.org>
8887         * arc-mode.el (archive-mode):
8888         * bookmark.el (bookmark-read-annotation-mode)
8889         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
8890         * bs.el (bs-mode):
8891         * calc/calc-yank.el (calc-edit-mode):
8892         * calc/calc.el (calc-mode, calc-trail-mode):
8893         * calculator.el (calculator-mode):
8894         * chistory.el (command-history-mode):
8895         * comint.el:
8896         * cus-edit.el (custom-mode):
8897         * descr-text.el (describe-text-mode):
8898         * ebuff-menu.el (Electric-buffer-menu-mode):
8899         * ediff-util.el (ediff-mode):
8900         * emacs-lisp/re-builder.el (reb-mode):
8901         * emulation/vi.el (vi-mode-setup):
8902         * emulation/ws-mode.el (wordstar-mode):
8903         * eshell/esh-mode.el (eshell-mode):
8904         * forms.el (forms-mode):
8905         * help-mode.el (help-mode):
8906         * hexl.el (hexl-mode):
8907         * ibuffer.el (ibuffer-mode):
8908         * ielm.el (inferior-emacs-lisp-mode):
8909         * info.el (Info-mode, Info-edit-mode):
8910         * international/swedish.el:
8911         * ledit.el (ledit-from-lisp-mode):
8912         * locate.el (locate-mode):
8913         * mail/rmail.el (rmail-mode):
8914         * mail/rmailedit.el (rmail-edit-mode):
8915         * mail/rmailsum.el (rmail-summary-mode):
8916         * mail/supercite.el (sc-electric-mode):
8917         * net/eudc.el (eudc-mode):
8918         * net/quickurl.el (quickurl-list-mode):
8919         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
8920         * obsolete/ooutline.el (outline-mode):
8921         * obsolete/options.el (Edit-options-mode):
8922         * obsolete/rnews.el (news-mode):
8923         * obsolete/rnewspost.el (news-reply-mode):
8924         * play/5x5.el (5x5-mode):
8925         * play/decipher.el (decipher-mode, decipher-stats-mode):
8926         * play/gomoku.el (gomoku-mode):
8927         * play/snake.el (snake-mode):
8928         * play/solitaire.el (solitaire-mode):
8929         * play/tetris.el (tetris-mode):
8930         * progmodes/ada-mode.el (ada-mode):
8931         * progmodes/antlr-mode.el (antlr-mode):
8932         * progmodes/autoconf.el (autoconf-mode):
8933         * progmodes/dcl-mode.el (dcl-mode):
8934         * progmodes/delphi.el (delphi-mode):
8935         * progmodes/ebrowse.el (ebrowse-tree-mode)
8936         (ebrowse-electric-list-mode, ebrowse-member-mode)
8937         (ebrowse-electric-position-mode):
8938         * progmodes/f90.el (f90-mode):
8939         * progmodes/fortran.el (fortran-mode):
8940         * progmodes/icon.el (icon-mode):
8941         * progmodes/idlw-help.el (idlwave-help-mode):
8942         * progmodes/idlw-shell.el (idlwave-shell-mode):
8943         * progmodes/idlwave.el (idlwave-mode):
8944         * progmodes/inf-lisp.el (inferior-lisp-mode):
8945         * progmodes/m4-mode.el (m4-mode):
8946         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
8947         * progmodes/modula2.el (modula-2-mode):
8948         * progmodes/octave-inf.el (inferior-octave-mode):
8949         * progmodes/octave-mod.el (octave-mode):
8950         * progmodes/pascal.el (pascal-mode):
8951         * progmodes/sh-script.el (sh-mode):
8952         * progmodes/sql.el (sql-mode, sql-interactive-mode):
8953         * progmodes/vhdl-mode.el (vhdl-mode):
8954         * progmodes/xscheme.el (scheme-interaction-mode):
8955         * replace.el (occur-mode):
8956         * ses.el (ses-mode):
8957         * simple.el (completion-list-mode):
8958         * skeleton.el:
8959         * speedbar.el (speedbar-mode):
8960         * term.el (term-mode):
8961         * terminal.el (terminal-edit-mode):
8962         * textmodes/reftex-index.el (reftex-index-mode)
8963         (reftex-index-phrases-mode):
8964         * textmodes/reftex-sel.el (reftex-select-label-mode)
8965         (reftex-select-bib-mode):
8966         * textmodes/reftex-toc.el (reftex-toc-mode):
8967         * wdired.el (wdired-change-to-wdired-mode):
8968         * wid-browse.el (widget-browse-mode):
8969         Use run-mode-hooks.
8971         * array.el (array-mode):
8972         * calendar/todo-mode.el (todo-mode):
8973         * man.el (Man-mode):
8974         * play/landmark.el (lm-mode):
8975         * play/mpuz.el (mpuz-mode):
8976         Use kill-all-local-variables and run-mode-hooks.
8978         * subr.el (delay-mode-hooks): Specify indentation.
8980 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
8982         * xml.el (xml-substitute-special): Don't die for undefined xml
8983         entities.
8985 2005-05-26  Jay Belanger  <belanger@truman.edu>
8987         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
8988         of nil.
8990 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
8992         * progmodes/gdb-ui.el (gdb-frame-address):
8993         Rename from gdb-current-address.
8994         (gdb-previous-frame-address): Rename from gdb-previous-address.
8995         (gdb-selected-frame): Rename from gdb-current-frame.
8996         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
8997         (gdb-frame-number): Rename from gdb-current-stack-level.
8998         (gdb-ann3): Match new mode-name for disassembly buffer.
8999         Extend initialization of variables.
9000         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9001         (gdb-memory-mode): Use mouse-face in header line.
9002         (gdb-assembler-buffer-name): Call it disassembly and give frame
9003         in mode line.
9004         (gdb-source-spec-regexp, gdb-assembler-custom)
9005         (gdb-invalidate-assembler, gdb-frame-handler):
9006         Make robust to leading zeroes in address format.
9008 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9010         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9011         define `org-mode'.
9012         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9014 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * log-edit.el (log-edit-changelog-entries): Distinguish between
9017         filenames like xfns.c and fns.c.
9019 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9021         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9022         point after reverting.
9023         (Buffer-menu-make-sort-button): Handle the case where
9024         `Buffer-menu-use-header-line' is nil.
9026 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9028         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9029         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9030         and `:' to them.
9032 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * startup.el (normal-top-level): Allow modification of load-path while
9035         we're iterating over it.
9037 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9039         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9040         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9041         (thumbs-resize-interactive, thumbs-insert-image)
9042         (thumbs-insert-thumb, thumbs-dired-show-marked)
9043         (thumbs-find-image-at-point, thumbs-delete-images)
9044         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9045         (thumbs-increment-image-size, thumbs-decrement-image-size):
9046         Fix typos in docstrings.
9048 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9050         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9051         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9052         (cperl-mode): Use them.
9054 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9056         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9057         Doc fixes.
9059 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9061         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9062         Bind C-d to gdb-inferior-io-eof.
9064         * dired.el (dired-dnd-popup-notice): Use message-box.
9066 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9068         * bindings.el (mode-line-major-mode-keymap):
9069         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9071         * faces.el (mode-line-highlight): New face.
9073         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9074         as mouse-face.
9076         * bindings.el (top-level, help-echo, mode-line-modified)
9077         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9078         as mouse-face.
9080 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9082         * progmodes/cc-engine.el (c-guess-basic-syntax):
9083         Remove spurious call to `zerop'.
9085         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9087 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9089         CC Mode update to 5.30.10:
9091         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9092         could go past the limit in decoration level 2, thereby causing
9093         errors during interactive fontification.
9095         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9096         the file is evaluated interactively.
9098         * cc-engine.el (c-guess-basic-syntax): Handle operator
9099         declarations somewhat better in C++.
9101         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9102         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9103         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9104         (awk-mode): Use it.
9105         (make-local-hook): Suppress warning about obsoleteness.
9107         * cc-engine.el, cc-align.el, cc-cmds.el
9108         (c-append-backslashes-forward, c-delete-backslashes-forward)
9109         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9110         Compensate for return value from `forward-line' when it has moved
9111         but not to a different line due to eob.
9113         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9114         `objc-method-intro' and `objc-method-args-cont'.
9116 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9118         CC Mode update to 5.30.10:
9120         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9121         in the copyright statement.  Incidentally, change "along with GNU
9122         Emacs" to "along with this program" where it occurs.
9124         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9125         so that it is interactive, hence can be found by M-x awk-mode
9126         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9127         <gmorris+emacs@ast.cam.ac.uk>.
9129         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9130         Mode's regexps.
9132 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9134         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9135         c-parse-state, to avoid a lisp error (on bad code).
9137 2005-05-23  Lute Kamstra  <lute@gnu.org>
9139         * subr.el (font-lock-defaults): Remove defvar as it's already
9140         defined in font-core.el.
9142         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9144 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9146         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9147         more general and work when GDB variable "print pretty" is on,
9148         as with Emacs, for example.
9150 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9152         * font-core.el: Update comment.
9154         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9155         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9157         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9159 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9161         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9162         and `yank-handler' in the doc strings.
9164 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9166         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9168 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9170         * help.el (describe-key): Move print-help-return-message call
9171         out of conditional.
9173         * progmodes/etags.el (list-tags): Use with-no-warnings.
9175         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9176         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9177         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9179         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9181         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9182         Add defvar.
9184         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9185         Use defvar, not defconst.
9187         * hexl.el (hexl-follow-line): Use with-no-warnings.
9189         * emulation/tpu-extras.el: Use write-file-functions instead of
9190         write-file-hooks.
9192         * dired.el (dired-font-lock-keywords): Fontify files with junk
9193         extensions even if marked by -F.
9195 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9197         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9198         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9199         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9200         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9201         (concatenate, list-length, get*, getf, cl-remprop):
9202         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9203         (etypecase, progv, lexical-let, lexical-let*)
9204         (multiple-value-bind, multiple-value-setq, shiftf):
9205         Improve argument/docstring consistency.
9207         * subr.el (focus-frame, unfocus-frame):
9208         Revert deletion on 2005-05-01.
9210 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9212         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9213         doesn't exist.
9215         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9216         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9218 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9220         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9221         already deleted variables: auto-fill-hook, blink-paren-hook,
9222         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9223         suspend-hooks, comment-indent-hook, meta-flag,
9224         before-change-function, after-change-function,
9225         font-lock-doc-string-face.
9227 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9229         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9231 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9233         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9234         rmail-dont-reply-to.
9236 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9238         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9239         literal blank when splitting new-header-values.
9241 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9243         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9244         string so that tmm doesn't create a completion entry for it.
9246         * textmodes/table.el (table-disable-menu): Ditto.
9248 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9250         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9252         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9254         * net/rcompile.el (remote-compile): Use compilation-start.
9256         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9258 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9260         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9261         Default to makefile-bsdmake-mode on BSD systems.
9263         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9264         REGEXP may also be a search function now.  The part of doc-string
9265         for describing the structure was 95% identical to that of
9266         `imenu--generic-function'.  Unify it there.
9268         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9269         Use function to find dependencies, because regexp alone is so complex,
9270         it easily goes into an endless loop.
9271         (makefile-makepp-mode): Also add submenu for Perl functions
9272         defined in the makefile.
9273         (makefile-bsdmake-mode): Special imenu-generic-expression no
9274         longer needed, due to function call.
9275         (makefile-match-dependency): Take BOUND into account when checking
9276         if we're through.
9278 2005-05-20  Jay Belanger  <belanger@truman.edu>
9280         * calc/calc-units.el (calc-invalidate-units-table):
9281         Use inhibit-read-only.
9282         (math-build-units-table-buffer): Use view-mode.
9284 2005-05-20  David Kastrup  <dak@gnu.org>
9286         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9287         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9289 2005-05-20  Lute Kamstra  <lute@gnu.org>
9291         * diff-mode.el (diff-header-face, diff-file-header-face)
9292         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9293         (diff-added-face, diff-changed-face, diff-function-face)
9294         (diff-context-face, diff-nonexistent-face): Put them in the
9295         diff-mode customization group.
9297 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9301         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9303         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9304         Minor regexp-optimization.
9306 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9308         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9309         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9310         (org-agenda-add-time-grid-maybe): New function.
9311         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9312         (org-table-create): `dotimes' instead of `mapcar'.
9313         (org-xor): Simplify implementation.
9314         (org-agenda): `inhibit-redisplay' turned on.
9315         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9316         a consistent line after a state change.
9317         (org-agenda-remove-times-when-in-prefix): New option.
9318         (org-prefix-has-time): New variable.
9319         (org-parse-time-string): Optional argument NODEFAULT.
9320         (org-format-agenda-item): Parse items for time-of-day
9321         specifications and move these into the prefix if possible.
9322         (org-agenda-priority): Get current heading, not previous heading
9323         during agenda remote editing.
9325 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9327         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9328         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9329         (remove-duplicates, delete-duplicates, substitute)
9330         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9331         (nsubstitute-if-not, find, find-if, find-if-not, position)
9332         (position-if, position-if-not, count, count-if, count-if-not)
9333         (mismatch, search, sort*, stable-sort, merge, member*)
9334         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9335         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9336         (intersection, nintersection, set-difference, nset-difference)
9337         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9338         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9339         (nsublis, tree-equal): Improve argument/docstring consistency.
9341         * subr.el (send-string, send-region):
9342         Remove obsolescence declaration.
9343         (window-dot, set-window-dot, read-input, show-buffer)
9344         (eval-current-buffer, string-to-int):
9345         Add release number to obsolescence declarations.
9347 2005-05-19  Kim F. Storm  <storm@cua.dk>
9349         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9350         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9352 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9354         * faces.el (list-faces-display): Make back button respect optional
9355         regexp arg.
9357 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9359         * calculator.el (calculator-radix-grouping-mode)
9360         (calculator-radix-grouping-digits, calculator-displayer)
9361         (calculator-radix-grouping-separator, calculator-copy-displayer):
9362         * dabbrev.el (dabbrev-search-these-buffers-only):
9363         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9364         (diff-advance-after-apply-hunk, diff-mode-hook)
9365         (diff-minor-mode-prefix):
9366         * imenu.el (imenu-use-popup-menu):
9367         * jit-lock.el (jit-lock-context-time):
9368         * newcomment.el (comment-fill-column, comment-column)
9369         (comment-style, comment-padding, comment-multi-line)
9370         (comment-empty-lines, comment-auto-fill-only-comments):
9371         * reveal.el (reveal-around-mark):
9372         * uniquify.el (uniquify-buffer-name-style)
9373         (uniquify-after-kill-buffer-p)
9374         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9375         (uniquify-min-dir-content, uniquify-separator)
9376         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9377         * w32-vars.el (w32-fixed-font-alist):
9378         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9379         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9380         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9381         * progmodes/perl-mode.el (perl-indent-level)
9382         (perl-continued-statement-offset, perl-continued-brace-offset)
9383         (perl-brace-offset, perl-brace-imaginary-offset)
9384         (perl-label-offset, perl-indent-continued-arguments)
9385         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9386         * progmodes/tcl.el (tcl-indent-level)
9387         (tcl-continued-indent-level, tcl-auto-newline)
9388         (tcl-tab-always-indent, tcl-electric-hash-style)
9389         (tcl-help-directory-list, tcl-use-smart-word-finder)
9390         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9391         (inferior-tcl-source-command):
9392         * textmodes/fill.el (enable-kinsoku):
9393         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9394         * textmodes/table.el (table-yank-handler):
9395         Specify missing group (and type, if simple) in defcustom.
9397 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9399         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9401 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9403         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9405         * subr.el (event-basic-type): Don't get an error.
9406         (left-fringe-p): Function deleted.
9408         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9409         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9411         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9412         in recursive copy.
9414         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9416         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9418         * emacs-lisp/bytecomp.el
9419         (byte-compile-file-form-custom-declare-variable): Call
9420         byte-compile-nogroup-warn if appropriate.
9422         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9423         (compilation-set-window): Don't call left-fringe-p; do it directly.
9425 2005-05-19  Jay Belanger  <belanger@truman.edu>
9427         * calc/calc-graph.el (calc-graph-format-data): Make sure
9428         var-PlotRejects is bound before trying to check its value.
9430 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9432         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9433         definition of this variable from reftex-global.el to reftex.el,
9434         because it is needed in the menu.
9436 2005-05-19  Lute Kamstra  <lute@gnu.org>
9438         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9439         years are fixed.  Don't insert a space after a dash.
9441 2005-05-19  Kim F. Storm  <storm@cua.dk>
9443         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9445 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9447         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9448         strings, because (eq ... ?\\) is fairly frequent.
9450         * progmodes/make-mode.el (makefile-add-this-line-targets):
9451         Simplify and integrate into `makefile-pickup-targets'.
9452         (makefile-add-this-line-macro): Simplify and integrate into
9453         `makefile-pickup-macros.
9454         (makefile-pickup-filenames-as-targets): Simplify.
9455         (makefile-previous-dependency, makefile-match-dependency):
9456         Don't stumble over `::'.
9458 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9460         * subr.el (post-command-idle-hook, post-command-idle-delay):
9461         Remove obsoletion of post-command-idle-hook and
9462         post-command-idle-delay.
9464         * faces.el (list-faces-display): Provide button when describe-face
9465         is called to take user back to the list of faces.
9467         * help-fns.el (describe-variable): Remove hyperlinks in a
9468         variable's value as these are quite frequently inappropriate.
9470         * follow.el (follow-submit-feedback, follow-mode):
9471         Remove references to post-command-idle-hook.
9473 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9475         * progmodes/make-mode.el (makefile-previous-dependency)
9476         (makefile-match-dependency): Check for := (and in bsd mode also
9477         !=) to give a better result, even when font-lock is not on.
9479 2005-05-18  Jay Belanger  <belanger@truman.edu>
9481         * calc/calc-help.el (calc-s-prefix-help):
9482         Add `calc-copy-special-constant' to help string.
9484 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9486         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9488 2005-05-18  Jay Belanger  <belanger@truman.edu>
9490         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9491         in linear factors are in proper order.
9493 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9495         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9496         Support for jurabib.
9498         * textmodes/reftex.el (featurep): Define aliases for overlay
9499         commands, for XEmacs compatibility, and use these aliases in
9500         overlay initializations.
9501         (reftex-highlight): Use `reftex-move-overlay'.
9502         (reftex-unhighlight): Use `reftex-delete-overlay'.
9503         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
9504         (reftex-access-search-path): Use `reftex-uniquify' instead of
9505         `reftex-uniq'
9507         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9508         `before-string' property modification enables for Emacs as well.
9509         (reftex-select-item): Use `reftex-delete-overlay'.
9510         (reftex-select-mark): Use `reftex-make-overlay' and
9511         `reftex-overlay-put'.
9512         (reftex-select-unmark): Use `reftex-delete-overlay' and
9513         `reftex-overlay-put'.
9515 2005-05-18  Lute Kamstra  <lute@gnu.org>
9517         * emacs-lisp/lisp.el (check-parens): Fix docstring.
9519 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
9521         * add-log.el (add-change-log-entry):
9522         * array.el (array-make-template, array-reconfigure-rows)
9523         (array-init-max-row, array-init-max-column)
9524         (array-init-columns-per-line, array-init-field-width):
9525         * replace.el (replace-match-maybe-edit, perform-replace):
9526         * textmodes/spell.el (spell-region):
9527         Replace `read-input' by `read-string'.
9529         * forms.el (forms-mode):
9530         * finder.el (finder-compile-keywords):
9531         * shadowfile.el (shadow-read-files):
9532         Replace `eval-current-buffer' by `eval-buffer'.
9534         * terminal.el (te-pass-through):
9535         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9536         (ange-ftp-raw-send-cmd):
9537         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9538         (send-process-next-char, telnet-initial-filter, telnet):
9539         Replace `send-string' by `process-send-string'.
9541         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9542         (prolog-consult-region): Replace `send-string' by
9543         `process-send-string'; replace `send-region' by `process-send-region'.
9545         * progmodes/delphi.el (delphi-log-msg):
9546         Replace `set-window-dot' by `set-window-point'.
9548         * subr.el (window-dot, set-window-dot, read-input, send-string)
9549         (send-region, show-buffer, eval-current-buffer):
9550         Make really obsolete, as the comment says.
9552 2005-05-17  Kim F. Storm  <storm@cua.dk>
9554         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9555         (cua--init-keymaps): Bind C-return instead of S-return to set
9556         rectangle mark.
9558         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9559         instead of S-return to toggle/clear rectangle mark.
9561 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
9563         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9564         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9565         Also fontify plain strings assigned to variables, mostly so that a
9566         colon has a face and is thus not taken as a dependency separator.
9567         (makefile-previous-dependency): Inline the new matcher, because it
9568         is too complex to work in both directions.
9569         (makefile-match-dependency): Eliminate `backward' arg (see above).
9570         Completely reimplemented so as to not sometimes go into an endless
9571         loop.  It should also be more efficient, because first it only
9572         searches for `:', instead of applying the very complex regexp.
9573         (makefile-mode): Cancel `font-lock-support-mode', because blocks
9574         to be fontified in one piece can be too long for JIT.
9575         Makefiles are never *that* big.
9577 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
9579         * dired.el (dired-mode): Simplify.
9581 2005-05-17  Lute Kamstra  <lute@gnu.org>
9583         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9584         defcustom for the mode hook variable.
9586         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9587         Emacs Lisp Reference Manual.
9589 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
9591         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9592         (evenp, list*):
9593         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9594         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9596         * net/tramp-smb.el (tramp-smb-open-connection):
9597         Pass `tramp-chunksize' as fifth (required) argument.
9599 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
9601         * font-lock.el (lisp-font-lock-keywords-1):
9602         Set `font-lock-negation-char-face' for [^...] char group.
9603         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9605         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9606         a var, and refine it to mask one more level of nested vars.
9607         (makefile-rule-action-regex): Turn it into a var, and refine it so
9608         it recognizes backslashed continuation lines as belonging to the
9609         same command.
9610         (makefile-macroassign-regex): Refine it so it recognizes
9611         backslashed continuation lines as belonging to the same command.
9612         (makefile-var-use-regex): Don't look at the next char, because it
9613         might be the same one to be skipped by the initial [^$], leading
9614         to an overlooked variable use.
9615         (makefile-make-font-lock-keywords): Remove two parameters, which
9616         are now variables that some of the modes set locally.
9617         Handle dependency and rule action matching through functions, because
9618         regexps alone match too often.  Dependency matching now comes
9619         last, so it can check, whether a colon already matched something else.
9620         (makefile-mode): Inform that font-lock improves makefile parsing
9621         capabilities.
9622         (makefile-match-dependency, makefile-match-action): New functions.
9624 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
9626         * emacs-lisp/cl-extra.el (equalp): Doc fix.
9628         * align.el (align-regexp):
9629         * ansi-color.el (ansi-color-get-face):
9630         * array.el (array-reconfigure-rows, array-init-max-row)
9631         (array-init-max-column, array-init-columns-per-line)
9632         (array-init-field-width):
9633         * dired-aux.el (dired-trample-file-versions):
9634         * dired-x.el (dired-mark-sexp):
9635         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9636         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9637         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
9638         * faces.el (face-read-integer):
9639         * files.el (backup-extract-version, insert-directory):
9640         * hexl.el (hexl-insert-decimal-char):
9641         * server.el (server-process-filter):
9642         * shell.el (shell-extract-num):
9643         * startup.el (command-line-1):
9644         * term.el (term-command-hook):
9645         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
9646         (time-stamp-do-number):
9647         * time.el (display-time-update):
9648         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
9649         (timezone-fix-time):
9650         * vms-patch.el (vms-suspend-resume-hook):
9651         * calendar/appt.el (appt-convert-time):
9652         * calendar/cal-bahai.el (mark-bahai-diary-entries):
9653         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9654         * calendar/cal-islam.el (mark-islamic-diary-entries):
9655         * calendar/calendar.el (calendar-cursor-to-date)
9656         (calendar-star-date):
9657         * calendar/diary-lib.el (diary-attrtype-convert)
9658         (mark-diary-entries, diary-entry-time):
9659         * calendar/solar.el (solar-get-number):
9660         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
9661         * emacs-lisp/re-builder.el (reb-display-subexp):
9662         * emulation/edt.el (edt-set-scroll-margins):
9663         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9664         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
9665         (vip-get-ex-count):
9666         * emulation/viper-ex.el (viper-get-ex-token)
9667         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
9668         * international/fontset.el (fontset-plain-name):
9669         * mail/feedmail.el (feedmail-look-at-queue-directory):
9670         * mail/mailalias.el (mail-get-names):
9671         * mail/rmail.el (rmail-convert-to-babyl-format):
9672         * mail/rmailsum.el (rmail-make-basic-summary-line)
9673         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
9674         (rmail-summary-goto-msg):
9675         * mail/smtpmail.el (smtpmail-read-response):
9676         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
9677         (ange-ftp-vms-add-file-entry):
9678         * play/gametree.el (gametree-looking-at-ply)
9679         (gametree-current-branch-score):
9680         * progmodes/ada-xref.el (ada-prj-find-prj-file)
9681         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9682         * progmodes/cperl-mode.el (condition-case):
9683         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
9684         (ebrowse-set-member-buffer-column-width)
9685         (ebrowse-select-1st-to-9nth):
9686         * progmodes/etags.el (etags-snarf-tag):
9687         * progmodes/flymake.el (flymake-parse-line):
9688         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
9689         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
9690         (idlwave-shell-menu-def):
9691         * progmodes/ps-mode.el (ps-run-goto-error):
9692         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
9693         (vhdl-speedbar-contract-level):
9694         * term/mac-win.el (x-handle-numeric-switch):
9695         * term/sun-mouse.el (sun-get-frame-data):
9696         * term/w32-win.el (x-handle-numeric-switch):
9697         * term/x-win.el (x-handle-numeric-switch):
9698         * textmodes/ispell.el (ispell-parse-output):
9699         * textmodes/nroff-mode.el (nroff-outline-level):
9700         * textmodes/reftex-cite.el (reftex-bib-sort-year)
9701         (reftex-bib-sort-year-reverse, reftex-format-citation):
9702         * textmodes/reftex-parse.el (reftex-init-section-numbers)
9703         (reftex-section-number):
9704         * textmodes/texinfmt.el (texinfo-paragraphindent):
9705         Replace `string-to-int' by `string-to-number'.
9707         * international/latexenc.el: Add page marker to force the "Local
9708         Variables:" string out of the last page.
9710 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9712         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
9713         tooltip-change-major-mode.
9714         (gud-tooltip-print-command): Remove case where gud-minor-mode
9715         is gdb ("--fullname").
9716         (gud-tooltip-tips): Turn GUD tooltips off for this case and
9717         explain to user.
9719 2005-05-16  Jay Belanger  <belanger@truman.edu>
9721         * calc/calc-store.el (calc-copy-special-constant): New function.
9723         * calc/calc-ext.el (calc-init-extensions): Add binding for
9724         `calc-copy-special-constant'.
9726         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
9727         for the `calc-copy-special-constant' command.
9729 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
9731         * subr.el (left-fringe-p): New function.
9733         * progmodes/compile.el (compilation-setup): Set local value of
9734         overlay-arrow-string to "" always.
9735         (compilation-set-window): Left fringe then don't scroll.
9736         No left fringe then no arrow and scroll message to top.
9737         (compilation-context-lines): Adjust doc string accordingly.
9739 2005-05-16  Kim F. Storm  <storm@cua.dk>
9741         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9742         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
9743         (ido-wide-find-dir-or-delete-dir): New command for M-d.
9744         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
9745         (ido-read-file-name): Handle commands with ido property value
9746         equal to find-file as reading a file name, to allow C-d to enter dired.
9747         (ibuffer-find-file): Add ido property with value find-file.
9749 2005-05-15  Kim F. Storm  <storm@cua.dk>
9751         * subr.el (open-network-stream-nowait): Remove.
9752         (open-network-stream-server): Remove.
9754 2005-05-15  Richard M. Stallman  <rms@gnu.org>
9756         * faces.el (describe-face): Output a definition link button.
9758         * help-mode.el (help-face-def): New button type.
9760         * emacs-lisp/copyright.el (copyright-fix-years):
9761         Match properly if the first year is 2-digit.
9762         Don't mess up the whitespace after the years by filling.
9764         * dired-aux.el (dired-mark-confirm):
9765         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
9767         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
9768         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
9769         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
9771         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9772         Set font-lock-comment-start-skip.
9774         * font-lock.el (font-lock-comment-start-skip): New variable.
9775         (font-lock-comment-end-skip): New variable.
9776         (font-lock-fontify-syntactically-region): Use them if non-nil.
9778 2005-05-15  Jay Belanger  <belanger@truman.edu>
9780         * calc/calc-store.el (calc-store-value): Return a string rather
9781         than display it as a message.
9782         Use calc-var-name for variable name.
9783         (calc-store-into): Add the result of calc-store-value to message.
9784         (calc-copy-variable): Add a message.
9785         (calc-store-exchange): Improve error messages.
9786         (calc-store-binary, calc-store-map): Don't reset the values of
9787         special constants.
9789 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
9791         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
9792         manual to docstring.
9794         * files.el (hack-local-variables-confirm): Add STRING argument.
9795         Make the function handle non file visiting buffers correctly.
9796         (hack-local-variables-prop-line, hack-local-variables)
9797         (hack-one-local-variable): Use STRING arg of
9798         `hack-local-variables-confirm'.
9800 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
9802         Sync with Tramp 2.0.49.
9804         * net/tramp.el (tramp-handle-dired-call-process)
9805         (tramp-handle-insert-directory):`insert-buffer' cannot be used
9806         because the contents of the Tramp buffer is changed before
9807         insertion (`expand-file' and alike).
9808         (tramp-handle-insert-directory): If `localname' has an empty
9809         nondirectory name, it must not be quoted.
9810         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
9811         variable `tramp-chunksize'.  Change callees.
9812         (tramp-open-connection-setup-interactive-shell): Check remote host
9813         for buggy `send-process-string' implementation.
9814         Set `tramp-chunksize' if found.  Reported by Michael Kifer
9815         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
9816         (tramp-handle-shell-command): `insert-buffer' cannot be used
9817         because the contents of the Tramp buffer is changed before
9818         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
9819         <frederic.bothamy@free.fr>.
9820         (tramp-set-auto-save): Actions should be done for Tramp file name
9821         handler only.  Ange-FTP has its own auto-save mechanism.
9822         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9823         (tramp-set-auto-save-file-modes): Set file modes of
9824         `buffer-auto-save-file-name' to ?\600 as fallback solution.
9825         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
9826         (tramp-bug): Remove obsolete variable.
9827         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
9828         for presence of `mml-mode'.  Make it running for older Emacsen as well.
9830 2005-05-14  John Paul Wallington  <jpw@pobox.com>
9832         * ibuf-ext.el (define-ibuffer-filter filename):
9833         If `dired-directory' is a list, use its car.
9835 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
9837         * ibuffer.el (define-ibuffer-column filename):
9838         If `dired-directory' is a list, use its car.
9840 2005-05-14  Richard M. Stallman  <rms@gnu.org>
9842         * subr.el (symbol-file): Doc fix.
9844         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
9845         (byte-compile-form): Call byte-compile-nogroup-warn.
9846         (byte-compile-warning-types): Doc fix.
9848         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
9850         * progmodes/cc-engine.el (c-literal-faces):
9851         Add font-lock-comment-delimiter-face.
9853         * net/net-utils.el (dig): Use with-no-warnings.
9855         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
9856         (sc-recite-frame-alist, sc-default-cite-frame)
9857         (sc-default-uncite-frame, sc-default-recite-frame)
9858         (sc-attrib-selection-list, sc-rewrite-header-list):
9859         Mark as risky-local-variable.
9861         * international/ogonek.el (ogonek-jak, ogonek-how):
9862         Don't use beginning-of-buffer.
9864         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
9866         * calendar/solar.el (solar-data-list): Move definition up.
9868         * dnd.el (dnd-protocol-alist): Add autoload.
9870         * progmodes/sh-script.el: Many doc usage fixes.
9871         (sh-indent-after-do): Change default to match common styles.
9873 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
9875         * files.el (interpreter-mode-alist)
9876         (auto-mode-interpreter-regexp): Doc fixes.
9878 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
9880         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
9882         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
9884 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9886         * dired.el (dired-mode): make-variable-buffer-local =>
9887         make-local-variable.
9889 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9891         * term/mac-win.el (mac-select-convert-to-string): Try coding
9892         systems in mac-script-code-coding-systems if specified one cannot
9893         encode string for `com.apple.traditional-mac-plain-text'.
9895 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
9897         * progmodes/make-mode.el (makefile-targets-face)
9898         (makefile-shell-face, makefile-makepp-perl-face): New faces.
9899         (makefile-dependency-regex): Fix it to not make the colon in
9900         $(var:a=b) special.
9901         (makefile-rule-action-regex): New regexp for highlighting embedded
9902         Shell strings.
9903         (makefile-macroassign-regex): Handle != for highlighting as
9904         embedded Shell strings.
9905         (makefile-var-use-regex): New const.
9906         (makefile-statements, makefile-automake-statements)
9907         (makefile-gmake-statements, makefile-makepp-statements)
9908         (makefile-bsdmake-statements): New consts.
9909         (makefile-make-font-lock-keywords): New function.
9910         (makefile-automake-font-lock-keywords)
9911         (makefile-gmake-font-lock-keywords)
9912         (makefile-makepp-font-lock-keywords)
9913         (makefile-bsdmake-font-lock-keywords): New consts.
9914         (makefile-mode-map): Add switchers between the various submodes.
9915         (makefile-mode): Document the availability of the variants.
9916         (makefile-automake-mode, makefile-gmake-mode)
9917         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
9919         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
9920         new variants of makefile-mode.
9922 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * font-lock.el (font-lock-comment-delimiter-face): Fix up
9925         the inheritance.
9927 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
9929         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
9930         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
9932         * files.el (normal-mode): Extend the scope of the
9933         `enable-local-variables' binding to include the `set-auto-mode' call.
9934         (magic-mode-alist): Doc fix.
9936 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9938         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
9939         font-lock-comment-face rather than copying its setting.
9941 2005-05-12  Andreas Schwab  <schwab@suse.de>
9943         * eshell/esh-mode.el (eshell-send-input): Doc fix.
9945 2005-05-12  Lute Kamstra  <lute@gnu.org>
9947         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
9948         defcustom for the mode hook variable.  Delete the last argument.
9949         * generic-x.el: Fix callers of define-generic-mode.
9950         (generic-x-modes): Delete group.
9951         (show-tabs-tab-face, show-tabs-space-face): Put them in the
9952         generic-x customization group.
9954 2005-05-12  Kim F. Storm  <storm@cua.dk>
9956         * font-lock.el (font-lock-negation-char-face): Default to "off".
9958         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
9959         font-lock-negation-char-face to ! in !=.
9961 2005-05-12  Masatake YAMATO  <jet@gyve.org>
9963         * add-log.el (find-change-log): Fix typos in the docstring
9964         of function.
9966 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
9968         * international/latexenc.el (latexenc-find-file-coding-system):
9969         Avoid `re-search-forward' when looking for input encoding because
9970         of speed and safety.  Better regular expressions for recognizing
9971         input encoding.  Limit a search for TeX-master/tex-main-file to
9972         the local variable section.
9974 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
9976         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
9977         syntax of $ to "'" (quote).
9979 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9981         * dnd.el (dnd-protocol-alist): Improve custom type.
9983         * dired.el (dired-dnd-protocol-alist): New variable.
9984         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
9985         `dired-mode-hook' to the end.
9987 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
9990         comment-end if comment-start-skip is not set.
9991         Obey the font-lock-comment-delimiter-face variables.
9993 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9995         * files.el (executable-find): Move from executable.el.  Use
9996         locate-file.
9997         * progmodes/executable.el (executable-find): Move to files.el.
9999         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10000         when trying to ensure forward progress.
10002 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10004         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10005         (mouse-select, mouse-select-internal, mouse-extend-internal):
10006         Use it to implement mouse-1-click-follows-link functionality.
10008 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10010         * font-lock.el (font-lock-fontify-syntactically-region):
10011         Use font-lock-comment-delimiter-face for comment delimiters.
10013 2005-05-10  Jay Belanger  <belanger@truman.edu>
10015         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10016         preserving embedded modes.
10018 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10020         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10022         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10023         Move from ada-stmt.el.
10024         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10026         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10027         Move to ada-mode.el.
10028         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10030         * cus-edit.el (custom-file): Call file-chase-links.
10032         * files.el (read-directory-name): Fix previous change.
10033         (hack-local-variables-confirm): New function.
10034         (hack-local-variables-prop-line, hack-local-variables)
10035         (hack-one-local-variable): Use it.
10037 2005-05-10  Lute Kamstra  <lute@gnu.org>
10039         * font-lock.el (font-lock-keywords-alist)
10040         (font-lock-removed-keywords-alist): Clarify docstrings.
10042 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10044         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10045         (gdb-source-info): Check for preprocessor info.
10046         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10047         a macro for a function.
10048         (gdb-info-breakpoints-custom): Try to find file again if not already
10049         found (user might have used GDB dir command).
10050         (gdb-get-location): Update gdb-location-alist correctly for change
10051         to gdb-info-breakpoints-custom.
10053         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10054         (gud-tooltip-print-command): Add gdbmi case.
10055         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10056         preprocessor info.
10058 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10060         * startup.el (fancy-splash-insert): Fix typo in doc string.
10062 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10064         * obsolete/float.el (string-to-float):
10065         * obsolete/hilit19.el (hilit-add-pattern):
10066         * obsolete/rnews.el (news-parse-range, news-select-message)
10067         (news-get-pruned-list-of-files): Replace `string-to-int' by
10068         `string-to-number'.
10070         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10071         `find-file-not-found-hooks'; use `add-hook'.
10072         (uncompress-while-visiting): Set `write-file-functions', not
10073         `write-file-hooks'; use `add-hook'.
10075 2005-05-09  Kim F. Storm  <storm@cua.dk>
10077         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10078         (cua-paste): Handle clipboard action.
10079         (cua--init-keymaps): Remap clipboard-kill-region and
10080         clipboard-kill-ring-save.
10082 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10084         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10085         Improve commentary.
10087         * simple.el (next-error-overlay-arrow-position): Revert the change
10088         made on 2005-04-30.
10090 2005-05-07  Jay Belanger  <belanger@truman.edu>
10092         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10093         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10094         `calc-sel-reselect'.
10096         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10097         Calc is in embedded mode.
10099 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10101         * progmodes/compile.el (compilation-setup):
10102         Set overlay-arrow-string to an empty string on text terminals.
10104         * textmodes/ispell.el (ispell-program-name): Try looking for
10105         "aspell" along exec-path, and if found, use it as the default
10106         speller program.
10108 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10110         * international/mule.el (sgml-xml-auto-coding-function):
10111         Recognize encoding='FOO' in single quotes as well as in double quotes.
10113 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10115         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10116         as well as `interactive', so that defmacro* would recognize
10117         `declare' forms.
10119 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10121         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10122         Explain more about the LIGHTER arg's usage in the doc string.
10123         Add commentary to clarify what the code does.  Fix the regexp that
10124         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10125         since it could have characters special to regular expressions.
10127 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10129         * replace.el (occur-1): Bind inhibit-read-only so that
10130         erase-buffer doesn't barf on read-only text properties (likewise
10131         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10132         (occur-engine): Don't set buffer-read-only here.
10134 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10137         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10138         sometimes mistakenly reused as a *cvs* buffer.
10140 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10142         * tooltip.el: Move code for GUD tooltips into gud.el.
10143         (require): CL no longer needed to compile case.
10144         (tooltip-mode): Do not toggle functions for GUD tooltips.
10145         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10146         gud-tooltip-mode in gud.el.
10147         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10148         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10149         tooltip-gud prefix with gud-tooltip and obsolete.
10150         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10151         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10152         (tooltip-mouse-motion): Mouse movement functions/variable.
10153         Rename in gud.el by adding gud prefix.
10154         (tooltip-gud-original-filter, tooltip-gud-dereference)
10155         (tooltip-gud-event, tooltip-toggle-gud-tips)
10156         (tooltip-gud-process-output, tooltip-gud-print-command)
10157         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10158         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10159         (gdb-tooltip-print): Move to gdb-ui.el.
10161         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10162         (require): CL needed to compile case.
10163         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10164         tooltip-gud-tips-p.  Make it a minor-mode.
10165         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10166         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10167         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10168         (gud-tooltip-change-major-mode)
10169         (gud-tooltip-activate-mouse-motions-if-enabled)
10170         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10171         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10172         (gud-tooltip-original-filter, gud-tooltip-dereference)
10173         (gud-tooltip-event, tooltip-toggle-gud-tips)
10174         (gud-tooltip-process-output, gud-tooltip-print-command)
10175         (gud-tooltip-tips): Move from tooltip.el.
10177         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10178         (gdb-cpp-define-alist-flags): Doc fix.
10179         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10180         gud-tooltip-mode is t.
10182 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10184         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10185         evaporate if their text is deleted.
10186         (goto-address-at-point): Make it work as a mouse binding as well.
10187         (goto-address-at-mouse): Obsolete it.  Update users.
10189 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10191         * calendar/appt.el (top-level): No longer activate on load.
10193 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10195         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10196         * net/webjump.el (webjump):
10197         * progmodes/idlw-help.el (idlwave-do-context-help1)
10198         (idlwave-highlight-linked-completions):
10199         * textmodes/po.el (po-find-file-coding-system-guts):
10200         Replace `assoc-ignore-case' by `assoc-string'.
10202 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10204         * files.el (locate-file): Doc fix.
10206         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10207         Remove the redundant test for ms-dos.
10209         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10210         look for the preprocessor with exec-suffixes.  If not found in
10211         standard places, look in exec-path.  Remove most of the tests that
10212         used system-type.
10214         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10216         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10218         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10219         file-name clash with jka-compr.el on 8+3 filesystems.
10221 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10223         * term/mac-win.el: Don't define or bind scroll bar functions if
10224         x-toolkit-scroll-bars is t.
10225         (x-select-text, x-get-selection-value): Clear
10226         x-last-selected-text-clipboard if x-select-enable-clipboard is
10227         nil.
10228         (PRIMARY): Put mac-scrap-name property.
10229         (mac-select-convert-to-file-url): New function.
10230         (public.file-url): New selection target type.  Add to
10231         selection-converter-alist.
10232         (x-get-selection, x-selection-value): Handle it.
10233         (x-cut-buffer-or-selection-value): New alias.
10235 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10237         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10238         entry to avoid calling bibtex-find-entry with arg global
10239         being t.  Remove arg key.
10240         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10241         (bibtex-copy-summary-as-kill): Change accordingly.
10243 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10245         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10246         (org-agenda-date-later): Use with-current-buffer.
10248 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10250         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10251         (define-obsolete-variable-alias): Doc Fixes.
10253 2005-05-06  Kim F. Storm  <storm@cua.dk>
10255         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10256         vertical-motion when selective-display is active.
10258         * ido.el (ido-setup-hook): New hook.
10259         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10260         (ido-input-stack): New var.
10261         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10262         ido-next-work-file binding to M-O.
10263         Bind M-f to ido-wide-find-file-or-pop-dir.
10264         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10265         (ido-read-internal): Run ido-setup-hook.
10266         Catch quit in read-file-name and read-string to cancel edit.
10267         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10268         Automatically pop-all when completing a directory name (RET).
10269         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10270         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10271         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10272         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10273         New functions for M-b/M-f to move among the directory components.
10274         (ido-make-merged-file-list): Catch quit to cancel merge.
10275         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10276         (ido-completion-help): No warnings for ido-completion-buffer-full.
10278 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10280         * font-lock.el (font-lock-negation-char-face): New face and variable.
10281         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10282         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10283         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10284         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10286 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10288         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10289         Fix typo in docstring.
10291         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10292         (ebrowse-print-statistics-line)
10293         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10295         * term/w32-win.el (image-library-alist): Add additional name for
10296         Xpm library.
10298 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10300         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10301         use gcc instead of cpp.
10303         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10304         (gdb-create-define-alist): Use it.
10305         (gdb-cpp-define-alist-program): Update for MS-DOS.
10307 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10309         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10311 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10313         * help.el (describe-key): No error when UNTRANSLATED is nil.
10315         * simple.el (line-move-1): Fix previous change to signal errors
10316         appropriately.
10318 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10320         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10321         (icalendar-duration-correction): Remove.
10322         (icalendar--get-event-properties): Split result at commas.
10323         (icalendar--decode-isoduration): New optional argument
10324         DURATION-CORRECTION.
10325         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10326         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10327         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10328         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10329         (icalendar--convert-anniversary-to-ical): New functions, extracted
10330         from icalendar-export-region, with bug fixes.
10331         (icalendar-export-region): Use the above functions.
10332         (icalendar-import-buffer): Check before saving diary file.
10333         (icalendar--convert-recurring-to-diary)
10334         (icalendar--convert-non-recurring-all-day-to-diary)
10335         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10336         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10337         (icalendar--convert-ical-to-diary): Use the above functions.
10339 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10341         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10342         Remove these recent additions.
10343         (c-mode): Restore to before 2005-04-28.
10345         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10346         recent addition.
10348         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10349         (gdb-define-alist): New variables.
10350         (gdb-create-define-alist): New function.
10351         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10352         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10353         with string-to-number.
10354         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10356         * progmodes/gud.el: Replace string-to-int with string-to-number.
10357         (gud-find-file): Handle gdb-define-alist.
10359         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10361 2005-05-02  Jay Belanger  <belanger@truman.edu>
10363         * calc/calc-aent.el (math-read-token):
10364         * calc/calc-bin.el (calc-word-size):
10365         * calc/calc-ext.el (calc-read-number-fancy):
10366         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10367         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10368         * calc/calc-frac.el (calc-over-notation):
10369         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10370         (calc-graph-num-points, calc-graph-init):
10371         * calc/calc-prog.el (calc-read-parse-table-part)
10372         (calc-edit-macro-repeats):
10373         * calc/calc-yank.el (calc-do-grab-rectangle):
10374         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10375         Replace `string-to-int' by `string-to-number'.
10377 2005-05-02  Kim F. Storm  <storm@cua.dk>
10379         * kmacro.el: Use executing-kbd-macro-index variable.
10381 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10383         * net/rlogin.el (rlogin-parse-words): Delete func.
10384         (rlogin): Use split-string, not rlogin-parse-words.
10385         Also, if there are option-like elements in the parsed args,
10386         take the host to be the first arg immediately following them.
10387         Suggested by Michael Mauger.
10389 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10391         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10393 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10395         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10396         (cc-mode-cpp-program): Rename to cc-define-list-program and
10397         move to cc-vars.el.
10399         * progmodes/cc-vars.el (cc-define-list-program):
10400         Change to "gcc -E -dM -".  Make customizable.
10402 2005-05-02  Kim F. Storm  <storm@cua.dk>
10404         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10406 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10408         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10410         * international/mule-util.el (truncate-string): Remove alias and
10411         obsolete declaration.
10413         * international/mule-cmds.el (update-iso-coding-systems):
10414         Remove alias and obsolete declaration.
10416         * international/mule.el (coding-system-parent): Remove alias and
10417         obsolete declaration.
10419         * subr.el (define-function, sref): Remove aliases and obsolete
10420         declarations.
10421         (chars-in-region): Remove obsolete declaration.
10423 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10425         * info.el (Info-mode): Set widen-automatically to nil, locally.
10427         * simple.el (widen-automatically): New variable.
10428         (pop-global-mark): Obey widen-automatically.
10430 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10432         * term/xterm.el (function-key-map): Call substitute-key-definition
10433         before the keymap size is increased by a lot of define-key calls.
10435 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10437         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10438         Rename ARG to ELEMENT.  Doc fix.
10440 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10442         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10443         Remove references to allout-exposure/change to allout-new-exposure.
10445         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10446         bytecode symbols.
10448         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10449         (compiled-function-p, focus-frame, unfocus-frame):
10450         Remove aliases and obsolete declarations.
10451         Back out inadvertent changes from previous commit.
10453 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10455         * files.el (require-final-newline): Make Custom tags consistent
10456         with mode-require-final-newline.
10457         (mode-require-final-newline): Doc fix.
10459 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10461         * international/latexenc.el (latexenc-find-file-coding-system):
10462         Fix regular expressions.
10464 2005-05-01  David Kastrup <dak@gnu.org>
10466         * international/latexenc.el (latexenc-find-file-coding-system):
10467         Fix regular expressions.
10469 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10471         * subr.el (string-to-int): Make obsolete.
10473 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10475         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10477         * loadup.el: load jka-comp-hook.
10479         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10480         (jka-compr-handler): Add autoload.  `put' calls moved
10481         to jka-comp-hook.el.
10482         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10483         (jka-compr-inhibit): Autoload.
10485         * jka-comp-hook.el: New file.
10486         Enable the mode by default.
10488         * files.el (backup-buffer-copy): Use copy-file instead
10489         of write-region, and put back the 'excl.
10491 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
10493         * progmodes/flymake.el (flymake-split-string)
10494         (flymake-split-string, flymake-log, flymake-pid-to-names)
10495         (flymake-reg-names, flymake-get-source-buffer-name)
10496         (flymake-unreg-names, flymake-add-line-err-info)
10497         (flymake-add-err-info): Clarify docstrings.
10498         (flymake-popup-menu, flymake-make-emacs-menu)
10499         (flymake-make-xemacs-menu): Add docstrings.
10500         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10501         Set variables directly throughout.
10503 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
10505         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10506         exists.  Initialize cc-define-alist.
10507         (c-mode): Add cc-create-define-alist locally to after-save-hook.
10508         If there is no file (Macroexpansion) don't create an alist.
10510 2005-04-29  Sam Steingold  <sds@gnu.org>
10512         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10513         (cc-create-define-alist): Use it instead of the hard-coded string.
10515 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * international/mule-conf.el (file-coding-system-alist): Fix regexp
10518         for latexenc.
10520 2005-04-29  Lute Kamstra  <lute@gnu.org>
10522         * emacs-lisp/generic.el: Improve commentary section.
10523         (define-generic-mode): Improve docstring.
10525 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
10527         * textmodes/org.el (many places): Change to quiet the byte compiler.
10528         (org-prefix-format-compiled): New variable.
10529         (org-compile-prefix-format): New function.
10530         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10531         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10532         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10533         (org-get-entries-from-diary): Use `org-get-time-of-day' for
10534         consistency with entries from `org-mode' files.
10535         (org-get-time-of-day): Fix bug with partial matches early in a line.
10536         (org-non-link-chars): New constant.
10537         (org-link-regexp): Respect `org-non-link-chars'.
10538         (org-agenda-day-view): Remove command.
10539         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10540         (org-follow-bbdb-link, org-store-link): Search also company field.
10541         (org-highlight-overlay): New variable.
10542         (org-highlight, org-unhighlight): New functions.
10543         (org-agenda-mode): Add pre-command-hook to remove highlight.
10544         (org-evaluate-time-range): Behavior depends upon whether time stamp
10545         contains a time or not.
10546         (org-show-subtree, org-show-entry): New functions.
10547         (org-agenda-cleanup-fancy-diary): Remove empty lines.
10549 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10551         * comint.el (comint-output-filter-functions): Add autoload cookie.
10553 2005-04-28  Kim F. Storm  <storm@cua.dk>
10555         * ido.el (ido-everywhere): Fix last change.
10557 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10559         * international/latexenc.el: New file.
10560         * international/mule-conf.el (file-coding-system-alist): For .tex,
10561         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10563 2005-04-28  Lute Kamstra  <lute@gnu.org>
10565         * font-lock.el (font-lock-add-keywords)
10566         (font-lock-remove-keywords): Clarify docstring.
10567         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10568         Don't start docstrings with a `*'.
10569         (font-lock-update-removed-keyword-alist): Give it a docstring.
10571         * generic-x.el: Update commentary section.
10572         Only require font-lock when compiling.
10573         Define all modes conditionally.
10574         Place all generic modes in the generic-x-modes customization group.
10575         (generic-x-modes): New customization group.
10576         (generic-default-modes, generic-mswindows-modes)
10577         (generic-unix-modes, generic-other-modes): New constants.
10578         (generic-define-mswindows-modes, generic-define-unix-modes):
10579         Update docstrings.  Make them obsolete.
10580         (generic-extras-enable-list): New default value.  Update docstring.
10581         Improve :type.  Change :set function.
10582         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10583         Fix docstring.
10585         * emacs-lisp/generic.el (generic-mode-internal):
10586         Simplify font-lock-defaults.
10587         (define-generic-mode): Fix docstring.
10589 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10591         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10592         font-lock-face property to highlight matches.
10594 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
10596         * progmodes/cc-mode.el (cc-create-define-alist): New function.
10597         (cc-define-alist): New variable.
10598         (c-mode): Make it local and initialize it.
10600         * progmodes/gdb-ui.el (gdb-active-process): New variable.
10601         (gdb-exited): New function.
10602         (gdb-annotation-rules): Use it.
10603         (gdb-starting): Set gdb-active-process to t.
10604         (gdb-stopping): Amend doc string.
10605         (gdb-reset): Set gdb-active-process to nil.
10607         * tooltip.el (tooltip-gud-tips): Show the associated #define
10608         directives when a C program under GDB is not executing.
10610 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10613         font-lock-fontify-syntactic-keywords.
10615         * font-lock.el (font-lock-default-fontify-region): Don't force
10616         parse-sexp-lookup-properties to nil.
10618 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
10620         * man.el (man-mode-syntax-table): Set up `:' to have
10621         word-constituent syntax.
10623 2005-04-27  Lute Kamstra  <lute@gnu.org>
10625         * novice.el (disable-command): Don't add spurious newlines to the
10626         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
10628 2005-04-26  Jay Belanger  <belanger@truman.edu>
10630         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10631         than one window before deleting window.
10633 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
10635         * shell.el (shell-prompt-pattern): Doc fix.
10636         (shell-mode): Set paragraph-separate buffer locally to "\\'".
10638         * comint.el (comint-prompt-regexp, comint-get-old-input)
10639         (comint-use-prompt-regexp)
10640         (comint-use-prompt-regexp-instead-of-fields)
10641         (comint-replace-by-expanded-history, comint-send-input)
10642         (comint-output-filter, comint-get-old-input-default)
10643         (comint-line-beginning-position, comint-bol, comint-show-output)
10644         (comint-backward-matching-input, comint-forward-matching-input)
10645         (comint-next-prompt, comint-previous-prompt):
10646         Rename `comint-use-prompt-regexp-instead-of-fields' to
10647         `comint-use-prompt-regexp'.  Keep old name as alias and declare
10648         obsolete.
10649         (comint-use-prompt-regexp): Shorten first line of doc string.
10651         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
10652         Set paragraph-separate buffer locally to "\\'".
10654         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
10655         Adapt to above name change.
10657         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10658         (smbclient-prompt-regexp): Ditto.
10660         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
10662 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
10664         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
10665         gdb-location-list.
10666         Break lines that are over 80 characters wide.
10668 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
10671         New fun and var, to preserve compatibility.
10673         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
10675 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
10677         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
10678         name to file-newer-than-file-p.
10680 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10682         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
10684         * progmodes/python.el (python-mode):
10685         Use new name eldoc-documentation-function.
10687         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
10689         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10690         (eldoc-documentation-function):
10691         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
10693 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
10695         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
10697 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10699         * term/xterm.el (function-key-map): Fix strings for
10700         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
10701         {C,S,A,C-S}-{f1-f12}.
10703 2005-04-26  Kenichi Handa  <handa@m17n.org>
10705         * international/mule-cmds.el (select-safe-coding-system):
10706         Fix previous change.
10708 2005-04-26  Lute Kamstra  <lute@gnu.org>
10710         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
10712         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
10713         (font-lock-comment-delimiter-face): Ditto.
10715         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
10717 2005-04-25  Jay Belanger  <belanger@truman.edu>
10719         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
10720         to t while inserting information; use help-mode.
10722 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
10724         * term.el (ansi-term-color-vector): Use the xterm colors.
10725         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
10727 2005-04-25  Lute Kamstra  <lute@gnu.org>
10729         * font-core.el (font-lock-defaults): Fix docstring.
10731         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
10733 2005-04-25  Kenichi Handa  <handa@m17n.org>
10735         * international/mule-cmds.el (select-safe-coding-system):
10736         Don't check consistency with coding: spec, etc if raw-text or
10737         no-conversion was found to be safe.
10739 2005-04-24  Richard M. Stallman  <rms@gnu.org>
10741         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
10742         citation markers at start of each line.
10744         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
10745         citation markers at start of each line.
10747         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
10749         * files.el (mode-require-final-newline): Fix previous change.
10750         (require-final-newline): Fix type label.
10752 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10754         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
10755         statement in buffer (broken by 2004-11-24 change).
10757 2005-04-24  Kim F. Storm  <storm@cua.dk>
10759         * ido.el (ido-everywhere): Save and restore old read-buffer-function
10760         and read-file-name-function values.  Don't overwrite existing
10761         non-nil values if ido-mode is enabled without ido-everywhere.
10763 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10765         * files.el (mode-require-final-newline): Minor doc fix.
10767 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10769         * subr.el (syntax-after): Doc fix.
10770         (syntax-class): If argument is nil, return nil.  Mask off upper 16
10771         bits, not 8 bits.
10773         * files.el (mode-require-final-newline): Doc fix.
10774         (backup-buffer-copy): Fix last change.
10776 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10778         * term/mac-win.el: Require select.  Set selection-coding-system to
10779         mac-system-coding-system.  Call menu-bar-enable-clipboard.
10780         (x-last-selected-text-clipboard, x-last-selected-text-primary)
10781         (x-select-enable-clipboard): New variables.
10782         (x-select-text, x-get-selection, x-selection-value)
10783         (x-get-selection-value, mac-select-convert-to-string)
10784         (mac-services-open-file, mac-services-open-selection)
10785         (mac-services-insert-text): New functions.
10786         (CLIPBOARD, FIND): Put mac-scrap-name property.
10787         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
10788         (public.tiff): Put mac-ostype property.
10789         (selection-converter-alist): Add entries for them.
10790         (mac-application-menu-map): New keymap.
10791         (interprogram-cut-function, interprogram-paste-function): Set to
10792         x-select-text and x-get-selection-value, respectively.
10793         (split-window-keep-point): Set to t.
10795 2005-04-23  Richard M. Stallman  <rms@gnu.org>
10797         * files.el (read-directory-name): Always pass non-nil
10798         DEFAULT-FILENAME arg to read-file-name.
10799         (backup-buffer-copy, basic-save-buffer-2): Take care against
10800         writing thru an unexpected existing symlink.
10801         (revert-buffer): In indirect buffer, revert the base buffer.
10802         (magic-mode-alist): Doc fix.
10803         (buffer-stale-function): Doc fix.
10804         (minibuffer-with-setup-hook): Avoid warning.
10805         (mode-require-final-newline): Doc and custom fix.
10807         * follow.el (follow-end-of-buffer): Use with-no-warnings.
10809         * font-lock.el (font-lock-comment-face): On terminals with few colors,
10810         use the default appearance.
10811         (font-lock-comment-delimiter-face): New face, new variable.
10813         * imenu.el (imenu--generic-function): The official position of a
10814         definition is the start of the line that BEG is in.
10816         * midnight.el (midnight-timer): Move defvar up.
10818         * mouse.el (mouse-drag-region-1): Delete some debugging code.
10820         * saveplace.el (save-place-to-alist): Use with-no-warnings.
10822         * startup.el (command-line): Use with-no-warnings.
10824         * window.el (window-size-fixed): New defvar.
10826         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
10828         * mail/rmail.el (rmail-font-lock-keywords):
10829         Use font-lock-comment-delimiter-face.
10831         * mail/sendmail.el (mail-font-lock-keywords):
10832         Use font-lock-comment-delimiter-face.
10834         * progmodes/compile.el (next-error-highlight-timer): New defvar.
10836 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
10838         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10839         Specify t for LAXMATCH when matching directories.
10840         Save match data around compilation-compat-error-properties form.
10842 2005-04-23  David Kastrup  <dak@gnu.org>
10844         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
10845         Mention that the autoloaded aliases should be kept for AUCTeX.
10847 2005-04-23  Andreas Schwab  <schwab@suse.de>
10849         * isearch.el (isearch-forward): Doc fix.
10851 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
10853         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
10854         (jit-lock-stealth-nice): Change default value to 0.5.
10856 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10858         * abbrev.el (write-abbrev-file): Write table entries in
10859         alphabetical order by table name.
10861 2005-04-22  Kim F. Storm  <storm@cua.dk>
10863         * ido.el (ido-read-internal): Fix `list' completion.
10865 2005-04-22  Kenichi Handa  <handa@m17n.org>
10867         * recentf.el (recentf-save-file-coding-system): New variable.
10868         (recentf-save-list): Encode the file by
10869         recentf-save-file-coding-system and add coding: tag.
10871 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10873         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
10875 2005-04-21  Lute Kamstra  <lute@gnu.org>
10877         * loadhist.el (unload-feature): Don't remove a function from hooks
10878         if it is about to be restored to an autoload .  Remove functions
10879         that will become unbound from auto-mode-alist.  Simplify the code.
10881         * subr.el (assq-delete-all): New implementation that is linear,
10882         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
10883         (rassq-delete-all): New function.
10885         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10886         Add size-indication-mode.
10888 2005-04-21  Kenichi Handa  <handa@m17n.org>
10890         * international/mule-cmds.el: Add autoload for widget-value in
10891         eval-when-compile.
10893 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
10895         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10896         Add tooltip-mode.
10898         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
10900 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
10902         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
10903         (inferior-lisp-filter-regexp, inferior-lisp-program)
10904         (inferior-lisp-load-command, inferior-lisp-prompt)
10905         (inferior-lisp-mode-hook, lisp-source-modes)
10906         (inferior-lisp-load-hook): defvar->defcustom.
10907         (inferior-lisp-program, inferior-lisp-prompt)
10908         (inferior-lisp-load-hook): Doc fixes.
10909         (inferior-lisp-install-letter-bindings): Small change in
10910         introductory comment.
10912 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10914         * vc.el (vc-annotate-color-map): Change some colors so that text
10915         using them as foreground is readable on both white and black
10916         backgrounds.
10918 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10920         * international/mule-conf.el (translation-table-for-input):
10921         Remove redundant declaration.
10923 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
10925         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
10927         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
10928         (tooltip-toggle-gud-tips): New function.
10930 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10932         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
10933         right angle brackets.
10935 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
10937         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
10939 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10941         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
10942         Remove.  Update callers to use expand-file-name instead.
10944         * subr.el (syntax-class): New function.
10946         * simple.el (blink-matching-open): Use it.
10948         * paren.el (show-paren-function): Use it to recognize parens that are
10949         also used in 2-char comment markers.
10951 2005-04-19  Lute Kamstra  <lute@gnu.org>
10953         * loadhist.el (unload-feature): Update for new format of
10954         load-history.  Simplify the code.
10956 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10958         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
10959         (mac-add-charset-info): New function.  Initialize variable
10960         mac-charset-info-alist using it.
10961         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
10962         for translation.
10963         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
10964         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
10965         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
10966         New CCL programs.
10968 2005-04-19  Kim F. Storm  <storm@cua.dk>
10970         * simple.el (next-buffer, prev-buffer, next-error)
10971         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10972         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
10974         * bindings.el (next-buffer, prev-buffer, next-error)
10975         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10976         (clone-indirect-buffer-other-window): Move bindings from simple.el.
10977         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
10978         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
10980 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10982         * isearch.el (isearch-edit-string): Make the search-ring available for
10983         minibuffer history commands.
10984         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
10985         the default history commands now work just as well.
10986         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
10988 2005-04-18  Kim F. Storm  <storm@cua.dk>
10990         * emulation/cua-base.el (cua--pre-command-handler): Add more
10991         elaborate check for shift modifier on non-window systems.
10993 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
10995         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
10997 2005-04-18  Kim F. Storm  <storm@cua.dk>
10999         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11000         and make it optional.  Don't test tooltip-gud-echo-area here.
11001         (tooltip-gud-process-output, gdb-tooltip-print):
11002         Pass tooltip-gud-echo-area to tooltip-show.
11003         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11005 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11007         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11008         `display-graphic-p' may not be bound yet.
11010 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11012         * startup.el (command-line): No longer enable Xterm Mouse mode by
11013         default in terminals compatible with xterm.
11015         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11017 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11019         * tooltip.el (tooltip-gud-echo-area): Rename from
11020         tooltip-use-echo-area.
11021         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11022         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11023         area independently of where help tooltips are displayed.
11025 2005-04-17  David Kastrup  <dak@gnu.org>
11027         * cus-theme.el (custom-theme-write-variables): Quote variables
11028         where necessary.
11030 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11032         * simple.el (yank-excluded-properties): Add follow-link to value.
11034         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11036         * startup.el (fancy-splash-max-time): Just 30 seconds.
11037         (fancy-splash-delay): Just 7.
11038         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11040         * loadhist.el (unload-feature): Update for new format of load-history.
11041         Simplify the code.
11043         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11044         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11046         * mail/sendmail.el (mail-font-lock-keywords):
11047         Don't fontify subject text.
11048         Don't fontify the text of a citation.
11050 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11052         * comint.el (comint-output-filter): Run comint-output-filter-functions
11053         with point where the user had it.
11055 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * international/ucs-tables.el (ucs-set-table-for-input):
11058         Disable when using unify-on-decoding.
11060 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * emulation/cua-base.el (cua-global-mark-face): Add special case
11063         for displays supporting a high number of colors.
11065 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11067         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11069 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11071         * filesets.el (filesets-add-buffer): If user supplies a name of a
11072         non-existing fileset, create a new fileset.
11074 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11076         * textmodes/org.el (org-up-heading-all): Fix bug with
11077         `outline-up-heading-all'.
11079 2005-04-16  Andreas Schwab  <schwab@suse.de>
11081         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11082         /etc/permissions.d/* and /etc/aliases.d/*.
11084 2005-04-16  Kenichi Handa  <handa@m17n.org>
11086         * international/code-pages.el (cp-make-coding-system):
11087         Set `translation-table-for-input' property value to the symbol
11088         ucs-mule-to-mule-unicode, not to that value.
11089         (pt154): Escape guillemet by `\'.
11091 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11093         * loadup.el: Load tooltip if x-show-tip is fboundp.
11095         * startup.el (command-line): Add comment.
11097         * tooltip.el (tooltip-mode): Specify correct standard value for
11098         Custom in init-value.
11100 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11102         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11103         possible.
11105 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11107         * textmodes/org.el (org-agenda-date-prompt): Rename from
11108         `org-agenda-date-today'.
11109         (org-evaluate-time-range): Insert at point instead of directly
11110         after time range.
11111         (org-first-headline-recenter, org-subtree-end-visible-p)
11112         (org-optimize-window-after-visibility-change): New functions
11113         (org-agenda-post-command-hook): Don't allow point at end of line,
11114         to make sure it always hits the text properties.
11115         (org-agenda-next-date-line, org-agenda-previous-date-line):
11116         New commands.
11117         (org-set-regexps-and-options): Category may contain white space.
11118         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11119         Improve marker positions.
11120         (org-agenda-new-marker): Argument POS made optional.
11121         (org-agenda-get-timestamps): Deadlines which are done are listed
11122         in org-done-face now.
11123         (org-agenda-get-todos, org-agenda-get-timestamps)
11124         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11125         Set `undone-face' and `done-face' properties.
11126         (org-last-todo-state-is-todo): New variable.
11127         (org-todo): Set `org-last-todo-state-is-todo'.
11128         (org-agenda-todo): Change face according to
11129         `org-last-todo-state-is-todo'.  And change other lines referring to
11130         the same entry.
11131         (org-calendar-goto-agenda): New command.
11132         (org-calendar-to-agenda-key): New option.
11133         (org-startup-folded): New allowed value `content'.
11134         (org-set-regexps-and-options): Accept new value `content' for
11135         `org-startup-folded'.
11136         (org-get-current-options): Handle new value `content' for
11137         `org-startup-folded'.
11138         (org-insert-todo-heading): New command.
11139         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11140         interactively in empty file and option
11141         `org-insert-mode-line-in-empty-file' has been set.
11142         (org-agenda-todo,org-agenda-priority): Modify to use
11143         `org-agenda-change-all-lines'.
11144         (org-warning-face): Change color on dark background
11146 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11148         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11149         use preferences AppleLocale and AppleLanguages, and variable
11150         mac-system-locale for default locale.  On Mac OS Classic, use
11151         mac-system-coding-system for default coding systems.
11153         * term/mac-win.el: Don't set file-name-coding-system.
11154         Decode variables system-name, emacs-build-system, user-login-name, and
11155         user-full-name by mac-system-coding-system on Mac OS Classic.
11156         (mac-system-coding-system): New variable.
11158 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11160         * startup.el (command-line): Handle `xterm-mouse-mode' before
11161         reading init file.
11163         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11165 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11167         * progmodes/sh-script.el (sh-here-document-word): Make it a
11168         defcustom.  Doc fix.
11169         (sh-add): Bash uses $(( )) for arithmetic.
11170         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11171         (sh-maybe-here-document): Remove quotes and leading whitespace
11172         from heredoc word when closing.  Indent heredoc with tabs if word
11173         starts with "-".
11175 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11177         * simple.el (undo): Fix previous change.
11179         * custom.el (defface): Doc fix.
11181 2005-04-13  Lute Kamstra  <lute@gnu.org>
11183         * Makefile.in (DONTCOMPILE): Remove list.
11184         (compile, compile-always): Don't use DONTCOMPILE.
11185         (update-authors): Load the library in which batch-update-authors
11186         is defined.
11187         * makefile.w32-in (DONTCOMPILE): Remove list.
11188         (compile, compile-always): Fix comments.
11189         (update-authors): Load the library in which batch-update-authors
11190         is defined.
11192         * generic-x.el (generic-mode-ini-file-find-file-hook):
11193         Rename to ini-generic-mode-find-file-hook.
11194         Keep generic-mode-ini-file-find-file-hook as an alias.
11195         (ini-generic-mode-find-file-hook): Rename from
11196         generic-mode-ini-file-find-file-hook.  Fix docstring.
11197         (ini-generic-mode): Docstring change.
11198         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11200         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11201         called from lisp.
11203         * generic.el: Move to the emacs-lisp subdir.
11205 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11207         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11208         and C-S- function and cursor motion keys.
11210 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11212         * startup.el (command-line): Enable Xterm Mouse mode by default.
11213         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11214         for Custom.  No longer show "Mouse" in mode line when enabled.
11215         Doc fix.
11217 2005-04-12  Kim F. Storm  <storm@cua.dk>
11219         * emulation/cua-base.el (cua-rectangle-face)
11220         (cua-rectangle-noselect-face): Define face attributes here.
11222         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11224 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11226         * startup.el (command-line): Turn off blinking cursor if
11227         cursorBlink in resources is off or false.
11229 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11231         * term/mac-win.el (dnd): Require dnd.
11232         (mac-drag-n-drop): Call dnd-handle-one-url.
11233         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11234         (kTextEncodingISOLatin2): Remove constants.
11235         (mac-script-code-coding-systems): New constant.
11236         (mac-handle-language-change): New function.
11237         (special-event-map): Bind it to `language-change' event.
11238         (mac-centraleurroman, mac-cyrillic): New coding systems.
11239         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11240         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11241         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11242         encode-mac-cyrillic, respectively.
11244 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11247         Don't set overlay-arrow-string to "=>" as this is done
11248         globally in C now.
11250 2005-04-12  Lute Kamstra  <lute@gnu.org>
11252         * generic-x.el (rc-generic-mode, rul-generic-mode):
11253         Fix auto-mode-alist entries.
11254         (etc-fstab-generic-mode): Tweak fontification.
11256         * generic.el (generic-make-keywords-list): Fix docstring.
11257         (generic-mode-internal): Simplify generic-font-lock-keywords.
11259 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11261         * whitespace.el (whitespace-buffer-leading)
11262         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11263         However, fix the highlight area for the leading and
11264         trailing whitespaces to show space.
11266 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11268         * whitespace.el (whitespace-version): Bump to 3.5
11270         (whitespace-buffer-leading, whitespace-buffer-trailing):
11271         Invert sense of the test to highlight the whitespace.
11273 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11275         * progmodes/gud.el (gud-display-line): GUD uses its own
11276         overlay arrow now so don't set overlay-arrow-string.
11277         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11279 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11281         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11282         (term-ansi-current-reverse, term-ansi-current-invisible)
11283         (term-ansi-face-already-done): Change to boolean.
11284         (term-reset-terminal, term-handle-colors-array): Handle the above
11285         vars accordingly.
11286         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11287         (term-emulate-terminal): Use the new name.
11289         * faces.el (secondary-selection): Use yellow1, not yellow.
11290         (trailing-whitespace): Use red1, not red.
11292 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11294         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11295         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11296         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11298         * cus-edit.el (dnd): New group.
11300         * term/w32-win.el (dnd): Require dnd
11301         (w32-drag-n-drop): Call dnd-handle-one-url.
11303         * x-dnd.el: Require dnd.
11304         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11305         Call dnd-handle-one-url.
11306         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11307         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11308         to dnd-insert-text.
11309         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11310         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11311         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11312         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11314         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11316 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11318         * wdired.el: Doc fixes.
11319         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11320         (wdired-use-dired-vertical-movement): Rename from
11321         wdired-always-move-to-filename-beginning.
11322         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11323         (wdired-change-to-wdired-mode): Change mode name.
11324         (wdired-newline): Delete.
11326 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11328         * whitespace.el (whitespace-highlight-the-space):
11329         Don't call whitespace-unhighlight-the-space here.
11331         * simple.el (undo): Record t in undo-equiv-table
11332         for the redo record made by an undo-in-region.
11334 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11336         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11337         (gdb-frame-inferior-io-buffer): New Functions to control
11338         display of separate IO buffer.
11339         (menu): Add them to menu-bar.
11340         (gdb-display-buffer): Check for buffer another frame.
11341         Protect GUD buffer.
11342         (gdb-setup-windows): Create IO buffer if not already there.
11343         (gdb-memory-mode): Remove purecopy noops.
11345 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11347         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11348         and pass to self-insert-command.
11350 2005-04-11  Lute Kamstra  <lute@gnu.org>
11352         * generic.el: Commentary section cleanup.
11353         (generic): Delete.
11354         (generic-use-find-file-hook, generic-lines-to-scan)
11355         (generic-find-file-regexp, generic-ignore-files-regexp)
11356         (default-generic-mode, generic-mode-find-file-hook)
11357         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11358         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11359         (generic-use-find-file-hook, generic-lines-to-scan)
11360         (generic-find-file-regexp, generic-ignore-files-regexp)
11361         (default-generic-mode, generic-mode-find-file-hook)
11362         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11364 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11366         * bookmark.el (bookmark-write-file): Catch errors writing file.
11367         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11369 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11371         * startup.el (fancy-splash-tail): Update copyright year.
11372         (command-line): Split part of -Q into -D.
11373         (emacs-basic-display): New defvar.
11374         (fancy-splash-text): Correct name of menu item.
11376         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11378         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11379         lines in one node.
11381         * comint.el (comint-send-input): New arg ARTIFICIAL.
11382         Callers in this file changed.
11384         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11386         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11388 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11390         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11391         `ldap-search-internal'.
11393 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         * files.el (set-auto-mode-1): Use line-end-position.
11397         * international/latin-1.el:
11398         * international/latin-2.el:
11399         * international/latin-3.el:
11400         * international/latin-4.el:
11401         * international/latin-5.el:
11402         * international/latin-8.el:
11403         * international/latin-9.el: Give punctuation syntax to NBSP.
11405         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11406         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11407         Use char-classes to accept non-ascii letters, accepted in some recent
11408         bibtex implementations.
11410 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11412         * custom.el (custom-set-minor-mode): Any non-nil value for the
11413         variable should enable the mode when set through Custom.
11415 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11417         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11418         TAB binding so tab-always-indent is obeyed.
11419         (vhdl-minibuffer-local-map): Move initialization into declaration.
11420         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11421         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11422         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11423         (vhdl-current-line): Use line-beginning-position.
11424         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11425         with-output-to-temp-buffer, so the current position can be recorded.
11427 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11429         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11430         Add regexp for gcov.
11432 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11434         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11435         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11436         syntax which Emacs 20 doesn't support.
11438 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11440         * help.el (describe-key-briefly, describe-key):
11441         Replace strings as event types with "(any string)".
11443 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11445         * arc-mode.el (archive-mode-map): Move initialization into
11446         the declaration.  Override *all* bindings of `undo'.
11447         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11449 2005-04-09  Jay Belanger  <belanger@truman.edu>
11451         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11453 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11455         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11456         (xterm-register-default-colors): Update color values computation
11457         to match xterm-200.
11459 2005-04-09  Kenichi Handa  <handa@m17n.org>
11461         * international/code-pages.el (iso-latin-7): Fix the map.
11463 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11465         * emacs-lisp/lisp.el (defun-prompt-regexp)
11466         (parens-require-spaces, buffer-end, end-of-defun)
11467         (insert-parentheses): Doc fixes.
11469 2005-04-08  Kim F. Storm  <storm@cua.dk>
11471         * comint.el (comint-highlight-prompt): Fix face spec.
11472         * hi-lock.el (hi-green): Likewise.
11474 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11476         * cus-edit.el (custom-modified-face):
11477         * comint.el (comint-highlight-input): Fix previous changes.
11478         * term.el (term-handle-ansi-escape): Add a comment.
11480 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11482         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11483         in the buffer and in whitespace-highlighted-space.
11484         (whitespace-unhighlight-the-space): Simplify.
11485         (whitespace-buffer): Simplify.
11487 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11489         * textmodes/table.el (table-cell-face): Add special case for
11490         displays supporting a high number of colors.
11491         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11492         (vhdl-font-lock-reserved-words-face)
11493         (vhdl-speedbar-architecture-face)
11494         (vhdl-speedbar-instantiation-face)
11495         (vhdl-speedbar-architecture-selected-face)
11496         (vhdl-speedbar-instantiation-selected-face): Likewise.
11497         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11498         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11499         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11500         (ebrowse-root-class-face, ebrowse-member-attribute-face)
11501         (ebrowse-progress-face): Likewise.
11502         * progmodes/compile.el (compilation-info-face): Likewise.
11503         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11504         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11505         * calendar/calendar.el (diary-face): Likewise.
11506         * woman.el (woman-italic-face, woman-bold-face)
11507         (woman-unknown-face): Likewise.
11508         * wid-edit.el (widget-button-pressed-face): Likewise.
11509         * whitespace.el (whitespace-highlight-face): Likewise.
11510         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11511         * pcvs-info.el (cvs-marked-face): Likewise.
11512         * info.el (info-xref): Likewise.
11513         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11514         * hilit-chg.el (highlight-changes-face)
11515         (highlight-changes-delete-face): Likewise.
11516         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11517         (hi-red-b): Likewise.
11518         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11519         * font-lock.el (font-lock-keyword-face)
11520         (font-lock-function-name-face, font-lock-warning-face): Likewise.
11521         * cus-edit.el (custom-invalid-face, custom-modified-face)
11522         (custom-set-face, custom-changed-face, custom-variable-tag-face)
11523         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11524         * comint.el (comint-highlight-prompt): Likewise.
11526 2005-04-08  Lute Kamstra  <lute@gnu.org>
11528         * font-lock.el (font-lock-keywords): Docstring fixes.
11530 2005-04-08  Kenichi Handa  <handa@m17n.org>
11532         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11533         chars are more than a limit, print " and more..." at the tail.
11535 2005-04-08  Kim F. Storm  <storm@cua.dk>
11537         * emacs-lisp/authors.el (authors-aliases): Update list.
11538         (authors-ignored-files): New list.
11539         (authors-fixed-entries): Fix typo.
11540         (authors-renamed-files-alist): Update list.
11541         (authors-add): Check authors-ignored-files.
11543 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
11545         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11546         optional, to ensure backward compatibility.
11548 2005-04-08  Stephen Eglen  <stephen@gnu.org>
11550         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11552 2005-04-08  Kim F. Storm  <storm@cua.dk>
11554         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11556         * mouse.el (mouse-on-link-p): Doc fix.
11558 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
11560         * ielm.el (ielm-prompt-read-only): Doc fix.
11562         * comint.el (comint-prompt-read-only): Doc fix.
11564 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
11566         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11567         ensure dired always handles wildcards passed to ffap.
11568         (find-file-at-point): Use it.
11569         (ffap-dired-wildcards): Doc fix.
11571 2005-04-07  Juri Linkov  <juri@jurta.org>
11573         * simple.el (next-error-overlay-arrow-position): New defvar.
11574         Put "=>" on its property `overlay-arrow-string'.  Add it to
11575         `overlay-arrow-variable-list'.
11577         * progmodes/compile.el (compilation-setup):
11578         Set `next-error-overlay-arrow-position' to nil.  Also set it to
11579         nil in the local hook `kill-buffer-hook'.  Make local variable
11580         `overlay-arrow-string' and set it to "=>".
11581         (compilation-goto-locus): Set BOL position to
11582         `next-error-overlay-arrow-position' instead of
11583         `overlay-arrow-position'.
11585         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11586         locally instead of adding it to the global hook.
11587         (Info-kill-buffer): Move up.
11589 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11591         * term/xterm.el (xterm-standard-colors): Update color values from
11592         xterm-200.
11594 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11596         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11598         * fast-lock.el:
11599         * lazy-lock.el: Move them to the obsolete subdir.
11601 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11603         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11604         (wdired-add-replace-advice): Remove.
11605         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11607 2005-04-06  Kim F. Storm  <storm@cua.dk>
11609         * startup.el (command-line): Add --bare-bones alias for -Q.
11611 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11613         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11614         create the startup fontset if a font specification ends with
11615         `mac-roman'.
11617 2005-04-06  Lute Kamstra  <lute@gnu.org>
11619         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11620         change.
11622         * emacs-lisp/copyright.el (copyright-update-year): Replace the
11623         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
11625 2005-04-05  Lute Kamstra  <lute@gnu.org>
11627         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11628         (define-generic-mode): Ditto.  Fix debug declaration.
11630         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11631         Put them in the generic-x group.
11633         * calendar/timeclock.el (timeclock): Doc fix.
11635         * generic.el (define-generic-mode): Don't use custom-current-group.
11636         Document default :group value.
11637         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
11638         (define-global-minor-mode): Don't use custom-current-group.
11640 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
11642         * startup.el (command-line-1): Display startup-echo-area-message
11643         when fancy splash screen is in use.
11645         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
11646         (sh-escaped-newline): New face.
11647         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
11648         newline, and use sh-escaped-newline face.
11650         * progmodes/tcl.el (tcl-escaped-newline): New face.
11651         (tcl-builtin-list): New variable.
11652         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
11653         newlines.  Fix keywords subexpression number.
11655 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
11657         * textmodes/org.el (org-diary-default-entry): Fix call to
11658         `add-to-diary-entry'.
11660 2005-04-05  Kim F. Storm  <storm@cua.dk>
11662         * ediff-init.el: Use (featurep 'xemacs).
11664 2005-04-05  David Ponce  <david@dponce.com>
11666         * cus-edit.el (face): Derive from symbol widget.  Display sample
11667         of the current face on the fly.
11668         (widget-face-sample-face-get, widget-face-notify): New functions.
11669         (widget-face-value-create): Remove.
11671         * wid-edit.el (widget-field-end): Temporarily remove field
11672         narrowing before to call `get-char-property'.
11674 2005-04-04  Jay Belanger  <belanger@truman.edu>
11676         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
11677         (math-read-subscripts): New variable.
11678         (math-read-preprocess-string): Process subscripts.
11680 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11682         * comint.el (comint-prompt-read-only): Doc fix.
11684         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
11685         `-1'.  Doc fix.
11687 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
11689         * textmodes/org.el (org-insert-mode-line-in-empty-file):
11690         Change default value to nil.
11692 2005-04-04  Lute Kamstra  <lute@gnu.org>
11694         * autorevert.el (auto-revert-mode): Specify :group.
11695         * battery.el (display-battery-mode): Specify :group.
11696         * diff-mode.el (diff-minor-mode): Specify :group.
11697         * font-core.el (font-lock-mode): Specify :group.
11698         * hl-line.el (hl-line-mode): Specify :group.
11699         * iimage.el (iimage): New customization group.
11700         (iimage-mode): Specify :group.
11701         * longlines.el (longlines-mode): Specify :group.
11702         * master.el: Don't require easy-mmode.
11703         (master): New customization group.
11704         (master-mode): Specify :group.
11705         * msb.el (msb-mode): Specify :group.
11706         * reveal.el (reveal-mode): Specify :group.
11707         * simple.el (next-error-follow-minor-mode): Specify :group.
11708         * smerge-mode.el (smerge-mode): Specify :group.
11709         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
11710         * emulation/cua-base.el (cua-mode): Specify :group.
11711         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
11712         * language/thai-util.el (thai-auto-composition-mode)
11713         (thai-word-mode): Specify :group.
11714         * mail/supercite.el (sc-minor-mode): Specify :group.
11715         * progmodes/cwarn.el (cwarn-mode): Specify :group.
11716         * progmodes/flymake.el (flymake-mode): Specify :group.
11717         * progmodes/glasses.el (glasses-mode): Specify :group.
11718         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
11719         * textmodes/enriched.el (enriched-mode): Specify :group.
11720         * textmodes/refill.el (refill-mode): Specify :group.
11722         * add-log.el (change-log-font-lock-keywords): Names in
11723         parenthesized lists can contain spaces.
11725 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
11727         * startup.el (fancy-splash-text): Shorten default text of
11728         "Emacs Tutorial" line.  Also, if the current language env
11729         indicates an available tutorial file other than TUTORIAL,
11730         extract its title and append it to the line in parentheses.
11731         (fancy-splash-insert): If arg is a thunk, funcall it.
11733 2005-04-04  Jay Belanger  <belanger@truman.edu>
11735         * calc.el (calc-language-alist): Add tags to customization type.
11737 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
11739         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
11740         Doc fix.
11742 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
11744         * add-log.el (change-log-font-lock-keywords): The manual
11745         describing a Change Log entry, says: (...) "Aside from these
11746         header lines, every line in the change log starts with a space or
11747         a tab.".  The font-lock was not highlighting lines started with
11748         spaces, added support for it.
11750 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11752         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
11753         (bibtex-generate-url-list): Update docstring accordingly.  Put the
11754         complex example in the docstring.
11755         (bibtex-font-lock-url): Use pop.
11757 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
11761         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
11763 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11765         * filesets.el (filesets-set-default): Doc fix.
11767 2005-04-03  Lute Kamstra  <lute@gnu.org>
11769         * generic.el (define-generic-mode): Add argument to specify
11770         keywords for defcustom.
11771         (default-generic-mode): Specify :group.
11773         * generic-x.el: Specify :group for all generic modes.
11775         * desktop.el (desktop-no-desktop-file-hook)
11776         (desktop-after-read-hook): Doc fix.
11778 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
11780         * simple.el (visible-mode): Use explicit :group keyword.
11781         This changes the group of `visible-mode-hook' from paren-blinking
11782         to editing-basics.
11784 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11786         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
11787         mailbox specifications as well as URLs.
11788         (rmail-insert-inbox-text): Remove unused conditional branches.
11790 2005-04-01  Jay Belanger  <belanger@truman.edu>
11792         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11793         (calc-gnuplot-print-command): Move definitions to calc.el.
11795         * calc/calc-embed.el (calc-embedded-announce-formula)
11796         (calc-embedded-open-formula, calc-embedded-close-formula)
11797         (calc-embedded-open-word, calc-embedded-close-word)
11798         (calc-embedded-open-plain, calc-embedded-close-plain)
11799         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
11800         (calc-embedded-open-mode, calc-embedded-close-mode):
11801         Move definitions to calc.el.
11803         * calc/calc.el (calc-settings-file, calc-language-alist):
11804         Make customizable.
11805         (calc-embedded-announce-formula, calc-embedded-open-formula)
11806         (calc-embedded-close-formula, calc-embedded-open-word)
11807         (calc-embedded-close-word, calc-embedded-open-plain)
11808         (calc-embedded-close-plain, calc-embedded-open-new-formula)
11809         (calc-embedded-close-new-formula, calc-embedded-open-mode)
11810         (calc-embedded-close-mode, calc-gnuplot-name)
11811         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
11812         from other files and make customizable.
11814 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
11817         Use buffer-live-p.
11818         (cvs-mode-run): Don't call cvs-update-header here.
11819         (cvs-run-process): Call cvs-update-header.
11820         Use process properties for cvs-postprocess and cvs-buffer so that
11821         the sentinel can behave better if the temp buffer is killed.
11822         Use a pipe rather than a tty, to better handle unexpected prompts.
11823         (cvs-sentinel): Rewrite.  Call cvs-update-header.
11825 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
11827         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
11828         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
11830 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11832         * generic.el (define-generic-mode): Add indentation rule.
11834 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11836         * files.el (mode-require-final-newline): Make Custom correctly
11837         report a nil value and allow to set it to nil via Custom.
11838         Doc fix.
11840 2005-04-01  Kenichi Handa  <handa@m17n.org>
11842         * international/characters.el: Enable the correct case setting for
11843         dotless-i and dotted-I.
11845 2005-04-01  Kim F. Storm  <storm@cua.dk>
11847         * ido.el (ido-file-internal): Fall back to non-ido command if
11848         initial directory is on slow ftp (or tramp) host.
11850 2005-03-31  Richard M. Stallman  <rms@gnu.org>
11852         * emacs-lisp/autoload.el (make-autoload):
11853         Handle define-global-minor-mode.
11855         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11856         Rename from easy-mmode-define-global-mode.
11857         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
11859         * progmodes/scheme.el (scheme-mode-syntax-table):
11860         Update syntax of | and # for two-character comment syntax.
11862 2005-03-31  Lute Kamstra  <lute@gnu.org>
11864         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
11865         (define-minor-mode): Call custom-current-group at load-time.
11867         * generic.el (define-generic-mode): Add debug declaration.
11868         Add defcustom for the mode hook.
11869         (generic-mode-internal): Use run-mode-hooks.
11871 2005-03-31  Kim F. Storm  <storm@cua.dk>
11873         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
11874         (mouse-fixup-help-message): New defun called by show_help_echo
11875         to fixup mouse-2 prefix in help messages when applicable.
11877         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
11879 2005-03-31  Kenichi Handa  <handa@m17n.org>
11881         * language/thai-word.el (thai-find-word-ends): Pay attention to
11882         the case that we reach the end of buffer.
11884         * textmodes/fill.el (fill-text-properties-at): New function.
11885         (fill-newline): Use fill-text-properties-at instead of
11886         text-properties-at.
11888 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
11890         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
11891         not comint-quote-filename.
11893 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
11895         * help-fns.el (help-with-tutorial): Revert last change.
11897 2005-03-31  Kim F. Storm  <storm@cua.dk>
11899         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
11901 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11903         * calendar/cal-china.el: Update reference to "Calendrical
11904         Calculations" book; there's a new edition.
11905         * calendar/cal-coptic.el: Likewise.
11906         * calendar/cal-french.el: Likewise.
11907         * calendar/cal-hebrew.el: Likewise.
11908         * calendar/cal-islam.el: Likewise.
11909         * calendar/cal-iso.el: Likewise.
11910         * calendar/cal-julian.el: Likewise.
11911         * calendar/cal-mayan.el: Likewise.
11912         * calendar/cal-persia.el: Likewise.
11913         * calendar/calendar.el: Likewise.
11914         * calendar/holidays.el: Likewise.
11915         * calendar/lunar.el: Likewise.
11916         * calendar/solar.el: Likewise.
11918         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
11919         white space from doc string.
11921 2005-03-30  Jay Belanger  <belanger@truman.edu>
11923         * calc/calc-help.el (calc-full-help): Remove email address.
11925 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
11927         * help-fns.el (help-with-tutorial): Delete title line.
11929 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11931         * calendar/cal-x.el (calendar-one-frame-setup)
11932         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
11933         rather than 'symbol for set-window-dedicated-p.
11935         * calendar/appt.el (appt-buffer-name): Make it a constant.
11936         (appt-add): Doc fix.
11938         * filesets.el (filesets-menu-path, filesets-menu-before)
11939         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
11940         (filesets-menu-cache-file): Use directory ~/.emacs.d.
11941         (filesets-add-submenu): Delete and use add-submenu instead.
11943 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
11945         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
11946         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
11947         (org-diary-default-entry): New function.
11948         (org-get-entries-from-diary): Better parsing of diary entries.
11949         (org-agenda-check-no-diary): New function.
11950         ("diary-lib"): Advice to function `add-to-diary-list', to allow
11951         linking to diary entries.
11952         (org-agenda-execute-calendar-command): New function.
11953         (org-agenda): Improve visible section in window.
11954         Use `org-fit-agenda-window'.
11955         (org-fit-agenda-window): New option.
11956         (org-move-subtree-down): Better handling of empty lines
11957         at end of subtree.
11958         (org-cycle): Numeric prefix is interpreted now as show-subtree N
11959         levels up.
11960         (org-fontify-done-headline): New option.
11961         (org-headline-done-face): New face.
11962         (org-set-font-lock-defaults): Use `org-headline-done-face'.
11963         (org-table-copy-down): Rename from `org-table-copy-from-above'.
11964         When current field is non-empty, it is copied to next row.
11965         (org-table-copy-from-above): Fix bug which made it
11966         impossible to copy fields containing only a single non-white character.
11968 2005-03-30  Kim F. Storm  <storm@cua.dk>
11970         * kmacro.el (kmacro-end-macro): Isearch may store this command
11971         into the macro -- so ignore it when executing keyboard macro.
11973 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
11975         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
11977 2005-03-29  Kenichi Handa  <handa@m17n.org>
11979         * language/thai.el ("Thai"): Set setup-function and exit-function
11980         for Thai language environment.
11982         * language/thai-util.el: Require thai-word.
11983         (thai-word-mode-map): New variable.
11984         (thai-word-mode): New minor mode.
11985         (setup-thai-language-environment-internal): New function.
11986         (exit-thai-language-environment-internal): New function.
11988         * language/thai-word.el (thai-word-table): Declare it by defvar,
11989         use dolist to initialize it.
11990         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
11991         (thai-fill-find-break-point): New functions.
11993 2005-03-29  Richard M. Stallman  <rms@gnu.org>
11995         * simple.el (idle-update-delay): Move definition up.
11996         (set-mark): Doc fix.
11998 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12000         * longlines.el: New file.
12002         * simple.el (buffer-substring-filters): New variable.
12003         (filter-buffer-substring): New function.
12004         (kill-region, copy-region-as-kill): Use it.
12006         * register.el (copy-to-register, append-to-register)
12007         (prepend-to-register): Use filter-buffer-substring.
12009 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12011         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12012         (gud-filter-pending-text): Move in front of gdb.
12013         (gud-overlay-arrow-position): New variable.
12014         (gud-sentinel, gud-display-line): Use it in place of
12015         overlay-arrow-position.
12017 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12019         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12020         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12021         (fortran-font-lock-keywords-4): New variable.
12022         (fortran-blocks-re, fortran-end-block-re)
12023         (fortran-start-block-re): New constants, for hideshow.
12024         (hs-special-modes-alist): Add a Fortran entry.
12025         (fortran-mode-map): Bind fortran-end-of-block,
12026         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12027         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12028         (fortran-looking-at-if-then, fortran-end-of-block)
12029         (fortran-beginning-of-block): New functions, for hideshow.
12031         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12032         Doc fix.  Tweak regexp.
12033         (f90-beginning-of-block): Push mark first.
12035 2005-03-29  Jay Belanger  <belanger@truman.edu>
12037         * calc/calc.el: Update copyright date.
12038         (calc-version): Increase to 2.1.
12039         (calc-version-date): Remove.
12041         * calc/calc-help.el: Update copyright date.
12042         (calc-full-help): Remove reference to calc-version-date.
12043         Update copyright date.
12045 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12047         * vc.el (vc-do-command): Use a pipe for async processes, so password
12048         prompts don't show up at places where the user can't reply.
12050 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12052         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12053         on the file name we pass to the inferior shell.
12055 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12057         * progmodes/which-func.el (which-function): Be robust in the face of an
12058         imenu--make-index-alist failure.
12060 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12062         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12064         * progmodes/python.el (python-preoutput-filter): Fix last change.
12066 2005-03-29  Lute Kamstra  <lute@gnu.org>
12068         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12069         functions and compiled macros.
12070         (debug-convert-byte-code): Handle macros too.
12071         (debug-on-entry-1): Don't signal an error when trying to clear a
12072         function that is not set to debug on entry.
12074 2005-03-29  Jay Belanger  <belanger@truman.edu>
12076         * calc/calc-lang.el: Add functions to math-function-table
12077         properties of tex and math.
12079 2005-03-29  Kenichi Handa  <handa@m17n.org>
12081         * ps-mule.el (ps-mule-plot-string): Translate characters by
12082         ps-print-translation-table.
12083         (ps-mule-begin-job): Call find-charset-region/string with
12084         ps-print-translation-table.
12085         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12087         * ps-print.el (ps-print-translation-table): New variable.
12088         (ps-plot-region): Translate characters by ps-print-translation-table.
12090 2005-03-29  Juri Linkov  <juri@jurta.org>
12092         * simple.el (next-error-highlight-timer): New variable.
12094         * progmodes/compile.el (compilation-goto-locus):
12095         Use `next-error-highlight-timer' instead of `sit-for'.
12097 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * mail/supercite.el (sc-mail-field): Use assoc-string.
12100         (sc-get-address): Simplify regexps.
12102         * files.el (minibuffer-with-setup-hook): New macro.
12103         (find-file-read-args): Use it to avoid let-binding
12104         minibuffer-with-setup-hook (which breaks turning on/off
12105         file-name-shadow-mode while in the prompt).
12107         * complete.el (PC-read-include-file-name-internal):
12108         Use test-completion.
12110 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12112         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12114 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12116         * window.el (window-buffer-height): Use count-screen-lines.
12118         * progmodes/python.el (python-preoutput-leftover): New var.
12119         (python-preoutput-filter): Use it.
12120         (python-send-receive): Loop until all the result has been received.
12122 2005-03-28  Juri Linkov  <juri@jurta.org>
12124         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12126         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12127         "Recover Crashed Session".
12128         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12129         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12130         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12131         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12132         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12133         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12134         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12135         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12137         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12138         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12139         Ediff Sessions", "Toggle use of separate control buffer frame",
12140         "Use separate frame for Ediff control buffer".
12142         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12143         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12144         "Rename Bookmark", "Delete Bookmark".
12146         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12147         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12148         Add `:active Info-index-alternatives' to "Next Matching Item".
12150         * wdired.el (wdired-change-to-wdired-mode):
12151         Mention `wdired-abort-changes' key in the initial message.
12153         * international/mule.el (auto-coding-alist): Associate non-ascii
12154         image filename extensions with `no-conversion'.
12156 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * international/iso-acc.el:
12159         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12161 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12163         * textmodes/sgml-mode.el (html-mode): Doc update.
12165         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12167 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12169         * term.el (term-move-columns): Fix face after extending a line.
12170         (term-insert-spaces): Likewise.
12171         (term-reset-terminal): Fix off by one error.
12173 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12175         * international/mule.el (auto-coding-alist): Add .xpi files.
12177         * files.el (auto-mode-alist): Add .xpi files.
12179 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12181         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12183 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12185         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12187 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12189         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12190         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12192         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12193         cursor to Jan 1 when needed.
12194         (calendar-end-of-year): Fix -/+ typo.
12195         Reported by Chong Yidong <cyd@stupidchicken.com>.
12197 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12199         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12201         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12202         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12204 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12206         * filesets.el (filesets-init): Add autoload.
12208         * mail/mailalias.el (mail-directory): Doc fix.
12210 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12212         * mail/mailalias.el (mail-directory-process): Do nothing if
12213         mail-directory-process is an atom.
12214         (mail-get-names): Ignore mail-directory-names if it is an atom.
12215         (mail-directory-process defvar): Doc fix.
12216         (mail-names): Doc fix.
12218 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12220         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12222 2005-03-26  Kenichi Handa  <handa@m17n.org>
12224         * international/mule-util.el (detect-coding-with-priority):
12225         Call update-coding-systems-internal before detect-coding-region.
12227 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12229         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12230         (gdb-frames-mode-map): Add follow-link property.
12232 2005-03-25  Jay Belanger  <belanger@truman.edu>
12234         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12235         for variables.
12237 2005-03-25  Juri Linkov  <juri@jurta.org>
12239         * image-mode.el: Optimize image filename extension regexps in
12240         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12241         in `auto-mode-alist'.
12242         (image-mode): Add `image-toggle-display-text' to local hook
12243         `change-major-mode-hook'.  Display the image as an image by
12244         default.  Set `cursor-type' and `truncate-lines' if the image
12245         is already displayed.  Take into account the current mode (image
12246         or text) in message.
12247         (image-minor-mode): New minor mode.
12248         (image-mode-maybe, image-toggle-display-text): New functions.
12249         (image-toggle-display): Use called-interactively-p.
12250         Let-bind `inhibit-read-only' to t.
12252         * image-mode.el (image-minor-mode): Set `cursor-type' and
12253         `truncate-lines' if the image is already displayed.  Add turning
12254         image-minor-mode off to `change-major-mode-hook'.  Add message.
12255         Call `image-toggle-display-text' after turning image-minor-mode off.
12257 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12259         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12260         Terminal.app, use utf-8.
12261         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12262         (set-locale-environment): Use it.
12264         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12266         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12268         * progmodes/python.el (python-close-block-statement-p)
12269         (python-outdent-p, python-current-defun): Use symbol-end.
12271 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12273         * files.el (save-some-buffers): Doc fix.
12275 2005-03-25  Werner Lemberg  <wl@gnu.org>
12277         * complete.el, thumbs.el: Replace `legal' with `valid'.
12278         * calendar/calendar.el: Replace `legal' with `valid'.
12279         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12280         * mail/supercite.el: Replace `legal' with `valid'.
12281         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12282         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12283         Replace `legal' with `valid'.
12284         * textmodes/reftex-vars.el, textmodes/reftex.el:
12285         Replace `legal' with `valid'.
12287 2005-03-25  Werner Lemberg  <wl@gnu.org>
12289         * calc/calc-forms.el, calc/calc-sel.el:
12290         * midnight.el, vc-cvs.el:
12291         * emacs-lisp/cl-macs.el:
12292         * emulation/vip.el:
12293         * eshell/esh-io.el, eshell/esh-var.el:
12294         * mail/supercite.el:
12295         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12296         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12297         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12298         * progmodes/sh-script.el, progmodes/xscheme.el:
12299         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12300         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12301         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12302         * textmodes/reftex.el, textmodes/org.el:
12303         Replace `illegal' with `invalid'.
12305 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12307         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12308         (flymake-find-buildfile, flymake-find-possible-master-files)
12309         (flymake-check-include, flymake-parse-line): Replace loops over the
12310         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12312         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12313         Substitute file-name-as-directory in the rest of the file.
12314         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12315         (flymake-replace-region): Remove unused arg `buffer'.
12316         (flymake-check-patch-master-file-buffer): Update calls to it.
12317         (flymake-add-err-info): Remove unused var `count'.
12318         (flymake-mode): Use define-minor-mode.
12320         * progmodes/flymake.el: Use with-current-buffer.
12321         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12322         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12323         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12324         Avoid testing for `xemacs'.
12325         (flymake-nop): Move.
12326         (flymake-region-has-flymake-overlays): Return the computed value.
12327         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12328         Remove unused var `endline'.
12329         (flymake-get-line-count): Remove unused function.
12330         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12332         * emulation/vi.el:
12333         * generic.el:
12334         * hilit-chg.el (global-highlight-changes):
12335         * hi-lock.el (hi-lock-mode):
12336         * follow.el: find-file-hooks -> find-file-hook.
12338         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12340 2005-03-24  Juri Linkov  <juri@jurta.org>
12342         * dired.el (dired-mode-map): Add menu item "Compare directories"
12343         for dired-compare-directories.
12345         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12346         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12348 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12350         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12352 2005-03-24  Jay Belanger  <belanger@truman.edu>
12354         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12355         relevant mode settings in calc-embedded-original-modes when modes
12356         are permanently changed.
12358 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * autoinsert.el: find-file-hooks -> find-file-hook.
12362 2005-03-24  Lute Kamstra  <lute@gnu.org>
12364         * generic.el (generic-font-lock-defaults): Make it obsolete.
12365         (generic-font-lock-keywords): New variable to replace
12366         generic-font-lock-defaults.
12367         (generic-mode-set-font-lock): Delete it.
12368         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12369         (generic-bracket-support): Add docstring.
12371         * generic-x.el: Rename generic-font-lock-defaults to
12372         generic-font-lock-keywords throughout.
12373         (mailagent-rules-setup-function): Delete it.
12374         (mailagent-rules-generic-mode): Use anonymous function instead.
12375         (show-tabs-generic-mode-font-lock-defaults-1)
12376         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12377         Quote faces.
12378         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12379         not foreground.
12381         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12382         Recognize define-generic-mode.
12384 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12386         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12387         if there's no completion table.
12389 2005-03-23  Miles Bader  <miles@gnu.org>
12391         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12392         Remove tty-specific variants, as they're no longer needed.
12394 2005-03-23  Lute Kamstra  <lute@gnu.org>
12396         * generic-x.el: Code cleanup: make args constant whenever possible.
12397         (installshield-statement-keyword-list)
12398         (installshield-system-functions-list)
12399         (installshield-system-variables-list, installshield-types-list)
12400         (installshield-funarg-constants-list): Make them constants.
12402         * generic.el (generic-make-keywords-list): Add autoload cookie.
12404         * calendar/time-date.el: Add comment on time value formats.
12405         Don't require parse-time.
12406         (with-decoded-time-value): New macro.
12407         (encode-time-value): New function.
12408         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12409         (days-to-time): Return a valid time value when arg is huge.
12410         (time-since): Use time-subtract.
12411         (time-to-number-of-days): Use time-to-seconds.
12413 2005-03-23  David Ponce  <david@dponce.com>
12415         * recentf.el: (recentf-keep): New option.
12416         (recentf-menu-action): Default to `find-file'.
12417         (recentf-keep-non-readable-files-flag)
12418         (recentf-keep-non-readable-files-p)
12419         (recentf-file-readable-p, recentf-find-file)
12420         (recentf-cleanup-remote): Remove.
12421         (recentf-include-p): More robust.
12422         (recentf-keep-p): New function.
12423         (recentf-remove-if-non-kept): Rename from
12424         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12425         All callers updated.
12426         (recentf-menu-items-for-commands): Fix help string.
12427         (recentf-track-closed-file): Update.  Doc fix.
12428         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12430 2005-03-23  Kim F. Storm  <storm@cua.dk>
12432         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12433         Don't inherit from fringe face (now happens automatically).
12435 2005-03-22  Kim F. Storm  <storm@cua.dk>
12437         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12438         position values.
12440 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         * menu-bar.el (showhide-date-time): Remove.
12443         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12444         (menu-bar-make-mm-toggle): Simplify.
12446 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12448         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12449         Accept qualified variable and function names.
12451 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12453         * bindings.el (completion-ignored-extensions):
12454         Remove ".lis" for `vax-vms'.
12456 2005-03-22  Andreas Schwab  <schwab@suse.de>
12458         * generic-x.el: Revert last change.
12459         * ldefs-boot.el: Update.
12461 2005-03-22  Jay Belanger  <belanger@truman.edu>
12463         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12464         (calc-embedded-save-original-modes)
12465         (calc-embedded-restore-original-modes): New functions.
12466         (calc-do-embedded): Save original modes when entering embedded mode
12467         and restore when leaving embedded mode.
12468         (calc-embedded-modes-change): Change the value of
12469         calc-embedded-original-modes to reflect permanent changes.
12471 2005-03-22  Lute Kamstra  <lute@gnu.org>
12473         * generic-x.el: Require generic again.
12475 2005-03-22  Miles Bader  <miles@gnu.org>
12477         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12478         Tweak details to look good on both ttys and bitmap displays, light
12479         or dark background, etc.
12481 2005-03-21  Kim F. Storm  <storm@cua.dk>
12483         * tooltip.el (tooltip-show-help-function): Check car and cdr of
12484         mouse position.
12486 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * icomplete.el: Don't forcibly turn on the mode upon load.
12489         (icomplete-mode): Use define-minor-mode.
12490         (icomplete-eoinput): Default to nil.
12491         (icomplete-minibuffer-setup): Remove autoload.
12492         (icomplete-tidy): Simplify.
12493         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12494         in the initial state or if the user has modified the field.
12495         Fix handling of icomplete-max-delay-chars.
12496         Remove code that handles the oddball case where
12497         minibuffer-completion-table is an integer.
12498         Wrap icomplete-completions in while-no-input in case building
12499         completions takes more time than expected.
12500         (icomplete-completions): Simplify.
12502 2005-03-21  Richard M. Stallman  <rms@gnu.org>
12504         * jka-compr.el (jka-compr-really-do-compress):
12505         Make variable buffer-local.
12507         * image-mode.el: Handle .xpm files too.
12508         (image-toggle-display): Preserve modification flag.
12510         * help.el (where-is): Don't mention aliases with no key bindings.
12512 2005-03-21  Lute Kamstra  <lute@gnu.org>
12514         * generic.el: Fix commentary section.  Don't require cl for
12515         compilation.
12516         (generic-mode-list): Add autoload cookie.
12517         (generic-use-find-file-hook, generic-lines-to-scan)
12518         (generic-find-file-regexp, generic-ignore-files-regexp)
12519         (generic-mode, generic-mode-find-file-hook)
12520         (generic-mode-ini-file-find-file-hook): Fix docstrings.
12521         (define-generic-mode): Make it a defmacro.  Fix docstring.
12522         (generic-mode-internal): Code cleanup.  Add autoload cookie.
12523         (generic-mode-set-comments): Code cleanup.
12524         * generic-x.el: Don't prevent compilation.  Don't require generic.
12525         Follow coding conventions.  Minor code cleanup.
12526         (etc-fstab-generic-mode): Add some keywords.
12527         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12528         define-generic-mode like a function declaration.
12530 2005-03-21  Jay Belanger  <belanger@truman.edu>
12532         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12533         changing modes.
12535 2005-03-21  Sam Steingold  <sds@gnu.org>
12537         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12539 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
12541         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12542         Add underscore to "f$ lexicals" regexp.
12544 2005-03-20  Juri Linkov  <juri@jurta.org>
12546         * subr.el (progress-reporter-do-update): When `min-value' is equal
12547         to `max-value', set `percentage' to 0 and prevent division by zero.
12549 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
12551         Sync with Tramp 2.0.48.
12553         * net/tramp.el (all): Change all addresses to .gnu.org.
12554         (tramp-append-tramp-buffers): New defun.
12555         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12556         Catch `dont-send' signal.
12557         (tramp-set-auto-save-file-modes): Set always permissions, because
12558         there might be an old auto-saved file belonging to another
12559         original file.  This could be a security threat.  Reported by
12560         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12561         Check for Emacs 21.3.50 removed.
12563         * net/tramp-smb.el (all): Remove debug construct for
12564         `with-parsed-tramp-file-name'.
12565         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12566         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12567         No error message if DIRECTORY or FILENAME doesn't exist.
12568         (tramp-smb-open-connection): Check existence of
12569         `tramp-smb-program'.
12571 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12574         Properly handle the case where the `m' or `s' command's argument is not
12575         yet terminated.
12576         (perl-indent-new-calculate): New function.
12577         (perl-indent-line): Use it.
12579 2005-03-20  Miles Bader  <miles@gnu.org>
12581         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12582         in text-mode too.  Change to new face names.
12583         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12584         Add `:weight bold' attribute.
12585         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12587 2005-03-19  Juri Linkov  <juri@jurta.org>
12589         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
12591         * international/mule.el (auto-coding-alist): Sync with
12592         `auto-mode-alist' by adding upper case archive file extensions
12593         and adding ear/war to jar extension.
12595 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
12597         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12598         running, restart it.
12600 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
12602         * finder.el (finder-current-item): Throw an error on an empty line.
12604         * man.el (Man-follow-manual-reference): If current-word returns
12605         nil, use "".
12607 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
12609         * simple.el (goto-line): Doc fix.
12611 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
12613         * files.el (save-buffer): Doc fix.
12615 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
12617         * recentf.el (recentf-cleanup-remote): New variable.
12618         (recentf-cleanup): Use it to conditionally check availability of
12619         remote files.
12621 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
12623         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12624         function names.
12626 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12628         * language/thai-word.el: New file.
12630 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12632         * files.el (backup-buffer): If the file's directory is not
12633         writable, use copy instead of move to backup the file.
12635 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
12637         * obsolete/keyswap.el: Moved to obsolete/ from term/.
12639 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12641         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
12642         Use functionp instead of symbolp and fboundp.  Reported by Drkm
12643         <darkman_spam@yahoo.fr>.
12644         (ps-print-version): New version 6.6.6.
12646 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
12648         * textmodes/table.el (table--line-column-position): New idiom.
12649         (table--row-column-insertion-point-p): New function to test
12650         validity of row and column insertion operation at a location.
12651         (table-global-menu, table-cell-menu): Use above functions for
12652         deterministic test operation.
12653         (table--editable-cell-p): Behave in deterministic fashion.
12655 2005-03-18  Juri Linkov  <juri@jurta.org>
12657         * isearch.el (isearch-lazy-highlight-new-loop):
12658         Make arguments beg and end optional.
12659         (isearch-update): Remove optional arguments nil from
12660         isearch-lazy-highlight-new-loop.
12661         (isearch-lazy-highlight-search): Let-bind case-fold-search to
12662         isearch-lazy-highlight-case-fold-search instead of
12663         isearch-case-fold-search, and let-bind isearch-regexp to
12664         isearch-lazy-highlight-regexp.
12665         Use isearch-lazy-highlight-last-string instead of isearch-string.
12667         * replace.el (perform-replace): Remove bindings of global
12668         variables isearch-string, isearch-regexp, isearch-case-fold-search.
12669         Add three new arguments to `replace-highlight'.
12670         (replace-highlight): Add arguments string, regexp, case-fold.
12671         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
12672         to allow isearch-lazy-highlight-new-loop to use these values
12673         to set corresponding isearch-lazy-highlight-* internal
12674         variables whose values lazy highlighting will use regardless of
12675         changes to global variables isearch-string, isearch-regexp,
12676         isearch-case-fold-search during lazy highlighting loop.
12677         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
12678         to `lazy-highlight-cleanup'.
12680         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
12681         (ispell-highlight-face): Set default face to `isearch' when
12682         lazy highlighting is enabled.
12683         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
12684         priority to 1.  Add lazy highlighting.
12685         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
12686         from `isearch-dehighlight'.
12688 2005-03-18  David Ponce  <david@dponce.com>
12690         * files.el (hack-local-variables): Do a case-insensitive search
12691         for End.
12693 2005-03-18  Juri Linkov  <juri@jurta.org>
12695         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
12696         `isearch-lazy-highlight-cleanup', add alias to old name and
12697         declare obsolete.  Add release numbers to other obsolete vars.
12698         (isearch-done, isearch-lazy-highlight-new-loop):
12699         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
12700         (lazy-highlight-cleanup) <variable>: Doc fix.
12701         (isearch-lazy-highlight-update): Rename obsolete
12702         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
12704 2005-03-18  Kenichi Handa  <handa@m17n.org>
12706         * language/thai-util.el: Fix categorization of Thai characters in
12707         thai-category-table.
12708         (thai-composition-pattern): Adjust it for the above change.
12709         (thai-self-insert-command, thai-compose-syllable): New functions.
12710         (thai-compose-region): Use thai-compose-syllable.
12711         (thai-compose-string): Likewise.
12712         (thai-composition-function): Likewise.
12713         (thai-auto-composition): New function.
12714         (thai-auto-composition-mode): New minor mode.
12716         * language/thai.el: Fix patterns to be registered in
12717         composition-function-table.
12719         * international/quail.el (quail-input-method): Locally bind
12720         inhibit-modification-hooks to t.
12722 2005-03-17  Richard M. Stallman  <rms@gnu.org>
12724         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
12725         (perl-mode): Use run-mode-hooks.
12727         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
12728         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
12729         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
12731         * mail/sendmail.el (sendmail-send-it): Reenable the code
12732         to compute resend-to-address and use it.
12734         * tar-mode.el (tar-mode): Turn off undo unconditionally.
12736         * image-mode.el: New file.
12738         * image.el (insert-sliced-image): Add autoload cookie.
12740         * font-lock.el (font-lock-lines-before): New user option.
12741         (font-lock-after-change-function): Obey it.
12743         * bindings.el (esc-map): Make M-g a prefix.
12744         Bind M-g g and M-g M-g to goto-line.
12746         * faces.el (face-id): Doc fix.
12748 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12750         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
12751         (rmail-show-message): Use rmail-unknown-mail-followup-to.
12752         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
12754         * mail/sendmail.el (mail-yank-ignored-headers)
12755         (mail-font-lock-keywords, mail-mode-fill-paragraph):
12756         Add Mail-Followup-To and Mail-Reply-To headers.
12757         (mail-citation-hook): Add autoload cookie.
12758         (mail-mode): Doc fix.
12759         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
12760         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
12761         (mail-mode-fill-paragraph): Handle those headers.
12762         (mail-mailing-lists): New variable.
12763         (mail-mail-reply-to, mail-mail-followup-to): New functions.
12765 2005-03-17  Juri Linkov  <juri@jurta.org>
12767         * isearch.el (isearch-fallback): Check for `(car previous)'
12768         before calling `isearch-other-end-state'.
12770 2005-03-17  Kim F. Storm  <storm@cua.dk>
12772         * simple.el (move-beginning-of-line): Move to beginning of buffer
12773         line, as well as beginning of screen line.
12775 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
12777         * calendar/diary-lib.el (mark-diary-entries): Use new optional
12778         argument REDRAW rather than calendar-redrawing variable.
12779         * calendar/calendar.el (calendar-redrawing): Delete.
12780         (redraw-calendar): Do not bind calendar-redrawing.
12782 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
12784         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
12785         diary-file buffer.
12787 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12789         * help.el (describe-mode): Allow a :minor-mode-function property to
12790         specify a different minor mode toggle function than the variable.
12791         * simple.el (auto-fill-function):
12792         * subr.el (add-minor-mode): Use it.
12794 2005-03-16  Kenichi Handa  <handa@m17n.org>
12796         * language/ethio-util.el (sera-being-called-by-w3): New variable.
12797         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
12798         (ethio-fidel-to-sera-buffer): Likewise.
12800 2005-03-16  Juri Linkov  <juri@jurta.org>
12802         * emacs-lisp/find-func.el (find-function-regexp):
12803         Add defun-emitting macro `menu-bar-make-toggle'.
12805         * isearch.el: Put `isearch-scroll' property to
12806         `split-window-horizontally'.
12808         * info.el: Update error messages for `debug-ignored-errors'.
12809         (Info-isearch-search): Doc fix.
12810         (Info-find-node): Move up code to go into info buffer before
12811         recording the node to the history.
12812         (Info-fontify-node): Fontify titles only if the next line
12813         has two or more `*', `=', `-', `.'.
12814         Display "go to this node" for empty (match-string 3).
12816 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12818         * term/mac-win.el: Add mouse pointer shape constants.
12820 2005-03-15  Kim F. Storm  <storm@cua.dk>
12822         * simple.el (move-beginning-of-line): Use vertical-motion.
12824 2005-03-15  Juri Linkov  <juri@jurta.org>
12826         * isearch.el (isearch-error): New variable.
12827         (isearch-invalid-regexp, isearch-within-brackets): Remove.
12828         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
12829         (isearch-within-brackets-state): Remove.
12830         (isearch-case-fold-search-state, isearch-pop-fun-state):
12831         Decrease frame index.
12832         (isearch-mode, isearch-top-state, isearch-push-state)
12833         (isearch-edit-string, isearch-abort, isearch-search-and-update)
12834         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
12835         (isearch-search, isearch-lazy-highlight-new-loop):
12836         Replace `isearch-invalid-regexp' with `isearch-error'.
12837         Remove `isearch-within-brackets'.
12838         (isearch-search): Add `search-failed' handler to `condition-case'.
12839         (isearch-lazy-highlight-search): Add `condition-case' to catch
12840         errors and allow `isearch-lazy-highlight-update' to try
12841         highlighting from the beginning of the window.
12842         (isearch-repeat): Move up code to set isearch-wrapped to t
12843         before calling isearch-wrap-function.
12845         * info.el (Info-isearch-initial-node): New internal variable.
12846         (Info-search): Signal an error in isearch mode when search leaves
12847         the initial node.  Signal an error when `bound' is non-nil and
12848         nothing was found in the current subfile.
12849         (Info-isearch-search): Remove `condition-case'.
12850         (Info-isearch-wrap): Don't wrap when search failed during leaving
12851         the initial node.  If `Info-isearch-search' is nil, wrap around
12852         the current node.
12853         (Info-isearch-start): New fun.
12854         (Info-mode): Add buffer-local hook `Info-isearch-start' to
12855         `isearch-mode-hook'.
12857 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12859         * simple.el (normal-erase-is-backspace): Set default to t if
12860         running on Mac.
12862         * term/mac-win.el (function-key-map): Sync with x-win.el.
12864 2005-03-15  Kenichi Handa  <handa@m17n.org>
12866         * international/mule-cmds.el (locale-language-names): Modify the
12867         format of elements and add more entries.
12868         (locale-preferred-coding-systems): Add more entries.
12869         (set-locale-environment): Adjust for the change of
12870         locale-language-names.
12872 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         * pcvs.el (smerge-ediff): Remove bogus autoload.
12876 2005-03-14  Lute Kamstra  <lute@gnu.org>
12878         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
12879         Ignore a `*' at the beginning of a line.
12881         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
12882         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
12883         subr.el.
12884         (dont-compile, eval-when-compile, eval-and-compile): Use declare
12885         to specify indentation.
12887         * generic.el (define-generic-mode): Let generic-mode-list be a
12888         list of strings; test membership with equal.
12890 2005-03-14  Kim F. Storm  <storm@cua.dk>
12892         * simple.el (next-line, previous-line): Add optional try-vscroll
12893         arg to recognize interactive use.  Pass it on to line-move.
12894         (line-move): Don't perform auto-window-vscroll when defining or
12895         executing keyboard macro to ensure consistent behavior.
12897 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12899         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
12901 2005-03-13  Lute Kamstra  <lute@gnu.org>
12903         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
12904         debugger-setup-buffer so that backtrace marks the frames set to
12905         debug-on-exit and we don't have to do it manually.  Set an extra
12906         debug-on-exit for macro's.
12907         (debugger-setup-buffer): Don't mark the top frame manually.
12909 2005-03-12  Lute Kamstra  <lute@gnu.org>
12911         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
12912         lisp-indent-function throughout.
12913         (with-no-warnings): Set lisp-indent-function property.
12915 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
12917         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
12918         Add entry for backslash.
12920 2005-03-12  Juri Linkov  <juri@jurta.org>
12922         * info.el (Info-search): Four fixes for backward search.
12924 2005-03-11  Jay Belanger  <belanger@truman.edu>
12926         * calc/calc.el (calc-language-alist): New variable.
12927         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
12928         (calc-embedded-find-modes): Use calc-language-alist instead of
12929         calc-embedded-language-alist.
12931 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12933         * calendar/calendar.el (calendar-redrawing): New internal
12934         variable.
12935         (redraw-calendar): Remove bogus save-excursion from previous
12936         change.  Bind calendar-redrawing to t for mark-diary-entries.
12937         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
12938         calendar if that is why we were called.
12940 2005-03-11  Kenichi Handa  <handa@m17n.org>
12942         * international/mule.el (make-coding-system): Set property
12943         coding-system-define-form to nil.
12944         (define-coding-system-alias): Likewise.
12946 2005-03-11  Kenichi Handa  <handa@m17n.org>
12948         These changes are suggested by Dave Love <fx@gnu.org>.
12950         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
12951         coding: tag.
12952         (adaptive-fill-regexp): Add more bullets.
12953         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
12954         regexps.
12956 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12958         * help.el (describe-mode): Properly handle non-trivial lighters.
12959         Don't ignore minor modes that are not listed in minor-mode-list.
12961         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
12962         feature ON when the user requests to turn it OFF.
12964 2005-03-10  Lute Kamstra  <lute@gnu.org>
12966         * emacs-lisp/debug.el (debug-entry-code): Delete it.
12967         (implement-debug-on-entry): New function to replace debug-entry-code.
12968         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
12969         second argument as the 2005-03-07 change makes it obsolete.
12970         (debug-on-entry, cancel-debug-on-entry): Update call to
12971         debug-on-entry-1.
12972         (debug, debugger-setup-buffer): Comment update.
12973         (debugger-frame-number): Update to work with implement-debug-on-entry.
12975 2005-03-10  Jay Belanger  <belanger@truman.edu>
12977         * calc/calc-embed.el (math-ms-args): Declare it.
12978         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
12979         math-ms-args.
12980         (calc-embedded-subst): Use math-multi-subst-rec to substitute
12981         variables.
12983 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
12985         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
12986         Use message-box.
12988         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
12989         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
12990         (tooltip-gud-tips): Simplify.
12991         (tooltip-gud-tips-p): Remove superfluous :set.
12992         (tooltip-gud-modes): Add fortran-mode.
12993         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
12995         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
12997 2005-03-09  Kim F. Storm  <storm@cua.dk>
12999         * play/animate.el (animate-place-char): Use forward-line instead
13000         of next-line to improve performance.
13002 2005-03-09  Simon Josefsson  <jas@extundo.com>
13004         * net/browse-url.el (browse-url-default-browser): Doc fix.
13006 2005-03-09  Miles Bader  <miles@gnu.org>
13008         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13009         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13011 2005-03-09  Kenichi Handa  <handa@m17n.org>
13013         * international/latin-1.el: Set case and syntax for 255 only if
13014         set-case-syntax-set-multibyte is nil.
13016         * textmodes/ispell.el (ispell-insert-word): New function.
13017         (ispell-word): Use ispell-insert-word to insert a new word.
13018         (ispell-process-line): Likewise.
13019         (ispell-complete-word): Likewise.
13021 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13023         * calendar/calendar.el (redraw-calendar): Preserve point.
13024         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13025         (calendar-week-start-day): Move after definition of
13026         redraw-calendar.  Delete buffer test, since redraw-calendar has
13027         that now.
13029         * calendar/diary-lib.el (mark-diary-entries): Only call
13030         redraw-calendar in the first of any recursive calls.
13031         Reported by Alan Shutko <ats@acm.org>.
13033 2005-03-08  Juri Linkov  <juri@jurta.org>
13035         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13036         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13037         (html-radio-buttons): Add a space before the trailing `/>' where
13038         sgml-xml-mode is non-nil.
13039         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13040         the subsequent tag of the empty XML tag.
13041         (html-href-anchor): Don't set initial input to "http:".
13042         (html-image): Ask for the image URL and set point inside alt="".
13043         (html-name-anchor): Duplicate the name in the `id' attribute when
13044         sgml-xml-mode is non-nil.
13045         (html-paragraph): Remove \n before <p>.
13046         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13047         instead of `checked' when sgml-xml-mode is non-nil.
13049         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13050         Remove 1 space before #RRGGBB to not truncate it on terminal
13051         windows w/o fringes.  Remove 1 space between bg and fg examples
13052         to get more space.
13053         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13054         avoid byte-compile warnings.
13056         * image-file.el (image-file-handler): Put `safe-magic' property to
13057         `image-file-handler'.
13059         * info.el (Info-isearch-search): Emulate word search in
13060         isearching through multiple Info nodes with Info-search.
13061         (Info-isearch-wrap): Allow isearch-word.
13063 2005-03-08  Lute Kamstra  <lute@gnu.org>
13065         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13066         stepping into the debugger's code is not possible.
13067         (debugger-jumping-flag): Docstring update.
13069 2005-03-08  Jay Belanger  <belanger@truman.edu>
13071         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13072         embedded mode begins.
13073         (calc-embedded-language-alist): New variable.
13074         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13075         set default language mode.
13077 2005-03-08  Kenichi Handa  <handa@m17n.org>
13079         * international/ccl.el (define-ccl-program): Fix docstring about
13080         extra 256 bytes assured for the output buffer.
13082         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13083         Fix BUFFER_MAGNIFICATION to 2.
13084         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13086 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13088         * align.el (align-rules-list): Added an alignment rule for CSS
13089         declarations (applies to css-mode and html-mode buffers).
13091 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13093         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13095 2005-03-07  Kim F. Storm  <storm@cua.dk>
13097         * simple.el (move-beginning-of-line): New command.
13099         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13101         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13103         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13104         and move-beginning-of-line.
13106         * apropos.el (apropos-print): Omit command from M-x ... RET.
13108 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13110         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13111         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13113 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13115         * bindings.el (esc-map): Bind M-g to goto-line.
13117         * facemenu.el (global-map): Bind M-o, not M-g.
13119 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13121         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13122         "Open Directory" as for "Open File".
13124 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13126         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13127         (push-mark-command): Run activate-mark-hook.
13129 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13131         * help-mode.el (help-mode-finish): Don't alter the element
13132         in view-return-to-alist if there already is one.
13134         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13135         make sure the current buffer is the expected one.
13137         * novice.el (disabled-command-function): Output in *Disabled Command*.
13138         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13140         * textmodes/flyspell.el (flyspell-large-region):
13141         Pass args differently for aspell.
13143         * files.el (mode-require-final-newline): Doc fix.
13145 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13147         * progmodes/which-func.el (which-function):
13148         Specify NOERROR when calling imenu--make-index-alist.
13150 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13152         * simple.el (normal-erase-is-backspace): Define default value.
13154         * custom.el (custom-theme-set-variables): Remove unused var
13155         `immediate'.
13156         (custom-reevaluate-setting): Simple function to handle variables
13157         that are defined before their default value can really be
13158         computed.
13160         * startup.el (command-line): Use it for temporary-file-directory,
13161         small-emporary-file-directory, auto-save-file-name-transforms,
13162         blink-cursor-mode, and normal-erase-is-backspace.
13164         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13165         progress, even with buggy anchored keywords.
13167 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13169         * simple.el (goto-line): Remove unbalanced final parenthesis.
13171 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13173         * simple.el (goto-line): Use a number at point as the default.
13174         With C-u as arg, switch buffers.
13176 2005-03-05  Juri Linkov  <juri@jurta.org>
13178         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13179         with `no-blinking-cursor'.
13181         * startup.el (no-blinking-cursor): New defvar.
13182         (command-line): Add `--no-blinking-cursor' to longopts.
13183         Set `no-blinking-cursor' to t for command line arguments
13184         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13185         with `no-blinking-cursor' in the condition for calling
13186         `blink-cursor-mode'.
13188 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13190         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13191         (menu-bar-options-save): Add blink-cursor-mode.
13192         (menu-bar-options-menu): Add blink-cursor-mode.
13194 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13196         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13197         (icalendar-export-file, icalendar-export-region)
13198         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13199         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13201 2005-03-04  Lute Kamstra  <lute@gnu.org>
13203         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13204         (debug-function-list): Ditto.
13206 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13208         * textmodes/texinfmt.el (texinfo-append-refill):
13209         Redefine the types of line to which @refill
13210         is not appended by replacing a search for `@refill\\|@bye' with
13211         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13212         itemize@refill' bug and the unfilled long lines bug.
13213         (texinfmt-version): Update number and date.
13215 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13217         * international/code-pages.el (windows-1250, windows-125[2-8])
13218         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13220 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13223         bound yet.
13225 2005-03-02  Romain Francoise  <romain@orebokech.com>
13227         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13228         buffer after removing limits.
13229         (ibuffer-pop-filter): Ditto.
13230         Update copyright.
13232 2005-03-02  Miles Bader  <miles@gnu.org>
13234         * button.el (make-text-button): If the user doesn't specify a
13235         type, use the default.  Rewrite to use `add-text-properties' and
13236         plist functions.
13238 2005-03-01  Lute Kamstra  <lute@gnu.org>
13240         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13241         (debugger-jumping-flag): New var.
13242         (debug-entry-code): Use it.
13243         (debugger-jump): Use debugger-jumping-flag and add
13244         debugger-reenable to post-command-hook.
13245         (debugger-reenable): Use debugger-jumping-flag and remove itself
13246         from post-command-hook.
13247         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13248         debugger-reenable.
13250 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13252         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13253         inclusion of "itemize\\|", which may be unnecessary, is certainly
13254         inelegant, and stops refilling in itemize lists when formatting
13255         Japanese Texinfo files to Info.
13256         Update copyright to 2005.
13258 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13260         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13261         of an error if GDB can't find the source file.
13263 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13265         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13266         not just the calendar.
13268         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13269         first.
13270         (diary-redraw-calendar): New function.
13271         (make-diary-entry): Add diary-redraw-calendar to local
13272         write-contents-functions.  Turn off selective display before
13273         inserting in diary.
13275 2005-03-01  Kim F. Storm  <storm@cua.dk>
13277         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13279 2005-03-01  Lute Kamstra  <lute@gnu.org>
13281         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13282         that debug-entry-code can be safely removed from a function while
13283         this code is being evaluated.  Revert the 2005-02-27 change as the
13284         new implementation no longer requires it.  Make sure that a
13285         function body containing just a string is not mistaken for a docstring.
13286         (debug): Skip one more frame in case of debug on entry.
13287         (debugger-setup-buffer): Delete one more frame line in case of
13288         debug on entry.
13289         (debugger-frame-number): Update to use the new text introduced by
13290         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13292 2005-02-28  Kim F. Storm  <storm@cua.dk>
13294         * double.el (double-translate-key): Call force-window-update after
13295         read-event to avoid crash in redisplay.
13297 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13300         (debug): Use it.  Move the inhibit-trace earlier.
13301         (debug-entry-code): New const.
13302         (debug-on-entry-1): Use it.
13304 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13306         * international/utf-16.el (ccl-encode-mule-utf-16le):
13307         Fix BUFFER_MAGNIFICATION to 2.
13308         (ccl-encode-mule-utf-16be): Likewise.
13310 2005-02-28  Kenichi Handa  <handa@m17n.org>
13312         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13313         Fix BUFFER_MAGNIFICATION to 4.
13314         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13316 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13318         * speedbar.el (speedbar-update-flag): Doc fix.
13319         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13320         argument.
13322 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13325         have a non-nil `invisible' property but are actually visible.
13327         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13328         for perldoc sections.
13329         (perl-outline-regexp, perl-outline-level): New var and function.
13330         (perl-mode): Use them.
13332 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13334         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13335         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13337 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13339         * cus-edit.el: Comment change.
13340         (custom-buffer-create-internal): Slightly reword text at top of
13341         Custom buffers.  Mention there that saving an option edits the
13342         init file.  Add link to Emacs manual node on `custom-file'.
13343         (custom-magic-alist): Rewrite individual State messages to use
13344         capitalized keywords.  Doc fix.
13346 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13348         * calendar/calendar.el (calendar-buffer): Move above
13349         calendar-week-start-day.
13350         (calendar-week-start-day): Doc fix.  Add :set function.
13351         (calendar-minimum-window-height): New variable.
13352         (generate-calendar-window): Only resize window if selected-window
13353         is displaying the calendar buffer.  Use new variable
13354         calendar-minimum-window-height.
13355         (generate-calendar): Reword error message.
13356         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13358 2005-02-27  Andreas Schwab  <schwab@suse.de>
13360         * vc.el (vc-do-command): Don't run command asynchronously when
13361         operating in a remote directory.
13363         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13364         change from sync with Tramp 2.0.47.
13366 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13368         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13370         * textmodes/flyspell.el (flyspell-mode-on):
13371         Call ispell-change-dictionary only if necessary.
13373         * emacs-lisp/re-builder.el (regexp-builder): New function.
13375         * register.el (describe-register-1): Explicitly handle
13376         yank-excluded-properties = t.
13378         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13379         (custom-magic-alist): Change the status descriptions again.
13380         (face widget-type): Total rewrite based on `restricted-sexp'
13381         to eliminate the confusing double hiding levels.
13383         * emacs-lisp/debug.el (debug-on-entry-1):
13384         If function body is empty, add nil as body form.
13386 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13388         * emacs-lisp/trace.el (inhibit-trace): New var.
13389         (trace-make-advice): Use it.
13391         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13393 2005-02-26  Kim F. Storm  <storm@cua.dk>
13395         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13396         (mouse-on-link-p, mouse-drag-region-1): Use it.
13398 2005-02-25  Lute Kamstra  <lute@gnu.org>
13400         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13402 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13404         * frame.el (blink-cursor-mode): Add :group keyword.
13406 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13408         * calendar/icalendar.el (icalendar--decode-isodatetime):
13409         New optional argument DAY-SHIFT.
13410         (icalendar-export-region): Fix coding-system-for-write.
13411         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13412         events by one.
13414 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13416         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13418 2005-02-24  Kim F. Storm  <storm@cua.dk>
13420         * international/iso-acc.el (iso-accents-compose): Fix crash
13421         during redisplay.  Call force-window-update after read-event
13422         and delete-region to signal that window is not accurate.
13424 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13426         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13427         Remove unused and inexistent var `inhibit-trace'.
13428         (debugger-mode): Use run-mode-hooks.
13429         (debugger-list-functions): Add buttons; setup xref stack.
13431 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13433         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13434         appointment says it was explicitly made.
13435         (appt-add): Set the 3rd element.
13436         (appt-make-list): Preserve explicit appointments.
13438         * subr.el (find-tag-default): Catch errors in forward-sexp.
13440 2005-02-23  Juri Linkov  <juri@jurta.org>
13442         * info.el (Info-isearch-search): New defcustom.
13443         (Info-isearch-search): Call the default isearch function
13444         when Info-isearch-search is nil.
13445         (Info-isearch-wrap): Use variable Info-isearch-search.
13447 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13449         * cus-edit.el: Comment change.
13451 2005-02-22  Kim F. Storm  <storm@cua.dk>
13453         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13454         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13456 2005-02-22  Simon Josefsson  <jas@extundo.com>
13458         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13459         New variable.
13460         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13461         Oskarsson" <myrkraverk@users.sourceforget.net>.
13463 2005-02-22  Kim F. Storm  <storm@cua.dk>
13465         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13466         check that window of that event is the selected window.
13467         (mouse-drag-region-1): Compare mouse event window to selected
13468         window before setting point.
13470         * tooltip.el (tooltip-show-help-function): Pass event to
13471         mouse-on-link-p so it can check selected window.
13473 2005-02-22  Kenichi Handa  <handa@m17n.org>
13475         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13476         (ps-mule-show-warning): New function.
13477         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13478         characters are found.
13480         * ps-print.el (ps-header-footer-string): Return a list of header
13481         and footer strings.
13483 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13485         * pcvs.el (cvs-retrieve-revision): Fix thinko.
13487 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13489         * frame.el (blink-cursor-mode): Use define-minor-mode.
13491         * term/mac-win.el (function-key-map): Use char-names more consistently.
13492         (file-name-coding-system): Only set it for MacOS-9.  The other case is
13493         already handled in mule-cmds.el (where it also works when mac-win.el
13494         is not used).
13496 2005-02-21  Kenichi Handa  <handa@m17n.org>
13498         * international/mule.el (ctext-pre-write-conversion): Always use
13499         " *code-converting-work*" buffer for work.
13501         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13503 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
13505         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13507 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
13509         * ses.el (undo-more): Restore defadvice, but only the part that
13510         allows changes outside the restricted area of the buffer.
13512 2005-02-20  Kim F. Storm  <storm@cua.dk>
13514         * simple.el (line-move): Add fourth optional arg try-vscroll which
13515         must be set to perform auto-window-vscroll.
13516         When moving backwards and doing auto-window-vscroll, automatically
13517         vscroll to the last part of lines which are taller than the window.
13518         (next-line, previous-line): Set try-vscroll arg on line-move.
13520 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
13522         * replace.el (query-replace, query-replace-regexp)
13523         (replace-string, replace-regexp): When operating on region, make
13524         the minibuffer prompt say so.
13526         * isearch.el (isearch-forward): Document isearch-query-replace and
13527         isearch-query-replace-regexp keybindings.
13529 2005-02-19  Jay Belanger  <belanger@truman.edu>
13531         * calc/calc-aent.el (math-read-token): Add local variable.
13533         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13534         (calc-edit-top): Move declaration to earlier in file.
13535         (calc-edit-macro-repeats): Add local variables.
13537         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13538         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13539         calcFunc-tanh.
13540         Adjust integration rule for calcFunc-tan.
13542 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13544         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13545         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13546         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13547         (viper-skip-separators): Bug fix.
13548         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13549         particular major mode.
13550         (viper-del-backward-char-in-replace): Don't put deleted char on the
13551         kill ring.
13553         * viper-ex.el (viper-color-display-p): New function.
13554         (viper-has-face-support-p): Use viper-color-display-p.
13556         * viper-keym.el (viper-gnus-modifier-map): New keymap.
13558         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13560         * viper-util.el (viper-glob-unix-files): Fix shell status check.
13561         (viper-file-remote-p): Make equivalent to file-remote-p.
13563         * viper.el (viper-major-mode-modifier-list):
13564         Use viper-gnus-modifier-map.
13566 2005-02-19  David Kastrup  <dak@gnu.org>
13568         * subr.el (subregexp-context-p): Fix garbled doc string by adding
13569         quoting.
13571 2005-02-19  Jay Belanger  <belanger@truman.edu>
13573         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13574         Remove extra definitions.
13575         (calc-coth): New function.
13576         (calcFunc-cot): Fix `let'.
13578 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
13580         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13581         the reasons we use "type pc" in these faces.
13583         * button.el (button): Ditto.
13585 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
13587         * replace.el (query-replace-read-from): Set the value of
13588         query-replace-from-history-variable to handle the case of an empty
13589         string entered to accept the suggested default.
13591         * net/tramp.el (tramp-file-name-for-operation):
13592         Use dired-call-process instead of dired-call-process-command.
13594 2005-02-19  Jay Belanger  <belanger@truman.edu>
13596         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13597         (math-div-non-trig): New variables.
13598         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13599         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13600         (math-combine-prod, math-div-symb-fancy): Add simplifications for
13601         trig expressions.
13603 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
13605         * progmodes/gdb-ui.el (gdb-var-update-handler)
13606         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13607         for watch expressions,
13608         (gdb-var-create-handler): Don't set speedbar-update-flag.
13609         (gdb-post-prompt): Simplify test for speedbar.
13611 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13613         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13614         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13615         we use the syntax table of the correct buffer.
13616         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13617         Felix Gatzemeier.
13619         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13620         (ediff-file-remote-p): Make synonymous with file-remote-p.
13621         In all deffaces ediff-*-face-*, use min-colors.
13623         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13624         ediff-recurse-to-subdirectories.
13625         (ediff-mark-if-equal): Check that the arguments are strings, use
13626         ediff-same-contents (after to Felix Gatzemeier).
13628         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13629         nil.
13631 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * log-view.el (log-view-message-re): Fix up Subversion regexp.
13635 2005-02-18  David Kastrup  <dak@gnu.org>
13637         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
13638         use `mark-active' when defined.
13640 2005-02-18  Kenichi Handa  <handa@m17n.org>
13642         * ps-print.el (ps-font-info-database): New entry
13643         ZapfChancery-MediumItalic with correct font name.  Fix font name
13644         of the entry Zapf-Chancery-MediumItalic.
13646 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13648         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
13650 2005-02-16  Kim F. Storm  <storm@cua.dk>
13652         * ido.el (ido-fallback-command): Pass user input to fallback command.
13654 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
13656         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
13657         (gdb-find-file-hook): Add server prefix.
13659 2005-02-16  Richard M. Stallman  <rms@gnu.org>
13661         * replace.el (perform-replace): Pass new args to replace-highlight.
13662         (replace-highlight): Take region args,
13663         and pass them to isearch-lazy-highlight-new-loop.
13665         * novice.el (disabled-command-hook): Autoload the defalias
13666         and the make-obsolete-variable call.
13668         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
13670         * isearch.el (isearch-lazy-highlight-start-limit)
13671         (isearch-lazy-highlight-end-limit): New variables limit
13672         the region for highlighting.
13673         (isearch-lazy-highlight-new-loop): New args BEG and END.
13674         (isearch-lazy-highlight-search): Use the new vars.
13675         (isearch-lazy-highlight-update): Likewise.
13677         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
13679         * cus-start.el (all): Use default-boundp.
13681 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
13683         * menu-bar.el (menu-bar-select-frame): Handle current frame.
13685 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
13687         * autorevert.el (auto-revert-stop-on-user-input)
13688         (auto-revert-verbose): Doc fixes.
13690 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
13692         * international/mule-cmds.el (set-locale-environment): Remove call
13693         to set-selection-coding-system on Windows.
13695 2005-02-15  Jay Belanger  <belanger@truman.edu>
13697         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
13698         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
13699         calcFunc-coth.
13700         (math-simplify-sqrt): Add simplifications.
13702         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
13703         to list.
13705         * calc/calc-ext.el: Add functions to autoloads.
13707         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
13708         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
13709         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
13710         (math-csc-raw, math-cot-raw): New functions.
13712         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
13714         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
13715         the variable name in a message.
13717         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
13718         calcFunc-csc, calcFunc-cot.
13720         * calc/calcalg2.el: Add derivative and integration rules for
13721         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
13722         calcFunc-csch, calcFunc-coth.
13723         (math-do-integral-methods): Add to checks for when to use
13724         substitutions.
13726         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
13728 2005-02-15  Lute Kamstra  <lute@gnu.org>
13730         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13731         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
13732         <monnier@iro.umontreal.ca>
13733         (lisp-outline-level): Improve efficiency.  Suggested by David
13734         Kastrup <dak@gnu.org>.
13736 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
13738         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
13739         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
13740         (gdb-set-gud-minor-mode-existing-buffers): New functions.
13741         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
13742         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
13744 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
13746         * cus-start.el (all): Comment change.
13748 2005-02-14  Lute Kamstra  <lute@gnu.org>
13750         * cus-start.el (all): Check if symbol is void.
13752 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
13754         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
13755         optional argument to \cite.
13757 2005-02-14  Richard M. Stallman  <rms@gnu.org>
13759         * cus-edit.el (custom-buffer-create-internal): Update help message.
13760         (custom-magic-alist): Update help messages.
13762         * cus-start.el (all): Allow a var to specify a standard value.
13764 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
13766         * custom.el (custom-theme-set-variables): Handle variable aliases.
13768         * frame.el (blink-cursor-timer): Doc fix.
13769         (blink-cursor): Make it an alias for `blink-cursor-mode' and
13770         declare obsolete.
13771         (blink-cursor-mode): Define with defcustom and use correct
13772         standard expression in that defcustom.
13773         * startup.el (command-line): Adapt to above changes in frame.el.
13775 2005-02-11  Lute Kamstra  <lute@gnu.org>
13777         * apropos.el (apropos-score-doc): Prevent division by zero.
13779 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
13781         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
13782         (icalendar--get-event-property-attributes)
13783         (icalendar--get-event-properties)
13784         (icalendar--datetime-to-diary-date): New functions.
13785         (icalendar--split-value): Doc fix.
13786         (icalendar--datetime-to-noneuropean-date)
13787         (icalendar--datetime-to-european-date): New optional argument
13788         SEPARATOR.  Return result as a string instead of a list.
13789         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
13790         (icalendar--convert-string-for-export): Rename arg S to STRING.
13791         (icalendar-export-region): Doc fix.  Change name of error buffer.
13792         Save output buffer.
13793         (icalendar-import-file): Add blank at end of prompt.
13794         (icalendar-import-buffer): Doc fix.  Do not switch to error
13795         buffer.  Indicate status in return value.
13796         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
13797         buffer.  Save output buffer.  Handle exception from recurrence
13798         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
13799         events.  Fix problems with weekly all-day events.
13801 2005-02-10  Richard M. Stallman  <rms@gnu.org>
13803         * simple.el (eval-expression-print-format):
13804         Avoid warning about edebug-active.
13806         * help.el (help-for-help-internal): Rename from help-for-help.
13807         (help-for-help): Define with defalias.
13809         * font-core.el (font-lock-default-function): Use with-no-warnings.
13811         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
13813         * custom.el (defface): Doc fix.
13815 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
13817         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
13818         width 0" to prevent word wrapping problems.
13820 2005-02-09  Kim F. Storm  <storm@cua.dk>
13822         * ido.el (ido-file-extensions-order): New defcustom.
13823         (ido-file-extension-lessp, ido-file-extension-aux)
13824         (ido-file-extension-order): New advanced file ordering.
13825         (ido-file-lessp): New simple file ordering.
13826         (ido-sort-list): Remove.
13827         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
13828         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
13830 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
13832         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
13833         that some versions of grep produce.
13834         (grep-mode-font-lock-keywords): Likewise.
13836 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
13838         * progmodes/gdb-ui.el (gdb-location-list): New variable.
13839         (gdb-cdir): Delete.
13840         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
13841         (gdb-source-info): Treat case when source file is in another
13842         directory properly.
13843         (gdb-get-location): New function.
13845 2005-02-07  Jay Belanger  <belanger@truman.edu>
13847         * calc/calc-prog.el (calc-write-parse-table-part)
13848         (calc-fix-token-name): Fix a check for language type.
13850         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
13852 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
13854         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
13855         as directory not writable.
13857 2005-02-07  Kim F. Storm  <storm@cua.dk>
13859         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
13860         (cua--standard-movement-commands): Remove list.
13861         Instead, set CUA property value to move for movement commands.
13862         (cua-movement-commands): Remove.  Users must set CUA prop instead.
13863         (cua--pre-command-handler): Check CUA property.
13864         (cua--init-keymaps): Don't remap undo commands.
13865         (cua-mode): Don't call cua--rectangle-on-off.
13867         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
13868         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
13869         (cua--rect-undo-set-point): New var.
13870         (cua--rectangle-undo-boundary): Setup undo apply entry.
13871         (cua--rect-undo-handler): New function for rectangle undo.
13872         (cua--rect-start-position, cua--rect-end-position): Add.
13873         (cua--rectangle-post-command): Call cua--rectangle-set-corners
13874         for restored rectangle.  Set point if cua--rect-undo-set-point.
13876 2005-02-06  Jay Belanger  <belanger@truman.edu>
13878         * calc/calc-lang.el (calc-tex-language): Display more information
13879         in messages.
13881         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
13882         in TeX mode.
13884 2005-02-06  Richard M. Stallman  <rms@gnu.org>
13886         * emacs-lisp/lisp.el (buffer-end): Doc fix.
13888 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
13890         * net/ldap.el (ldap-search-internal): Support attributes with
13891         optional descriptions separated by a semi-colon, as in
13892         "userCertificate;binary".
13894 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13896         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
13897         isn't a cons (i.e. the version is 0).
13899 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
13901         * help.el (help-for-help): Doc fix.
13903 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
13905         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
13906         GDB-Windows on the menu-bar as this works better.
13908 2005-02-04  Jay Belanger  <belanger@truman.edu>
13910         * calc/calc-embed.el (calc-embedded-update): Don't put in
13911         unnecessary newlines.  Adjust the end of formula marker.
13913         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
13914         (math-latex-parse-two-args): New function.
13916 2005-02-03  Lute Kamstra  <lute@gnu.org>
13918         * help-fns.el (help-with-tutorial): Make sure that users cannot
13919         remove the entire text of the tutorial by means of `undo'.
13921 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13923         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
13924         in recent changes, where the ispell process was repeatedly
13925         killed & restarted.
13927         * international/mule-cmds.el (set-locale-environment): Set file-name
13928         coding system to utf-8 on Darwin systems.
13929         (set-default-coding-systems): Don't set default-file-name-coding-system
13930         on Darwin systems.
13932 2005-02-03  Richard M. Stallman  <rms@gnu.org>
13934         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
13936 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
13938         * faces.el (list-faces-display): Add optional argument.
13940 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13942         * font-core.el (font-lock-default-function): Handle the rare case where
13943         only font-lock-keywords is set.
13945 2005-02-02  Kenichi Handa  <handa@m17n.org>
13947         * international/characters.el: Cancel previous change for
13948         I-WITH-DOT-ABOVE and DOTLESS-i.
13950         * international/latin-5.el: Cancel previous change.
13952 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
13954         * progmodes/gud.el: Correction to syntax in gud-menu-map.
13956 2005-02-02  Kenichi Handa  <handa@m17n.org>
13958         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
13959         DOTLESS-i.
13961         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
13962         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
13964         * case-table.el (get-upcase-table): New function.
13965         (copy-case-table): Copy upcaes table too if non-nil.
13966         (set-case-syntax-delims): Maintain upcase table too.
13967         (set-case-syntax-pair): Likewise.
13968         (set-upcase-syntax, set-downcase-syntax): New functions.
13969         (set-case-syntax): Maintain upcase table too.
13971 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
13973         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
13975         * progmodes/gud.el (gud-goto-info): New function.
13976         (gud-tool-bar-map): Use correct icon.
13978 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
13980         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
13981         When delegating, order args in the funcall correctly.
13983 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
13985         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
13987 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
13989         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
13990         buffer not visiting a file.
13992 2005-01-31  Jay Belanger  <belanger@truman.edu>
13994         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
13995         bound on the line with the formula.
13997 2005-01-31  Kim F. Storm  <storm@cua.dk>
13999         * ses.el (ses-create-cell-variable-range)
14000         (ses-destroy-cell-variable-range, ses-reset-header-string)
14001         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14002         (ses-insert-row): Fix format of apply undo entries.
14004 2005-01-31  Jay Belanger  <belanger@truman.edu>
14006         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14007         parts.
14009         * calc/calc-embed.el (calc-embedded-open-formula)
14010         (calc-embedded-close-formula): Ignore matrix environments.
14012         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14013         TeX mode.
14015         * calc/calc-lang.el (math-function-table, math-oper-table)
14016         (math-variable-table): Adjust the LaTeX portions.
14018         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14019         (math-latex-ignore-words): New constant.
14021 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14023         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14024         (ispell-local-dictionary): Doc fix.
14025         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14026         Don't reinitialize at run time.  Don't defcustom.
14027         All uses changed to append ispell-local-dictionary-alist,
14028         or check it first.
14029         (ispell-current-dictionary): New variable for dictionary in use.
14030         (ispell-dictionary): Now used only for global default.
14031         (ispell-start-process): Set ispell-current-dictionary,
14032         not ispell-dictionary.
14033         (ispell-change-dictionary): Use this only for setting
14034         user preferences.
14035         (ispell-internal-change-dictionary): New function
14036         to change the current dictionary in use.
14037         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14038         Use ispell-current-dictionary.
14039         Handle ispell-local-dictionary-overridden.
14040         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14042 2005-01-31  Jay Belanger  <belanger@truman.edu>
14044         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14046         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14047         (calc-mode-map): Add calc-latex-language.
14049         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14050         (math-latex-print-frac): New functions.
14051         (math-oper-table, math-function-table, math-variable-table)
14052         (math-complex-format, math-input-filter): Add latex properties.
14053         (calc-set-language): Set math-expr-special-function-mapping.
14055         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14056         (calc-write-parse-table-part): Add LaTeX support.
14058         * calc/calc.el (calc-language): Adjust docstring.
14059         (calc-set-mode-line): Add LaTeX support.
14060         (math-expr-special-function-mapping): New variable.
14061         (math-tex-ignore-words): Add to list.
14063         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14064         Add LaTeX support.
14065         (math-compose-expr): Add support for special functions.
14067         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14069 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14071         * progmodes/gdb-ui.el (gdb-memory-address)
14072         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14073         (gdb-memory-mode-map, gdb-memory-format-keymap)
14074         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14075         (gdb-memory-unit-menu): New variables for a buffer
14076         that lets the user examine program memory.
14077         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14078         (gdb-memory-format-binary, gdb-memory-format-octal)
14079         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14080         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14081         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14082         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14083         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14084         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14085         (gdb-memory-mode, gdb-memory-buffer-name)
14086         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14087         New functions for above buffer.
14089 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14091         * cus-edit.el (custom-bury-buffer): Function deleted.
14092         (custom-buffer-done-function): Option deleted.
14093         (custom-buffer-done-kill): New (replacement option.
14094         (Custom-buffer-done): Call quit-window.
14095         (custom-buffer-create-internal): Update for above changes.
14097 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14099         * simple.el (undo-ask-before-discard): New var.
14100         (undo-outer-limit-truncate): Implement it.
14101         (undo-extra-outer-limit): Doc update.
14103 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14105         * ses.el (undo-more): Delete defadvice.
14106         (ses-begin-change): Doc fix.
14108         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14109         instead of rebinding C-x u and C-_.
14111         * files.el (normal-backup-enable-predicate): Return nil for files
14112         in /tmp, regardless of temporary-file-directory.
14114         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14116         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14117         (open-rectangle, delete-whitespace-rectangle-line)
14118         (clear-rectangle-line): If FILL, pass t instead of FILL
14119         for move-to-column's 2nd arg.
14121         * simple.el (undo): Fix the test for continuing a series of undos.
14122         (undo-more): Set pending-undo-list to t when we reach end.
14123         (pending-undo-list): Move up defvar.
14125         * wid-edit.el (widget-button-click):
14126         Shorten the range of the track-mouse binding.
14128         * comint.el (comint-insert-input): Undo previous changes;
14129         use last-input-event in interactive spec.
14131 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14133         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14134         to nil before invoking call-process.  Reset buffer's modified flag
14135         after fontifying it in the no-async branch.
14137         * wid-edit.el (widget-specify-button): If mouse pointer shape
14138         cannot be changed, use mouse face instead.
14140 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14142         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14143         (gdb-goto-breakpoint): Make breakpoint handling work on template
14144         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14145         (gdb-assembler-custom): Update to recognize breakpoint information
14146         added on 2005-01-19.
14148 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14151         (dsssl-mode): Use define-derived-mode.
14152         (scheme-mode-initialize): Remove.
14153         (scheme-mode): Use run-mode-hooks.
14155         * cus-edit.el (customize-group-other-window)
14156         (custom-buffer-create-other-window): Don't override special-display-*.
14157         (custom-mode-map): Make it dense.
14159         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14160         sets the default value.
14162 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14164         * descr-text.el: Add more keywords.
14166 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14168         * speedbar.el: Avoid unnecessary use of locate-library.
14170         * international/mule-cmds.el (standard-display-european-internal):
14171         Don't fiddle with latin-1 non-break space any more since it's now
14172         special cased in the C code.
14173         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14175 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14177         * cus-start.el (all): Add `undo-outer-limit'.
14179 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14181         * textmodes/bibtex.el (bibtex-format-entry):
14182         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14183         field lines.
14184         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14185         not on part of a buffer.
14187 2005-01-25  Lute Kamstra  <lute@gnu.org>
14189         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14190         nonempty field text strings like "{letters\\macro{}more letters}".
14191         Clarify docstring.
14192         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14193         (bibtex-entry-offset, bibtex-parse-association)
14194         (bibtex-parse-field-name): Fix typos in docstrings.
14195         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14197 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14199         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14200         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14201         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14202         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14204         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14205         isearch minor mode.
14207 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14209         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14211 2005-01-24  Lute Kamstra  <lute@gnu.org>
14213         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14214         CASECHARS and NOT-CASECHARS regular expressions of the
14215         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14216         striding over charsets" error.
14218 2005-01-24  Jay Belanger  <belanger@truman.edu>
14220         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14221         display variable name.
14223 2005-01-24  Kenichi Handa  <handa@m17n.org>
14225         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14226         Fix setting of the element of encoded-kbd-iso2022-invocations.
14228 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14230         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14231         (gdb-threads-select): Change to also accept mouse events.
14232         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14233         (gdb-threads-mouse-select): Delete.
14235 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14237         * files.el (insert-directory): Take care of empty directory,
14238         listed without -a switch.
14240 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14242         * textmodes/refill.el (refill-post-command-function):
14243         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14244         to the list of functions that we should be careful not to undo.
14245         (refill-late-fill-paragraph-function): Remove.
14246         (refill-saved-state): New var.
14247         (refill-mode): Use it to save fill-paragraph-function.
14248         Save also the value of auto-fill-function.
14250         * term/w32-win.el: Simplify code.
14252 2005-01-23  Kim F. Storm  <storm@cua.dk>
14254         * simple.el (line-move): Adapt to new return value from
14255         pos-visible-in-window-p.
14257         * simple.el (line-move): Fix last change.  Check partial
14258         visibility at point rather than at window-start.
14260 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14262         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14264 2005-01-22  David Kastrup  <dak@gnu.org>
14266         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14268 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14270         * type-break.el (type-break-mode): Add a test for
14271         type-break-file-name being non-nil.
14273 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14275         * net/eudc.el (top level): Call (message "") via progn, so that
14276         eudc-options-file is loaded.
14278 2005-01-22  Kim F. Storm  <storm@cua.dk>
14280         * simple.el (line-move-1): Rename from line-move.
14281         (line-move): New function that adjusts vscroll for partially
14282         visible rows, and calls line-move-1 otherwise.
14284 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14286         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14287         since it's not a complete read-event implementation
14289 2005-01-20  Jay Belanger  <belanger@truman.edu>
14291         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14292         for called function.
14294 2005-01-20  Steven Tamm  <steventamm@mac.com>
14296         * term/mac-win.el (process-connection-type): Remove.
14297         Controlled now by s/darwin.h:PTY_ITERATION.
14299 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14301         * window.el (handle-select-window): Don't switch window when we're
14302         in the minibuffer.
14304 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14306         * subr.el (dotimes-with-progress-reporter): New macro.
14308         * ses.el (ses-dotimes-msg): Remove macro.
14309         Use `dotimes-with-progress-reporter' instead.
14311 2005-01-19  Steven Tamm  <steventamm@mac.com>
14313         * term/mac-win.el (process-connection-type): Use new
14314         operating-system-release variable to use ptys on Darwin 7 (OS X
14315         10.3) when using carbon build.
14317 2005-01-19  Jay Belanger  <belanger@truman.edu>
14319         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14320         flags if the last command was a tab or M-tab.
14322         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14323         in formula editing buffer.
14325 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14327         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14328         breakpoint image symbol in margin.
14330 2005-01-19  Jay Belanger  <belanger@truman.edu>
14332         * calc/calc-prog.el (calc-execute-kbd-macro):
14333         Ignore calc-keep-arg-flag.
14335 2005-01-19  Kenichi Handa  <handa@m17n.org>
14337         * textmodes/ispell.el (ispell-looking-at): New function.
14338         (ispell-process-line): Use ispell-looking-at to compare the ispell
14339         output and the buffer contents.
14341 2005-01-18  Jay Belanger  <belanger@truman.edu>
14343         * calc/calc.el (calc-display-raw): Fix docstring.
14345 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14347         * simple.el (blink-matching-open): Strip extra info from syntax.
14349         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14350         funny chars in the end-of-here-doc marker.
14352 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14354         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14355         that enable/disabled state of breakpoints is shown correctly in
14356         fringe and on ttys.
14357         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14358         Add breakpoint information as text properties.
14359         (gdb-mouse-toggle-breakpoint):
14360         Rename to gdb-mouse-set-clear-breakpoint.
14361         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14362         breakpoints in the margin.
14363         (gdb-remove-strings): Simplify.
14365 2005-01-17  Jay Belanger  <belanger@truman.edu>
14367         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14368         erasing buffer.
14370 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14372         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14373         for calling grep-compute-defaults.
14375         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14376         if buffer is empty.
14378         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14380 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14382         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14384         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14385         non-preloaded variables.
14387 2005-01-17  Steven Tamm  <steventamm@mac.com>
14389         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14390         tex-shell cause to force interactivity when using pipes.
14392 2005-01-17  Kim F. Storm  <storm@cua.dk>
14394         * simple.el (just-one-space): Make arg optional.
14396 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14398         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14399         posn-at-x-y to t to access left-margin.
14401 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14403         Sync with Tramp 2.0.47.
14405         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14406         catching keep-date problems in cp/scp operations.
14407         (tramp-handle-copy-file): Don't call `set-file-modes'
14408         unconditionally.  Specialized functions should know better what is
14409         necessary.  This improves performance a little bit, and the
14410         functions could catch errors with `cp -p' and `scp -p'.
14411         (tramp-do-copy-or-rename-file-via-buffer)
14412         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14413         when appropriate.
14414         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14415         Call `set-file-modes' when appropriate.
14416         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14417         Johnsson <isak@hypergene.com>
14418         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14419         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14420         <joakim@verona.se>
14421         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14422         Emacs only.
14424         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14425         `find-file-hooks' and `dired-mode-hook'.
14426         (tramp-minor-mode-map): Respective map.  Add remapping for
14427         `compile' and `recompile'.
14428         (tramp-remap-command, tramp-recompile): New defuns.
14429         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14430         in buffer "*Compilation*".  Call the commands asynchronously.
14432         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14433         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14434         `shell-command', because it isn't magic in XEmacs.  Reported by
14435         Adrian Aichner <adrian@xemacs.org>.
14437         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14438         `substitute-in-file-name.
14439         (tramp-smb-handle-substitute-in-file-name): New defun.
14440         (tramp-smb-advice-PC-do-completion): Delete advice.
14442 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14444         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14445         Fix error in deleting region.
14447 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14449         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14450         In non-temp buffer, switch syntax table temporarily.
14452         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14454         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14456         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14458         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14459         (imenu--generic-function): Use START, not BEG, as pos of definition.
14461         * simple.el (just-one-space): Argument specifies number of spaces.
14463         * simple.el (eval-expression-print-format): Avoid warning
14464         about edebug-active.
14466 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14468         * progmodes/sh-script.el: Code copied from make-mode.el
14469         with small changes,
14470         (sh-mode-map): Bind C-c C-\.
14471         (sh-backslash-column, sh-backslash-align): New variables.
14472         (sh-backslash-region, sh-append-backslash): New functions.
14474 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14476         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14477         (rmail-pop-password, rmail-pop-password-required): Move to
14478         rmail-obsolete group.
14479         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14480         All callers updated.
14481         (rmail-get-pop-password): Rename to rmail-get-remote-password.
14482         Take an argument specifying whether it is POP or IMAP mailbox we
14483         are using.  All callers updated.
14484         (rmail-pop-password-error): Rename to
14485         rmail-remote-password-error.  Added mailutils-specific error message.
14486         (rmail-movemail-search-path)
14487         (rmail-movemail-variant-in-use): New variables.
14488         (rmail-remote-password, rmail-remote-password-required):
14489         New customization variables.
14490         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14491         (rmail-parse-url): New function.
14492         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14493         with GNU mailutils movemail.
14495 2005-01-15  Kevin Ryde  <user42@zip.com.au>
14497         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14498         suffix to space, $ or '$, to correctly position point when going
14499         to @table style constants like DBL_MAX.
14501 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
14503         * type-break.el (type-break-mode, type-break-file-time)
14504         (type-break-file-keystroke-count, type-break-choose-file):
14505         Don't store data in or load data from the file if type-break-file-name
14506         is nil.
14507         (type-break-file-name): Doc update as per the above.
14509 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
14511         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14512         lookup-key might return nil; handle that.
14514 2005-01-15  Alan Mackenzie  <acm@muc.de>
14516         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14517         rather than the element found, thus enabling the tree to be setcar'd.
14519 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14521         * textmodes/org.el (org-show-following-heading): New option.
14522         (org-show-hierarchy-above): Use `org-show-following-heading'.
14523         (org-cycle): Documentation fix.
14525         * textmodes/org.el (orgtbl-optimized): New option
14526         (orgtbl-mode): New command, a minor mode.
14527         (orgtbl-mode-map): New variable.
14528         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14529         (orgtbl-error, orgtbl-self-insert-command)
14530         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14532         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14533         a local variable in each org-mode buffer.
14535         * textmodes/org.el (org-set-regexps-and-options): Rename from
14536         `org-set-regexps'.  Added checking for STARTUP keyword.
14537         (org-get-current-options): Add STARTUP options.
14538         (org-table-insert-row): Make mode intelligent about when
14539         realignment is needed.
14540         (org-self-insert-command, org-delete-backward-char, org-delete-char):
14541         New commands.
14542         (org-enable-table-editor): New default value `optimized'.
14543         (org-table-blank-field): Support blanking regions if active.
14545 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
14547         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14548         if the year is not given.
14550         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14551         Add new escapes %m and %M, fixed bug with %F by adding
14552         save-match-data.
14553         (reftex-reference): Remove ?. from list of spaces.
14554         (reftex-label-info): Add automatic label prefix recognition.
14556         * textmodes/reftex-index.el (reftex-index-next-phrase):
14557         Add slave parameter to call of `reftex-index-this-phrase'.
14558         (reftex-index-this-phrase): New optional argument.
14559         (reftex-index-region-phrases): Add slave parameter to call of
14560         `reftex-index-this-phrase'.
14561         (reftex-display-index): New argument redo.
14562         (reftex-index-rescan): Add 'redo to arguments of
14563         `reftex-display-index'.
14564         (reftex-index-Rescan, reftex-index-revert)
14565         (reftex-index-switch-index-tag): Add 'redo to arguments of
14566         `reftex-display-index'.
14567         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14568         indexing.  Fix bug with matching is there is a quote before or
14569         after the word.
14571         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14572         Fix bug when collecting citation keys in lines with comments.
14573         (reftex-citation): Prefix argument no longer rescans the document,
14574         but forces prompting for optional arguments of cite macros.
14575         (reftex-do-citation): Prompting for optional arguments implemented.
14577         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14578         Add optional arguments to most cite commands.
14579         (reftex-cite-cleanup-optional-args): New option
14580         (reftex-cite-prompt-optional-args): New option.
14581         (reftex-trust-label-prefix): New option.
14583         * textmodes/reftex-toc.el (reftex-toc-find-section):
14584         Add push-mark before changing the position in the buffer.
14586         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14587         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14589 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
14591         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14592         more carefully.
14594 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14596         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14597         (sgml-mode): Use it.
14598         (sgml-get-context): Better keep track of implicitly closed tags.
14600 2005-01-13  Kenichi Handa  <handa@m17n.org>
14602         * textmodes/ispell.el: These changes are to fix misalignment error
14603         caused by equivalent characters of different Emacs charsets.
14604         (ispell-unified-chars-table): New variable.
14605         (ispell-get-decoded-string): New function.
14606         (ispell-get-casechars, ispell-get-not-casechars)
14607         (ispell-get-otherchars): Call ispell-get-decoded-string.
14609 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14611         * custom.el (custom-declare-variable): Just put symbol instead
14612         of (defvar . symbol) in `current-load-list'.
14614 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14616         * emacs-lisp/elint.el: Fixed typo in Commentary section.
14618 2005-01-12  Jay Belanger  <belanger@truman.edu>
14620         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14621         to create a Calc summary.
14623 2005-01-12  Kim F. Storm  <storm@cua.dk>
14625         * mouse.el (mouse-on-link-p): Change functionality and doc
14626         string to comply with latest description in lisp ref.
14628 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
14630         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14631         Enable mouse clicks on mode-line, header-line and margin.
14632         (event-type): Give mouse event symbols an 'event-kind property
14633         with value 'mouse-click.
14635 2005-01-12  Juri Linkov  <juri@jurta.org>
14637         * facemenu.el (list-colors-display): Add new arg buffer-name.
14638         Use it.  Fix docstring.  Replace code for identifying duplicate
14639         colors by the name with call to `list-colors-duplicates' which
14640         identifies duplicate colors by the value unless the color
14641         is one of special Windows colors.  Set truncate-lines to t.
14642         Print sorted duplicate color names on each line.  Indent to 22
14643         \(the longest color name in rgb.txt) instead of 20.  Optimize.
14644         (list-colors-duplicates): New function.
14645         (facemenu-color-name-equal): Delete function.
14647         * facemenu.el (list-colors-print): New function created from code
14648         in list-colors-display.  Print #RRGGBB at the window right edge.
14649         (list-colors-display): When temp-buffer-show-function is not
14650         defined, call list-colors-print from temp-buffer-show-hook
14651         to get the right value of window-width in list-colors-print
14652         after the buffer is displayed.
14654         * simple.el (pop-mark): Move deactivate-mark out of conditional
14655         part to deactivate the active mark regardless of the state of the
14656         mark ring.
14658         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
14659         variables line in desktop files.
14661 2005-01-12  Juri Linkov  <juri@jurta.org>
14663         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
14664         Bring together isearch highlight related options.
14665         (lazy-highlight): Replace group `replace' by `matching'.
14666         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14667         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14668         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
14669         and declare them obsolete.
14670         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
14671         (isearch-faces): Remove defgroup.
14672         (isearch-overlay, isearch-highlight, isearch-dehighlight):
14673         Move isearch highlighting code closer to lazy highlighting code.
14675         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
14676         (query-replace-highlight, query-replace-lazy-highlight)
14677         (query-replace): Move definitions to the beginning of the file.
14679 2005-01-11  Juri Linkov  <juri@jurta.org>
14681         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
14682         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
14683         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
14685         * info.el (Info-history-forward): New variable.
14686         (Info-select-node): Reset Info-history-forward to nil.
14687         (Info-last): Turn into defalias.
14688         (Info-history-back): Rename from Info-last.
14689         Add current node to Info-history-forward.
14690         (Info-history-forward): New fun.
14691         (Info-mode-map): Replace Info-last by Info-history-back.
14692         Bind Info-history-forward to "r".
14693         (Info-mode-menu): Replace Info-last by Info-history-back.
14694         Fix menu item text.  Add menu item for Info-history-forward.
14695         (info-tool-bar-map): Replace Info-last by Info-history-back.
14696         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
14697         for Info-history-forward.
14698         (Info-mode): Replace Info-last by Info-history-back in docstring.
14699         Add local variable Info-history-forward.
14700         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
14702 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14704         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
14705         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
14706         Ignore select-window events rather than fiddle with
14707         mouse-autoselect-window.
14709 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
14711         * type-break.el (type-break-mode): Fix previous change.
14713 2005-01-10  Jay Belanger  <belanger@truman.edu>
14715         * calc/calc-ext.el (calc-reset): Reset when inside embedded
14716         calculator; only reset when point is inside a calculator.
14717         Don't adjust the window height if the window takes up the whole height
14718         of the frame.
14720 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14722         * ebuff-menu.el (Electric-buffer-menu-mode):
14723         Preserve value of buffer-local var header-line-format.
14725 2005-01-09  Jay Belanger  <belanger@truman.edu>
14727         * calc/calc.el (calc-mode-var-list-restore-saved-values):
14728         Make sure settings file exists before accessing it.
14730         * calc/calc-embed.el (calc-embedded-subst):
14731         Replace math-multi-subst-rec, which is only supposed to be called
14732         by math-multi-subst, by math-multi-subst.
14734 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
14736         * vc.el (vc-allow-async-revert): New user option.
14737         (vc-disable-async-diff): New internal variable.
14738         (vc-revert-buffer): Use them to disable asynchronous diff.
14740         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
14741         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
14742         asynchronously if vc-disable-async-diff is t.
14744 2005-01-09  Jay Belanger  <belanger@truman.edu>
14746         * calc/calc.el (defcalcmodevar): New macro.
14747         (calc-mode-var-list-restore-default-values)
14748         (calc-mode-var-list-restore-saved-values): New functions.
14749         (calc-mode-var-list): Use defcalcmodevar to define it.
14750         (calc-always-load-extensions, calc-line-numbering)
14751         (calc-line-breaking, calc-display-just, calc-display-origin)
14752         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14753         (calc-group-char, calc-point-char, calc-frac-format)
14754         (calc-prefer-frac, calc-hms-format, calc-date-format)
14755         (calc-float-format, calc-full-float-format, calc-complex-format)
14756         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14757         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14758         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14759         (calc-matrix-brackets, calc-language, calc-language-option)
14760         (calc-left-label, calc-right-label, calc-word-size)
14761         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14762         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14763         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14764         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14765         (calc-window-height, calc-display-trail, calc-show-selections)
14766         (calc-use-selections, calc-assoc-selections)
14767         (calc-display-working-message, calc-auto-why, calc-timing)
14768         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
14769         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
14770         (calc-gnuplot-default-device, calc-gnuplot-default-output)
14771         (calc-gnuplot-print-device, calc-gnuplot-print-output)
14772         (calc-gnuplot-geometry, calc-graph-default-resolution)
14773         (calc-graph-default-resolution-3d, calc-invocation-macro)
14774         (calc-show-banner): Use defcalcmodevar to declare them and set
14775         their default values.
14777         * calc/calc-ext.el (calc-reset): Restore saved values of variables
14778         instead of default values (but restore default values if there is
14779         an argument of 0).
14781 2005-01-09  David Kastrup  <dak@gnu.org>
14783         * desktop.el (desktop-restore-eager): Fix typo in type.
14785 2005-01-08  Richard M. Stallman  <rms@gnu.org>
14787         * cus-edit.el (customize): Delete :link.
14789 2005-01-08  Jay Belanger  <belanger@truman.edu>
14791         * calc/calc.el (calc-mode): Remove the extension from the
14792         `calc-settings-file' file name when loading it.
14794 2005-01-08  Kim F. Storm  <storm@cua.dk>
14796         * info.el (Info-mode-map, Info-next-link-keymap)
14797         (Info-prev-link-keymap, Info-up-link-keymap):
14798         Map follow-link to mouse-face.
14799         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
14801 2005-01-08  Jay Belanger  <belanger@truman.edu>
14803         * calc/calc.el (calc-settings-file): Change default value.
14804         Suggested by cgw in a comment in calc-mode.el.
14806         * calc/calc-mode.el (calc-settings-file-name):
14807         Compare calc-settings-file to user-init-file instead of ~/.emacs.
14808         Replace ~/.emacs in a prompt by calc-settings-file.
14810 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
14812         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
14813         (desktop-lazy-idle-delay): New customizable variables.
14814         (desktop-buffer-args-list): New variable.
14815         (desktop-append-buffer-args): New function.
14816         (desktop-save): Call desktop-append-buffer-args for some buffers.
14817         (desktop-lazy-create-buffer): New function.
14818         (desktop-idle-create-buffers): New function.
14819         (desktop-read): Add message about buffers to restore lazily.
14820         (desktop-lazy-abort): New command.
14821         (desktop-clear): Call desktop-lazy-abort.
14822         (desktop-lazy-complete): New command.
14824 2005-01-06  Richard M. Stallman  <rms@gnu.org>
14826         * emacs-lisp/find-func.el (find-face-definition):
14827         Rename from find-face.
14829 2005-01-06  Kim F. Storm  <storm@cua.dk>
14831         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
14833         * man.el (Man-xref-man-page, Man-xref-header-file)
14834         (Man-xref-normal-file): Add follow-link property.
14836 2005-01-06  Jay Belanger  <belanger@truman.edu>
14838         * calc/calc-units.el: Make sure the proper macro definitions are
14839         available when compiling.
14841 2005-01-06  Juri Linkov  <juri@jurta.org>
14843         * isearch.el (isearch-lazy-highlight-update):
14844         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
14846 2005-01-06  Miles Bader  <miles@gnu.org>
14848         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
14849         (isearch-lazy-highlight-face): Use new name.
14851 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * uniquify.el (uniquify-rationalize-file-buffer-names):
14854         Re-add an interactive spec.
14855         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
14856         to the same name.
14858         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
14859         (isearch-update, isearch-done): Adjust calls accordingly.
14861 2005-01-05  Richard M. Stallman  <rms@gnu.org>
14863         * custom.el (custom-set-variables, custom-theme-set-variables):
14864         Clarify documentation.
14866         * emacs-lisp/find-func.el (find-variable)
14867         (find-variable-other-window, find-variable-other-frame):
14868         Fix the TYPE args to find-function-read and find-function-do-it.
14869         (find-function): Doc fix.
14870         (find-function-at-point): Replace function-at-point alias.
14872 2005-01-04  Richard M. Stallman  <rms@gnu.org>
14874         * cus-face.el (custom-declare-face):
14875         Record defface in current-load-list.
14877         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
14879         * emacs-lisp/find-func.el: Doc fixes.
14880         (find-face-regexp): New variable.
14881         (find-function-regexp-alist): New variable.
14882         (find-function-C-source): Third arg is now TYPE.
14883         (find-function-search-for-symbol): Handle general TYPE.
14884         (find-function-read, find-function-do-it): Handle general TYPE.
14885         (find-definition-noselect, find-face): New functions.
14886         (function-at-point): Alias deleted.
14888 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14890         * battery.el (display-battery-mode): Rename from display-battery.
14891         Handle the case where it gets turned off.
14893 2005-01-04  Richard M. Stallman  <rms@gnu.org>
14895         * cus-edit.el (customize): Make :link point to user doc.
14897         * man.el (Man-fontify-manpage): Turn off undo generation.
14899         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
14901 2005-01-04  Andreas Schwab  <schwab@suse.de>
14903         * files.el (insert-directory): Only look for error lines in
14904         inserted text.  Don't move too far after processing --dired markers.
14906 2005-01-04  Richard M. Stallman  <rms@gnu.org>
14908         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
14909         Don't expand if the character is @, period, dash, etc.
14910         (define-mail-abbrev): Quote names that contain problem characters.
14912 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
14914         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
14916 2005-01-03  Richard M. Stallman  <rms@gnu.org>
14918         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
14919         (query-replace-highlight, query-replace-lazy-highlight)
14920         (query-replace): Definitions moved up.  Doc fix.
14922 2005-01-03  Richard M. Stallman  <rms@gnu.org>
14924         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
14925         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14926         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14927         (lazy-highlight-face): Rename from isearch-lazy-...
14928         Change all references to them.
14930 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14932         * cus-edit.el (custom-file): Doc fix for defcustom.
14933         (custom-file): The function no longer sets the variable
14934         `custom-file' to its return value.
14936         * startup.el (command-line): No longer load `custom-file'.
14938 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14940         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
14942         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
14943         Don't confuse module-prefixed identifiers for labels.
14944         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
14946 2005-01-02  Richard M. Stallman  <rms@gnu.org>
14948         * files.el (basic-save-buffer-1): Fix previous change.
14950         * loadhist.el (file-loadhist-lookup): New function.
14951         (file-provides, file-requires): Use it.
14953         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
14954         instead of calculating the right size.
14956 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
14958         * vc-svn.el (vc-svn-diff): Stay local if possible.
14960 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14962         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
14964         * files.el (hack-local-variables): Fix last change.
14966 2005-01-02  Jay Belanger  <belanger@truman.edu>
14968         * calc/calc-yank.el (calc-edit-top): New variable.
14969         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
14970         object.  Change header properties.
14971         (calc-edit-finish, calc-edit-finish-stack-object)
14972         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
14973         edited object.
14974         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
14975         for the beginning of the edited object.
14976         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
14977         for the beginning of the edited object.
14978         * calc/calc-prog.el (calc-edit-macro-finish-edit)
14979         (calc-finish-formula-edit, calc-macro-repeats)
14980         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
14981         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
14982         beginning of the edited object.
14983         (calc-user-define-edit): Change the header for editing macros.
14984         Remove unnecessary variable.
14986 2005-01-01  Jay Belanger  <belanger@truman.edu>
14988         * calc/calc-yank.el (calc-edit-mode): Change default header.
14989         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
14990         * calc/calc-store.el (calc-edit-variable): Change title to match new
14991         header.
14992         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
14993         mode to match new header.
14994         (calc-user-define-edit): Change titles to include names of commands.
14995         (calc-finish-formula-edit): Adjust to handle new header.
14996         (calc-finish-macro-edit): Remove.
14997         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
14998         (calc-edit-macro-command, calc-edit-macro-command-type)
14999         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15000         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15001         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15002         (calc-edit-macro-finish-edit): New functions.
15003         (calc-user-define-edit): Use new functions to edit named calc macros.
15005 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15007         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15009         * ses.el (copy-region-as-kill): Deactivate mark.
15011 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15013         * replace.el (occur-1): If the output buffer is also an input,
15014         don't kill it, rename it.
15016         * faces.el (set-face-background, set-face-foreground): Doc fix.
15018         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15019         for :foreground and :background.
15021         * dired.el (dired-view-command-alist): Variable deleted.
15022         (dired-view-file, dired-mouse-find-file-other-window):
15023         Delete the code to use it.
15025 2005-01-01  Kim F. Storm  <storm@cua.dk>
15027         * image.el (insert-sliced-image): Use t for line-height property.
15029 See ChangeLog.11 for earlier changes.
15031 ;; Local Variables:
15032 ;; coding: iso-2022-7bit
15033 ;; End:
15035     Copyright (C) 2005 Free Software Foundation, Inc.
15036   Copying and distribution of this file, with or without modification,
15037   are permitted provided the copyright notice and this notice are preserved.
15039 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1