(goto-address-fontify): Put `follow-link' property on mail and url overlays.
[emacs.git] / lisp / ChangeLog
blob14536747f0309394e6d099947c0dd6c9bd858daf
1 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4         property on mail and url overlays.
5         (goto-address-at-point): Use `posn-set-point' instead of
6         `mouse-set-point' because the latter is not fbound when configured
7         without X.
9 2005-11-22  Lars Hansen  <larsh@soem.dk>
11         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12         (ls-lisp-classify, ls-lisp-format): Delete call to
13         ls-lisp-parse-symlink.
14         (ls-lisp-handle-switches): Handle symlinks to directories as
15         directories when ls-lisp-dirs-first in non-nil.
17 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19         * startup.el (command-line): Make sure that loaddefs.el is handled
20         correctly in load-history.
22 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
24         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
25         (gdb-struct-string, gdb-array-string): New constants.
26         (gdb-info-locals-handler): Use them.
27         (gdb-reset): Reset gdb-var-list to nil.
29 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
32         in patterns.
34 2005-11-21  Juri Linkov  <juri@jurta.org>
36         * custom.el (defcustom): Update link types in docstring.
38 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
40         * custom.el (defgroup): Add doc-string-elt info.
42         * widget.el (define-widget): Don't use declare for the doc-string-elt.
44 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * newcomment.el (comment-enter-backward): Fix last fix.
48         * simple.el (blink-matching-open):
49         * paren.el (show-paren-function): Allow new paren-class info.
51 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
53         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
54         handled automagically.
56 2005-11-20  Juri Linkov  <juri@jurta.org>
58         * simple.el (what-cursor-position):
59         * descr-text.el (describe-char): Use Lisp-readable syntax
60         for octal and hex.  Reorder decimal, octal and hex values.
61         Remove excess whitespace in the output.  Use `=' in `column='
62         like in `point=' and `Hscroll='.
64         * international/mule-cmds.el (encoded-string-description):
65         Use Lisp-readable syntax for hex.
67 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * newcomment.el (comment-enter-backward): Handle the case where the
70         comment is closed by EOB.
72 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
74         * longlines.el (longlines-before-revert-hook)
75         (longlines-after-revert-hook): New functions.
76         (longlines-mode): Turn off longlines temporarily when reverting.
77         Add a message-setup-hook.
78         (longlines-decode-buffer): New function.
79         (longlines-wrap-line): Preserve marker positions.
81 2005-11-19  Andreas Schwab  <schwab@suse.de>
83         * emacs-lisp/shadow.el: Handle compressed files.
85 2005-11-19  Romain Francoise  <romain@orebokech.com>
87         * net/browse-url.el (browse-url-default-browser): Signal an error
88         if no usable browser can be found, rather than try to load w3.
90 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
92         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
93         replacing existing properties.
94         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
95         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
96         tty specs.
97         (rcirc-server-prefix, rcirc-server): New faces.
98         (rcirc-url-regexp): Generate with rx macro.
99         (rcirc-last-server-message-time): New variable.
100         (rcirc-filter): Record time of last message.
101         (rcirc-keepalive): Kill processes that did not send a message
102         since the last ping.
103         (rcirc-mode): Give rcirc-topic a local binding here.
105 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
107         * subr.el (read-passwd): Fontify the prompt as we do with other
108         prompts.
110 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
112         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
113         binding buffer-read-only to nil.
115 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
117         * complete.el (partial-completion-mode):
118         Mention completion-auto-help in the doc string.
120         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
121         more Lisp-ish way.
123 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
125         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
126         digits, not 8, to avoid misalignment for files larger than 100MB.
128 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
130         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
131         Mention "keyboard shortcuts" in the help text.
133 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
135         * startup.el (fancy-splash-default-action): Discard only
136         mouse-down and succeeding mouse-up events in the splash screen
137         window so that drag-n-drop event can be processed.
139 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
141         * longlines.el (longlines-mode): Add hacks for mail-mode and
142         message-mode.
144 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
146         * textmodes/org.el: (org-table-sort-lines): New command.
147         (org-tbl-menu): Add entry for `org-table-sort-lines'.
148         (org-add-file): Command removed, use `org-agenda-file-to-front'
149         instead.
150         (org-export-icalendar): Use `org-icalendar-combined-name'.
151         (org-cycle-agenda-files, org-agenda-file-to-end)
152         (org-agenda-file-to-front): New commands.
153         (org-table-tab-jumps-over-hlines,org-export-html-style): New
154         options.
155         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
156         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
157         New functions.
158         (org-fill-paragraph): Call `org-table-align' in tables.
159         (org-mode): Call `org-set-autofill-regexps'.
160         (org-export-as-html): Support for local handformatted lists.
161         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
162         (org-export-local-list-max-depth): New option.
163         (org-html-expand): Use `org-html-protect'.
165 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
167         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
168         to "p".
169         (gdb): Move definition of gud-pp to...
171         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
172         speedbar.
173         (gdb-find-watch-expression): New function.
175 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
177         * faces.el (face-attribute, set-face-attribute): Mention existence
178         of `:ignore-defface' setting in docstring.
180 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * simple.el (completion-setup-function): Fix last change.
184 2005-11-17  John Paul Wallington  <jpw@pobox.com>
186         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
187         Use `posn-set-point' instead of `mouse-set-point' because the
188         latter is not fbound when configured without X.
190         * comint.el (comint-insert-input): Likewise.
192 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
194         * simple.el (hard-newline): New variable.
195         (sendmail-user-agent-compose, next-line): Use it.
197         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
198         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
199         (mail-mail-reply-to, mail-mail-followup-to)
200         (mail-position-on-field, mail-signature, mail-yank-original)
201         (mail-attach-file): Likewise.
203         * mail/mailheader.el (mail-header-format)
204         (mail-header-format-function): Likewise.
206         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
208 2005-11-17  Juri Linkov  <juri@jurta.org>
210         * font-lock.el (font-lock-faces): Rename this defgroup from
211         `font-lock-highlighting-faces'.
212         (font-lock-comment-face, font-lock-comment-delimiter-face)
213         (font-lock-string-face, font-lock-doc-face)
214         (font-lock-keyword-face, font-lock-builtin-face)
215         (font-lock-function-name-face, font-lock-variable-name-face)
216         (font-lock-type-face, font-lock-constant-face)
217         (font-lock-warning-face, font-lock-negation-char-face)
218         (font-lock-preprocessor-face)
219         (font-lock-regexp-grouping-backslash)
220         (font-lock-regexp-grouping-construct): Rename :group from
221         `font-lock-highlighting-faces' to `font-lock-faces'.
223         * cus-edit.el (lisp, c, tex):
224         * progmodes/ada-mode.el (ada):
225         * progmodes/asm-mode.el (asm):
226         * progmodes/cperl-mode.el (cperl-faces):
227         * progmodes/cpp.el (cpp):
228         * progmodes/dcl-mode.el (dcl):
229         * progmodes/f90.el (f90):
230         * progmodes/fortran.el (fortran):
231         * progmodes/icon.el (icon):
232         * progmodes/idlwave.el (idlwave-misc):
233         * progmodes/m4-mode.el (m4):
234         * progmodes/make-mode.el (makefile):
235         * progmodes/meta-mode.el (meta-font):
236         * progmodes/modula2.el (modula2):
237         * progmodes/octave-mod.el (octave):
238         * progmodes/pascal.el (pascal):
239         * progmodes/perl-mode.el (perl):
240         * progmodes/prolog.el (prolog):
241         * progmodes/ps-mode.el (PostScript-edit):
242         * progmodes/scheme.el (scheme):
243         * progmodes/sh-script.el (sh-script):
244         * progmodes/simula.el (simula):
245         * progmodes/tcl.el (tcl):
246         * textmodes/nroff-mode.el (nroff):
247         * textmodes/reftex-vars.el (reftex-fontification-configurations):
248         * textmodes/sgml-mode.el (sgml):
249         * textmodes/texinfo.el (texinfo):
250         Add :link (custom-group-link font-lock-faces) to defgroup.
252         * hi-lock.el (hi-lock): Rename this defgroup from
253         `hi-lock-interactive-text-highlighting'.  Change parent group from
254         `faces' to `font-lock'.  Add link to the manual.
255         (hi-lock-mode, hi-lock-file-patterns-range)
256         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
257         `hi-lock-interactive-text-highlighting' to `hi-lock'.
258         (hi-lock-faces): Add :group `faces'.
260         * cus-edit.el (custom-variable-prompt): Clarify the code.
262         * faces.el (face-read-string): Set the default value arg of
263         completing-read.
265 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
267         * rfn-eshadow.el (file-name-shadow-properties)
268         (file-name-shadow-tty-properties, file-name-shadow-mode):
269         Remove autoloads, because the file is now preloaded.
271 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * printing.el (easy-menu-intern): Don't define.
274         (pr-get-symbol): Use easy-menu-intern only if defined.
276         * simple.el (blink-matching-open): Simplify a bit.
277         (completion-setup-function): Fix the case of partial-completion-mode
278         when the minibuffer's contents start with "-".
279         Obey completion-base-size-function even when
280         minibuffer-completing-file-name is non-nil.
282 2005-11-16  Richard M. Stallman  <rms@gnu.org>
284         * net/eudcb-ph.el (eudc-ph-open-session):
285         Use set-process-query-on-exit-flag.
287         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
289         * international/ucs-tables.el (ucs-set-table-for-input):
290         Use make-local-variable, not make-variable-buffer-local.
292         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
293         Improve warning message text.
295         * savehist.el (savehist-save-hook): Add :group.
297         * menu-bar.el (menu-bar-help-menu):
298         Rename Find Extra Packages to External Packages.
300         * cus-edit.el (Custom-reset-standard): Verify that
301         :custom-standard-value prop exists before calling it.
303         * apropos.el (apropos-calc-scores): Use apropos-pattern.
305 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
307         * wid-edit.el (color): Enclose %t in %{...%}.
309         * cus-edit.el (face): Enclose %t in %{...%}.
311 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
313         * savehist.el (savehist-mode-hook): Re-add the var.
314         (savehist-mode): Use it.
316 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * textmodes/flyspell.el: Fix commenting convention.
319         Remove unnecessary leading * in custom docstrings.
320         (flyspell-emacs): Remove unused var.
321         (flyspell-delete-region-overlays): Use remove-overlays.
322         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
323         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
324         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
325         (flyspell-debug-signal-word-checked): Use with-current-buffer.
326         (make-flyspell-overlay): Don't locally reuse a global name.
327         (flyspell-highlight-incorrect-region)
328         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
329         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
330         (flyspell-notify-misspell): Remove unused args `start' and `end'.
331         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
332         Wrap calls to accept-process-output inside with-local-quit since it's
333         often called from a post-command-hook.
334         (flyspell-correct-word, flyspell-auto-correct-word):
335         Use ispell-send-string.
336         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
338         * calendar/diary-lib.el (diary-list-entries): Also hide the
339         terminating newline.
341 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
343         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
344         window-system, to allow fonts on tty.
346 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
348         * progmodes/gud.el (gud-speedbar-item-info): New function.
349         (gud-install-speedbar-variables): Use it to display data type
350         of watch expression as a tooltip in speedbar.
352 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
354         * font-core.el (global-font-lock-mode): Add :version keyword,
355         because default was changed.
357         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
359         * startup.el (command-line): Use `custom-reevaluate-setting' for
360         `file-name-shadow-mode'.
362         * loadup.el: Preload rfn-eshadow.
364         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
365         Add :version keyword.
366         (file-name-shadow-properties, file-name-shadow-tty-properties)
367         (file-name-shadow): Add :version keyword.
369         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
370         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
371         in the custom-group property of the symbol frames and the fringe
372         group got no link to its parent group frames.
373         Doc fix.
375 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
377         * progmodes/gud.el (gud-stop-subjob): New function.
378         (gud-menu-map, gud-tool-bar-map): Use it.
380 2005-11-16  Kim F. Storm  <storm@cua.dk>
382         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
383         than kill it.
384         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
385         to a more useful/logical place.
387 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
389         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
390         go buttons complementary.
392 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
395         (rfn-eshadow-sifn-equal): New function.
396         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
398 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
400         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
401         string.
403         * viper.el (viper-emacs-state-mode-list): Ensure that
404         rcirc-mode buffers come up in Emacs state.
406         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
407         operation.
409 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
411         * term.el (term-termcap-format): Fix typos.
412         (term-down): Fix the negative argument case.
414 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
416         * progmodes/gdb-ui.el: Remove face-alias left over from change on
417         2005-08-15.
418         (gdb-ann3): New command gud-go.
419         (menu): Accomodate gdb-mi.el.
420         (gdb-assembler-custom): Make buffer of selected window current
421         so that set-window-point works.
423         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
424         buttons and include new ones.
426 2005-11-16  Kim F. Storm  <storm@cua.dk>
428         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
429         (gud-menu-map): Use it.
431 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
433         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
434         that works correctly for Custom and that does not override a user
435         who disables it.
437         * help-mode.el (help-make-xrefs, help-xref-on-pp)
438         (help-xref-interned, help-follow): Make hyperlinks for variables
439         that are unbound, but have a non-nil variable-documentation property.
441         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
442         mode hook.  (It conflicted with defcustoms for some mode hooks.)
443         Use the `variable-documentation' property to give the mode hook a
444         docstring and expand that docstring.
446 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
448         * savehist.el (savehist-mode): Don't bother with
449         `custom-set-minor-mode'.
450         (savehist-coding-system): Check XEmacs version.
451         (history-length): Declare also at run time.
452         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
453         Don't set the customize state.
454         (savehist-minibuffer-hook): Special case for when
455         minibuffer-history-variable is equal to t.
457 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * files.el (write-file): Refresh VC status.
461         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
462         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
463         than fundamental-mode to see if the mode was set.
465 2005-11-14  Romain Francoise  <romain@orebokech.com>
467         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
468         dummy function in `eval-when-compile' to avoid compiler warning.
469         Require `man' at compile time.
471 2005-11-14  Jay Belanger  <belanger@truman.edu>
473         * calc-alg.el (calcFunc-write-out-power): Rename it to
474         calcFunc-powerexpand.
475         (math-write-out-power): Rename it to math-powerexpand; have it
476         handle negative exponents.
477         (calc-writeoutpower): Rename it to calc-powerexpand.
479         * calc-ext.el: Change calcFunc-writeoutpower and
480         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
481         autoloads.
482         Add calcFunc-ldiv to autoloads.
484         * calc-arith.el (calcFunc-ldiv): New function.
486         * calc.el (calc-left-divide): New function.
488 2005-11-14  Juri Linkov  <juri@jurta.org>
490         * cus-edit.el (custom-variable-prompt): Set the default value arg
491         of completing-read.
493         * cus-dep.el (custom-make-dependencies): Reverse the list of
494         found dependencies.
496 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
498         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
499         Highlighting" entry, it is on by default now.
500         (menu-bar-options-save): Do not save global-font-lock-mode.
502 2005-11-13  Richard M. Stallman  <rms@gnu.org>
504         * textmodes/flyspell.el (flyspell-large-region):
505         Call flyspell-accept-buffer-local-defs.
507 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
509         * textmodes/flyspell.el (flyspell-notify-misspell):
510         Fix misspelling of "Misspelling".
511         (flyspell-process-localwords): New function.
512         (flyspell-large-region): Call flyspell-process-localwords and
513         flyspell-delete-region-overlays.
514         (flyspell-delete-region-overlays): New function.
515         (flyspell-delete-all-overlays): Call that.
517 2005-11-13  Richard M. Stallman  <rms@gnu.org>
519         * help.el (help-for-help-internal): Improve doc of C-h a.
520         (describe-key): Improve prompt; doc fix.
522 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * vc-svn.el (vc-svn-registered): Catch all errors.
526         * cus-dep.el (custom-make-dependencies): Typo.
528 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
530         * net/tramp-util.el (top): Fix compilation warning.
532 2005-11-13  Kim F. Storm  <storm@cua.dk>
534         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
536 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
538         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
539         (gud-speedbar-buttons): Match on "const char *" too.
541         * progmodes/gdb-ui.el (gdb-var-create-handler)
542         (gdb-var-list-children-handler): Match on "const char *" too.
543         (gdb-var-evaluate-expression-handler): Match on empty string.
544         (gdb-var-update-handler): Only call
545         gdb-var-evaluate-expression-handler when required.
547 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
549         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
550         selected window.  This still doesn't work for speedbar.
551         (gud-speedbar-buttons): Handle string expressions properly.
553         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
554         (gdb-var-create-handler): Handle string expressions properly.
555         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
556         Handle string expressions properly.  Move "type" field into regexp.
558 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
560         * bookmark.el (bookmark-maybe-message): New function to reduce
561         code duplication: invokes `message' iff baud-rate is high enough.
562         (bookmark-write-file): Use above instead of an inline conditional.
563         (bookmark-load): Same.
565 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
567         * bookmark.el (bookmark-write-file): Don't visit the destination
568         file, just write the data to it using write-region.  This is
569         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
570         change to avoid visiting the file in the first place.
572 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
574         * hi-lock.el (hi-lock-mode): Set the default value of
575         font-lock-defaults.
577 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
579         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
580         arg to `file-attributes'.
581         (find-lisp-format): The UID and GID can now be strings.
583 2005-11-12  Kim F. Storm  <storm@cua.dk>
585         * help.el (help-map): Bind C-h d to apropos-documentation.
587         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
588         when point is at end-of-buffer.
590         * apropos.el (apropos-match-face): Doc fix.
591         (apropos-sort-by-scores): Add new choice `verbose'.
592         (apropos-documentation-sort-by-scores): New defcustom.
593         (apropos-pattern): Now contains the pattern entered by the user.
594         (apropos-pattern-quoted): New defvar.
595         (apropos-regexp): New defvar, containing the regexp corresponding
596         to apropos-pattern.
597         (apropos-all-words-regexp): Rename from apropos-all-regexp.
598         (apropos-read-pattern): New defun.  Use it to read pattern arg in
599         interactive calls; returns list of words for a word list, and
600         string for a regexp.
601         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
602         parses a list of words or regexp as returned by apropos-read-pattern.
603         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
604         (apropos-score-doc): Return a very high score if the string
605         entered by the user matches literally.
606         (apropos-variable): Doc fix.  Use apropos-read-pattern.
607         (apropos-command): Doc fix.  Use apropos-read-pattern and
608         apropos-parse-pattern.  Call apropos-print with nosubst=t.
609         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
610         apropos-parse-pattern.
611         (apropos-documentation): Doc fix. Use apropos-read-pattern and
612         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
613         apropos-documentation-sort-by-scores.  Call apropos-print with
614         nosubst=t.
615         (apropos-documentation-internal): Pass doc string through
616         substitute-key-definition before adding text properties.
617         Highlight substring matching literal user input if possible.
618         (apropos-documentation-check-doc-file): Remove locals beg and end.
619         Fix calculation of score (as added twice).  Pass doc string through
620         substitute-key-definition before adding text properties.
621         (apropos-documentation-check-elc-file): Pass doc string through
622         substitute-key-definition before adding text properties.
623         Highlight substring matching literal user input if possible.
624         (apropos-print): Add new arg NOSUBST; if set, command and variable
625         doc strings have already been passed through substitute-key-definition.
626         Add code to handle apropos-accumulator items without score element
627         for backwards compatibility (e.g. with woman package).
628         Only show scores if apropos-sort-by-scores is `verbose'.
630 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
633         Add jka-compr-load-suffixes to load-suffixes.
635         * jka-compr.el: Require 'jka-cmpr-hook.
636         (jka-compr-info-compress-message, jka-compr-info-compress-program)
637         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
638         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
639         (jka-compr-info-can-append, jka-compr-info-strip-extension)
640         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
641         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
642         (jka-compr-uninstall): Remove entries from
643         jka-compr-added-to-file-coding-system-alist after they are used.
644         (jka-compr-error): Remove unused var `curbuf'.
645         (jka-compr-file-local-copy): Remove unused var `notfound'.
647 2005-11-10  Romain Francoise  <romain@orebokech.com>
649         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
651 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
653         * progmodes/gud.el (gud-menu-map): Move parentheses.
654         (gdb): New command gud-pv.
656 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * tar-mode.el: Remove spurious or unnecessary leading stars
659         in docstrings.
660         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
661         (tar-parse-octal-integer-safe): Use mapc.
662         (tar-header-block-summarize): Remove unused var `ck'.
663         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
664         cleared before.  Obey default-enable-multibyte-characters.
665         Use mapconcat.  Simplify setting of tar-header-offset.
666         (tar-mode-map): Move initialization inside delcaration.
667         (tar-flag-deleted): Use `abs'.
668         (tar-expunge-internal): Remove unused var `line'.
669         (tar-expunge-internal): Don't hardcode point-min==1.
670         (tar-expunge): Widen while doing set-buffer-multibyte.
671         (tar-rename-entry): Use file-name-coding-system.
672         (tar-alter-one-field): Don't hardcode point-min==1.
673         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
674         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
676 2005-11-10  Masatake YAMATO  <jet@gyve.org>
678         * add-log.el (add-log-current-defun): Handle class::method
679         notation of c++. Fix incorrect comment.
681 2005-11-10  Alan Mackenzie  <acm@muc.de>
683         * help-fns.el (describe-variable): Make C-h v work when a variable
684         has variable documentation yet is unbound.
686 2005-11-10  Masatake YAMATO  <jet@gyve.org>
688         * man.el (Man-highlight-references): Set an empty
689         string to `Man-arguments' if it is nil.
690         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
692 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
695         commenting conventions.
697         * cus-dep.el (custom-make-dependencies): Simplify.
698         Better follow the commenting conventions.
700 2005-11-09  Richard M. Stallman  <rms@gnu.org>
702         * apropos.el (apropos-pattern): Rename from apropos-regexp.
703         (apropos-orig-pattern): Rename from apropos-orig-regexp.
704         All uses changed.
705         (apropos-rewrite-regexp): Doc fix.
706         (apropos-variable, apropos-command, apropos, apropos-value):
707         Change prompt; carry through the argument renaming.
709 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
711         * find-lisp.el: Require dired.
712         (find-lisp-find-dired-internal): Do not call
713         `abbreviate-file-name' on DIR.
715 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
717         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
719 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
721         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
722         when using the speedbar.
723         (gdb): New command gud-pp.
724         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
726 2005-11-09  Juri Linkov  <juri@jurta.org>
728         * replace.el (occur-excluded-properties): New defcustom.
729         (occur-1, occur-engine, occur-accumulate-lines): Use it.
731 2005-11-08  Jay Belanger  <belanger@truman.edu>
733         * calc/calc-units.el (math-convert-units): Replace any composite
734         unit by its definition.
736 2005-11-08  Lars Hansen  <larsh@soem.dk>
738         * emacs-lisp/autoload.el (update-directory-autoloads):
739         Add obsolete function alias.
741 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
744         comment-indent-function.
745         (lisp-comment-indent): Replace by an alias for comment-indent-default.
747         * reveal.el (reveal-post-command): Rework the handling of
748         reveal-open-spots, so as to be more reliable.  There were several
749         tricky corner cases where an open spot might be lost, or where
750         a closed spot might end up on the list of open spots.
751         Only reveal text that's ellipsised.
753 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
755         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
757 2005-11-07  John Paul Wallington  <jpw@gnu.org>
759         * ibuffer.el (ibuffer): Search iconified frames too when
760         getting Ibuffer buffer's window.
762 2005-11-06  Richard M. Stallman  <rms@gnu.org>
764         * progmodes/compile.el (compilation-internal-error-properties):
765         save-excursion around the computation of MARKER.
767 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
769         * textmodes/flyspell.el (flyspell-external-point-words):
770         flyspell-get-word returns a list, not just a string.
772 2005-11-06  John Paul Wallington  <jpw@pobox.com>
774         * ibuffer.el (ibuffer): Search all visible frames when getting
775         Ibuffer buffer's window.
777 2005-11-07  Masatake YAMATO  <jet@gyve.org>
779         * man.el (Man-reference-regexp): Accept spaces between
780         `Man-name-regexp' and `Man-section-regexp'.
781         (Man-apropos-regexp): New variable.
782         (Man-abstract-xref-man-page): Use value for `Man-target-string'
783         if available.
784         (Man-highlight-references, Man-highlight-references0):
785         Handle the case when `Man-arguments' includes "-k".
786         (Man-highlight-references0): Rename the argument `TARGET-POS' to
787         `TARGET'. `TARGET' can be a number, function or nil.
789 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
791         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
792         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
793         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
794         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
795         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
796         (gdb-send-item): Use buffer-local-value and simplify.
798 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
800         * startup.el (command-line): Use `custom-reevaluate-setting' for
801         `global-font-lock-mode'.
803         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
804         by default, except in batch mode or when the -D option is given.
806         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
807         specified keyword args on to `define-minor-mode'.  Update docstring.
809 2005-11-05  Romain Francoise  <romain@orebokech.com>
811         * replace.el (occur-engine): Add marker at end of line, too.
813 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
815         * font-lock.el: Don't deal with font-lock-face-attributes here,
816         move the code ...
818         * startup.el (command-line): ... here. Use face-spec-set instead
819         of custom-declare-face.
821         * faces.el (face-spec-set): Reset the face if spec is not nil.
823 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * newcomment.el (comment-region-internal): Box more tightly in the
826         common case where there's no TAB in the boxed text.
828 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
830         * info.el (info-tool-bar-map): Use images prev-node, next-node and
831         up-node.
833 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
835         * newsticker.el: Commentary updated. Code formatting changed.
836         (newsticker-version): Change to "1.9".
837         (newsticker, newsticker-feed): Doc fix.
838         (newsticker-url-list): Doc fix.  Add option "Weekly".
839         (newsticker-retrieval-interval): Add option "Weekly".
840         (newsticker-headline-processing): Doc fix.
841         (newsticker-auto-mark-filter): Remove.
842         (newsticker-auto-mark-filter-list): New.
843         (newsticker-layout, newsticker-sort-method): Doc fix.
844         (newsticker-hide-old-items-in-newsticker-buffer)
845         (newsticker-heading-format, newsticker-item-format)
846         (newsticker-desc-format): Doc fix.
847         (newsticker-show-all-rss-elements): Remove.
848         (newsticker-show-all-news-elements): New.
849         (newsticker-faces, newsticker-ticker): Doc fix.
850         (remove-from-invisibility-spec): Code formatting.
851         (newsticker--process-ids): New.
852         (newsticker-mode): Doc fix.
853         (newsticker-mode): Change mode-line-format.
854         (newsticker-start): Remove debug output.
855         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
856         (newsticker-w3m-show-inline-images): Code formatting.
857         (newsticker-next-item): Call `force-mode-line-update'.
858         (newsticker-previous-item): Call `force-mode-line-update'.
859         (newsticker-next-feed): Call `force-mode-line-update'.
860         (newsticker-previous-feed): Call `force-mode-line-update'.
861         (newsticker-mark-all-items-at-point-as-read): Code formatting.
862         (newsticker-show-old-items): Do not show descs.
863         (newsticker-hide-entry): Hide too much.
864         (newsticker-hide-entry, newsticker-show-entry)
865         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
866         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
867         (newsticker-toggle-auto-narrow-to-item): Code formatting.
868         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
869         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
870         (newsticker-get-news): Call `force-mode-line-update'.
871         Collect process ids.
872         (newsticker--sentinel): Change coding system handling.
873         Move image retrieval to new functions newsticker--get-logo-url-*.
874         Move feed parsing to new functions newsticker--parse-*.
875         Update list of process ids.
876         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
877         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
878         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
879         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
880         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
881         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
882         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
883         (newsticker--decode-coding-string): Remove.
884         (newsticker--decode-numeric-entities): Check input.  Format code.
885         (newsticker--remove-whitespace): Check input.
886         (newsticker--do-forget-preformatted): Doc fix.
887         (newsticker--decode-rfc822-date): Allow for missing time.
888         (newsticker--update-process-ids): New.
889         (newsticker--image-sentinel): Change comment.
890         (newsticker--image-read): Change error message.
891         (newsticker--imenu-goto): Doc fix.  Show headline title.
892         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
893         (newsticker--buffer-do-insert-text): Clean whitespace in
894         html-rendered headline title.  Code formatting.
895         Call `newsticker--buffer-print-extra-elements'.
896         (newsticker--buffer-print-extra-element): Remove.
897         (newsticker--buffer-print-extra-elements): New.
898         (newsticker--buffer-do-print-extra-element): New.
899         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
900         large sizes.
901         (newsticker--run-auto-mark-filter)
902         (newsticker--do-run-auto-mark-filter):
903         Use `newsticker-auto-mark-filter-list'.
905 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
907         * net/rcirc.el: Use split-string OMIT-NULLS argument.
908         (rcirc-print): Force redisplay before running hooks.  Do long
909         buffer truncation after making new text read-only.  Deal with nil
910         text when decoding strings.  If TARGET is nil, use either the
911         currently selected buffer, if it is an rcirc buffer and of the
912         same process or the process buffer.
913         (rcirc-mode): Remove header-line.  Recompute short buffer names.
914         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
915         (rcirc-short-buffer-name): Add variable.
916         (rcirc-kill-buffer-hook): Recompute short buffer names.
917         Remove nick from private channel.
918         (rcirc-send-input): Send command text to current-buffer.
919         Don't clear overlay arrow here.
920         (rcirc-short-buffer-name): Return a short buffer name.
921         (rcirc-update-short-buffer-names, rcirc-abbreviate)
922         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
923         buffer-name abbreviations.
924         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
925         Do not touch nick-table when killing a parted channel.
926         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
927         Clear arrow from current buffer if it is now hidden.
928         (rcirc-current-buffer): Add variable.
929         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
930         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
931         Remove -face from names.
932         (rcirc-update-activity-string): Print "DND" when globally ignoring
933         activity.
934         (rcirc-ignore-buffer-activity-flag): Rename from
935         rcirc-ignore-channel-activity.
936         (rcirc-ignore-all-activity-flag): Doc fix.
937         (rcirc-channels): Remove variable.
938         (rcirc-kill-buffer-hook):
939         (rcirc-get-buffer-create): Add nick to private channel.
940         (rcirc-multiline-edit-submit): Remove tabs.
941         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
942         folded.
943         (rcirc-remove-nick-channel): Bug fix.
944         (rcirc-toggle-ignore-buffer-activity): Rename from
945         rcirc-toggle-ignore-channel-activity.
946         (rcirc-record-activity): Add buffers to the front of the list.
947         (rcirc-update-activity): Remove killed buffers from list.
948         (rcirc-process-server-response-1): Remove last argument if it is
949         null before calling handler.
950         (rcirc): Add "rcirc" defcustom prefix.
951         (rcirc-prompt): Simplify default prompt.
952         Use custom-initialize-default.
953         (rcirc-private-chats): Remove variable.
954         (rcirc-prompt): Change initialization.
955         (rcirc-version): Remove function.
956         (rcirc-id-string): Add constant.
957         (rcirc-last-buffer): Remove variable.
958         (rcirc-buffer-alist): Add variable.
959         (rcirc-connect): Update variable setup.
960         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
961         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
962         default.
963         (rcirc-handler-generic): Trigger activity.
964         (rcirc-send-message): Create the buffor of the target.
965         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
966         (rcirc-get-buffer): Just return nil if there is no matching buffer.
967         (rcirc-multiline-edit-cancel): Remove function.
968         (rcirc-set-last-buffer): Remove function.
969         (rcirc-get-any-buffer): Add function.
970         (rcirc-join-channels): Don't print /join text.
971         (rcirc-toggle-ignore-channel-activity): Add and update echo area
972         messages.
973         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
974         (rcirc-handler-NOTICE): Recognize CTCP responses.
975         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
976         constructing TOPIC string for buffers we are not JOINed.
977         (rcirc-handler-CTCP-response): Add handler.
978         (rcirc-multiline-edit-submit): Restore the window-configuration
979         before adjusting point.
980         (rcirc): Add customization group.
981         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
982         (rcirc-user-full-name, rcirc-startup-channels-alist)
983         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
984         (rcirc-ignore-all-activity-flag, rcirc-time-format)
985         (rcirc-input-ring-size, rcirc-read-only-flag)
986         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
987         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
988         Change defvar to defcustom.
989         (rcirc-update-prompt): Add optional ALL arg, which will update
990         prompts in all rcirc buffers.  Regexp quote replacement text.
991         (rcirc-fill-column): Accept 'frame-width as a value.
992         (rcirc-set-changed): Add function.
993         (rcirc-next-active-buffer): Write more meaningful messages.
994         (rcirc-faces): Add customization group.
995         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
996         (rcirc-nick-in-message-face, rcirc-prompt-face)
997         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
998         (with-rcirc-process-buffer): Move before first usage.
999         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1000         (rcirc-debug-flag): Rename from `rcirc-log-p'.
1001         (rcirc-debug): Rename from `rcirc-log'.
1002         (rcirc-format-response-string): Do not print '-' chars for a
1003         NOTICE with no sender.  Simplify output of server responses.
1005 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1007         (rcirc-browse-url-map, rcirc-browse-url-at-point)
1008         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1009         mouse and RET clickable.
1011 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1013         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1015 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1017         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1018         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1019         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1020         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1021         argument to all these routines, so the passphrase can be managed
1022         externally and passed in to the system.
1023         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1024         pgg-add-passphrase-to-cache function.
1026         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1027         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1028         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1029         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1030         argument to all these routines, so the passphrase can be managed
1031         externally and passed in to the system.
1032         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1033         function.
1035 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1037         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1038         from goto-address-url-regexp.
1040 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1042         * textmodes/org.el (org-read-date, org-goto-calendar)
1043         (org-recenter-calendar, org-agenda-goto-calendar):
1044         Temporarily clear 'calendar-move-hook'.
1046 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1048         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1049         merging.
1051         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1052         have merge clashes.
1054 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1056         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1057         Undo previous change.
1059         * startup.el (command-line): Use `custom-reevaluate-setting' for
1060         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1061         tty-register-default-colors on Mac.
1063 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1065         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1066         (gdb-buffer-type): Make it automatically buffer local...
1067         (gdb-get-create-buffer): ...and set it accordingly.
1068         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1069         actually work.
1071 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1073         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1074         not red.
1076 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1078         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1079         case GUD buffer is not visible.
1080         (gdb-goto-breakpoint): Try to force display in source buffer.
1081         (gdb-frame-gdb-buffer): Copy other similar functions.
1082         (gdb-restore-windows): Don't display source if not asked for.
1083         (gdb-assembler-buffer-name): Don't capitalise.
1085 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1087         * wid-edit.el (key-sequence): New widget type.
1089         * simple.el (set-mark-command-repeat-pop): New variable.
1090         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1091         if set-mark-command-repeat-pop is true.
1093         * info.el (Info-fontify-node): Don't display extra "see" if there
1094         already is one here.
1096         * mouse.el: Fix special handling of DEL after dragging a region:
1097         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1098         (mouse-region-delete-keys): Add [backspace].
1100         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1102         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1103         not to assume it pertains to an affix.
1105         * textmodes/flyspell.el (flyspell-post-command-hook):
1106         Bind deactivate-mark to prevent deactivation.
1108 2005-11-03  Lars Hansen  <larsh@soem.dk>
1110         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1111         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1112         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1114 2005-11-03  Romain Francoise  <romain@orebokech.com>
1116         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1117         Update copyright years.
1119 2005-11-03  Sam Steingold  <sds@gnu.org>
1121         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1122         Use system-type instead of window-system because window-system is not
1123         correctly defined during loadup.
1125 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1127         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1128         (xml-parse-tag): Join strings separated by a comment properly.
1130 2005-11-02  Andreas Schwab  <schwab@suse.de>
1132         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1134 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1137         (byte-optimize-pure-func): Quote the eval'd value.
1139         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1140         Rename from perl-font-lock-syntactic-face-function.
1141         Change the calling convention so it can be used as a font-lock MATCHER.
1142         Do the parse-partial-sexp loop outselves.
1143         (perl-font-lock-syntactic-keywords): Use it.
1144         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1146 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1148         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1149         disassembly buffer too.
1150         (gdb-exited): Remove overlay arrows when execution has finished.
1151         (gdb-info-frames-custom, gdb-info-threads-custom)
1152         (gdb-info-registers-custom): Don't add inappropriate text
1153         properties if inferior is not active.
1155 2005-11-02  Glenn Morris  <rgm@gnu.org>
1157         * progmodes/fortran.el (fortran-blink-match):
1158         Use `blink-matching-delay'.
1160 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1162         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1164 2005-11-02  Lars Hansen  <larsh@soem.dk>
1166         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1167         "Permission denied".
1169 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1171         * textmodes/flyspell.el (flyspell-external-point-words):
1172         Pass nil to flyspell-get-word.
1174 2005-11-02  Kim F. Storm  <storm@cua.dk>
1176         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1177         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1179 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1181         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1182         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1183         (calendar-mouse-print-dates): Add optional `event' argument.
1184         Update interactive-spec.
1185         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1186         Use `calendar-event-to-date' instead of `event'.
1188 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1190         * progmodes/ld-script.el (ld-script-builtins):
1191         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1192         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1193         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1195 2005-11-01  Romain Francoise  <romain@orebokech.com>
1197         * vc-sccs.el: Update copyright year.
1198         * ezimage.el: Likewise.
1200 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1202         * info.el (Info-fontify-node): Use `string-width' for fontifying
1203         underlined titles.
1205 2005-11-01  Juri Linkov  <juri@jurta.org>
1207         * info.el (Info-fontify-node): Downcase node header keywords Node,
1208         Prev, Next, Up before comparison.
1209         (Info-history): Insert absolute directory name, and put invisible
1210         property on it.
1212 2005-11-01  Juri Linkov  <juri@jurta.org>
1214         * info.el (Info-file-supports-index-cookies): New variable.
1215         (Info-find-node-2): Check makeinfo version for index cookie support.
1216         (Info-index-nodes): Search for nodes with index cookies only when
1217         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1218         with "Index" in the node name.
1219         (Info-index-node): Search index cookie in the current node only when
1220         Info-file-supports-index-cookies is t.  Otherwise, check the word
1221         "Index" in the node name.
1222         (Info-find-emacs-command-nodes): Remove code that searches nodes
1223         with "Index" node name in the top menu.
1225 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * progmodes/scheme.el (scheme-mode-variables): Use the default
1228         comment-indent-function.
1230         * faces.el (face-attribute): Handle the case where a face inherits from
1231         a non-existent face.
1233         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1234         for octal and hexa output, and merge the char into the paren.
1235         (kill-new): Use push.
1236         (copy-to-buffer): Use with-current-buffer.
1237         (completion-setup-function): Move code in loop to remove redundancy.
1238         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1239         those inherited from minibuffer-local-completion-map.
1241         * savehist.el (savehist-mode) <defcustom>:
1242         Use custom-set-minor-mode if available.
1243         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1244         and emit a message if applicable.
1246 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1248         * savehist.el: Sync up to version 19.
1249         (savehist-mode): New minor mode.
1250         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1251         (savehist-length): Remove (use history-length instead).
1252         (savehist-file-modes): Rename from savehist-modes.
1253         (savehist-save-hook, savehist-loaded): New vars.
1254         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1255         old format to new format.
1256         (savehist-install): Allow savehist-autosave-interval to be nil.
1257         (savehist-save): Run the new hook.  Be more careful to only trim the
1258         history variables.
1259         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1260         (savehist-printable): Print into a buffer rather than char-by-char.
1262 2005-11-01  John Wiegley  <johnw@newartisans.com>
1264         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1265         toggle-ignore keybinding (C-a).  The author said it had been
1266         disabled much earlier due to a possible incompatibility, but after
1267         many months of usage I have encountered no problems (and it is a
1268         rather useful option, especially for switching to " *temp*").
1270         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1271         support for OS/X's AddressBook, by calling out to the open source
1272         program "contacts" (installable through Fink).
1274         * net/eudc.el (eudc-expand-inline): If the
1275         `eudc-multiple-match-handling-method' is set to `all', delete the
1276         query string before inserting the query result.
1278         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1279         flag, to prevent Eshell from using the system ls when
1280         `eshell-ls-insert-directory' is in used.
1281         (eshell-ls-insert-directory): Disable font-lock in directory
1282         buffer so that Eshell's own fontification is seen.  This broke
1283         recently due to changes in font-lock, so this goes back to version
1284         21 behavior.
1286 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1288         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1289         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1290         (gdb-many-windows): Doc fix.
1292 2005-10-31  Romain Francoise  <romain@orebokech.com>
1294         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1296 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1298         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1299         that global-font-lock-mode can be enabled by default.
1301         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1302         (font-lock-add-keywords, font-lock-remove-keywords)
1303         (font-lock-fontify-buffer): Remove autoload cookies.
1305         * jit-lock.el (jit-lock-register): Likewise.
1307         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1309 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1311         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1312         intact if there is no gud-comint-buffer.
1314 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1316         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1317         old prompt comint-prompt-read-only is t and GDB commands are
1318         issued from tool bar etc.
1320 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1322         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1324 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1326         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1327         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1329 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1331         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1332         starting at beginning of line.  Fontification is messed up when
1333         `open-paren-in-column-0-is-defun-start' set to t.
1334         Reported by John Paul Wallington <jpw@pobox.com>.
1336 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1338         * comint.el (comint-send-input): Call `comint-update-fence' when
1339         `comint-process-echoes' and `comint-prompt-read-only' are both
1340         non-nil, to avoid leftover read-only newline.
1342 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1344         * textmodes/flyspell.el (flyspell-external-point-words):
1345         Detect when WORD can't be checked properly because
1346         flyspell-get-word finds just part of it, and move on.
1348         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1349         boundarychar for Polish.
1350         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1351         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1353 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1355         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1356         (gdb-registers-font-lock-keywords): Delete.
1357         (gdb-registers-mode): Don't fontify.
1358         (gdb-info-registers-custom): Use text properties instead as, in
1359         future, changed register values will use font-lock-warning-face.
1360         (gdb-local-font-lock-keywords): Rename to...
1361         (gdb-locals-font-lock-keywords): ...for consistency.
1363 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1365         * vc.el (vc-switch-backend): Better error message if the buffer is
1366         not visiting a file under version control.
1368         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1370 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1372         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1373         ~/.emacs.d/.emacs.
1375 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1377         * replace.el (occur-mode-mouse-goto): Always go to other window.
1378         (occur-mode-goto-occurrence): Always switch in same window.
1380         * simple.el (undo): Display message at end, not at start.
1382         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1383         New arg REUSE-CELL.
1384         (cancel-timer-internal): New function.
1385         (timer-event-handler): Use cancel-timer-internal,
1386         and pass the cell it returns to timer-activate...
1388         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1389         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1390         (jit-lock-after-change): Test memory-full.
1392 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1394         * textmodes/conf-mode.el (conf-assignment-sign)
1395         (conf-assignment-regexp): Fix docstrings.
1396         (conf-mode-initialize): New function.
1397         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1398         recognize recursive calls.
1399         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1400         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1401         (conf-xdefaults-mode): Use define-derived-mode and
1402         conf-mode-initialize.
1404 2005-10-29  Romain Francoise  <romain@orebokech.com>
1406         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1408 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1410         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1411         part of the decoded armor to find the key-identifier.
1412         (pgg-gpg-lookup-key-owner): New function to return the
1413         human-readable identifier of a key owner.
1414         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1415         key itself.
1416         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1417         the key value) if we have a key and can match it against a secret
1418         key.  Also, added a note pointing out fact that the prompt only
1419         indicates the first matching key.
1421         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1422         pgg-decrypt-region.
1423         (pgg-pending-timers): A new hash for tracking the passphrase cache
1424         timers, so that new ones supercede old ones.
1425         (pgg-add-passphrase-to-cache): Rename from
1426         `pgg-add-passphrase-cache' to reduce confusion (all callers
1427         changed).  Modified to cancel old timers when new ones are added.
1428         (pgg-remove-passphrase-from-cache): Rename from
1429         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1430         changed).  Modified to cancel old timers when their keys are
1431         removed from the cache.
1432         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1433         XEmacs, an indirection to delete-itimer.
1434         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1435         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1436         users can only check cache without risk of prompting.  Correct bug in
1437         notruncate behavior.
1438         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1439         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1440         Add informative docstrings.
1441         (pgg-decrypt): Convey provided passphrase in subordinate call to
1442         pgg-decrypt-region.
1444 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1446         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1447         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1448         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1449         'passphrase' argument, so the passphrase can be managed externally
1450         and then passed in to the system.
1452         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1453         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1454         so the passphrase cache can be used reliably with identifiers
1455         besides a pgp packet's key id.
1457         * pgg-gpg.el (pgg-pgp-encrypt-region)
1458         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1459         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1460         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1461         argument to all these routines, so the passphrase can be managed
1462         externally and passed in to the system.
1464         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1465         'notruncate' argument, so the passphrase cache can be used
1466         reliably with identifiers besides a pgp packet's key id.
1468 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1470         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1471         symmetric encryption.
1472         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1473         encrypted session key.
1474         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1475         message ask for the passphrase in a proper way.
1477         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1478         New user commands for symmetric encryption.
1480 2005-10-28  Bill Wohler  <wohler@newt.com>
1482         * help-mode.el (help-url): New button type. Calls browse-url.
1483         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1484         Similar to Info nodes: URL `url'.
1485         (help-make-xrefs): Create help-url buttons for
1486         help-xref-url-regexp matches.
1488 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1490         * tool-bar.el (tool-bar-add-item-from-menu)
1491         (tool-bar-local-item-from-menu): Fix doc strings.
1493 2005-10-28  Romain Francoise  <romain@orebokech.com>
1495         * ldefs-boot.el: Update.
1497         * subr.el (locate-library): Move from help-fns.el.
1498         * help-fns.el (locate-library): Move to subr.el.
1500 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1502         * net/tramp.el (tramp-completion-mode): defvar moved up.
1504         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1506         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1508         * files.el (find-file-noselect): Use %d to format large file size.
1510         * bindings.el (mode-line-format): Add %e.
1512         * loadup.el ("facemenu"): Load unconditionally.
1513         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1514         ("x-dnd"): Load, when appropriate.
1516         * startup.el (command-line): Call before-init-hook earlier.
1517         Warn about some bad characters in -u user name.
1519         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1520         (flyspell-external-point-words): Error if misspelled word is not found.
1521         Set flyspell-large-region-beg at end of word.
1523 2005-10-28  Andreas Schwab  <schwab@suse.de>
1525         * view.el (View-revert-buffer-scroll-page-forward):
1526         Use view-page-size-default.
1528 2005-10-28  Juri Linkov  <juri@jurta.org>
1530         * international/quail.el (quail-get-current-str): Translate last
1531         raw character for deterministic input methods.
1533 2005-10-27  Jay Belanger  <belanger@truman.edu>
1535         * calc/calc-ext.el: Add functions to autoloads.
1536         (math-identity-matrix-p, math-ident-row-p): New functions.
1538         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1539         multiplication by an identity matrix; don't turn multiplication by
1540         an inverse matrix into division.
1541         (math-div-symbol-fancy):  Replace division by matrices with
1542         multiplication by inverse.
1544         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1546         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1547         (calc-writeoutpower): New functions.
1549 2005-10-27  Romain Francoise  <romain@orebokech.com>
1551         * replace.el (occur-engine): Include colon in mouse-face highlight.
1553         * dired-x.el: Change Maintainer field.
1555 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1557         * longlines.el (longlines-mode): Bind after-change-functions to
1558         nil during initial decoding and final encoding.
1560 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1562         * term.el (term-emulate-terminal, term-handle-colors-array)
1563         (term-handle-ansi-escape): Specify the terminfo capabilities
1564         implemented.
1566 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1568         * info.el (Info-fontify-node): Fix detection of sentence-break
1569         before *Note.
1571 2005-10-26  Romain Francoise  <romain@orebokech.com>
1573         * smerge-mode.el: Add `tools' to file keywords.
1575 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1577         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1578         when the fringe is not available.
1580         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1581         (def-gdb-auto-update-trigger): Simplify construction.
1582         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1583         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1584         defined explicitly.
1585         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1586         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1587         defined explicitly.
1588         (gdb-info-locals-custom): Remove as it's a no-op.
1590 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1592         * longlines.el (longlines-mode): Remove narrowing before
1593         performing the initial decoding or final encoding.
1595 2005-10-25  Romain Francoise  <romain@orebokech.com>
1597         * emacs-lisp/find-func.el (find-library-name): Also strip
1598         extension if library name ends in .el, to take advantage of
1599         `find-library-suffixes'.
1601 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1603         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1605 2005-10-25  Juri Linkov  <juri@jurta.org>
1607         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1608         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1610 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1612         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1613         (blackbox-redefine-key): Add argument `map'.
1615         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1616         regions when moving the jit-lock-context-unfontify-pos boundary.
1618 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1620         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1622 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1624         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1626 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1628         * play/blackbox.el (blackbox-redefine-key): New function.
1629         (blackbox-mode-map): Use it to remap existing bindings for cursor
1630         motion instead of binding literal keys.
1632 2005-10-25  Glenn Morris  <rgm@gnu.org>
1634         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1635         diary does not end in a newline.  Do not assume a blank line at
1636         the start of the diary file.
1638 2005-10-25  Kenichi Handa  <handa@m17n.org>
1640         * international/quail.el (quail-translate-key): If the input
1641         method is deterministic and failed to handle the last key, restart
1642         the key handling loop from an appropriate key.
1644 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1646         * vc.el (vc-dired-mode): Extend comment for binding of
1647         `directory-listing-before-filename-regexp'.
1649 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1651         * textmodes/texinfo.el (texinfo-mode):
1652         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1653         not to unnecessarily expose emacs-mule's internal char codes.
1655 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1657         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1658         Display hand pointer and help-echo on disabled icon too.
1659         (gdb-mouse-until): New function.
1660         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1662 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1664         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1665         with 2005-10-23 change to doctor.el.
1667         * finder.el (finder-mode-map): Add follow-link binding.
1669 2005-10-25  Kim F. Storm  <storm@cua.dk>
1671         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1672         to gdb-mouse-toggle-breakpoint-fringe.
1673         (gdb-mouse-toggle-breakpoint-margin): Rename from
1674         gdb-mouse-toggle-breakpoint. Fix doc.
1675         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1676         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1677         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1678         string properties also for fringe breakpoint bitmaps.
1680 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1682         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1684 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1686         * simple.el (completion-common-substring):
1687         Use `completion-common-substring' prior to `completion-base-size'.
1689 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1691         * savehist.el: Require CL while compiling.
1692         (savehist-history-variables): Remove.
1693         (savehist-save-minibuffer-history, savehist-additional-variables)
1694         (savehist-minibuffer-history-variables): New vars.
1695         (savehist-save): Use them.
1696         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1697         (savehist-install): New fun, extracted from savehist-load.
1698         (savehist-load): Use them.
1700 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1703         a dummy doc-string-elt property.
1704         (defalias, defvaralias, define-category): Add a docstring property.
1706         * image.el (defimage):
1707         * widget.el (define-widget):
1708         * custom.el (defface, defcustom): Add `doc-string' declaration.
1710         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1711         (defadvice): Add `doc-string' declaration.
1713         * emacs-lisp/byte-run.el (macro-declaration-function):
1714         Handle `doc-string' declarations.
1715         (define-obsolete-function-alias, define-obsolete-variable-alias):
1716         Add `doc-string' declaration.
1718 2005-10-24  Kenichi Handa  <handa@m17n.org>
1720         * international/utf-7.el (utf-7): Add autoload cookie.
1722         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1724 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1726         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1727         list of directories passed to batch-update-autoloads.  Add "." to
1728         the list of the echoed directories.
1730         * pgg-def.el:
1731         * pgg-gpg.el:
1732         * pgg-parse.el:
1733         * pgg-pgp.el:
1734         * pgg-pgp5.el:
1735         * pgg.el: Moved here from the gnus subdirectory.
1737 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1739         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1740         in case comint-prompt-read-only is set to t.
1742         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1743         in case comint-prompt-read-only is set to t.
1745 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1747         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1748         Now a string.
1749         (icalendar-import-format): Handle CLASS, STATUS, URL.
1750         Rename `subject' to `summary'.
1751         (icalendar-import-format-summary): Rename from
1752         `icalendar-import-format-subject'.
1753         (icalendar-import-format-url, icalendar-import-format-status)
1754         (icalendar-import-format-class): New variables.
1755         (icalendar--rris): Take variable argument list.
1756         (icalendar--datestring-to-isodate): Remove unnecessary
1757         calendar-style check when converting dates with explicit month names.
1758         (icalendar-export-region): Change return type of conversion
1759         subroutines.  Bury current buffer unless error occurred.
1760         (icalendar--convert-to-ical)
1761         (icalendar--parse-summary-and-rest): New functions.
1762         (icalendar--convert-ordinary-to-ical)
1763         (icalendar--convert-weekly-to-ical)
1764         (icalendar--convert-yearly-to-ical)
1765         (icalendar--convert-block-to-ical)
1766         (icalendar--convert-cyclic-to-ical)
1767         (icalendar--convert-anniversary-to-ical): Change return type.
1768         Strip trailing blanks from subject.
1769         (icalendar--convert-sexp-to-ical): Change return type.
1770         Strip trailing blanks from subject.  Handle simple sexp
1771         entries as generated by icalendar.el.
1772         (icalendar--convert-float-to-ical)
1773         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1774         (icalendar-import-file): Doc fix.
1775         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1776         Correct call to icalendar--rris.
1777         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1778         `summary'.
1779         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1781 2005-10-24  Romain Francoise  <romain@orebokech.com>
1783         * server.el (server-sentinel): Set query-on-exit flag to nil on
1784         new client processes (it isn't inherited from the server process).
1786         * replace.el (occur-engine): Rearrange text properties.
1788 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1790         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1791         case-fold-search is nil.
1792         (debug-help-follow): Use help-xref-interned directly.
1794 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1796         * thumbs.el (thumbs-image-type): Add .pbm.
1798 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1800         * faces.el (inhibit-face-set-after-frame-default): New variable.
1801         (set-face-attribute): Bind it.
1802         (face-set-after-frame-default): Test it.
1804         * help-fns.el (describe-simplify-lib-file-name): New function.
1805         (describe-function-1, describe-variable): Use it.
1807         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1809         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1810         Eliminate nil as possible value.
1811         (tooltip-hide-delay): Reduce internal-border-width.
1813         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1814         (menu-bar-file-menu) <new-file>: Likewise.
1816         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1818         * international/mule.el (load-with-code-conversion):
1819         Pass full file name to `eval-buffer' unless preloading.
1821         * textmodes/flyspell.el (flyspell-large-region):
1822         Call ispell-check-version.
1824         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1825         Fix the make-variable-buffer-local call that was supposed
1826         to be for this variable.
1827         (ispell-aspell-supports-utf8): Doc fix.
1828         (ispell-find-aspell-dictionaries): Preserve elements of
1829         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1830         (ispell-aspell-find-dictionary): Return nil on error.
1832         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1833         (doctor-symptoms): Likewise.
1835         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1837 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1839         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1840         (custom-raised-buttons): Add :set spec.
1841         (custom-button-unraised, custom-button-pressed-unraised):
1842         New faces, so that custom-raised-buttons actually does something.
1843         (custom-mode): Use custom-button and custom-button-pressed.
1845         * wid-edit.el (widget-specify-button): Don't ignore
1846         widget-mouse-face on graphic terminals.
1847         (widget-move-and-invoke): Cleanup.
1849 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1851         * whitespace.el (whitespace-cleanup): Doc fix.
1853 2005-10-23  Romain Francoise  <romain@orebokech.com>
1855         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1856         `eval-after-load' to avoid evaluating their result.
1858 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1860         * files.el (directory-listing-before-filename-regexp):
1861         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1863         * dired.el (dired-move-to-filename-regexp): Remove.
1864         All occurences replaced by `directory-listing-before-filename-regexp'.
1866         * dired-x.el, locate.el, vc.el:
1867         Replace `dired-move-to-filename-regexp' by
1868         `directory-listing-before-filename-regexp'.  In vc.el it is
1869         overwritten locally; maybe this can be handled in files.el too.
1871         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1872         replaced by `directory-listing-before-filename-regexp'.
1874 2005-10-23  Andreas Schwab  <schwab@suse.de>
1876         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1877         and eval-next-after-load.
1879 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1881         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1882         exist, create it.
1884 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1886         * allout.el: Remove autoloads for mailcrypt and crypt++.
1887         Require pgg, pgg-gpg during compilation.
1888         (allout-version): Increment version number to 2.1, and use a literal
1889         rather than RCS Id.
1890         (allout-default-encryption-scheme): Remove.
1891         (allout-passphrase-verifier-handling)
1892         (allout-passphrase-verifier-string)
1893         (allout-file-passphrase-verifier-string)
1894         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1895         (allout-passphrase-hint-handling): Rename and simplify.
1896         (allout-init): Use `find-file-hook' if available, otherwise
1897         `find-file-hooks'.
1898         (allout-mode): Use `write-file-functions' if available, otherwise
1899         `local-write-file-hooks' and, instead of making auto-save-hook
1900         buffer local, make the write-file-hook activity contingent to
1901         allout-mode.
1902         (allout-mode): Use key-binding substitution in the docstring.
1903         (allout-kill-line): Spell-out kill ring data structure mutation
1904         instead of using byte-compiler-complaint-provoking `pop'.
1905         (allout-insert-listified): Use `insert' rather than `insert-string'
1906         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1907         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1908         (allout-encrypt-string): Totally revamped vis new underlying
1909         encryption facilities.
1910         (allout-mc-activate-passwd): Remove.
1911         (allout-obtain-passphrase): New, more or less replaces
1912         allout-mc-activate-passwd.
1913         (allout-encrypted-key-info): More or less replaces
1914         allout-encrypted-text-type.
1915         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1916         (my-mark-marker): Use `(featurep 'xemacs)'.
1918 2005-10-23  Lars Hansen <larsh@soem.dk>
1920         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1921         (byte-compile-file-form-defmumble, byte-compile-defun)
1922         (byte-compile-defmacro): Use it.
1923         (byte-compile-form): Don't call byte-compile-set-symbol-position
1924         when a byte-compile handler is called.
1926 2005-10-22  Romain Francoise  <romain@orebokech.com>
1928         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1930         * subr.el (eval-after-load): Convert library name to an absolute
1931         file name using locate-library, since load-history no longer has
1932         library names in it.
1934 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1936         * files.el (make-temp-file): Move from subr.el.
1937         * subr.el (make-temp-file): Move to files.el.
1939         * window.el (get-buffer-window-list): Move from subr.el.
1940         * subr.el (get-buffer-window-list): Move to window.el.
1942         * image.el (image-load-path): Use eval-at-startup to initialize.
1944         * subr.el (eval-at-startup): New macro.
1946         * subr.el: Much rearrangement of functions and division
1947         into pages.  No code changes.
1949 2005-10-22  Kenichi Handa  <handa@m17n.org>
1951         * tar-mode.el (tar-extract): Be sure to call
1952         find-operation-coding-system if set-auto-coding doesn't find a
1953         coding system.
1955 2005-10-22  Kim F. Storm  <storm@cua.dk>
1957         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1958         Change users.
1959         (image-type-file-name-regexps): New defconst.
1960         (image-type-from-data): Simplify loop.
1961         (image-type-from-buffer): New defun.
1962         (image-type-from-file-header): Use it instead of image-type-from-data.
1963         Use image-search-load-path instead of only looking in data-directory.
1964         (image-type-from-file-name): New defun.
1965         (image-search-load-path): Change `pathname' to `filename'.
1966         Make PATH arg optional, default to image-load-path.
1968 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1970         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1972         * textmodes/paragraphs.el (sentence-end-base): New variable.
1973         (sentence-end): Use sentence-end-base.
1975 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1978         property independently from the font-lock-multiline variable.
1980 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1982         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1984         * startup.el (command-line): Convert library names
1985         in `load-history' to absolute file names.
1987         * subr.el (symbol-file): Doc fix.
1989         * loadhist.el (file-loadhist-lookup): Call locate-library
1990         instead of find-library-name.  Don't try converting
1991         abs file names to library names, since load-history no longer
1992         has library names in it.
1993         (file-dependents, file-provides, file-requires): Doc fixes.
1995 2005-10-21  Juri Linkov  <juri@jurta.org>
1997         * progmodes/etags.el (tags-table-mode): New function.
1998         (tags-verify-table): Replace initialize-new-tags-table with
1999         tags-table-mode.
2001         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2002         default value.
2003         (desktop-modes-not-to-save): Add tags-table-mode to the
2004         default value.
2006         * info.el (Info-index-next): Add total number of index
2007         alternatives to the message.
2009         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2010         backward only space (instead of space and period) before looking
2011         at sentence end.
2013         * simple.el (set-variable): Use user-variable-p instead of symbolp.
2014         Add the old variable value as 4th default-value arg of read-string.
2016 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2018         * cus-face.el (custom-declare-face): Make face from X resources
2019         also on Mac.
2021         * disp-table.el (standard-display-g1, standard-display-graphic):
2022         Refuse to use string glyphs also on Mac.
2023         (standard-display-european): Don't set terminal coding system also
2024         on Mac.
2026         * frame.el (display-screens): Use x-display-screens also on Mac.
2028 2005-10-21  Romain Francoise  <romain@orebokech.com>
2030         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
2032 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2034         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2035         and $? into sexps.
2037         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2038         warning face on open-paren-in-column-0.
2040         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2041         boundary case.  Fix typo.
2042         Suggested by Martin Rudalics <rudalics@gmx.at>.
2044 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2046         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2047         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2048         (org-export-icalendar-this-file)
2049         (org-export-icalendar-all-agenda-files)
2050         (org-export-icalendar-combine-agenda-files): New commands.
2051         (org-export-icalendar, org-print-icalendar-entries)
2052         (org-start-icalendar-file, org-finish-icalendar-file)
2053         (org-ical-ts-to-string): New functions.
2054         (org-read-date, org-goto-calendar)
2055         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2056         call to `calendar'.
2057         (orgtbl-setup): Remove the :keys arguments from the menu description.
2058         (org-after-save-iCalendar-file-hook): New variable.
2060 2005-10-21  Kenichi Handa  <handa@m17n.org>
2062         * language/vietnamese.el (tcvn-5712): Make it an alias of
2063         vietnamese-tcvn coding-system.
2065 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2067         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2068         group id is given.
2070 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2073         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2074         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2075         whose line is either continued or ends with a comment.
2077 2005-10-20  Romain Francoise  <romain@orebokech.com>
2079         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2081         * replace.el (occur-engine): Add follow-link property.
2083         * font-core.el (font-lock-mode): Doc fix.
2085 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2087         * net/rcirc.el: New file.
2089 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2091         * term.el (term-term-name): Initialize to "eterm-color".
2093 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2095         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2096         for encryption functionality.
2097         Move allout customization subgroup from `editing' to `outlines' group.
2098         Fix commentary 'keywords' to legitimate ones.
2099         Update author info (using my current email address, obscurified).
2100         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2101         (allout-encrypted-topic-p, allout-encrypted-text-type)
2102         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2103         (allout-situate-encryption-key-verifier)
2104         (allout-get-encryption-key-verifier, allout-verify-key)
2105         (allout-next-topic-pending-encryption)
2106         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2107         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2108         (outline-key-verifier-handling, outline-key-hint-handling)
2109         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2110         (allout-file-key-verifier-string, allout-encryption-scheme)
2111         (allout-key-verifier-string, allout-key-hint-string)
2112         (allout-after-save-decrypt): New variables.
2113         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2114         (allout-after-saves-handler): New hook functions.
2115         (allout-post-command-business): Do allout-after-save-decrypt.
2116         (allout-enable-file-variable-adjustment): Custom var to enable
2117         mechanism for adding and adjusting settings of Emacs file variables.
2118         (allout-adjust-file-variable, allout-file-vars-section-data):
2119         New functions, implement the mechanism.
2120         (outlineify-sticky): Use the file vars mechanism.
2121         (allout-inhibit-protection, allout-during-write-cue)
2122         (allout-override-protect, allout-before-change-protect): Remove.
2123         (allout-flag-region, allout-open-topic): Adjust read-only text.
2124         (allout-open-line-not-read-only): Add to facilitate read-only
2125         text based protection.
2126         (allout-kill-line): Revise to adjust read-only text, clue the
2127         user about the inhibition.
2128         (allout-unprotected): Use unwind-protect.
2129         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2130         topic deeper than the offspring depth of the previous topic -
2131         avoiding confusing "containment discontinuities".
2132         (allout-reindent-bodies): Fix retention of body relative hanging
2133         indent during promotion of collapsed bodies.
2134         (allout-open-topic): Make it easy to open new topic with same
2135         bullet as current topic - topic creation functions provided with
2136         any universal argument provokes now prompt for bullet, defaulting
2137         to the bullet of the previous topic.
2138         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2139         Plain bullet alternates '.' period and ',' comma only.  All other
2140         bullets are relegated to special status (but customizable).
2141         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2142         since it actually operates w.r.t. most immediately containing
2143         entry, visible or not.
2144         (allout-hide-current-entry, allout-show-current-entry): Use the
2145         revised version.
2146         (allout-old-expose-topic): Solidify deprecation.
2147         (allout-end-of-subtree): Add so we can span concealed as well
2148         as visible topics.
2149         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2150         (allout-end-of-current-heading): Tweak to just respect the first line.
2151         (allout-get-body-text): Add.
2152         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2153         when invoked interactively.
2154         (allout-up-current-level): Use `interactive-p'.
2155         (allout-mode, allout-init): Miscellaneous docstring and
2156         operational refinements, as well as hookups of new encryption stuff.
2157         (allout-beginning-of-current-entry): Now works as advertised.
2158         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2159         (allout-isearch-rectification): Refine condition for isearching.
2160         (allout-isearch-abort, allout-enwrap-isearch)
2161         (allout-flag-region, my-region-active-p): Relocate some macros.
2162         (allout-title): Fallback title is '(buffer-name)', not
2163         non-existing '(current-buffer-name)'.
2164         (subst-char-in-string): Define if absent (for some XEmacs versions).
2166 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2168         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2169         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2170         (mail-citation-prefix-regexp, mail-signature-file)
2171         (mail-default-headers, mail-bury-selects-summary)
2172         (mail-send-nonascii): Add autoload cookies.
2174 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2176         * frame.el (blink-cursor-mode): Add `mac' to the list of
2177         window-system's that support blinking cursor.
2179 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2181         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2183 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2185         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2186         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2187         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2189 2005-10-20  Kim F. Storm  <storm@cua.dk>
2191         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2192         (ido-set-current-directory): Don't add / after final @.
2193         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2194         Explicitly handle ange-ftp completion oddities.
2195         (ido-make-file-list): Don't rotate list at tramp root to avoid
2196         triggering tramp file handler for expand-file-name via get-file-buffer.
2198 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2202 2005-10-19  Jay Belanger  <belanger@truman.edu>
2204         * calc/calc-units.el (math-standard-units): Add units, adjust
2205         symbols and update values.
2206         (math-unit-prefixes):  Add more prefixes.
2208 2005-10-19  Romain Francoise  <romain@orebokech.com>
2210         * bookmark.el (bookmark-menu-heading): New face.
2211         (bookmark-bmenu-list): Use it.
2212         Don't fiddle with `baud-rate' at top-level.
2214 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2216         * image.el (create-image, find-image): Mention max-image-size in
2217         docstring.
2219 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * savehist.el (savehist-load): Revert to checking XEmacs.
2223         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2224         Various docstring and line-width fixups.
2225         (conf-mode): Use cond.
2226         Set font-lock-defaults.  Don't set comment-use-syntax.
2228 2005-10-18  David Ponce  <david@dponce.com>
2230         * tree-widget.el (tree-widget-button-click): New function.
2231         (tree-widget-button-keymap): Use it.
2233 2005-10-18  Romain Francoise  <romain@orebokech.com>
2235         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2236         (bookmark-bmenu-hide-filenames): Add follow-link property.
2237         Improve help-echo text.
2239         * ffap.el (find-file-at-point): Doc fix.
2241 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2243         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2245 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2247         Install to the CVS repository what I forgot to install in my
2248         2005-10-16 changes.
2250         * progmodes/python.el (python-complete-symbol): Pass the common
2251         prefix substring of completion to `display-completion-list'.
2253         * textmodes/org.el (org-complete): Ditto.
2255 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2257         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2259         * woman.el (WoMan-xref-man-page): New button type derived
2260         from `Man-abstract-xref-man-page'.
2261         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2263         * man.el (Man-abstract-xref-man-page): New button type.
2264         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2265         (Man-highlight-references): Add new optional argument `xref-man-type'.
2267 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2269         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2271 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2273         * cus-edit.el (Custom-move-and-invoke): Delete.
2274         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2276         * wid-edit.el (widget-move-and-invoke): New function, from
2277         Custom-move-and-invoke.
2279 2005-10-17  Bill Wohler  <wohler@newt.com>
2281         Move all remaining images from lisp/toolbar to etc/images, move
2282         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2283         the low resolution images in their own directory (low-color).
2285         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2286         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2287         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2288         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2289         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2290         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2291         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2293         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2294         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2295         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2296         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2297         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2298         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2299         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2300         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2301         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2302         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2303         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2304         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2305         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2306         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2307         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2309         To conform with convention, replace the underscore (_) in the
2310         following image names with dash (-) or (/) as appropriate.
2312         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2313         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2314         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2315         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2316         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2317         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2318         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2319         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2320         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2321         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2322         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2323         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2324         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2325         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2326         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2328         * info.el (info-tool-bar-map): Replace underscores in image names
2329         with dashes.
2331         * makefile.w32-in (WINS): Remove toolbar.
2333         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2335         * tool-bar.el: Move to lisp from toolbar.  Now that
2336         toolbar is empty, it should be deleted when folks run "cvs up -P".
2338 2005-10-18  Jay Belanger  <belanger@truman.edu>
2340         * calc/calc-store.el (calc-store-into): Get the proper variable name
2341         to display in message.
2343 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2345         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2346         expressions display in speedbar for all buffers when debugging.
2347         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2349         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2350         (speedbar-insert-button, speedbar-make-button):
2351         Use add-text-properties.
2352         (speedbar-update-localized-contents)
2353         (speedbar-update-directory-contents)
2354         (speedbar-update-special-contents): Use dolist.
2355         (speedbar-buffer-easymenu-definition): Add a menu separator.
2357 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2359         * makefile.w32-in: Use $(lisp) consistently.
2360         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2361         for shell specific generation of mh-autoloads.
2363 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2365         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2367 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * jit-lock.el (jit-lock-fontify-now):
2370         Move jit-lock-context-unfontify-pos to avoid wasted work.
2372 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2374         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2375         `tramp-completion-mode' for checking if we are in completion mode.
2376         (tramp-completion-handle-file-name-all-completions): Reorder code
2377         in order to complete for file names only in case there are no
2378         method/user/host completions.  This is necessary for cooperation
2379         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2381 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2383         * longlines.el (longlines-search-forward)
2384         (longlines-search-backward): Match any number of spaces.
2386 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2388         * diff-mode.el (diff-mode): Doc fix.
2390 2005-10-16  David Reitter <david.reitter@gmail.com>
2392         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2393         as default on darwin and windows systems.
2395 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2397         * arc-mode.el (archive-zip-extract): Doc fix.
2399 2005-10-16  Romain Francoise  <romain@orebokech.com>
2401         * mouse.el (mouse-1-click-follows-link): Doc fix.
2403 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * savehist.el: Don't require CL at runtime.
2406         (savehist-xemacs): Remove.
2407         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2408         (savehist-no-conversion): Use (featurep 'xemacs).
2409         (savehist-load): Check existence of start-itimer rather than XEmacs.
2410         Use an idle timer.
2411         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2412         `delete-if-not'.
2414 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2416         * savehist.el: Newer version.
2417         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2418         (savehist-last-checksum, savehist-no-conversion): New vars.
2419         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2420         New functions.
2421         (savehist-load, savehist-save): Use them.
2422         (savehist-delimit): Remove.
2424 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * progmodes/compile.el (compilation-goto-locus): Display the
2427         compilation buffer first and the source buffer second, in case they're
2428         in overlapping frames.  Don't raise the compilation frame if it was the
2429         selected window upon entry.  Pass the `other-window' arg to
2430         pop-to-buffer.
2432         * info.el (Info-fontify-node): Use dolist.
2433         Change add-text-properties to put-text-property.
2435 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2437         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2438         bound of search.
2440 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2442         * dabbrev.el (dabbrev-completion): Pass the common
2443         prefix substring of completion to `display-completion-list'.
2445         * filecache.el (file-cache-minibuffer-complete)
2446         (file-cache-complete): Ditto.
2448         * tempo.el (tempo-display-completions): Ditto.
2450         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2452         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2454         * eshell/em-hist.el (eshell-list-history): Ditto.
2456         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2458         * mail/mailalias.el (mail-complete): Ditto.
2460         * progmodes/etags.el (complete-tag): Ditto.
2462         * progmodes/make-mode.el (makefile-complete): Ditto.
2464         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2466         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2468         * progmodes/pascal.el (pascal-complete-word)
2469         (pascal-show-completions): Ditto.
2471         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2473         * simple.el (completion-common-substring): New variable.
2474         (completion-setup-function): Use `completion-common-substring'
2475         to put faces.
2477 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2479         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2480         (x-get-selection, mac-select-convert-to-string): Convert from/to
2481         UTF-16 clipboard data as in native byte order, no BOM.
2483 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2485         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2486         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2487         (gud-sentinel): Use speedbar-frame to check for speedbar.
2489 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2491         * savehist.el: New file.
2493 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2495         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2496         Fix bug in \bf fontification.
2498 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         * pcvs.el (cvs-edit-log-files): New var.
2501         (cvs-mode-edit-log): New arg `file'.
2502         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2503         Instead force the use of the original file and nothing else.
2504         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2505         the cvs-minor-wrap-function is set.
2506         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2508 2005-10-14  Bill Wohler  <wohler@newt.com>
2510         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2511         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2512         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2513         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2514         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2515         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2516         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2517         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2518         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2519         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2520         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2521         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2522         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2523         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2524         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2526         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2527         appropriately (for example, gud-break to gud/break).
2529 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2531         * longlines.el (longlinges-search-function)
2532         (longlines-search-forward, longlines-search-backward): New functions.
2533         (longlines-mode): Set isearch-search-fun-function to
2534         longlinges-search-function.
2536         * mouse.el (mouse-drag-region-1): Handle the case where a
2537         double-click event is bound to an arbitrary function.
2539 2005-10-14  David Ponce  <david@dponce.com>
2541         * recentf.el (recentf-track-opened-file)
2542         (recentf-track-closed-file, recentf-update-menu)
2543         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2544         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2545         mouse-1-click-follows-link.
2547 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2549         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2550         Gnome file-manager.png.  Suggested by
2551         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2553         * toolbar/README: Add diropen.xpm.
2555 2005-10-13  Bill Wohler  <wohler@newt.com>
2557         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2558         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2560 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2563         Don't waste the byte-compiler's time on constant data.
2565 2005-10-13  Kenichi Handa  <handa@m17n.org>
2567         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2568         byte with `escape-glyph' face.
2570         * international/fontset.el (ccl-encode-unicode-font):
2571         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2572         Handle the case that ucs-mule-to-mule-unicode translates a character to
2573         ASCII (usually for IPA characters).
2575 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2578         Don't hide the underline of titles if font-lock-mode is disabled.
2580 2005-10-12  Bill Wohler  <wohler@newt.com>
2582         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2583         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2584         files in MH-E-SRC have been updated.
2585         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2587 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2590         (mixal-mode-syntax-table): Add \n as end-comment.
2591         (mixal-operation-codes-alist): Immediately initialize to full value.
2592         (mixal-add-operation-code): Remove.
2593         (mixal-describe-operation-code): Make the arg non-optional.
2594         Use the interactive spec instead.
2595         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2596         (mixal-font-lock-keywords): Don't highlight comments here any more.
2597         (mixal-font-lock-syntactic-keywords): New var.
2598         (mixal-mode): Use it.  Fix comment-start-skip.
2600 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2602         * startup.el (command-line-x-option-alist): -nb => -nbi
2604 2005-10-12  Kim F. Storm  <storm@cua.dk>
2606         * startup.el (fancy-splash-default-action): Discard mouse click in
2607         the splash screen window, as it has no sensible meaning in the
2608         next window to be selected.  Fixes error reported by Jan D.
2610 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2612         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2614 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2617         Try to fix up minor layout issues like indentation, line break, etc...
2618         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2619         because it doesn't work.
2620         (mixal-operation-codes): Add some more codes.
2621         (mixal-font-lock-keywords): Process comments here.
2622         (mixal-mode): mixasm no longer needs -g option.
2624 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2626         * progmodes/sh-script.el (sh-tmp-file):
2627         Use mktemp -t.  Finish support for es and rc shells.
2629 2005-10-11  Jay Belanger  <belanger@truman.edu>
2631         * calc/calcalg2.el (calc-integral): With an argument, compute the
2632         definite integral.
2634 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2636         * mouse.el (mouse-drag-region-1): Don't try to catch a
2637         double-click when doing follow-link (it's overridden anyway).
2639 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2641         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2642         (autoload-print-form-outbuf): Add docstring.
2644 2005-10-11  Juri Linkov  <juri@jurta.org>
2646         * info.el (Info-mode-menu): Delete menu item "Edit".
2647         (Info-mode): Delete description of Info-edit from docstring,
2648         and rearrange descriptions of Info commands in the order
2649         they are documented in the Info manual.
2651 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * calendar/appt.el (appt-check): Use diary-selective-display var.
2655 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2657         * net/newsticker.el (newsticker-start, newsticker-show-news):
2658         Add autoload cookies.
2660 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2662         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2664 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2666         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2668 2005-10-10  Jay Belanger  <belanger@truman.edu>
2670         * calc/calc-arith.el (math-check-known-scalarp)
2671         (math-check-known-matrixp): Check the values of arguments that are
2672         variables.
2673         (math-check-known-square-matrixp): New function.
2674         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2675         (math-super-types): Add sqmatrix type.
2677         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2678         mode name `square' to 'sqmatrix'.
2680         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2681         mode name `square' to 'sqmatrix'.
2683 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2685         * progmodes/etags.el (select-tags-table-mode): Don't use
2686         selective-display.
2687         (tags-select-tags-table): Pass `button' to the action function.
2688         (select-tags-table): Place the side-info on button properties rather
2689         than in hidden text.  Abbreviate file names.
2690         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2691         (select-tags-table-select): Add `button' argument.
2692         Get side-info from the button property rather than from hidden text.
2694 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2696         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2697         (gud-speedbar-buttons): Preserve point if possible.
2698         (gud-sentinel): Restore previous speedbar display type.
2700         * progmodes/gdb-ui.el (gdba): Improve diagram.
2701         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2702         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2703         Call get-buffer-window once.
2705 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2707         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2708         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2709         (pascal-indent-command): Remove unused var `ind'.
2710         (pascal-indent-case): Remove unused var `oldpos'.
2711         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2712         since it's now used as a proper minor mode map.
2713         (pascal-outline): Rename to pascal-outline-mode.
2714         (pascal-outline-mode): Use define-minor-mode.
2715         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2716         selective-display.
2718 2005-10-10  Andreas Schwab  <schwab@suse.de>
2720         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2721         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2723         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2724         outside source directory.
2726 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2728         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2729         C-x' as a prefix.
2730         (orgtbl-mode-map): Full keymap instead of sparse, because all
2731         `self-insert-command' keys are redefined in this map.
2732         (org-export-as-html): Specify charset for HTML file, by taking it
2733         from the coding system.
2735 2005-10-10  Kenichi Handa  <handa@m17n.org>
2737         * textmodes/flyspell.el (flyspell-check-word-p):
2738         If unread-command-events is non-empty, don't call sit-for.
2740 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2742         * font-lock.el (font-lock-syntactic-keywords)
2743         (font-lock-keywords): Doc fixes.
2745         * textmodes/flyspell.el (flyspell-external-point-words):
2746         Simplify logic, and don't try to check for consecutive appearances
2747         of one incorrect word.
2749 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2751         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2752         separator.
2754         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2755         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2756         (gud-expansion-speedbar-buttons): New function.
2757         (gud-speedbar-buttons): Check for gud-comint-buffer.
2759 2005-10-09  Bill Wohler  <wohler@newt.com>
2761         * Makefile.in (updates): Add mh-loaddefs dependency.
2763 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2765         * speedbar.el (speedbar-file-key-map): Fix typo.
2767 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2769         * cus-start.el (line-spacing): Add custom spec.
2771 2005-10-09  Romain Francoise  <romain@orebokech.com>
2773         * textmodes/ispell.el (ispell-check-version): Fix last change.
2775 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2777         * term/x-win.el: Remove -i, --icon-type from comment.
2779         * startup.el (command-line-x-option-alist): Remove options -i,
2780         -itype, --icon-type, added -nb, --no-bitmap-icon
2782 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2784         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2785         instead of :active.
2787 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2789         * textmodes/ispell.el (ispell-check-version):
2790         Ignore hyphen, and all that follows, in aspell's version text.
2792 2005-10-08  Jay Belanger  <belanger@truman.edu>
2794         * calc/calc-arith.el (math-known-square-matrixp): New function.
2795         (math-pow-fancy): Check for matrices before distributing exponent
2796         across products.
2798         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2799         fullscreen keypad.  Suggested by Luc Teirlinck.
2800         (calc-keypad-show-input): Add space for formatting.
2802         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2803         Add square matrix option.
2805         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2806         of checking calc-matrix-mode when deciding how to expand.
2808         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2810 2005-10-08  Lars Hansen  <larsh@soem.dk>
2812         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2813         Add error handling.
2814         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2816 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2818         Sync with Tramp 2.0.51.
2820         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2821         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2822         Insert special handling for `last-coding-system-used', again
2823         it still seems to be necessary (unlike stated before).
2824         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2825         (tramp-password-prompt-regexp): There might be other words before
2826         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2827         (tramp-chunksize): Improve docstring.
2828         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2829         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2830         Christian Joergensen <bugs@razor.dk>.
2832 2005-10-07  Glenn Morris  <rgm@gnu.org>
2834         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2835         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2836         precision'.
2838 2005-10-07  Romain Francoise  <romain@orebokech.com>
2840         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2841         (ibuffer-do-shell-command-pipe-replace)
2842         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2843         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2844         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2845         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2846         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2847         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2848         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2849         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2850         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2851         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2852         Autoload file sans suffix.
2854         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2856 2005-10-07  David Ponce  <david@dponce.com>
2858         * recentf.el (recentf-menu-open-all-flag): New option.
2859         (recentf-digit-shortcut-command-name): New function.
2860         (recentf--shortcuts-keymap): New variable.
2861         (recentf-menu-shortcuts): New variable.
2862         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2863         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2864         (recentf-menu-value-shortcut): New function.
2865         (recentf-make-menu-item): Use it.  No more in-lined.
2866         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2867         (recentf-open-most-recent-file): Rename from
2868         `recentf-open-file-with-key'.  Don't depend on key binding.
2869         (recentf-mode-map): New variable.
2870         (recentf-mode): Use it.
2872 2005-10-06  Bill Wohler  <wohler@newt.com>
2874         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2876         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2877         (MH-E-SRC): New.  Used by mh-autoloads.
2878         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2879         files in MH-E-SRC have been updated.
2880         (compile, recompile, bootstrap): Depend on mh-autoloads.
2882 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2884         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2885         gud-break and gud-remove icons when the fringe is not available.
2887         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2888         Typo.
2890 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2892         * play/zone.el (zone): Wrap body with save-window-excursion.
2894 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2897         Use the new `list-only' arg to diary-list-entries.
2899         * calendar/diary-lib.el: Use overlays rather than selective-display.
2900         (diary-selective-display): New var.
2901         (diary-header-line-format): Use it.
2902         (diary-list-entries): Add argument `list-only'.
2903         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2904         Replace \^M by invisible overlays.
2905         (diary-unhide-everything): Replace \^M by invisible overlays.
2906         (print-diary-entries): Look for overlays rather than \^M.
2907         Add a space to the temp buffer name.
2908         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2909         Put the buffer in diary-mode.
2910         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2911         (diary-anniversary): Make the year arg optional.
2912         (diary-time-regexp): New const.
2913         (diary-font-lock-keywords): Use it to accept a few more time formats.
2915         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2917 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2919         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2920         Fix bug introduced 2005-07-03: Use (car (last ...))
2921         to faithfully reproduce replaced artist-last.
2922         (artist-set-arrow-points-for-poly): Likewise.
2923         Suggested by Johan Bockg\e,Ae\e(Brd.
2925 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2927         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2928         * wid-edit.el (widget):
2929         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2930         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2932 2005-10-06  Kenichi Handa  <handa@m17n.org>
2934         * international/mule-cmds.el (set-language-environment):
2935         Fix setting up of case-table for unibyte mode.
2937         * simple.el (what-cursor-position): If the character is displayed
2938         by some `display' text property, show that.  Don't use
2939         single-key-description for eight-bit characters in multibyte mode.
2941 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2943         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2944         (gdb-ann3): Set it.
2945         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2946         (gdb-info-frames-custom): Use inverse-video for first five
2947         characters of selected frame only.
2948         (gdb-get-frame-number): Select frame even when point is on frame
2949         number.
2951 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2953         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2954         Put `font-lock-function-name-face'.
2955         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2956         and `font-lock-variable-name-face'
2957         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2958         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2959         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2960         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2961         (gdb-local-font-lock-keywords): New font lock keywords definition.
2962         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2963         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2964         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2966 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2968         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2969         (ediff-merge-region-is-non-clash-to-skip): Previously called
2970         ediff-merge-region-is-non-clash.
2972         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2973         Use insert-buffer-substring.
2975         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2976         selecting files to patch.  Also bug fixes.
2978         * ediff-util.el (ediff-setup): Bug fix.
2979         (ediff-next-difference): Never skip clashes that differ in white
2980         space only.
2982         * ediff-wind.el (ediff-setup-control-frame)
2983         (ediff-destroy-control-frame): Check the menubar feature.
2985         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2986         (viper-refresh-mode-line): Use make-local-variable to localize
2987         some vars instead of make-variable-buffer-local.  Suggested by
2988         Stefan Monnier.
2990         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2991         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2992         Use make-local-variable instead of make-variable-buffer-local.
2993         Suggested by Stefan Monnier.
2995         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2996         (viper-comint-mode-hook): Use make-local-variable on
2997         require-final-newline.
2998         (viper-non-hook-settings): Don't use make-variable-buffer-local.
3000 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3002         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3003         also the second char of a comment-start sequence.
3004         (scheme-sexp-comment-syntax-table): New var.
3005         (lambda, define): Set their scheme-doc-string-elt property.
3006         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3007         Use lisp-font-lock-syntactic-face-function now that it properly
3008         handles |...| symbols.
3009         (scheme-mode-variables): Set lisp-doc-string-elt-property,
3010         parse-sexp-lookup-properties and font-lock-extra-managed-props.
3012         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3013         bit from # to |.
3014         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3016         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3017         (lisp-doc-string-elt-property): New var.
3018         (lisp-font-lock-syntactic-face-function): Use it.
3019         Rewrite to recognize docstrings even for forms not at toplevel.
3021         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3022         annotation on the | part of #| rather than on the # part.
3023         (scheme-font-lock-syntactic-face-function): New function, to
3024         distinguish strings from |...| symbols.
3025         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
3026         syntax-table so that #|...|# is properly highlighted.
3028         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3029         Don't mark as docstring the 3rd elem of an unknown toplevel form.
3031 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3034         and C-e.
3036         * emacs-lisp/eldoc.el: Move comments into docstrings.
3037         (eldoc-message-commands): Initialize in its declaration.
3038         Add move-beginning-of-line and move-end-of-line.
3039         (eldoc-add-command, eldoc-add-command-completions)
3040         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3042         * outline.el (outline-mark-subtree): Activate the mark.
3044         * calendar/appt.el (appt-time-regexp): New var.
3045         (appt-add, appt-make-list): Use it.
3046         (appt-convert-time): Clean up.
3048         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3049         Don't set any syntax-table property here.
3050         (tex-font-lock-verb): New function.  Do it here.
3051         (tex-font-lock-syntactic-keywords): Use it.
3053 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3055         * wid-edit.el (widget-file-complete): Get the widget start point
3056         the right way.  Default directory to `/' if file has none.
3058         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3060         * textmodes/flyspell.el (flyspell-mode-on):
3061         Call ispell-maybe-find-aspell-dictionaries.
3063         * textmodes/ispell.el (ispell-word, ispell-region):
3064         Call ispell-maybe-find-aspell-dictionaries.
3065         (ispell-accept-buffer-local-defs):
3066         Don't call ispell-maybe-find-aspell-dictionaries
3068 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3070         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3072 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3074         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3075         instead of `fboundp' in order to allow for anonymous functions.
3077 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3079         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3080         case the user clicks on the link while another window is selected.
3081         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3083         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3084         functionality.
3085         (dframe-help-echo): Save point in case mouse tracking is off.
3087 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3089         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3091 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3093         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3094         not change the global value of those vars.
3096         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3097         make-local-variable which we do not need any more.
3099 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3101         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3102         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3103         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3104         (speedbar-path-line): Define obsolete aliases.
3105         (speedbar-line-directory): Doc fix.
3107         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3108         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3109         instead of speedbar-line-path.
3111 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3113         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3114         to nil if dropping on a window.  Handle dropping on a minibuffer window
3115         like dropping on a non-window part of Emacs.
3117 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * net/ange-ftp.el: Use with-current-buffer.
3120         (ange-ftp-insert-directory): Do not follow symlinks any more.
3122         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3123         Remove interactive spec.
3125 2005-10-03  Kim F. Storm  <storm@cua.dk>
3127         * ido.el (ido-mode): Use custom-initialize-set.
3129 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3131         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3132         Use insert-buffer-substring.
3134         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3135         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3137 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3140         in last change.
3141         (ange-ftp-insert-directory): Fix up the search for the case where
3142         `file' is absolute.
3144 2005-10-02  Romain Francoise  <romain@orebokech.com>
3146         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3148 2005-10-02  Andreas Schwab  <schwab@suse.de>
3150         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3151         directory component in the session info.
3153 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3155         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3157         * simple.el (next-error-internal): New function.
3159         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3160         (compilation-start): Pass new arg to compilation-buffer-name.
3161         (compile-goto-error): Use next-error-internal.
3163 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3165         * speedbar.el: Remove RCS tag.
3166         (speedbar-check-read-only): Handle non-existent files.
3168         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3170         * info.el (Info-speedbar-hierarchy-buttons)
3171         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3173 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3175         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3176         Do not match newline.
3177         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3178         (bibtex-summary): Remove unnecessary save-excursion.
3179         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3181 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3183         * term/mac-win.el: Add charset info for "iso10646-1".
3184         Modify default fontset to use ATSUI-compatible fonts for some charsets
3185         if available.
3187 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3189         * speedbar.el: Re-apply arch tag.
3190         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3191         M. Ludlam.
3192         Reapply two changes from Emacs CVS' version of speedbar lost
3193         during the merge:
3194         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3195         (speedbar-frame-parameters): Improve customize type.
3197 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3199         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3200         (ange-ftp-file-directory-p): Fix the symlink case.
3201         (ange-ftp-insert-directory): When listing a single file, get a list of
3202         the parent buffer and extract the relevant line.  Inspired from a patch
3203         by Katsumi Yamaoka <yamaoka@jpl.org>.
3204         (ange-ftp-file-name-sans-versions): Simplify.
3206 2005-09-30  Bill Wohler  <wohler@newt.com>
3208         Move MH-E image files from toolbar and mail directories into
3209         etc/images.
3211         * mail/reply2.*: Move to etc/images/mail/reply*.
3213         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3214         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3215         etc/images.
3217         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3218         * toolbar/reply*: Move to etc/images/mail.
3220         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3222 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3224         * speedbar.el: New version 1.0pre3.
3226         Frame management code (including timer, and mouse click specifics)
3227         moved to dframe.el:
3228         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3229         (speedbar-timer): Removed.  Use dframe-timer.
3230         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3231         (speedbar-activity-change-focus-flag): Removed.  Use
3232         dframe-activity-change-focus-flag.
3233         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3234         dframe-update-speed.
3236         (speedbar-current-frame): New macro.  Use this instead of the
3237         variable speedbar-frame.
3239         (speedbar-use-images, speedbar-expand-image-button-alist)
3240         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3242         (speedbar-find-image-on-load-path): Removed.  Replaced by
3243         defezimage in ezimage.el.
3244         (speedbar-expand-image-button-alist): Removed.  Replaced by
3245         ezimage-expand-image-button-alist in ezimage.el.
3247         (speedbar-ignored-directory-regexp)
3248         (speedbar-add-ignored-directory-regexp)
3249         (speedbar-ignored-directory-expressions)
3250         (speedbar-line-directory, speedbar-buffers-line-directory)
3251         (speedbar-directory-line, speedbar-buffers-line-directory):
3252         Renamed, replacing `path' with `directory'.
3254         (speedbar-create-directory, speedbar-expand-line-descendants)
3255         (speedbar-toggle-line-expansion)
3256         (speedbar-contract-line-descendants): New commands.
3258         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3259         (speedbar-use-tool-tips-flag): New options.
3261         (speedbar-check-read-only, speedbar-require-version)
3262         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3263         (speedbar-handle-delete-frame, speedbar-try-completion)
3264         (speedbar-update-localized-contents): New functions.
3266         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3267         (speedbar-object-read-only-indicator): New variables.
3269         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3270         New hooks.
3272         (speedbar-separator-face): New face.
3274         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3275         (speedbar-ignored-modes): Add fundamental-mode.
3276         (speedbar-directory-unshown-regexp): Add . directories.
3278         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3279         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3280         `]' for full expand/close.
3281         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3283         (speedbar-check-vc): Support hidden files.
3284         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3285         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3286         state is nil, it is not checked out.
3288         (speedbar-line-text, speedbar-line-token): Support expand buttons
3289         with no text.
3290         (speedbar-refresh): Universal argument acts as power-click.
3291         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3292         that buffer to get variable values.
3294         And many other bugfixes.
3296         * dframe.el, ezimage.el, sb-image.el: New files.
3298         * sb-*.xpm: Remove files.  New image files installed into
3299         etc/images/ezimage.
3301 2005-09-30  Kenichi Handa  <handa@m17n.org>
3303         * ps-mule.el (ps-mule-show-warning): If a character is in
3304         ps-print-translation-table, don't treat it as non-printable.
3306 2005-09-30  David Ponce  <david@dponce.com>
3308         * tree-widget.el (tree-widget-themes-load-path): New variable.
3309         (tree-widget-themes-directory): Doc fix.
3310         (tree-widget-image-formats) [Emacs]: Doc fix.
3311         (tree-widget--locate-sub-directory): New function.
3312         (tree-widget-themes-directory): Use it.
3314         * recentf.el (recentf-filename-handlers): Rename from
3315         `recentf-filename-handler'.  Allow a list of functions.
3316         (recentf-menu-items-for-commands): Fix :help strings.
3317         (recentf-apply-filename-handlers): New function.
3318         (recentf-expand-file-name): Use it.
3319         (recentf-cleanup): Remove duplicates too.
3321 2005-09-29  Juri Linkov  <juri@jurta.org>
3323         * faces.el: Rearrange face definitions to be in the same order as
3324         their face descriptions in "(emacs)Standard Faces".
3326         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3328         * tooltip.el (tooltip): Add group `basic-faces'.
3330         * buff-menu.el (Buffer-menu-buffer): Remove group
3331         `font-lock-highlighting-faces'.
3333         * progmodes/compile.el (compilation-error, compilation-warning)
3334         (compilation-info, compilation-line-number, compilation-column-number):
3335         Change group from `font-lock-highlighting-faces' to `compilation'.
3337         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3338         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3339         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3340         (vhdl-font-lock-reserved-words-face)
3341         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3342         `font-lock-highlighting-faces'.
3344         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3346 2005-09-28  Kim F. Storm  <storm@cua.dk>
3348         * emulation/cua-base.el: Set CUA move property on additional commands:
3349         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3350         forward-sexp, backward-sexp, forward-list, backward-list.
3352 2005-09-28  Romain Francoise  <romain@orebokech.com>
3354         * comint.el (comint-show-output): Really set point at the
3355         beginning of the output when not using `comint-use-prompt-regexp'.
3357 2005-09-27  Jay Belanger  <belanger@truman.edu>
3359         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3360         in TeX mode.
3362 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3364         * textmodes/org.el (org-table-sum): Fix format string.
3366         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3367         Quote face names.
3369 2005-09-26  Romain Francoise  <romain@orebokech.com>
3371         * isearch.el (isearch-forward-regexp): Close doc string.
3373 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3375         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3377         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3379         * progmodes/compile.el (compilation-error-properties):
3380         When getting the file from the previous error message,
3381         correctly decode the new data format.
3383         * progmodes/cc-cmds.el (c-electric-paren):
3384         Call old-blink-paren only for close-paren.
3386 2005-09-24  Andreas Schwab  <schwab@suse.de>
3388         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3389         condition.
3391 2005-09-25  Romain Francoise  <romain@orebokech.com>
3393         * dired-aux.el (dired-copy-file-recursive):
3394         * dired.el (dired-delete-file):
3395         * ediff-mult.el (ediff-dir-diff-copy-file):
3396         * ediff-util.el (ediff-test-save-region):
3397         * forms.el (forms-mode):
3398         * ido.el (ido-file-internal, ido-delete-file-at-head):
3399         * log-edit.el (log-edit-done):
3400         * ses.el (ses-yank-resize):
3401         * play/gomoku.el (gomoku-human-plays, gomoku)
3402         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3403         (gomoku-offer-a-draw):
3404         * play/landmark.el (lm-human-resigns, lm):
3405         * net/eudcb-ldap.el (eudc-ldap-check-base):
3406         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3407         * progmodes/ebrowse.el (ebrowse-find-pattern):
3408         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3409         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3410         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3412         * vc.el (vc-delete-file):
3413         * play/gomoku.el (gomoku-terminate-game, gomoku)
3414         (gomoku-prompt-for-move, gomoku-human-takes-back):
3415         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3416         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3418 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3420         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3421         color rxvt terminals by using the code xterm.el used to use before
3422         2005-04-09 in order to match the colors used by rxvt.
3424 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3426         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3427         colors rxvt-unicode terminals by using the same code as xterm.el.
3429 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3432         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3433         new symbol used for the tex-verbatim face.
3435 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3437         * woman.el (woman-file-name):
3438         * wid-edit.el (widget-file-prompt-value)
3439         (widget-coding-system-prompt-value):
3440         * w32-fns.el (set-w32-system-coding-system):
3441         * vc.el (vc-version-diff, vc-annotate):
3442         * textmodes/reftex-auc.el (reftex-arg-cite)
3443         (reftex-arg-index-tag):
3444         * textmodes/refer.el (refer-get-bib-files):
3445         * textmodes/artist.el (artist-figlet-choose-font):
3446         * terminal.el (terminal-emulator):
3447         * replace.el (occur-read-primary-args):
3448         * rect.el (string-rectangle, string-insert-rectangle):
3449         * ps-print.el (ps-print-preprint):
3450         * progmodes/pascal.el (pascal-goto-defun):
3451         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3452         * progmodes/compile.el (compilation-find-file):
3453         * printing.el (pr-interactive-n-up):
3454         * play/animate.el (animate-birthday-present):
3455         * net/rcompile.el (remote-compile):
3456         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3457         * mail/rmailsum.el (rmail-summary-search-backward)
3458         (rmail-summary-search):
3459         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3460         (rmail-output-read-file-name):
3461         * mail/rmail.el (rmail-search, rmail-search-backwards):
3462         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3463         * locate.el (locate):
3464         * international/quail.el (quail-show-keyboard-layout):
3465         * international/mule.el (set-buffer-file-coding-system)
3466         (revert-buffer-with-coding-system, set-file-name-coding-system)
3467         (set-terminal-coding-system, set-keyboard-coding-system)
3468         (set-next-selection-coding-system):
3469         * international/mule-diag.el (describe-coding-system)
3470         (describe-font, describe-fontset):
3471         * international/mule-cmds.el (universal-coding-system-argument)
3472         (search-unencodable-char, describe-input-method)
3473         (set-language-environment, describe-language-environment):
3474         * international/codepage.el (codepage-setup):
3475         * international/code-pages.el (codepage-setup):
3476         * info.el (Info-search, Info-follow-reference)
3477         (Info-search-backward):
3478         * emacs-lisp/advice.el (ad-read-advised-function)
3479         (ad-read-advice-class, ad-clear-cache, ad-activate)
3480         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3481         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3482         (ad-read-regexp):
3483         * ediff-util.el (ediff-toggle-regexp-match):
3484         * ediff-ptch.el (ediff-prompt-for-patch-file):
3485         * dired-aux.el (dired-diff):
3486         * diff.el (diff):
3487         * cus-edit.el (custom-variable-prompt):
3488         * calendar/timeclock.el (timeclock-ask-for-project):
3489         * calc/calcalg3.el (calc-get-fit-variables):
3490         * calc/calc-store.el (calc-edit-variable)
3491         (calc-permanent-variable):
3492         * vc-mcvs.el (vc-mcvs-register):
3493         * shadowfile.el (shadow-define-literal-group):
3494         * woman.el (woman-file-name):
3495         * vc.el (vc-version-diff, vc-merge):
3496         * textmodes/reftex-index.el (reftex-index-complete-tag):
3497         * format.el (format-decode-buffer, format-decode-region):
3498         * emulation/viper-cmd.el (viper-read-string-with-history):
3499         * emacs-lisp/debug.el (cancel-debug-on-entry):
3500         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3501         * ediff.el (ediff-merge-revisions)
3502         (ediff-merge-revisions-with-ancestor, ediff-revision):
3503         * completion.el (interactive-completion-string-reader):
3504         * calc/calc-prog.el (calc-user-define-formula):
3505         Follow convention for reading with the minibuffer.
3507 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3509         * progmodes/python.el (python-describe-symbol): Add globals() and
3510         locals() to the arguments of emacs.ehelp.
3512 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3514         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3515         New function, code extracted from ispell-valid-dictionary-list.
3516         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3517         Call it.
3519 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3521         * subr.el (version-regexp-alist): Extend valid syntax for version
3522         strings: allow any of the characters -,_,+ to separate the
3523         alpha/beta/rc part from the version part.  Doc fix.
3524         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3526 2005-09-23  David Reitter  <david.reitter@gmail.com>
3528         * mail/mailclient.el: New file.
3530 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3532         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3533         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3534         Doc fixes.
3536         * progmodes/cc-mode.el (c-font-lock-init):
3537         Specify font-lock-lines-before.
3539 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3542         whole conflict.
3544 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3546         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3547         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3548         of `remap' feature when available.  Additional key bindings for
3549         better tty support.
3550         (org-mode-restart, org-force-self-insert): New commands.
3551         (org-time-stamp-inactive): New command.
3552         (org-remap): New function.
3553         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3554         (org-enable-fixed-width-editor): Move to `org-structure'
3555         customization group.
3556         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3557         blank field after field motion commands.
3559 2005-09-23  Kenichi Handa  <handa@m17n.org>
3561         * international/mule-cmds.el (set-language-environment):
3562         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3563         have to call utf-translate-cjk-load-tables.
3565 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * mouse.el (mouse-move-drag-overlay): Fix last change.
3569 2005-09-22  David Ponce  <david@dponce.com>
3571         * tree-widget.el (tree-widget-value-create): Fix previous change.
3573 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3575         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3577 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * mouse.el (mouse-move-drag-overlay): New function.
3580         (mouse-drag-region-1): Use it.
3581         Try to simplify a bit the state handling.  Handle clicks on links
3582         inside intangible areas.
3583         (mouse-save-then-kill): Minor simplification.
3584         (mouse-secondary-overlay): Make it always non-nil instead of
3585         recreating it each time.
3586         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3587         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3588         Simplify accordingly.
3590 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3592         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3594 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3596         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3597         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3598         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3599         to patch.
3601         * ediff-util.el: Use insert-buffer-substring.
3603         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3605         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3606         field boundaries in the minibuffer.
3607         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3608         (viper-minibuffer-post-command-hook): New hook.
3609         (viper-line): Don't move cursor at bolp.
3611         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3613         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3614         avoid compiler warnings.
3616         * emulation/viper-macs.el (ex-map): Better messages.
3618         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3620         * emulation/viper.el: Replace make-variable-buffer-local with
3621         viper-make-variable-buffer-local everywhere, to avoid warnings.
3623 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3626         Delete unused var `old-selected-window'.
3627         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3628         (mouse-drag-secondary): Delete unused var `start-frame'.
3630 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3632         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3634 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3636         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3637         Re-indent within 80 columns.  Use inhibit-read-only.
3639 2005-09-19  Romain Francoise  <romain@orebokech.com>
3641         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3643 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3646         unconditionally, since the after-change-function already did it.
3648 2005-09-19  Miles Bader  <miles@gnu.org>
3650         * net/newsticker.el: Get rid of CVS keyword.
3652 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3654         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3655         The prompt is formatted later.
3657 2005-09-19  David Ponce  <david@dponce.com>
3659         * tree-widget.el (tree-widget-value-create): Save the converted
3660         tree :node widget.
3662 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3664         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3665         variable `message'.
3667 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3669         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3670         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3671         <slawomir.nowaczyk.847@student.lu.se>.
3673 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3675         * image.el (image-load-path): Use symbol `data-directory' instead
3676         of its value, for backward compatibility with packages that bind
3677         it during `find-image'.  Suggested by Katsumi Yamaoka.
3678         (image-search-load-path): Handle symbols whose values are strings.
3680 2005-09-18  Romain Francoise  <romain@orebokech.com>
3682         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3683         with-current-buffer form in save-excursion.
3685 2005-09-18  D Goel  <deego@gnufans.org>
3687         * apropos.el (apropos-command): Fix `message' call: first arg
3688         should be a format spec.  In this and all other cases that appear
3689         below and elsewhere in the source code, I made a change only when
3690         two conditions were satisfied: [1] I can think of a possibility
3691         that the arguments would cause an error, for example, the code in
3692         question relies on external variables such as filenames.  [2] I
3693         was sure that the arg to `message' could not have been nil in the code.
3695         * textmodes/tildify.el (tildify-region): Ditto.
3697         * textmodes/reftex-index.el (reftex-index-change-entry)
3698         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3699         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3700         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3701         (org-priority, org-table-sum):
3702         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3703         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3704         (flyspell-word, flyspell-display-next-corrections):
3705         * textmodes/bibtex.el (bibtex-print-help-message):
3706         * textmodes/artist.el (artist-key-set-point-poly):
3707         * term/mac-win.el (mac-services-insert-text):
3708         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3709         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3710         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3711         (vhdl-compose-configuration):
3712         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3713         (sh-set-indent, sh-learn-line-indent):
3714         * progmodes/ps-mode.el (ps-mode-target-column):
3715         * progmodes/idlwave.el (idlwave-make-tags)
3716         (idlwave-scan-library-catalogs):
3717         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3718         * progmodes/gud.el (gud-jdb-analyze-source):
3719         * progmodes/flymake.el (flymake-log):
3720         * progmodes/ebnf2ps.el (ebnf-generate-region):
3721         * progmodes/cmacexp.el (c-macro-expansion):
3722         * progmodes/ada-xref.el (ada-treat-cmd-string):
3723         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3724         (ada-justified-indent-current, ada-batch-reformat):
3725         * play/zone.el (zone):
3726         * play/landmark.el (lm-move):
3727         * play/decipher.el (decipher-show-alphabet):
3728         * net/newsticker.el (newsticker--display-jump)
3729         (newsticker--display-scroll):
3730         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3731         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3732         * mail/feedmail.el (feedmail-dump-message-to-queue):
3733         * eshell/esh-proc.el (eshell-remove-process-entry):
3734         * emulation/ws-mode.el (ws-last-error):
3735         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3736         (viper-record-kbd-macro):
3737         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3738         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3739         * emacs-lisp/find-func.el (find-function-noselect):
3740         * calendar/timeclock.el (timeclock-status-string)
3741         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3742         (timeclock-when-to-leave-string):
3743         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3744         * calc/calc-units.el (calc-enter-units-table):
3745         * calc/calc-mode.el (calc-mode-record-mode):
3746         * woman.el (woman-mini-help):
3747         * wdired.el (wdired-change-to-wdired-mode):
3748         * vc.el (vc-retrieve-snapshot):
3749         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3750         * startup.el (display-startup-echo-area-message):
3751         * simple.el (set-goal-column):
3752         * ses.el (ses-command-hook, ses-recalculate-cell):
3753         * server.el (server-process-filter):
3754         * printing.el (pr-interface-txt-print, pr-interface-printify)
3755         (pr-interface-ps):
3756         * pcvs.el (cvs-help):
3757         * log-edit.el (log-edit, log-edit-mode-help):
3758         * iswitchb.el (iswitchb-possible-new-buffer):
3759         * isearch.el (isearch-edit-string):
3760         * image-mode.el (image-mode, image-minor-mode):
3761         * ibuf-macs.el (define-ibuffer-filter):
3762         * hi-lock.el (hi-lock-find-patterns):
3763         * files.el (toggle-read-only):
3764         * ediff-util.el (ediff-copy-diff)
3765         (ediff-write-merge-buffer-and-maybe-kill):
3766         * echistory.el (Electric-history-undefined):
3767         * dnd.el (dnd-insert-text):
3768         * dired-aux.el (dired-query):
3769         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3770         * bookmark.el (bookmark-bmenu-locate):
3771         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3772         Fix `message' calls to ensure first arg is a format string.
3773         The change was made only when these two conditions were satisfied:
3774         [1] when there is a possibility that the arguments would cause an error
3775         for example, if the code in question relies on external variables
3776         such as filenames, and
3777         [2] if the arg to `message' could not have been nil in the code.
3779         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3780         Not having a %s would be weird, though not technically wrong.
3782 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3784         * term/mac-win.el (mac-add-charset-info): Doc fix.
3786 2005-09-17  Romain Francoise  <romain@orebokech.com>
3788         * shell.el (shell-resync-dirs): Handle echoing processes more
3789         reliably.  Don't insert resync command if `comint-process-echoes'
3790         is non-nil.
3792 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3794         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3795         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3796         aspell versions >= 0.60.
3797         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3798         only if ispell-aspell-supports-utf8 is non-nil.
3800 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3802         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3803         buffer-local value to lisp-indent-function.
3805 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3807         * progmodes/glasses.el (glasses-make-readable): If
3808         glasses-separator differs from underscore, put appropriate
3809         overlays over underscore characters.
3810         (glasses-convert-to-unreadable): If glasses-separator differs from
3811         underscore, try to convert glasses-separator characters to
3812         underscores.
3814 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3816         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3817         Use with-syntax-table and dolist.
3819 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3821         * textmodes/reftex-auc.el:
3822         * textmodes/reftex-cite.el:
3823         * textmodes/reftex-dcr.el:
3824         * textmodes/reftex-global.el:
3825         * textmodes/reftex-parse.el:
3826         * textmodes/reftex-ref.el:
3827         * textmodes/reftex-sel.el:
3828         * textmodes/reftex-toc.el:
3829         * textmodes/reftex-vars.el:
3830         * textmodes/reftex.el: Small changes to remove compiler warnings.
3832         * textmodes/reftex-index.el: Likewise.
3833         (reftex-query-index-phrase): More efficient use of markers.
3835 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3837         * image.el (image-load-path): New variable.
3838         (image-search-load-path): New function.
3839         (find-image): Search for images in `image-load-path'.
3841 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3843         * follow.el: Change Maintainer field.
3845 2005-09-15  David Ponce  <david@dponce.com>
3847         * recentf.el (recentf-save-file-modes): New option.
3848         (recentf-save-list): Use it.
3850 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3852         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3853         (mode-line-mule-info, mode-line-modified): Move bindings from
3854         mouse-3 to mouse-1.
3856 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3858         * simple.el (sendmail-user-agent-compose): Revert last change.
3860 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3863         Use with-current-buffer.
3864         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3865         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3866         (ange-ftp-insert-directory): Remove unused var `short'.
3867         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3869         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3870         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3872         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3873         (check-calendar-holidays, diary-list-entries): Autoload.
3874         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3875         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3877         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3878         which mistakenly removed a call to display-buffer.
3880 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3882         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3884 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3886         * progmodes/hideshow.el
3887         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3888         (hs-allow-nesting): New user var.
3889         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3890         (hs-hide-block-at-point): When nesting allowed,
3891         if there is already an overlay in place, delete it.
3892         (hs-safety-is-job-n): Delete func; remove call sites.
3893         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3894         (hs-overlay-at): New func.
3895         (hs-already-hidden-p, hs-show-block): Use it.
3896         (hs-hide-all): Don't pre-clean if nesting allowed.
3897         (hs-show-all): Temporarily disallow
3898         nesting around call to `hs-discard-overlays'.
3900 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3902         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3903         Delete unused local var.
3905 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3907         * help-fns.el (describe-categories): "?\ " -> "?\s".
3908         (help-do-arg-highlight): Recognize also ARG-n, as in
3909         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3911         * international/codepage.el (dos-unsupported-char-glyph):
3912         * net/newsticker.el (tool-bar-map, w3-mode-map)
3913         (w3m-minor-mode-map):
3914         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3915         (ent-alist):
3916         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3918 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3920         * custom.el (custom-push-theme): Handle the case where a symbol is
3921         bound but face properties have not yet been assigned.
3923         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3924         Fix behavior if noerase is `t' and there is no mail buffer.
3926         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3927         if `continue' is nil, rather than signal an error.
3929 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3931         * font-lock.el (font-lock-keywords): Add autoload.
3933         * help-fns.el (describe-variable): Rearrange to put source link
3934         in a predictable place.
3936         * net/newsticker.el: New file.
3938 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3941         (calendar-basic-setup): Use the new nil arg.
3942         (number-of-diary-entries): Move to diary-lib.el.
3944         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3945         (diary-list-entries): Use with-syntax-table and dolist.
3946         Rename from list-diary-entries.
3947         Use number-of-diary-entries if `number' is nil.
3948         (diary, diary-view-entries): Use this new name and new nil arg value.
3949         (number-of-diary-entries): Move from calendar.el.
3950         (diary-unhide-everything): New function.
3951         (include-other-diary-files, fancy-diary-display)
3952         (diary-show-all-entries, make-diary-entry): Use it.
3953         (diary-mail-entries): Use buffer-string.
3954         (mark-diary-entries): Fix long standing paren typo.
3955         (diary-sexp-entry): Use count-lines.
3956         (make-diary-entry): Avoid `previous-line'.
3957         (diary-mode-map): New var.
3958         (diary-mode): Redraw cal after saving.  Setup header-line.
3959         (fancy-diary-display-mode): Use local-set-key.
3961         * startup.el (command-line): Try calling various terminal-init-foo-bar
3962         functions by stripping hyphenated suffixes from $TERM.
3964         * files.el (normal-mode): Check boundness of font-lock-keywords.
3966 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3968         * progmodes/compile.el: Don't decide a file's directory
3969         until the user actually tries to go there.
3970         (compilation-next-error-function):
3971         Pass compilation-find-file the directory from the file-struct.
3972         (compilation-internal-error-properties): Separate local FILE-STRUCT
3973         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3974         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3975         Expand it, and if nil, use default-directory.
3976         (compilation-get-file-structure): Don't mix specified directory
3977         with default directory.  Put specified directory into
3978         file-struct.  Don't make the file name absolute.
3980         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3981         (compile-command): Add autoload.
3982         (compilation-disable-input): Add autoload.
3984 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3986         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3987         strings of the variables it can override.
3988         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3989         %Q and %q, for fully-qualified domain name and unqualified host name.
3991 2005-09-11  Kim F. Storm  <storm@cua.dk>
3993         * emacs-lisp/authors.el (authors-aliases): Update list.
3994         (authors-fixed-entries): Update mldrag.el entry.
3996 2005-09-10  Alan Mackenzie  <acm@muc.de>
3998         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3999         from the region narrowed to.
4001 2005-09-10  Magnus Henoch  <mange@freemail.hu>
4003         * textmodes/ispell.el (ispell-check-version): Signal an error if
4004         aspell version is less than 0.60.
4006 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
4008         * progmodes/octave-inf.el (inferior-octave-startup):
4009         Resync current dir at the end.
4011 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
4013         * woman.el (woman-topic-at-point-default):
4014         Rename to woman-use-topic-at-point-default.
4015         (woman-topic-at-point): Rename to woman-use-topic-at-point.
4016         (woman-file-name): Reflect renames above.  Automatically use the
4017         word at point as topic if woman-use-topic-at-point is non-nil.
4018         Otherwise offer it as default but don't insert it in the
4019         minibuffer.  Also use `test-completion' instead of `assoc' as
4020         suggested by Stefan Monnier.
4022 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
4024         * vc.el (vc-directory, vc-update-change-log): Throw an error on
4025         the attempt to do it over Tramp.  This is not yet supported.
4027 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4029         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4030         (menu-bar-non-minibuffer-window-p): New functions.
4031         ("Split Window", "Save As..."): Use them.
4032         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4033         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4034         Use menu-bar-menu-frame-live-and-visible-p.
4035         ("Save Buffer", "Insert File", "Open Directory...")
4036         ("Open File...", "Visit New File..."):
4037         Use menu-bar-non-minibuffer-window-p.
4038         (kill-this-buffer-enabled-p, dired <menu-enable>):
4039         Use menu-bar-non-minibuffer-window-p.
4041 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4043         * cus-start.el (all): Don't complain about fringe-related
4044         built-ins if fringes are not supported.  Ditto about
4045         selection-related built-ins.  Fix the test for GTK-related built-ins.
4047         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4048         ("Postscript Print Buffer", "Print Region", "Save As...")
4049         ("Save", "Insert File...", "Open Directory...")
4050         ("Open File...", "Visit New File..."")
4051         ("Truncate Long Lines in this Buffer"): Don't look at
4052         menu-updating-frame if this display does not support multiple frames.
4054 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4056         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4058 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4060         * woman.el: Format- and whitespace-related changes.
4062 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4064         * woman.el: Fix my email address.
4066 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4068         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4069         (sh-mode): Locally set skeleton-pair-default-alist.
4071         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4073         * progmodes/flymake.el: Require `compile' unconditionally.
4075         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4077         * woman.el (woman-file-name): Provide a default, not initial input.
4079         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4081         * font-lock.el (font-lock-support-mode): Doc fix.
4083         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4085 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4087         * simple.el (blink-matching-open): Get rid of text props from
4088         the string shown in echo area.  Don't permanently set point.
4089         Some rearrangements.
4091 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4093         * recentf.el (recentf-filename-handler): Add custom choice
4094         `abbreviate-file-name'.
4096         * msb.el (msb--very-many-menus): Fix typo.
4098         * disp-table.el (standard-display-european): Don't set
4099         enable-multibyte-characters to nil.
4101 2005-09-08  David Ponce  <david@dponce.com>
4103         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4104         (recentf-expand-file-name): Doc fix.
4105         (recentf-dialog-mode-map): Define digit shortcuts.
4106         (recentf--files-with-key): New variable.
4107         (recentf-show-digit-shortcut-filter): New function.
4108         (recentf-open-files-items): New function.
4109         (recentf-open-files): Use it.
4110         (recentf-open-file-with-key): New command.
4112 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4114         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4115         Suggested by Kim F. Storm.
4116         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4117         (Buffer-menu-make-sort-button): Use global keymap.
4119 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4121         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4122         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4123         necessary any longer with the remapped command.
4124         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4125         formatting time only.
4127         * net/tramp.el (tramp-action-password)
4128         (tramp-multi-action-password): Compile the password prompt from
4129         `method', `user' and `host'.  Sometimes it isn't obvious which
4130         password to enter, for example with remote files offered by
4131         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4132         <robert@chezmarshall.freeserve.co.uk>.
4134 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4137         Fix regexp for when "s///" is at the beginning of line.
4139 2005-09-07  Jay Belanger  <belanger@truman.edu>
4141         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4142         when in matrix mode.
4144 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4146         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4147         non-anonymous functions.
4149 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4151         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4152         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4154         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4155         can't be moved; don't signal an error.
4157 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4159         * cus-theme.el (custom-theme-write-faces): Save the current face
4160         spec, not the defface spec.
4162         * custom.el (custom-known-themes): Clarify meaning of "standard".
4163         (custom-push-theme): Save old values in the standard theme.
4164         (disable-theme): Correct typo.
4165         (custom-face-theme-value) Deleted unused function.
4166         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4168 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         * progmodes/compile.el (compilation-goto-locus): Take into account
4171         iconified frames when determining whether the buffer is
4172         already visible.
4173         Don't reset window height if the window already existed.
4175 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4177         * custom.el (load-theme): Rename from require-theme.
4178         Add interactive spec.
4179         (enable-theme): Rename from custom-enable-theme.
4180         Add interactive spec.
4181         (disable-theme): Rename from custom-disable-theme.
4182         Add interactive spec.
4183         (custom-make-theme-feature): Doc fix.
4184         (custom-theme-directory): Doc fix.
4185         (provide-theme): Call enable-theme.
4187 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * obsolete/lazy-lock.el (lazy-lock-mode):
4190         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4191         font-lock-mode if it's off.  Print a warning instead.
4193         * progmodes/compile.el (compilation-start): Ignore errors if the
4194         process died before we get to send-eof.
4196         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4197         Undo last change.  Enclosing the result in quotes broke things on Unix
4198         since tex-send-command passes it through shell-quote-argument.
4199         (tex-send-command): Pass `file' through convert-standard-filename
4200         when possible.
4201         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4202         info in a transcript.
4204 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4206         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4207         fix compilation warning. Reorder the key definitions to group
4208         together keys emitted by the current version of xterm.
4210         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4211         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4212         Reorder predicates to correct min-color usage.
4214 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4216         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4217         Kill local variables when longlines-mode is turned off.
4219 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4223         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4225         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4227         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4228         (font-lock-lines-before): Change default to being inactive.
4229         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4230         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4232 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4234         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4235         Deactivate temporarily advice if active (not needed for Emacs 22,
4236         but for backwards compatibility).
4237         (tramp-exists-file-name-handler): Rewrite.  First implementation
4238         was too simple.
4239         (tramp-advice-make-auto-save-file-name):
4240         Call `tramp-handle-make-auto-save-file-name' (again, just for
4241         backwards compatibility).
4243 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4245         * progmodes/vhdl-mode.el
4246         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4247         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4248         (vhdl-set-default-project): New function (easier setting of default).
4249         (vhdl-port-copy): Handle extended identifiers for generics.
4250         (vhdl-compiler-alist): Better description for error message regexp.
4251         (vhdl-make): Query for target, use previous as default.
4252         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4253         (vhdl-font-lock-keywords-2): Fix fontification for record
4254         el. assign.
4255         (vhdl-speedbar-make-subpack-line): Add package body link.
4256         (vhdl-generate-makefile-1): Not include itself as dependency.
4257         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4258         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4259         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4260         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4261         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4262         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4263         (vhdl-import-project): Add string argument for `error'.
4264         (vhdl-compose-configuration)
4265         (vhdl-compose-configuration-architecture): Add configuration
4266         declaration generation.
4267         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4268         (vhdl-trailer-re): Add "record" keyword (better indentation).
4269         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4270         "[^ \t-\"]+".
4271         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4272         (vhdl-testbench-entity-file-name)
4273         (vhdl-testbench-architecture-file-name): Allow separate
4274         customization of testbench file names.
4275         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4276         (vhdl-get-visible-signals): Allow newline within alias declaration.
4277         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4278         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4279         (member-ignore-case): Alias for missing function in XEmacs.
4280         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4281         (vhdl-update-sensitivity-list): Ignore case on read signals.
4282         (vhdl-replace-string): Adjust case only for file names.
4283         (vhdl-update-sensitivity-list): Fix search for read signals.
4284         (vhdl-update-sensitivity-list): Exclude formal parameters.
4285         (vhdl-get-visible-signals): Include aliases of signals.
4286         (vhdl-get-visible-signals): Fix signal name searching.
4287         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4288         (vhdl-fixup-whitespace-region): Fix for character
4289         literals (e.g. ':').
4291 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4293         * ansi-color.el (comint-last-output-start):
4294         * bs.el (font-lock-verbose):
4295         * diff-mode.el (add-log-buffer-file-name-function):
4296         * dired-x.el (vm-folder-directory):
4297         * faces.el (help-xref-stack-item):
4298         * files.el (font-lock-keywords):
4299         * find-lisp.el (dired-buffers, dired-subdir-alist):
4300         * ido.el (cua-inhibit-cua-keys):
4301         * log-view.el (cvs-minor-wrap-function):
4302         * outline.el (font-lock-warning-face):
4303         * simple.el (compilation-current-error):
4304         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4305         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4306         * tooltip.el (comint-prompt-regexp):
4307         * w32-fns.el (explicit-shell-file-name):
4308         * term/mac-win.el (mac-charset-info-alist)
4309         (mac-services-selection, mac-system-script-code):
4310         * term/tty-colors.el (msdos-color-values):
4311         * term/w32-win.el (xlfd-regexp-registry-subnum):
4312         * term/x-win.el (x-keysym-table, x-selection-timeout)
4313         (x-session-id, x-session-previous-id):
4314         * textmodes/ispell.el (mail-yank-prefix):
4315         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4316         * textmodes/org.el (calc-embedded-close-formula)
4317         (calc-embedded-open-formula)
4318         (font-lock-unfontify-region-function):
4319         * textmodes/reftex-global.el (isearch-next-buffer-function)
4320         (TeX-master):
4321         * textmodes/reftex.el (font-lock-keywords):
4322         * textmodes/tex-mode.el (font-lock-comment-face)
4323         (font-lock-doc-face):
4324         * textmodes/texinfo.el (outline-heading-alist):
4325         Add defvars.
4327         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4328         (artist-spray-chars, artist-mode-init, artist-replace-string)
4329         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4330         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4331         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4333         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4334         (conf-align-assignments): "?\ " -> "?\s".
4336         * textmodes/reftex-index.el (TeX-master): Add defvar.
4337         (reftex-index-phrases-marker): Move up defvar.
4339         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4340         (reftex-toc-include-labels-indicator)
4341         (reftex-toc-include-index-indicator)
4342         (reftex-toc-max-level-indicator): Move up declarations.
4344         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4345         of args to `tramp-run-real-handler', even if it's empty in this case.
4347 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4349         * dired.el (dired-move-to-filename-regexp): Add date format for
4350         Mac OS X 10.3 in East Asian locales.
4352 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4354         * files.el (make-auto-save-file-name): Add file name handler call
4355         if applicable.
4357         * net/tramp.el (tramp-file-name-handler-alist)
4358         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4359         (tramp-handle-make-auto-save-file-name): Rename from
4360         `tramp-make-auto-save-file-name'.
4361         (tramp-exists-file-name-handler): New defun.
4362         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4363         `make-auto-save-file-name' is not a magic file name operation.
4365 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4367         * files.el (risky-local-variable-p):
4368         Match `-predicates' and `-commands.
4370         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4371         (custom-save-all): Visit the file if necessary;
4372         kill the buffer if we created it.
4373         (custom-save-delete): Don't visit file or kill buffer here.
4375 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4377         * textmodes/org.el (org-special-keyword): New face.
4378         (org-table-copy-down, org-table-eval-formula)
4379         (org-table-recalculate, org-init-section-numbers):
4380         Use `string-to-number' instead of `string-to-int'.
4381         (org-get-location): Use `insert-buffer-substring' instead of
4382         `insert-buffer'.
4383         (org-modify-diary-entry-string): New function.
4384         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4385         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4386         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4387         active region.
4388         (org-export-as-html): Handle QUOTE keyword.
4389         (org-quote-string): New option.
4390         (org-bookmark-jump-unhide): New function, used for
4391         `bookmark-after-jump-hook'.
4392         (org-diary-default-entry): Apply only when not called through
4393         `org-agenda'.
4395 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4397         * net/eudc.el (mode-popup-menu):
4398         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4399         * progmodes/ada-mode.el (compile-auto-highlight)
4400         (skeleton-further-elements):
4401         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4402         * progmodes/cmacexp.el (msdos-shells):
4403         * progmodes/compile.el (font-lock-extra-managed-props)
4404         (font-lock-keywords, font-lock-maximum-size)
4405         (font-lock-support-mode):
4406         * progmodes/grep.el (font-lock-lines-before):
4407         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4408         * progmodes/mixal-mode.el (compile-command):
4409         * progmodes/perl-mode.el (font-lock-comment-face)
4410         (font-lock-doc-face, font-lock-string-face):
4411         * progmodes/prolog.el (comint-prompt-regexp):
4412         * progmodes/sh-script.el (font-lock-comment-face)
4413         (font-lock-set-defaults, font-lock-string-face):
4414         * progmodes/sql.el (font-lock-keyword-face)
4415         (font-lock-set-defaults, font-lock-string-face):
4416         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4417         (itimer-version, lazy-lock-defer-contextually)
4418         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4419         Add defvars.
4421         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4422         (cperl-electric-keyword, cperl-electric-pod)
4423         (cperl-electric-backspace, cperl-forward-re)
4424         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4425         (vc-rcs-header, vc-sccs-header): Add defvars.
4427         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4428         (font-lock-syntactic-keywords, gud-find-expr-function):
4429         Add defvars.
4431         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4432         (gdb-frame-parameters): Declare before use.
4434         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4435         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4436         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4437         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4439         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4440         (idlwave-help-with-source): Use `insert-buffer-substring', not
4441         `insert-buffer'.
4443 2005-08-29  Juri Linkov  <juri@jurta.org>
4445         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4446         Put outline-back-to-heading function call inside save-excursion.
4448 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4450         * man.el (Man-init-defvars, Man-translate-references)
4451         (Man-support-local-filenames, Man-highlight-references):
4452         * progmodes/sql.el (sql-interactive-mode):
4453         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4455         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4456         (compilation-mode-font-lock-keywords): Add defvars.
4457         (checkdoc-interactive-loop): "?\ " -> "?\s".
4459         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4460         (font-lock-doc-face, font-lock-string-face)
4461         (font-lock-keywords-case-fold-search): Add defvars.
4462         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4464         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4465         Don't pass X and Y (they are ignored anyway).
4466         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4467         (mouse-delete-window): Make arguments optional.
4469         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4470         (caesar-translate-table, minor-modes, news-buffer-save)
4471         (news-group-name, news-minor-modes): Add defvars.
4473         * emacs-lisp/lselect.el (mouse-highlight-priority)
4474         (x-lost-selection-functions, zmacs-regions):
4475         * emacs-lisp/pp.el (font-lock-verbose):
4476         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4477         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4478         (ses-mode-map):
4479         * emacs-lisp/tcover-unsafep.el (safe-functions):
4480         * international/mule-cmds.el (mac-system-coding-system)
4481         (mac-system-locale):
4482         * language/ethio-util.el (rmail-current-message)
4483         (rmail-message-vector):
4484         * language/thai-util.el (thai-auto-composition-mode):
4485         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4486         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4487         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4488         (vm-primary-inbox, vm-spool-files):
4489         * mail/rmail.el (deleted-head, font-lock-fontified)
4490         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4491         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4492         (total-messages):
4493         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4494         (rmail-summary-mode-map):
4495         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4496         (rmail-last-label, rmail-last-multi-labels)
4497         (rmail-summary-vector, rmail-total-messages):
4498         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4499         * mail/rmailsum.el (msgnum):
4500         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4501         (rmail-current-message):
4502         * obsolete/fast-lock.el (font-lock-face-list):
4503         * obsolete/rnewspost.el (mail-reply-buffer):
4504         * obsolete/scribe.el (compile-command):
4505         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4507 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4509         * ibuf-ext.el (ibuffer-auto-update-changed):
4510         Use `frame-or-buffer-changed-p' to check whether we need to update.
4511         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4512         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4513         as a `frame-or-buffer-changed-p' state vector instead.
4515 2005-08-27  Romain Francoise  <romain@orebokech.com>
4517         * textmodes/makeinfo.el (makeinfo-compile):
4518         Use `compilation-start'.  Set `next-error-function' according to
4519         `disable-errors'.
4520         (makeinfo-next-error): New function.
4521         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4522         (makeinfo-buffer): Likewise.
4524         * progmodes/compile.el (compilation-start): Add autoload cookie.
4526         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4527         * textmodes/sgml-mode.el: Likewise.
4528         * progmodes/python.el: Likewise.
4530 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4532         * simple.el (blink-matching-paren-distance): Document the meaning
4533         of nil value, and allow to customize to nil.
4535         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4536         command.com, not command.exe.
4538 2005-08-26  John Wiegley  <johnw@newartisans.com>
4540         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4541         code around a bit so that an extraneous nil argument is not added
4542         to a command when no args are given.
4544         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4545         double-quoted argument resolves to nil, return it as an empty
4546         string rather than as nil.  This made it impossible to pass "" to
4547         a shell script as a null string argument.
4549 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         * outline.el (outline-invent-heading): New fun.
4552         (outline-promote, outline-demote): Use it.
4553         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4554         (outline-end-of-subtree): Remove unused var `opoint'.
4556 2005-08-26  David Reitter  <david.reitter@gmail.com>
4558         * menu-bar.el (truncate-lines, write-file, print-buffer)
4559         (ps-print-buffer-faces, ps-print-buffer, split-window):
4560         Disable menu items when the frame they refer to is invisible, or when
4561         they refer to a buffer and the minibuffer is selected.
4563 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4565         * progmodes/flymake.el (flymake-highlight-err-lines):
4566         Use save-excursion around flymake-highlight-line to preserve point.
4568 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4570         * progmodes/octave-mod.el: Change Author and Maintainer address.
4571         (octave-maintainer-address): Change Kurt's email address.
4572         * progmodes/octave-inf.el: Change Author and Maintainer address.
4573         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4575 2005-08-26  Kim F. Storm  <storm@cua.dk>
4577         * subr.el (version-list-<, version-list-<=, version-list-=):
4578         Renamed from integer-list-*.
4579         (version-list-not-zero): Likewise.  Fix while loop.
4580         (version=): Use version-list-= instead of string-equal.
4582 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4584         * outline.el (outline-promote): Try shortening the heading.
4585         As last resort, read the heading to use.
4586         (outline-demote): As last resort, read the heading to use.
4588 2005-08-26  Romain Francoise  <romain@orebokech.com>
4590         * progmodes/compile.el (compilation-start): Doc fix.
4592         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4593         (antlr-font-lock-additional-keywords): Fix reference to
4594         `antlr-font-lock-literal-regexp' erroneously changed during the
4595         mass face rename.
4596         (antlr-run-tool): Use `compilation-start'.
4598         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4599         instead of the obsolete `compile-internal'.
4601 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4603         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4604         (number, original-date):
4605         * calendar/cal-china.el (date):
4606         * calendar/cal-coptic.el (date):
4607         * calendar/cal-french.el (date):
4608         * calendar/cal-hebrew.el (date, entry, number, original-date):
4609         * calendar/cal-islam.el (date, number, original-date):
4610         * calendar/cal-iso.el (date):
4611         * calendar/cal-julian.el (date):
4612         * calendar/cal-mayan.el (date):
4613         * calendar/cal-menu.el (date, event):
4614         * calendar/cal-persia.el (date):
4615         * calendar/lunar.el (date):
4616         * calendar/solar.el (date): Add defvars.
4618         * emerge.el:
4619         * ibuffer.el:
4620         * info-xref.el:
4621         * obsolete/bg-mouse.el:
4622         * obsolete/sun-curs.el:
4623         * obsolete/swedish.el: Move the `defvar's to the top level.
4625         * smerge-mode.el (smerge-refined-change): Add :group.
4627 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4629         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4630         (smerge-keep-n): Remove props.
4631         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4632         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4633         now that it's done in smerge-keep-n.
4634         (smerge-refined-change): New face.
4635         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4636         (smerge-refine): New funs.
4637         (smerge-basic-map): Bind smerge-refine.
4639 2005-08-25  Juri Linkov  <juri@jurta.org>
4641         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4642         compilation-process-setup-function and compilation-disable-input
4643         in grep-mode instead of let-bindings in grep.
4645         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4646         Delete "Automatic File De/compression" (auto-compression-mode).
4648 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4650         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4651         Silence warning about non-existent variable.
4653 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4655         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4656         Rename "Describe Key" to "Describe Key or Mouse Operation".
4658         * mail/mailalias.el (build-mail-aliases): Delete comments
4659         from the contents before processing them.
4661         * isearch.el (isearch-edit-string): Erase the Search prompt
4662         if user enters an empty string and there is no default.
4664         * comint.el (comint-file-name-prefix): Add autoload.
4666 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4668         * subr.el (play-sound): Rearrange to avoid warning.
4670 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4672         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4673         New hook.
4674         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4676 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4680         * custom.el (custom-theme-set-variables): Sort minor modes last.
4682 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4684         * subr.el (version-separator, version-regexp-alist): New vars used by
4685         version comparison funs.
4686         (integer-list-<, integer-list-=, integer-list-<=)
4687         (integer-list-not-zero): New funs for integer list comparison.
4688         (version-to-list, version=, version<, version<=): New funs for version
4689         comparison.
4691 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4693         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4694         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4695         time to silence the byte-compiler.
4697         * ibuffer.el (ibuffer-compile-make-eliding-form)
4698         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4699         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4700         so it's silly to get warnings for it).
4701         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4702         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4703         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4704         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4705         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4706         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4707         Defvar at compile time.
4708         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4709         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4710         Declare them before use.
4712         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4713         (info-xref-good, info-xref-bad): Defvar at compile time.
4715         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4716         Use `let*' instead of `let'.
4718         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4719         (*mouse-y*, menu, char): Defvar at compile time.
4720         (sc::menu): Declare it before use.
4721         (sc::pack-one-line): Use `let', not `let*'.
4723         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4724         (mail-send-hook): Defvar at compile time.
4726         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4727         Defvar at compile time.
4729         * term/sun-mouse.el (current-global-mousemap)
4730         (current-local-mousemap): Declare them before use.
4732 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4734         * bookmark.el (bookmark-after-jump-hook): New hook.
4735         (bookmark-jump): Run `bookmark-after-jump-hook'.
4737 2005-08-23  Juri Linkov  <juri@jurta.org>
4739         * faces.el (minibuffer-prompt): Doc fix.
4741 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4743         * progmodes/xscheme.el: Trivial changes to silence warnings.
4744         (xscheme-previous-mode, xscheme-previous-process-state):
4745         Add defvars.
4746         (xscheme-last-input-end, xscheme-process-command-line)
4747         (xscheme-process-name, xscheme-buffer-name)
4748         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4749         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4750         (xscheme-control-g-synchronization-p)
4751         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4752         (default-xscheme-runlight, xscheme-runlight)
4753         (xscheme-runlight-string, xscheme-process-filter-state)
4754         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4755         Move to beginning of file.
4756         (scheme-interaction-mode-commands-alist)
4757         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4758         Declare them before use.  Note: the initialization code for the variables
4759         has not been moved because it uses functions that reference the variables.
4760         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4761         (xscheme-prompt-for-expression-map): Declare them before use.
4762         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4764 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4766         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4768 2005-08-22  Juri Linkov  <juri@jurta.org>
4770         * faces.el (set-face-underline): Delete this duplicate function
4771         and make an obsolete alias to set-face-underline-p.
4772         (set-face-underline-p): Use docstring of set-face-underline.
4773         (describe-face): Create hyperlink to parent face.
4775         * info.el (Info-insert-dir): Use save-excursion around
4776         insert-buffer-substring.
4777         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4778         (Info-escape-percent): Delete function.
4779         (Info-fontify-node): Replace Info-escape-percent by
4780         replace-regexp-in-string with REP arg set to lambda that
4781         duplicates `%' and preserves text properties.
4783         * progmodes/compile.el (compilation-disable-input): Doc fix.
4784         (define-compilation-mode): Doc fix and refill.
4785         (kill-compilation): Use `mode-name' in the error message.
4786         (compilation-find-file): Use `compilation-error' in the
4787         read-file-name's prompt.
4789 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4792         (smerge-auto-leave): Make undo re-enable the mode.
4793         (debug-ignored-errors): Add the user-error of impossible resolution.
4794         (smerge-resolve): Move things around a bit, in preparation for later.
4795         (smerge-diff): Don't fail if the buffer has no associated file.
4796         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4797         (smerge-conflict-overlay): New function.
4798         (smerge-match-conflict): Don't add text properties here.
4799         (smerge-find-conflict): Instead, add an overlay here.
4800         Also check for the case where we're inside a conflict already, so as to
4801         obviate the need for font-lock-multiline, which is unbearably slow with
4802         large conflicts and ciomplex font-lock patterns.
4803         (smerge-remove-props): Remove overlay rather than text-properties.
4804         (smerge-mode): Don't set font-lock-multiline.
4805         Remove overlays when turned off.
4807 2005-08-21  Kim F. Storm  <storm@cua.dk>
4809         * ido.el (ido-ignore-item-p): Use save-match-data.
4810         Bind case-fold-search to ido-case-fold locally.
4812 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4814         * files.el (normal-mode): If font lock is on, turn it off and on.
4816         * subr.el (replace-regexp-in-string): Doc fix.
4818         * startup.el (command-line-1): Don't suppress startup screen
4819         due to existing processes.
4821         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4823         * progmodes/compile.el (compilation-disable-input): Default to nil.
4825 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4827         * progmodes/compile.el (compilation-disable-input): New defcustom.
4828         (compilation-start): If compilation-disable-input is non-nil, send
4829         EOF to the compilation process.
4831 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4833         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4834         Run the argument of tex-shell-cd-command through
4835         convert-standard-filename, to get the correct style of slashes on
4836         Windows, and enclose the result in quotes, in case the file name
4837         includes whitespace or other special characters.
4839 2005-08-19  Andreas Schwab  <schwab@suse.de>
4841         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4842         process.
4844 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4846         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4848 2005-08-18  Kim F. Storm  <storm@cua.dk>
4850         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4852 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4854         * scroll-lock.el: New file.
4856 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4858         * dired.el (dired-move-to-end-of-filename):
4859         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4861 2005-08-18  Kim F. Storm  <storm@cua.dk>
4863         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4864         rather than toggle mode when custom value is nil.
4865         (ido-everywhere): Fix defun doc string.
4867 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4869         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4870         as tag instead of "Inviolable".
4872 2005-08-17  Kim F. Storm  <storm@cua.dk>
4874         * windmove.el (windmove-coordinates-of-position): Remove.
4875         (windmove-coordinates-of-window-position): Remove.
4876         (windmove-reference-loc): Use posn-at-point instead.
4878         * subr.el (insert-for-yank-1): Doc fix.
4880         * ido.el (ido-enter-matching-directory): Rename from
4881         ido-enter-single-matching-directory.  Change 'slash choice to
4882         'only.  Add 'first choice.
4883         (ido-exhibit): Adapt to above changes.
4885 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4887         * Makefile.in: Expand comment about building loaddefs.el.
4889 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4891         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4892         Comment use of defadvice.
4894         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4896 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4898         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4899         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4900         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4901         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4902         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4903         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4904         for backward compatibility for faces that did not appear in the
4905         previous Emacs release.
4907         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4909 2005-08-15  Kim F. Storm  <storm@cua.dk>
4911         * emulation/cua-base.el (cua-delete-region): Return t if
4912         deleted region was non-empty.
4913         (cua-replace-region): Inhibit overwrite-mode for
4914         self-insert-command if replaced region was non-empty.
4915         (cua--explicit-region-start, cua--status-string): Make them
4916         buffer-local at top-level...
4917         (cua-mode): ...rather than when mode is enabled.
4919 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4921         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4922         Set t for Emacs 21, 22, and so on.
4924 2005-08-15  David Ponce  <david@dponce.com>
4926         * tree-widget.el: Update Commentary header.
4927         (tree-widget-theme): Doc fix.
4928         (tree-widget-space-width): New option.
4929         (tree-widget-image-properties): Look up in the default theme too.
4930         (tree-widget--cursors): Only for images with arrow pointer shape.
4931         (tree-widget-lookup-image): Pointer shape is hand by default.
4932         (tree-widget-icon): Rename generic icon widget from
4933         `tree-widget-control'.
4934         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4935         derive from `tree-widget-icon'.
4936         (tree-widget-handle): Improve default look and feel of the text
4937         representation.
4938         (tree-widget): Rename :*-control properties to :*-icon properties.
4939         Add :action and :help-echo properties.
4940         (tree-widget-after-toggle-functions): Move.
4941         (tree-widget-close-node, tree-widget-open-node): Remove.
4942         (tree-widget-before-create-icon-functions): New hook.
4943         (tree-widget-value-create): Update to allow customization of icons
4944         and nodes at run-time via that new hook.
4945         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4946         (tree-widget-icon-action, tree-widget-icon-help-echo)
4947         (tree-widget-action, tree-widget-help-echo): New functions.
4949 2005-08-15  Kim F. Storm  <storm@cua.dk>
4951         * ido.el (ido-buffer-internal): Use with-no-warnings.
4952         (ido-make-merged-file-list): Use while-no-input.
4954 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4956         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4957         (flyspell-large-region): Fix doc and custom type.
4959 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4961         * files.el (interpreter-mode-alist): Doc fix.
4963         * mail/rmail.el (rmail-nonignored-headers): New variable.
4964         (rmail-clear-headers): Use it.
4965         (rmail-reply): Better handling of mail-followup-to header.
4967         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4968         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4969         don't try to refer to executable-font-lock-keywords.
4970         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4971         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4972         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4973         (sh-mode): Set comment-start-skip, local-abbrev-table,
4974         imenu-case-fold-search.
4975         (sh-set-shell): Don't set them here.
4976         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4977         Don't cache the results in the original alist; don't ever modify
4978         that alist.
4980         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4982         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4983         empty.
4985 2005-08-15  Andreas Schwab  <schwab@suse.de>
4987         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4989         * dired.el, info.el, mail/rmail.el: Revert last change.
4991 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4993         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4994         modification in `eval-after-load' form.
4995         * info.el: Likewise.
4996         * mail/rmail.el: Likewise.
4998 2005-08-14  Juri Linkov  <juri@jurta.org>
5000         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5001         Remove highlighting of "Compilation started".  Highlight only
5002         the word "finished" in "Compilation finished".  Add highlighting
5003         of "interrupt", "killed", "terminated" and the exit code.
5004         (compilation-start): Add newline after header.  Use exactly the
5005         same time stamp format as the finishing message.
5006         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5008         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5009         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5010         Add highlighting of "interrupt", "killed", "terminated".
5012         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5013         enabled and the current command is self-insert-command, call it
5014         explicitly with overwrite-mode bound to nil, to not allow it
5015         to delete the character after the selected region.
5017 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
5019         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5020         move-end-of-line, end-of-line, and beginning-of-line to the list
5021         of commands after which the echo area is updated.
5023 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
5025         * cus-edit.el (custom-save-all, custom-save-delete):
5026         Bind recentf-exclude to exclude custom-file.
5028 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
5030         * mail/rmailsum.el (rmail-summary-end-of-message): New command
5031         to go to the bottom of the mail message.  Added to
5032         `rmail-summary-mode-map' with key "/".
5033         (rmail-summary-show-message): New (internal) function for use by
5034         both `rmail-summary-beginning/end-of-message'.
5035         (rmail-summary-beginning-of-message): Change to use
5036         rmail-summary-show-message.
5038         * mail/rmail.el (rmail-end-of-message): New command to go to the
5039         end of the current message.  Added to `rmail-mode-map' with key "/".
5040         (rmail-beginning-of-message): Fix to work as documented.
5041         (rmail-mode): Change documentation.
5043         * progmodes/compile.el (compilation-start): Add the line
5044         "Compilation started" with compilation start time.
5045         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5047 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5049         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5050         of menu items.
5052 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5054         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5056         * battery.el (battery-status-function): Don't use ignore-errors.
5058 2005-08-11  Lute Kamstra  <lute@gnu.org>
5060         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5061         define-obsolete-variable-alias.
5063 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5065         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5066         (ange-ftp-send-cmd): Revert last change, and expand
5067         the comment explaining the problem.
5069 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5071         * ldefs-boot.el: Update.
5073         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5074         item to "Time, Load and Mail".  Change help echo text.
5076         * time.el (display-time-use-mail-icon, display-time-format)
5077         (display-time-string-forms): Shorten first line of docstrings.
5079 2005-08-10  Lars Hansen  <larsh@soem.dk>
5081         * desktop.el (desktop-buffer-mode-handlers):
5082         Make non-customizable. Add autoload cookie.  Change initial value to
5083         nil; add elements in respective modules instead.  Fix doc string.
5084         (desktop-load-file): New function.
5085         (desktop-minor-mode-handlers): New autoloaded variable.
5086         (desktop-create-buffer): Call minor mode handlers.
5087         Use desktop-load-file to load major and minor mode modules prior to
5088         checking for a handler.
5089         (desktop-save): Don't add nil to desktop-minor-modes for minor
5090         modes with nil function in desktop-minor-mode-table.  Don't delete
5091         desktop file before rewriting it.
5092         (desktop-locals-to-save): Add autoload cookie.  Don't make
5093         automatically buffer-local.  Add variables column-number-mode,
5094         size-indication-mode, indent-tabs-mode,
5095         indicate-buffer-boundaries, indicate-empty-lines and
5096         show-trailing-whitespace.
5097         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5098         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5099         (desktop-clear-preserve-buffers-regexp): Delete.
5100         (desktop-clear-preserve-buffers): Update initial value and docstring.
5101         (desktop-save-buffer): Fix doc string.
5103         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5104         (hilit-chg-desktop-restore): New function.
5105         (highlight-changes-mode): Add highlight-changes-mode to
5106         desktop-locals-to-save.
5108         * dired.el: Add handler to desktop-buffer-mode-handlers.
5109         (dired-restore-desktop-buffer): Remove autoload cookie.
5110         (dired-mode): Add autoload cookie.
5112         * info.el: Add handler to desktop-buffer-mode-handlers.
5113         (Info-restore-desktop-buffer): Remove autoload cookie.
5114         (Info-mode): Add autoload cookie.
5116         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5117         (mh-restore-desktop-buffer): Remove autoload cookie.
5118         (mh-folder-mode): Add autoload cookie.
5120         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5121         (rmail-restore-desktop-buffer): Remove autoload cookie.
5123 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5125         * hexl.el (hexl-address-region):
5126         (hexl-ascii-region, hexl-font-lock-keywords):
5127         (hexl-highlight-line-range): Use the term "region"
5128         instead of "area" for consistency with the other symbols
5129         defined in hexl.el.
5131 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5133         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5134         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5135         out by Juri Linkov).  Add `display-battery-mode'.
5137 2005-08-09  Juri Linkov  <juri@jurta.org>
5139         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5140         Remove `-text' from face variable names.
5141         (compilation-error-file-name, compilation-warning-file-name)
5142         (compilation-info-file-name): Delete faces.
5143         (compilation-line-number, compilation-column-number):
5144         Remove face underlining.
5145         (compilation-message-face): Set to `underline' value by default.
5146         (compilation-error-face, compilation-warning-face)
5147         (compilation-info-face): Remove `-file-name' from face names.
5148         (compilation-error-text-face, compilation-warning-text-face)
5149         (compilation-info-text-face): Delete face variables.
5150         (compilation-text-face): Delete function.
5152         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5153         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5154         (grep-error-face): Set to `compilation-error' instead of
5155         `compilation-error-face' (which is redefined to `grep-hit-face' in
5156         grep buffers).
5157         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5158         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5160         * dired-aux.el (dired-do-query-replace-regexp):
5161         Use `query-replace-read-args'.
5163         * replace.el (query-replace-read-from, query-replace-read-to)
5164         (query-replace-read-args): Rename arg `string' to `prompt'.
5166         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5168 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5170         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5171         uploading files.
5172         (ange-ftp-canonize-filename): Handle file names beginning with ~
5173         correctly.
5175 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5177         * textmodes/fill.el (canonically-space-region)
5178         (fill-context-prefix, fill-french-nobreak-p)
5179         (fill-delete-newlines, fill-comment-paragraph)
5180         (justify-current-line): "?\ " -> "?\s".
5182 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5184         * textmodes/fill.el (fill-nonuniform-paragraphs):
5185         Improve argument/docstring consistency.
5187 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5189         * textmodes/ispell.el (ispell-word): More fboundp checks.
5191         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5192         (find-file-noselect-1): Call it here, only if RAWFILE.
5193         (normal-mode): Always set some major mode.
5194         (save-some-buffers-action-alist): Change some explanation strings.
5195         (file-name-non-special): In the `quote' method, use unwind-protect.
5197 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5199         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5200         (ispell-have-aspell-dictionaries): New variable.
5201         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5202         (ispell-get-aspell-config-value): New function.
5203         (ispell-aspell-find-dictionary): New function.
5204         (ispell-aspell-add-aliases): New function.
5205         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5206         appropriate.  Don't look for ispell dictionaries if we use aspell.
5207         (ispell-menu-map): Don't build a submenu of dictionaries.
5209 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5211         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5212         (sql-read-passwd): Use read-passwd.
5214         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5215         (idlwave-toolbar-is-possible): Add defvars.
5217         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5218         Avoid warnings.
5220         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5221         (idlwave-system-class-info, idlwave-executive-commands-alist):
5222         Use defvar.
5224         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5226         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5227         Avoid warnings.
5229         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5230         and content-type: headers.
5232         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5234         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5235         and rename some of them to be more self-explanatory.
5237         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5239         * startup.el (command-line-1): Implement -scriptload.
5241         * replace.el (occur-engine): Initial *Occur* output not undoable.
5243         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5244         and improve help strings.
5246         * isearch.el (isearch-repeat): When changing direction,
5247         mark search successful.
5249         * ediff-init.el: Use (featurep 'xemacs).
5251         * comint.el (send-invisible): Identify buffer, if not selected.
5253         * align.el: Delete autoload for c-guess-basic-syntax.
5255 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5257         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5258         Improve argument/docstring consistency.  Doc fixes.
5259         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5260         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5261         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5262         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5263         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5264         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5265         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5266         Defvar at compile time.
5268 2005-08-09  Juri Linkov  <juri@jurta.org>
5270         * info.el: Replace `info' with upper-case `Info' where appropriate.
5271         (info-title-1, info-title-2, info-title-3, info-title-4)
5272         (info-menu-header): Move up face definitions.
5273         (info-menu-star): Rename from `info-menu-5'.
5274         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5275         (Info-fontify-visited-nodes): Fix docstring.
5276         (Info-hide-note-references): Fix docstring.
5277         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5278         menu items in the same way as on cross-references.
5279         (info-apropos): Fix sorting order and formatting to be like in the
5280         stand-alone Info browser.  Display error messages for 1 sec.
5281         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5282         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5283         from the menu bar.
5284         (Info-insert-dir): Restore point after calling
5285         `insert-buffer-substring'.
5287 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5289         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5290         (recompute-lucid-menubar): Add defvars.
5292         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5294         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5296         * net/net-utils.el (run-dig): Rename from `dig'.
5298         * play/gametree.el (gametree-mode): Use make-local-variable,
5299         not make-variable-buffer-local.
5301         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5303         * ansi-color.el (ansi-color-make-extent)
5304         (ansi-color-set-extent-face): Use fboundp, not functionp.
5306         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5307         not make-variable-buffer-local.
5309         * bookmark.el (Info-current-file): Add defvar.
5310         (bookmark-jump-noselect): Use with-no-warnings.
5312         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5314         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5316         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5318         * find-file.el (ada-procedure-start-regexp)
5319         (ada-package-start-regexp): Add defvars.
5321         * info.el (Info-insert-dir): Use insert-buffer-substring.
5323         * xml.el (xml-att-def-re): Add defvar.
5325         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5326         calling convention.
5328         * subr.el (while-no-input): Return t if there is input.
5330 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5332         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5334 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5336         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5337         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5339 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5341         * cmuscheme.el (scheme-start-file): Replace reference to
5342         `user-emacs-directory' by "~/.emacs.d/".
5344 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5346         * info.el (Info-dir-remove-duplicates): Avoid case folding
5347         in loop; instead, keep downcased strings for comparison.
5348         Suggested by Helmut Eller.
5350 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5352         Sync with Tramp 2.0.50.
5354         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5355         XEmacs case; not necessary anymore.
5356         (tramp-user-regexp): Allow "@" as part of user name.
5357         (tramp-handle-set-visited-file-modtime)
5358         (tramp-handle-insert-file-contents)
5359         (tramp-handle-write-region): No special handling for
5360         `last-coding-system-used, because this is done in
5361         `tramp-accept-process-output' now.
5362         (tramp-accept-process-output): New defun.
5363         (tramp-process-one-action, tramp-process-one-multi-action)
5364         (tramp-wait-for-regexp, tramp-wait-for-output)
5365         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5366         Howells <dhowells@redhat.com>.
5367         (clear-visited-file-modtime): Defadvice removed.  The check for
5368         unset buffer's modtime does not need to be based on
5369         `tramp-buffer-file-attributes'.  Suggested by RMS.
5370         (tramp-message): Insert "\n" if not being at beginning of line.
5371         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5372         sequence with same logic.
5373         (tramp-completion-handle-expand-file-name): Discard call of
5374         `tramp-drop-volume-letter'.  It is not necessary, and there have
5375         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5376         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5377         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5378         should always be visible.
5379         (tramp-handle-insert-directory, tramp-setup-complete)
5380         (tramp-set-process-query-on-exit-flag)
5381         (tramp-append-tramp-buffers): Pacify byte-compiler.
5382         (tramp-bug): Delete non-existing variables from list.
5383         Apply `tramp-load-report-modules' as pre-hook.
5384         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5385         `shell-prompt-pattern' because of non-7bit characters.
5386         Reported by Sebastian Luque <sluque@mun.ca>.
5387         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5388         (tramp-match-string-list): Remove function.
5389         (tramp-wait-for-regexp): Remove call of that function.
5390         Suggested by Kim F. Storm <storm@cua.dk>.
5391         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5392         instead of octal character code ?\600.  The latter resulted in a
5393         syntax error with XEmacs.
5395         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5396         XEmacs case; not necessary anymore.
5397         (tramp-smb-handle-write-region): No special handling for
5398         `last-coding-system-used, because this is done in
5399         `tramp-accept-process-output' now.
5400         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5402 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5404         * wid-edit.el (widget-choice-value-create):
5405         Unconditionally respect user choice.  Set :explicit-choice back to nil
5406         when no longer needed.
5407         (widget-choice-action): Unconditionally respect user choice.
5408         Eliminate :explicit-choice-value.
5410         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5412         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5413         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5414         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5415         running new function `toggle-indicate-empty-lines'.
5416         Rename "Customize" item to "Customize fringe".
5417         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5418         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5419         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5420         Delete "Empty lines only" item.
5421         (menu-bar-showhide-fringe-ind-customize): New function.
5422         (menu-bar-showhide-fringe-ind-mixed)
5423         (menu-bar-showhide-fringe-ind-box)
5424         (menu-bar-showhide-fringe-ind-right)
5425         (menu-bar-showhide-fringe-ind-left)
5426         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5427         instead of `fringe-indicators'.
5429 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5431         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5432         Change the date of last update.
5434 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5436         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5437         (viper-exec-yank, viper-put-back): Don't display modification msg
5438         if in the minibuffer.
5440         * viper-init.el (viper-replace-overlay-cursor-color)
5441         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5442         Make variables frame local.
5444         * viper-util.el (viper-append-filter-alist): Use append instead of
5445         nconc.
5447         * viper.el (viper-vi-state-mode-list)
5448         (viper-emacs-state-mode-list): Move help-mode and
5449         completion-list-mode from the first list to the second.
5450         (viper-mode): Docstring.
5451         (viper-go-away, viper-non-hook-settings): Don't localize
5452         minor-mode-alist in newer Emacsen.  Add advice to
5453         set-cursor-color.  Don't bind "\C-c\\".
5455 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5457         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5458         (scheme-macro-expand-command): New user options.
5459         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5460         (scheme-form-at-point, scheme-start-file)
5461         (scheme-interactively-start-process): New functions.
5462         (scheme-get-process): New function, extracted from `scheme-proc'.
5463         (run-scheme): Call `scheme-start-file' to get start file, and pass
5464         it to `make-comint'.
5465         (switch-to-scheme, scheme-proc):
5466         Call `scheme-interactively-start-process' if no Scheme buffer/process
5467         is available.
5469 2005-08-06  Juri Linkov  <juri@jurta.org>
5471         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5472         Use `compilation-text-face', `compilation-info-text-face' and
5473         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5474         (compilation-error): New face.
5475         (compilation-error-file-name): Inherit from
5476         `compilation-error' instead of `font-lock-warning-face'.
5477         (compilation-warning-file-name): Inherit from
5478         `compilation-warning' instead of `font-lock-warning-face'.
5479         (compilation-info, compilation-error-file-name)
5480         (compilation-warning-file-name, compilation-info-file-name)
5481         (compilation-line-number, compilation-column-number): Doc fix.
5482         (compilation-error-text-face, compilation-warning-text-face)
5483         (compilation-info-text-face): New face variables.
5484         (compilation-line-face, compilation-column-face)
5485         (compilation-enter-directory-face)
5486         (compilation-leave-directory-face): Doc fix.
5487         (compilation-text-face): New function.
5489         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5490         instead of 1 to display binary file names as info file links.
5491         (grep-error-face): Use `compilation-error-face' instead of
5492         `font-lock-keyword-face'.
5493         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5494         and `compilation-warning-text-face' instead of
5495         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5496         instead of `grep-error-face'.
5498 2005-08-05  Kenichi Handa  <handa@m17n.org>
5500         * international/code-pages.el: Add autoload cookies for all coding
5501         systems.
5503 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5505         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5507 2005-08-04  Juri Linkov  <juri@jurta.org>
5509         * progmodes/compile.el (compilation-mode-map):
5510         * progmodes/grep.el (grep-mode-map):
5511         Bind TAB to `compilation-next-error' and [backtab] to
5512         `compilation-previous-error'.
5514         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5515         matching line numbers, column numbers and their ranges with regexp
5516         matching only line numbers.
5517         (grep-context-face): New face variable.
5518         (grep-mode-font-lock-keywords): Use it.
5520         * faces.el (read-face-name): Delete duplicate faces.
5522 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5524         * thumbs.el (thumbs-find-image): Don't make variables
5525         automatically buffer local.
5526         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5527         (thumbs-image-num): Make automatically buffer local.
5528         (thumbs-show-thumbs-list): Use `make-local-variable', not
5529         `make-variable-buffer-local'.
5530         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5532         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5533         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5534         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5535         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5536         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5537         (feelings-about, foullst, found, hello, history, howareyoulst)
5538         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5539         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5540         (neglst, obj, object, owner, please, problems, qlist)
5541         (random-adjective, relation, remlst, repetitive-shortness)
5542         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5543         (shortlst, something, sportslst, stallmanlst, states, subj)
5544         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5545         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5546         Defvar at compile time.
5548         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5549         not `make-variable-buffer-local'.
5551 2005-08-02  Kim F. Storm  <storm@cua.dk>
5553         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5554         rectangle overlay in selected window.
5556 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5558         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5559         instead of display group.  Make `indicate-buffer-boundaries'
5560         customizable through Custom.
5562 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5564         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5565         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5566         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5567         (gdb-put-string): Fix typos in docstrings.
5569 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5571         Update copyright notices of files in progmodes directory for
5572         release of Emacs 22.1.
5574         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5576         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5577         Don't barf if the GUD buffer has been killed.
5579 2005-08-01  Kim F. Storm  <storm@cua.dk>
5581         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5583 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * simple.el (next-error-follow-minor-mode):
5586         make-variable-buffer-local -> make-local-variable.
5588         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5590         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5591         (byte-compile-form-make-variable-buffer-local): New functions to warn
5592         about misuses of make-variable-buffer-local where make-local-variable
5593         was meant.
5595 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5597         * bs.el (bs-attributes-list): Doc fix.
5598         (bs): Update url-link.
5600         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5601         (desktop-load-default): Simplify.
5603         * ibuffer.el (ibuffer-columnize-and-insert-list)
5604         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5605         (ibuffer-unmark-all, ibuffer-toggle-marks)
5606         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5607         (ibuffer-compile-make-format-form, ibuffer-format-column)
5608         (ibuffer-current-buffers-with-marks)
5609         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5610         (ibuffer): Doc fix.
5611         (ibuffer-mode): Fix typo in docstring.
5612         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5613         with `define-obsolete-variable-alias'.
5614         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5616 2005-07-29  Kenichi Handa  <handa@m17n.org>
5618         * international/mule-cmds.el (select-message-coding-system):
5619         Be sure to use LF for end-of-line.  If no coding system is decided,
5620         return iso-8859-1-unix.
5622 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5625         (ange-ftp-pending-error-line): New vars.
5626         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5627         to handle the non-fatal no-route-to-host messages.
5628         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5630 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5632         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5633         (isearch-quote-char, isearch-printing-char)
5634         (isearch-text-char-description): "?\ " -> "?\s".
5635         (isearch-lazy-highlight-cleanup)
5636         (isearch-lazy-highlight-initial-delay)
5637         (isearch-lazy-highlight-interval)
5638         (isearch-lazy-highlight-max-at-a-time)
5639         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5640         Declare with define-obsolete-*-alias macros.
5641         (isearch-forward): Fix typo in docstring.
5642         (search-invisible, search-ring-yank-pointer)
5643         (regexp-search-ring-yank-pointer): Doc fixes.
5645         * recentf.el (recentf-menu-append-commands-p): Declare with
5646         `define-obsolete-variable-alias'.
5647         (recentf-max-saved-items, recentf-menu-filter)
5648         (recentf-arrange-by-rule-subfilter): Doc fixes.
5649         (recentf-menu-append-commands-flag)
5650         (recentf-initialize-file-name-history, recentf-expand-file-name)
5651         (recentf-clear-data): Fix typos in docstrings.
5653 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5655         * progmodes/gdb-ui.el: Smarten comments.
5656         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5658 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5660         * term/apollo.el (terminal-init-apollo): New function containing
5661         all former top level forms in the file.
5662         * term/bobcat.el (terminal-init-bobcat):
5663         * term/cygwin.el (terminal-init-cygwin):
5664         * term/iris-ansi.el (terminal-init-iris-ansi):
5665         * term/linux.el (terminal-init-linux):
5666         * term/news.el (terminal-init-news):
5667         * term/rxvt.el (terminal-init-rxvt):
5668         * term/sun.el (terminal-init-sun):
5669         * term/tvi970.el (terminal-init-tvi970):
5670         * term/vt100.el (terminal-init-vt100):
5671         * term/vt102.el (terminal-init-vt102):
5672         * term/vt125.el (terminal-init-vt125):
5673         * term/vt200.el (terminal-init-vt200):
5674         * term/vt201.el (terminal-init-vt201):
5675         * term/vt220.el (terminal-init-vt220):
5676         * term/vt240.el (terminal-init-vt240):
5677         * term/vt300.el (terminal-init-vt300):
5678         * term/vt320.el (terminal-init-vt320):
5679         * term/vt400.el (terminal-init-vt400):
5680         * term/vt420.el (terminal-init-vt420):
5681         * term/wyse50.el (terminal-init-wyse50):
5682         * term/xterm.el (terminal-init-xterm): Likewise.
5684         * term/README: Describe the terminal-init-* functionality.
5686         * startup.el (command-line): After loading the terminal initialization
5687         file call the corresponding terminal initialization function.
5689 2005-07-27  Kenichi Handa  <handa@m17n.org>
5691         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5692         negative.
5694         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5695         (ps-mule-composition-prologue): Fix for the case that
5696         RelativeCompose is false.
5698 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5702         * descr-text.el (describe-char): Handle the case where the list of
5703         chars is displayed in a separate frame.
5704         Be a bit more discriminating when looking for the char.
5706 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5708         * bookmark.el (bookmark-automatically-show-annotations)
5709         (bookmark-read-annotation-text-func): Doc fixes.
5710         (bookmark-save): Improve argument/docstring consistency.
5711         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5712         (bookmark-alist-from-buffer)
5713         (bookmark-upgrade-file-format-from-0)
5714         (bookmark-grok-file-format-version)
5715         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5716         (bookmark-read-annotation-mode)
5717         (bookmark-insert-current-bookmark, bookmark-jump)
5718         (bookmark-exit-hook): Fix typos in docstrings.
5719         (bookmark-exit-hooks): Define as obsolete alias.
5720         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5721         not `bookmark-exit-hooks'.  Fix docstring.
5722         (bookmark-bmenu-select): "?\ " -> "?\s".
5724 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5726         * startup.el (command-line): Fix typo.
5728 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5730         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5731         not emacs-quick-startup.
5733 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5735         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5736         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5737         instead of `reb-with-current-window'.
5738         (reb-prev-match): Likewise.  Also, don't move left if the search
5739         was unsuccessful.
5740         (reb-initialize-buffer): New function.
5741         (re-builder, reb-change-syntax): Use it.
5743         * man.el (Man-goto-page): Make second argument NOERROR optional.
5745 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5747         * man.el (Man-bgproc-sentinel): Check here for failure to find
5748         any man page in the output, and report the error here.
5749         (Man-arguments): Make it permanent local.
5750         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5751         (Man-mode): Pass t for NOERROR.
5753         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5754         (grep-mode-font-lock-keywords):
5755         Don't use compilation-...-face for messages that are not file names.
5757         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5758         Don't use compilation-...-face for messages that are not file names.
5760 2005-07-22  Juri Linkov  <juri@jurta.org>
5762         * startup.el (normal-splash-screen): Update menu name.
5764         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5766 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5768         * term/xterm.el: Load term/rxvt if the terminal is actually an
5769         rxvt terminal.
5770         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5772         * term/rxvt.el (function-key-map): Use substitute-key-definition
5773         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5775         * term/cygwin.el: New file.
5777 2005-07-22  Kim F. Storm  <storm@cua.dk>
5779         * image-file.el (insert-image-file, image-file-yank-handler):
5780         Fix last change to maintain a (unique) yank-handler on yanked images.
5782 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5784         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5785         of the file size (as in "177B" for 177 bytes).  This happens with
5786         "ls -lh" on FreeBSD.
5788 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5790         * hilit-chg.el (highlight-changes-global-initial-state)
5791         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5792         (hilit-chg-fixup, highlight-changes-mode):
5793         Fix typos in docstrings.
5794         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5795         Doc fixes.
5797 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5799         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5800         mode function using `eval-after-load'.
5802 2005-07-21  Kim F. Storm  <storm@cua.dk>
5804         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5805         included when reporting an emacs crash, and tell about the DEBUG file.
5807         * image-file.el (insert-image-file): Add yank-handler.
5808         (image-file-yank-handler): Yank handler to make unique copies of
5809         images when they are yanked into a buffer next to each other.
5811 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5813         * comint.el (comint-use-prompt-regexp, comint-send-input)
5814         (comint-source-default, comint-extract-string)
5815         (comint-get-source, comint-word, comint-completion)
5816         (comint-source, comint-prompt-read-only, comint-update-fence):
5817         Fix typos in docstrings.
5818         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5819         Declare with define-obsolete-*-alias macros.
5820         (comint-previous-matching-input-from-input)
5821         (comint-next-matching-input-from-input)
5822         (comint-previous-matching-input, comint-next-matching-input)
5823         (comint-forward-matching-input):
5824         Improve argument/docstring consistency.
5826         * desktop.el (desktop-clear-preserve-buffers-regexp):
5827         Also preserve the *server* buffer.
5829         * simple.el (clone-indirect-buffer): Doc fix.
5830         (fixup-whitespace, just-one-space)
5831         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5832         (next-error, next-error-highlight)
5833         (next-error-highlight-no-select, next-error-last-buffer)
5834         (next-error-buffer-p, next-error-find-buffer, next-error)
5835         (previous-error, next-error-no-select, previous-error-no-select)
5836         (open-line, split-line, minibuffer-prompt-width, kill-new)
5837         (binary-overwrite-mode): Fix typos in docstrings.
5838         (set-fill-column): Fix typo in message.
5840         * skeleton.el (skeleton-proxy-new): Doc fix.
5842         * strokes.el (strokes-load-hook): Doc fix.
5843         (strokes-grid-resolution, strokes-get-grid-position)
5844         (strokes-renormalize-to-grid, strokes-read-stroke)
5845         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5846         (strokes-global-map): Fix typos in docstrings.
5847         (strokes-help): Doc fix.  Fix help message and pass it through
5848         `substitute-command-keys'.
5850         * tempo.el (tempo-insert-prompt, tempo-interactive)
5851         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5852         (tempo-insert-string-functions, tempo-local-tags)
5853         (tempo-define-template, tempo-insert-template)
5854         (tempo-insert-prompt-compat, tempo-is-user-element)
5855         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5856         Fix typos in docstrings.
5858         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5859         (vcursor-key-bindings, vcursor-use-vcursor-map)
5860         (vcursor-find-window, vcursor-scroll-down)
5861         (vcursor-disable, vcursor-beginning-of-buffer)
5862         (vcursor-end-of-buffer): Fix typos in docstrings.
5863         (vcursor-relative-move, vcursor-get-char-count):
5864         Improve argument/docstring consistency.
5866         * version.el: "?\ " -> "?\s".
5868         * wid-edit.el (widget-default-create, widget-after-change)
5869         (widget-default-format-handler, widget-checklist-add-item)
5870         (widget-radio-add-item, widget-choose, widget-specify-secret)
5871         (widget-field-value-create, widget-field-value-get)
5872         (widget-editable-list-format-handler)
5873         (widget-editable-list-entry-create, widget-group-value-create)
5874         (widget-documentation-link-add)
5875         (widget-documentation-string-value-create): "?\ " -> "?\s".
5876         (widget-convert-text): Doc fix.
5877         (widget-narrow-to-field, widget-field-find)
5878         (widget-url-link-action, widget-emacs-library-link-action)
5879         (widget-color-notify): Fix typos in docstrings.
5881         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5882         (x-select-text, set-w32-system-coding-system)
5883         (w32-add-charset-info): Fix typos in docstrings.
5885         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5886         (cua-enable-cua-keys, cua-use-hyper-key)
5887         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5888         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5890         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5892         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5893         `defalias' instead of faking it.
5895         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5896         (eshell-ls-missing, eshell-ls-dired-initial-args)
5897         (eshell-ls-use-in-dired): Fix typos in docstrings.
5899 2005-07-20  Kim F. Storm  <storm@cua.dk>
5901         * emulation/cua-base.el (cua-mode): Improve doc string.
5903 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5905         * abbrev.el (expand-region-abbrevs): Doc fix.
5906         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5907         Improve argument/docstring consistency.
5909         * arc-mode.el (archive-get-descr, archive-alternate-display):
5910         Doc fixes.
5911         (archive-l-e): Improve argument/docstring consistency.
5912         (archive-tmpdir, archive-unixdate, archive-unixtime)
5913         (archive-chmod-entry): Fix typos in docstrings.
5914         (archive-unflag, archive-unflag-backwards)
5915         (archive-unmark-all-files): "?\ " -> "?\s".
5917         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5918         (Buffer-menu-not-modified, Buffer-menu-execute)
5919         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5920         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5922         * composite.el (compose-string, encode-composition-rule)
5923         (compose-last-chars): Fix typos in docstrings.
5925         * desktop.el (desktop-enable, desktop-basefilename):
5926         Declare with `define-obsolete-variable-alias'.
5927         (desktop-internal-v2s): Don't quote keywords.
5928         (desktop-clear): "?\ " -> "?\s".
5930         * dired.el (dired-align-file, dired-flag-backup-files)
5931         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5932         (dired-listing-switches, dired-ls-F-marks-symlinks)
5933         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5934         (dired-directory, dired-faces, dired, dired-revert)
5935         (dired-mode, dired-summary, dired-view-file)
5936         (dired-copy-filename-as-kill, dired-delete-file)
5937         (dired-no-confirm, dired-unmark-all-marks)
5938         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5939         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5940         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5941         Fix typos in message strings.
5943         * dired-x.el (virtual-dired): Declare with `defalias'.
5944         (dired-mark-unmarked-files, dired-local-variables-file)
5945         (dired-omit-here-always): Doc fix.
5946         (dired-omit-mode, dired-find-subdir)
5947         (dired-enable-local-variables, dired-clean-up-buffers-too)
5948         (dired-extra-startup, dired-mark-extension, dired-jump)
5949         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5950         (dired-smart-shell-command, dired-guess-shell-alist-user)
5951         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5952         (dired-x-bind-find-file, dired-x-submit-report):
5953         Fix typos in docstrings.
5954         (dired-mark-unmarked-files): "?\ " -> "?\s".
5956         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5958         * faces.el (describe-face): "?\ " -> "?\s".
5959         (read-all-face-attributes, read-face-font, modify-face)
5960         (face-attr-construct, italic): Fix typos in docstrings.
5961         (frame-update-face-colors): Declare with
5962         `define-obsolete-function-alias'.
5964         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5965         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5966         (magic-mode-alist, buffer-file-numbers-unique)
5967         (write-file-functions, get-free-disk-space):
5968         Fix typos in docstrings.
5969         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5970         (write-contents-hooks, write-file-hooks):
5971         Declare with `define-obsolete-variable-alias'.
5973         * forms-d2.el (arch-rj): Fix typo in docstrings.
5974         (arch-tocol): Likewise.  "?\ " -> "?\s".
5976         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5977         Fix typo in docstring.
5978         (set-screen-width, set-screen-height): Delete redundant info in
5979         doctrings.
5980         (new-frame, screen-height, screen-width): Declare with
5981         `define-obsolete-function-alias'.
5982         (delete-frame-hook, blink-cursor): Declare with
5983         `define-obsolete-variable-alias'.
5985         * paths.el (prune-directory-list): Fix typos in docstring.
5987         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5988         (cvs-prefix-get): Fix typos in docstrings.
5990         * ps-print.el (ps-extend-face-list, ps-extend-face)
5991         (ps-print-background-image): Fix typos in docstrings.
5992         (ps-default-fg, ps-default-bg): Doc fixes.
5994         * s-region.el (s-region-bind): Doc fix.
5995         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5997         * textmodes/org.el (org-table-formula-substitute-names)
5998         (org-table-get-vertical-vector): Doc fixes.
5999         (org-table-recalculate): Remove unused argument to `message'.
6001 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6003         * textmodes/org.el (org-table-column-names)
6004         (org-table-column-name-regexp)
6005         (org-table-named-field-locations): New variables.
6006         (org-archive-subtree): Protect `this-command' when calling
6007         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6008         the kill buffer.
6009         (org-complete): Remove fixed-formula completion.
6010         (org-edit-formulas-map): New variable.
6011         (org-table-edit-formulas): New command.
6012         (org-finish-edit-formulas, org-abort-edit-formulas)
6013         (org-show-variable, org-table-get-vertical-vector): New functions.
6014         (org-table-maybe-eval-formula): Handle `:=' fields.
6015         (org-table-get-stored-formulas, org-table-store-formulas)
6016         (org-table-get-formula, org-table-modify-formulas)
6017         (org-table-replace-in-formulas): Handle named field formulas.
6018         (org-table-get-specials): Store locations of named fields.
6020 2005-07-19  Juri Linkov  <juri@jurta.org>
6022         * progmodes/grep.el (grep-regexp-alist)
6023         (grep-mode-font-lock-keywords, grep-process-setup):
6024         Use default GNU grep match color "01;31m" instead of "01;41m".
6025         (grep-regexp-alist, grep-mode-font-lock-keywords):
6026         Use `\\[[0-9]*m' instead of `\\[00m'.
6027         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6028         sgr_start where its handling is more important.  Use the real
6029         length of sgr_start instead of constant 8.
6030         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6031         specially.  Delete all remaining escape sequences.
6032         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6033         (grep-regexp-alist): Make hyperlink only for binary file name
6034         instead of the whole line.
6035         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6036         (grep-mode): Add autoload.
6038         * emacs-lisp/find-func.el (find-function-regexp):
6039         Add `define-compilation-mode'.
6041 2005-07-19  Juri Linkov  <juri@jurta.org>
6043         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6044         (compare-windows-sync-string-size, compare-windows-recenter)
6045         (compare-windows-highlight, compare-windows): Add version 22.1.
6046         (compare-windows) <defface>: Inherit from lazy-highlight instead
6047         of duplicating its default value.
6049         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6050         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6052         * descr-text.el (describe-char): Create link buttons for `charset'
6053         and `code point'.  Add the current input method name with a link
6054         button to `to input' field.  Print face names of display table
6055         characters in `The display table entry is displayed by' section
6056         instead of printing face-id in the `display' field.
6057         Guess hardcoded faces and create a link button for them.
6058         Skip empty fields when calculating max-width.
6059         Treat `widget-create' specially while inserting strings from the
6060         collected field list.
6061         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6063         * diff-mode.el (diff-file-header): Change foreground color from
6064         yellow to green on light backgrounds.
6065         (diff-context): Inherit from `shadow' only for color/grayscale
6066         with more than 88 colors.
6067         (diff-indicator-removed, diff-indicator-added)
6068         (diff-indicator-changed): New faces.
6069         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6070         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6071         font-lock-comment-delimiter-face and font-lock-comment-face.
6072         Add `#' to ^[^...] in the rule for `diff-context-face'.
6074         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6075         a button-like box.  Inherit from `highlight' on low colors.
6076         (shadow): Use shades of gray only for color/grayscale with
6077         more than 88 colors.  Use green for light backgrounds with
6078         8 colors, and yellow for dark backgrounds with 8 colors.
6080         * font-lock.el (font-lock-regexp-grouping-backslash):
6081         Don't inherit from escape-glyph (use bold for all cases).
6083         * info.el (info-xref-visited): Use light foreground color `violet'
6084         for dark backgrounds instead of dark color `magenta3'.
6085         (info-title-1): Use `yellow' color for dark backgrounds.
6087         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6088         too-light magenta2.
6090         * replace.el (match): Use slightly more light RoyalBlue3 instead
6091         of dark RoyalBlue4.
6093         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6095 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6097         * novice.el (disabled-command-hook): Declare it with
6098         `define-obsolete-variable-alias'.
6100         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6101         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6102         (desktop-load-default): Add release to obsolescence info.
6103         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6104         (desktop-append-buffer-args, desktop-read):
6105         Fix typos in docstrings.
6106         (desktop-kill): Fix typo in message.
6107         (desktop-save): Doc fix.
6109 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6111         * viper-cmd.el (viper-escape-to-state): Bug fix.
6112         (viper-envelop-ESC-key): Change the definition of fast
6113         keysequence so it'll work with keyboard macros.
6115         * ediff.el (ediff-patch-buffer): Change the docstring.
6117 2005-07-19  Kenichi Handa  <handa@m17n.org>
6119         * international/mule-cmds.el (select-safe-coding-system): Try to
6120         use an auto-coding (if any) before anything else.  If the found
6121         auto-coding is invalid, show a warning message.
6123         * international/mule.el (find-auto-coding): New function created
6124         by modifying the body of set-auto-coding.
6125         (set-auto-coding): Use find-auto-coding to find a coding.
6127 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6129         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6130         not isearch-mode-end-hook-error.
6131         (allout-before-change-protect): Fix error message.
6133 2005-07-18  Juri Linkov  <juri@jurta.org>
6135         * allout.el (allout-mode):
6136         * calculator.el (calculator-copy):
6137         * custom.el (custom-known-themes):
6138         * dired.el (dired-desktop-buffer-misc-data)
6139         (dired-restore-desktop-buffer):
6140         * dired-x.el (dired-omit-marker-char):
6141         * files.el (basic-save-buffer):
6142         * font-core.el (font-lock-mode):
6143         * calendar/calendar.el (calendar-goto-hebrew-date)
6144         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6145         (calendar-goto-persian-date):
6146         * language/ethio-util.el (ethio-sera-to-fidel-region):
6147         * textmodes/picture.el (picture-mode):
6148         Delete duplicate duplicate words.
6150 2005-07-18  Juri Linkov  <juri@jurta.org>
6152         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6153         chars * ? } |.
6154         (isearch-fallback): Don't call `isearch-process-search-char'.
6155         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6156         (isearch-process-search-char): Call `isearch-fallback' for regexp
6157         chars * ? } |.
6158         (isearch-return-char): Make obsolete with `make-obsolete' instead
6159         of simply documenting it as obsolete in the docstring.
6160         (isearch-fallback): Refill docstring.
6162         * international/isearch-x.el
6163         (isearch-process-search-multibyte-characters): Remove unneeded
6164         `concat'.  Add intermediate values to `junk-hist' instead of
6165         `minibuffer-history'.  Test the length of `str'.
6167 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6169         * allout.el (allout-resolve-xref): Fix typos in error strings.
6170         (allout-before-change-protect): Remove unneeded `concat'.
6172         * array.el (array-mode, array-reconfigure-rows)
6173         (untabify-backward): Fix typos in docstrings.
6174         (array-reconfigure-rows): Use `insert-buffer-substring', not
6175         `insert-buffer'.
6177         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6178         * progmodes/ada-mode.el (ada-make-body):
6179         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6181         * dired.el (dired-log):
6182         * tar-mode.el (tar-subfile-save-buffer):
6183         * play/zone.el (zone-pgm-stress-destress):
6184         Use `insert-buffer-substring', not `insert-buffer'.
6186 2005-07-17  Simon Josefsson  <jas@extundo.com>
6188         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6190 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6192         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6193         Add plain auth method.
6194         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6196 2005-07-17  Kim F. Storm  <storm@cua.dk>
6198         * ido.el (dired-other-window): Add ido property.
6200 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6202         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6203         Fix typo in docstring.
6204         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6205         `insert-file-literally'.
6207         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6208         info and delete redundant message.  Doc fix.
6209         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6210         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6212 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6214         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6215         (byte-compile-and): Use byte-compile-and-recursion.
6216         (byte-compile-or-recursion): New function.
6217         (byte-compile-or): Use that.
6218         (byte-compile-if): Guard the else-clause too.
6219         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6221         * isearch.el (isearch-mode-end-hook-quit): New variable.
6222         (isearch-done): Bind it.
6223         (isearch-mode-end-hook): Doc fix.
6225         * allout.el (allout-isearch-did-quit): Variable deleted.
6226         (allout-real-isearch-abort): Function name no longer used.
6227         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6228         (allout-isearch-rectification): isearch-mode always exists.
6229         Don't set allout-isearch-did-quit.
6230         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6231         allout-isearch-did-quit.
6232         (allout-enwrap-isearch): Just add the hook.
6233         (allout-isearch-abort): Function deleted.
6234         (allout-pre-command-business): Avoid warning.
6236         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6237         Correctly avoid warnings.
6238         (pascal-outline): Likewise.
6240         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6242         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6244         * play/tetris.el (tetris-mode): Avoid warning.
6246         * play/snake.el (snake-mode): Avoid warning.
6248         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6249         (gamegrid-set-display-table): Avoid warning.
6250         (gamegrid-set-timer): Likewise.
6251         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6252         (gamegrid-add-score-with-update-game-score-1): Take FILE
6253         as argument.
6254         (gamegrid-add-score-with-update-game-score): Pass that argument.
6255         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6257         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6259         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6260         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6262         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6263         and insert-file.
6265         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6266         (sc-ask): Avoid warnings.
6268         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6269         (eshell-hist-initialize): Use that var the natural way.
6271         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6273         * emacs-lisp/re-builder.el (reb-cook-regexp):
6274         Avoid warning calling lre-compile-string.
6275         (reb-color-display-p): Avoid warning.
6277         * calculator.el (calculator-last-input): Guard uses
6278         of event-key and key-press-event-p.
6279         (event-key, key-press-event-p): Delete definitions.
6281         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6282         (find-gc-source-directory, find-gc-subrs-callers)
6283         (find-gc-noreturn-list, find-gc-source-files)
6284         (find-gc-subrs-called): Vars renamed and defvar'd.
6286         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6287         (checkdoc-overlay-put, checkdoc-delete-overlay)
6288         (checkdoc-overlay-start, checkdoc-overlay-end)
6289         (checkdoc-mode-line-update, checkdoc-char=):
6290         Define such that compiler knows they are defined.
6291         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6292         (checkdoc-read-event): Delete.  Use read-event directly.
6294         * whitespace.el (whitespace-make-overlay)
6295         (whitespace-overlay-put, whitespace-delete-overlay)
6296         (whitespace-overlay-start, whitespace-overlay-end):
6297         Define such that compiler knows they are defined.
6298         (whitespace): Move conditional inside.
6300         * tempo.el (tempo-insert-template): Suppress warning.
6302         * ediff-diff.el (longlines-mode): Add defvar.
6304 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6306         * server.el: Bind "C-x #" in a way that works even if C-x is
6307         redefined to a command key, not a prefix key.
6309 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6311         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6312         cl-make-type-test till execution time.
6314 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6316         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6317         arg ARG and use it.
6319 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6321         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6323 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6325         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6326         a defcustom with two :set or :type keywords.
6328 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6331         Don't give ^M comment-end syntax.
6333 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6335         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6336         Don't consider gdbmi (gdb-mi.el has its own update functions).
6337         (gdb-var-delete): Make it work for gdbmi as well.
6338         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6340         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6341         (gud-speedbar-menu-items): Correct logic for enabling items.
6343 2005-07-15  Kim F. Storm  <storm@cua.dk>
6345         * ido.el: Fix commentary.
6346         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6347         Use with-no-warnings around ffap-guesser.
6348         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6349         Let bind minibuffer-completing-file-name to t.
6351 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6353         * startup.el (site-run-file, keyboard-type): Doc fixes.
6354         (command-line): Check for "--basic-display" argument; also for
6355         "--quick", not "--bare-bones" (which was renamed).
6356         (fancy-splash-text): Add missing item "Getting New Versions".
6357         (normal-splash-screen): Fix typos and improve consistency with
6358         `fancy-splash-text'.  Update copyright year.
6360         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6361         valid binding for `help-char'.
6363         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6365 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6367         * term.el (term-mode): Disable cua-mode for term buffers.
6369 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6371         * add-log.el (add-log-mailing-address, change-log-merge):
6372         Doc fixes.
6373         (change-log-get-method-definition): Fix typo in docstring.
6375 2005-07-14  Kim F. Storm  <storm@cua.dk>
6377         * emulation/cua-base.el:
6378         (cua--pre-command-handler-1, cua--pre-command-handler)
6379         (cua--post-command-handler-1, cua--post-command-handler):
6380         Split in two.  Check (buffer local) value of cua-mode.
6381         (cua-selection-mode): New command.
6383 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6385         * custom.el (custom-initialize-safe-set)
6386         (custom-initialize-safe-default): Doc fixes.
6388         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6389         and simplify :init-value again.
6391         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6392         and simplify :init-value again.  Delete autoload.
6394         * startup.el (command-line): Use `custom-reevaluate-setting' again
6395         for tooltip-mode.
6397         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6398         a defcustom with two :initialize keywords.
6400 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6402         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6403         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6404         (allout-post-command-business, allout-flag-region)
6405         (isearch-reenable-font-lock, allout-yank)
6406         (allout-insert-latex-header, allout-insert-latex-trailer)
6407         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6408         (allout-latex-verb-quote): Fix typos in docstrings.
6409         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6410         (allout-unprotected, allout-prefix-data):
6411         Improve argument/docstring consistency.
6412         (allout-chart-subtree): Fix argument spec.
6413         (allout-open-topic): Rename `use_sib_bullet' argument to
6414         `use-sib-bullet'.  Doc fix.
6416         * whitespace.el (whitespace-check-buffer-leading)
6417         (whitespace-check-buffer-trailing)
6418         (whitespace-check-buffer-indent)
6419         (whitespace-check-buffer-spacetab)
6420         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6421         (whitespace-check-leading-whitespace)
6422         (whitespace-check-trailing-whitespace)
6423         (whitespace-check-spacetab-whitespace)
6424         (whitespace-check-indent-whitespace)
6425         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6426         (whitespace-modes): Fix typos in docstrings.
6427         (defgroup, defcustom): Doc fixes.
6429         * winner.el (winner-mode, winner-boring-buffers)
6430         (winner-pending-undo-ring): Doc fixes.
6431         (winner-ring): Remove unneeded `progn'.
6432         (winner-equal): `defsubst' it.
6433         (winner-redo): Fix message.
6435 2005-07-13  Kim F. Storm  <storm@cua.dk>
6437         * simple.el (line-move-1): Always use vertical-motion to
6438         do the last (or only) line move to ensure some movement.
6439         Undo 2005-06-23 change--don't check for overlays.
6441 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6443         * term/mac-win.el (ccl-encode-mac-roman-font)
6444         (ccl-encode-mac-centraleurroman-font)
6445         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6446         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6447         Change charset-id boundary of dimension to ?\xef.
6448         (mac-char-fontspec-list): New constant.
6449         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6450         argument.  Nil uses itself as family in font-spec.  Previous
6451         behavior for nil is now provided by non-nil non-string argument.
6452         All callers changed.  Add font-specs for Mac fonts to
6453         "fontset-default" unless iso8859-1 fonts are installed.
6455 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6458         a continuation line if the \ is preceded by SPC or TAB.
6459         (sh-get-indent-info): Simplify.
6460         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6461         Use with-current-buffer.
6463         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6464         when the matched text is empty.
6466 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6468         * startup.el (command-line): Revert to previous handling of
6469         tooltip-mode.  Explain in comment why the complexity is needed.
6471         * tooltip.el (tooltip-mode): Revert to previous implementation of
6472         its defcustom.
6474         * frame.el (blink-cursor-mode): Revert to previous implementation
6475         of its defcustom.  Update comment.
6477 2005-07-12  Lars Hansen  <larsh@soem.dk>
6479         * desktop.el: Update e-mail address.
6481 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6483         * term/mac-win.el (mac-services-mail-selection)
6484         (mac-services-mail-to): New functions.
6485         (mac-application-menu-map): Bind them.
6487 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6489         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6491 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6493         * custom.el (custom-reevaluate-setting): Doc fix.
6495 2005-07-11  Jay Belanger  <belanger@truman.edu>
6497         * calc/calc.el (calc-embedded-announce-formula-alist)
6498         (calc-embedded-open-close-plain-alist)
6499         (calc-embedded-open-close-mode-alist): Add checks for additional
6500         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6502 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6504         * custom.el (custom-enable-theme): Don't add theme to
6505         `custom-enabled-themes' with `push' because there is no
6506         setf-method for `delq'.
6508 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6510         * custom.el (custom-declare-variable): Doc fix.
6512         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6513         from the alists.
6515         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6516         Do nothing if edebug-active.
6518         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6519         (edebug-display): Do it here instead.
6521 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6523         * cus-face.el (custom-theme-set-faces): Make it work.
6524         (custom-reset-faces): Doc fix.
6525         (custom-theme-reset-internal-face, custom-theme-face-value):
6526         Functions deleted.
6528         * custom.el (custom-push-theme): Maintain list of the settings
6529         of a given theme in its theme-settings property.
6530         Maintain position of old settings in the theme-value
6531         or theme-face property.
6532         (custom-enabled-themes): New variable.
6533         (custom-theme-enabled-p): New function.
6534         (provide-theme): Update custom-enabled-themes.
6535         Disable and reenable the `user' theme.
6536         (require-theme): Doc fix.
6537         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6538         (custom-theme-value, custom-theme-variable-value): Likewise.
6539         (custom-theme-reset-internal): Likewise.
6540         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6541         (custom-enable-theme, custom-disable-theme): New functions.
6542         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6543         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6544         (custom-theme-reset-variables): Simplify.
6545         (deftheme, custom-declare-theme, custom-make-theme-feature):
6546         Definitions moved.
6548 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6550         * longlines.el (longlines-show-region)
6551         (longlines-unshow-hard-newlines): Recognize hard newlines by
6552         non-nil hard property, instead of t.
6554 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6556         * viper-cmd.el (viper--key-maps): New variable.
6557         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6558         emulation-mode-map-alists.
6559         (viper-envelop-ESC-key): Use viper-subseq.
6560         (viper-search-forward/backward/next): Disable debug-on-error.
6562         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6563         (viper-ESC-key): New defcustoms.
6565         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6567         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6568         (viper-subseq): Copy of subseq from cl.el.
6570         * viper.el (viper-go-away, viper-set-hooks): Use
6571         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6573         * viper-mous.el (viper-current-frame-saved): Use defvar.
6575         * viper-init.el: Get rid of -face in face names.
6577         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6578         Make it work with longlines mode
6580         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6582         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6584         * ediff-init.el: Get rid of -face in face names.
6586 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6588         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6589         and with-timeout-unsuspend.
6591         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6592         and with-timeout-unsuspend.
6594         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6595         (with-timeout): Bind that variable to record timers.
6596         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6598         * emacs-lisp/debug.el (debug-help-follow): New function.
6599         (debugger-mode-map): Use that instead of help-follow.
6600         (debugger-setup-buffer): Use eval-buffer-list
6601         to handle eval-buffer frames.
6603 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6605         * timezone.el (timezone-parse-date): Change first regexp
6606         so it will not mistakenly match dates with no time zone.
6608 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6610         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6612 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6614         * custom.el (custom-initialize-safe-set)
6615         (custom-initialize-safe-default): New functions.
6617         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6618         and simplify :init-value.
6620         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6621         and simplify :init-value.  Delete obsolete comment.
6623         * startup.el (command-line): Use `custom-reevaluate-setting' to
6624         handle `tooltip-mode'.  Delete obsolete comment.
6626         * files.el (set-visited-file-name): Avoid calling
6627         `file-name-nondirectory' with a nil argument.
6629 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6631         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6632         was called with nil for the buffer, handle the read position right.
6633         Handle read position for eval-region, too.
6635 2005-07-09  Juri Linkov  <juri@jurta.org>
6637         * fringe.el (fringe-mode): Add period in docstring.
6638         (fringe-query-style): Build prompt depending on `all-frames' arg.
6640         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6641         to not create links to unrelated functions in the Help buffer.
6643         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6644         Doc fix.
6646         * simple.el (next-error-hook): New variable.
6647         (next-error): Use it.  Doc fix.
6649         * textmodes/ispell.el (ispell-command-loop): Add current
6650         dictionary name and program name to mode-line-format.
6651         (ispell-region, ispell-process-line): Add current dictionary name
6652         and program name to messages.
6654 2005-07-08  Jay Belanger  <belanger@truman.edu>
6656         * calc/calc.el (calc-embedded-announce-formula-alist)
6657         (calc-embedded-open-close-formula-alist)
6658         (calc-embedded-open-close-word-alist)
6659         (calc-embedded-open-close-plain-alist)
6660         (calc-embedded-open-close-new-formula-alist)
6661         (calc-embedded-open-close-mode-alist)
6662         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6663         (calc-embedded-mode-hook): New variables.
6665         * calc/calc-embed.el (calc-embedded-firsttime)
6666         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6667         New variables.
6668         (calc-do-embedded): Use calc-embedded-firsttime,
6669         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6670         determine whether or not to run hooks.
6671         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6672         calc-embedded-firsttime-formula appropriately.
6673         Set calc-embedded delimiter variables according to mode.
6675 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6677         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6678         Check for "emacs", etc., as entire symbol, not just as word.
6679         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6681         * files.el (set-visited-file-name): Report the error
6682         for "empty filename" earlier.
6683         (kill-some-buffers): Ignore buffers already dead.
6685         * fringe.el (fringe-mode): Doc fix.
6687         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6688         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6689         Use unwind-protect to ensure byte-compile-unresolved-functions
6690         is updated.
6692         * whitespace.el (whitespace-buffer-leading-cleanup):
6693         Simplify w/ skip-chars-forward.
6694         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6696         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6697         Unconditionally try to leave point at the same old place.
6699 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6701         * comint.el (comint-postoutput-scroll-to-bottom)
6702         (comint-show-maximum-output): Take scroll-margin into consideration.
6704 2005-07-08  Kim F. Storm  <storm@cua.dk>
6706         * ido.el (ido-use-filename-at-point): New choice `guess'.
6707         (ido-file-internal): Try ffap-guesser if selected.
6709         * ido.el (ido-before-fallback-functions): New hook.
6710         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6711         (ido-read-file-name): Run it.
6713 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6716         strings rather than a list of symbols to the completion function.
6718 2005-07-07  Jay Belanger  <belanger@truman.edu>
6720         * calc/calc-units.el (math-apply-units): Change the places in
6721         which units are simplified.
6723 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6725         * cus-edit.el (customize-option, customize-option-other-window):
6726         Make them handle aliases.
6728         * custom.el (custom-variable-p): Make it recursively follow
6729         aliases.  Mention that in the docstring.
6731 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6733         * cus-start.el (exec-path): Use `directory' instead of `file'.
6734         Fix tag for nil.
6736 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6738         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6739         when called non-interactively.  Doc fix.
6741 2005-07-07  Lute Kamstra  <lute@gnu.org>
6743         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6744         new address as well.
6746 2005-07-07  Kenichi Handa  <handa@m17n.org>
6748         * international/mule.el (make-coding-system):
6749         Describe `ascii-incompatible' property in the docstring.
6750         (set-file-name-coding-system): Signal an error if coding-system is
6751         ascii-incompatible.
6752         (set-keyboard-coding-system): Likewise.
6754         * international/mule-cmds.el (set-default-coding-systems):
6755         Don't set default-file-name-coding-system and
6756         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6758         * international/utf-16.el: Declare that all UTF-16-based coding
6759         systems are ASCII-incompatible.
6761 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6763         * progmodes/gud.el: Require font-lock for displaying errors.
6764         Used by gdb-ui.el.
6766 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6768         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6769         values for the pattern lists which are `read'able but not
6770         `append'able (like symbols).
6772 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6774         * progmodes/flymake.el (flymake-float-time): Instead of
6775         with-no-warnings, test for xemacs.
6776         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6777         to avoid warning.
6779 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6781         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6783 2005-07-05  Lute Kamstra  <lute@gnu.org>
6785         * battery.el: Add support for Darwin (with much debugging help
6786         from Samuel Lauber <sam124@operamail.com>).
6787         (battery-status-function, battery-echo-area-format)
6788         (battery-mode-line-format): Add support for pmset on Darwin.
6789         (battery-load-low, battery-load-critical): New user options.
6790         (battery-pmset): New function.
6792 2005-07-05  Lute Kamstra  <lute@gnu.org>
6794         Update FSF's address in GPL notices.
6796         * textmodes/page-ext.el: Update FSF's address.
6798 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6801         filling from using prefix when filling a single-line docstring.
6803         * progmodes/flymake.el: Remove useless eval-when-compile.
6805         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6807 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6809         * textmodes/org.el (org-file-apps-defaults-gnu):
6810         Rename from org-file-apps-defaults-linux.
6811         (org-default-apps): Don't test system-type for `linux'.
6812         (org-file-apps): Doc fix.
6814 2005-07-04  David Ponce  <david@dponce.com>
6816         * tree-widget.el: Improve header Commentary section.
6817         (tree-widget) [defgroup]
6818         (tree-widget-image-enable, tree-widget-themes-directory)
6819         (tree-widget-theme, tree-widget-image-properties-emacs)
6820         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6821         (tree-widget-image-formats, tree-widget-control)
6822         (tree-widget-empty-control, tree-widget-leaf-control
6823         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6824         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6825         (tree-widget-keep, tree-widget-after-toggle-functions)
6826         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6827         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6828         :help-echo message.
6829         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6830         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6831         (tree-widget--cursors): New constant.
6832         (tree-widget-lookup-image): New function split from
6833         `tree-widget-find-image'.  Clearer implementation.
6834         (tree-widget-find-image): Use it.
6835         (tree-widget-button-keymap): Use `set-keymap-parent'.
6836         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6837         Define the sub-widgets here.
6838         (tree-widget-node): Check that :node is not a tree-widget.
6839         (tree-widget-get-super, tree-widget-open-control)
6840         (tree-widget-close-control, tree-widget-empty-control)
6841         (tree-widget-leaf-control, tree-widget-guide)
6842         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6843         (tree-widget-no-handle, tree-widget-value-delete)
6844         (tree-widget-map): Remove.
6845         (tree-widget-children-value-save): Doc fix.  Simplified.
6846         (tree-widget-value-create): Update according to previous changes.
6848 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6850         * textmodes/org.el: Leading space replaced by TABS.
6851         (org-recalc-marks, org-table-rotate-recalc-marks)
6852         (org-table-get-specials): Treat "^" and "_" marks.
6853         (org-table-justify-field-maybe): Optional argument NEW.
6854         (org-table-eval-formula): Parsing of the format simplified.
6855         New modes C,I.  Honor the %= parameter in the current table.
6856         Avoid unnecessary re-align by using the NEW argument to
6857         `org-table-justify-field-maybe'.
6858         (org-calc-default-modes): Default for date-format mimicks org-mode.
6859         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6861 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6863         * cus-face.el (custom-theme-set-faces): Make it handle face
6864         aliases whose alias declarations are pre- or autoloaded.
6866 2005-07-04  Juri Linkov  <juri@jurta.org>
6868         * faces.el (read-face-name): Put the code for getting a face name
6869         from the buffer before adding the faces from the `face' property.
6870         Use `completing-read-multiple' instead of `completing-read'.
6871         Require `crm'.  Add default value and post-process the returned
6872         list of faces.
6874         * emacs-lisp/crm.el (crm-find-current-element)
6875         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6877         * emacs-lisp/lisp-mode.el (eval-defun-1):
6878         * emacs-lisp/edebug.el (edebug-eval-defun):
6879         Remove unnecessary quotes.
6881 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6883         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6884         (prolog-indent-level): Fix typo in docstring.
6886         * info.el (Info-history, Info-history-forward)
6887         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6889         * add-log.el (add-change-log-entry):
6890         * comint.el (comint-dynamic-list-input-ring)
6891         (comint-dynamic-list-completions):
6892         * dabbrev.el (dabbrev-expand):
6893         * delim-col.el (delimit-columns-rectangle-line):
6894         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6895         (diff-unified->context):
6896         * ediff-init.el (ediff-abbrev-jobname):
6897         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6898         (ediff-replace-session-activity-marker-in-meta-buffer):
6899         * info.el (Info-summary):
6900         * lpr.el (printify-region):
6901         * printing.el (pr-create-interface):
6902         * ps-print.el (ps-print-quote):
6903         * ses.el (ses-column-widths, ses-print-cell)
6904         (ses-adjust-print-width, ses-center):
6905         * shell.el (shell-file-name-quote-list):
6906         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6907         (strokes-fill-current-buffer-with-whitespace)
6908         (strokes-xpm-for-stroke, strokes-list-strokes)
6909         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6910         * term.el (term-dynamic-list-input-ring)
6911         (term-dynamic-list-completions):
6912         * calc/calc.el (math-format-stack-value):
6913         * emacs-lisp/edebug.el (edebug-display-freq-count):
6914         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6915         (delphi-new-comment-line):
6916         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6917         * progmodes/executable.el (executable-set-magic):
6918         * progmodes/python.el (inferior-python-mode):
6919         * progmodes/scheme.el (scheme-mode-syntax-table):
6920         * progmodes/sh-script.el (sh-maybe-here-document):
6921         * progmodes/sql.el (sql-copy-column):
6922         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6923         * textmodes/bibtex.el (bibtex-mode):
6924         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6925         (sgml-auto-attributes):
6926         * textmodes/table.el (table-insert, table-shorten-cell)
6927         (table--generate-source-scan-lines, table-delete-row)
6928         (*table--cell-delete-char, table--spacify-frame)
6929         (table--horizontally-shift-above-and-below)
6930         (table--cell-insert-char, table--cell-blank-str)
6931         (table--fill-region-strictly):
6932         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6933         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6935         * add-log.el (change-log):
6936         * apropos.el (apropos):
6937         * comint.el (comint-completion, comint-source):
6938         * dabbrev.el (dabbrev):
6939         * delim-col.el (columns):
6940         * diff-mode.el (diff-mode):
6941         * ediff.el (ediff):
6942         * ediff-diff.el (ediff-diff):
6943         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6944         * ediff-mult.el (ediff-mult):
6945         * ediff-ptch.el (ediff-ptch):
6946         * ediff-wind.el (ediff-window):
6947         * facemenu.el (facemenu):
6948         * indent.el (indent):
6949         * info.el (info):
6950         * jka-cmpr-hook.el (compression, jka-compr):
6951         * lpr.el (lpr):
6952         * outline.el (outlines):
6953         * pcmpl-cvs.el (pcmpl-cvs):
6954         * pcmpl-rpm.el (pcmpl-rpm):
6955         * printing.el (printing):
6956         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6957         (ps-print-vertical, ps-print-headers, ps-print-font)
6958         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6959         (ps-print-background, ps-print-printer, ps-print-page)
6960         (ps-print-miscellany):
6961         * ses.el (ses):
6962         * shell.el (shell, shell-directories, shell-faces):
6963         * startup.el (initialization):
6964         * strokes.el (strokes):
6965         * term.el (term):
6966         * uniquify.el (uniquify):
6967         * w32-vars.el (w32):
6968         * calc/calc.el (calc):
6969         * emacs-lisp/bytecomp.el (bytecomp):
6970         * emacs-lisp/cl-indent.el (lisp-indent):
6971         * emacs-lisp/edebug.el (edebug):
6972         * emacs-lisp/elp.el (elp):
6973         * emacs-lisp/testcover.el (testcover):
6974         * emacs-lisp/trace.el (trace):
6975         * emulation/viper-ex.el (viper-ex):
6976         * emulation/viper-mous.el (viper-mouse):
6977         * mail/mailalias.el (mailalias):
6978         * mail/supercite.el (supercite, supercite-frames)
6979         (supercite-attr, supercite-cite, supercite-hooks):
6980         * net/rcompile.el (remote-compile):
6981         * net/rlogin.el (rlogin):
6982         * obsolete/ooutline.el (outlines):
6983         * progmodes/delphi.el (delphi):
6984         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6985         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6986         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6987         (ebnf-optimization):
6988         * progmodes/etags.el (etags):
6989         * progmodes/executable.el (executable):
6990         * progmodes/idlwave.el (idlwave):
6991         * progmodes/pascal.el (pascal):
6992         * progmodes/prolog.el (prolog):
6993         * progmodes/python.el (python):
6994         * progmodes/scheme.el (scheme):
6995         * progmodes/sh-script.el (sh, sh-script):
6996         * progmodes/sql.el (SQL):
6997         * progmodes/tcl.el (tcl):
6998         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6999         * textmodes/enriched.el (enriched):
7000         * textmodes/makeinfo.el (makeinfo):
7001         * textmodes/sgml-mode.el (sgml):
7002         * textmodes/table.el (table-hooks):
7003         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7004         * textmodes/texinfo.el (texinfo):
7005         * textmodes/two-column.el (two-column):
7006         Finish `defgroup' description with period.
7008         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7009         * eshell/esh-var.el (eshell-var):
7010         * progmodes/vhdl-mode.el (vhdl-testbench):
7011         * textmodes/org.el (org): Fix typos in docstrings.
7013         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7014         consistency.
7016         * progmodes/flymake.el (flymake-find-file): Remove.
7017         (flymake-float-time): Use `with-no-warnings'.
7018         (flymake-check-start-time, flymake-check-was-interrupted)
7019         (flymake-err-info, flymake-is-running, flymake-last-change-time)
7020         (flymake-new-err-info): `defvar' at compile time.
7022 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
7024         * replace.el (occur-hook): Doc fix.
7025         (occur-1): Don't call `occur-hook' if there are no matches.
7027 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7029         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7030         global-map, save the same map.
7031         (global-map): Don't alter it at top level.
7032         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7033         Then alter it here instead.
7034         (tpu-edt-off): Set global-map to the saved one.
7036         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7037         All references simplified.
7038         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7039         (zmacs-regions): Add defvar.
7040         (repeat-complex-command-map): Everything about that deleted.
7042         * textmodes/artist.el (artist-key-is-drawing)
7043         (artist-key-endpoint1, artist-key-poly-point-list)
7044         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7045         (artist-key-compl-table, artist-rb-save-data)
7046         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7047         Don't put them in eval-when-compile.
7048         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7050         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7051         Use with-no-warnings.
7053         * net/browse-url.el (dos-windows-version): Add defvar.
7055         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7057         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7058         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7059         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7060         Add defvar.
7061         (rmail-summary-beginning-of-message): Use with-no-warnings.
7062         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7064         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7065         Use with-no-warnings.
7067         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7068         (c-mark-function): Add point-moving-unit property.
7069         (vi-goto-line): Use with-no-warnings.
7071         * emulation/edt.el (edt-last-copied-word): Add defvar.
7072         (zmacs-region-stays): Likewise.
7073         (edt-mark-section-wisely): Use c-mark-function for C.
7074         Use makr-defun for Fortran.
7075         (time-string): defvar deleted.
7076         (edt-display-the-time): Don't set time-string.
7078         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7080         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7081         Don't warn when name is not constant
7082         or for defining the group `emacs'.
7084         * tooltip.el (gud-tooltip-mode): Add defvar.
7086         * startup.el (default-frame-background-mode): Add defvar.
7088         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7090         * info.el (tool-bar-map): Add defvar.
7092         * dired.el (dnd-protocol-alist): Add defvar.
7094         * dired-aux.el (dired-query): Display question with answer, when
7095         the user answers.
7097         * custom.el (custom-add-option): Doc fix.
7099         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7101 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7103         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7104         bogus name from the last change.
7106 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7108         * custom.el (custom-declare-variable): Fix typos in comment.
7109         (custom-known-themes): Doc fix.
7110         (custom-theme-directory): New defcustom.
7111         (require-theme): Make it check `custom-theme-directory'.
7113         * cus-theme.el (custom-new-theme-mode): New function.
7114         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7115         (custom-theme-description): Add compiler defvars.
7116         (customize-create-theme): Add doc to the "*New Custom Theme*"
7117         buffer.  Use `custom-new-theme-mode'.
7118         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7119         and save it to the `custom-theme-directory'.  Make this the
7120         default directory of the buffer.
7122 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7124         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7125         Fix unbalanced parentheses.
7127 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7130         into flymake-mode and delegate to flymake-mode.
7132         * find-file.el (ff-which-function-are-we-in): Clean up.
7134 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7136         * replace.el (occur-rename-buffer): Fix docstring.
7138         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7139         (edt-last-copied-word, edt-learn-macro-count)
7140         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7141         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7142         (time-string, zmacs-region-stays):
7143         * emulation/edt-mapper.el (edt-save-function-key-map)
7144         (EDT-key-name): `defvar' to silence the byte-compiler.
7146 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7148         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7149         font-lock-regexp-backslash.  Doc fix.
7150         (font-lock-regexp-backslash-grouping-construct): Rename from
7151         font-lock-regexp-backslash-construct.  Doc fix.
7152         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7153         grouping constructs.
7155 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7157         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7158         updating all the prerequisites.
7160 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7162         * textmodes/org.el (org-agenda-start-on-weekday)
7163         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7164         (org-agenda-use-time-grid, org-archive-location)
7165         (org-allow-space-in-links, org-usenet-links-prefer-google)
7166         (org-enable-table-editor, org-export-default-language)
7167         (org-export-html-show-new-buffer, org-fill-paragraph)
7168         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7169         (org-goto-quit, org-occur, org-eval-in-calendar)
7170         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7171         (org-agenda-diary-entry, org-remember-help)
7172         (org-table-convert-region, org-at-table-p)
7173         (org-table-move-row-down, org-table-move-row-up)
7174         (org-table-copy-region, org-table-toggle-vline-visibility)
7175         (org-table-get-stored-formulas, org-table-get-specials)
7176         (org-recalc-commands, org-table-eval-formula)
7177         (org-table-formula-substitute-names, orgtbl-make-binding)
7178         (org-format-org-table-html, org-format-table-table-html)
7179         (org-format-table-table-html-using-table-generate-source)
7180         (org-customize): Fix typos in docstrings.
7181         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7182         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7183         (org-back-to-heading): Doc fixes.
7184         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7185         (org-agenda-change-all-lines, org-get-header):
7186         Improve argument/docstring consistency.
7187         (orgtbl-error): Fix error message.
7189         * progmodes/flymake.el (flymake-find-possible-master-files)
7190         (flymake-master-file-compare, flymake-get-line-err-count)
7191         (flymake-highlight-line, flymake-gui-warnings-enabled):
7192         Fix typos in docstrings.
7193         (flymake-parse-line, flymake-get-project-include-dirs-function)
7194         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7195         Doc fixes.
7196         (flymake-get-project-include-dirs-function)
7197         (flymake-make-err-menu-data):
7198         Improve argument/docstring consistency.
7200 2005-07-01  Lute Kamstra  <lute@gnu.org>
7202         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7203         Catch errors with ignore-errors.  Use temporary buffer.
7204         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7206         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7207         background color faces.
7208         (facemenu-set-foreground, facemenu-set-background):
7209         Use facemenu-set-face-from-menu.
7210         (facemenu-set-face-from-menu): Treat face names that start with
7211         "fg:" or "bg:" as special.
7212         (facemenu-add-new-color): Don't create faces.  Simplify.
7214 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7216         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7217         (crm-find-current-element): Likewise.
7219 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7221         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7223 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7225         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7226         (archive-mouse-extract): Make it an obsolete alias.
7227         (archive-mode-map): Don't use archive-mouse-extract any more.
7228         (archive-mode, archive-extract): write-contents-hooks ->
7229         write-contents-functions.
7230         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7231         first arg.
7232         (archive-rename-entry): Update the call.
7233         (archive-zip-summarize): Remove unused var `method'.
7234         (archive-lzh-summarize): Remove unused var `creator'.
7236         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7237         dedicated frame upon exit.
7239         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7240         (archive-zip-extract, archive-zip-expunge)
7241         (archive-zip-update, archive-zip-update-case): Use executable-find.
7242         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7243         Use restore-buffer-modified-p.
7244         (archive-extract, archive-add-new-member, archive-write-file-member):
7245         Use with-current-buffer.
7246         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7248 2005-06-30  Andreas Schwab  <schwab@suse.de>
7250         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7252 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7254         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7256 2005-06-30  Juri Linkov  <juri@jurta.org>
7258         * faces.el (vertical-border): Inherit from mode-line-inactive
7259         only on tty.
7261 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7263         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7264         example, -NLINES in the `occur' docstring).
7266         * replace.el (occur-1): When no matches are found, do not set the
7267         `buffer-read-only' and modified flags for the occur buffer,
7268         because it is deleted.
7270         * emulation/cua-base.el (cua-check-pending-input)
7271         (cua-repeat-replace-region, cua-mode, cua-debug)
7272         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7273         Fix typos in docstrings.
7275         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7276         (cua-cut-region-to-global-mark)
7277         (cua--cut-rectangle-to-global-mark):
7278         Remove period from end of messages.
7280         * emulation/cua-rect.el (cua-do-rectangle-padding):
7281         Remove period from end of messages.
7282         (cua--rectangle-seq-format): Fix typo in docstring.
7283         (cua-sequence-rectangle, cua-fill-char-rectangle):
7284         Improve argument/docstring consistency.
7286 2005-06-29  Juri Linkov  <juri@jurta.org>
7288         * faces.el (default-frame-background-mode): New internal variable.
7289         (frame-set-background-mode): Use it.
7291         * startup.el (normal-top-level): Set default-frame-background-mode
7292         instead of frame-background-mode.  Before setting it, test for its
7293         nil value.  Remove tests for frame-background-mode and frame
7294         parameter `reverse'.  Add test for "unspecified-fg".
7296         * term/xterm.el (xterm-rxvt-set-background-mode):
7297         * term/rxvt.el (rxvt-set-background-mode):
7298         Set default-frame-background-mode instead of frame-background-mode.
7300 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7302         * simple.el (set-variable): Warn about obsolete user variables.
7304         * imenu.el (imenu--completion-buffer):
7305         * mouse.el (mouse-buffer-menu-alist):
7306         * msb.el (msb-invisible-buffer-p):
7307         * calendar/diary-lib.el (diary-header-line-format):
7308         * emacs-lisp/pp.el (pp-buffer):
7309         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7310         * textmodes/picture.el (picture-replace-match):
7311         Change space constants followed by a sexp to "?\s ".
7313         * play/decipher.el (decipher-loop-with-breaks):
7314         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7315         constants "protected" from end of line by a comment to "?\s".
7317 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7319         * font-lock.el (save-buffer-state): Use `declare'.
7321         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7322         reset the syntax-table to cperl-mode-syntax-table.
7323         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7324         "foo_print_bar" is not matched as a reserved keyword.
7326 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7328         * textmodes/org.el (orgtbl-setup): New function, for delayed
7329         setup for the orgtbl commands.
7330         (org-calc-default-modes): New option.
7331         (orgtbl-make-binding): Use `defun' to get better help display.
7332         (org-diary): Call `org-compile-prefix-format'.
7333         (org-table-formula-substitute-names): New function.
7334         (org-agenda-day-view, org-agenda-week-view): New commands.
7335         (org-agenda-toggle-week-view): Command removed.
7336         (org-tbl-menu): Split off from org-org-menu.
7337         (org-mode): Move removal of outline-mode menus to here.
7338         (org-table-formula-debug): New option.
7339         (org-table-insert-row): Keep first field if just "#" or "*".
7340         (org-mode): Paragraph regexps fixed.
7341         (org-table-recalculate-regexp): New constant.
7342         (org-table-justify-field-maybe): Avoid replace if not necessary.
7343         (org-copy-special, org-cut-special): Use `call-interactively'.
7344         (org-table-copy-region): Take region from `interactive' call.
7345         (org-trim): Return string even if no match.
7346         (org-formula): New face.
7347         (org-set-font-lock-defaults): No longer highlight "FIXME".
7348         But highlight formula-related fields in table.
7349         (org-table-p): Use regexp, not fontification.
7350         (org-table-align): Handle white space at end of line.
7351         (org-table-formula-evaluate-inline): New option.
7352         (org-mode): Auto-wrapping in comment lines turned off.
7353         (org-table-copy-down): Evaluate only in copied field, not in
7354         destination.
7355         (org-table-current-formula): Variable removed.
7356         (org-table-store-formulas, org-table-get-stored-formulas)
7357         (org-table-modify-formulas, org-table-replace-in-formulas)
7358         (org-table-maybe-eval-formula): New functions.
7359         (org-table-get-formula): Modify to use stored formulas.
7360         (org-table-insert-column, org-table-delete-column)
7361         (org-table-move-column): Call `org-table-modify-formulas'.
7362         (org-complete): Add completion for keyword formulas.
7363         (orgtbl-mode): Pull orgtbl-mode-map to start of
7364         minor-mode-map-alist.
7366 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7368         * progmodes/python.el (python-check): Require `compile' before
7369         modifying its variables.
7371         * newcomment.el (comment-indent-default): Don't get fooled by an early
7372         end of buffer.
7374 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7376         * ps-print.el (ps-print-version): Fix version number.
7378 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7380         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7382 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7384         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7385         (flyspell-local-mouse-map): Declaration deleted.
7386         (flyspell-mouse-map): Bind only mouse-2.
7387         (flyspell-mode-map): Don't test flyspell-use-local-map.
7388         (flyspell-overlay-keymap-property-name): Var deleted.
7389         (flyspell-mode-on): Don't make local bindings for
7390         flyspell-mouse-map and flyspell-mode-map.
7391         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7393         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7395         * progmodes/compile.el (compilation-next-error-function):
7396         Don't switch buffers; operate on the current buffer.
7398         * progmodes/compile.el (compilation-error-file-name)
7399         (compilation-warning-file-name, compilation-info-file-name)
7400         (compilation-line-number, compilation-column-number): New faces.
7401         (compilation-error-face, compilation-warning-face)
7402         (compilation-info-face, compilation-line-face)
7403         (compilation-column-face): Use them.
7405         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7407         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7409         * bindings.el (global-map): Bind insertchar and its variants.
7411 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7413         * textmodes/artist.el (artist-text-overwrite)
7414         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7416 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7418         * ps-print.el: It was not working the page selection for printing.
7419         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7420         (ps-print-version): New version 6.6.7.
7421         (ps-end-sheet): New fun.
7422         (ps-header-sheet, ps-end-job): Call it.
7424 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7426         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7428 2005-06-27  Lute Kamstra  <lute@gnu.org>
7430         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7431         background color faces.
7432         (facemenu-get-face): Delete function.
7433         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7434         (facemenu-add-new-color): Make second argument mandatory.
7435         Create the appropriate face and return it.  Simplify.
7436         (facemenu-set-foreground, facemenu-set-background): Don't check if
7437         color is defined.  Use return value of facemenu-add-new-color.
7439 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7441         * progmodes/gud.el (gud-filter): Add missing argument to
7442         with-selected-window.
7444 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7447         a :require to the defcustom.
7449         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7450         defcustoms corresponding to minor modes.
7452 2005-06-26  David Ponce  <david@dponce.com>
7454         * recentf.el: Require tree-widget instead of wid-edit.
7455         (recentf-filename-handler): Fix widget :type.
7456         (recentf-cancel-dialog, recentf-open-more-files)
7457         (recentf-open-files-action): Doc fix.
7458         (recentf-dialog-goto-first): New function.
7459         (recentf-dialog-mode-map): Set parent keymap first.
7460         (recentf-dialog-mode): Define with define-derived-mode.
7461         Don't display continuation lines in dialogs.
7462         (recentf-edit-list): Rename from recentf-edit-selected-items.
7463         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7464         Simplify.
7465         (recentf-edit-list-validate): New function.
7466         (recentf-edit-list): Update accordingly.
7467         (recentf-open-files-item-shift): Remove.
7468         (recentf-open-files-item): Convert menu elements into tree and
7469         link widgets.  Don't create the widgets.
7470         (recentf-open-files): Update accordingly.
7471         (recentf-save-list): Untabify.
7473 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7475         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7476         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7477         partially contained in the active region.  Do not take active
7478         region into account when called from Lisp, unless INTERACTIVE arg
7479         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7480         avoid trouble with fields.  Make marker point nowhere when no
7481         longer used.  Always return nil.  Doc fix.
7482         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7483         into account when called from Lisp, unless INTERACTIVE arg is
7484         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7485         avoid trouble with fields.  Make marker point nowhere when no
7486         longer used.  Always return nil.  Doc fix.
7487         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7488         interchangeable.  Do not take active region into account when
7489         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7490         message in echo area when called from Lisp, unless INTERACTIVE arg
7491         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7492         Return the number of matches.  Doc fix.
7493         (occur): Doc fix.
7494         (perform-replace): Make comment follow double space convention for
7495         the sake of `outline-minor-mode'.
7497         * faces.el (facep): Doc fix.
7499 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7501         * facemenu.el (facemenu-enable-faces-p): New function.
7502         (facemenu-background-menu, facemenu-foreground-menu)
7503         (facemenu-face-menu): Add menu-enable property.
7505         * jka-compr.el (jka-compr-insert-file-contents):
7506         Special handling if cannot find the uncompression program.
7508         * cus-face.el (custom-face-attributes): Add autoload.
7510         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7511         Bind comment-indent-function locally.
7513         * window.el (save-selected-window): Use save-current-buffer.
7515         * subr.el (with-selected-window): Use save-current-buffer.
7517         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7518         and with-current-buffer.
7520 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7522         * simple.el (line-move-1): Fix previous change.
7524 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7526         * replace.el (occur-1): Set `buffer-read-only' and the
7527         buffer-modified flag before running `occur-hook' to protect
7528         against unintentional buffer switches that can lead to data loss.
7530 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7532         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7533         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7534         initial error.
7536         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7537         after fresh input.
7538         (gdb-var-create-handler): Put name of expression in quotes.
7540 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7542         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7543         elements of RING in order, and without bogus nil elements.
7545 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7547         * simple.el (set-variable): Args renamed; doc fix.
7548         (line-move-1): When there are overlays around, use vertical-motion.
7550         * faces.el (escape-glyph): Use brown against light background.
7551         (nobreak-space): Rename from no-break-space.
7552         Fix previous change.
7554         * dired-aux.el (dired-do-copy): Fix arg prompt.
7556         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7558 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7560         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7561         rather than "Distributor".
7563 2005-06-23  Lute Kamstra  <lute@gnu.org>
7565         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7566         (debug-on-entry): Use it.  New interactive declaration that uses
7567         function-called-at-point.
7569 2005-06-23  Kim F. Storm  <storm@cua.dk>
7571         * subr.el (save-match-data): Add comment about using evaporate arg
7572         to set-match-data.
7574 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7576         * cus-edit.el (customize-face)
7577         (customize-face-other-window): Handle face aliases.
7579         * faces.el (face-documentation, set-face-attribute)
7580         (face-spec-set): Handle face aliases.
7582 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7584         * help-mode.el (help-make-xrefs): If a symbol representing a face
7585         name is not followed by the word "face", it could still be a
7586         function or variable name, so don't bypass other checks.
7588 2005-06-22  Juri Linkov  <juri@jurta.org>
7590         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7591         Replace aliased functions with calls where second arg `inherit' is t.
7593 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7595         * progmodes/gdb-ui.el (gdb-error): New variable.
7596         (gdb-error): New function.
7597         (gdb-annotation-rules): Act on error-begin and error annotations.
7598         (gdb-concat-output): Use font-lock-warning-face for errors.
7600 2005-06-22  Miles Bader  <miles@gnu.org>
7602         * bindings.el (propertized-buffer-identification): Use renamed
7603         `Buffer-menu-buffer' face.
7605         * faces.el (vertical-border): Rename from `vertical-divider'.
7606         (escape-glyph): Change dark-background color back to `cyan'.
7608 2005-06-21  Juri Linkov  <juri@jurta.org>
7610         * faces.el (face-user-default-spec): Try getting `customized-face'
7611         prior to `saved-face'.
7612         (frame-background-mode): Refill docstring.
7614         * emacs-lisp/lisp-mode.el (eval-defun-1):
7615         * emacs-lisp/edebug.el (edebug-eval-defun):
7616         Set `saved-face' temporarily to nil before calling form.
7617         Set `customized-face' to the new spec after that.
7619 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7621         * subr.el (1value, lambda, key-substitution-in-progress):
7622         Doc fixes.
7624         * autoinsert.el (auto-insert-alist):
7625         * ses.el (ses-call-printer):
7626         * subr.el (noreturn):
7627         * emacs-lisp/lisp.el (check-parens):
7628         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7629         * net/browse-url.el (browse-url-mosaic):
7630         * progmodes/cc-defs.el (c-safe-scan-lists):
7631         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7632         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7633         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7634         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7635         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7636         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7638 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7640         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7642 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7644         * calendar/appt.el (appt-make-list): Activate the package, if
7645         not already active (for backwards compatibility).
7647 2005-06-20  Kim F. Storm  <storm@cua.dk>
7649         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7651 2005-06-20  Miles Bader  <miles@gnu.org>
7653         * faces.el (vertical-divider): New face.
7655 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7657         * simple.el (kill-whole-line): Doc fix.
7658         (next-error-buffer-p, next-error-find-buffer)
7659         (clone-indirect-buffer): Fix typos in docstrings.
7660         (comment-line-break-function): Doc fix: don't say variable
7661         is automatically buffer-local (it isn't).
7663 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7665         * net/tramp-ftp.el (top):
7666         * net/tramp-smb.el (top):
7667         * net/tramp-util.el (top):
7668         * net/tramp-uu.el (top):
7669         * net/tramp-vc.el (top):
7670         * net/tramp.el (top): Revert copyright years back to original
7671         ones.  Tramp has a life outside GNU Emacs.
7673 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7675         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7677 2005-06-18  Juri Linkov  <juri@jurta.org>
7679         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7680         end of first regexp to limit the match to the position between
7681         line number and source line with same separator character as used
7682         between file name and line number.  In the second regexp limit
7683         mouse-face area to file name and line number by adding new group
7684         for them and referring it in HYPERLINK arg.
7685         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7686         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7687         previous line where grep markers may be already removed.
7689 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7691         * progmodes/ps-mode.el: Update version and maintainer's email address.
7693 2005-06-18  Steve Youngs  <steve@xemacs.org>
7695         * net/browse-url.el (browse-url-browser-function)
7696         (browse-url-default-browser): Add firefox.
7697         (browse-url-firefox-program, browse-url-firefox-arguments)
7698         (browse-url-firefox-startup-arguments)
7699         (browse-url-firefox-new-window-is-tab): New defcustoms.
7700         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7702 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7704         * startup.el (command-line): Warn if specified user name has
7705         no home directory.
7707         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7708         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7710         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7711         Doc fixes.
7713         * faces.el (underline): Try bold if terminal doesn't support underline.
7715         * mail/sendmail.el (mail-setup-with-from): New variable.
7716         (mail-insert-from-field): New function.
7717         (sendmail-send-it): Call it.
7718         (mail-setup): Optionally call it here.
7720         * term/linux.el: Call tty-no-underline.
7722 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7724         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7726 2005-06-17  Miles Bader  <miles@gnu.org>
7728         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7729         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7730         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7731         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7732         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7733         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7734         Remove "-face" suffix from face names.
7735         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7736         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7737         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7738         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7739         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7740         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7741         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7742         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7743         New backward-compatibility aliases for renamed faces.
7744         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7745         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7746         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7747         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7748         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7749         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7750         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7751         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7752         Use renamed ediff faces.
7754         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7755         Remove "-face" suffix from face names.
7756         (eshell-test-ok-face, eshell-test-failed-face):
7757         New backward-compatibility aliases for renamed faces.
7758         (eshell-run-test): Use renamed eshell-test faces.
7760         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7761         face name.
7762         (eshell-prompt-face): New backward-compatibility alias for renamed
7763         face.
7764         (eshell-emit-prompt): Use renamed eshell-prompt face.
7766         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7767         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7768         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7769         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7770         Remove "-face" suffix from face names.
7771         (eshell-ls-directory-face, eshell-ls-symlink-face)
7772         (eshell-ls-executable-face, eshell-ls-readonly-face)
7773         (eshell-ls-unreadable-face, eshell-ls-special-face)
7774         (eshell-ls-missing-face, eshell-ls-archive-face)
7775         (eshell-ls-backup-face, eshell-ls-product-face)
7776         (eshell-ls-clutter-face):
7777         New backward-compatibility aliases for renamed faces.
7778         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7780         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7781         Remove "-face" suffix from face name.
7782         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7783         instead of literal face.
7785 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7787         * emacs-lisp/warnings.el (display-warning, lwarn)
7788         (warning-minimum-log-level): Doc fixes.
7789         (warning-minimum-level, warning-minimum-log-level):
7790         Add :debug to :type choices.
7792         * progmodes/ada-mode.el (ada-format-paramlist)
7793         (ada-get-indent-case, ada-check-matching-start)
7794         (ada-check-defun-name, ada-goto-matching-decl-start)
7795         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7796         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7797         (ada-make-subprogram-body): Follow error conventions.
7798         (ada-case-exception-file, ada-indent-comment-as-code)
7799         (ada-indent-handle-comment-special, ada-indent-renames)
7800         (ada-indent-return, ada-search-directories-internal)
7801         (ada-tab-policy, ada-case-exception-substring)
7802         (ada-other-file-alist, ada-matching-start-re)
7803         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7804         (ada-imenu-generic-expression, ada-compile-goto-error)
7805         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7806         (ada-popup-menu, ada-add-extensions, ada-mode)
7807         (ada-region-selected, ada-create-case-exception)
7808         (ada-create-case-exception-substring, ada-after-keyword-p)
7809         (ada-activate-keys-for-case, ada-adjust-case-region)
7810         (ada-adjust-case-buffer, ada-format-paramlist)
7811         (ada-scan-paramlist, ada-insert-paramlist)
7812         (ada-indent-newline-indent)
7813         (ada-indent-newline-indent-conditional)
7814         (ada-justified-indent-current, ada-goto-previous-word)
7815         (ada-indent-current, ada-get-indent-open-paren)
7816         (ada-get-indent-paramlist, ada-get-indent-end)
7817         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7818         (ada-get-indent-block-start, ada-get-indent-subprog)
7819         (ada-get-indent-noindent, ada-get-indent-label)
7820         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7821         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7822         (ada-goto-stmt-end, ada-goto-next-word)
7823         (ada-check-matching-start, ada-check-defun-name)
7824         (ada-goto-matching-decl-start, ada-goto-matching-start)
7825         (ada-goto-matching-end, ada-search-ignore-string-comment)
7826         (ada-in-decl-p, ada-looking-at-semi-or)
7827         (ada-looking-at-semi-private, ada-in-paramlist-p)
7828         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7829         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7830         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7831         (ada-previous-package, ada-create-menu)
7832         (ada-fill-comment-paragraph-justify)
7833         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7834         (ada-other-file-name, ada-last-which-function-line)
7835         (ada-last-which-function-subprog, ada-which-function)
7836         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7837         (ada-gen-treat-proc, ada-check-emacs-version)
7838         (ada-continuation-indent, ada-align-region-separate):
7839         Fix typos in docstrings.
7840         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7842 2005-06-16  Lute Kamstra  <lute@gnu.org>
7844         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7845         conditionally.
7847 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7849         * comint.el (comint-replace-by-expanded-filename)
7850         (comint-prompt-regexp, comint-delimiter-argument-list)
7851         (comint-preinput-scroll-to-bottom):
7852         * info.el (Info-hide-cookies-node):
7853         * ls-lisp.el (ls-lisp-classify):
7854         * find-file.el (ff-search-directories, ff-special-constructs)
7855         (ff-find-other-file):
7856         * font-lock.el (font-lock-keywords):
7857         * shell.el (shell-prompt-pattern)
7858         (shell-dynamic-complete-functions, shell-mode)
7859         (shell-delimiter-argument-list):
7860         * term.el (term-replace-by-expanded-filename)
7861         (term-prompt-regexp, term-delimiter-argument-list):
7862         * woman.el (woman-ignore, woman0-if):
7863         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7864         * emacs-lisp/elint.el (elint-init-env):
7865         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7866         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7867         * language/ethio-util.el (ethio-tilde-escape)
7868         (ethio-use-three-dot-question):
7869         * net/zone-mode.el (zone-mode-load-time-setup):
7870         * progmodes/cc-align.el (c-lineup-argcont):
7871         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7872         * progmodes/cperl-mode.el (cperl-set-style-back):
7873         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7874         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7875         Fix spellings in docstrings.
7877         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7878         * progmodes/modula2.el (m2-for): Fix spellings.
7880         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7882         * simple.el (undo-more): Don't use `format' on `error' arguments.
7883         Improve argument/docstring consistency.
7884         (pending-undo-list): Doc fix.
7886         * smerge-mode.el (smerge-ensure-match):
7887         * emulation/vip.el (vip-ex):
7888         * net/zone-mode.el (zone-mode-update-serial):
7889         * progmodes/idlwave.el (idlwave-complete):
7890         * progmodes/vhdl-mode.el (vhdl-visit-file)
7891         (vhdl-compose-wire-components):
7892         Don't use `format' on `error' arguments.
7894         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7895         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7896         (tooltip-help-tips): Fix typos in docstrings.
7898 2005-06-16  David Ponce  <david@dponce.com>
7900         * tree-widget.el (tree-widget-value-create): Simplify last change.
7902 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7904         * ido.el (ido-incomplete-regexp): New variable.
7905         (ido-set-matches-1): Handle invalid-regexp error and set
7906         ido-incomplete-regexp.
7907         (ido-incomplete-regexp): New face.
7908         (ido-completions): Use it.
7909         (ido-complete, ido-exit-minibuffer, ido-completions):
7910         Handle incomplete regexps.
7911         (ido-completions): Add check for complete match when entering a regexp.
7913 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7917 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7919         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7920         by field delimiters.
7922 2005-06-15  David Ponce  <david@dponce.com>
7924         * tree-widget.el: eval-and-compile inlined functions so they will
7925         be available at run-time too.
7926         (tree-widget-super-format-handler)
7927         (tree-widget-format-handler): Remove.
7928         (tree-widget-value-create): Handle the :indent property.
7930 2005-06-15  Miles Bader  <miles@gnu.org>
7932         * progmodes/which-func.el (which-func): Only inherit
7933         `font-lock-function-name-face' when that makes sense against the
7934         default mode-line face, otherwise set the face color explicitly.
7936         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7937         faces instead of (non-existent) variables.
7939 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7941         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7942         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7944 2005-06-14  Miles Bader  <miles@gnu.org>
7946         * progmodes/ld-script.el (ld-script-location-counter):
7947         Remove "-face" suffix from face name.
7948         (ld-script-location-counter-face):
7949         New backward-compatibility alias for renamed face.
7950         (ld-script-location-counter-face): Use renamed face.
7952         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7953         (cperl-hash): Remove "-face" suffix from face names.
7954         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7955         New backward-compatibility aliases for renamed faces.
7956         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7957         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7959         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7960         name.
7961         (which-func-face): New backward-compatibility alias for renamed face.
7962         (which-func-format): Use renamed which-func face.
7964         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7965         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7966         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7967         names.
7968         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7969         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7970         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7971         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7972         (vhdl-speedbar-architecture-selected)
7973         (vhdl-speedbar-configuration-selected)
7974         (vhdl-speedbar-package-selected)
7975         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7976         names.
7977         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7978         Use renamed faces.
7979         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7980         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7981         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7982         Use renamed faces.
7983         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7984         names.
7985         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7986         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7987         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7988         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7989         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7990         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7992         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7993         face name.
7994         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7995         (sh-heredoc-face): Use renamed sh-heredoc face.
7997         * progmodes/idlw-help.el (idlwave-help-link):
7998         Remove "-face" suffix from face name.
7999         (idlwave-help-link-face):
8000         New backward-compatibility alias for renamed face.
8001         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8003         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8004         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8005         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8006         New backward-compatibility aliases for renamed faces.
8007         (idlwave-shell-disabled-breakpoint-face)
8008         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8010         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8011         Remove "-face" suffix from face names.
8012         (flymake-errline-face, flymake-warnline-face):
8013         New backward-compatibility aliases for renamed faces.
8014         (flymake-highlight-line): Use renamed flymake faces.
8016         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8017         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8018         (ebrowse-member-class, ebrowse-progress):
8019         Remove "-face" suffix from face names.
8020         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8021         (ebrowse-file-name-face, ebrowse-default-face)
8022         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8023         (ebrowse-progress-face):
8024         New backward-compatibility aliases for renamed faces.
8025         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8026         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8027         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8028         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8030         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8031         antlr-syntax)
8032         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8033         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8034         names.
8035         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8036         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8037         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8038         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8039         backward-compatibility aliases for renamed faces.
8040         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8041         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8042         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8043         remove "font-lock-".  Use renamed antlr-mode faces.
8044         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8045         literal face-names with face variable references.
8047         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8048         face name.
8049         (Buffer-menu-buffer-face): New backward-compatibility alias for
8050         renamed face.
8051         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8053 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8055         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8056         Eliminate "-face" suffix.
8057         (makefile-targets): Inherit from font-lock-function-name-face and
8058         eliminate "-face" suffix.
8059         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8060         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8061         actions, instead of prepending, to make it less visible.
8062         (makefile-previous-dependency, makefile-match-dependency):
8063         Don't match a target on a continuation line.
8065         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8067 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8069         * progmodes/gdb-ui.el (menu): Re-order menu items.
8070         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8072         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8073         Define in tooltip.el.
8074         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8075         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8076         gud-tooltip-echo-area.
8078         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8079         backward compatibility and make obsolete.
8080         (tooltip-help-tips): Use tooltip-use-echo-area.
8081         (tooltip-show-help-function): Rename to...
8082         (tooltip-show-help): ...this, because it is a function.
8083         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8085 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8087         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8088         (edebug-print-length, edebug-print-level, edebug-print-circle)
8089         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8090         (edebug-eval-print-last-sexp): Doc fixes.
8092 2005-06-14  Kim F. Storm  <storm@cua.dk>
8094         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8095         as the coverage buffer/file/both may change.
8097 2005-06-14  Lute Kamstra  <lute@gnu.org>
8099         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8100         and run-mode-hooks.  Simplify.
8102         * mail/rmailedit.el (rmail-edit-mode):
8103         * progmodes/octave-inf.el (inferior-octave-mode):
8104         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8106         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8107         and run-mode-hooks.
8108         (recentf-edit-list, recentf-open-files): Don't call
8109         kill-all-local-variables directly.
8111         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8113 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8115         * emacs-lisp/byte-run.el (make-obsolete)
8116         (define-obsolete-function-alias): Rename arguments FUNCTION and
8117         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8118         (make-obsolete-variable, define-obsolete-variable-alias):
8119         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8120         respectively.
8122         * isearchb.el (isearchb-activate):
8123         * pcvs.el (cvs-mode):
8124         * ses.el (ses-load):
8125         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8126         * net/tramp.el (tramp-find-file-exists-command)
8127         (tramp-find-shell):
8128         * progmodes/ada-mode.el (ada-create-case-exception)
8129         (ada-create-case-exception-substring, ada-make-subprogram-body):
8130         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8131         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8132         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8133         * textmodes/org.el (org-promote, org-evaluate-time-range)
8134         (org-agenda-next-date-line, org-agenda-previous-date-line)
8135         (org-agenda-error, org-open-at-point, org-table-move-row)
8136         (org-format-table-table-html-using-table-generate-source)
8137         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8138         * textmodes/reftex.el (reftex-access-scan-info):
8139         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8140         (reftex-toc-promote-prepare): Follow error conventions.
8142         * diff-mode.el (diff-mode): Fix typo in docstring.
8144         * forms.el (forms--intuit-from-file): Fix reference to
8145         `forms-number-of-fields' in error message.
8146         (forms-print): Fix quoting in error message.
8148         * forms.el (forms-mode):
8149         * emulation/vi.el (vi-goto-insert-state):
8150         * progmodes/flymake.el (flymake-new-err-info)
8151         (flymake-start-syntax-check-for-current-buffer)
8152         (flymake-simple-cleanup):
8153         * eshell/esh-var.el (eshell/export):
8154         * progmodes/gud.el (xdb):
8155         * textmodes/flyspell.el (flyspell-incorrect-hook)
8156         (flyspell-maybe-correct-transposition)
8157         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8159 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8161         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8162         minibuffer prompt.
8164 2005-06-13  Kim F. Storm  <storm@cua.dk>
8166         * subr.el (add-to-ordered-list): New defun.
8168         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8169         add cua--keymap-alist to emulation-mode-map-alists.
8171 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8173         * subr.el (complete-in-turn): New macro.
8174         (dynamic-completion-table, lazy-completion-table): Add debug info.
8176         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8177         in preference to face aliases.
8179         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8180         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8181         Remove unused vars `start' and `firstline'.
8182         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8183         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8185 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8187         * cus-start.el (all): Don't complain about missing GTK-related
8188         variables, unless either `gtk' is boundp or this isn't a
8189         `windows-nt' build.
8191 2005-06-13  Lute Kamstra  <lute@gnu.org>
8193         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8194         run-mode-hooks.
8196         * ediff-mult.el (ediff-meta-mode):
8197         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8199         * ledit.el (ledit-mode): Use delay-mode-hooks.
8201         * woman.el (woman-mode-line-format): Delete constant.
8202         (woman-mode-map): Initialize it properly.
8203         (woman-mode): Set mode-class property to special.
8204         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8205         Set major-mode and mode-name.  Don't set mode-line-format directly.
8206         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8208         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8209         string argument obsolete.
8211 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8213         * textmodes/org.el (org-CUA-compatible): New option.
8214         (org-disputed-keys): New variable.
8215         (org-key): New function.
8216         (orgtbl-make-binding): Add docstring to the created function.
8217         (org-mode): Set paragraph start/separate regexps.
8218         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8219         (org-archive-location, org-archive-mark-done)
8220         (org-archive-stamp-time): New options.
8221         (org-archive-subtree): New command.
8222         (org-fill-paragraph): New function.
8223         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8224         (org-fake-empty-table-line): Function removed.
8225         (org-format-org-table-html): Do not create empty table lines at
8226         separator lines.  Improved table header treatment.
8227         (org-link-format): New option.
8228         (org-make-link): New function.
8229         (org-insert-link, org-store-link): Use org-make-link.
8230         (org-open-file): Quote file name for shell command, to allow
8231         spaces in file names.
8232         (org-link-regexp): Fix bug with mailto link.
8233         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8234         New constants.
8235         (org-export-as-html): Deal with the optional angles around a link.
8236         Better treatment of file: links.
8237         (org-open-at-point): Replace @{ and @} with < and >.
8238         (org-run-mode-hooks): Function removed.
8239         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8241 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8243         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8244         MI command -data-list-register-values.
8245         (gdb-post-prompt): Indent properly.
8247 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8249         * hilit-chg.el (highlight-changes-colors): Rename from
8250         `highlight-changes-colours'.
8251         (highlight-changes-colours): Keep as obsolete alias.
8252         (highlight-changes-face-list): Doc fix.
8253         (hilit-chg-make-list): Use `highlight-changes-colors'.
8255 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8257         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8258         defun-prompt-regexp.
8260 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8262         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8263         and cygwin.
8265         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8266         Don't use an old loaddefs.el, as in Makefile.in.
8268 2005-06-12  Lute Kamstra  <lute@gnu.org>
8270         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8272         * man.el (Man-mode-map): Initialize it properly.
8273         (Man-mode): Set mode-class property to special.
8275         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8277 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8279         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8280         A newline is needed in the docstring there.
8282         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8283         Doc fixes.
8285 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8287         * printing.el: Doc fix.  The menubar is no more changed when printing
8288         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8289         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8290         (pr-version): New version number (6.8.4).
8291         (pr-menu-bind): New command.
8292         (pr-update-menus): Docstring and code fix.
8293         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8294         Docstring fix.
8295         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8296         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8298 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8300         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8301         "Returns" to "return", document useful return values, etc.
8303 2005-06-11  Alan Mackenzie  <acm@muc.de>
8305         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8306         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8307         (adaptive-file-function): Minor amendment to doc-string.
8309 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8311         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8312         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8313         Fix :type--it is `integer', not `string'.
8315         * faces.el (modeline-highlight): Rename from (the erroneous)
8316         `modeline-higilight'.
8318 2005-06-11  Lute Kamstra  <lute@gnu.org>
8320         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8321         lisp-interaction-mode-map but make it the parent.
8322         (edebug-eval-mode): Use define-derived-mode.
8324 2005-06-11  Andreas Schwab  <schwab@suse.de>
8326         * bindings.el: Add binding of `ESC functionkey' for every
8327         `M-functionkey'.
8328         * hexl.el (hexl-mode-map): Likewise.
8330 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8332         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8333         [msft]: update regexp for newer msft compilers.
8335 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8337         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8338         ATTLIST portions of included DTDs.
8339         (xml-parse-dtd): Eliminate use of inefficient match-data.
8341 2005-06-10  Miles Bader  <miles@gnu.org>
8343         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8344         (mpuz-text): Remove "-face" suffix from face names.
8345         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8346         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8347         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8349         * play/gomoku.el (gomoku-O, gomoku-X):
8350         Remove "-face" suffix from face names.
8351         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8352         New backward-compatibility aliases for renamed faces.
8353         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8355 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8357         * thumbs.el: Fixes for changes of 2005-06-09.
8358         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8359         as a directory.
8360         (thumbs-thumbname): Remove directory separator from format string;
8361         `thumbs-thumbsdir' now returns a valid directory name.
8362         (thumbs-temp-dir): New defsubst.
8363         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8364         Use it.
8366         * cus-edit.el (minibuffer):
8367         * files.el (make-backup-file-name-function):
8368         * filesets.el (filesets-external-viewers):
8369         * hilit-chg.el (highlight-changes-colours)
8370         (highlight-changes-face-list, highlight-changes-rotate-faces):
8371         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8372         * kmacro.el (kmacro-call-macro):
8373         * log-edit.el (log-edit-changelog-full-paragraphs):
8374         * mouse.el (mouse-1-click-follows-link):
8375         * skeleton.el (skeleton-autowrap):
8376         * subr.el (insert-for-yank-1):
8377         * tempo.el (tempo-insert-region):
8378         * terminal.el (terminal-emulator):
8379         * time.el (display-time-mail-face):
8380         * vc.el (vc-annotate):
8381         * vcursor.el (vcursor-copy-line):
8382         * woman.el (woman-bold-headings, woman-ignore)
8383         (woman-default-faces, woman-monochrome-faces):
8384         * calendar/todo-mode.el (todo-insert-threshold):
8385         * emulation/pc-select.el (pc-select-selection-keys-only)
8386         (pc-selection-mode):
8387         * emulation/vip.el (vip-find-char-forward):
8388         * emulation/viper-cmd.el (viper-find-char-forward):
8389         * international/mule-cmds.el
8390         (select-safe-coding-system-accept-default-p)
8391         (input-method-exit-on-invalid-key):
8392         * international/mule-diag.el (describe-coding-system):
8393         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8394         * net/browse-url.el (browse-url-xterm-program):
8395         * obsolete/lazy-lock.el (lazy-lock-mode):
8396         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8397         (cperl-mode):
8398         * progmodes/cpp.el (cpp-face-light-name-list)
8399         (cpp-face-dark-name-list):
8400         * progmodes/delphi.el (delphi-newline-always-indents):
8401         Fix spellings in docstrings.
8403         * ido.el (ido-mode, ido-file-extensions-order)
8404         (ido-default-file-method, ido-default-buffer-method)
8405         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8406         (ido-decorations, ido-read-file-name-as-directory-commands)
8407         (ido-read-file-name-non-ido, ido-work-directory-list)
8408         (ido-ignore-item-temp-list, ido-current-directory)
8409         (ido-magic-forward-char, ido-enter-find-file)
8410         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8411         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8413 2005-06-10  Lute Kamstra  <lute@gnu.org>
8415         * play/dunnet.el (dun-mode): Use define-derived-mode.
8416         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8417         obsolete alias.
8419         * play/doctor.el (doctor-mode-map): Remove defvar.
8420         (doctor-mode): Use define-derived-mode.
8422         * mail/mspools.el (mspools-mode):
8423         * net/eudc-hotlist.el (eudc-hotlist-mode):
8424         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8426 2005-06-10  Miles Bader  <miles@gnu.org>
8428         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8429         Remove "-face" suffix from face names.
8430         (flyspell-incorrect-face, flyspell-duplicate-face):
8431         New backward-compatibility aliases for renamed faces.
8432         (flyspell-mode-on, make-flyspell-overlay)
8433         (flyspell-highlight-incorrect-region)
8434         (flyspell-highlight-duplicate-region)
8435         (flyspell-display-next-corrections)
8436         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8438         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8439         from face name.
8440         (texinfo-heading-face): New backward-compatibility alias for
8441         renamed face.
8442         (texinfo-heading-face): Use renamed texinfo-heading face.
8444         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8445         suffix from face names.
8446         (tex-math-face, tex-verbatim-face):
8447         New backward-compatibility aliases for renamed faces.
8448         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8449         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8450         literal face name.
8452         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8453         name.
8454         (table-cell-face): New backward-compatibility alias for renamed face.
8455         (table--put-cell-face-property, table--update-cell-face):
8456         Use renamed table-cell face.
8458         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8459         from face name.
8460         (sgml-namespace-face): New backward-compatibility alias for
8461         renamed face.
8462         (sgml-namespace-face): Use renamed sgml-namespace face.
8464         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8465         (org-level-4, org-level-5, org-level-6, org-level-7)
8466         (org-level-8, org-warning, org-headline-done)
8467         (org-deadline-announce, org-scheduled-today)
8468         (org-scheduled-previously, org-link, org-done, org-table)
8469         (org-time-grid): Remove "-face" suffix from face names.
8470         (org-level-1-face, org-level-2-face, org-level-3-face)
8471         (org-level-4-face, org-level-5-face, org-level-6-face)
8472         (org-level-7-face, org-level-8-face, org-warning-face)
8473         (org-headline-done-face, org-deadline-announce-face)
8474         (org-scheduled-today-face, org-scheduled-previously-face)
8475         (org-link-face, org-done-face, org-table-face)
8476         (org-time-grid-face):
8477         New backward-compatibility aliases for renamed faces.
8478         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8479         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8480         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8481         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8483         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8484         (viper-minibuffer-emacs, viper-minibuffer-insert)
8485         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8486         (viper-search-face, viper-replace-overlay-face)
8487         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8488         (viper-minibuffer-vi-face):
8489         New backward-compatibility aliases for renamed faces.
8490         (viper-search-face, viper-replace-overlay-face)
8491         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8492         (viper-minibuffer-vi-face): Use renamed viper faces.
8494         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8495         Remove "-face" suffix from face names.
8496         (testcover-nohits-face, testcover-1value-face):
8497         New backward-compatibility aliases for renamed faces.
8498         (testcover-mark): Use renamed testcover faces.
8500         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8501         face name.
8502         (diary-button-face): New backward-compatibility alias for renamed face.
8503         (diary-entry): Use renamed diary-button face.
8505         * calendar/calendar.el (diary, calendar-today, holiday)
8506         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8507         (diary-face, calendar-today-face, holiday-face):
8508         New backward-compatibility aliases for renamed faces.
8509         (eval-after-load "facemenu", diary-entry-marker)
8510         (calendar-today-marker, calendar-holiday-marker, diary-face):
8511         Use renamed calendar faces.
8513         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8514         (compare-windows-face): New backward-compatibility alias for
8515         renamed face.
8516         (compare-windows-highlight): Use renamed compare-windows face.
8518         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8519         (strokes-char-face): New backward-compatibility alias for renamed face.
8520         (strokes-encode-buffer): Use renamed strokes-char face.
8522         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8523         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8524         Remove "-face" suffix from face names.
8525         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8526         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8527         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8528         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8529         Use renamed pcvs faces.
8530         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8531         * pcvs-defs.el (cvs-mode-map): Likewise.
8532         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8534         * info.el (info-title-1, info-title-2, info-title-3)
8535         (info-title-4): Remove "-face" suffix from and downcase face names.
8536         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8537         (Info-title-4-face):
8538         New backward-compatibility aliases for renamed faces.
8539         (Info-fontify-node): Use renamed info faces.
8541         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8542         Remove "-face" suffix from face names.
8543         (highlight-changes-face, highlight-changes-delete-face):
8544         New backward-compatibility aliases for renamed faces.
8545         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8546         (hilit-chg-make-list): Use renamed highlight-changes faces.
8548         * generic-x.el (show-tabs-tab, show-tabs-space):
8549         Remove "-face" suffix from face names.
8550         (show-tabs-tab-face, show-tabs-space-face):
8551         New backward-compatibility aliases for renamed faces.
8552         (show-tabs-generic-mode-font-lock-defaults-1)
8553         (show-tabs-generic-mode-font-lock-defaults-2):
8554         Use renamed show-tabs faces.
8556         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8557         (smerge-markers): Remove "-face" suffix from face names.
8558         (smerge-mine-face, smerge-other-face, smerge-base-face)
8559         (smerge-markers-face):
8560         New backward-compatibility aliases for renamed faces.
8561         (smerge-mine-face, smerge-other-face, smerge-base-face)
8562         (smerge-markers-face): Use renamed smerge faces.
8564         * log-view.el (log-view-file, log-view-message): Remove "-face"
8565         suffix from face names.
8566         (log-view-file-face, log-view-message-face):
8567         New backward-compatibility aliases for renamed faces.
8568         (log-view-file-face, log-view-message-face): Use renamed log-view
8569         faces.
8571         * paren.el (show-paren-match, show-paren-mismatch):
8572         Remove "-face" suffix from face names.
8573         (show-paren-match-face, show-paren-mismatch-face):
8574         New backward-compatibility aliases for renamed faces.
8575         (show-paren-function): Use renamed show-paren faces.
8577         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8578         (ruler-mode-margins, ruler-mode-fringes)
8579         (ruler-mode-column-number, ruler-mode-fill-column)
8580         (ruler-mode-comment-column, ruler-mode-goal-column)
8581         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8582         suffix from face names.
8583         (ruler-mode-default-face, ruler-mode-pad-face)
8584         (ruler-mode-margins-face, ruler-mode-fringes-face)
8585         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8586         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8587         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8588         New backward-compatibility aliases for renamed faces.
8589         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8590         (ruler-mode-column-number, ruler-mode-fill-column)
8591         (ruler-mode-comment-column, ruler-mode-goal-column)
8592         (ruler-mode-tab-stop, ruler-mode-current-column)
8593         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8594         faces.
8596         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8597         face name.
8598         (whitespace-highlight-the-space): Use renamed face.
8599         (whitespace-highlight-face): New backward-compatibility alias for
8600         renamed face.
8602         * woman.el (woman-italic, woman-bold, woman-unknown)
8603         (woman-addition, woman-symbol-face):
8604         Remove "-face" suffix from face names.
8605         (woman-italic-face, woman-bold-face, woman-unknown-face)
8606         (woman-addition-face):
8607         New backward-compatibility aliases for renamed faces.
8608         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8609         (woman-decode-region, woman-replace-match)
8610         (woman-display-extended-fonts, woman-special-characters)
8611         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8612         Use renamed woman faces.
8614         * longlines.el (longlines-visible-face): Face removed.
8616         * diff-mode.el (diff-header, diff-file-header, diff-index)
8617         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8618         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8619         suffix from face names.
8620         (diff-header-face, diff-file-header-face, diff-index-face)
8621         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8622         (diff-changed-face, diff-function-face, diff-context-face)
8623         (diff-nonexistent-face): New backward-compatibility aliases for
8624         renamed faces.
8625         (diff-header-face, diff-file-header-face)
8626         (diff-index, diff-index-face, diff-hunk-header)
8627         (diff-hunk-header-face, diff-removed, diff-removed-face)
8628         (diff-added, diff-added-face, diff-changed-face, diff-function)
8629         (diff-function-face, diff-context-face, diff-nonexistent)
8630         (diff-nonexistent-face): Use renamed diff-mode faces.
8632         * progmodes/compile.el (compilation-warning-face)
8633         (compilation-info-face): Remove "-face" suffix from face names.
8634         (compilation-warning-face, compilation-info-face):
8635         New backward-compatibility aliases for renamed faces.
8636         (compilation-warning-face, compilation-info-face):
8637         Use renamed compilation faces.
8639         * add-log.el (change-log-date, change-log-name)
8640         (change-log-email, change-log-file, change-log-list)
8641         (change-log-conditionals, change-log-function)
8642         (change-log-acknowledgement): Remove "-face" suffix from face names.
8643         (change-log-date-face, change-log-name-face)
8644         (change-log-email-face, change-log-file-face)
8645         (change-log-list-face, change-log-conditionals-face)
8646         (change-log-function-face, change-log-acknowledgement-face):
8647         New backward-compatibility aliases for renamed faces.
8648         (change-log-font-lock-keywords): Use renamed change-log faces.
8650         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8651         (custom-set, custom-changed, custom-saved, custom-button)
8652         (custom-button-pressed, custom-documentation, custom-state)
8653         (custom-comment, custom-comment-tag, custom-variable-tag)
8654         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8655         (custom-group-tag): Remove "-face" suffix from face names.
8656         (custom-magic-alist, custom-magic-value-create)
8657         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8658         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8659         (custom-set-face, custom-changed-face, custom-saved-face)
8660         (custom-button-face, custom-button-pressed-face)
8661         (custom-documentation-face, custom-state-face)
8662         (custom-comment-face, custom-comment-tag-face)
8663         (custom-variable-tag-face, custom-variable-button-face)
8664         (custom-face-tag-face, custom-group-tag-face-1)
8665         (custom-group-tag-face):
8666         New backward-compatibility aliases for renamed faces.
8668         * wid-edit.el (widget-documentation, widget-button)
8669         (widget-field, widget-single-line-field, widget-inactive)
8670         (widget-button-pressed): "-face" suffix removed from face names.
8671         (widget-documentation-face, widget-button-face)
8672         (widget-field-face, widget-single-line-field-face)
8673         (widget-inactive-face, widget-button-pressed-face):
8674         New backward-compatibility aliases for renamed faces.
8675         (widget-documentation-face, widget-button-face)
8676         (widget-button-pressed-face, widget-specify-field)
8677         (widget-specify-inactive): Use renamed widget faces.
8679 2005-06-10  Kenichi Handa  <handa@m17n.org>
8681         * term/x-win.el (x-clipboard-yank): Remove condition-case
8682         wrapping.
8684 2005-06-11  Kenichi Handa  <handa@m17n.org>
8686         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8687         date lines stricter.
8689 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8691         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8692         of x-get-selection.
8694 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8696         * comint.el (comint-mode, comint-snapshot-last-prompt):
8697         * frame.el (frame-current-scroll-bars):
8698         * term.el (term-mode, term-check-proc, term-input-sender)
8699         (term-simple-send, term-extract-string, term-word)
8700         (term-match-partial-filename):
8701         * window.el (window-current-scroll-bars):
8702         * emulation/cua-base.el (cua-normal-cursor-color)
8703         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8704         (cua-global-mark-cursor-color):
8705         * mail/undigest.el (rmail-forward-separator-regex):
8706         Fix typos in docstrings.
8708         * comint.el (comint-check-proc, make-comint-in-buffer)
8709         (comint-source-default): Doc fixes.
8711         * term.el (term-send-string): Improve argument/docstring consistency.
8713 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8715         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8716         call to `delete-region'.
8717         (comint-mode-hook): Do not enable Font Lock by default.
8719 2005-06-09  Lute Kamstra  <lute@gnu.org>
8721         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8722         could be void.
8724 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8727         (debug): Use it.
8728         (debugger-step-through, debugger-continue, debugger-jump)
8729         (debugger-return-value): Set it when needed.
8730         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8731         Use inhibit-read-only.
8733 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8735         * window.el (shrink-window-if-larger-than-buffer)
8736         (window-size-fixed): Fix typo in docstring.
8738         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8739         thumbnails directory on loading.
8740         (thumbs-conversion-program): Use `eq' to check the system type,
8741         not `equal'.
8742         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8743         not "/tmp".  Fix docstring.
8744         (thumbs-thumbsdir): New function to return the thumbnails
8745         directory, creating it if needed.
8746         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8747         (thumbs-temp-file): Delete variable and make it into a function.
8748         (thumbs-resize-image, thumbs-modify-image): Use it.
8749         (thumbs-kill-buffer): Simplify.
8750         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8751         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8752         docstrings.
8754 2005-06-09  Kim F. Storm  <storm@cua.dk>
8756         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8757         set-match-data to free markers in match-data.
8759         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8760         match-data to unchain markers in match-data.
8762 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8765         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8766         unnecessary now.
8768 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8770         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8771         give the variable a doc string that doesn't say don't set it directly.
8773         * textmodes/ispell.el (ispell-check-version):
8774         Use match-string-no-properties.
8775         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8776         (ispell-buffer-local-words): Likewise.
8778         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8779         except on terminals with enough colors to really display it.
8780         (makefile-dependency-regex): Delete spurious `bb'.
8782         * faces.el (escape-glyph): Use blue once again in last case.
8783         (no-break-space): Redefine so that it isn't invisible on a tty.
8785 2005-06-08  Kim F. Storm  <storm@cua.dk>
8787         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8788         also when reading directory name.
8790 2005-06-08  Lute Kamstra  <lute@gnu.org>
8792         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8793         (flyspell-mode-line-string): Remove autoload cookie.
8794         (flyspell-mode): Remove defvar.
8796 2005-06-07  Lute Kamstra  <lute@gnu.org>
8798         * textmodes/org.el (org-run-mode-hooks): New function.
8799         (org-agenda-mode): Use it.
8801 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8803         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8805 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8809 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8811         * font-lock.el (font-lock-add-keywords): Doc fix.
8813 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8816         (tex-compile-default): In the absence of any history, use the order in
8817         tex-compile-alist to choose the preferred command.
8818         (tex-compile-commands): Reorder a bit.
8820         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8821         (flyspell-incorrect-face, flyspell-duplicate-face):
8822         Use (X)Emacs-agnostic code.
8823         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8824         redundant with the subsequent add-minor-mode.  Merge Emacs and
8825         XEmacs code.
8826         (flyspell-word): Minor simplification.
8827         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8828         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8829         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8830         Merge the corresponding Emacs code.
8831         (flyspell-correct-word, flyspell-xemacs-popup):
8832         Use flyspell-do-correct.
8834         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8835         a dedicated window.
8837         * international/latexenc.el (latexenc-find-file-coding-system):
8838         Undo part of last patch, to turn off a compiler warning.
8840 2005-06-06  Juri Linkov  <juri@jurta.org>
8842         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8843         Rename `tmm-inactive-face' to `tmm-inactive'.
8845 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8847         * iswitchb.el: Rename faces.
8849 2005-06-06  Kim F. Storm  <storm@cua.dk>
8851         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8852         (cua-global-mark): Remove -face suffix from face names.
8854         * emulation/cua-gmrk.el (cua--init-global-mark):
8855         Remove cua-global-mark face setup.
8857 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8859         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8860         just like other allowed characters.
8861         (makefile-match-dependency): Exclude leading and training whitespace
8862         from the range of regexp subexp 1.
8863         (makefile-macroassign-regex): Don't try to match the body,
8864         just the name of the macro being defined.
8866         * info.el (Info-read-node-name-2): New function.
8867         (Info-read-node-name-1): Use that.
8868         Add a completion-base-size-function property.
8870         * simple.el (completion-setup-function): Look for
8871         completion-base-size-function property of minibuffer-completion-table.
8873         * files.el (locate-file-completion): Doc fix.
8875         * printing.el: Don't call pr-update-menus; user must do that.
8877         * emacs-lisp/debug.el (debugger-window): New variable.
8878         (debug): Use debugger-window if it is set and still alive.
8879         Record debugger-window for next entry.
8881         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8883 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8885         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8886         (hack-one-local-variable, hack-local-variables)
8887         (hack-local-variables-prop-line): Pass that arg.
8889 2005-06-06  Kim F. Storm  <storm@cua.dk>
8891         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8892         (ido-indicator): Remove -face suffix from face names.
8894 2005-06-06  Juri Linkov  <juri@jurta.org>
8896         * font-lock.el (font-lock-regexp-backslash)
8897         (font-lock-regexp-backslash-construct): New faces.
8898         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8899         after `('.  Add `while-no-input' to control structures.
8901         * faces.el (no-break-space, shadow): New faces.
8902         (escape-glyph): Use less loud colors pink2 and red4.
8904         * diff-mode.el (diff-context-face)
8905         * dired.el (dired-ignored)
8906         * rfn-eshadow.el (file-name-shadow)
8907         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8909         * info.el (Info-title-1-face): Use green instead of yellow because
8910         bold yellow is not readable on light backgrounds.
8912         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8913         before selecting the desired mode to not spend time fontifying
8914         old contents.
8916 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8918         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8919         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8921         * ps-print.el (ps-default-fg, ps-default-bg):
8922         Fix typos in docstrings.
8924         * isearchb.el (isearchb): Don't pass a spurious second argument to
8925         `iswitchb-completions'.
8927 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8929         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8930         to preserve point.
8931         (gdb-find-file-hook): Add doc string.
8933         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8934         C dereferenced pointer expression.
8935         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8937         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8939         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8940         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8941         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8942         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8943         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8944         Make background transparent.
8946 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8948         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8949         (font-lock-remove-keywords): Doc fix.
8950         (font-lock-mode-major-mode): Compiler defvar.
8951         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8953         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8954         (font-lock-mode): Update `font-lock-mode-major-mode'.
8955         (font-lock-set-defaults): Compiler defvar.
8956         (font-lock-default-function): Take `font-lock-mode-major-mode'
8957         into account.
8959         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8960         keep track of which major mode it enabled the minor mode for.
8961         Use find-file-hook again.  Update docstring.
8963         * simple.el (eval-expression-print-level)
8964         (eval-expression-print-length, eval-expression-debug-on-error):
8965         Doc fixes.
8967 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8969         * iswitchb.el (iswitchb-single-match-face)
8970         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8971         (iswitchb-invalid-regexp-face): New faces.
8972         (iswitchb-completions): Use them.
8973         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8974         now marked as an obsolete alias.
8975         (iswitchb-read-buffer): Remove check for bound font variables.
8976         (iswitchb-invalid-regexp): New free variable.
8977         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8978         set iswitchb-invalid-regexp.
8979         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8980         invalid regexps.
8981         (iswitchb-completions): Add check for complete match when entering
8982         a regexp.
8983         (iswitchb-completions): Remove require-match argument.
8984         (iswitchb-exhibit): Fix caller.
8985         (iswitchb-common-match-inserted): New variable.
8986         (iswitchb-complete, iswitchb-completion-help): Use it.
8988 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8990         * url-http.el (url-http-chunked-encoding-after-change-function):
8991         Use `url-http-debug' instead of `message'.
8993 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8995         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8996         callback argument.
8998 2005-06-04  Kim F. Storm  <storm@cua.dk>
9000         * simple.el (line-move): Only call sit-for when moving backwards.
9002         * ido.el (ido-make-merged-file-list-1): New defun split from
9003         ido-make-merged-file-list.
9004         (ido-make-merged-file-list): Bind throw-on-input around call to
9005         ido-make-merged-file-list-1.  Return input-pending-p if
9006         interrupted by more input available.
9007         (ido-read-internal): Handle input-pending-p return value from
9008         ido-make-merged-file-list.
9010 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9013         compatibility code.
9015         * international/latexenc.el (latexenc-find-file-coding-system):
9016         Don't inherit the EOL part of the coding-system from the
9017         tex-main buffer.  Fit within 80 columns.
9019 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
9021         * tmm.el (tmm-inactive-face): New face.
9022         (tmm-remove-inactive-mouse-face): New function.
9023         (tmm-prompt, tmm-add-one-shortcut)
9024         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9025         but not selectable.
9027 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
9029         * faces.el (face-equal): Improve argument/docstring consistency.
9031 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9033         * progmodes/make-mode.el (makefile-targets-face)
9034         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9035         (makefile-bsdmake-dependency-regex)
9036         (makefile-makepp-rule-action-regex)
9037         (makefile-bsdmake-rule-action-regex): New constants.
9038         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9040         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9041         Allow (...) within `...' for makepp messages.
9043 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9045         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9047         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9048         "." files are deleted from all file lists before comparison.
9050         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9051         (viper-ESC-key): Made them customizable.
9053         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9055 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9057         * autorevert.el (auto-revert-buffers): Use save-match-data.
9059 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9062         menu items with a nil command binding.
9064 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9066         * emacs-lisp/cl-macs.el (defsetf):
9067         Improve argument/docstring consistency.
9069         * faces.el (list-faces-display): Improve the formatting by
9070         computing the maximum length required for any face-name (reworked
9071         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9072         (internal-find-face): Remove redundant info in docstring.
9074 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9076         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9077         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9078         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9079         (gdb-assembler-custom): Improve regexps.
9080         (def-gdb-auto-update-handler): Use window point to preserve point.
9082 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9084         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9086 2005-05-31  Jay Belanger  <belanger@truman.edu>
9088         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9089         to calc-embedded.
9090         (calc-embedded-make-info): Have plain prefix argument select
9091         entire line.
9093 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9095         * faces.el (list-faces-display): Signal error if passed a regexp
9096         that matches no face name.
9098         * simple.el (filter-buffer-substring): Fix typo in docstring.
9100 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9102         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9103         (vhdl-emacs-21): Doc fix.
9104         (vhdl-mode): Unconditionally set comment-padding.
9105         (vhdl-fixup-whitespace-region): Insert spaces only where
9106         there are none.
9107         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9109 2005-05-30  John Wiegley  <johnw@newartisans.com>
9111         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9112         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9113         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9114         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9115         `string-to-number'.
9117 2005-05-30  Jay Belanger  <belanger@truman.edu>
9119         * calc/calc.el (calc-bug-address): Fix docstring.
9120         (calc-window-hook, calc-trail-window-hook): New variables.
9121         (calc-trail-display): Restore use of calc-trail-window-hook.
9122         (calc): Restore use of calc-window-hook.
9124 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9126         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9128         * help-fns.el (help-C-file-name): Add autoload mark for
9129         `find-function-noselect'.
9131 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9134         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9136 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9138         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9139         included diary buffer if it was not already being visited.
9140         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9142         * calendar/icalendar.el (top-level): Do not require 'appt.
9144         * mail/supercite.el (sc-select-attribution): Only use a list
9145         element from sc-attrib-selection-list if it returns a string.
9146         Reported by Davide G. M. Salvetti <salve@debian.org>.
9148 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9150         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9151         includes a hash value to improve its uniqueness, and has a ".jpg"
9152         extension.  Also, it is now a valid filename on all systems.
9153         (thumbs-make-thumb): Use `let', not `let*'.
9154         (thumbs-show-thumbs-list): Check for JPEG availability.
9156 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9158         * filesets.el (filesets-menu-ensure-use-cached):
9159         Prevent warning when emacs-version>= is undefined.
9161         * printing.el (pr-interactive-n-up): Use string-to-number.
9163         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9165         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9166         Warn only when name to be defined is quoted.
9168 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9170         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9171         Make regexp more robust.
9172         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9173         Force regeneration of disassembly.
9175 2005-05-29  Jay Belanger  <belanger@truman.edu>
9177         * calc/calc.el (calc-user-invocation): Check if
9178         calc-invocation-macro is non-nil.
9180 2005-05-29  Juri Linkov  <juri@jurta.org>
9182         * add-log.el (change-log-font-lock-keywords):
9183         Add `+' to e-mail regexp to accept mail address with keywords.
9185         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9187 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9189         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9191         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9193 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9195         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9196         Undo the change that moves to end of the current word.
9198 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9200         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9201         Throw error when count <= 0 to ensure input is a number.
9202         (gdb-read-memory-custom): Pick up address from buffer.
9203         (gdb-memory-mode): Allow user to increment and decrement
9204         memory address from header line.
9206 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9208         * flyspell.el (flyspell-version): Function deleted.
9209         (flyspell-auto-correct-previous-hook): Doc fix.
9211         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9212         Do nothing if memory is full.
9214         * font-lock.el (font-lock-fontify-syntactically-region):
9215         Pass t for GREEDY to looking-back.
9217         * saveplace.el (save-place-alist-to-file): Write the file
9218         using write-region.
9220         * subr.el (looking-back): New argument GREEDY.
9222         * progmodes/compile.el (compilation-start): Set the mode
9223         before inserting the initial text.
9225         * progmodes/which-func.el (which-func-update-1): Turn the mode
9226         off in case of error by setting which-func-mode.
9228 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9230         * flyspell.el (flyspell-auto-correct-previous-word):
9231         Narrow down to what's on the screen, and recenter overlays
9232         at the end of the next word.
9234 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9236         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9237         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9238         (flyspell-abbrev-p): Default to nil.
9239         (flyspell-use-global-abbrev-table-p): Doc fix.
9240         (flyspell-large-region): Allow nil as value.
9241         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9243         (mail-mode-flyspell-verify): More robust handling
9244         of `mail-header-separator'.  More efficient signature detection.
9245         Allow for regexp metacharacters in message-header-separator.
9246         Adding `To' not to be checked in mail-mode-flyspell-verify.
9248         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9249         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9250         Bind flyspell-auto-correct-binding.
9251         Bind C-. and C-, .
9252         (flyspell-mode-map): Likewise.
9253         (flyspell-mode): Doc fix.
9254         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9255         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9256         (flyspell-word-cache-result): New var, always local.
9257         (flyspell-check-pre-word-p): Doc fix.
9258         (flyspell-check-changed-word-p): Handle spc like newline.
9259         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9260         (flyspell-word-search-backward, flyspell-word-search-forward):
9261         New functions.
9262         (flyspell-word): Return t if nothing to check.
9263         When parsing TeX code, check for after } or \.
9264         Use flyspell-word-search-backward to find previous word.
9265         Return nil if duplicated word.
9266         For word already checked, return same value as last time.
9267         Set flyspell-word-cache-result after checking.
9268         Don't clobber the return value.
9269         (flyspell-get-word): Major rewrite.
9270         (flyspell-external-point-words): New locals pword, pcount.
9271         Fix size used in progress message.
9272         Find the proper corresponding word in flyspell-large-region-buffer.
9273         (flyspell-region): Check for flyspell-large-region = nil.
9274         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9275         (flyspell-auto-correct-word): Check that WORD is a cons.
9276         (flyspell-correct-word): Likewise.
9278 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9280         * progmodes/make-mode.el (makefile-rule-action-regex)
9281         (makefile-macroassign-regex, makefile-makepp-mode)
9282         (makefile-bsdmake-mode): Continuation lines may be empty.
9283         Reported by Joshua Varner.
9284         (makefile-makepp-font-lock-keywords): Add $(stem).
9286 2005-05-28  Karl Berry  <karl@gnu.org>
9288         * textmodes/tex-mode.el: Now that tex-send-command calls
9289         shell-quote-argument (2005-03-31 change), remove all calls to
9290         shell-quote-argument; they all end up invoking tex-send-command.
9291         The double quoting loses on filenames with non-safe characters,
9292         such as "@".  Reported by Frederik Fouvry.
9294 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9296         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9297         about preserving point.
9299 2005-05-27  Jay Belanger  <belanger@truman.edu>
9301         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9302         Info-goto-node.
9304         * calc/calc-embed.el (calc-embed-arg): New variable.
9305         (calc-do-embedded-activate, calc-embedded-activate-formula)
9306         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9307         variable by new variable.
9308         (calc-embedded-make-info): Replace undeclared variable by new
9309         variable.  When selecting region with positive prefix
9310         argument, use end of previous line instead of beginning of line.
9312         * calc/calc-aent.el (calc-arg-values): Declare it.
9314         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9315         Declare them.
9317         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9319         * calc/calc.el (calc-alg-map): Declare it.
9321         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9323 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9325         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9326         (gdb-registers-buffer, toggle-gdb-all-registers):
9327         Toggle display of floating point registers.
9328         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9330         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9331         (toggle-gud-tooltip-dereference):
9332         Rename from gud-toggle-tooltip-dereference.
9334 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9338 2005-05-27  Jay Belanger  <belanger@truman.edu>
9340         * calc/calc-prog.el (calc-kbd-report): Remove.
9341         (calc-kbd-query): Rewrite.
9343 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9345         * image.el (image-library-alist): Move to image.c.
9346         (image-type-available-p): Doc fix.
9348 2005-05-27  Lute Kamstra  <lute@gnu.org>
9350         * calc/calc.el (calc):
9351         * outline.el (outline-1, outline-2, outline-3, outline-4)
9352         (outline-5, outline-6, outline-7, outline-8):
9353         * textmodes/dns-mode.el (dns-mode):
9354         * textmodes/sgml-mode.el (sgml-namespace-face):
9355         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9356         (tex-verbatim-face, tex-use-reftex):
9357         * textmodes/texinfo.el (texinfo-heading-face):
9358         Specify customization group.
9360         * longlines.el: Don't require easy-mmode.
9361         (longlines-visible-face): Specify customization group.
9363 2005-05-27  Kenichi Handa  <handa@m17n.org>
9365         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9366         encoding table of windows-1251.
9368         * international/ucs-tables.el (ucs-set-table-for-input):
9369         If translation-table-for-input of a coding system is a symbol, get
9370         its translation-table property.
9372         * international/code-pages.el: Don't register a coding system into
9373         non-iso-charset-alist more than once.
9374         (cp-make-coding-system): Likewise.
9376 2005-05-26  John Wiegley  <johnw@newartisans.com>
9378         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9379         `eshell-resume-eval' is wrapped in a list, it indicates that the
9380         command was run asynchronously.  In that case, unwrap the value
9381         before checking the delimiter value.
9383         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9384         character before a space at the end of a line is \, assume the space
9385         is part of the last argument rather than a final argument separator.
9387         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9388         is in use, and the target is `t' or `nil' (which are the most common
9389         values), don't assume that the symbol target is a buffer.
9391 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9393         * calendar/calendar.el (calendar-mode-line-format):
9394         Use mode-line-highlight as mouse-face.
9396         * time.el (display-time-string-forms, display-time-update):
9397         Use mode-line-highlight as mouse-face.
9399 2005-05-26  Jay Belanger  <belanger@truman.edu>
9401         * calc/calc.el (calc-language-alist): Remove extra defvar.
9403 2005-05-26  Lute Kamstra  <lute@gnu.org>
9405         * arc-mode.el (archive-mode):
9406         * bookmark.el (bookmark-read-annotation-mode)
9407         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9408         * bs.el (bs-mode):
9409         * calc/calc-yank.el (calc-edit-mode):
9410         * calc/calc.el (calc-mode, calc-trail-mode):
9411         * calculator.el (calculator-mode):
9412         * chistory.el (command-history-mode):
9413         * comint.el:
9414         * cus-edit.el (custom-mode):
9415         * descr-text.el (describe-text-mode):
9416         * ebuff-menu.el (Electric-buffer-menu-mode):
9417         * ediff-util.el (ediff-mode):
9418         * emacs-lisp/re-builder.el (reb-mode):
9419         * emulation/vi.el (vi-mode-setup):
9420         * emulation/ws-mode.el (wordstar-mode):
9421         * eshell/esh-mode.el (eshell-mode):
9422         * forms.el (forms-mode):
9423         * help-mode.el (help-mode):
9424         * hexl.el (hexl-mode):
9425         * ibuffer.el (ibuffer-mode):
9426         * ielm.el (inferior-emacs-lisp-mode):
9427         * info.el (Info-mode, Info-edit-mode):
9428         * international/swedish.el:
9429         * ledit.el (ledit-from-lisp-mode):
9430         * locate.el (locate-mode):
9431         * mail/rmail.el (rmail-mode):
9432         * mail/rmailedit.el (rmail-edit-mode):
9433         * mail/rmailsum.el (rmail-summary-mode):
9434         * mail/supercite.el (sc-electric-mode):
9435         * net/eudc.el (eudc-mode):
9436         * net/quickurl.el (quickurl-list-mode):
9437         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9438         * obsolete/ooutline.el (outline-mode):
9439         * obsolete/options.el (Edit-options-mode):
9440         * obsolete/rnews.el (news-mode):
9441         * obsolete/rnewspost.el (news-reply-mode):
9442         * play/5x5.el (5x5-mode):
9443         * play/decipher.el (decipher-mode, decipher-stats-mode):
9444         * play/gomoku.el (gomoku-mode):
9445         * play/snake.el (snake-mode):
9446         * play/solitaire.el (solitaire-mode):
9447         * play/tetris.el (tetris-mode):
9448         * progmodes/ada-mode.el (ada-mode):
9449         * progmodes/antlr-mode.el (antlr-mode):
9450         * progmodes/autoconf.el (autoconf-mode):
9451         * progmodes/dcl-mode.el (dcl-mode):
9452         * progmodes/delphi.el (delphi-mode):
9453         * progmodes/ebrowse.el (ebrowse-tree-mode)
9454         (ebrowse-electric-list-mode, ebrowse-member-mode)
9455         (ebrowse-electric-position-mode):
9456         * progmodes/f90.el (f90-mode):
9457         * progmodes/fortran.el (fortran-mode):
9458         * progmodes/icon.el (icon-mode):
9459         * progmodes/idlw-help.el (idlwave-help-mode):
9460         * progmodes/idlw-shell.el (idlwave-shell-mode):
9461         * progmodes/idlwave.el (idlwave-mode):
9462         * progmodes/inf-lisp.el (inferior-lisp-mode):
9463         * progmodes/m4-mode.el (m4-mode):
9464         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9465         * progmodes/modula2.el (modula-2-mode):
9466         * progmodes/octave-inf.el (inferior-octave-mode):
9467         * progmodes/octave-mod.el (octave-mode):
9468         * progmodes/pascal.el (pascal-mode):
9469         * progmodes/sh-script.el (sh-mode):
9470         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9471         * progmodes/vhdl-mode.el (vhdl-mode):
9472         * progmodes/xscheme.el (scheme-interaction-mode):
9473         * replace.el (occur-mode):
9474         * ses.el (ses-mode):
9475         * simple.el (completion-list-mode):
9476         * skeleton.el:
9477         * speedbar.el (speedbar-mode):
9478         * term.el (term-mode):
9479         * terminal.el (terminal-edit-mode):
9480         * textmodes/reftex-index.el (reftex-index-mode)
9481         (reftex-index-phrases-mode):
9482         * textmodes/reftex-sel.el (reftex-select-label-mode)
9483         (reftex-select-bib-mode):
9484         * textmodes/reftex-toc.el (reftex-toc-mode):
9485         * wdired.el (wdired-change-to-wdired-mode):
9486         * wid-browse.el (widget-browse-mode):
9487         Use run-mode-hooks.
9489         * array.el (array-mode):
9490         * calendar/todo-mode.el (todo-mode):
9491         * man.el (Man-mode):
9492         * play/landmark.el (lm-mode):
9493         * play/mpuz.el (mpuz-mode):
9494         Use kill-all-local-variables and run-mode-hooks.
9496         * subr.el (delay-mode-hooks): Specify indentation.
9498 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9500         * xml.el (xml-substitute-special): Don't die for undefined xml
9501         entities.
9503 2005-05-26  Jay Belanger  <belanger@truman.edu>
9505         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9506         of nil.
9508 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9510         * progmodes/gdb-ui.el (gdb-frame-address):
9511         Rename from gdb-current-address.
9512         (gdb-previous-frame-address): Rename from gdb-previous-address.
9513         (gdb-selected-frame): Rename from gdb-current-frame.
9514         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9515         (gdb-frame-number): Rename from gdb-current-stack-level.
9516         (gdb-ann3): Match new mode-name for disassembly buffer.
9517         Extend initialization of variables.
9518         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9519         (gdb-memory-mode): Use mouse-face in header line.
9520         (gdb-assembler-buffer-name): Call it disassembly and give frame
9521         in mode line.
9522         (gdb-source-spec-regexp, gdb-assembler-custom)
9523         (gdb-invalidate-assembler, gdb-frame-handler):
9524         Make robust to leading zeroes in address format.
9526 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9528         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9529         define `org-mode'.
9530         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9532 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9534         * log-edit.el (log-edit-changelog-entries): Distinguish between
9535         filenames like xfns.c and fns.c.
9537 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9539         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9540         point after reverting.
9541         (Buffer-menu-make-sort-button): Handle the case where
9542         `Buffer-menu-use-header-line' is nil.
9544 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9546         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9547         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9548         and `:' to them.
9550 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * startup.el (normal-top-level): Allow modification of load-path while
9553         we're iterating over it.
9555 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9557         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9558         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9559         (thumbs-resize-interactive, thumbs-insert-image)
9560         (thumbs-insert-thumb, thumbs-dired-show-marked)
9561         (thumbs-find-image-at-point, thumbs-delete-images)
9562         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9563         (thumbs-increment-image-size, thumbs-decrement-image-size):
9564         Fix typos in docstrings.
9566 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9568         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9569         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9570         (cperl-mode): Use them.
9572 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9574         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9575         Doc fixes.
9577 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9579         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9580         Bind C-d to gdb-inferior-io-eof.
9582         * dired.el (dired-dnd-popup-notice): Use message-box.
9584 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9586         * bindings.el (mode-line-major-mode-keymap):
9587         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9589         * faces.el (mode-line-highlight): New face.
9591         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9592         as mouse-face.
9594         * bindings.el (top-level, help-echo, mode-line-modified)
9595         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9596         as mouse-face.
9598 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9600         * progmodes/cc-engine.el (c-guess-basic-syntax):
9601         Remove spurious call to `zerop'.
9603         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9605 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9607         CC Mode update to 5.30.10:
9609         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9610         could go past the limit in decoration level 2, thereby causing
9611         errors during interactive fontification.
9613         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9614         the file is evaluated interactively.
9616         * cc-engine.el (c-guess-basic-syntax): Handle operator
9617         declarations somewhat better in C++.
9619         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9620         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9621         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9622         (awk-mode): Use it.
9623         (make-local-hook): Suppress warning about obsoleteness.
9625         * cc-engine.el, cc-align.el, cc-cmds.el
9626         (c-append-backslashes-forward, c-delete-backslashes-forward)
9627         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9628         Compensate for return value from `forward-line' when it has moved
9629         but not to a different line due to eob.
9631         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9632         `objc-method-intro' and `objc-method-args-cont'.
9634 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9636         CC Mode update to 5.30.10:
9638         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9639         in the copyright statement.  Incidentally, change "along with GNU
9640         Emacs" to "along with this program" where it occurs.
9642         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9643         so that it is interactive, hence can be found by M-x awk-mode
9644         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9645         <gmorris+emacs@ast.cam.ac.uk>.
9647         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9648         Mode's regexps.
9650 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9652         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9653         c-parse-state, to avoid a lisp error (on bad code).
9655 2005-05-23  Lute Kamstra  <lute@gnu.org>
9657         * subr.el (font-lock-defaults): Remove defvar as it's already
9658         defined in font-core.el.
9660         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9662 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9664         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9665         more general and work when GDB variable "print pretty" is on,
9666         as with Emacs, for example.
9668 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9670         * font-core.el: Update comment.
9672         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9673         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9675         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9677 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9679         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9680         and `yank-handler' in the doc strings.
9682 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9686 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9688         * help.el (describe-key): Move print-help-return-message call
9689         out of conditional.
9691         * progmodes/etags.el (list-tags): Use with-no-warnings.
9693         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9694         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9695         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9697         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9699         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9700         Add defvar.
9702         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9703         Use defvar, not defconst.
9705         * hexl.el (hexl-follow-line): Use with-no-warnings.
9707         * emulation/tpu-extras.el: Use write-file-functions instead of
9708         write-file-hooks.
9710         * dired.el (dired-font-lock-keywords): Fontify files with junk
9711         extensions even if marked by -F.
9713 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9715         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9716         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9717         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9718         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9719         (concatenate, list-length, get*, getf, cl-remprop):
9720         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9721         (etypecase, progv, lexical-let, lexical-let*)
9722         (multiple-value-bind, multiple-value-setq, shiftf):
9723         Improve argument/docstring consistency.
9725         * subr.el (focus-frame, unfocus-frame):
9726         Revert deletion on 2005-05-01.
9728 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9730         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9731         doesn't exist.
9733         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9734         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9736 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9738         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9739         already deleted variables: auto-fill-hook, blink-paren-hook,
9740         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9741         suspend-hooks, comment-indent-hook, meta-flag,
9742         before-change-function, after-change-function,
9743         font-lock-doc-string-face.
9745 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9747         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9749 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9751         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9752         rmail-dont-reply-to.
9754 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9756         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9757         literal blank when splitting new-header-values.
9759 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9761         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9762         string so that tmm doesn't create a completion entry for it.
9764         * textmodes/table.el (table-disable-menu): Ditto.
9766 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9768         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9770         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9772         * net/rcompile.el (remote-compile): Use compilation-start.
9774         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9776 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9778         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9779         Default to makefile-bsdmake-mode on BSD systems.
9781         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9782         REGEXP may also be a search function now.  The part of doc-string
9783         for describing the structure was 95% identical to that of
9784         `imenu--generic-function'.  Unify it there.
9786         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9787         Use function to find dependencies, because regexp alone is so complex,
9788         it easily goes into an endless loop.
9789         (makefile-makepp-mode): Also add submenu for Perl functions
9790         defined in the makefile.
9791         (makefile-bsdmake-mode): Special imenu-generic-expression no
9792         longer needed, due to function call.
9793         (makefile-match-dependency): Take BOUND into account when checking
9794         if we're through.
9796 2005-05-20  Jay Belanger  <belanger@truman.edu>
9798         * calc/calc-units.el (calc-invalidate-units-table):
9799         Use inhibit-read-only.
9800         (math-build-units-table-buffer): Use view-mode.
9802 2005-05-20  David Kastrup  <dak@gnu.org>
9804         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9805         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9807 2005-05-20  Lute Kamstra  <lute@gnu.org>
9809         * diff-mode.el (diff-header-face, diff-file-header-face)
9810         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9811         (diff-added-face, diff-changed-face, diff-function-face)
9812         (diff-context-face, diff-nonexistent-face): Put them in the
9813         diff-mode customization group.
9815 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9819         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9821         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9822         Minor regexp-optimization.
9824 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9826         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9827         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9828         (org-agenda-add-time-grid-maybe): New function.
9829         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9830         (org-table-create): `dotimes' instead of `mapcar'.
9831         (org-xor): Simplify implementation.
9832         (org-agenda): `inhibit-redisplay' turned on.
9833         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9834         a consistent line after a state change.
9835         (org-agenda-remove-times-when-in-prefix): New option.
9836         (org-prefix-has-time): New variable.
9837         (org-parse-time-string): Optional argument NODEFAULT.
9838         (org-format-agenda-item): Parse items for time-of-day
9839         specifications and move these into the prefix if possible.
9840         (org-agenda-priority): Get current heading, not previous heading
9841         during agenda remote editing.
9843 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9845         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9846         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9847         (remove-duplicates, delete-duplicates, substitute)
9848         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9849         (nsubstitute-if-not, find, find-if, find-if-not, position)
9850         (position-if, position-if-not, count, count-if, count-if-not)
9851         (mismatch, search, sort*, stable-sort, merge, member*)
9852         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9853         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9854         (intersection, nintersection, set-difference, nset-difference)
9855         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9856         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9857         (nsublis, tree-equal): Improve argument/docstring consistency.
9859         * subr.el (send-string, send-region):
9860         Remove obsolescence declaration.
9861         (window-dot, set-window-dot, read-input, show-buffer)
9862         (eval-current-buffer, string-to-int):
9863         Add release number to obsolescence declarations.
9865 2005-05-19  Kim F. Storm  <storm@cua.dk>
9867         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9868         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9870 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9872         * faces.el (list-faces-display): Make back button respect optional
9873         regexp arg.
9875 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9877         * calculator.el (calculator-radix-grouping-mode)
9878         (calculator-radix-grouping-digits, calculator-displayer)
9879         (calculator-radix-grouping-separator, calculator-copy-displayer):
9880         * dabbrev.el (dabbrev-search-these-buffers-only):
9881         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9882         (diff-advance-after-apply-hunk, diff-mode-hook)
9883         (diff-minor-mode-prefix):
9884         * imenu.el (imenu-use-popup-menu):
9885         * jit-lock.el (jit-lock-context-time):
9886         * newcomment.el (comment-fill-column, comment-column)
9887         (comment-style, comment-padding, comment-multi-line)
9888         (comment-empty-lines, comment-auto-fill-only-comments):
9889         * reveal.el (reveal-around-mark):
9890         * uniquify.el (uniquify-buffer-name-style)
9891         (uniquify-after-kill-buffer-p)
9892         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9893         (uniquify-min-dir-content, uniquify-separator)
9894         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9895         * w32-vars.el (w32-fixed-font-alist):
9896         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9897         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9898         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9899         * progmodes/perl-mode.el (perl-indent-level)
9900         (perl-continued-statement-offset, perl-continued-brace-offset)
9901         (perl-brace-offset, perl-brace-imaginary-offset)
9902         (perl-label-offset, perl-indent-continued-arguments)
9903         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9904         * progmodes/tcl.el (tcl-indent-level)
9905         (tcl-continued-indent-level, tcl-auto-newline)
9906         (tcl-tab-always-indent, tcl-electric-hash-style)
9907         (tcl-help-directory-list, tcl-use-smart-word-finder)
9908         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9909         (inferior-tcl-source-command):
9910         * textmodes/fill.el (enable-kinsoku):
9911         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9912         * textmodes/table.el (table-yank-handler):
9913         Specify missing group (and type, if simple) in defcustom.
9915 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9917         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9919 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9921         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9923         * subr.el (event-basic-type): Don't get an error.
9924         (left-fringe-p): Function deleted.
9926         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9927         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9929         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9930         in recursive copy.
9932         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9934         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9936         * emacs-lisp/bytecomp.el
9937         (byte-compile-file-form-custom-declare-variable): Call
9938         byte-compile-nogroup-warn if appropriate.
9940         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9941         (compilation-set-window): Don't call left-fringe-p; do it directly.
9943 2005-05-19  Jay Belanger  <belanger@truman.edu>
9945         * calc/calc-graph.el (calc-graph-format-data): Make sure
9946         var-PlotRejects is bound before trying to check its value.
9948 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9950         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9951         definition of this variable from reftex-global.el to reftex.el,
9952         because it is needed in the menu.
9954 2005-05-19  Lute Kamstra  <lute@gnu.org>
9956         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9957         years are fixed.  Don't insert a space after a dash.
9959 2005-05-19  Kim F. Storm  <storm@cua.dk>
9961         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9963 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9965         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9966         strings, because (eq ... ?\\) is fairly frequent.
9968         * progmodes/make-mode.el (makefile-add-this-line-targets):
9969         Simplify and integrate into `makefile-pickup-targets'.
9970         (makefile-add-this-line-macro): Simplify and integrate into
9971         `makefile-pickup-macros.
9972         (makefile-pickup-filenames-as-targets): Simplify.
9973         (makefile-previous-dependency, makefile-match-dependency):
9974         Don't stumble over `::'.
9976 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9978         * subr.el (post-command-idle-hook, post-command-idle-delay):
9979         Remove obsoletion of post-command-idle-hook and
9980         post-command-idle-delay.
9982         * faces.el (list-faces-display): Provide button when describe-face
9983         is called to take user back to the list of faces.
9985         * help-fns.el (describe-variable): Remove hyperlinks in a
9986         variable's value as these are quite frequently inappropriate.
9988         * follow.el (follow-submit-feedback, follow-mode):
9989         Remove references to post-command-idle-hook.
9991 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9993         * progmodes/make-mode.el (makefile-previous-dependency)
9994         (makefile-match-dependency): Check for := (and in bsd mode also
9995         !=) to give a better result, even when font-lock is not on.
9997 2005-05-18  Jay Belanger  <belanger@truman.edu>
9999         * calc/calc-help.el (calc-s-prefix-help):
10000         Add `calc-copy-special-constant' to help string.
10002 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10004         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10006 2005-05-18  Jay Belanger  <belanger@truman.edu>
10008         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10009         in linear factors are in proper order.
10011 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10013         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10014         Support for jurabib.
10016         * textmodes/reftex.el (featurep): Define aliases for overlay
10017         commands, for XEmacs compatibility, and use these aliases in
10018         overlay initializations.
10019         (reftex-highlight): Use `reftex-move-overlay'.
10020         (reftex-unhighlight): Use `reftex-delete-overlay'.
10021         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
10022         (reftex-access-search-path): Use `reftex-uniquify' instead of
10023         `reftex-uniq'
10025         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10026         `before-string' property modification enables for Emacs as well.
10027         (reftex-select-item): Use `reftex-delete-overlay'.
10028         (reftex-select-mark): Use `reftex-make-overlay' and
10029         `reftex-overlay-put'.
10030         (reftex-select-unmark): Use `reftex-delete-overlay' and
10031         `reftex-overlay-put'.
10033 2005-05-18  Lute Kamstra  <lute@gnu.org>
10035         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10037 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10039         * add-log.el (add-change-log-entry):
10040         * array.el (array-make-template, array-reconfigure-rows)
10041         (array-init-max-row, array-init-max-column)
10042         (array-init-columns-per-line, array-init-field-width):
10043         * replace.el (replace-match-maybe-edit, perform-replace):
10044         * textmodes/spell.el (spell-region):
10045         Replace `read-input' by `read-string'.
10047         * forms.el (forms-mode):
10048         * finder.el (finder-compile-keywords):
10049         * shadowfile.el (shadow-read-files):
10050         Replace `eval-current-buffer' by `eval-buffer'.
10052         * terminal.el (te-pass-through):
10053         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10054         (ange-ftp-raw-send-cmd):
10055         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10056         (send-process-next-char, telnet-initial-filter, telnet):
10057         Replace `send-string' by `process-send-string'.
10059         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10060         (prolog-consult-region): Replace `send-string' by
10061         `process-send-string'; replace `send-region' by `process-send-region'.
10063         * progmodes/delphi.el (delphi-log-msg):
10064         Replace `set-window-dot' by `set-window-point'.
10066         * subr.el (window-dot, set-window-dot, read-input, send-string)
10067         (send-region, show-buffer, eval-current-buffer):
10068         Make really obsolete, as the comment says.
10070 2005-05-17  Kim F. Storm  <storm@cua.dk>
10072         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10073         (cua--init-keymaps): Bind C-return instead of S-return to set
10074         rectangle mark.
10076         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10077         instead of S-return to toggle/clear rectangle mark.
10079 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10081         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10082         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10083         Also fontify plain strings assigned to variables, mostly so that a
10084         colon has a face and is thus not taken as a dependency separator.
10085         (makefile-previous-dependency): Inline the new matcher, because it
10086         is too complex to work in both directions.
10087         (makefile-match-dependency): Eliminate `backward' arg (see above).
10088         Completely reimplemented so as to not sometimes go into an endless
10089         loop.  It should also be more efficient, because first it only
10090         searches for `:', instead of applying the very complex regexp.
10091         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10092         to be fontified in one piece can be too long for JIT.
10093         Makefiles are never *that* big.
10095 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10097         * dired.el (dired-mode): Simplify.
10099 2005-05-17  Lute Kamstra  <lute@gnu.org>
10101         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10102         defcustom for the mode hook variable.
10104         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10105         Emacs Lisp Reference Manual.
10107 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10109         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10110         (evenp, list*):
10111         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10112         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10114         * net/tramp-smb.el (tramp-smb-open-connection):
10115         Pass `tramp-chunksize' as fifth (required) argument.
10117 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10119         * font-lock.el (lisp-font-lock-keywords-1):
10120         Set `font-lock-negation-char-face' for [^...] char group.
10121         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10123         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10124         a var, and refine it to mask one more level of nested vars.
10125         (makefile-rule-action-regex): Turn it into a var, and refine it so
10126         it recognizes backslashed continuation lines as belonging to the
10127         same command.
10128         (makefile-macroassign-regex): Refine it so it recognizes
10129         backslashed continuation lines as belonging to the same command.
10130         (makefile-var-use-regex): Don't look at the next char, because it
10131         might be the same one to be skipped by the initial [^$], leading
10132         to an overlooked variable use.
10133         (makefile-make-font-lock-keywords): Remove two parameters, which
10134         are now variables that some of the modes set locally.
10135         Handle dependency and rule action matching through functions, because
10136         regexps alone match too often.  Dependency matching now comes
10137         last, so it can check, whether a colon already matched something else.
10138         (makefile-mode): Inform that font-lock improves makefile parsing
10139         capabilities.
10140         (makefile-match-dependency, makefile-match-action): New functions.
10142 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10144         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10146         * align.el (align-regexp):
10147         * ansi-color.el (ansi-color-get-face):
10148         * array.el (array-reconfigure-rows, array-init-max-row)
10149         (array-init-max-column, array-init-columns-per-line)
10150         (array-init-field-width):
10151         * dired-aux.el (dired-trample-file-versions):
10152         * dired-x.el (dired-mark-sexp):
10153         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10154         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10155         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10156         * faces.el (face-read-integer):
10157         * files.el (backup-extract-version, insert-directory):
10158         * hexl.el (hexl-insert-decimal-char):
10159         * server.el (server-process-filter):
10160         * shell.el (shell-extract-num):
10161         * startup.el (command-line-1):
10162         * term.el (term-command-hook):
10163         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10164         (time-stamp-do-number):
10165         * time.el (display-time-update):
10166         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10167         (timezone-fix-time):
10168         * vms-patch.el (vms-suspend-resume-hook):
10169         * calendar/appt.el (appt-convert-time):
10170         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10171         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10172         * calendar/cal-islam.el (mark-islamic-diary-entries):
10173         * calendar/calendar.el (calendar-cursor-to-date)
10174         (calendar-star-date):
10175         * calendar/diary-lib.el (diary-attrtype-convert)
10176         (mark-diary-entries, diary-entry-time):
10177         * calendar/solar.el (solar-get-number):
10178         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10179         * emacs-lisp/re-builder.el (reb-display-subexp):
10180         * emulation/edt.el (edt-set-scroll-margins):
10181         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10182         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10183         (vip-get-ex-count):
10184         * emulation/viper-ex.el (viper-get-ex-token)
10185         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10186         * international/fontset.el (fontset-plain-name):
10187         * mail/feedmail.el (feedmail-look-at-queue-directory):
10188         * mail/mailalias.el (mail-get-names):
10189         * mail/rmail.el (rmail-convert-to-babyl-format):
10190         * mail/rmailsum.el (rmail-make-basic-summary-line)
10191         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10192         (rmail-summary-goto-msg):
10193         * mail/smtpmail.el (smtpmail-read-response):
10194         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10195         (ange-ftp-vms-add-file-entry):
10196         * play/gametree.el (gametree-looking-at-ply)
10197         (gametree-current-branch-score):
10198         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10199         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10200         * progmodes/cperl-mode.el (condition-case):
10201         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10202         (ebrowse-set-member-buffer-column-width)
10203         (ebrowse-select-1st-to-9nth):
10204         * progmodes/etags.el (etags-snarf-tag):
10205         * progmodes/flymake.el (flymake-parse-line):
10206         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10207         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10208         (idlwave-shell-menu-def):
10209         * progmodes/ps-mode.el (ps-run-goto-error):
10210         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10211         (vhdl-speedbar-contract-level):
10212         * term/mac-win.el (x-handle-numeric-switch):
10213         * term/sun-mouse.el (sun-get-frame-data):
10214         * term/w32-win.el (x-handle-numeric-switch):
10215         * term/x-win.el (x-handle-numeric-switch):
10216         * textmodes/ispell.el (ispell-parse-output):
10217         * textmodes/nroff-mode.el (nroff-outline-level):
10218         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10219         (reftex-bib-sort-year-reverse, reftex-format-citation):
10220         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10221         (reftex-section-number):
10222         * textmodes/texinfmt.el (texinfo-paragraphindent):
10223         Replace `string-to-int' by `string-to-number'.
10225         * international/latexenc.el: Add page marker to force the "Local
10226         Variables:" string out of the last page.
10228 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10230         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10231         tooltip-change-major-mode.
10232         (gud-tooltip-print-command): Remove case where gud-minor-mode
10233         is gdb ("--fullname").
10234         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10235         explain to user.
10237 2005-05-16  Jay Belanger  <belanger@truman.edu>
10239         * calc/calc-store.el (calc-copy-special-constant): New function.
10241         * calc/calc-ext.el (calc-init-extensions): Add binding for
10242         `calc-copy-special-constant'.
10244         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10245         for the `calc-copy-special-constant' command.
10247 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10249         * subr.el (left-fringe-p): New function.
10251         * progmodes/compile.el (compilation-setup): Set local value of
10252         overlay-arrow-string to "" always.
10253         (compilation-set-window): Left fringe then don't scroll.
10254         No left fringe then no arrow and scroll message to top.
10255         (compilation-context-lines): Adjust doc string accordingly.
10257 2005-05-16  Kim F. Storm  <storm@cua.dk>
10259         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10260         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10261         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10262         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10263         (ido-read-file-name): Handle commands with ido property value
10264         equal to find-file as reading a file name, to allow C-d to enter dired.
10265         (ibuffer-find-file): Add ido property with value find-file.
10267 2005-05-15  Kim F. Storm  <storm@cua.dk>
10269         * subr.el (open-network-stream-nowait): Remove.
10270         (open-network-stream-server): Remove.
10272 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10274         * faces.el (describe-face): Output a definition link button.
10276         * help-mode.el (help-face-def): New button type.
10278         * emacs-lisp/copyright.el (copyright-fix-years):
10279         Match properly if the first year is 2-digit.
10280         Don't mess up the whitespace after the years by filling.
10282         * dired-aux.el (dired-mark-confirm):
10283         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10285         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10286         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10287         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10289         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10290         Set font-lock-comment-start-skip.
10292         * font-lock.el (font-lock-comment-start-skip): New variable.
10293         (font-lock-comment-end-skip): New variable.
10294         (font-lock-fontify-syntactically-region): Use them if non-nil.
10296 2005-05-15  Jay Belanger  <belanger@truman.edu>
10298         * calc/calc-store.el (calc-store-value): Return a string rather
10299         than display it as a message.
10300         Use calc-var-name for variable name.
10301         (calc-store-into): Add the result of calc-store-value to message.
10302         (calc-copy-variable): Add a message.
10303         (calc-store-exchange): Improve error messages.
10304         (calc-store-binary, calc-store-map): Don't reset the values of
10305         special constants.
10307 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10309         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10310         manual to docstring.
10312         * files.el (hack-local-variables-confirm): Add STRING argument.
10313         Make the function handle non file visiting buffers correctly.
10314         (hack-local-variables-prop-line, hack-local-variables)
10315         (hack-one-local-variable): Use STRING arg of
10316         `hack-local-variables-confirm'.
10318 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10320         Sync with Tramp 2.0.49.
10322         * net/tramp.el (tramp-handle-dired-call-process)
10323         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10324         because the contents of the Tramp buffer is changed before
10325         insertion (`expand-file' and alike).
10326         (tramp-handle-insert-directory): If `localname' has an empty
10327         nondirectory name, it must not be quoted.
10328         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10329         variable `tramp-chunksize'.  Change callees.
10330         (tramp-open-connection-setup-interactive-shell): Check remote host
10331         for buggy `send-process-string' implementation.
10332         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10333         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10334         (tramp-handle-shell-command): `insert-buffer' cannot be used
10335         because the contents of the Tramp buffer is changed before
10336         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10337         <frederic.bothamy@free.fr>.
10338         (tramp-set-auto-save): Actions should be done for Tramp file name
10339         handler only.  Ange-FTP has its own auto-save mechanism.
10340         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10341         (tramp-set-auto-save-file-modes): Set file modes of
10342         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10343         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10344         (tramp-bug): Remove obsolete variable.
10345         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10346         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10348 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10350         * ibuf-ext.el (define-ibuffer-filter filename):
10351         If `dired-directory' is a list, use its car.
10353 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10355         * ibuffer.el (define-ibuffer-column filename):
10356         If `dired-directory' is a list, use its car.
10358 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10360         * subr.el (symbol-file): Doc fix.
10362         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10363         (byte-compile-form): Call byte-compile-nogroup-warn.
10364         (byte-compile-warning-types): Doc fix.
10366         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10368         * progmodes/cc-engine.el (c-literal-faces):
10369         Add font-lock-comment-delimiter-face.
10371         * net/net-utils.el (dig): Use with-no-warnings.
10373         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10374         (sc-recite-frame-alist, sc-default-cite-frame)
10375         (sc-default-uncite-frame, sc-default-recite-frame)
10376         (sc-attrib-selection-list, sc-rewrite-header-list):
10377         Mark as risky-local-variable.
10379         * international/ogonek.el (ogonek-jak, ogonek-how):
10380         Don't use beginning-of-buffer.
10382         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10384         * calendar/solar.el (solar-data-list): Move definition up.
10386         * dnd.el (dnd-protocol-alist): Add autoload.
10388         * progmodes/sh-script.el: Many doc usage fixes.
10389         (sh-indent-after-do): Change default to match common styles.
10391 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10393         * files.el (interpreter-mode-alist)
10394         (auto-mode-interpreter-regexp): Doc fixes.
10396 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10398         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10400         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10402 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10404         * dired.el (dired-mode): make-variable-buffer-local =>
10405         make-local-variable.
10407 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10409         * term/mac-win.el (mac-select-convert-to-string): Try coding
10410         systems in mac-script-code-coding-systems if specified one cannot
10411         encode string for `com.apple.traditional-mac-plain-text'.
10413 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10415         * progmodes/make-mode.el (makefile-targets-face)
10416         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10417         (makefile-dependency-regex): Fix it to not make the colon in
10418         $(var:a=b) special.
10419         (makefile-rule-action-regex): New regexp for highlighting embedded
10420         Shell strings.
10421         (makefile-macroassign-regex): Handle != for highlighting as
10422         embedded Shell strings.
10423         (makefile-var-use-regex): New const.
10424         (makefile-statements, makefile-automake-statements)
10425         (makefile-gmake-statements, makefile-makepp-statements)
10426         (makefile-bsdmake-statements): New consts.
10427         (makefile-make-font-lock-keywords): New function.
10428         (makefile-automake-font-lock-keywords)
10429         (makefile-gmake-font-lock-keywords)
10430         (makefile-makepp-font-lock-keywords)
10431         (makefile-bsdmake-font-lock-keywords): New consts.
10432         (makefile-mode-map): Add switchers between the various submodes.
10433         (makefile-mode): Document the availability of the variants.
10434         (makefile-automake-mode, makefile-gmake-mode)
10435         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10437         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10438         new variants of makefile-mode.
10440 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10442         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10443         the inheritance.
10445 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10447         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10448         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10450         * files.el (normal-mode): Extend the scope of the
10451         `enable-local-variables' binding to include the `set-auto-mode' call.
10452         (magic-mode-alist): Doc fix.
10454 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10457         font-lock-comment-face rather than copying its setting.
10459 2005-05-12  Andreas Schwab  <schwab@suse.de>
10461         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10463 2005-05-12  Lute Kamstra  <lute@gnu.org>
10465         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10466         defcustom for the mode hook variable.  Delete the last argument.
10467         * generic-x.el: Fix callers of define-generic-mode.
10468         (generic-x-modes): Delete group.
10469         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10470         generic-x customization group.
10472 2005-05-12  Kim F. Storm  <storm@cua.dk>
10474         * font-lock.el (font-lock-negation-char-face): Default to "off".
10476         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10477         font-lock-negation-char-face to ! in !=.
10479 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10481         * add-log.el (find-change-log): Fix typos in the docstring
10482         of function.
10484 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10486         * international/latexenc.el (latexenc-find-file-coding-system):
10487         Avoid `re-search-forward' when looking for input encoding because
10488         of speed and safety.  Better regular expressions for recognizing
10489         input encoding.  Limit a search for TeX-master/tex-main-file to
10490         the local variable section.
10492 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10494         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10495         syntax of $ to "'" (quote).
10497 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10499         * dnd.el (dnd-protocol-alist): Improve custom type.
10501         * dired.el (dired-dnd-protocol-alist): New variable.
10502         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10503         `dired-mode-hook' to the end.
10505 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10507         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10508         comment-end if comment-start-skip is not set.
10509         Obey the font-lock-comment-delimiter-face variables.
10511 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10513         * files.el (executable-find): Move from executable.el.  Use
10514         locate-file.
10515         * progmodes/executable.el (executable-find): Move to files.el.
10517         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10518         when trying to ensure forward progress.
10520 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10522         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10523         (mouse-select, mouse-select-internal, mouse-extend-internal):
10524         Use it to implement mouse-1-click-follows-link functionality.
10526 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10528         * font-lock.el (font-lock-fontify-syntactically-region):
10529         Use font-lock-comment-delimiter-face for comment delimiters.
10531 2005-05-10  Jay Belanger  <belanger@truman.edu>
10533         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10534         preserving embedded modes.
10536 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10538         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10540         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10541         Move from ada-stmt.el.
10542         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10544         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10545         Move to ada-mode.el.
10546         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10548         * cus-edit.el (custom-file): Call file-chase-links.
10550         * files.el (read-directory-name): Fix previous change.
10551         (hack-local-variables-confirm): New function.
10552         (hack-local-variables-prop-line, hack-local-variables)
10553         (hack-one-local-variable): Use it.
10555 2005-05-10  Lute Kamstra  <lute@gnu.org>
10557         * font-lock.el (font-lock-keywords-alist)
10558         (font-lock-removed-keywords-alist): Clarify docstrings.
10560 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10562         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10563         (gdb-source-info): Check for preprocessor info.
10564         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10565         a macro for a function.
10566         (gdb-info-breakpoints-custom): Try to find file again if not already
10567         found (user might have used GDB dir command).
10568         (gdb-get-location): Update gdb-location-alist correctly for change
10569         to gdb-info-breakpoints-custom.
10571         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10572         (gud-tooltip-print-command): Add gdbmi case.
10573         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10574         preprocessor info.
10576 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10578         * startup.el (fancy-splash-insert): Fix typo in doc string.
10580 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10582         * obsolete/float.el (string-to-float):
10583         * obsolete/hilit19.el (hilit-add-pattern):
10584         * obsolete/rnews.el (news-parse-range, news-select-message)
10585         (news-get-pruned-list-of-files): Replace `string-to-int' by
10586         `string-to-number'.
10588         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10589         `find-file-not-found-hooks'; use `add-hook'.
10590         (uncompress-while-visiting): Set `write-file-functions', not
10591         `write-file-hooks'; use `add-hook'.
10593 2005-05-09  Kim F. Storm  <storm@cua.dk>
10595         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10596         (cua-paste): Handle clipboard action.
10597         (cua--init-keymaps): Remap clipboard-kill-region and
10598         clipboard-kill-ring-save.
10600 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10602         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10603         Improve commentary.
10605         * simple.el (next-error-overlay-arrow-position): Revert the change
10606         made on 2005-04-30.
10608 2005-05-07  Jay Belanger  <belanger@truman.edu>
10610         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10611         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10612         `calc-sel-reselect'.
10614         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10615         Calc is in embedded mode.
10617 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10619         * progmodes/compile.el (compilation-setup):
10620         Set overlay-arrow-string to an empty string on text terminals.
10622         * textmodes/ispell.el (ispell-program-name): Try looking for
10623         "aspell" along exec-path, and if found, use it as the default
10624         speller program.
10626 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10628         * international/mule.el (sgml-xml-auto-coding-function):
10629         Recognize encoding='FOO' in single quotes as well as in double quotes.
10631 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10633         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10634         as well as `interactive', so that defmacro* would recognize
10635         `declare' forms.
10637 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10639         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10640         Explain more about the LIGHTER arg's usage in the doc string.
10641         Add commentary to clarify what the code does.  Fix the regexp that
10642         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10643         since it could have characters special to regular expressions.
10645 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10647         * replace.el (occur-1): Bind inhibit-read-only so that
10648         erase-buffer doesn't barf on read-only text properties (likewise
10649         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10650         (occur-engine): Don't set buffer-read-only here.
10652 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10654         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10655         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10656         sometimes mistakenly reused as a *cvs* buffer.
10658 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10660         * tooltip.el: Move code for GUD tooltips into gud.el.
10661         (require): CL no longer needed to compile case.
10662         (tooltip-mode): Do not toggle functions for GUD tooltips.
10663         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10664         gud-tooltip-mode in gud.el.
10665         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10666         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10667         tooltip-gud prefix with gud-tooltip and obsolete.
10668         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10669         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10670         (tooltip-mouse-motion): Mouse movement functions/variable.
10671         Rename in gud.el by adding gud prefix.
10672         (tooltip-gud-original-filter, tooltip-gud-dereference)
10673         (tooltip-gud-event, tooltip-toggle-gud-tips)
10674         (tooltip-gud-process-output, tooltip-gud-print-command)
10675         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10676         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10677         (gdb-tooltip-print): Move to gdb-ui.el.
10679         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10680         (require): CL needed to compile case.
10681         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10682         tooltip-gud-tips-p.  Make it a minor-mode.
10683         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10684         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10685         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10686         (gud-tooltip-change-major-mode)
10687         (gud-tooltip-activate-mouse-motions-if-enabled)
10688         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10689         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10690         (gud-tooltip-original-filter, gud-tooltip-dereference)
10691         (gud-tooltip-event, tooltip-toggle-gud-tips)
10692         (gud-tooltip-process-output, gud-tooltip-print-command)
10693         (gud-tooltip-tips): Move from tooltip.el.
10695         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10696         (gdb-cpp-define-alist-flags): Doc fix.
10697         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10698         gud-tooltip-mode is t.
10700 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10703         evaporate if their text is deleted.
10704         (goto-address-at-point): Make it work as a mouse binding as well.
10705         (goto-address-at-mouse): Obsolete it.  Update users.
10707 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10709         * calendar/appt.el (top-level): No longer activate on load.
10711 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10713         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10714         * net/webjump.el (webjump):
10715         * progmodes/idlw-help.el (idlwave-do-context-help1)
10716         (idlwave-highlight-linked-completions):
10717         * textmodes/po.el (po-find-file-coding-system-guts):
10718         Replace `assoc-ignore-case' by `assoc-string'.
10720 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10722         * files.el (locate-file): Doc fix.
10724         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10725         Remove the redundant test for ms-dos.
10727         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10728         look for the preprocessor with exec-suffixes.  If not found in
10729         standard places, look in exec-path.  Remove most of the tests that
10730         used system-type.
10732         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10734         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10736         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10737         file-name clash with jka-compr.el on 8+3 filesystems.
10739 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10741         * term/mac-win.el: Don't define or bind scroll bar functions if
10742         x-toolkit-scroll-bars is t.
10743         (x-select-text, x-get-selection-value): Clear
10744         x-last-selected-text-clipboard if x-select-enable-clipboard is
10745         nil.
10746         (PRIMARY): Put mac-scrap-name property.
10747         (mac-select-convert-to-file-url): New function.
10748         (public.file-url): New selection target type.  Add to
10749         selection-converter-alist.
10750         (x-get-selection, x-selection-value): Handle it.
10751         (x-cut-buffer-or-selection-value): New alias.
10753 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10755         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10756         entry to avoid calling bibtex-find-entry with arg global
10757         being t.  Remove arg key.
10758         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10759         (bibtex-copy-summary-as-kill): Change accordingly.
10761 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10764         (org-agenda-date-later): Use with-current-buffer.
10766 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10768         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10769         (define-obsolete-variable-alias): Doc Fixes.
10771 2005-05-06  Kim F. Storm  <storm@cua.dk>
10773         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10774         vertical-motion when selective-display is active.
10776         * ido.el (ido-setup-hook): New hook.
10777         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10778         (ido-input-stack): New var.
10779         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10780         ido-next-work-file binding to M-O.
10781         Bind M-f to ido-wide-find-file-or-pop-dir.
10782         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10783         (ido-read-internal): Run ido-setup-hook.
10784         Catch quit in read-file-name and read-string to cancel edit.
10785         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10786         Automatically pop-all when completing a directory name (RET).
10787         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10788         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10789         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10790         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10791         New functions for M-b/M-f to move among the directory components.
10792         (ido-make-merged-file-list): Catch quit to cancel merge.
10793         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10794         (ido-completion-help): No warnings for ido-completion-buffer-full.
10796 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10798         * font-lock.el (font-lock-negation-char-face): New face and variable.
10799         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10800         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10801         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10802         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10804 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10806         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10807         Fix typo in docstring.
10809         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10810         (ebrowse-print-statistics-line)
10811         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10813         * term/w32-win.el (image-library-alist): Add additional name for
10814         Xpm library.
10816 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10818         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10819         use gcc instead of cpp.
10821         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10822         (gdb-create-define-alist): Use it.
10823         (gdb-cpp-define-alist-program): Update for MS-DOS.
10825 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10827         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10829 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10831         * help.el (describe-key): No error when UNTRANSLATED is nil.
10833         * simple.el (line-move-1): Fix previous change to signal errors
10834         appropriately.
10836 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10838         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10839         (icalendar-duration-correction): Remove.
10840         (icalendar--get-event-properties): Split result at commas.
10841         (icalendar--decode-isoduration): New optional argument
10842         DURATION-CORRECTION.
10843         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10844         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10845         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10846         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10847         (icalendar--convert-anniversary-to-ical): New functions, extracted
10848         from icalendar-export-region, with bug fixes.
10849         (icalendar-export-region): Use the above functions.
10850         (icalendar-import-buffer): Check before saving diary file.
10851         (icalendar--convert-recurring-to-diary)
10852         (icalendar--convert-non-recurring-all-day-to-diary)
10853         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10854         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10855         (icalendar--convert-ical-to-diary): Use the above functions.
10857 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10859         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10860         Remove these recent additions.
10861         (c-mode): Restore to before 2005-04-28.
10863         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10864         recent addition.
10866         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10867         (gdb-define-alist): New variables.
10868         (gdb-create-define-alist): New function.
10869         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10870         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10871         with string-to-number.
10872         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10874         * progmodes/gud.el: Replace string-to-int with string-to-number.
10875         (gud-find-file): Handle gdb-define-alist.
10877         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10879 2005-05-02  Jay Belanger  <belanger@truman.edu>
10881         * calc/calc-aent.el (math-read-token):
10882         * calc/calc-bin.el (calc-word-size):
10883         * calc/calc-ext.el (calc-read-number-fancy):
10884         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10885         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10886         * calc/calc-frac.el (calc-over-notation):
10887         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10888         (calc-graph-num-points, calc-graph-init):
10889         * calc/calc-prog.el (calc-read-parse-table-part)
10890         (calc-edit-macro-repeats):
10891         * calc/calc-yank.el (calc-do-grab-rectangle):
10892         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10893         Replace `string-to-int' by `string-to-number'.
10895 2005-05-02  Kim F. Storm  <storm@cua.dk>
10897         * kmacro.el: Use executing-kbd-macro-index variable.
10899 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10901         * net/rlogin.el (rlogin-parse-words): Delete func.
10902         (rlogin): Use split-string, not rlogin-parse-words.
10903         Also, if there are option-like elements in the parsed args,
10904         take the host to be the first arg immediately following them.
10905         Suggested by Michael Mauger.
10907 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10909         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10911 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10913         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10914         (cc-mode-cpp-program): Rename to cc-define-list-program and
10915         move to cc-vars.el.
10917         * progmodes/cc-vars.el (cc-define-list-program):
10918         Change to "gcc -E -dM -".  Make customizable.
10920 2005-05-02  Kim F. Storm  <storm@cua.dk>
10922         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10924 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10926         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10928         * international/mule-util.el (truncate-string): Remove alias and
10929         obsolete declaration.
10931         * international/mule-cmds.el (update-iso-coding-systems):
10932         Remove alias and obsolete declaration.
10934         * international/mule.el (coding-system-parent): Remove alias and
10935         obsolete declaration.
10937         * subr.el (define-function, sref): Remove aliases and obsolete
10938         declarations.
10939         (chars-in-region): Remove obsolete declaration.
10941 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10943         * info.el (Info-mode): Set widen-automatically to nil, locally.
10945         * simple.el (widen-automatically): New variable.
10946         (pop-global-mark): Obey widen-automatically.
10948 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10950         * term/xterm.el (function-key-map): Call substitute-key-definition
10951         before the keymap size is increased by a lot of define-key calls.
10953 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10955         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10956         Rename ARG to ELEMENT.  Doc fix.
10958 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10960         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10961         Remove references to allout-exposure/change to allout-new-exposure.
10963         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10964         bytecode symbols.
10966         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10967         (compiled-function-p, focus-frame, unfocus-frame):
10968         Remove aliases and obsolete declarations.
10969         Back out inadvertent changes from previous commit.
10971 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10973         * files.el (require-final-newline): Make Custom tags consistent
10974         with mode-require-final-newline.
10975         (mode-require-final-newline): Doc fix.
10977 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10979         * international/latexenc.el (latexenc-find-file-coding-system):
10980         Fix regular expressions.
10982 2005-05-01  David Kastrup <dak@gnu.org>
10984         * international/latexenc.el (latexenc-find-file-coding-system):
10985         Fix regular expressions.
10987 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10989         * subr.el (string-to-int): Make obsolete.
10991 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10993         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10995         * loadup.el: load jka-comp-hook.
10997         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10998         (jka-compr-handler): Add autoload.  `put' calls moved
10999         to jka-comp-hook.el.
11000         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11001         (jka-compr-inhibit): Autoload.
11003         * jka-comp-hook.el: New file.
11004         Enable the mode by default.
11006         * files.el (backup-buffer-copy): Use copy-file instead
11007         of write-region, and put back the 'excl.
11009 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
11011         * progmodes/flymake.el (flymake-split-string)
11012         (flymake-split-string, flymake-log, flymake-pid-to-names)
11013         (flymake-reg-names, flymake-get-source-buffer-name)
11014         (flymake-unreg-names, flymake-add-line-err-info)
11015         (flymake-add-err-info): Clarify docstrings.
11016         (flymake-popup-menu, flymake-make-emacs-menu)
11017         (flymake-make-xemacs-menu): Add docstrings.
11018         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11019         Set variables directly throughout.
11021 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
11023         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11024         exists.  Initialize cc-define-alist.
11025         (c-mode): Add cc-create-define-alist locally to after-save-hook.
11026         If there is no file (Macroexpansion) don't create an alist.
11028 2005-04-29  Sam Steingold  <sds@gnu.org>
11030         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11031         (cc-create-define-alist): Use it instead of the hard-coded string.
11033 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11036         for latexenc.
11038 2005-04-29  Lute Kamstra  <lute@gnu.org>
11040         * emacs-lisp/generic.el: Improve commentary section.
11041         (define-generic-mode): Improve docstring.
11043 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11045         * textmodes/org.el (many places): Change to quiet the byte compiler.
11046         (org-prefix-format-compiled): New variable.
11047         (org-compile-prefix-format): New function.
11048         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11049         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11050         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11051         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11052         consistency with entries from `org-mode' files.
11053         (org-get-time-of-day): Fix bug with partial matches early in a line.
11054         (org-non-link-chars): New constant.
11055         (org-link-regexp): Respect `org-non-link-chars'.
11056         (org-agenda-day-view): Remove command.
11057         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11058         (org-follow-bbdb-link, org-store-link): Search also company field.
11059         (org-highlight-overlay): New variable.
11060         (org-highlight, org-unhighlight): New functions.
11061         (org-agenda-mode): Add pre-command-hook to remove highlight.
11062         (org-evaluate-time-range): Behavior depends upon whether time stamp
11063         contains a time or not.
11064         (org-show-subtree, org-show-entry): New functions.
11065         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11067 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11069         * comint.el (comint-output-filter-functions): Add autoload cookie.
11071 2005-04-28  Kim F. Storm  <storm@cua.dk>
11073         * ido.el (ido-everywhere): Fix last change.
11075 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11077         * international/latexenc.el: New file.
11078         * international/mule-conf.el (file-coding-system-alist): For .tex,
11079         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11081 2005-04-28  Lute Kamstra  <lute@gnu.org>
11083         * font-lock.el (font-lock-add-keywords)
11084         (font-lock-remove-keywords): Clarify docstring.
11085         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11086         Don't start docstrings with a `*'.
11087         (font-lock-update-removed-keyword-alist): Give it a docstring.
11089         * generic-x.el: Update commentary section.
11090         Only require font-lock when compiling.
11091         Define all modes conditionally.
11092         Place all generic modes in the generic-x-modes customization group.
11093         (generic-x-modes): New customization group.
11094         (generic-default-modes, generic-mswindows-modes)
11095         (generic-unix-modes, generic-other-modes): New constants.
11096         (generic-define-mswindows-modes, generic-define-unix-modes):
11097         Update docstrings.  Make them obsolete.
11098         (generic-extras-enable-list): New default value.  Update docstring.
11099         Improve :type.  Change :set function.
11100         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11101         Fix docstring.
11103         * emacs-lisp/generic.el (generic-mode-internal):
11104         Simplify font-lock-defaults.
11105         (define-generic-mode): Fix docstring.
11107 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11109         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11110         font-lock-face property to highlight matches.
11112 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11114         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11115         (cc-define-alist): New variable.
11116         (c-mode): Make it local and initialize it.
11118         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11119         (gdb-exited): New function.
11120         (gdb-annotation-rules): Use it.
11121         (gdb-starting): Set gdb-active-process to t.
11122         (gdb-stopping): Amend doc string.
11123         (gdb-reset): Set gdb-active-process to nil.
11125         * tooltip.el (tooltip-gud-tips): Show the associated #define
11126         directives when a C program under GDB is not executing.
11128 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11130         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11131         font-lock-fontify-syntactic-keywords.
11133         * font-lock.el (font-lock-default-fontify-region): Don't force
11134         parse-sexp-lookup-properties to nil.
11136 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11138         * man.el (man-mode-syntax-table): Set up `:' to have
11139         word-constituent syntax.
11141 2005-04-27  Lute Kamstra  <lute@gnu.org>
11143         * novice.el (disable-command): Don't add spurious newlines to the
11144         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11146 2005-04-26  Jay Belanger  <belanger@truman.edu>
11148         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11149         than one window before deleting window.
11151 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11153         * shell.el (shell-prompt-pattern): Doc fix.
11154         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11156         * comint.el (comint-prompt-regexp, comint-get-old-input)
11157         (comint-use-prompt-regexp)
11158         (comint-use-prompt-regexp-instead-of-fields)
11159         (comint-replace-by-expanded-history, comint-send-input)
11160         (comint-output-filter, comint-get-old-input-default)
11161         (comint-line-beginning-position, comint-bol, comint-show-output)
11162         (comint-backward-matching-input, comint-forward-matching-input)
11163         (comint-next-prompt, comint-previous-prompt):
11164         Rename `comint-use-prompt-regexp-instead-of-fields' to
11165         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11166         obsolete.
11167         (comint-use-prompt-regexp): Shorten first line of doc string.
11169         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11170         Set paragraph-separate buffer locally to "\\'".
11172         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11173         Adapt to above name change.
11175         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11176         (smbclient-prompt-regexp): Ditto.
11178         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11180 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11182         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11183         gdb-location-list.
11184         Break lines that are over 80 characters wide.
11186 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11189         New fun and var, to preserve compatibility.
11191         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11193 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11195         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11196         name to file-newer-than-file-p.
11198 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11200         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11202         * progmodes/python.el (python-mode):
11203         Use new name eldoc-documentation-function.
11205         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11207         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11208         (eldoc-documentation-function):
11209         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11211 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11213         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11215 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11217         * term/xterm.el (function-key-map): Fix strings for
11218         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11219         {C,S,A,C-S}-{f1-f12}.
11221 2005-04-26  Kenichi Handa  <handa@m17n.org>
11223         * international/mule-cmds.el (select-safe-coding-system):
11224         Fix previous change.
11226 2005-04-26  Lute Kamstra  <lute@gnu.org>
11228         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11230         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11231         (font-lock-comment-delimiter-face): Ditto.
11233         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11235 2005-04-25  Jay Belanger  <belanger@truman.edu>
11237         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11238         to t while inserting information; use help-mode.
11240 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11242         * term.el (ansi-term-color-vector): Use the xterm colors.
11243         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11245 2005-04-25  Lute Kamstra  <lute@gnu.org>
11247         * font-core.el (font-lock-defaults): Fix docstring.
11249         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11251 2005-04-25  Kenichi Handa  <handa@m17n.org>
11253         * international/mule-cmds.el (select-safe-coding-system):
11254         Don't check consistency with coding: spec, etc if raw-text or
11255         no-conversion was found to be safe.
11257 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11259         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11260         citation markers at start of each line.
11262         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11263         citation markers at start of each line.
11265         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11267         * files.el (mode-require-final-newline): Fix previous change.
11268         (require-final-newline): Fix type label.
11270 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11272         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11273         statement in buffer (broken by 2004-11-24 change).
11275 2005-04-24  Kim F. Storm  <storm@cua.dk>
11277         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11278         and read-file-name-function values.  Don't overwrite existing
11279         non-nil values if ido-mode is enabled without ido-everywhere.
11281 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11283         * files.el (mode-require-final-newline): Minor doc fix.
11285 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11287         * subr.el (syntax-after): Doc fix.
11288         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11289         bits, not 8 bits.
11291         * files.el (mode-require-final-newline): Doc fix.
11292         (backup-buffer-copy): Fix last change.
11294 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11296         * term/mac-win.el: Require select.  Set selection-coding-system to
11297         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11298         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11299         (x-select-enable-clipboard): New variables.
11300         (x-select-text, x-get-selection, x-selection-value)
11301         (x-get-selection-value, mac-select-convert-to-string)
11302         (mac-services-open-file, mac-services-open-selection)
11303         (mac-services-insert-text): New functions.
11304         (CLIPBOARD, FIND): Put mac-scrap-name property.
11305         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11306         (public.tiff): Put mac-ostype property.
11307         (selection-converter-alist): Add entries for them.
11308         (mac-application-menu-map): New keymap.
11309         (interprogram-cut-function, interprogram-paste-function): Set to
11310         x-select-text and x-get-selection-value, respectively.
11311         (split-window-keep-point): Set to t.
11313 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11315         * files.el (read-directory-name): Always pass non-nil
11316         DEFAULT-FILENAME arg to read-file-name.
11317         (backup-buffer-copy, basic-save-buffer-2): Take care against
11318         writing thru an unexpected existing symlink.
11319         (revert-buffer): In indirect buffer, revert the base buffer.
11320         (magic-mode-alist): Doc fix.
11321         (buffer-stale-function): Doc fix.
11322         (minibuffer-with-setup-hook): Avoid warning.
11323         (mode-require-final-newline): Doc and custom fix.
11325         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11327         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11328         use the default appearance.
11329         (font-lock-comment-delimiter-face): New face, new variable.
11331         * imenu.el (imenu--generic-function): The official position of a
11332         definition is the start of the line that BEG is in.
11334         * midnight.el (midnight-timer): Move defvar up.
11336         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11338         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11340         * startup.el (command-line): Use with-no-warnings.
11342         * window.el (window-size-fixed): New defvar.
11344         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11346         * mail/rmail.el (rmail-font-lock-keywords):
11347         Use font-lock-comment-delimiter-face.
11349         * mail/sendmail.el (mail-font-lock-keywords):
11350         Use font-lock-comment-delimiter-face.
11352         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11354 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11356         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11357         Specify t for LAXMATCH when matching directories.
11358         Save match data around compilation-compat-error-properties form.
11360 2005-04-23  David Kastrup  <dak@gnu.org>
11362         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11363         Mention that the autoloaded aliases should be kept for AUCTeX.
11365 2005-04-23  Andreas Schwab  <schwab@suse.de>
11367         * isearch.el (isearch-forward): Doc fix.
11369 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11371         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11372         (jit-lock-stealth-nice): Change default value to 0.5.
11374 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11376         * abbrev.el (write-abbrev-file): Write table entries in
11377         alphabetical order by table name.
11379 2005-04-22  Kim F. Storm  <storm@cua.dk>
11381         * ido.el (ido-read-internal): Fix `list' completion.
11383 2005-04-22  Kenichi Handa  <handa@m17n.org>
11385         * recentf.el (recentf-save-file-coding-system): New variable.
11386         (recentf-save-list): Encode the file by
11387         recentf-save-file-coding-system and add coding: tag.
11389 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11391         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11393 2005-04-21  Lute Kamstra  <lute@gnu.org>
11395         * loadhist.el (unload-feature): Don't remove a function from hooks
11396         if it is about to be restored to an autoload .  Remove functions
11397         that will become unbound from auto-mode-alist.  Simplify the code.
11399         * subr.el (assq-delete-all): New implementation that is linear,
11400         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11401         (rassq-delete-all): New function.
11403         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11404         Add size-indication-mode.
11406 2005-04-21  Kenichi Handa  <handa@m17n.org>
11408         * international/mule-cmds.el: Add autoload for widget-value in
11409         eval-when-compile.
11411 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11413         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11414         Add tooltip-mode.
11416         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11418 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11420         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11421         (inferior-lisp-filter-regexp, inferior-lisp-program)
11422         (inferior-lisp-load-command, inferior-lisp-prompt)
11423         (inferior-lisp-mode-hook, lisp-source-modes)
11424         (inferior-lisp-load-hook): defvar->defcustom.
11425         (inferior-lisp-program, inferior-lisp-prompt)
11426         (inferior-lisp-load-hook): Doc fixes.
11427         (inferior-lisp-install-letter-bindings): Small change in
11428         introductory comment.
11430 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11432         * vc.el (vc-annotate-color-map): Change some colors so that text
11433         using them as foreground is readable on both white and black
11434         backgrounds.
11436 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * international/mule-conf.el (translation-table-for-input):
11439         Remove redundant declaration.
11441 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11443         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11445         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11446         (tooltip-toggle-gud-tips): New function.
11448 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11450         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11451         right angle brackets.
11453 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11455         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11457 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11460         Remove.  Update callers to use expand-file-name instead.
11462         * subr.el (syntax-class): New function.
11464         * simple.el (blink-matching-open): Use it.
11466         * paren.el (show-paren-function): Use it to recognize parens that are
11467         also used in 2-char comment markers.
11469 2005-04-19  Lute Kamstra  <lute@gnu.org>
11471         * loadhist.el (unload-feature): Update for new format of
11472         load-history.  Simplify the code.
11474 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11476         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11477         (mac-add-charset-info): New function.  Initialize variable
11478         mac-charset-info-alist using it.
11479         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11480         for translation.
11481         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11482         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11483         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11484         New CCL programs.
11486 2005-04-19  Kim F. Storm  <storm@cua.dk>
11488         * simple.el (next-buffer, prev-buffer, next-error)
11489         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11490         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11492         * bindings.el (next-buffer, prev-buffer, next-error)
11493         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11494         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11495         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11496         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11498 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11500         * isearch.el (isearch-edit-string): Make the search-ring available for
11501         minibuffer history commands.
11502         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11503         the default history commands now work just as well.
11504         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11506 2005-04-18  Kim F. Storm  <storm@cua.dk>
11508         * emulation/cua-base.el (cua--pre-command-handler): Add more
11509         elaborate check for shift modifier on non-window systems.
11511 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11513         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11515 2005-04-18  Kim F. Storm  <storm@cua.dk>
11517         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11518         and make it optional.  Don't test tooltip-gud-echo-area here.
11519         (tooltip-gud-process-output, gdb-tooltip-print):
11520         Pass tooltip-gud-echo-area to tooltip-show.
11521         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11523 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11525         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11526         `display-graphic-p' may not be bound yet.
11528 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11530         * startup.el (command-line): No longer enable Xterm Mouse mode by
11531         default in terminals compatible with xterm.
11533         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11535 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11537         * tooltip.el (tooltip-gud-echo-area): Rename from
11538         tooltip-use-echo-area.
11539         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11540         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11541         area independently of where help tooltips are displayed.
11543 2005-04-17  David Kastrup  <dak@gnu.org>
11545         * cus-theme.el (custom-theme-write-variables): Quote variables
11546         where necessary.
11548 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11550         * simple.el (yank-excluded-properties): Add follow-link to value.
11552         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11554         * startup.el (fancy-splash-max-time): Just 30 seconds.
11555         (fancy-splash-delay): Just 7.
11556         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11558         * loadhist.el (unload-feature): Update for new format of load-history.
11559         Simplify the code.
11561         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11562         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11564         * mail/sendmail.el (mail-font-lock-keywords):
11565         Don't fontify subject text.
11566         Don't fontify the text of a citation.
11568 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11570         * comint.el (comint-output-filter): Run comint-output-filter-functions
11571         with point where the user had it.
11573 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11575         * international/ucs-tables.el (ucs-set-table-for-input):
11576         Disable when using unify-on-decoding.
11578 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11580         * emulation/cua-base.el (cua-global-mark-face): Add special case
11581         for displays supporting a high number of colors.
11583 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11585         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11587 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11589         * filesets.el (filesets-add-buffer): If user supplies a name of a
11590         non-existing fileset, create a new fileset.
11592 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11594         * textmodes/org.el (org-up-heading-all): Fix bug with
11595         `outline-up-heading-all'.
11597 2005-04-16  Andreas Schwab  <schwab@suse.de>
11599         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11600         /etc/permissions.d/* and /etc/aliases.d/*.
11602 2005-04-16  Kenichi Handa  <handa@m17n.org>
11604         * international/code-pages.el (cp-make-coding-system):
11605         Set `translation-table-for-input' property value to the symbol
11606         ucs-mule-to-mule-unicode, not to that value.
11607         (pt154): Escape guillemet by `\'.
11609 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11611         * loadup.el: Load tooltip if x-show-tip is fboundp.
11613         * startup.el (command-line): Add comment.
11615         * tooltip.el (tooltip-mode): Specify correct standard value for
11616         Custom in init-value.
11618 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11620         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11621         possible.
11623 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11625         * textmodes/org.el (org-agenda-date-prompt): Rename from
11626         `org-agenda-date-today'.
11627         (org-evaluate-time-range): Insert at point instead of directly
11628         after time range.
11629         (org-first-headline-recenter, org-subtree-end-visible-p)
11630         (org-optimize-window-after-visibility-change): New functions
11631         (org-agenda-post-command-hook): Don't allow point at end of line,
11632         to make sure it always hits the text properties.
11633         (org-agenda-next-date-line, org-agenda-previous-date-line):
11634         New commands.
11635         (org-set-regexps-and-options): Category may contain white space.
11636         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11637         Improve marker positions.
11638         (org-agenda-new-marker): Argument POS made optional.
11639         (org-agenda-get-timestamps): Deadlines which are done are listed
11640         in org-done-face now.
11641         (org-agenda-get-todos, org-agenda-get-timestamps)
11642         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11643         Set `undone-face' and `done-face' properties.
11644         (org-last-todo-state-is-todo): New variable.
11645         (org-todo): Set `org-last-todo-state-is-todo'.
11646         (org-agenda-todo): Change face according to
11647         `org-last-todo-state-is-todo'.  And change other lines referring to
11648         the same entry.
11649         (org-calendar-goto-agenda): New command.
11650         (org-calendar-to-agenda-key): New option.
11651         (org-startup-folded): New allowed value `content'.
11652         (org-set-regexps-and-options): Accept new value `content' for
11653         `org-startup-folded'.
11654         (org-get-current-options): Handle new value `content' for
11655         `org-startup-folded'.
11656         (org-insert-todo-heading): New command.
11657         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11658         interactively in empty file and option
11659         `org-insert-mode-line-in-empty-file' has been set.
11660         (org-agenda-todo,org-agenda-priority): Modify to use
11661         `org-agenda-change-all-lines'.
11662         (org-warning-face): Change color on dark background
11664 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11666         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11667         use preferences AppleLocale and AppleLanguages, and variable
11668         mac-system-locale for default locale.  On Mac OS Classic, use
11669         mac-system-coding-system for default coding systems.
11671         * term/mac-win.el: Don't set file-name-coding-system.
11672         Decode variables system-name, emacs-build-system, user-login-name, and
11673         user-full-name by mac-system-coding-system on Mac OS Classic.
11674         (mac-system-coding-system): New variable.
11676 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11678         * startup.el (command-line): Handle `xterm-mouse-mode' before
11679         reading init file.
11681         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11683 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11685         * progmodes/sh-script.el (sh-here-document-word): Make it a
11686         defcustom.  Doc fix.
11687         (sh-add): Bash uses $(( )) for arithmetic.
11688         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11689         (sh-maybe-here-document): Remove quotes and leading whitespace
11690         from heredoc word when closing.  Indent heredoc with tabs if word
11691         starts with "-".
11693 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11695         * simple.el (undo): Fix previous change.
11697         * custom.el (defface): Doc fix.
11699 2005-04-13  Lute Kamstra  <lute@gnu.org>
11701         * Makefile.in (DONTCOMPILE): Remove list.
11702         (compile, compile-always): Don't use DONTCOMPILE.
11703         (update-authors): Load the library in which batch-update-authors
11704         is defined.
11705         * makefile.w32-in (DONTCOMPILE): Remove list.
11706         (compile, compile-always): Fix comments.
11707         (update-authors): Load the library in which batch-update-authors
11708         is defined.
11710         * generic-x.el (generic-mode-ini-file-find-file-hook):
11711         Rename to ini-generic-mode-find-file-hook.
11712         Keep generic-mode-ini-file-find-file-hook as an alias.
11713         (ini-generic-mode-find-file-hook): Rename from
11714         generic-mode-ini-file-find-file-hook.  Fix docstring.
11715         (ini-generic-mode): Docstring change.
11716         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11718         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11719         called from lisp.
11721         * generic.el: Move to the emacs-lisp subdir.
11723 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11725         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11726         and C-S- function and cursor motion keys.
11728 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11730         * startup.el (command-line): Enable Xterm Mouse mode by default.
11731         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11732         for Custom.  No longer show "Mouse" in mode line when enabled.
11733         Doc fix.
11735 2005-04-12  Kim F. Storm  <storm@cua.dk>
11737         * emulation/cua-base.el (cua-rectangle-face)
11738         (cua-rectangle-noselect-face): Define face attributes here.
11740         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11742 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11744         * startup.el (command-line): Turn off blinking cursor if
11745         cursorBlink in resources is off or false.
11747 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11749         * term/mac-win.el (dnd): Require dnd.
11750         (mac-drag-n-drop): Call dnd-handle-one-url.
11751         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11752         (kTextEncodingISOLatin2): Remove constants.
11753         (mac-script-code-coding-systems): New constant.
11754         (mac-handle-language-change): New function.
11755         (special-event-map): Bind it to `language-change' event.
11756         (mac-centraleurroman, mac-cyrillic): New coding systems.
11757         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11758         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11759         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11760         encode-mac-cyrillic, respectively.
11762 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11764         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11765         Don't set overlay-arrow-string to "=>" as this is done
11766         globally in C now.
11768 2005-04-12  Lute Kamstra  <lute@gnu.org>
11770         * generic-x.el (rc-generic-mode, rul-generic-mode):
11771         Fix auto-mode-alist entries.
11772         (etc-fstab-generic-mode): Tweak fontification.
11774         * generic.el (generic-make-keywords-list): Fix docstring.
11775         (generic-mode-internal): Simplify generic-font-lock-keywords.
11777 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11779         * whitespace.el (whitespace-buffer-leading)
11780         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11781         However, fix the highlight area for the leading and
11782         trailing whitespaces to show space.
11784 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11786         * whitespace.el (whitespace-version): Bump to 3.5
11788         (whitespace-buffer-leading, whitespace-buffer-trailing):
11789         Invert sense of the test to highlight the whitespace.
11791 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11793         * progmodes/gud.el (gud-display-line): GUD uses its own
11794         overlay arrow now so don't set overlay-arrow-string.
11795         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11797 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11799         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11800         (term-ansi-current-reverse, term-ansi-current-invisible)
11801         (term-ansi-face-already-done): Change to boolean.
11802         (term-reset-terminal, term-handle-colors-array): Handle the above
11803         vars accordingly.
11804         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11805         (term-emulate-terminal): Use the new name.
11807         * faces.el (secondary-selection): Use yellow1, not yellow.
11808         (trailing-whitespace): Use red1, not red.
11810 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11812         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11813         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11814         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11816         * cus-edit.el (dnd): New group.
11818         * term/w32-win.el (dnd): Require dnd
11819         (w32-drag-n-drop): Call dnd-handle-one-url.
11821         * x-dnd.el: Require dnd.
11822         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11823         Call dnd-handle-one-url.
11824         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11825         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11826         to dnd-insert-text.
11827         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11828         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11829         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11830         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11832         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11834 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11836         * wdired.el: Doc fixes.
11837         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11838         (wdired-use-dired-vertical-movement): Rename from
11839         wdired-always-move-to-filename-beginning.
11840         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11841         (wdired-change-to-wdired-mode): Change mode name.
11842         (wdired-newline): Delete.
11844 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11846         * whitespace.el (whitespace-highlight-the-space):
11847         Don't call whitespace-unhighlight-the-space here.
11849         * simple.el (undo): Record t in undo-equiv-table
11850         for the redo record made by an undo-in-region.
11852 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11854         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11855         (gdb-frame-inferior-io-buffer): New Functions to control
11856         display of separate IO buffer.
11857         (menu): Add them to menu-bar.
11858         (gdb-display-buffer): Check for buffer another frame.
11859         Protect GUD buffer.
11860         (gdb-setup-windows): Create IO buffer if not already there.
11861         (gdb-memory-mode): Remove purecopy noops.
11863 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11865         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11866         and pass to self-insert-command.
11868 2005-04-11  Lute Kamstra  <lute@gnu.org>
11870         * generic.el: Commentary section cleanup.
11871         (generic): Delete.
11872         (generic-use-find-file-hook, generic-lines-to-scan)
11873         (generic-find-file-regexp, generic-ignore-files-regexp)
11874         (default-generic-mode, generic-mode-find-file-hook)
11875         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11876         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11877         (generic-use-find-file-hook, generic-lines-to-scan)
11878         (generic-find-file-regexp, generic-ignore-files-regexp)
11879         (default-generic-mode, generic-mode-find-file-hook)
11880         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11882 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11884         * bookmark.el (bookmark-write-file): Catch errors writing file.
11885         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11887 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11889         * startup.el (fancy-splash-tail): Update copyright year.
11890         (command-line): Split part of -Q into -D.
11891         (emacs-basic-display): New defvar.
11892         (fancy-splash-text): Correct name of menu item.
11894         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11896         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11897         lines in one node.
11899         * comint.el (comint-send-input): New arg ARTIFICIAL.
11900         Callers in this file changed.
11902         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11904         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11906 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11908         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11909         `ldap-search-internal'.
11911 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * files.el (set-auto-mode-1): Use line-end-position.
11915         * international/latin-1.el:
11916         * international/latin-2.el:
11917         * international/latin-3.el:
11918         * international/latin-4.el:
11919         * international/latin-5.el:
11920         * international/latin-8.el:
11921         * international/latin-9.el: Give punctuation syntax to NBSP.
11923         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11924         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11925         Use char-classes to accept non-ascii letters, accepted in some recent
11926         bibtex implementations.
11928 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11930         * custom.el (custom-set-minor-mode): Any non-nil value for the
11931         variable should enable the mode when set through Custom.
11933 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11935         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11936         TAB binding so tab-always-indent is obeyed.
11937         (vhdl-minibuffer-local-map): Move initialization into declaration.
11938         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11939         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11940         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11941         (vhdl-current-line): Use line-beginning-position.
11942         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11943         with-output-to-temp-buffer, so the current position can be recorded.
11945 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11947         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11948         Add regexp for gcov.
11950 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11952         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11953         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11954         syntax which Emacs 20 doesn't support.
11956 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11958         * help.el (describe-key-briefly, describe-key):
11959         Replace strings as event types with "(any string)".
11961 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * arc-mode.el (archive-mode-map): Move initialization into
11964         the declaration.  Override *all* bindings of `undo'.
11965         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11967 2005-04-09  Jay Belanger  <belanger@truman.edu>
11969         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11971 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11973         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11974         (xterm-register-default-colors): Update color values computation
11975         to match xterm-200.
11977 2005-04-09  Kenichi Handa  <handa@m17n.org>
11979         * international/code-pages.el (iso-latin-7): Fix the map.
11981 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11983         * emacs-lisp/lisp.el (defun-prompt-regexp)
11984         (parens-require-spaces, buffer-end, end-of-defun)
11985         (insert-parentheses): Doc fixes.
11987 2005-04-08  Kim F. Storm  <storm@cua.dk>
11989         * comint.el (comint-highlight-prompt): Fix face spec.
11990         * hi-lock.el (hi-green): Likewise.
11992 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11994         * cus-edit.el (custom-modified-face):
11995         * comint.el (comint-highlight-input): Fix previous changes.
11996         * term.el (term-handle-ansi-escape): Add a comment.
11998 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12000         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12001         in the buffer and in whitespace-highlighted-space.
12002         (whitespace-unhighlight-the-space): Simplify.
12003         (whitespace-buffer): Simplify.
12005 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12007         * textmodes/table.el (table-cell-face): Add special case for
12008         displays supporting a high number of colors.
12009         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12010         (vhdl-font-lock-reserved-words-face)
12011         (vhdl-speedbar-architecture-face)
12012         (vhdl-speedbar-instantiation-face)
12013         (vhdl-speedbar-architecture-selected-face)
12014         (vhdl-speedbar-instantiation-selected-face): Likewise.
12015         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12016         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12017         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12018         (ebrowse-root-class-face, ebrowse-member-attribute-face)
12019         (ebrowse-progress-face): Likewise.
12020         * progmodes/compile.el (compilation-info-face): Likewise.
12021         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12022         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12023         * calendar/calendar.el (diary-face): Likewise.
12024         * woman.el (woman-italic-face, woman-bold-face)
12025         (woman-unknown-face): Likewise.
12026         * wid-edit.el (widget-button-pressed-face): Likewise.
12027         * whitespace.el (whitespace-highlight-face): Likewise.
12028         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12029         * pcvs-info.el (cvs-marked-face): Likewise.
12030         * info.el (info-xref): Likewise.
12031         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12032         * hilit-chg.el (highlight-changes-face)
12033         (highlight-changes-delete-face): Likewise.
12034         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12035         (hi-red-b): Likewise.
12036         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12037         * font-lock.el (font-lock-keyword-face)
12038         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12039         * cus-edit.el (custom-invalid-face, custom-modified-face)
12040         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12041         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12042         * comint.el (comint-highlight-prompt): Likewise.
12044 2005-04-08  Lute Kamstra  <lute@gnu.org>
12046         * font-lock.el (font-lock-keywords): Docstring fixes.
12048 2005-04-08  Kenichi Handa  <handa@m17n.org>
12050         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12051         chars are more than a limit, print " and more..." at the tail.
12053 2005-04-08  Kim F. Storm  <storm@cua.dk>
12055         * emacs-lisp/authors.el (authors-aliases): Update list.
12056         (authors-ignored-files): New list.
12057         (authors-fixed-entries): Fix typo.
12058         (authors-renamed-files-alist): Update list.
12059         (authors-add): Check authors-ignored-files.
12061 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12063         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12064         optional, to ensure backward compatibility.
12066 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12068         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12070 2005-04-08  Kim F. Storm  <storm@cua.dk>
12072         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12074         * mouse.el (mouse-on-link-p): Doc fix.
12076 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12078         * ielm.el (ielm-prompt-read-only): Doc fix.
12080         * comint.el (comint-prompt-read-only): Doc fix.
12082 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12084         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12085         ensure dired always handles wildcards passed to ffap.
12086         (find-file-at-point): Use it.
12087         (ffap-dired-wildcards): Doc fix.
12089 2005-04-07  Juri Linkov  <juri@jurta.org>
12091         * simple.el (next-error-overlay-arrow-position): New defvar.
12092         Put "=>" on its property `overlay-arrow-string'.  Add it to
12093         `overlay-arrow-variable-list'.
12095         * progmodes/compile.el (compilation-setup):
12096         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12097         nil in the local hook `kill-buffer-hook'.  Make local variable
12098         `overlay-arrow-string' and set it to "=>".
12099         (compilation-goto-locus): Set BOL position to
12100         `next-error-overlay-arrow-position' instead of
12101         `overlay-arrow-position'.
12103         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12104         locally instead of adding it to the global hook.
12105         (Info-kill-buffer): Move up.
12107 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12109         * term/xterm.el (xterm-standard-colors): Update color values from
12110         xterm-200.
12112 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12114         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12116         * fast-lock.el:
12117         * lazy-lock.el: Move them to the obsolete subdir.
12119 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12121         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12122         (wdired-add-replace-advice): Remove.
12123         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12125 2005-04-06  Kim F. Storm  <storm@cua.dk>
12127         * startup.el (command-line): Add --bare-bones alias for -Q.
12129 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12131         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12132         create the startup fontset if a font specification ends with
12133         `mac-roman'.
12135 2005-04-06  Lute Kamstra  <lute@gnu.org>
12137         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12138         change.
12140         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12141         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12143 2005-04-05  Lute Kamstra  <lute@gnu.org>
12145         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12146         (define-generic-mode): Ditto.  Fix debug declaration.
12148         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12149         Put them in the generic-x group.
12151         * calendar/timeclock.el (timeclock): Doc fix.
12153         * generic.el (define-generic-mode): Don't use custom-current-group.
12154         Document default :group value.
12155         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12156         (define-global-minor-mode): Don't use custom-current-group.
12158 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12160         * startup.el (command-line-1): Display startup-echo-area-message
12161         when fancy splash screen is in use.
12163         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12164         (sh-escaped-newline): New face.
12165         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12166         newline, and use sh-escaped-newline face.
12168         * progmodes/tcl.el (tcl-escaped-newline): New face.
12169         (tcl-builtin-list): New variable.
12170         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12171         newlines.  Fix keywords subexpression number.
12173 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12175         * textmodes/org.el (org-diary-default-entry): Fix call to
12176         `add-to-diary-entry'.
12178 2005-04-05  Kim F. Storm  <storm@cua.dk>
12180         * ediff-init.el: Use (featurep 'xemacs).
12182 2005-04-05  David Ponce  <david@dponce.com>
12184         * cus-edit.el (face): Derive from symbol widget.  Display sample
12185         of the current face on the fly.
12186         (widget-face-sample-face-get, widget-face-notify): New functions.
12187         (widget-face-value-create): Remove.
12189         * wid-edit.el (widget-field-end): Temporarily remove field
12190         narrowing before to call `get-char-property'.
12192 2005-04-04  Jay Belanger  <belanger@truman.edu>
12194         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12195         (math-read-subscripts): New variable.
12196         (math-read-preprocess-string): Process subscripts.
12198 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12200         * comint.el (comint-prompt-read-only): Doc fix.
12202         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12203         `-1'.  Doc fix.
12205 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12207         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12208         Change default value to nil.
12210 2005-04-04  Lute Kamstra  <lute@gnu.org>
12212         * autorevert.el (auto-revert-mode): Specify :group.
12213         * battery.el (display-battery-mode): Specify :group.
12214         * diff-mode.el (diff-minor-mode): Specify :group.
12215         * font-core.el (font-lock-mode): Specify :group.
12216         * hl-line.el (hl-line-mode): Specify :group.
12217         * iimage.el (iimage): New customization group.
12218         (iimage-mode): Specify :group.
12219         * longlines.el (longlines-mode): Specify :group.
12220         * master.el: Don't require easy-mmode.
12221         (master): New customization group.
12222         (master-mode): Specify :group.
12223         * msb.el (msb-mode): Specify :group.
12224         * reveal.el (reveal-mode): Specify :group.
12225         * simple.el (next-error-follow-minor-mode): Specify :group.
12226         * smerge-mode.el (smerge-mode): Specify :group.
12227         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12228         * emulation/cua-base.el (cua-mode): Specify :group.
12229         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12230         * language/thai-util.el (thai-auto-composition-mode)
12231         (thai-word-mode): Specify :group.
12232         * mail/supercite.el (sc-minor-mode): Specify :group.
12233         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12234         * progmodes/flymake.el (flymake-mode): Specify :group.
12235         * progmodes/glasses.el (glasses-mode): Specify :group.
12236         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12237         * textmodes/enriched.el (enriched-mode): Specify :group.
12238         * textmodes/refill.el (refill-mode): Specify :group.
12240         * add-log.el (change-log-font-lock-keywords): Names in
12241         parenthesized lists can contain spaces.
12243 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12245         * startup.el (fancy-splash-text): Shorten default text of
12246         "Emacs Tutorial" line.  Also, if the current language env
12247         indicates an available tutorial file other than TUTORIAL,
12248         extract its title and append it to the line in parentheses.
12249         (fancy-splash-insert): If arg is a thunk, funcall it.
12251 2005-04-04  Jay Belanger  <belanger@truman.edu>
12253         * calc.el (calc-language-alist): Add tags to customization type.
12255 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12257         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12258         Doc fix.
12260 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12262         * add-log.el (change-log-font-lock-keywords): The manual
12263         describing a Change Log entry, says: (...) "Aside from these
12264         header lines, every line in the change log starts with a space or
12265         a tab.".  The font-lock was not highlighting lines started with
12266         spaces, added support for it.
12268 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12270         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12271         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12272         complex example in the docstring.
12273         (bibtex-font-lock-url): Use pop.
12275 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12277         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12279         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12281 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12283         * filesets.el (filesets-set-default): Doc fix.
12285 2005-04-03  Lute Kamstra  <lute@gnu.org>
12287         * generic.el (define-generic-mode): Add argument to specify
12288         keywords for defcustom.
12289         (default-generic-mode): Specify :group.
12291         * generic-x.el: Specify :group for all generic modes.
12293         * desktop.el (desktop-no-desktop-file-hook)
12294         (desktop-after-read-hook): Doc fix.
12296 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12298         * simple.el (visible-mode): Use explicit :group keyword.
12299         This changes the group of `visible-mode-hook' from paren-blinking
12300         to editing-basics.
12302 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12304         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12305         mailbox specifications as well as URLs.
12306         (rmail-insert-inbox-text): Remove unused conditional branches.
12308 2005-04-01  Jay Belanger  <belanger@truman.edu>
12310         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12311         (calc-gnuplot-print-command): Move definitions to calc.el.
12313         * calc/calc-embed.el (calc-embedded-announce-formula)
12314         (calc-embedded-open-formula, calc-embedded-close-formula)
12315         (calc-embedded-open-word, calc-embedded-close-word)
12316         (calc-embedded-open-plain, calc-embedded-close-plain)
12317         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12318         (calc-embedded-open-mode, calc-embedded-close-mode):
12319         Move definitions to calc.el.
12321         * calc/calc.el (calc-settings-file, calc-language-alist):
12322         Make customizable.
12323         (calc-embedded-announce-formula, calc-embedded-open-formula)
12324         (calc-embedded-close-formula, calc-embedded-open-word)
12325         (calc-embedded-close-word, calc-embedded-open-plain)
12326         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12327         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12328         (calc-embedded-close-mode, calc-gnuplot-name)
12329         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12330         from other files and make customizable.
12332 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12335         Use buffer-live-p.
12336         (cvs-mode-run): Don't call cvs-update-header here.
12337         (cvs-run-process): Call cvs-update-header.
12338         Use process properties for cvs-postprocess and cvs-buffer so that
12339         the sentinel can behave better if the temp buffer is killed.
12340         Use a pipe rather than a tty, to better handle unexpected prompts.
12341         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12343 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12345         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12346         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12348 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12350         * generic.el (define-generic-mode): Add indentation rule.
12352 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12354         * files.el (mode-require-final-newline): Make Custom correctly
12355         report a nil value and allow to set it to nil via Custom.
12356         Doc fix.
12358 2005-04-01  Kenichi Handa  <handa@m17n.org>
12360         * international/characters.el: Enable the correct case setting for
12361         dotless-i and dotted-I.
12363 2005-04-01  Kim F. Storm  <storm@cua.dk>
12365         * ido.el (ido-file-internal): Fall back to non-ido command if
12366         initial directory is on slow ftp (or tramp) host.
12368 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12370         * emacs-lisp/autoload.el (make-autoload):
12371         Handle define-global-minor-mode.
12373         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12374         Rename from easy-mmode-define-global-mode.
12375         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12377         * progmodes/scheme.el (scheme-mode-syntax-table):
12378         Update syntax of | and # for two-character comment syntax.
12380 2005-03-31  Lute Kamstra  <lute@gnu.org>
12382         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12383         (define-minor-mode): Call custom-current-group at load-time.
12385         * generic.el (define-generic-mode): Add debug declaration.
12386         Add defcustom for the mode hook.
12387         (generic-mode-internal): Use run-mode-hooks.
12389 2005-03-31  Kim F. Storm  <storm@cua.dk>
12391         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12392         (mouse-fixup-help-message): New defun called by show_help_echo
12393         to fixup mouse-2 prefix in help messages when applicable.
12395         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12397 2005-03-31  Kenichi Handa  <handa@m17n.org>
12399         * language/thai-word.el (thai-find-word-ends): Pay attention to
12400         the case that we reach the end of buffer.
12402         * textmodes/fill.el (fill-text-properties-at): New function.
12403         (fill-newline): Use fill-text-properties-at instead of
12404         text-properties-at.
12406 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12408         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12409         not comint-quote-filename.
12411 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12413         * help-fns.el (help-with-tutorial): Revert last change.
12415 2005-03-31  Kim F. Storm  <storm@cua.dk>
12417         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12419 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12421         * calendar/cal-china.el: Update reference to "Calendrical
12422         Calculations" book; there's a new edition.
12423         * calendar/cal-coptic.el: Likewise.
12424         * calendar/cal-french.el: Likewise.
12425         * calendar/cal-hebrew.el: Likewise.
12426         * calendar/cal-islam.el: Likewise.
12427         * calendar/cal-iso.el: Likewise.
12428         * calendar/cal-julian.el: Likewise.
12429         * calendar/cal-mayan.el: Likewise.
12430         * calendar/cal-persia.el: Likewise.
12431         * calendar/calendar.el: Likewise.
12432         * calendar/holidays.el: Likewise.
12433         * calendar/lunar.el: Likewise.
12434         * calendar/solar.el: Likewise.
12436         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12437         white space from doc string.
12439 2005-03-30  Jay Belanger  <belanger@truman.edu>
12441         * calc/calc-help.el (calc-full-help): Remove email address.
12443 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12445         * help-fns.el (help-with-tutorial): Delete title line.
12447 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12449         * calendar/cal-x.el (calendar-one-frame-setup)
12450         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12451         rather than 'symbol for set-window-dedicated-p.
12453         * calendar/appt.el (appt-buffer-name): Make it a constant.
12454         (appt-add): Doc fix.
12456         * filesets.el (filesets-menu-path, filesets-menu-before)
12457         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12458         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12459         (filesets-add-submenu): Delete and use add-submenu instead.
12461 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12463         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12464         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12465         (org-diary-default-entry): New function.
12466         (org-get-entries-from-diary): Better parsing of diary entries.
12467         (org-agenda-check-no-diary): New function.
12468         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12469         linking to diary entries.
12470         (org-agenda-execute-calendar-command): New function.
12471         (org-agenda): Improve visible section in window.
12472         Use `org-fit-agenda-window'.
12473         (org-fit-agenda-window): New option.
12474         (org-move-subtree-down): Better handling of empty lines
12475         at end of subtree.
12476         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12477         levels up.
12478         (org-fontify-done-headline): New option.
12479         (org-headline-done-face): New face.
12480         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12481         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12482         When current field is non-empty, it is copied to next row.
12483         (org-table-copy-from-above): Fix bug which made it
12484         impossible to copy fields containing only a single non-white character.
12486 2005-03-30  Kim F. Storm  <storm@cua.dk>
12488         * kmacro.el (kmacro-end-macro): Isearch may store this command
12489         into the macro -- so ignore it when executing keyboard macro.
12491 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12493         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12495 2005-03-29  Kenichi Handa  <handa@m17n.org>
12497         * language/thai.el ("Thai"): Set setup-function and exit-function
12498         for Thai language environment.
12500         * language/thai-util.el: Require thai-word.
12501         (thai-word-mode-map): New variable.
12502         (thai-word-mode): New minor mode.
12503         (setup-thai-language-environment-internal): New function.
12504         (exit-thai-language-environment-internal): New function.
12506         * language/thai-word.el (thai-word-table): Declare it by defvar,
12507         use dolist to initialize it.
12508         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12509         (thai-fill-find-break-point): New functions.
12511 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12513         * simple.el (idle-update-delay): Move definition up.
12514         (set-mark): Doc fix.
12516 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12518         * longlines.el: New file.
12520         * simple.el (buffer-substring-filters): New variable.
12521         (filter-buffer-substring): New function.
12522         (kill-region, copy-region-as-kill): Use it.
12524         * register.el (copy-to-register, append-to-register)
12525         (prepend-to-register): Use filter-buffer-substring.
12527 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12529         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12530         (gud-filter-pending-text): Move in front of gdb.
12531         (gud-overlay-arrow-position): New variable.
12532         (gud-sentinel, gud-display-line): Use it in place of
12533         overlay-arrow-position.
12535 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12537         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12538         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12539         (fortran-font-lock-keywords-4): New variable.
12540         (fortran-blocks-re, fortran-end-block-re)
12541         (fortran-start-block-re): New constants, for hideshow.
12542         (hs-special-modes-alist): Add a Fortran entry.
12543         (fortran-mode-map): Bind fortran-end-of-block,
12544         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12545         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12546         (fortran-looking-at-if-then, fortran-end-of-block)
12547         (fortran-beginning-of-block): New functions, for hideshow.
12549         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12550         Doc fix.  Tweak regexp.
12551         (f90-beginning-of-block): Push mark first.
12553 2005-03-29  Jay Belanger  <belanger@truman.edu>
12555         * calc/calc.el: Update copyright date.
12556         (calc-version): Increase to 2.1.
12557         (calc-version-date): Remove.
12559         * calc/calc-help.el: Update copyright date.
12560         (calc-full-help): Remove reference to calc-version-date.
12561         Update copyright date.
12563 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * vc.el (vc-do-command): Use a pipe for async processes, so password
12566         prompts don't show up at places where the user can't reply.
12568 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12570         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12571         on the file name we pass to the inferior shell.
12573 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12575         * progmodes/which-func.el (which-function): Be robust in the face of an
12576         imenu--make-index-alist failure.
12578 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12582         * progmodes/python.el (python-preoutput-filter): Fix last change.
12584 2005-03-29  Lute Kamstra  <lute@gnu.org>
12586         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12587         functions and compiled macros.
12588         (debug-convert-byte-code): Handle macros too.
12589         (debug-on-entry-1): Don't signal an error when trying to clear a
12590         function that is not set to debug on entry.
12592 2005-03-29  Jay Belanger  <belanger@truman.edu>
12594         * calc/calc-lang.el: Add functions to math-function-table
12595         properties of tex and math.
12597 2005-03-29  Kenichi Handa  <handa@m17n.org>
12599         * ps-mule.el (ps-mule-plot-string): Translate characters by
12600         ps-print-translation-table.
12601         (ps-mule-begin-job): Call find-charset-region/string with
12602         ps-print-translation-table.
12603         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12605         * ps-print.el (ps-print-translation-table): New variable.
12606         (ps-plot-region): Translate characters by ps-print-translation-table.
12608 2005-03-29  Juri Linkov  <juri@jurta.org>
12610         * simple.el (next-error-highlight-timer): New variable.
12612         * progmodes/compile.el (compilation-goto-locus):
12613         Use `next-error-highlight-timer' instead of `sit-for'.
12615 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * mail/supercite.el (sc-mail-field): Use assoc-string.
12618         (sc-get-address): Simplify regexps.
12620         * files.el (minibuffer-with-setup-hook): New macro.
12621         (find-file-read-args): Use it to avoid let-binding
12622         minibuffer-with-setup-hook (which breaks turning on/off
12623         file-name-shadow-mode while in the prompt).
12625         * complete.el (PC-read-include-file-name-internal):
12626         Use test-completion.
12628 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12630         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12632 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12634         * window.el (window-buffer-height): Use count-screen-lines.
12636         * progmodes/python.el (python-preoutput-leftover): New var.
12637         (python-preoutput-filter): Use it.
12638         (python-send-receive): Loop until all the result has been received.
12640 2005-03-28  Juri Linkov  <juri@jurta.org>
12642         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12644         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12645         "Recover Crashed Session".
12646         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12647         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12648         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12649         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12650         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12651         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12652         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12653         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12655         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12656         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12657         Ediff Sessions", "Toggle use of separate control buffer frame",
12658         "Use separate frame for Ediff control buffer".
12660         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12661         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12662         "Rename Bookmark", "Delete Bookmark".
12664         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12665         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12666         Add `:active Info-index-alternatives' to "Next Matching Item".
12668         * wdired.el (wdired-change-to-wdired-mode):
12669         Mention `wdired-abort-changes' key in the initial message.
12671         * international/mule.el (auto-coding-alist): Associate non-ascii
12672         image filename extensions with `no-conversion'.
12674 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12676         * international/iso-acc.el:
12677         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12679 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12681         * textmodes/sgml-mode.el (html-mode): Doc update.
12683         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12685 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12687         * term.el (term-move-columns): Fix face after extending a line.
12688         (term-insert-spaces): Likewise.
12689         (term-reset-terminal): Fix off by one error.
12691 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12693         * international/mule.el (auto-coding-alist): Add .xpi files.
12695         * files.el (auto-mode-alist): Add .xpi files.
12697 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12699         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12701 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12703         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12705 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12707         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12708         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12710         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12711         cursor to Jan 1 when needed.
12712         (calendar-end-of-year): Fix -/+ typo.
12713         Reported by Chong Yidong <cyd@stupidchicken.com>.
12715 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12719         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12720         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12722 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12724         * filesets.el (filesets-init): Add autoload.
12726         * mail/mailalias.el (mail-directory): Doc fix.
12728 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12730         * mail/mailalias.el (mail-directory-process): Do nothing if
12731         mail-directory-process is an atom.
12732         (mail-get-names): Ignore mail-directory-names if it is an atom.
12733         (mail-directory-process defvar): Doc fix.
12734         (mail-names): Doc fix.
12736 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12738         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12740 2005-03-26  Kenichi Handa  <handa@m17n.org>
12742         * international/mule-util.el (detect-coding-with-priority):
12743         Call update-coding-systems-internal before detect-coding-region.
12745 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12747         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12748         (gdb-frames-mode-map): Add follow-link property.
12750 2005-03-25  Jay Belanger  <belanger@truman.edu>
12752         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12753         for variables.
12755 2005-03-25  Juri Linkov  <juri@jurta.org>
12757         * image-mode.el: Optimize image filename extension regexps in
12758         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12759         in `auto-mode-alist'.
12760         (image-mode): Add `image-toggle-display-text' to local hook
12761         `change-major-mode-hook'.  Display the image as an image by
12762         default.  Set `cursor-type' and `truncate-lines' if the image
12763         is already displayed.  Take into account the current mode (image
12764         or text) in message.
12765         (image-minor-mode): New minor mode.
12766         (image-mode-maybe, image-toggle-display-text): New functions.
12767         (image-toggle-display): Use called-interactively-p.
12768         Let-bind `inhibit-read-only' to t.
12770         * image-mode.el (image-minor-mode): Set `cursor-type' and
12771         `truncate-lines' if the image is already displayed.  Add turning
12772         image-minor-mode off to `change-major-mode-hook'.  Add message.
12773         Call `image-toggle-display-text' after turning image-minor-mode off.
12775 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12778         Terminal.app, use utf-8.
12779         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12780         (set-locale-environment): Use it.
12782         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12784         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12786         * progmodes/python.el (python-close-block-statement-p)
12787         (python-outdent-p, python-current-defun): Use symbol-end.
12789 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12791         * files.el (save-some-buffers): Doc fix.
12793 2005-03-25  Werner Lemberg  <wl@gnu.org>
12795         * complete.el, thumbs.el: Replace `legal' with `valid'.
12796         * calendar/calendar.el: Replace `legal' with `valid'.
12797         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12798         * mail/supercite.el: Replace `legal' with `valid'.
12799         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12800         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12801         Replace `legal' with `valid'.
12802         * textmodes/reftex-vars.el, textmodes/reftex.el:
12803         Replace `legal' with `valid'.
12805 2005-03-25  Werner Lemberg  <wl@gnu.org>
12807         * calc/calc-forms.el, calc/calc-sel.el:
12808         * midnight.el, vc-cvs.el:
12809         * emacs-lisp/cl-macs.el:
12810         * emulation/vip.el:
12811         * eshell/esh-io.el, eshell/esh-var.el:
12812         * mail/supercite.el:
12813         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12814         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12815         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12816         * progmodes/sh-script.el, progmodes/xscheme.el:
12817         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12818         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12819         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12820         * textmodes/reftex.el, textmodes/org.el:
12821         Replace `illegal' with `invalid'.
12823 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12825         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12826         (flymake-find-buildfile, flymake-find-possible-master-files)
12827         (flymake-check-include, flymake-parse-line): Replace loops over the
12828         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12830         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12831         Substitute file-name-as-directory in the rest of the file.
12832         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12833         (flymake-replace-region): Remove unused arg `buffer'.
12834         (flymake-check-patch-master-file-buffer): Update calls to it.
12835         (flymake-add-err-info): Remove unused var `count'.
12836         (flymake-mode): Use define-minor-mode.
12838         * progmodes/flymake.el: Use with-current-buffer.
12839         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12840         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12841         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12842         Avoid testing for `xemacs'.
12843         (flymake-nop): Move.
12844         (flymake-region-has-flymake-overlays): Return the computed value.
12845         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12846         Remove unused var `endline'.
12847         (flymake-get-line-count): Remove unused function.
12848         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12850         * emulation/vi.el:
12851         * generic.el:
12852         * hilit-chg.el (global-highlight-changes):
12853         * hi-lock.el (hi-lock-mode):
12854         * follow.el: find-file-hooks -> find-file-hook.
12856         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12858 2005-03-24  Juri Linkov  <juri@jurta.org>
12860         * dired.el (dired-mode-map): Add menu item "Compare directories"
12861         for dired-compare-directories.
12863         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12864         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12866 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12868         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12870 2005-03-24  Jay Belanger  <belanger@truman.edu>
12872         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12873         relevant mode settings in calc-embedded-original-modes when modes
12874         are permanently changed.
12876 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12878         * autoinsert.el: find-file-hooks -> find-file-hook.
12880 2005-03-24  Lute Kamstra  <lute@gnu.org>
12882         * generic.el (generic-font-lock-defaults): Make it obsolete.
12883         (generic-font-lock-keywords): New variable to replace
12884         generic-font-lock-defaults.
12885         (generic-mode-set-font-lock): Delete it.
12886         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12887         (generic-bracket-support): Add docstring.
12889         * generic-x.el: Rename generic-font-lock-defaults to
12890         generic-font-lock-keywords throughout.
12891         (mailagent-rules-setup-function): Delete it.
12892         (mailagent-rules-generic-mode): Use anonymous function instead.
12893         (show-tabs-generic-mode-font-lock-defaults-1)
12894         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12895         Quote faces.
12896         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12897         not foreground.
12899         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12900         Recognize define-generic-mode.
12902 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12904         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12905         if there's no completion table.
12907 2005-03-23  Miles Bader  <miles@gnu.org>
12909         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12910         Remove tty-specific variants, as they're no longer needed.
12912 2005-03-23  Lute Kamstra  <lute@gnu.org>
12914         * generic-x.el: Code cleanup: make args constant whenever possible.
12915         (installshield-statement-keyword-list)
12916         (installshield-system-functions-list)
12917         (installshield-system-variables-list, installshield-types-list)
12918         (installshield-funarg-constants-list): Make them constants.
12920         * generic.el (generic-make-keywords-list): Add autoload cookie.
12922         * calendar/time-date.el: Add comment on time value formats.
12923         Don't require parse-time.
12924         (with-decoded-time-value): New macro.
12925         (encode-time-value): New function.
12926         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12927         (days-to-time): Return a valid time value when arg is huge.
12928         (time-since): Use time-subtract.
12929         (time-to-number-of-days): Use time-to-seconds.
12931 2005-03-23  David Ponce  <david@dponce.com>
12933         * recentf.el: (recentf-keep): New option.
12934         (recentf-menu-action): Default to `find-file'.
12935         (recentf-keep-non-readable-files-flag)
12936         (recentf-keep-non-readable-files-p)
12937         (recentf-file-readable-p, recentf-find-file)
12938         (recentf-cleanup-remote): Remove.
12939         (recentf-include-p): More robust.
12940         (recentf-keep-p): New function.
12941         (recentf-remove-if-non-kept): Rename from
12942         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12943         All callers updated.
12944         (recentf-menu-items-for-commands): Fix help string.
12945         (recentf-track-closed-file): Update.  Doc fix.
12946         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12948 2005-03-23  Kim F. Storm  <storm@cua.dk>
12950         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12951         Don't inherit from fringe face (now happens automatically).
12953 2005-03-22  Kim F. Storm  <storm@cua.dk>
12955         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12956         position values.
12958 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * menu-bar.el (showhide-date-time): Remove.
12961         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12962         (menu-bar-make-mm-toggle): Simplify.
12964 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12966         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12967         Accept qualified variable and function names.
12969 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12971         * bindings.el (completion-ignored-extensions):
12972         Remove ".lis" for `vax-vms'.
12974 2005-03-22  Andreas Schwab  <schwab@suse.de>
12976         * generic-x.el: Revert last change.
12977         * ldefs-boot.el: Update.
12979 2005-03-22  Jay Belanger  <belanger@truman.edu>
12981         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12982         (calc-embedded-save-original-modes)
12983         (calc-embedded-restore-original-modes): New functions.
12984         (calc-do-embedded): Save original modes when entering embedded mode
12985         and restore when leaving embedded mode.
12986         (calc-embedded-modes-change): Change the value of
12987         calc-embedded-original-modes to reflect permanent changes.
12989 2005-03-22  Lute Kamstra  <lute@gnu.org>
12991         * generic-x.el: Require generic again.
12993 2005-03-22  Miles Bader  <miles@gnu.org>
12995         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12996         Tweak details to look good on both ttys and bitmap displays, light
12997         or dark background, etc.
12999 2005-03-21  Kim F. Storm  <storm@cua.dk>
13001         * tooltip.el (tooltip-show-help-function): Check car and cdr of
13002         mouse position.
13004 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * icomplete.el: Don't forcibly turn on the mode upon load.
13007         (icomplete-mode): Use define-minor-mode.
13008         (icomplete-eoinput): Default to nil.
13009         (icomplete-minibuffer-setup): Remove autoload.
13010         (icomplete-tidy): Simplify.
13011         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13012         in the initial state or if the user has modified the field.
13013         Fix handling of icomplete-max-delay-chars.
13014         Remove code that handles the oddball case where
13015         minibuffer-completion-table is an integer.
13016         Wrap icomplete-completions in while-no-input in case building
13017         completions takes more time than expected.
13018         (icomplete-completions): Simplify.
13020 2005-03-21  Richard M. Stallman  <rms@gnu.org>
13022         * jka-compr.el (jka-compr-really-do-compress):
13023         Make variable buffer-local.
13025         * image-mode.el: Handle .xpm files too.
13026         (image-toggle-display): Preserve modification flag.
13028         * help.el (where-is): Don't mention aliases with no key bindings.
13030 2005-03-21  Lute Kamstra  <lute@gnu.org>
13032         * generic.el: Fix commentary section.  Don't require cl for
13033         compilation.
13034         (generic-mode-list): Add autoload cookie.
13035         (generic-use-find-file-hook, generic-lines-to-scan)
13036         (generic-find-file-regexp, generic-ignore-files-regexp)
13037         (generic-mode, generic-mode-find-file-hook)
13038         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13039         (define-generic-mode): Make it a defmacro.  Fix docstring.
13040         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13041         (generic-mode-set-comments): Code cleanup.
13042         * generic-x.el: Don't prevent compilation.  Don't require generic.
13043         Follow coding conventions.  Minor code cleanup.
13044         (etc-fstab-generic-mode): Add some keywords.
13045         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13046         define-generic-mode like a function declaration.
13048 2005-03-21  Jay Belanger  <belanger@truman.edu>
13050         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13051         changing modes.
13053 2005-03-21  Sam Steingold  <sds@gnu.org>
13055         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13057 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13059         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13060         Add underscore to "f$ lexicals" regexp.
13062 2005-03-20  Juri Linkov  <juri@jurta.org>
13064         * subr.el (progress-reporter-do-update): When `min-value' is equal
13065         to `max-value', set `percentage' to 0 and prevent division by zero.
13067 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13069         Sync with Tramp 2.0.48.
13071         * net/tramp.el (all): Change all addresses to .gnu.org.
13072         (tramp-append-tramp-buffers): New defun.
13073         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13074         Catch `dont-send' signal.
13075         (tramp-set-auto-save-file-modes): Set always permissions, because
13076         there might be an old auto-saved file belonging to another
13077         original file.  This could be a security threat.  Reported by
13078         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13079         Check for Emacs 21.3.50 removed.
13081         * net/tramp-smb.el (all): Remove debug construct for
13082         `with-parsed-tramp-file-name'.
13083         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13084         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13085         No error message if DIRECTORY or FILENAME doesn't exist.
13086         (tramp-smb-open-connection): Check existence of
13087         `tramp-smb-program'.
13089 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13092         Properly handle the case where the `m' or `s' command's argument is not
13093         yet terminated.
13094         (perl-indent-new-calculate): New function.
13095         (perl-indent-line): Use it.
13097 2005-03-20  Miles Bader  <miles@gnu.org>
13099         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13100         in text-mode too.  Change to new face names.
13101         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13102         Add `:weight bold' attribute.
13103         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13105 2005-03-19  Juri Linkov  <juri@jurta.org>
13107         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13109         * international/mule.el (auto-coding-alist): Sync with
13110         `auto-mode-alist' by adding upper case archive file extensions
13111         and adding ear/war to jar extension.
13113 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13115         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13116         running, restart it.
13118 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13120         * finder.el (finder-current-item): Throw an error on an empty line.
13122         * man.el (Man-follow-manual-reference): If current-word returns
13123         nil, use "".
13125 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13127         * simple.el (goto-line): Doc fix.
13129 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13131         * files.el (save-buffer): Doc fix.
13133 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13135         * recentf.el (recentf-cleanup-remote): New variable.
13136         (recentf-cleanup): Use it to conditionally check availability of
13137         remote files.
13139 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13141         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13142         function names.
13144 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13146         * language/thai-word.el: New file.
13148 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13150         * files.el (backup-buffer): If the file's directory is not
13151         writable, use copy instead of move to backup the file.
13153 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13155         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13157 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13159         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13160         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13161         <darkman_spam@yahoo.fr>.
13162         (ps-print-version): New version 6.6.6.
13164 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13166         * textmodes/table.el (table--line-column-position): New idiom.
13167         (table--row-column-insertion-point-p): New function to test
13168         validity of row and column insertion operation at a location.
13169         (table-global-menu, table-cell-menu): Use above functions for
13170         deterministic test operation.
13171         (table--editable-cell-p): Behave in deterministic fashion.
13173 2005-03-18  Juri Linkov  <juri@jurta.org>
13175         * isearch.el (isearch-lazy-highlight-new-loop):
13176         Make arguments beg and end optional.
13177         (isearch-update): Remove optional arguments nil from
13178         isearch-lazy-highlight-new-loop.
13179         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13180         isearch-lazy-highlight-case-fold-search instead of
13181         isearch-case-fold-search, and let-bind isearch-regexp to
13182         isearch-lazy-highlight-regexp.
13183         Use isearch-lazy-highlight-last-string instead of isearch-string.
13185         * replace.el (perform-replace): Remove bindings of global
13186         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13187         Add three new arguments to `replace-highlight'.
13188         (replace-highlight): Add arguments string, regexp, case-fold.
13189         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13190         to allow isearch-lazy-highlight-new-loop to use these values
13191         to set corresponding isearch-lazy-highlight-* internal
13192         variables whose values lazy highlighting will use regardless of
13193         changes to global variables isearch-string, isearch-regexp,
13194         isearch-case-fold-search during lazy highlighting loop.
13195         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13196         to `lazy-highlight-cleanup'.
13198         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13199         (ispell-highlight-face): Set default face to `isearch' when
13200         lazy highlighting is enabled.
13201         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13202         priority to 1.  Add lazy highlighting.
13203         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13204         from `isearch-dehighlight'.
13206 2005-03-18  David Ponce  <david@dponce.com>
13208         * files.el (hack-local-variables): Do a case-insensitive search
13209         for End.
13211 2005-03-18  Juri Linkov  <juri@jurta.org>
13213         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13214         `isearch-lazy-highlight-cleanup', add alias to old name and
13215         declare obsolete.  Add release numbers to other obsolete vars.
13216         (isearch-done, isearch-lazy-highlight-new-loop):
13217         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13218         (lazy-highlight-cleanup) <variable>: Doc fix.
13219         (isearch-lazy-highlight-update): Rename obsolete
13220         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13222 2005-03-18  Kenichi Handa  <handa@m17n.org>
13224         * language/thai-util.el: Fix categorization of Thai characters in
13225         thai-category-table.
13226         (thai-composition-pattern): Adjust it for the above change.
13227         (thai-self-insert-command, thai-compose-syllable): New functions.
13228         (thai-compose-region): Use thai-compose-syllable.
13229         (thai-compose-string): Likewise.
13230         (thai-composition-function): Likewise.
13231         (thai-auto-composition): New function.
13232         (thai-auto-composition-mode): New minor mode.
13234         * language/thai.el: Fix patterns to be registered in
13235         composition-function-table.
13237         * international/quail.el (quail-input-method): Locally bind
13238         inhibit-modification-hooks to t.
13240 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13242         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13243         (perl-mode): Use run-mode-hooks.
13245         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13246         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13247         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13249         * mail/sendmail.el (sendmail-send-it): Reenable the code
13250         to compute resend-to-address and use it.
13252         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13254         * image-mode.el: New file.
13256         * image.el (insert-sliced-image): Add autoload cookie.
13258         * font-lock.el (font-lock-lines-before): New user option.
13259         (font-lock-after-change-function): Obey it.
13261         * bindings.el (esc-map): Make M-g a prefix.
13262         Bind M-g g and M-g M-g to goto-line.
13264         * faces.el (face-id): Doc fix.
13266 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13268         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13269         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13270         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13272         * mail/sendmail.el (mail-yank-ignored-headers)
13273         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13274         Add Mail-Followup-To and Mail-Reply-To headers.
13275         (mail-citation-hook): Add autoload cookie.
13276         (mail-mode): Doc fix.
13277         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13278         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13279         (mail-mode-fill-paragraph): Handle those headers.
13280         (mail-mailing-lists): New variable.
13281         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13283 2005-03-17  Juri Linkov  <juri@jurta.org>
13285         * isearch.el (isearch-fallback): Check for `(car previous)'
13286         before calling `isearch-other-end-state'.
13288 2005-03-17  Kim F. Storm  <storm@cua.dk>
13290         * simple.el (move-beginning-of-line): Move to beginning of buffer
13291         line, as well as beginning of screen line.
13293 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13295         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13296         argument REDRAW rather than calendar-redrawing variable.
13297         * calendar/calendar.el (calendar-redrawing): Delete.
13298         (redraw-calendar): Do not bind calendar-redrawing.
13300 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13302         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13303         diary-file buffer.
13305 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * help.el (describe-mode): Allow a :minor-mode-function property to
13308         specify a different minor mode toggle function than the variable.
13309         * simple.el (auto-fill-function):
13310         * subr.el (add-minor-mode): Use it.
13312 2005-03-16  Kenichi Handa  <handa@m17n.org>
13314         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13315         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13316         (ethio-fidel-to-sera-buffer): Likewise.
13318 2005-03-16  Juri Linkov  <juri@jurta.org>
13320         * emacs-lisp/find-func.el (find-function-regexp):
13321         Add defun-emitting macro `menu-bar-make-toggle'.
13323         * isearch.el: Put `isearch-scroll' property to
13324         `split-window-horizontally'.
13326         * info.el: Update error messages for `debug-ignored-errors'.
13327         (Info-isearch-search): Doc fix.
13328         (Info-find-node): Move up code to go into info buffer before
13329         recording the node to the history.
13330         (Info-fontify-node): Fontify titles only if the next line
13331         has two or more `*', `=', `-', `.'.
13332         Display "go to this node" for empty (match-string 3).
13334 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13336         * term/mac-win.el: Add mouse pointer shape constants.
13338 2005-03-15  Kim F. Storm  <storm@cua.dk>
13340         * simple.el (move-beginning-of-line): Use vertical-motion.
13342 2005-03-15  Juri Linkov  <juri@jurta.org>
13344         * isearch.el (isearch-error): New variable.
13345         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13346         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13347         (isearch-within-brackets-state): Remove.
13348         (isearch-case-fold-search-state, isearch-pop-fun-state):
13349         Decrease frame index.
13350         (isearch-mode, isearch-top-state, isearch-push-state)
13351         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13352         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13353         (isearch-search, isearch-lazy-highlight-new-loop):
13354         Replace `isearch-invalid-regexp' with `isearch-error'.
13355         Remove `isearch-within-brackets'.
13356         (isearch-search): Add `search-failed' handler to `condition-case'.
13357         (isearch-lazy-highlight-search): Add `condition-case' to catch
13358         errors and allow `isearch-lazy-highlight-update' to try
13359         highlighting from the beginning of the window.
13360         (isearch-repeat): Move up code to set isearch-wrapped to t
13361         before calling isearch-wrap-function.
13363         * info.el (Info-isearch-initial-node): New internal variable.
13364         (Info-search): Signal an error in isearch mode when search leaves
13365         the initial node.  Signal an error when `bound' is non-nil and
13366         nothing was found in the current subfile.
13367         (Info-isearch-search): Remove `condition-case'.
13368         (Info-isearch-wrap): Don't wrap when search failed during leaving
13369         the initial node.  If `Info-isearch-search' is nil, wrap around
13370         the current node.
13371         (Info-isearch-start): New fun.
13372         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13373         `isearch-mode-hook'.
13375 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13377         * simple.el (normal-erase-is-backspace): Set default to t if
13378         running on Mac.
13380         * term/mac-win.el (function-key-map): Sync with x-win.el.
13382 2005-03-15  Kenichi Handa  <handa@m17n.org>
13384         * international/mule-cmds.el (locale-language-names): Modify the
13385         format of elements and add more entries.
13386         (locale-preferred-coding-systems): Add more entries.
13387         (set-locale-environment): Adjust for the change of
13388         locale-language-names.
13390 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13392         * pcvs.el (smerge-ediff): Remove bogus autoload.
13394 2005-03-14  Lute Kamstra  <lute@gnu.org>
13396         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13397         Ignore a `*' at the beginning of a line.
13399         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13400         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13401         subr.el.
13402         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13403         to specify indentation.
13405         * generic.el (define-generic-mode): Let generic-mode-list be a
13406         list of strings; test membership with equal.
13408 2005-03-14  Kim F. Storm  <storm@cua.dk>
13410         * simple.el (next-line, previous-line): Add optional try-vscroll
13411         arg to recognize interactive use.  Pass it on to line-move.
13412         (line-move): Don't perform auto-window-vscroll when defining or
13413         executing keyboard macro to ensure consistent behavior.
13415 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13417         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13419 2005-03-13  Lute Kamstra  <lute@gnu.org>
13421         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13422         debugger-setup-buffer so that backtrace marks the frames set to
13423         debug-on-exit and we don't have to do it manually.  Set an extra
13424         debug-on-exit for macro's.
13425         (debugger-setup-buffer): Don't mark the top frame manually.
13427 2005-03-12  Lute Kamstra  <lute@gnu.org>
13429         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13430         lisp-indent-function throughout.
13431         (with-no-warnings): Set lisp-indent-function property.
13433 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13435         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13436         Add entry for backslash.
13438 2005-03-12  Juri Linkov  <juri@jurta.org>
13440         * info.el (Info-search): Four fixes for backward search.
13442 2005-03-11  Jay Belanger  <belanger@truman.edu>
13444         * calc/calc.el (calc-language-alist): New variable.
13445         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13446         (calc-embedded-find-modes): Use calc-language-alist instead of
13447         calc-embedded-language-alist.
13449 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13451         * calendar/calendar.el (calendar-redrawing): New internal
13452         variable.
13453         (redraw-calendar): Remove bogus save-excursion from previous
13454         change.  Bind calendar-redrawing to t for mark-diary-entries.
13455         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13456         calendar if that is why we were called.
13458 2005-03-11  Kenichi Handa  <handa@m17n.org>
13460         * international/mule.el (make-coding-system): Set property
13461         coding-system-define-form to nil.
13462         (define-coding-system-alias): Likewise.
13464 2005-03-11  Kenichi Handa  <handa@m17n.org>
13466         These changes are suggested by Dave Love <fx@gnu.org>.
13468         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13469         coding: tag.
13470         (adaptive-fill-regexp): Add more bullets.
13471         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13472         regexps.
13474 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13476         * help.el (describe-mode): Properly handle non-trivial lighters.
13477         Don't ignore minor modes that are not listed in minor-mode-list.
13479         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13480         feature ON when the user requests to turn it OFF.
13482 2005-03-10  Lute Kamstra  <lute@gnu.org>
13484         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13485         (implement-debug-on-entry): New function to replace debug-entry-code.
13486         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13487         second argument as the 2005-03-07 change makes it obsolete.
13488         (debug-on-entry, cancel-debug-on-entry): Update call to
13489         debug-on-entry-1.
13490         (debug, debugger-setup-buffer): Comment update.
13491         (debugger-frame-number): Update to work with implement-debug-on-entry.
13493 2005-03-10  Jay Belanger  <belanger@truman.edu>
13495         * calc/calc-embed.el (math-ms-args): Declare it.
13496         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13497         math-ms-args.
13498         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13499         variables.
13501 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13503         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13504         Use message-box.
13506         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13507         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13508         (tooltip-gud-tips): Simplify.
13509         (tooltip-gud-tips-p): Remove superfluous :set.
13510         (tooltip-gud-modes): Add fortran-mode.
13511         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13513         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13515 2005-03-09  Kim F. Storm  <storm@cua.dk>
13517         * play/animate.el (animate-place-char): Use forward-line instead
13518         of next-line to improve performance.
13520 2005-03-09  Simon Josefsson  <jas@extundo.com>
13522         * net/browse-url.el (browse-url-default-browser): Doc fix.
13524 2005-03-09  Miles Bader  <miles@gnu.org>
13526         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13527         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13529 2005-03-09  Kenichi Handa  <handa@m17n.org>
13531         * international/latin-1.el: Set case and syntax for 255 only if
13532         set-case-syntax-set-multibyte is nil.
13534         * textmodes/ispell.el (ispell-insert-word): New function.
13535         (ispell-word): Use ispell-insert-word to insert a new word.
13536         (ispell-process-line): Likewise.
13537         (ispell-complete-word): Likewise.
13539 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13541         * calendar/calendar.el (redraw-calendar): Preserve point.
13542         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13543         (calendar-week-start-day): Move after definition of
13544         redraw-calendar.  Delete buffer test, since redraw-calendar has
13545         that now.
13547         * calendar/diary-lib.el (mark-diary-entries): Only call
13548         redraw-calendar in the first of any recursive calls.
13549         Reported by Alan Shutko <ats@acm.org>.
13551 2005-03-08  Juri Linkov  <juri@jurta.org>
13553         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13554         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13555         (html-radio-buttons): Add a space before the trailing `/>' where
13556         sgml-xml-mode is non-nil.
13557         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13558         the subsequent tag of the empty XML tag.
13559         (html-href-anchor): Don't set initial input to "http:".
13560         (html-image): Ask for the image URL and set point inside alt="".
13561         (html-name-anchor): Duplicate the name in the `id' attribute when
13562         sgml-xml-mode is non-nil.
13563         (html-paragraph): Remove \n before <p>.
13564         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13565         instead of `checked' when sgml-xml-mode is non-nil.
13567         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13568         Remove 1 space before #RRGGBB to not truncate it on terminal
13569         windows w/o fringes.  Remove 1 space between bg and fg examples
13570         to get more space.
13571         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13572         avoid byte-compile warnings.
13574         * image-file.el (image-file-handler): Put `safe-magic' property to
13575         `image-file-handler'.
13577         * info.el (Info-isearch-search): Emulate word search in
13578         isearching through multiple Info nodes with Info-search.
13579         (Info-isearch-wrap): Allow isearch-word.
13581 2005-03-08  Lute Kamstra  <lute@gnu.org>
13583         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13584         stepping into the debugger's code is not possible.
13585         (debugger-jumping-flag): Docstring update.
13587 2005-03-08  Jay Belanger  <belanger@truman.edu>
13589         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13590         embedded mode begins.
13591         (calc-embedded-language-alist): New variable.
13592         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13593         set default language mode.
13595 2005-03-08  Kenichi Handa  <handa@m17n.org>
13597         * international/ccl.el (define-ccl-program): Fix docstring about
13598         extra 256 bytes assured for the output buffer.
13600         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13601         Fix BUFFER_MAGNIFICATION to 2.
13602         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13604 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13606         * align.el (align-rules-list): Added an alignment rule for CSS
13607         declarations (applies to css-mode and html-mode buffers).
13609 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13613 2005-03-07  Kim F. Storm  <storm@cua.dk>
13615         * simple.el (move-beginning-of-line): New command.
13617         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13619         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13621         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13622         and move-beginning-of-line.
13624         * apropos.el (apropos-print): Omit command from M-x ... RET.
13626 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13628         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13629         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13631 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13633         * bindings.el (esc-map): Bind M-g to goto-line.
13635         * facemenu.el (global-map): Bind M-o, not M-g.
13637 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13639         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13640         "Open Directory" as for "Open File".
13642 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13644         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13645         (push-mark-command): Run activate-mark-hook.
13647 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13649         * help-mode.el (help-mode-finish): Don't alter the element
13650         in view-return-to-alist if there already is one.
13652         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13653         make sure the current buffer is the expected one.
13655         * novice.el (disabled-command-function): Output in *Disabled Command*.
13656         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13658         * textmodes/flyspell.el (flyspell-large-region):
13659         Pass args differently for aspell.
13661         * files.el (mode-require-final-newline): Doc fix.
13663 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13665         * progmodes/which-func.el (which-function):
13666         Specify NOERROR when calling imenu--make-index-alist.
13668 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * simple.el (normal-erase-is-backspace): Define default value.
13672         * custom.el (custom-theme-set-variables): Remove unused var
13673         `immediate'.
13674         (custom-reevaluate-setting): Simple function to handle variables
13675         that are defined before their default value can really be
13676         computed.
13678         * startup.el (command-line): Use it for temporary-file-directory,
13679         small-emporary-file-directory, auto-save-file-name-transforms,
13680         blink-cursor-mode, and normal-erase-is-backspace.
13682         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13683         progress, even with buggy anchored keywords.
13685 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13687         * simple.el (goto-line): Remove unbalanced final parenthesis.
13689 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13691         * simple.el (goto-line): Use a number at point as the default.
13692         With C-u as arg, switch buffers.
13694 2005-03-05  Juri Linkov  <juri@jurta.org>
13696         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13697         with `no-blinking-cursor'.
13699         * startup.el (no-blinking-cursor): New defvar.
13700         (command-line): Add `--no-blinking-cursor' to longopts.
13701         Set `no-blinking-cursor' to t for command line arguments
13702         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13703         with `no-blinking-cursor' in the condition for calling
13704         `blink-cursor-mode'.
13706 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13708         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13709         (menu-bar-options-save): Add blink-cursor-mode.
13710         (menu-bar-options-menu): Add blink-cursor-mode.
13712 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13714         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13715         (icalendar-export-file, icalendar-export-region)
13716         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13717         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13719 2005-03-04  Lute Kamstra  <lute@gnu.org>
13721         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13722         (debug-function-list): Ditto.
13724 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13726         * textmodes/texinfmt.el (texinfo-append-refill):
13727         Redefine the types of line to which @refill
13728         is not appended by replacing a search for `@refill\\|@bye' with
13729         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13730         itemize@refill' bug and the unfilled long lines bug.
13731         (texinfmt-version): Update number and date.
13733 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13735         * international/code-pages.el (windows-1250, windows-125[2-8])
13736         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13738 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13740         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13741         bound yet.
13743 2005-03-02  Romain Francoise  <romain@orebokech.com>
13745         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13746         buffer after removing limits.
13747         (ibuffer-pop-filter): Ditto.
13748         Update copyright.
13750 2005-03-02  Miles Bader  <miles@gnu.org>
13752         * button.el (make-text-button): If the user doesn't specify a
13753         type, use the default.  Rewrite to use `add-text-properties' and
13754         plist functions.
13756 2005-03-01  Lute Kamstra  <lute@gnu.org>
13758         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13759         (debugger-jumping-flag): New var.
13760         (debug-entry-code): Use it.
13761         (debugger-jump): Use debugger-jumping-flag and add
13762         debugger-reenable to post-command-hook.
13763         (debugger-reenable): Use debugger-jumping-flag and remove itself
13764         from post-command-hook.
13765         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13766         debugger-reenable.
13768 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13770         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13771         inclusion of "itemize\\|", which may be unnecessary, is certainly
13772         inelegant, and stops refilling in itemize lists when formatting
13773         Japanese Texinfo files to Info.
13774         Update copyright to 2005.
13776 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13778         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13779         of an error if GDB can't find the source file.
13781 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13783         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13784         not just the calendar.
13786         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13787         first.
13788         (diary-redraw-calendar): New function.
13789         (make-diary-entry): Add diary-redraw-calendar to local
13790         write-contents-functions.  Turn off selective display before
13791         inserting in diary.
13793 2005-03-01  Kim F. Storm  <storm@cua.dk>
13795         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13797 2005-03-01  Lute Kamstra  <lute@gnu.org>
13799         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13800         that debug-entry-code can be safely removed from a function while
13801         this code is being evaluated.  Revert the 2005-02-27 change as the
13802         new implementation no longer requires it.  Make sure that a
13803         function body containing just a string is not mistaken for a docstring.
13804         (debug): Skip one more frame in case of debug on entry.
13805         (debugger-setup-buffer): Delete one more frame line in case of
13806         debug on entry.
13807         (debugger-frame-number): Update to use the new text introduced by
13808         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13810 2005-02-28  Kim F. Storm  <storm@cua.dk>
13812         * double.el (double-translate-key): Call force-window-update after
13813         read-event to avoid crash in redisplay.
13815 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13817         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13818         (debug): Use it.  Move the inhibit-trace earlier.
13819         (debug-entry-code): New const.
13820         (debug-on-entry-1): Use it.
13822 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13824         * international/utf-16.el (ccl-encode-mule-utf-16le):
13825         Fix BUFFER_MAGNIFICATION to 2.
13826         (ccl-encode-mule-utf-16be): Likewise.
13828 2005-02-28  Kenichi Handa  <handa@m17n.org>
13830         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13831         Fix BUFFER_MAGNIFICATION to 4.
13832         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13834 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13836         * speedbar.el (speedbar-update-flag): Doc fix.
13837         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13838         argument.
13840 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13842         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13843         have a non-nil `invisible' property but are actually visible.
13845         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13846         for perldoc sections.
13847         (perl-outline-regexp, perl-outline-level): New var and function.
13848         (perl-mode): Use them.
13850 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13852         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13853         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13855 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13857         * cus-edit.el: Comment change.
13858         (custom-buffer-create-internal): Slightly reword text at top of
13859         Custom buffers.  Mention there that saving an option edits the
13860         init file.  Add link to Emacs manual node on `custom-file'.
13861         (custom-magic-alist): Rewrite individual State messages to use
13862         capitalized keywords.  Doc fix.
13864 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13866         * calendar/calendar.el (calendar-buffer): Move above
13867         calendar-week-start-day.
13868         (calendar-week-start-day): Doc fix.  Add :set function.
13869         (calendar-minimum-window-height): New variable.
13870         (generate-calendar-window): Only resize window if selected-window
13871         is displaying the calendar buffer.  Use new variable
13872         calendar-minimum-window-height.
13873         (generate-calendar): Reword error message.
13874         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13876 2005-02-27  Andreas Schwab  <schwab@suse.de>
13878         * vc.el (vc-do-command): Don't run command asynchronously when
13879         operating in a remote directory.
13881         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13882         change from sync with Tramp 2.0.47.
13884 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13886         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13888         * textmodes/flyspell.el (flyspell-mode-on):
13889         Call ispell-change-dictionary only if necessary.
13891         * emacs-lisp/re-builder.el (regexp-builder): New function.
13893         * register.el (describe-register-1): Explicitly handle
13894         yank-excluded-properties = t.
13896         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13897         (custom-magic-alist): Change the status descriptions again.
13898         (face widget-type): Total rewrite based on `restricted-sexp'
13899         to eliminate the confusing double hiding levels.
13901         * emacs-lisp/debug.el (debug-on-entry-1):
13902         If function body is empty, add nil as body form.
13904 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * emacs-lisp/trace.el (inhibit-trace): New var.
13907         (trace-make-advice): Use it.
13909         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13911 2005-02-26  Kim F. Storm  <storm@cua.dk>
13913         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13914         (mouse-on-link-p, mouse-drag-region-1): Use it.
13916 2005-02-25  Lute Kamstra  <lute@gnu.org>
13918         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13920 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13922         * frame.el (blink-cursor-mode): Add :group keyword.
13924 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13926         * calendar/icalendar.el (icalendar--decode-isodatetime):
13927         New optional argument DAY-SHIFT.
13928         (icalendar-export-region): Fix coding-system-for-write.
13929         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13930         events by one.
13932 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13934         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13936 2005-02-24  Kim F. Storm  <storm@cua.dk>
13938         * international/iso-acc.el (iso-accents-compose): Fix crash
13939         during redisplay.  Call force-window-update after read-event
13940         and delete-region to signal that window is not accurate.
13942 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13944         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13945         Remove unused and inexistent var `inhibit-trace'.
13946         (debugger-mode): Use run-mode-hooks.
13947         (debugger-list-functions): Add buttons; setup xref stack.
13949 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13951         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13952         appointment says it was explicitly made.
13953         (appt-add): Set the 3rd element.
13954         (appt-make-list): Preserve explicit appointments.
13956         * subr.el (find-tag-default): Catch errors in forward-sexp.
13958 2005-02-23  Juri Linkov  <juri@jurta.org>
13960         * info.el (Info-isearch-search): New defcustom.
13961         (Info-isearch-search): Call the default isearch function
13962         when Info-isearch-search is nil.
13963         (Info-isearch-wrap): Use variable Info-isearch-search.
13965 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13967         * cus-edit.el: Comment change.
13969 2005-02-22  Kim F. Storm  <storm@cua.dk>
13971         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13972         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13974 2005-02-22  Simon Josefsson  <jas@extundo.com>
13976         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13977         New variable.
13978         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13979         Oskarsson" <myrkraverk@users.sourceforget.net>.
13981 2005-02-22  Kim F. Storm  <storm@cua.dk>
13983         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13984         check that window of that event is the selected window.
13985         (mouse-drag-region-1): Compare mouse event window to selected
13986         window before setting point.
13988         * tooltip.el (tooltip-show-help-function): Pass event to
13989         mouse-on-link-p so it can check selected window.
13991 2005-02-22  Kenichi Handa  <handa@m17n.org>
13993         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13994         (ps-mule-show-warning): New function.
13995         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13996         characters are found.
13998         * ps-print.el (ps-header-footer-string): Return a list of header
13999         and footer strings.
14001 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14003         * pcvs.el (cvs-retrieve-revision): Fix thinko.
14005 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * frame.el (blink-cursor-mode): Use define-minor-mode.
14009         * term/mac-win.el (function-key-map): Use char-names more consistently.
14010         (file-name-coding-system): Only set it for MacOS-9.  The other case is
14011         already handled in mule-cmds.el (where it also works when mac-win.el
14012         is not used).
14014 2005-02-21  Kenichi Handa  <handa@m17n.org>
14016         * international/mule.el (ctext-pre-write-conversion): Always use
14017         " *code-converting-work*" buffer for work.
14019         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14021 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
14023         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14025 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
14027         * ses.el (undo-more): Restore defadvice, but only the part that
14028         allows changes outside the restricted area of the buffer.
14030 2005-02-20  Kim F. Storm  <storm@cua.dk>
14032         * simple.el (line-move): Add fourth optional arg try-vscroll which
14033         must be set to perform auto-window-vscroll.
14034         When moving backwards and doing auto-window-vscroll, automatically
14035         vscroll to the last part of lines which are taller than the window.
14036         (next-line, previous-line): Set try-vscroll arg on line-move.
14038 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14040         * replace.el (query-replace, query-replace-regexp)
14041         (replace-string, replace-regexp): When operating on region, make
14042         the minibuffer prompt say so.
14044         * isearch.el (isearch-forward): Document isearch-query-replace and
14045         isearch-query-replace-regexp keybindings.
14047 2005-02-19  Jay Belanger  <belanger@truman.edu>
14049         * calc/calc-aent.el (math-read-token): Add local variable.
14051         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14052         (calc-edit-top): Move declaration to earlier in file.
14053         (calc-edit-macro-repeats): Add local variables.
14055         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14056         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14057         calcFunc-tanh.
14058         Adjust integration rule for calcFunc-tan.
14060 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14062         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14063         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14064         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14065         (viper-skip-separators): Bug fix.
14066         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14067         particular major mode.
14068         (viper-del-backward-char-in-replace): Don't put deleted char on the
14069         kill ring.
14071         * viper-ex.el (viper-color-display-p): New function.
14072         (viper-has-face-support-p): Use viper-color-display-p.
14074         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14076         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14078         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14079         (viper-file-remote-p): Make equivalent to file-remote-p.
14081         * viper.el (viper-major-mode-modifier-list):
14082         Use viper-gnus-modifier-map.
14084 2005-02-19  David Kastrup  <dak@gnu.org>
14086         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14087         quoting.
14089 2005-02-19  Jay Belanger  <belanger@truman.edu>
14091         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14092         Remove extra definitions.
14093         (calc-coth): New function.
14094         (calcFunc-cot): Fix `let'.
14096 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14098         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14099         the reasons we use "type pc" in these faces.
14101         * button.el (button): Ditto.
14103 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14105         * replace.el (query-replace-read-from): Set the value of
14106         query-replace-from-history-variable to handle the case of an empty
14107         string entered to accept the suggested default.
14109         * net/tramp.el (tramp-file-name-for-operation):
14110         Use dired-call-process instead of dired-call-process-command.
14112 2005-02-19  Jay Belanger  <belanger@truman.edu>
14114         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14115         (math-div-non-trig): New variables.
14116         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14117         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14118         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14119         trig expressions.
14121 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14123         * progmodes/gdb-ui.el (gdb-var-update-handler)
14124         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14125         for watch expressions,
14126         (gdb-var-create-handler): Don't set speedbar-update-flag.
14127         (gdb-post-prompt): Simplify test for speedbar.
14129 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14131         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14132         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14133         we use the syntax table of the correct buffer.
14134         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14135         Felix Gatzemeier.
14137         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14138         (ediff-file-remote-p): Make synonymous with file-remote-p.
14139         In all deffaces ediff-*-face-*, use min-colors.
14141         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14142         ediff-recurse-to-subdirectories.
14143         (ediff-mark-if-equal): Check that the arguments are strings, use
14144         ediff-same-contents (after to Felix Gatzemeier).
14146         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14147         nil.
14149 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14151         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14153 2005-02-18  David Kastrup  <dak@gnu.org>
14155         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14156         use `mark-active' when defined.
14158 2005-02-18  Kenichi Handa  <handa@m17n.org>
14160         * ps-print.el (ps-font-info-database): New entry
14161         ZapfChancery-MediumItalic with correct font name.  Fix font name
14162         of the entry Zapf-Chancery-MediumItalic.
14164 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14166         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14168 2005-02-16  Kim F. Storm  <storm@cua.dk>
14170         * ido.el (ido-fallback-command): Pass user input to fallback command.
14172 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14174         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14175         (gdb-find-file-hook): Add server prefix.
14177 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14179         * replace.el (perform-replace): Pass new args to replace-highlight.
14180         (replace-highlight): Take region args,
14181         and pass them to isearch-lazy-highlight-new-loop.
14183         * novice.el (disabled-command-hook): Autoload the defalias
14184         and the make-obsolete-variable call.
14186         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14188         * isearch.el (isearch-lazy-highlight-start-limit)
14189         (isearch-lazy-highlight-end-limit): New variables limit
14190         the region for highlighting.
14191         (isearch-lazy-highlight-new-loop): New args BEG and END.
14192         (isearch-lazy-highlight-search): Use the new vars.
14193         (isearch-lazy-highlight-update): Likewise.
14195         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14197         * cus-start.el (all): Use default-boundp.
14199 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14201         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14203 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14205         * autorevert.el (auto-revert-stop-on-user-input)
14206         (auto-revert-verbose): Doc fixes.
14208 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14210         * international/mule-cmds.el (set-locale-environment): Remove call
14211         to set-selection-coding-system on Windows.
14213 2005-02-15  Jay Belanger  <belanger@truman.edu>
14215         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14216         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14217         calcFunc-coth.
14218         (math-simplify-sqrt): Add simplifications.
14220         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14221         to list.
14223         * calc/calc-ext.el: Add functions to autoloads.
14225         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14226         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14227         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14228         (math-csc-raw, math-cot-raw): New functions.
14230         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14232         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14233         the variable name in a message.
14235         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14236         calcFunc-csc, calcFunc-cot.
14238         * calc/calcalg2.el: Add derivative and integration rules for
14239         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14240         calcFunc-csch, calcFunc-coth.
14241         (math-do-integral-methods): Add to checks for when to use
14242         substitutions.
14244         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14246 2005-02-15  Lute Kamstra  <lute@gnu.org>
14248         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14249         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14250         <monnier@iro.umontreal.ca>
14251         (lisp-outline-level): Improve efficiency.  Suggested by David
14252         Kastrup <dak@gnu.org>.
14254 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14256         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14257         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14258         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14259         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14260         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14262 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14264         * cus-start.el (all): Comment change.
14266 2005-02-14  Lute Kamstra  <lute@gnu.org>
14268         * cus-start.el (all): Check if symbol is void.
14270 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14272         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14273         optional argument to \cite.
14275 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14277         * cus-edit.el (custom-buffer-create-internal): Update help message.
14278         (custom-magic-alist): Update help messages.
14280         * cus-start.el (all): Allow a var to specify a standard value.
14282 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14284         * custom.el (custom-theme-set-variables): Handle variable aliases.
14286         * frame.el (blink-cursor-timer): Doc fix.
14287         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14288         declare obsolete.
14289         (blink-cursor-mode): Define with defcustom and use correct
14290         standard expression in that defcustom.
14291         * startup.el (command-line): Adapt to above changes in frame.el.
14293 2005-02-11  Lute Kamstra  <lute@gnu.org>
14295         * apropos.el (apropos-score-doc): Prevent division by zero.
14297 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14299         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14300         (icalendar--get-event-property-attributes)
14301         (icalendar--get-event-properties)
14302         (icalendar--datetime-to-diary-date): New functions.
14303         (icalendar--split-value): Doc fix.
14304         (icalendar--datetime-to-noneuropean-date)
14305         (icalendar--datetime-to-european-date): New optional argument
14306         SEPARATOR.  Return result as a string instead of a list.
14307         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14308         (icalendar--convert-string-for-export): Rename arg S to STRING.
14309         (icalendar-export-region): Doc fix.  Change name of error buffer.
14310         Save output buffer.
14311         (icalendar-import-file): Add blank at end of prompt.
14312         (icalendar-import-buffer): Doc fix.  Do not switch to error
14313         buffer.  Indicate status in return value.
14314         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14315         buffer.  Save output buffer.  Handle exception from recurrence
14316         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14317         events.  Fix problems with weekly all-day events.
14319 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14321         * simple.el (eval-expression-print-format):
14322         Avoid warning about edebug-active.
14324         * help.el (help-for-help-internal): Rename from help-for-help.
14325         (help-for-help): Define with defalias.
14327         * font-core.el (font-lock-default-function): Use with-no-warnings.
14329         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14331         * custom.el (defface): Doc fix.
14333 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14335         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14336         width 0" to prevent word wrapping problems.
14338 2005-02-09  Kim F. Storm  <storm@cua.dk>
14340         * ido.el (ido-file-extensions-order): New defcustom.
14341         (ido-file-extension-lessp, ido-file-extension-aux)
14342         (ido-file-extension-order): New advanced file ordering.
14343         (ido-file-lessp): New simple file ordering.
14344         (ido-sort-list): Remove.
14345         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14346         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14348 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14350         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14351         that some versions of grep produce.
14352         (grep-mode-font-lock-keywords): Likewise.
14354 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14356         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14357         (gdb-cdir): Delete.
14358         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14359         (gdb-source-info): Treat case when source file is in another
14360         directory properly.
14361         (gdb-get-location): New function.
14363 2005-02-07  Jay Belanger  <belanger@truman.edu>
14365         * calc/calc-prog.el (calc-write-parse-table-part)
14366         (calc-fix-token-name): Fix a check for language type.
14368         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14370 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14372         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14373         as directory not writable.
14375 2005-02-07  Kim F. Storm  <storm@cua.dk>
14377         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14378         (cua--standard-movement-commands): Remove list.
14379         Instead, set CUA property value to move for movement commands.
14380         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14381         (cua--pre-command-handler): Check CUA property.
14382         (cua--init-keymaps): Don't remap undo commands.
14383         (cua-mode): Don't call cua--rectangle-on-off.
14385         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14386         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14387         (cua--rect-undo-set-point): New var.
14388         (cua--rectangle-undo-boundary): Setup undo apply entry.
14389         (cua--rect-undo-handler): New function for rectangle undo.
14390         (cua--rect-start-position, cua--rect-end-position): Add.
14391         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14392         for restored rectangle.  Set point if cua--rect-undo-set-point.
14394 2005-02-06  Jay Belanger  <belanger@truman.edu>
14396         * calc/calc-lang.el (calc-tex-language): Display more information
14397         in messages.
14399         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14400         in TeX mode.
14402 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14404         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14406 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14408         * net/ldap.el (ldap-search-internal): Support attributes with
14409         optional descriptions separated by a semi-colon, as in
14410         "userCertificate;binary".
14412 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14414         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14415         isn't a cons (i.e. the version is 0).
14417 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14419         * help.el (help-for-help): Doc fix.
14421 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14423         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14424         GDB-Windows on the menu-bar as this works better.
14426 2005-02-04  Jay Belanger  <belanger@truman.edu>
14428         * calc/calc-embed.el (calc-embedded-update): Don't put in
14429         unnecessary newlines.  Adjust the end of formula marker.
14431         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14432         (math-latex-parse-two-args): New function.
14434 2005-02-03  Lute Kamstra  <lute@gnu.org>
14436         * help-fns.el (help-with-tutorial): Make sure that users cannot
14437         remove the entire text of the tutorial by means of `undo'.
14439 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14441         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14442         in recent changes, where the ispell process was repeatedly
14443         killed & restarted.
14445         * international/mule-cmds.el (set-locale-environment): Set file-name
14446         coding system to utf-8 on Darwin systems.
14447         (set-default-coding-systems): Don't set default-file-name-coding-system
14448         on Darwin systems.
14450 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14452         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14454 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14456         * faces.el (list-faces-display): Add optional argument.
14458 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14460         * font-core.el (font-lock-default-function): Handle the rare case where
14461         only font-lock-keywords is set.
14463 2005-02-02  Kenichi Handa  <handa@m17n.org>
14465         * international/characters.el: Cancel previous change for
14466         I-WITH-DOT-ABOVE and DOTLESS-i.
14468         * international/latin-5.el: Cancel previous change.
14470 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14472         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14474 2005-02-02  Kenichi Handa  <handa@m17n.org>
14476         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14477         DOTLESS-i.
14479         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14480         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14482         * case-table.el (get-upcase-table): New function.
14483         (copy-case-table): Copy upcaes table too if non-nil.
14484         (set-case-syntax-delims): Maintain upcase table too.
14485         (set-case-syntax-pair): Likewise.
14486         (set-upcase-syntax, set-downcase-syntax): New functions.
14487         (set-case-syntax): Maintain upcase table too.
14489 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14491         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14493         * progmodes/gud.el (gud-goto-info): New function.
14494         (gud-tool-bar-map): Use correct icon.
14496 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14498         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14499         When delegating, order args in the funcall correctly.
14501 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14503         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14505 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14507         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14508         buffer not visiting a file.
14510 2005-01-31  Jay Belanger  <belanger@truman.edu>
14512         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14513         bound on the line with the formula.
14515 2005-01-31  Kim F. Storm  <storm@cua.dk>
14517         * ses.el (ses-create-cell-variable-range)
14518         (ses-destroy-cell-variable-range, ses-reset-header-string)
14519         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14520         (ses-insert-row): Fix format of apply undo entries.
14522 2005-01-31  Jay Belanger  <belanger@truman.edu>
14524         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14525         parts.
14527         * calc/calc-embed.el (calc-embedded-open-formula)
14528         (calc-embedded-close-formula): Ignore matrix environments.
14530         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14531         TeX mode.
14533         * calc/calc-lang.el (math-function-table, math-oper-table)
14534         (math-variable-table): Adjust the LaTeX portions.
14536         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14537         (math-latex-ignore-words): New constant.
14539 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14541         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14542         (ispell-local-dictionary): Doc fix.
14543         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14544         Don't reinitialize at run time.  Don't defcustom.
14545         All uses changed to append ispell-local-dictionary-alist,
14546         or check it first.
14547         (ispell-current-dictionary): New variable for dictionary in use.
14548         (ispell-dictionary): Now used only for global default.
14549         (ispell-start-process): Set ispell-current-dictionary,
14550         not ispell-dictionary.
14551         (ispell-change-dictionary): Use this only for setting
14552         user preferences.
14553         (ispell-internal-change-dictionary): New function
14554         to change the current dictionary in use.
14555         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14556         Use ispell-current-dictionary.
14557         Handle ispell-local-dictionary-overridden.
14558         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14560 2005-01-31  Jay Belanger  <belanger@truman.edu>
14562         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14564         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14565         (calc-mode-map): Add calc-latex-language.
14567         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14568         (math-latex-print-frac): New functions.
14569         (math-oper-table, math-function-table, math-variable-table)
14570         (math-complex-format, math-input-filter): Add latex properties.
14571         (calc-set-language): Set math-expr-special-function-mapping.
14573         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14574         (calc-write-parse-table-part): Add LaTeX support.
14576         * calc/calc.el (calc-language): Adjust docstring.
14577         (calc-set-mode-line): Add LaTeX support.
14578         (math-expr-special-function-mapping): New variable.
14579         (math-tex-ignore-words): Add to list.
14581         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14582         Add LaTeX support.
14583         (math-compose-expr): Add support for special functions.
14585         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14587 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14589         * progmodes/gdb-ui.el (gdb-memory-address)
14590         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14591         (gdb-memory-mode-map, gdb-memory-format-keymap)
14592         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14593         (gdb-memory-unit-menu): New variables for a buffer
14594         that lets the user examine program memory.
14595         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14596         (gdb-memory-format-binary, gdb-memory-format-octal)
14597         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14598         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14599         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14600         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14601         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14602         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14603         (gdb-memory-mode, gdb-memory-buffer-name)
14604         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14605         New functions for above buffer.
14607 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14609         * cus-edit.el (custom-bury-buffer): Function deleted.
14610         (custom-buffer-done-function): Option deleted.
14611         (custom-buffer-done-kill): New (replacement option.
14612         (Custom-buffer-done): Call quit-window.
14613         (custom-buffer-create-internal): Update for above changes.
14615 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14617         * simple.el (undo-ask-before-discard): New var.
14618         (undo-outer-limit-truncate): Implement it.
14619         (undo-extra-outer-limit): Doc update.
14621 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14623         * ses.el (undo-more): Delete defadvice.
14624         (ses-begin-change): Doc fix.
14626         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14627         instead of rebinding C-x u and C-_.
14629         * files.el (normal-backup-enable-predicate): Return nil for files
14630         in /tmp, regardless of temporary-file-directory.
14632         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14634         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14635         (open-rectangle, delete-whitespace-rectangle-line)
14636         (clear-rectangle-line): If FILL, pass t instead of FILL
14637         for move-to-column's 2nd arg.
14639         * simple.el (undo): Fix the test for continuing a series of undos.
14640         (undo-more): Set pending-undo-list to t when we reach end.
14641         (pending-undo-list): Move up defvar.
14643         * wid-edit.el (widget-button-click):
14644         Shorten the range of the track-mouse binding.
14646         * comint.el (comint-insert-input): Undo previous changes;
14647         use last-input-event in interactive spec.
14649 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14651         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14652         to nil before invoking call-process.  Reset buffer's modified flag
14653         after fontifying it in the no-async branch.
14655         * wid-edit.el (widget-specify-button): If mouse pointer shape
14656         cannot be changed, use mouse face instead.
14658 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14660         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14661         (gdb-goto-breakpoint): Make breakpoint handling work on template
14662         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14663         (gdb-assembler-custom): Update to recognize breakpoint information
14664         added on 2005-01-19.
14666 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14669         (dsssl-mode): Use define-derived-mode.
14670         (scheme-mode-initialize): Remove.
14671         (scheme-mode): Use run-mode-hooks.
14673         * cus-edit.el (customize-group-other-window)
14674         (custom-buffer-create-other-window): Don't override special-display-*.
14675         (custom-mode-map): Make it dense.
14677         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14678         sets the default value.
14680 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14682         * descr-text.el: Add more keywords.
14684 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14686         * speedbar.el: Avoid unnecessary use of locate-library.
14688         * international/mule-cmds.el (standard-display-european-internal):
14689         Don't fiddle with latin-1 non-break space any more since it's now
14690         special cased in the C code.
14691         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14693 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14695         * cus-start.el (all): Add `undo-outer-limit'.
14697 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14699         * textmodes/bibtex.el (bibtex-format-entry):
14700         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14701         field lines.
14702         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14703         not on part of a buffer.
14705 2005-01-25  Lute Kamstra  <lute@gnu.org>
14707         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14708         nonempty field text strings like "{letters\\macro{}more letters}".
14709         Clarify docstring.
14710         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14711         (bibtex-entry-offset, bibtex-parse-association)
14712         (bibtex-parse-field-name): Fix typos in docstrings.
14713         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14715 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14717         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14718         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14719         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14720         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14722         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14723         isearch minor mode.
14725 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14727         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14729 2005-01-24  Lute Kamstra  <lute@gnu.org>
14731         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14732         CASECHARS and NOT-CASECHARS regular expressions of the
14733         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14734         striding over charsets" error.
14736 2005-01-24  Jay Belanger  <belanger@truman.edu>
14738         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14739         display variable name.
14741 2005-01-24  Kenichi Handa  <handa@m17n.org>
14743         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14744         Fix setting of the element of encoded-kbd-iso2022-invocations.
14746 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14748         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14749         (gdb-threads-select): Change to also accept mouse events.
14750         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14751         (gdb-threads-mouse-select): Delete.
14753 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14755         * files.el (insert-directory): Take care of empty directory,
14756         listed without -a switch.
14758 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14760         * textmodes/refill.el (refill-post-command-function):
14761         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14762         to the list of functions that we should be careful not to undo.
14763         (refill-late-fill-paragraph-function): Remove.
14764         (refill-saved-state): New var.
14765         (refill-mode): Use it to save fill-paragraph-function.
14766         Save also the value of auto-fill-function.
14768         * term/w32-win.el: Simplify code.
14770 2005-01-23  Kim F. Storm  <storm@cua.dk>
14772         * simple.el (line-move): Adapt to new return value from
14773         pos-visible-in-window-p.
14775         * simple.el (line-move): Fix last change.  Check partial
14776         visibility at point rather than at window-start.
14778 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14780         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14782 2005-01-22  David Kastrup  <dak@gnu.org>
14784         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14786 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14788         * type-break.el (type-break-mode): Add a test for
14789         type-break-file-name being non-nil.
14791 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14793         * net/eudc.el (top level): Call (message "") via progn, so that
14794         eudc-options-file is loaded.
14796 2005-01-22  Kim F. Storm  <storm@cua.dk>
14798         * simple.el (line-move-1): Rename from line-move.
14799         (line-move): New function that adjusts vscroll for partially
14800         visible rows, and calls line-move-1 otherwise.
14802 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14804         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14805         since it's not a complete read-event implementation
14807 2005-01-20  Jay Belanger  <belanger@truman.edu>
14809         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14810         for called function.
14812 2005-01-20  Steven Tamm  <steventamm@mac.com>
14814         * term/mac-win.el (process-connection-type): Remove.
14815         Controlled now by s/darwin.h:PTY_ITERATION.
14817 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14819         * window.el (handle-select-window): Don't switch window when we're
14820         in the minibuffer.
14822 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14824         * subr.el (dotimes-with-progress-reporter): New macro.
14826         * ses.el (ses-dotimes-msg): Remove macro.
14827         Use `dotimes-with-progress-reporter' instead.
14829 2005-01-19  Steven Tamm  <steventamm@mac.com>
14831         * term/mac-win.el (process-connection-type): Use new
14832         operating-system-release variable to use ptys on Darwin 7 (OS X
14833         10.3) when using carbon build.
14835 2005-01-19  Jay Belanger  <belanger@truman.edu>
14837         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14838         flags if the last command was a tab or M-tab.
14840         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14841         in formula editing buffer.
14843 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14845         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14846         breakpoint image symbol in margin.
14848 2005-01-19  Jay Belanger  <belanger@truman.edu>
14850         * calc/calc-prog.el (calc-execute-kbd-macro):
14851         Ignore calc-keep-arg-flag.
14853 2005-01-19  Kenichi Handa  <handa@m17n.org>
14855         * textmodes/ispell.el (ispell-looking-at): New function.
14856         (ispell-process-line): Use ispell-looking-at to compare the ispell
14857         output and the buffer contents.
14859 2005-01-18  Jay Belanger  <belanger@truman.edu>
14861         * calc/calc.el (calc-display-raw): Fix docstring.
14863 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * simple.el (blink-matching-open): Strip extra info from syntax.
14867         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14868         funny chars in the end-of-here-doc marker.
14870 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14872         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14873         that enable/disabled state of breakpoints is shown correctly in
14874         fringe and on ttys.
14875         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14876         Add breakpoint information as text properties.
14877         (gdb-mouse-toggle-breakpoint):
14878         Rename to gdb-mouse-set-clear-breakpoint.
14879         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14880         breakpoints in the margin.
14881         (gdb-remove-strings): Simplify.
14883 2005-01-17  Jay Belanger  <belanger@truman.edu>
14885         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14886         erasing buffer.
14888 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14890         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14891         for calling grep-compute-defaults.
14893         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14894         if buffer is empty.
14896         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14898 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14900         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14902         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14903         non-preloaded variables.
14905 2005-01-17  Steven Tamm  <steventamm@mac.com>
14907         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14908         tex-shell cause to force interactivity when using pipes.
14910 2005-01-17  Kim F. Storm  <storm@cua.dk>
14912         * simple.el (just-one-space): Make arg optional.
14914 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14916         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14917         posn-at-x-y to t to access left-margin.
14919 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14921         Sync with Tramp 2.0.47.
14923         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14924         catching keep-date problems in cp/scp operations.
14925         (tramp-handle-copy-file): Don't call `set-file-modes'
14926         unconditionally.  Specialized functions should know better what is
14927         necessary.  This improves performance a little bit, and the
14928         functions could catch errors with `cp -p' and `scp -p'.
14929         (tramp-do-copy-or-rename-file-via-buffer)
14930         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14931         when appropriate.
14932         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14933         Call `set-file-modes' when appropriate.
14934         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14935         Johnsson <isak@hypergene.com>
14936         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14937         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14938         <joakim@verona.se>
14939         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14940         Emacs only.
14942         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14943         `find-file-hooks' and `dired-mode-hook'.
14944         (tramp-minor-mode-map): Respective map.  Add remapping for
14945         `compile' and `recompile'.
14946         (tramp-remap-command, tramp-recompile): New defuns.
14947         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14948         in buffer "*Compilation*".  Call the commands asynchronously.
14950         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14951         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14952         `shell-command', because it isn't magic in XEmacs.  Reported by
14953         Adrian Aichner <adrian@xemacs.org>.
14955         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14956         `substitute-in-file-name.
14957         (tramp-smb-handle-substitute-in-file-name): New defun.
14958         (tramp-smb-advice-PC-do-completion): Delete advice.
14960 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14962         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14963         Fix error in deleting region.
14965 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14967         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14968         In non-temp buffer, switch syntax table temporarily.
14970         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14972         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14974         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14976         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14977         (imenu--generic-function): Use START, not BEG, as pos of definition.
14979         * simple.el (just-one-space): Argument specifies number of spaces.
14981         * simple.el (eval-expression-print-format): Avoid warning
14982         about edebug-active.
14984 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14986         * progmodes/sh-script.el: Code copied from make-mode.el
14987         with small changes,
14988         (sh-mode-map): Bind C-c C-\.
14989         (sh-backslash-column, sh-backslash-align): New variables.
14990         (sh-backslash-region, sh-append-backslash): New functions.
14992 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14994         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14995         (rmail-pop-password, rmail-pop-password-required): Move to
14996         rmail-obsolete group.
14997         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14998         All callers updated.
14999         (rmail-get-pop-password): Rename to rmail-get-remote-password.
15000         Take an argument specifying whether it is POP or IMAP mailbox we
15001         are using.  All callers updated.
15002         (rmail-pop-password-error): Rename to
15003         rmail-remote-password-error.  Added mailutils-specific error message.
15004         (rmail-movemail-search-path)
15005         (rmail-movemail-variant-in-use): New variables.
15006         (rmail-remote-password, rmail-remote-password-required):
15007         New customization variables.
15008         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15009         (rmail-parse-url): New function.
15010         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15011         with GNU mailutils movemail.
15013 2005-01-15  Kevin Ryde  <user42@zip.com.au>
15015         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15016         suffix to space, $ or '$, to correctly position point when going
15017         to @table style constants like DBL_MAX.
15019 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
15021         * type-break.el (type-break-mode, type-break-file-time)
15022         (type-break-file-keystroke-count, type-break-choose-file):
15023         Don't store data in or load data from the file if type-break-file-name
15024         is nil.
15025         (type-break-file-name): Doc update as per the above.
15027 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
15029         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15030         lookup-key might return nil; handle that.
15032 2005-01-15  Alan Mackenzie  <acm@muc.de>
15034         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15035         rather than the element found, thus enabling the tree to be setcar'd.
15037 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15039         * textmodes/org.el (org-show-following-heading): New option.
15040         (org-show-hierarchy-above): Use `org-show-following-heading'.
15041         (org-cycle): Documentation fix.
15043         * textmodes/org.el (orgtbl-optimized): New option
15044         (orgtbl-mode): New command, a minor mode.
15045         (orgtbl-mode-map): New variable.
15046         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15047         (orgtbl-error, orgtbl-self-insert-command)
15048         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15050         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15051         a local variable in each org-mode buffer.
15053         * textmodes/org.el (org-set-regexps-and-options): Rename from
15054         `org-set-regexps'.  Added checking for STARTUP keyword.
15055         (org-get-current-options): Add STARTUP options.
15056         (org-table-insert-row): Make mode intelligent about when
15057         realignment is needed.
15058         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15059         New commands.
15060         (org-enable-table-editor): New default value `optimized'.
15061         (org-table-blank-field): Support blanking regions if active.
15063 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15065         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15066         if the year is not given.
15068         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15069         Add new escapes %m and %M, fixed bug with %F by adding
15070         save-match-data.
15071         (reftex-reference): Remove ?. from list of spaces.
15072         (reftex-label-info): Add automatic label prefix recognition.
15074         * textmodes/reftex-index.el (reftex-index-next-phrase):
15075         Add slave parameter to call of `reftex-index-this-phrase'.
15076         (reftex-index-this-phrase): New optional argument.
15077         (reftex-index-region-phrases): Add slave parameter to call of
15078         `reftex-index-this-phrase'.
15079         (reftex-display-index): New argument redo.
15080         (reftex-index-rescan): Add 'redo to arguments of
15081         `reftex-display-index'.
15082         (reftex-index-Rescan, reftex-index-revert)
15083         (reftex-index-switch-index-tag): Add 'redo to arguments of
15084         `reftex-display-index'.
15085         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15086         indexing.  Fix bug with matching is there is a quote before or
15087         after the word.
15089         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15090         Fix bug when collecting citation keys in lines with comments.
15091         (reftex-citation): Prefix argument no longer rescans the document,
15092         but forces prompting for optional arguments of cite macros.
15093         (reftex-do-citation): Prompting for optional arguments implemented.
15095         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15096         Add optional arguments to most cite commands.
15097         (reftex-cite-cleanup-optional-args): New option
15098         (reftex-cite-prompt-optional-args): New option.
15099         (reftex-trust-label-prefix): New option.
15101         * textmodes/reftex-toc.el (reftex-toc-find-section):
15102         Add push-mark before changing the position in the buffer.
15104         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15105         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15107 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15109         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15110         more carefully.
15112 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15114         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15115         (sgml-mode): Use it.
15116         (sgml-get-context): Better keep track of implicitly closed tags.
15118 2005-01-13  Kenichi Handa  <handa@m17n.org>
15120         * textmodes/ispell.el: These changes are to fix misalignment error
15121         caused by equivalent characters of different Emacs charsets.
15122         (ispell-unified-chars-table): New variable.
15123         (ispell-get-decoded-string): New function.
15124         (ispell-get-casechars, ispell-get-not-casechars)
15125         (ispell-get-otherchars): Call ispell-get-decoded-string.
15127 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15129         * custom.el (custom-declare-variable): Just put symbol instead
15130         of (defvar . symbol) in `current-load-list'.
15132 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15136 2005-01-12  Jay Belanger  <belanger@truman.edu>
15138         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15139         to create a Calc summary.
15141 2005-01-12  Kim F. Storm  <storm@cua.dk>
15143         * mouse.el (mouse-on-link-p): Change functionality and doc
15144         string to comply with latest description in lisp ref.
15146 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15148         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15149         Enable mouse clicks on mode-line, header-line and margin.
15150         (event-type): Give mouse event symbols an 'event-kind property
15151         with value 'mouse-click.
15153 2005-01-12  Juri Linkov  <juri@jurta.org>
15155         * facemenu.el (list-colors-display): Add new arg buffer-name.
15156         Use it.  Fix docstring.  Replace code for identifying duplicate
15157         colors by the name with call to `list-colors-duplicates' which
15158         identifies duplicate colors by the value unless the color
15159         is one of special Windows colors.  Set truncate-lines to t.
15160         Print sorted duplicate color names on each line.  Indent to 22
15161         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15162         (list-colors-duplicates): New function.
15163         (facemenu-color-name-equal): Delete function.
15165         * facemenu.el (list-colors-print): New function created from code
15166         in list-colors-display.  Print #RRGGBB at the window right edge.
15167         (list-colors-display): When temp-buffer-show-function is not
15168         defined, call list-colors-print from temp-buffer-show-hook
15169         to get the right value of window-width in list-colors-print
15170         after the buffer is displayed.
15172         * simple.el (pop-mark): Move deactivate-mark out of conditional
15173         part to deactivate the active mark regardless of the state of the
15174         mark ring.
15176         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15177         variables line in desktop files.
15179 2005-01-12  Juri Linkov  <juri@jurta.org>
15181         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15182         Bring together isearch highlight related options.
15183         (lazy-highlight): Replace group `replace' by `matching'.
15184         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15185         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15186         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15187         and declare them obsolete.
15188         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15189         (isearch-faces): Remove defgroup.
15190         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15191         Move isearch highlighting code closer to lazy highlighting code.
15193         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15194         (query-replace-highlight, query-replace-lazy-highlight)
15195         (query-replace): Move definitions to the beginning of the file.
15197 2005-01-11  Juri Linkov  <juri@jurta.org>
15199         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15200         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15201         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15203         * info.el (Info-history-forward): New variable.
15204         (Info-select-node): Reset Info-history-forward to nil.
15205         (Info-last): Turn into defalias.
15206         (Info-history-back): Rename from Info-last.
15207         Add current node to Info-history-forward.
15208         (Info-history-forward): New fun.
15209         (Info-mode-map): Replace Info-last by Info-history-back.
15210         Bind Info-history-forward to "r".
15211         (Info-mode-menu): Replace Info-last by Info-history-back.
15212         Fix menu item text.  Add menu item for Info-history-forward.
15213         (info-tool-bar-map): Replace Info-last by Info-history-back.
15214         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15215         for Info-history-forward.
15216         (Info-mode): Replace Info-last by Info-history-back in docstring.
15217         Add local variable Info-history-forward.
15218         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15220 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15222         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15223         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15224         Ignore select-window events rather than fiddle with
15225         mouse-autoselect-window.
15227 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15229         * type-break.el (type-break-mode): Fix previous change.
15231 2005-01-10  Jay Belanger  <belanger@truman.edu>
15233         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15234         calculator; only reset when point is inside a calculator.
15235         Don't adjust the window height if the window takes up the whole height
15236         of the frame.
15238 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15240         * ebuff-menu.el (Electric-buffer-menu-mode):
15241         Preserve value of buffer-local var header-line-format.
15243 2005-01-09  Jay Belanger  <belanger@truman.edu>
15245         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15246         Make sure settings file exists before accessing it.
15248         * calc/calc-embed.el (calc-embedded-subst):
15249         Replace math-multi-subst-rec, which is only supposed to be called
15250         by math-multi-subst, by math-multi-subst.
15252 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15254         * vc.el (vc-allow-async-revert): New user option.
15255         (vc-disable-async-diff): New internal variable.
15256         (vc-revert-buffer): Use them to disable asynchronous diff.
15258         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15259         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15260         asynchronously if vc-disable-async-diff is t.
15262 2005-01-09  Jay Belanger  <belanger@truman.edu>
15264         * calc/calc.el (defcalcmodevar): New macro.
15265         (calc-mode-var-list-restore-default-values)
15266         (calc-mode-var-list-restore-saved-values): New functions.
15267         (calc-mode-var-list): Use defcalcmodevar to define it.
15268         (calc-always-load-extensions, calc-line-numbering)
15269         (calc-line-breaking, calc-display-just, calc-display-origin)
15270         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15271         (calc-group-char, calc-point-char, calc-frac-format)
15272         (calc-prefer-frac, calc-hms-format, calc-date-format)
15273         (calc-float-format, calc-full-float-format, calc-complex-format)
15274         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15275         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15276         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15277         (calc-matrix-brackets, calc-language, calc-language-option)
15278         (calc-left-label, calc-right-label, calc-word-size)
15279         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15280         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15281         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15282         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15283         (calc-window-height, calc-display-trail, calc-show-selections)
15284         (calc-use-selections, calc-assoc-selections)
15285         (calc-display-working-message, calc-auto-why, calc-timing)
15286         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15287         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15288         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15289         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15290         (calc-gnuplot-geometry, calc-graph-default-resolution)
15291         (calc-graph-default-resolution-3d, calc-invocation-macro)
15292         (calc-show-banner): Use defcalcmodevar to declare them and set
15293         their default values.
15295         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15296         instead of default values (but restore default values if there is
15297         an argument of 0).
15299 2005-01-09  David Kastrup  <dak@gnu.org>
15301         * desktop.el (desktop-restore-eager): Fix typo in type.
15303 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15305         * cus-edit.el (customize): Delete :link.
15307 2005-01-08  Jay Belanger  <belanger@truman.edu>
15309         * calc/calc.el (calc-mode): Remove the extension from the
15310         `calc-settings-file' file name when loading it.
15312 2005-01-08  Kim F. Storm  <storm@cua.dk>
15314         * info.el (Info-mode-map, Info-next-link-keymap)
15315         (Info-prev-link-keymap, Info-up-link-keymap):
15316         Map follow-link to mouse-face.
15317         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15319 2005-01-08  Jay Belanger  <belanger@truman.edu>
15321         * calc/calc.el (calc-settings-file): Change default value.
15322         Suggested by cgw in a comment in calc-mode.el.
15324         * calc/calc-mode.el (calc-settings-file-name):
15325         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15326         Replace ~/.emacs in a prompt by calc-settings-file.
15328 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15330         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15331         (desktop-lazy-idle-delay): New customizable variables.
15332         (desktop-buffer-args-list): New variable.
15333         (desktop-append-buffer-args): New function.
15334         (desktop-save): Call desktop-append-buffer-args for some buffers.
15335         (desktop-lazy-create-buffer): New function.
15336         (desktop-idle-create-buffers): New function.
15337         (desktop-read): Add message about buffers to restore lazily.
15338         (desktop-lazy-abort): New command.
15339         (desktop-clear): Call desktop-lazy-abort.
15340         (desktop-lazy-complete): New command.
15342 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15344         * emacs-lisp/find-func.el (find-face-definition):
15345         Rename from find-face.
15347 2005-01-06  Kim F. Storm  <storm@cua.dk>
15349         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15351         * man.el (Man-xref-man-page, Man-xref-header-file)
15352         (Man-xref-normal-file): Add follow-link property.
15354 2005-01-06  Jay Belanger  <belanger@truman.edu>
15356         * calc/calc-units.el: Make sure the proper macro definitions are
15357         available when compiling.
15359 2005-01-06  Juri Linkov  <juri@jurta.org>
15361         * isearch.el (isearch-lazy-highlight-update):
15362         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15364 2005-01-06  Miles Bader  <miles@gnu.org>
15366         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15367         (isearch-lazy-highlight-face): Use new name.
15369 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15371         * uniquify.el (uniquify-rationalize-file-buffer-names):
15372         Re-add an interactive spec.
15373         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15374         to the same name.
15376         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15377         (isearch-update, isearch-done): Adjust calls accordingly.
15379 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15381         * custom.el (custom-set-variables, custom-theme-set-variables):
15382         Clarify documentation.
15384         * emacs-lisp/find-func.el (find-variable)
15385         (find-variable-other-window, find-variable-other-frame):
15386         Fix the TYPE args to find-function-read and find-function-do-it.
15387         (find-function): Doc fix.
15388         (find-function-at-point): Replace function-at-point alias.
15390 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15392         * cus-face.el (custom-declare-face):
15393         Record defface in current-load-list.
15395         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15397         * emacs-lisp/find-func.el: Doc fixes.
15398         (find-face-regexp): New variable.
15399         (find-function-regexp-alist): New variable.
15400         (find-function-C-source): Third arg is now TYPE.
15401         (find-function-search-for-symbol): Handle general TYPE.
15402         (find-function-read, find-function-do-it): Handle general TYPE.
15403         (find-definition-noselect, find-face): New functions.
15404         (function-at-point): Alias deleted.
15406 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * battery.el (display-battery-mode): Rename from display-battery.
15409         Handle the case where it gets turned off.
15411 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15413         * cus-edit.el (customize): Make :link point to user doc.
15415         * man.el (Man-fontify-manpage): Turn off undo generation.
15417         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15419 2005-01-04  Andreas Schwab  <schwab@suse.de>
15421         * files.el (insert-directory): Only look for error lines in
15422         inserted text.  Don't move too far after processing --dired markers.
15424 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15426         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15427         Don't expand if the character is @, period, dash, etc.
15428         (define-mail-abbrev): Quote names that contain problem characters.
15430 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15432         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15434 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15436         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15437         (query-replace-highlight, query-replace-lazy-highlight)
15438         (query-replace): Definitions moved up.  Doc fix.
15440 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15442         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15443         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15444         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15445         (lazy-highlight-face): Rename from isearch-lazy-...
15446         Change all references to them.
15448 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15450         * cus-edit.el (custom-file): Doc fix for defcustom.
15451         (custom-file): The function no longer sets the variable
15452         `custom-file' to its return value.
15454         * startup.el (command-line): No longer load `custom-file'.
15456 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15458         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15460         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15461         Don't confuse module-prefixed identifiers for labels.
15462         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15464 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15466         * files.el (basic-save-buffer-1): Fix previous change.
15468         * loadhist.el (file-loadhist-lookup): New function.
15469         (file-provides, file-requires): Use it.
15471         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15472         instead of calculating the right size.
15474 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15476         * vc-svn.el (vc-svn-diff): Stay local if possible.
15478 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15480         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15482         * files.el (hack-local-variables): Fix last change.
15484 2005-01-02  Jay Belanger  <belanger@truman.edu>
15486         * calc/calc-yank.el (calc-edit-top): New variable.
15487         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15488         object.  Change header properties.
15489         (calc-edit-finish, calc-edit-finish-stack-object)
15490         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15491         edited object.
15492         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15493         for the beginning of the edited object.
15494         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15495         for the beginning of the edited object.
15496         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15497         (calc-finish-formula-edit, calc-macro-repeats)
15498         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15499         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15500         beginning of the edited object.
15501         (calc-user-define-edit): Change the header for editing macros.
15502         Remove unnecessary variable.
15504 2005-01-01  Jay Belanger  <belanger@truman.edu>
15506         * calc/calc-yank.el (calc-edit-mode): Change default header.
15507         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15508         * calc/calc-store.el (calc-edit-variable): Change title to match new
15509         header.
15510         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15511         mode to match new header.
15512         (calc-user-define-edit): Change titles to include names of commands.
15513         (calc-finish-formula-edit): Adjust to handle new header.
15514         (calc-finish-macro-edit): Remove.
15515         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15516         (calc-edit-macro-command, calc-edit-macro-command-type)
15517         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15518         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15519         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15520         (calc-edit-macro-finish-edit): New functions.
15521         (calc-user-define-edit): Use new functions to edit named calc macros.
15523 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15525         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15527         * ses.el (copy-region-as-kill): Deactivate mark.
15529 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15531         * replace.el (occur-1): If the output buffer is also an input,
15532         don't kill it, rename it.
15534         * faces.el (set-face-background, set-face-foreground): Doc fix.
15536         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15537         for :foreground and :background.
15539         * dired.el (dired-view-command-alist): Variable deleted.
15540         (dired-view-file, dired-mouse-find-file-other-window):
15541         Delete the code to use it.
15543 2005-01-01  Kim F. Storm  <storm@cua.dk>
15545         * image.el (insert-sliced-image): Use t for line-height property.
15547 See ChangeLog.11 for earlier changes.
15549 ;; Local Variables:
15550 ;; coding: iso-2022-7bit
15551 ;; End:
15553     Copyright (C) 2005 Free Software Foundation, Inc.
15554   Copying and distribution of this file, with or without modification,
15555   are permitted provided the copyright notice and this notice are preserved.
15557 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1