(define-widget): Don't use declare for the doc-string-elt.
[emacs.git] / lisp / ChangeLog
blob85208c9f50f8ea76e5b8ee7817d438d40cad1c8d
1 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3         * custom.el (defgroup): Add doc-string-elt info.
5         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * newcomment.el (comment-enter-backward): Fix last fix.
11         * simple.el (blink-matching-open):
12         * paren.el (show-paren-function): Allow new paren-class info.
14 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17         handled automagically.
19 2005-11-20  Juri Linkov  <juri@jurta.org>
21         * simple.el (what-cursor-position):
22         * descr-text.el (describe-char): Use Lisp-readable syntax
23         for octal and hex.  Reorder decimal, octal and hex values.
24         Remove excess whitespace in the output.  Use `=' in `column='
25         like in `point=' and `Hscroll='.
27         * international/mule-cmds.el (encoded-string-description):
28         Use Lisp-readable syntax for hex.
30 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * newcomment.el (comment-enter-backward): Handle the case where the
33         comment is closed by EOB.
35 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
37         * longlines.el (longlines-before-revert-hook)
38         (longlines-after-revert-hook): New functions.
39         (longlines-mode): Turn off longlines temporarily when reverting.
40         Add a message-setup-hook.
41         (longlines-decode-buffer): New function.
42         (longlines-wrap-line): Preserve marker positions.
44 2005-11-19  Andreas Schwab  <schwab@suse.de>
46         * emacs-lisp/shadow.el: Handle compressed files.
48 2005-11-19  Romain Francoise  <romain@orebokech.com>
50         * net/browse-url.el (browse-url-default-browser): Signal an error
51         if no usable browser can be found, rather than try to load w3.
53 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
55         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
56         replacing existing properties.
57         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
58         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
59         tty specs.
60         (rcirc-server-prefix, rcirc-server): New faces.
61         (rcirc-url-regexp): Generate with rx macro.
62         (rcirc-last-server-message-time): New variable.
63         (rcirc-filter): Record time of last message.
64         (rcirc-keepalive): Kill processes that did not send a message
65         since the last ping.
66         (rcirc-mode): Give rcirc-topic a local binding here.
68 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
70         * subr.el (read-passwd): Fontify the prompt as we do with other
71         prompts.
73 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
75         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
76         binding buffer-read-only to nil.
78 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
80         * complete.el (partial-completion-mode):
81         Mention completion-auto-help in the doc string.
83         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
84         more Lisp-ish way.
86 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
88         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
89         digits, not 8, to avoid misalignment for files larger than 100MB.
91 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
93         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
94         Mention "keyboard shortcuts" in the help text.
96 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
98         * startup.el (fancy-splash-default-action): Discard only
99         mouse-down and succeeding mouse-up events in the splash screen
100         window so that drag-n-drop event can be processed.
102 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
104         * longlines.el (longlines-mode): Add hacks for mail-mode and
105         message-mode.
107 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
109         * textmodes/org.el: (org-table-sort-lines): New command.
110         (org-tbl-menu): Add entry for `org-table-sort-lines'.
111         (org-add-file): Command removed, use `org-agenda-file-to-front'
112         instead.
113         (org-export-icalendar): Use `org-icalendar-combined-name'.
114         (org-cycle-agenda-files, org-agenda-file-to-end)
115         (org-agenda-file-to-front): New commands.
116         (org-table-tab-jumps-over-hlines,org-export-html-style): New
117         options.
118         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
119         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
120         New functions.
121         (org-fill-paragraph): Call `org-table-align' in tables.
122         (org-mode): Call `org-set-autofill-regexps'.
123         (org-export-as-html): Support for local handformatted lists.
124         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
125         (org-export-local-list-max-depth): New option.
126         (org-html-expand): Use `org-html-protect'.
128 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
130         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
131         to "p".
132         (gdb): Move definition of gud-pp to...
134         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
135         speedbar.
136         (gdb-find-watch-expression): New function.
138 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
140         * faces.el (face-attribute, set-face-attribute): Mention existence
141         of `:ignore-defface' setting in docstring.
143 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * simple.el (completion-setup-function): Fix last change.
147 2005-11-17  John Paul Wallington  <jpw@pobox.com>
149         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
150         Use `posn-set-point' instead of `mouse-set-point' because the
151         latter is not fbound when configured without X.
153         * comint.el (comint-insert-input): Likewise.
155 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
157         * simple.el (hard-newline): New variable.
158         (sendmail-user-agent-compose, next-line): Use it.
160         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
161         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
162         (mail-mail-reply-to, mail-mail-followup-to)
163         (mail-position-on-field, mail-signature, mail-yank-original)
164         (mail-attach-file): Likewise.
166         * mail/mailheader.el (mail-header-format)
167         (mail-header-format-function): Likewise.
169         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
171 2005-11-17  Juri Linkov  <juri@jurta.org>
173         * font-lock.el (font-lock-faces): Rename this defgroup from
174         `font-lock-highlighting-faces'.
175         (font-lock-comment-face, font-lock-comment-delimiter-face)
176         (font-lock-string-face, font-lock-doc-face)
177         (font-lock-keyword-face, font-lock-builtin-face)
178         (font-lock-function-name-face, font-lock-variable-name-face)
179         (font-lock-type-face, font-lock-constant-face)
180         (font-lock-warning-face, font-lock-negation-char-face)
181         (font-lock-preprocessor-face)
182         (font-lock-regexp-grouping-backslash)
183         (font-lock-regexp-grouping-construct): Rename :group from
184         `font-lock-highlighting-faces' to `font-lock-faces'.
186         * cus-edit.el (lisp, c, tex):
187         * progmodes/ada-mode.el (ada):
188         * progmodes/asm-mode.el (asm):
189         * progmodes/cperl-mode.el (cperl-faces):
190         * progmodes/cpp.el (cpp):
191         * progmodes/dcl-mode.el (dcl):
192         * progmodes/f90.el (f90):
193         * progmodes/fortran.el (fortran):
194         * progmodes/icon.el (icon):
195         * progmodes/idlwave.el (idlwave-misc):
196         * progmodes/m4-mode.el (m4):
197         * progmodes/make-mode.el (makefile):
198         * progmodes/meta-mode.el (meta-font):
199         * progmodes/modula2.el (modula2):
200         * progmodes/octave-mod.el (octave):
201         * progmodes/pascal.el (pascal):
202         * progmodes/perl-mode.el (perl):
203         * progmodes/prolog.el (prolog):
204         * progmodes/ps-mode.el (PostScript-edit):
205         * progmodes/scheme.el (scheme):
206         * progmodes/sh-script.el (sh-script):
207         * progmodes/simula.el (simula):
208         * progmodes/tcl.el (tcl):
209         * textmodes/nroff-mode.el (nroff):
210         * textmodes/reftex-vars.el (reftex-fontification-configurations):
211         * textmodes/sgml-mode.el (sgml):
212         * textmodes/texinfo.el (texinfo):
213         Add :link (custom-group-link font-lock-faces) to defgroup.
215         * hi-lock.el (hi-lock): Rename this defgroup from
216         `hi-lock-interactive-text-highlighting'.  Change parent group from
217         `faces' to `font-lock'.  Add link to the manual.
218         (hi-lock-mode, hi-lock-file-patterns-range)
219         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
220         `hi-lock-interactive-text-highlighting' to `hi-lock'.
221         (hi-lock-faces): Add :group `faces'.
223         * cus-edit.el (custom-variable-prompt): Clarify the code.
225         * faces.el (face-read-string): Set the default value arg of
226         completing-read.
228 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
230         * rfn-eshadow.el (file-name-shadow-properties)
231         (file-name-shadow-tty-properties, file-name-shadow-mode):
232         Remove autoloads, because the file is now preloaded.
234 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * printing.el (easy-menu-intern): Don't define.
237         (pr-get-symbol): Use easy-menu-intern only if defined.
239         * simple.el (blink-matching-open): Simplify a bit.
240         (completion-setup-function): Fix the case of partial-completion-mode
241         when the minibuffer's contents start with "-".
242         Obey completion-base-size-function even when
243         minibuffer-completing-file-name is non-nil.
245 2005-11-16  Richard M. Stallman  <rms@gnu.org>
247         * net/eudcb-ph.el (eudc-ph-open-session):
248         Use set-process-query-on-exit-flag.
250         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
252         * international/ucs-tables.el (ucs-set-table-for-input):
253         Use make-local-variable, not make-variable-buffer-local.
255         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
256         Improve warning message text.
258         * savehist.el (savehist-save-hook): Add :group.
260         * menu-bar.el (menu-bar-help-menu):
261         Rename Find Extra Packages to External Packages.
263         * cus-edit.el (Custom-reset-standard): Verify that
264         :custom-standard-value prop exists before calling it.
266         * apropos.el (apropos-calc-scores): Use apropos-pattern.
268 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
270         * wid-edit.el (color): Enclose %t in %{...%}.
272         * cus-edit.el (face): Enclose %t in %{...%}.
274 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
276         * savehist.el (savehist-mode-hook): Re-add the var.
277         (savehist-mode): Use it.
279 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * textmodes/flyspell.el: Fix commenting convention.
282         Remove unnecessary leading * in custom docstrings.
283         (flyspell-emacs): Remove unused var.
284         (flyspell-delete-region-overlays): Use remove-overlays.
285         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
286         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
287         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
288         (flyspell-debug-signal-word-checked): Use with-current-buffer.
289         (make-flyspell-overlay): Don't locally reuse a global name.
290         (flyspell-highlight-incorrect-region)
291         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
292         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
293         (flyspell-notify-misspell): Remove unused args `start' and `end'.
294         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
295         Wrap calls to accept-process-output inside with-local-quit since it's
296         often called from a post-command-hook.
297         (flyspell-correct-word, flyspell-auto-correct-word):
298         Use ispell-send-string.
299         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
301         * calendar/diary-lib.el (diary-list-entries): Also hide the
302         terminating newline.
304 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
306         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
307         window-system, to allow fonts on tty.
309 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
311         * progmodes/gud.el (gud-speedbar-item-info): New function.
312         (gud-install-speedbar-variables): Use it to display data type
313         of watch expression as a tooltip in speedbar.
315 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
317         * font-core.el (global-font-lock-mode): Add :version keyword,
318         because default was changed.
320         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
322         * startup.el (command-line): Use `custom-reevaluate-setting' for
323         `file-name-shadow-mode'.
325         * loadup.el: Preload rfn-eshadow.
327         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
328         Add :version keyword.
329         (file-name-shadow-properties, file-name-shadow-tty-properties)
330         (file-name-shadow): Add :version keyword.
332         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
333         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
334         in the custom-group property of the symbol frames and the fringe
335         group got no link to its parent group frames.
336         Doc fix.
338 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
340         * progmodes/gud.el (gud-stop-subjob): New function.
341         (gud-menu-map, gud-tool-bar-map): Use it.
343 2005-11-16  Kim F. Storm  <storm@cua.dk>
345         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
346         than kill it.
347         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
348         to a more useful/logical place.
350 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
352         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
353         go buttons complementary.
355 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
358         (rfn-eshadow-sifn-equal): New function.
359         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
361 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
363         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
364         string.
366         * viper.el (viper-emacs-state-mode-list): Ensure that
367         rcirc-mode buffers come up in Emacs state.
369         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
370         operation.
372 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
374         * term.el (term-termcap-format): Fix typos.
375         (term-down): Fix the negative argument case.
377 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
379         * progmodes/gdb-ui.el: Remove face-alias left over from change on
380         2005-08-15.
381         (gdb-ann3): New command gud-go.
382         (menu): Accomodate gdb-mi.el.
383         (gdb-assembler-custom): Make buffer of selected window current
384         so that set-window-point works.
386         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
387         buttons and include new ones.
389 2005-11-16  Kim F. Storm  <storm@cua.dk>
391         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
392         (gud-menu-map): Use it.
394 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
396         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
397         that works correctly for Custom and that does not override a user
398         who disables it.
400         * help-mode.el (help-make-xrefs, help-xref-on-pp)
401         (help-xref-interned, help-follow): Make hyperlinks for variables
402         that are unbound, but have a non-nil variable-documentation property.
404         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
405         mode hook.  (It conflicted with defcustoms for some mode hooks.)
406         Use the `variable-documentation' property to give the mode hook a
407         docstring and expand that docstring.
409 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
411         * savehist.el (savehist-mode): Don't bother with
412         `custom-set-minor-mode'.
413         (savehist-coding-system): Check XEmacs version.
414         (history-length): Declare also at run time.
415         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
416         Don't set the customize state.
417         (savehist-minibuffer-hook): Special case for when
418         minibuffer-history-variable is equal to t.
420 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * files.el (write-file): Refresh VC status.
424         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
425         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
426         than fundamental-mode to see if the mode was set.
428 2005-11-14  Romain Francoise  <romain@orebokech.com>
430         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
431         dummy function in `eval-when-compile' to avoid compiler warning.
432         Require `man' at compile time.
434 2005-11-14  Jay Belanger  <belanger@truman.edu>
436         * calc-alg.el (calcFunc-write-out-power): Rename it to
437         calcFunc-powerexpand.
438         (math-write-out-power): Rename it to math-powerexpand; have it
439         handle negative exponents.
440         (calc-writeoutpower): Rename it to calc-powerexpand.
442         * calc-ext.el: Change calcFunc-writeoutpower and
443         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
444         autoloads.
445         Add calcFunc-ldiv to autoloads.
447         * calc-arith.el (calcFunc-ldiv): New function.
449         * calc.el (calc-left-divide): New function.
451 2005-11-14  Juri Linkov  <juri@jurta.org>
453         * cus-edit.el (custom-variable-prompt): Set the default value arg
454         of completing-read.
456         * cus-dep.el (custom-make-dependencies): Reverse the list of
457         found dependencies.
459 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
461         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
462         Highlighting" entry, it is on by default now.
463         (menu-bar-options-save): Do not save global-font-lock-mode.
465 2005-11-13  Richard M. Stallman  <rms@gnu.org>
467         * textmodes/flyspell.el (flyspell-large-region):
468         Call flyspell-accept-buffer-local-defs.
470 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
472         * textmodes/flyspell.el (flyspell-notify-misspell):
473         Fix misspelling of "Misspelling".
474         (flyspell-process-localwords): New function.
475         (flyspell-large-region): Call flyspell-process-localwords and
476         flyspell-delete-region-overlays.
477         (flyspell-delete-region-overlays): New function.
478         (flyspell-delete-all-overlays): Call that.
480 2005-11-13  Richard M. Stallman  <rms@gnu.org>
482         * help.el (help-for-help-internal): Improve doc of C-h a.
483         (describe-key): Improve prompt; doc fix.
485 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
487         * vc-svn.el (vc-svn-registered): Catch all errors.
489         * cus-dep.el (custom-make-dependencies): Typo.
491 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
493         * net/tramp-util.el (top): Fix compilation warning.
495 2005-11-13  Kim F. Storm  <storm@cua.dk>
497         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
499 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
501         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
502         (gud-speedbar-buttons): Match on "const char *" too.
504         * progmodes/gdb-ui.el (gdb-var-create-handler)
505         (gdb-var-list-children-handler): Match on "const char *" too.
506         (gdb-var-evaluate-expression-handler): Match on empty string.
507         (gdb-var-update-handler): Only call
508         gdb-var-evaluate-expression-handler when required.
510 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
512         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
513         selected window.  This still doesn't work for speedbar.
514         (gud-speedbar-buttons): Handle string expressions properly.
516         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
517         (gdb-var-create-handler): Handle string expressions properly.
518         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
519         Handle string expressions properly.  Move "type" field into regexp.
521 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
523         * bookmark.el (bookmark-maybe-message): New function to reduce
524         code duplication: invokes `message' iff baud-rate is high enough.
525         (bookmark-write-file): Use above instead of an inline conditional.
526         (bookmark-load): Same.
528 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
530         * bookmark.el (bookmark-write-file): Don't visit the destination
531         file, just write the data to it using write-region.  This is
532         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
533         change to avoid visiting the file in the first place.
535 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
537         * hi-lock.el (hi-lock-mode): Set the default value of
538         font-lock-defaults.
540 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
542         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
543         arg to `file-attributes'.
544         (find-lisp-format): The UID and GID can now be strings.
546 2005-11-12  Kim F. Storm  <storm@cua.dk>
548         * help.el (help-map): Bind C-h d to apropos-documentation.
550         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
551         when point is at end-of-buffer.
553         * apropos.el (apropos-match-face): Doc fix.
554         (apropos-sort-by-scores): Add new choice `verbose'.
555         (apropos-documentation-sort-by-scores): New defcustom.
556         (apropos-pattern): Now contains the pattern entered by the user.
557         (apropos-pattern-quoted): New defvar.
558         (apropos-regexp): New defvar, containing the regexp corresponding
559         to apropos-pattern.
560         (apropos-all-words-regexp): Rename from apropos-all-regexp.
561         (apropos-read-pattern): New defun.  Use it to read pattern arg in
562         interactive calls; returns list of words for a word list, and
563         string for a regexp.
564         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
565         parses a list of words or regexp as returned by apropos-read-pattern.
566         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
567         (apropos-score-doc): Return a very high score if the string
568         entered by the user matches literally.
569         (apropos-variable): Doc fix.  Use apropos-read-pattern.
570         (apropos-command): Doc fix.  Use apropos-read-pattern and
571         apropos-parse-pattern.  Call apropos-print with nosubst=t.
572         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
573         apropos-parse-pattern.
574         (apropos-documentation): Doc fix. Use apropos-read-pattern and
575         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
576         apropos-documentation-sort-by-scores.  Call apropos-print with
577         nosubst=t.
578         (apropos-documentation-internal): Pass doc string through
579         substitute-key-definition before adding text properties.
580         Highlight substring matching literal user input if possible.
581         (apropos-documentation-check-doc-file): Remove locals beg and end.
582         Fix calculation of score (as added twice).  Pass doc string through
583         substitute-key-definition before adding text properties.
584         (apropos-documentation-check-elc-file): Pass doc string through
585         substitute-key-definition before adding text properties.
586         Highlight substring matching literal user input if possible.
587         (apropos-print): Add new arg NOSUBST; if set, command and variable
588         doc strings have already been passed through substitute-key-definition.
589         Add code to handle apropos-accumulator items without score element
590         for backwards compatibility (e.g. with woman package).
591         Only show scores if apropos-sort-by-scores is `verbose'.
593 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
596         Add jka-compr-load-suffixes to load-suffixes.
598         * jka-compr.el: Require 'jka-cmpr-hook.
599         (jka-compr-info-compress-message, jka-compr-info-compress-program)
600         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
601         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
602         (jka-compr-info-can-append, jka-compr-info-strip-extension)
603         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
604         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
605         (jka-compr-uninstall): Remove entries from
606         jka-compr-added-to-file-coding-system-alist after they are used.
607         (jka-compr-error): Remove unused var `curbuf'.
608         (jka-compr-file-local-copy): Remove unused var `notfound'.
610 2005-11-10  Romain Francoise  <romain@orebokech.com>
612         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
614 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
616         * progmodes/gud.el (gud-menu-map): Move parentheses.
617         (gdb): New command gud-pv.
619 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * tar-mode.el: Remove spurious or unnecessary leading stars
622         in docstrings.
623         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
624         (tar-parse-octal-integer-safe): Use mapc.
625         (tar-header-block-summarize): Remove unused var `ck'.
626         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
627         cleared before.  Obey default-enable-multibyte-characters.
628         Use mapconcat.  Simplify setting of tar-header-offset.
629         (tar-mode-map): Move initialization inside delcaration.
630         (tar-flag-deleted): Use `abs'.
631         (tar-expunge-internal): Remove unused var `line'.
632         (tar-expunge-internal): Don't hardcode point-min==1.
633         (tar-expunge): Widen while doing set-buffer-multibyte.
634         (tar-rename-entry): Use file-name-coding-system.
635         (tar-alter-one-field): Don't hardcode point-min==1.
636         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
637         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
639 2005-11-10  Masatake YAMATO  <jet@gyve.org>
641         * add-log.el (add-log-current-defun): Handle class::method
642         notation of c++. Fix incorrect comment.
644 2005-11-10  Alan Mackenzie  <acm@muc.de>
646         * help-fns.el (describe-variable): Make C-h v work when a variable
647         has variable documentation yet is unbound.
649 2005-11-10  Masatake YAMATO  <jet@gyve.org>
651         * man.el (Man-highlight-references): Set an empty
652         string to `Man-arguments' if it is nil.
653         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
655 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
658         commenting conventions.
660         * cus-dep.el (custom-make-dependencies): Simplify.
661         Better follow the commenting conventions.
663 2005-11-09  Richard M. Stallman  <rms@gnu.org>
665         * apropos.el (apropos-pattern): Rename from apropos-regexp.
666         (apropos-orig-pattern): Rename from apropos-orig-regexp.
667         All uses changed.
668         (apropos-rewrite-regexp): Doc fix.
669         (apropos-variable, apropos-command, apropos, apropos-value):
670         Change prompt; carry through the argument renaming.
672 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
674         * find-lisp.el: Require dired.
675         (find-lisp-find-dired-internal): Do not call
676         `abbreviate-file-name' on DIR.
678 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
680         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
682 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
684         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
685         when using the speedbar.
686         (gdb): New command gud-pp.
687         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
689 2005-11-09  Juri Linkov  <juri@jurta.org>
691         * replace.el (occur-excluded-properties): New defcustom.
692         (occur-1, occur-engine, occur-accumulate-lines): Use it.
694 2005-11-08  Jay Belanger  <belanger@truman.edu>
696         * calc/calc-units.el (math-convert-units): Replace any composite
697         unit by its definition.
699 2005-11-08  Lars Hansen  <larsh@soem.dk>
701         * emacs-lisp/autoload.el (update-directory-autoloads):
702         Add obsolete function alias.
704 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
707         comment-indent-function.
708         (lisp-comment-indent): Replace by an alias for comment-indent-default.
710         * reveal.el (reveal-post-command): Rework the handling of
711         reveal-open-spots, so as to be more reliable.  There were several
712         tricky corner cases where an open spot might be lost, or where
713         a closed spot might end up on the list of open spots.
714         Only reveal text that's ellipsised.
716 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
718         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
720 2005-11-07  John Paul Wallington  <jpw@gnu.org>
722         * ibuffer.el (ibuffer): Search iconified frames too when
723         getting Ibuffer buffer's window.
725 2005-11-06  Richard M. Stallman  <rms@gnu.org>
727         * progmodes/compile.el (compilation-internal-error-properties):
728         save-excursion around the computation of MARKER.
730 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
732         * textmodes/flyspell.el (flyspell-external-point-words):
733         flyspell-get-word returns a list, not just a string.
735 2005-11-06  John Paul Wallington  <jpw@pobox.com>
737         * ibuffer.el (ibuffer): Search all visible frames when getting
738         Ibuffer buffer's window.
740 2005-11-07  Masatake YAMATO  <jet@gyve.org>
742         * man.el (Man-reference-regexp): Accept spaces between
743         `Man-name-regexp' and `Man-section-regexp'.
744         (Man-apropos-regexp): New variable.
745         (Man-abstract-xref-man-page): Use value for `Man-target-string'
746         if available.
747         (Man-highlight-references, Man-highlight-references0):
748         Handle the case when `Man-arguments' includes "-k".
749         (Man-highlight-references0): Rename the argument `TARGET-POS' to
750         `TARGET'. `TARGET' can be a number, function or nil.
752 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
754         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
755         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
756         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
757         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
758         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
759         (gdb-send-item): Use buffer-local-value and simplify.
761 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
763         * startup.el (command-line): Use `custom-reevaluate-setting' for
764         `global-font-lock-mode'.
766         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
767         by default, except in batch mode or when the -D option is given.
769         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
770         specified keyword args on to `define-minor-mode'.  Update docstring.
772 2005-11-05  Romain Francoise  <romain@orebokech.com>
774         * replace.el (occur-engine): Add marker at end of line, too.
776 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
778         * font-lock.el: Don't deal with font-lock-face-attributes here,
779         move the code ...
781         * startup.el (command-line): ... here. Use face-spec-set instead
782         of custom-declare-face.
784         * faces.el (face-spec-set): Reset the face if spec is not nil.
786 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * newcomment.el (comment-region-internal): Box more tightly in the
789         common case where there's no TAB in the boxed text.
791 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
793         * info.el (info-tool-bar-map): Use images prev-node, next-node and
794         up-node.
796 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
798         * newsticker.el: Commentary updated. Code formatting changed.
799         (newsticker-version): Change to "1.9".
800         (newsticker, newsticker-feed): Doc fix.
801         (newsticker-url-list): Doc fix.  Add option "Weekly".
802         (newsticker-retrieval-interval): Add option "Weekly".
803         (newsticker-headline-processing): Doc fix.
804         (newsticker-auto-mark-filter): Remove.
805         (newsticker-auto-mark-filter-list): New.
806         (newsticker-layout, newsticker-sort-method): Doc fix.
807         (newsticker-hide-old-items-in-newsticker-buffer)
808         (newsticker-heading-format, newsticker-item-format)
809         (newsticker-desc-format): Doc fix.
810         (newsticker-show-all-rss-elements): Remove.
811         (newsticker-show-all-news-elements): New.
812         (newsticker-faces, newsticker-ticker): Doc fix.
813         (remove-from-invisibility-spec): Code formatting.
814         (newsticker--process-ids): New.
815         (newsticker-mode): Doc fix.
816         (newsticker-mode): Change mode-line-format.
817         (newsticker-start): Remove debug output.
818         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
819         (newsticker-w3m-show-inline-images): Code formatting.
820         (newsticker-next-item): Call `force-mode-line-update'.
821         (newsticker-previous-item): Call `force-mode-line-update'.
822         (newsticker-next-feed): Call `force-mode-line-update'.
823         (newsticker-previous-feed): Call `force-mode-line-update'.
824         (newsticker-mark-all-items-at-point-as-read): Code formatting.
825         (newsticker-show-old-items): Do not show descs.
826         (newsticker-hide-entry): Hide too much.
827         (newsticker-hide-entry, newsticker-show-entry)
828         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
829         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
830         (newsticker-toggle-auto-narrow-to-item): Code formatting.
831         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
832         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
833         (newsticker-get-news): Call `force-mode-line-update'.
834         Collect process ids.
835         (newsticker--sentinel): Change coding system handling.
836         Move image retrieval to new functions newsticker--get-logo-url-*.
837         Move feed parsing to new functions newsticker--parse-*.
838         Update list of process ids.
839         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
840         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
841         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
842         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
843         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
844         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
845         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
846         (newsticker--decode-coding-string): Remove.
847         (newsticker--decode-numeric-entities): Check input.  Format code.
848         (newsticker--remove-whitespace): Check input.
849         (newsticker--do-forget-preformatted): Doc fix.
850         (newsticker--decode-rfc822-date): Allow for missing time.
851         (newsticker--update-process-ids): New.
852         (newsticker--image-sentinel): Change comment.
853         (newsticker--image-read): Change error message.
854         (newsticker--imenu-goto): Doc fix.  Show headline title.
855         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
856         (newsticker--buffer-do-insert-text): Clean whitespace in
857         html-rendered headline title.  Code formatting.
858         Call `newsticker--buffer-print-extra-elements'.
859         (newsticker--buffer-print-extra-element): Remove.
860         (newsticker--buffer-print-extra-elements): New.
861         (newsticker--buffer-do-print-extra-element): New.
862         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
863         large sizes.
864         (newsticker--run-auto-mark-filter)
865         (newsticker--do-run-auto-mark-filter):
866         Use `newsticker-auto-mark-filter-list'.
868 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
870         * net/rcirc.el: Use split-string OMIT-NULLS argument.
871         (rcirc-print): Force redisplay before running hooks.  Do long
872         buffer truncation after making new text read-only.  Deal with nil
873         text when decoding strings.  If TARGET is nil, use either the
874         currently selected buffer, if it is an rcirc buffer and of the
875         same process or the process buffer.
876         (rcirc-mode): Remove header-line.  Recompute short buffer names.
877         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
878         (rcirc-short-buffer-name): Add variable.
879         (rcirc-kill-buffer-hook): Recompute short buffer names.
880         Remove nick from private channel.
881         (rcirc-send-input): Send command text to current-buffer.
882         Don't clear overlay arrow here.
883         (rcirc-short-buffer-name): Return a short buffer name.
884         (rcirc-update-short-buffer-names, rcirc-abbreviate)
885         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
886         buffer-name abbreviations.
887         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
888         Do not touch nick-table when killing a parted channel.
889         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
890         Clear arrow from current buffer if it is now hidden.
891         (rcirc-current-buffer): Add variable.
892         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
893         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
894         Remove -face from names.
895         (rcirc-update-activity-string): Print "DND" when globally ignoring
896         activity.
897         (rcirc-ignore-buffer-activity-flag): Rename from
898         rcirc-ignore-channel-activity.
899         (rcirc-ignore-all-activity-flag): Doc fix.
900         (rcirc-channels): Remove variable.
901         (rcirc-kill-buffer-hook):
902         (rcirc-get-buffer-create): Add nick to private channel.
903         (rcirc-multiline-edit-submit): Remove tabs.
904         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
905         folded.
906         (rcirc-remove-nick-channel): Bug fix.
907         (rcirc-toggle-ignore-buffer-activity): Rename from
908         rcirc-toggle-ignore-channel-activity.
909         (rcirc-record-activity): Add buffers to the front of the list.
910         (rcirc-update-activity): Remove killed buffers from list.
911         (rcirc-process-server-response-1): Remove last argument if it is
912         null before calling handler.
913         (rcirc): Add "rcirc" defcustom prefix.
914         (rcirc-prompt): Simplify default prompt.
915         Use custom-initialize-default.
916         (rcirc-private-chats): Remove variable.
917         (rcirc-prompt): Change initialization.
918         (rcirc-version): Remove function.
919         (rcirc-id-string): Add constant.
920         (rcirc-last-buffer): Remove variable.
921         (rcirc-buffer-alist): Add variable.
922         (rcirc-connect): Update variable setup.
923         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
924         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
925         default.
926         (rcirc-handler-generic): Trigger activity.
927         (rcirc-send-message): Create the buffor of the target.
928         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
929         (rcirc-get-buffer): Just return nil if there is no matching buffer.
930         (rcirc-multiline-edit-cancel): Remove function.
931         (rcirc-set-last-buffer): Remove function.
932         (rcirc-get-any-buffer): Add function.
933         (rcirc-join-channels): Don't print /join text.
934         (rcirc-toggle-ignore-channel-activity): Add and update echo area
935         messages.
936         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
937         (rcirc-handler-NOTICE): Recognize CTCP responses.
938         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
939         constructing TOPIC string for buffers we are not JOINed.
940         (rcirc-handler-CTCP-response): Add handler.
941         (rcirc-multiline-edit-submit): Restore the window-configuration
942         before adjusting point.
943         (rcirc): Add customization group.
944         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
945         (rcirc-user-full-name, rcirc-startup-channels-alist)
946         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
947         (rcirc-ignore-all-activity-flag, rcirc-time-format)
948         (rcirc-input-ring-size, rcirc-read-only-flag)
949         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
950         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
951         Change defvar to defcustom.
952         (rcirc-update-prompt): Add optional ALL arg, which will update
953         prompts in all rcirc buffers.  Regexp quote replacement text.
954         (rcirc-fill-column): Accept 'frame-width as a value.
955         (rcirc-set-changed): Add function.
956         (rcirc-next-active-buffer): Write more meaningful messages.
957         (rcirc-faces): Add customization group.
958         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
959         (rcirc-nick-in-message-face, rcirc-prompt-face)
960         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
961         (with-rcirc-process-buffer): Move before first usage.
962         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
963         (rcirc-debug-flag): Rename from `rcirc-log-p'.
964         (rcirc-debug): Rename from `rcirc-log'.
965         (rcirc-format-response-string): Do not print '-' chars for a
966         NOTICE with no sender.  Simplify output of server responses.
968 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
970         (rcirc-browse-url-map, rcirc-browse-url-at-point)
971         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
972         mouse and RET clickable.
974 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
976         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
978 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
980         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
981         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
982         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
983         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
984         argument to all these routines, so the passphrase can be managed
985         externally and passed in to the system.
986         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
987         pgg-add-passphrase-to-cache function.
989         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
990         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
991         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
992         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
993         argument to all these routines, so the passphrase can be managed
994         externally and passed in to the system.
995         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
996         function.
998 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1000         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1001         from goto-address-url-regexp.
1003 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1005         * textmodes/org.el (org-read-date, org-goto-calendar)
1006         (org-recenter-calendar, org-agenda-goto-calendar):
1007         Temporarily clear 'calendar-move-hook'.
1009 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1011         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1012         merging.
1014         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1015         have merge clashes.
1017 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1019         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1020         Undo previous change.
1022         * startup.el (command-line): Use `custom-reevaluate-setting' for
1023         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1024         tty-register-default-colors on Mac.
1026 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1028         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1029         (gdb-buffer-type): Make it automatically buffer local...
1030         (gdb-get-create-buffer): ...and set it accordingly.
1031         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1032         actually work.
1034 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1036         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1037         not red.
1039 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1041         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1042         case GUD buffer is not visible.
1043         (gdb-goto-breakpoint): Try to force display in source buffer.
1044         (gdb-frame-gdb-buffer): Copy other similar functions.
1045         (gdb-restore-windows): Don't display source if not asked for.
1046         (gdb-assembler-buffer-name): Don't capitalise.
1048 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1050         * wid-edit.el (key-sequence): New widget type.
1052         * simple.el (set-mark-command-repeat-pop): New variable.
1053         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1054         if set-mark-command-repeat-pop is true.
1056         * info.el (Info-fontify-node): Don't display extra "see" if there
1057         already is one here.
1059         * mouse.el: Fix special handling of DEL after dragging a region:
1060         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1061         (mouse-region-delete-keys): Add [backspace].
1063         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1065         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1066         not to assume it pertains to an affix.
1068         * textmodes/flyspell.el (flyspell-post-command-hook):
1069         Bind deactivate-mark to prevent deactivation.
1071 2005-11-03  Lars Hansen  <larsh@soem.dk>
1073         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1074         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1075         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1077 2005-11-03  Romain Francoise  <romain@orebokech.com>
1079         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1080         Update copyright years.
1082 2005-11-03  Sam Steingold  <sds@gnu.org>
1084         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1085         Use system-type instead of window-system because window-system is not
1086         correctly defined during loadup.
1088 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1090         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1091         (xml-parse-tag): Join strings separated by a comment properly.
1093 2005-11-02  Andreas Schwab  <schwab@suse.de>
1095         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1097 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1100         (byte-optimize-pure-func): Quote the eval'd value.
1102         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1103         Rename from perl-font-lock-syntactic-face-function.
1104         Change the calling convention so it can be used as a font-lock MATCHER.
1105         Do the parse-partial-sexp loop outselves.
1106         (perl-font-lock-syntactic-keywords): Use it.
1107         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1109 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1111         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1112         disassembly buffer too.
1113         (gdb-exited): Remove overlay arrows when execution has finished.
1114         (gdb-info-frames-custom, gdb-info-threads-custom)
1115         (gdb-info-registers-custom): Don't add inappropriate text
1116         properties if inferior is not active.
1118 2005-11-02  Glenn Morris  <rgm@gnu.org>
1120         * progmodes/fortran.el (fortran-blink-match):
1121         Use `blink-matching-delay'.
1123 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1125         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1127 2005-11-02  Lars Hansen  <larsh@soem.dk>
1129         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1130         "Permission denied".
1132 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1134         * textmodes/flyspell.el (flyspell-external-point-words):
1135         Pass nil to flyspell-get-word.
1137 2005-11-02  Kim F. Storm  <storm@cua.dk>
1139         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1140         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1142 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1145         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1146         (calendar-mouse-print-dates): Add optional `event' argument.
1147         Update interactive-spec.
1148         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1149         Use `calendar-event-to-date' instead of `event'.
1151 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1153         * progmodes/ld-script.el (ld-script-builtins):
1154         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1155         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1156         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1158 2005-11-01  Romain Francoise  <romain@orebokech.com>
1160         * vc-sccs.el: Update copyright year.
1161         * ezimage.el: Likewise.
1163 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1165         * info.el (Info-fontify-node): Use `string-width' for fontifying
1166         underlined titles.
1168 2005-11-01  Juri Linkov  <juri@jurta.org>
1170         * info.el (Info-fontify-node): Downcase node header keywords Node,
1171         Prev, Next, Up before comparison.
1172         (Info-history): Insert absolute directory name, and put invisible
1173         property on it.
1175 2005-11-01  Juri Linkov  <juri@jurta.org>
1177         * info.el (Info-file-supports-index-cookies): New variable.
1178         (Info-find-node-2): Check makeinfo version for index cookie support.
1179         (Info-index-nodes): Search for nodes with index cookies only when
1180         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1181         with "Index" in the node name.
1182         (Info-index-node): Search index cookie in the current node only when
1183         Info-file-supports-index-cookies is t.  Otherwise, check the word
1184         "Index" in the node name.
1185         (Info-find-emacs-command-nodes): Remove code that searches nodes
1186         with "Index" node name in the top menu.
1188 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * progmodes/scheme.el (scheme-mode-variables): Use the default
1191         comment-indent-function.
1193         * faces.el (face-attribute): Handle the case where a face inherits from
1194         a non-existent face.
1196         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1197         for octal and hexa output, and merge the char into the paren.
1198         (kill-new): Use push.
1199         (copy-to-buffer): Use with-current-buffer.
1200         (completion-setup-function): Move code in loop to remove redundancy.
1201         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1202         those inherited from minibuffer-local-completion-map.
1204         * savehist.el (savehist-mode) <defcustom>:
1205         Use custom-set-minor-mode if available.
1206         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1207         and emit a message if applicable.
1209 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1211         * savehist.el: Sync up to version 19.
1212         (savehist-mode): New minor mode.
1213         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1214         (savehist-length): Remove (use history-length instead).
1215         (savehist-file-modes): Rename from savehist-modes.
1216         (savehist-save-hook, savehist-loaded): New vars.
1217         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1218         old format to new format.
1219         (savehist-install): Allow savehist-autosave-interval to be nil.
1220         (savehist-save): Run the new hook.  Be more careful to only trim the
1221         history variables.
1222         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1223         (savehist-printable): Print into a buffer rather than char-by-char.
1225 2005-11-01  John Wiegley  <johnw@newartisans.com>
1227         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1228         toggle-ignore keybinding (C-a).  The author said it had been
1229         disabled much earlier due to a possible incompatibility, but after
1230         many months of usage I have encountered no problems (and it is a
1231         rather useful option, especially for switching to " *temp*").
1233         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1234         support for OS/X's AddressBook, by calling out to the open source
1235         program "contacts" (installable through Fink).
1237         * net/eudc.el (eudc-expand-inline): If the
1238         `eudc-multiple-match-handling-method' is set to `all', delete the
1239         query string before inserting the query result.
1241         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1242         flag, to prevent Eshell from using the system ls when
1243         `eshell-ls-insert-directory' is in used.
1244         (eshell-ls-insert-directory): Disable font-lock in directory
1245         buffer so that Eshell's own fontification is seen.  This broke
1246         recently due to changes in font-lock, so this goes back to version
1247         21 behavior.
1249 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1251         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1252         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1253         (gdb-many-windows): Doc fix.
1255 2005-10-31  Romain Francoise  <romain@orebokech.com>
1257         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1259 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1261         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1262         that global-font-lock-mode can be enabled by default.
1264         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1265         (font-lock-add-keywords, font-lock-remove-keywords)
1266         (font-lock-fontify-buffer): Remove autoload cookies.
1268         * jit-lock.el (jit-lock-register): Likewise.
1270         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1272 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1274         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1275         intact if there is no gud-comint-buffer.
1277 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1279         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1280         old prompt comint-prompt-read-only is t and GDB commands are
1281         issued from tool bar etc.
1283 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1285         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1287 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1289         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1290         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1292 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1294         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1295         starting at beginning of line.  Fontification is messed up when
1296         `open-paren-in-column-0-is-defun-start' set to t.
1297         Reported by John Paul Wallington <jpw@pobox.com>.
1299 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1301         * comint.el (comint-send-input): Call `comint-update-fence' when
1302         `comint-process-echoes' and `comint-prompt-read-only' are both
1303         non-nil, to avoid leftover read-only newline.
1305 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1307         * textmodes/flyspell.el (flyspell-external-point-words):
1308         Detect when WORD can't be checked properly because
1309         flyspell-get-word finds just part of it, and move on.
1311         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1312         boundarychar for Polish.
1313         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1314         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1316 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1318         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1319         (gdb-registers-font-lock-keywords): Delete.
1320         (gdb-registers-mode): Don't fontify.
1321         (gdb-info-registers-custom): Use text properties instead as, in
1322         future, changed register values will use font-lock-warning-face.
1323         (gdb-local-font-lock-keywords): Rename to...
1324         (gdb-locals-font-lock-keywords): ...for consistency.
1326 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1328         * vc.el (vc-switch-backend): Better error message if the buffer is
1329         not visiting a file under version control.
1331         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1333 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1335         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1336         ~/.emacs.d/.emacs.
1338 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1340         * replace.el (occur-mode-mouse-goto): Always go to other window.
1341         (occur-mode-goto-occurrence): Always switch in same window.
1343         * simple.el (undo): Display message at end, not at start.
1345         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1346         New arg REUSE-CELL.
1347         (cancel-timer-internal): New function.
1348         (timer-event-handler): Use cancel-timer-internal,
1349         and pass the cell it returns to timer-activate...
1351         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1352         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1353         (jit-lock-after-change): Test memory-full.
1355 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1357         * textmodes/conf-mode.el (conf-assignment-sign)
1358         (conf-assignment-regexp): Fix docstrings.
1359         (conf-mode-initialize): New function.
1360         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1361         recognize recursive calls.
1362         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1363         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1364         (conf-xdefaults-mode): Use define-derived-mode and
1365         conf-mode-initialize.
1367 2005-10-29  Romain Francoise  <romain@orebokech.com>
1369         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1371 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1373         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1374         part of the decoded armor to find the key-identifier.
1375         (pgg-gpg-lookup-key-owner): New function to return the
1376         human-readable identifier of a key owner.
1377         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1378         key itself.
1379         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1380         the key value) if we have a key and can match it against a secret
1381         key.  Also, added a note pointing out fact that the prompt only
1382         indicates the first matching key.
1384         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1385         pgg-decrypt-region.
1386         (pgg-pending-timers): A new hash for tracking the passphrase cache
1387         timers, so that new ones supercede old ones.
1388         (pgg-add-passphrase-to-cache): Rename from
1389         `pgg-add-passphrase-cache' to reduce confusion (all callers
1390         changed).  Modified to cancel old timers when new ones are added.
1391         (pgg-remove-passphrase-from-cache): Rename from
1392         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1393         changed).  Modified to cancel old timers when their keys are
1394         removed from the cache.
1395         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1396         XEmacs, an indirection to delete-itimer.
1397         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1398         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1399         users can only check cache without risk of prompting.  Correct bug in
1400         notruncate behavior.
1401         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1402         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1403         Add informative docstrings.
1404         (pgg-decrypt): Convey provided passphrase in subordinate call to
1405         pgg-decrypt-region.
1407 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1409         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1410         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1411         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1412         'passphrase' argument, so the passphrase can be managed externally
1413         and then passed in to the system.
1415         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1416         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1417         so the passphrase cache can be used reliably with identifiers
1418         besides a pgp packet's key id.
1420         * pgg-gpg.el (pgg-pgp-encrypt-region)
1421         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1422         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1423         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1424         argument to all these routines, so the passphrase can be managed
1425         externally and passed in to the system.
1427         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1428         'notruncate' argument, so the passphrase cache can be used
1429         reliably with identifiers besides a pgp packet's key id.
1431 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1433         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1434         symmetric encryption.
1435         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1436         encrypted session key.
1437         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1438         message ask for the passphrase in a proper way.
1440         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1441         New user commands for symmetric encryption.
1443 2005-10-28  Bill Wohler  <wohler@newt.com>
1445         * help-mode.el (help-url): New button type. Calls browse-url.
1446         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1447         Similar to Info nodes: URL `url'.
1448         (help-make-xrefs): Create help-url buttons for
1449         help-xref-url-regexp matches.
1451 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1453         * tool-bar.el (tool-bar-add-item-from-menu)
1454         (tool-bar-local-item-from-menu): Fix doc strings.
1456 2005-10-28  Romain Francoise  <romain@orebokech.com>
1458         * ldefs-boot.el: Update.
1460         * subr.el (locate-library): Move from help-fns.el.
1461         * help-fns.el (locate-library): Move to subr.el.
1463 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1465         * net/tramp.el (tramp-completion-mode): defvar moved up.
1467         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1469         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1471         * files.el (find-file-noselect): Use %d to format large file size.
1473         * bindings.el (mode-line-format): Add %e.
1475         * loadup.el ("facemenu"): Load unconditionally.
1476         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1477         ("x-dnd"): Load, when appropriate.
1479         * startup.el (command-line): Call before-init-hook earlier.
1480         Warn about some bad characters in -u user name.
1482         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1483         (flyspell-external-point-words): Error if misspelled word is not found.
1484         Set flyspell-large-region-beg at end of word.
1486 2005-10-28  Andreas Schwab  <schwab@suse.de>
1488         * view.el (View-revert-buffer-scroll-page-forward):
1489         Use view-page-size-default.
1491 2005-10-28  Juri Linkov  <juri@jurta.org>
1493         * international/quail.el (quail-get-current-str): Translate last
1494         raw character for deterministic input methods.
1496 2005-10-27  Jay Belanger  <belanger@truman.edu>
1498         * calc/calc-ext.el: Add functions to autoloads.
1499         (math-identity-matrix-p, math-ident-row-p): New functions.
1501         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1502         multiplication by an identity matrix; don't turn multiplication by
1503         an inverse matrix into division.
1504         (math-div-symbol-fancy):  Replace division by matrices with
1505         multiplication by inverse.
1507         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1509         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1510         (calc-writeoutpower): New functions.
1512 2005-10-27  Romain Francoise  <romain@orebokech.com>
1514         * replace.el (occur-engine): Include colon in mouse-face highlight.
1516         * dired-x.el: Change Maintainer field.
1518 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1520         * longlines.el (longlines-mode): Bind after-change-functions to
1521         nil during initial decoding and final encoding.
1523 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1525         * term.el (term-emulate-terminal, term-handle-colors-array)
1526         (term-handle-ansi-escape): Specify the terminfo capabilities
1527         implemented.
1529 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1531         * info.el (Info-fontify-node): Fix detection of sentence-break
1532         before *Note.
1534 2005-10-26  Romain Francoise  <romain@orebokech.com>
1536         * smerge-mode.el: Add `tools' to file keywords.
1538 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1540         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1541         when the fringe is not available.
1543         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1544         (def-gdb-auto-update-trigger): Simplify construction.
1545         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1546         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1547         defined explicitly.
1548         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1549         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1550         defined explicitly.
1551         (gdb-info-locals-custom): Remove as it's a no-op.
1553 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1555         * longlines.el (longlines-mode): Remove narrowing before
1556         performing the initial decoding or final encoding.
1558 2005-10-25  Romain Francoise  <romain@orebokech.com>
1560         * emacs-lisp/find-func.el (find-library-name): Also strip
1561         extension if library name ends in .el, to take advantage of
1562         `find-library-suffixes'.
1564 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1566         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1568 2005-10-25  Juri Linkov  <juri@jurta.org>
1570         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1571         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1573 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1576         (blackbox-redefine-key): Add argument `map'.
1578         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1579         regions when moving the jit-lock-context-unfontify-pos boundary.
1581 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1583         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1585 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1587         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1589 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1591         * play/blackbox.el (blackbox-redefine-key): New function.
1592         (blackbox-mode-map): Use it to remap existing bindings for cursor
1593         motion instead of binding literal keys.
1595 2005-10-25  Glenn Morris  <rgm@gnu.org>
1597         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1598         diary does not end in a newline.  Do not assume a blank line at
1599         the start of the diary file.
1601 2005-10-25  Kenichi Handa  <handa@m17n.org>
1603         * international/quail.el (quail-translate-key): If the input
1604         method is deterministic and failed to handle the last key, restart
1605         the key handling loop from an appropriate key.
1607 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1609         * vc.el (vc-dired-mode): Extend comment for binding of
1610         `directory-listing-before-filename-regexp'.
1612 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * textmodes/texinfo.el (texinfo-mode):
1615         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1616         not to unnecessarily expose emacs-mule's internal char codes.
1618 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1620         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1621         Display hand pointer and help-echo on disabled icon too.
1622         (gdb-mouse-until): New function.
1623         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1625 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1627         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1628         with 2005-10-23 change to doctor.el.
1630         * finder.el (finder-mode-map): Add follow-link binding.
1632 2005-10-25  Kim F. Storm  <storm@cua.dk>
1634         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1635         to gdb-mouse-toggle-breakpoint-fringe.
1636         (gdb-mouse-toggle-breakpoint-margin): Rename from
1637         gdb-mouse-toggle-breakpoint. Fix doc.
1638         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1639         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1640         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1641         string properties also for fringe breakpoint bitmaps.
1643 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1645         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1647 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1649         * simple.el (completion-common-substring):
1650         Use `completion-common-substring' prior to `completion-base-size'.
1652 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1654         * savehist.el: Require CL while compiling.
1655         (savehist-history-variables): Remove.
1656         (savehist-save-minibuffer-history, savehist-additional-variables)
1657         (savehist-minibuffer-history-variables): New vars.
1658         (savehist-save): Use them.
1659         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1660         (savehist-install): New fun, extracted from savehist-load.
1661         (savehist-load): Use them.
1663 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1666         a dummy doc-string-elt property.
1667         (defalias, defvaralias, define-category): Add a docstring property.
1669         * image.el (defimage):
1670         * widget.el (define-widget):
1671         * custom.el (defface, defcustom): Add `doc-string' declaration.
1673         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1674         (defadvice): Add `doc-string' declaration.
1676         * emacs-lisp/byte-run.el (macro-declaration-function):
1677         Handle `doc-string' declarations.
1678         (define-obsolete-function-alias, define-obsolete-variable-alias):
1679         Add `doc-string' declaration.
1681 2005-10-24  Kenichi Handa  <handa@m17n.org>
1683         * international/utf-7.el (utf-7): Add autoload cookie.
1685         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1687 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1689         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1690         list of directories passed to batch-update-autoloads.  Add "." to
1691         the list of the echoed directories.
1693         * pgg-def.el:
1694         * pgg-gpg.el:
1695         * pgg-parse.el:
1696         * pgg-pgp.el:
1697         * pgg-pgp5.el:
1698         * pgg.el: Moved here from the gnus subdirectory.
1700 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1702         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1703         in case comint-prompt-read-only is set to t.
1705         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1706         in case comint-prompt-read-only is set to t.
1708 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1710         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1711         Now a string.
1712         (icalendar-import-format): Handle CLASS, STATUS, URL.
1713         Rename `subject' to `summary'.
1714         (icalendar-import-format-summary): Rename from
1715         `icalendar-import-format-subject'.
1716         (icalendar-import-format-url, icalendar-import-format-status)
1717         (icalendar-import-format-class): New variables.
1718         (icalendar--rris): Take variable argument list.
1719         (icalendar--datestring-to-isodate): Remove unnecessary
1720         calendar-style check when converting dates with explicit month names.
1721         (icalendar-export-region): Change return type of conversion
1722         subroutines.  Bury current buffer unless error occurred.
1723         (icalendar--convert-to-ical)
1724         (icalendar--parse-summary-and-rest): New functions.
1725         (icalendar--convert-ordinary-to-ical)
1726         (icalendar--convert-weekly-to-ical)
1727         (icalendar--convert-yearly-to-ical)
1728         (icalendar--convert-block-to-ical)
1729         (icalendar--convert-cyclic-to-ical)
1730         (icalendar--convert-anniversary-to-ical): Change return type.
1731         Strip trailing blanks from subject.
1732         (icalendar--convert-sexp-to-ical): Change return type.
1733         Strip trailing blanks from subject.  Handle simple sexp
1734         entries as generated by icalendar.el.
1735         (icalendar--convert-float-to-ical)
1736         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1737         (icalendar-import-file): Doc fix.
1738         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1739         Correct call to icalendar--rris.
1740         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1741         `summary'.
1742         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1744 2005-10-24  Romain Francoise  <romain@orebokech.com>
1746         * server.el (server-sentinel): Set query-on-exit flag to nil on
1747         new client processes (it isn't inherited from the server process).
1749         * replace.el (occur-engine): Rearrange text properties.
1751 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1754         case-fold-search is nil.
1755         (debug-help-follow): Use help-xref-interned directly.
1757 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1759         * thumbs.el (thumbs-image-type): Add .pbm.
1761 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1763         * faces.el (inhibit-face-set-after-frame-default): New variable.
1764         (set-face-attribute): Bind it.
1765         (face-set-after-frame-default): Test it.
1767         * help-fns.el (describe-simplify-lib-file-name): New function.
1768         (describe-function-1, describe-variable): Use it.
1770         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1772         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1773         Eliminate nil as possible value.
1774         (tooltip-hide-delay): Reduce internal-border-width.
1776         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1777         (menu-bar-file-menu) <new-file>: Likewise.
1779         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1781         * international/mule.el (load-with-code-conversion):
1782         Pass full file name to `eval-buffer' unless preloading.
1784         * textmodes/flyspell.el (flyspell-large-region):
1785         Call ispell-check-version.
1787         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1788         Fix the make-variable-buffer-local call that was supposed
1789         to be for this variable.
1790         (ispell-aspell-supports-utf8): Doc fix.
1791         (ispell-find-aspell-dictionaries): Preserve elements of
1792         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1793         (ispell-aspell-find-dictionary): Return nil on error.
1795         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1796         (doctor-symptoms): Likewise.
1798         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1800 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1802         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1803         (custom-raised-buttons): Add :set spec.
1804         (custom-button-unraised, custom-button-pressed-unraised):
1805         New faces, so that custom-raised-buttons actually does something.
1806         (custom-mode): Use custom-button and custom-button-pressed.
1808         * wid-edit.el (widget-specify-button): Don't ignore
1809         widget-mouse-face on graphic terminals.
1810         (widget-move-and-invoke): Cleanup.
1812 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1814         * whitespace.el (whitespace-cleanup): Doc fix.
1816 2005-10-23  Romain Francoise  <romain@orebokech.com>
1818         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1819         `eval-after-load' to avoid evaluating their result.
1821 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1823         * files.el (directory-listing-before-filename-regexp):
1824         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1826         * dired.el (dired-move-to-filename-regexp): Remove.
1827         All occurences replaced by `directory-listing-before-filename-regexp'.
1829         * dired-x.el, locate.el, vc.el:
1830         Replace `dired-move-to-filename-regexp' by
1831         `directory-listing-before-filename-regexp'.  In vc.el it is
1832         overwritten locally; maybe this can be handled in files.el too.
1834         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1835         replaced by `directory-listing-before-filename-regexp'.
1837 2005-10-23  Andreas Schwab  <schwab@suse.de>
1839         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1840         and eval-next-after-load.
1842 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1844         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1845         exist, create it.
1847 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1849         * allout.el: Remove autoloads for mailcrypt and crypt++.
1850         Require pgg, pgg-gpg during compilation.
1851         (allout-version): Increment version number to 2.1, and use a literal
1852         rather than RCS Id.
1853         (allout-default-encryption-scheme): Remove.
1854         (allout-passphrase-verifier-handling)
1855         (allout-passphrase-verifier-string)
1856         (allout-file-passphrase-verifier-string)
1857         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1858         (allout-passphrase-hint-handling): Rename and simplify.
1859         (allout-init): Use `find-file-hook' if available, otherwise
1860         `find-file-hooks'.
1861         (allout-mode): Use `write-file-functions' if available, otherwise
1862         `local-write-file-hooks' and, instead of making auto-save-hook
1863         buffer local, make the write-file-hook activity contingent to
1864         allout-mode.
1865         (allout-mode): Use key-binding substitution in the docstring.
1866         (allout-kill-line): Spell-out kill ring data structure mutation
1867         instead of using byte-compiler-complaint-provoking `pop'.
1868         (allout-insert-listified): Use `insert' rather than `insert-string'
1869         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1870         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1871         (allout-encrypt-string): Totally revamped vis new underlying
1872         encryption facilities.
1873         (allout-mc-activate-passwd): Remove.
1874         (allout-obtain-passphrase): New, more or less replaces
1875         allout-mc-activate-passwd.
1876         (allout-encrypted-key-info): More or less replaces
1877         allout-encrypted-text-type.
1878         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1879         (my-mark-marker): Use `(featurep 'xemacs)'.
1881 2005-10-23  Lars Hansen <larsh@soem.dk>
1883         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1884         (byte-compile-file-form-defmumble, byte-compile-defun)
1885         (byte-compile-defmacro): Use it.
1886         (byte-compile-form): Don't call byte-compile-set-symbol-position
1887         when a byte-compile handler is called.
1889 2005-10-22  Romain Francoise  <romain@orebokech.com>
1891         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1893         * subr.el (eval-after-load): Convert library name to an absolute
1894         file name using locate-library, since load-history no longer has
1895         library names in it.
1897 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1899         * files.el (make-temp-file): Move from subr.el.
1900         * subr.el (make-temp-file): Move to files.el.
1902         * window.el (get-buffer-window-list): Move from subr.el.
1903         * subr.el (get-buffer-window-list): Move to window.el.
1905         * image.el (image-load-path): Use eval-at-startup to initialize.
1907         * subr.el (eval-at-startup): New macro.
1909         * subr.el: Much rearrangement of functions and division
1910         into pages.  No code changes.
1912 2005-10-22  Kenichi Handa  <handa@m17n.org>
1914         * tar-mode.el (tar-extract): Be sure to call
1915         find-operation-coding-system if set-auto-coding doesn't find a
1916         coding system.
1918 2005-10-22  Kim F. Storm  <storm@cua.dk>
1920         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1921         Change users.
1922         (image-type-file-name-regexps): New defconst.
1923         (image-type-from-data): Simplify loop.
1924         (image-type-from-buffer): New defun.
1925         (image-type-from-file-header): Use it instead of image-type-from-data.
1926         Use image-search-load-path instead of only looking in data-directory.
1927         (image-type-from-file-name): New defun.
1928         (image-search-load-path): Change `pathname' to `filename'.
1929         Make PATH arg optional, default to image-load-path.
1931 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1933         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1935         * textmodes/paragraphs.el (sentence-end-base): New variable.
1936         (sentence-end): Use sentence-end-base.
1938 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1941         property independently from the font-lock-multiline variable.
1943 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1945         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1947         * startup.el (command-line): Convert library names
1948         in `load-history' to absolute file names.
1950         * subr.el (symbol-file): Doc fix.
1952         * loadhist.el (file-loadhist-lookup): Call locate-library
1953         instead of find-library-name.  Don't try converting
1954         abs file names to library names, since load-history no longer
1955         has library names in it.
1956         (file-dependents, file-provides, file-requires): Doc fixes.
1958 2005-10-21  Juri Linkov  <juri@jurta.org>
1960         * progmodes/etags.el (tags-table-mode): New function.
1961         (tags-verify-table): Replace initialize-new-tags-table with
1962         tags-table-mode.
1964         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1965         default value.
1966         (desktop-modes-not-to-save): Add tags-table-mode to the
1967         default value.
1969         * info.el (Info-index-next): Add total number of index
1970         alternatives to the message.
1972         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1973         backward only space (instead of space and period) before looking
1974         at sentence end.
1976         * simple.el (set-variable): Use user-variable-p instead of symbolp.
1977         Add the old variable value as 4th default-value arg of read-string.
1979 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1981         * cus-face.el (custom-declare-face): Make face from X resources
1982         also on Mac.
1984         * disp-table.el (standard-display-g1, standard-display-graphic):
1985         Refuse to use string glyphs also on Mac.
1986         (standard-display-european): Don't set terminal coding system also
1987         on Mac.
1989         * frame.el (display-screens): Use x-display-screens also on Mac.
1991 2005-10-21  Romain Francoise  <romain@orebokech.com>
1993         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
1995 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1998         and $? into sexps.
2000         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2001         warning face on open-paren-in-column-0.
2003         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2004         boundary case.  Fix typo.
2005         Suggested by Martin Rudalics <rudalics@gmx.at>.
2007 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2009         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2010         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2011         (org-export-icalendar-this-file)
2012         (org-export-icalendar-all-agenda-files)
2013         (org-export-icalendar-combine-agenda-files): New commands.
2014         (org-export-icalendar, org-print-icalendar-entries)
2015         (org-start-icalendar-file, org-finish-icalendar-file)
2016         (org-ical-ts-to-string): New functions.
2017         (org-read-date, org-goto-calendar)
2018         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2019         call to `calendar'.
2020         (orgtbl-setup): Remove the :keys arguments from the menu description.
2021         (org-after-save-iCalendar-file-hook): New variable.
2023 2005-10-21  Kenichi Handa  <handa@m17n.org>
2025         * language/vietnamese.el (tcvn-5712): Make it an alias of
2026         vietnamese-tcvn coding-system.
2028 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2030         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2031         group id is given.
2033 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2036         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2037         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2038         whose line is either continued or ends with a comment.
2040 2005-10-20  Romain Francoise  <romain@orebokech.com>
2042         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2044         * replace.el (occur-engine): Add follow-link property.
2046         * font-core.el (font-lock-mode): Doc fix.
2048 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2050         * net/rcirc.el: New file.
2052 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2054         * term.el (term-term-name): Initialize to "eterm-color".
2056 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2058         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2059         for encryption functionality.
2060         Move allout customization subgroup from `editing' to `outlines' group.
2061         Fix commentary 'keywords' to legitimate ones.
2062         Update author info (using my current email address, obscurified).
2063         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2064         (allout-encrypted-topic-p, allout-encrypted-text-type)
2065         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2066         (allout-situate-encryption-key-verifier)
2067         (allout-get-encryption-key-verifier, allout-verify-key)
2068         (allout-next-topic-pending-encryption)
2069         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2070         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2071         (outline-key-verifier-handling, outline-key-hint-handling)
2072         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2073         (allout-file-key-verifier-string, allout-encryption-scheme)
2074         (allout-key-verifier-string, allout-key-hint-string)
2075         (allout-after-save-decrypt): New variables.
2076         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2077         (allout-after-saves-handler): New hook functions.
2078         (allout-post-command-business): Do allout-after-save-decrypt.
2079         (allout-enable-file-variable-adjustment): Custom var to enable
2080         mechanism for adding and adjusting settings of Emacs file variables.
2081         (allout-adjust-file-variable, allout-file-vars-section-data):
2082         New functions, implement the mechanism.
2083         (outlineify-sticky): Use the file vars mechanism.
2084         (allout-inhibit-protection, allout-during-write-cue)
2085         (allout-override-protect, allout-before-change-protect): Remove.
2086         (allout-flag-region, allout-open-topic): Adjust read-only text.
2087         (allout-open-line-not-read-only): Add to facilitate read-only
2088         text based protection.
2089         (allout-kill-line): Revise to adjust read-only text, clue the
2090         user about the inhibition.
2091         (allout-unprotected): Use unwind-protect.
2092         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2093         topic deeper than the offspring depth of the previous topic -
2094         avoiding confusing "containment discontinuities".
2095         (allout-reindent-bodies): Fix retention of body relative hanging
2096         indent during promotion of collapsed bodies.
2097         (allout-open-topic): Make it easy to open new topic with same
2098         bullet as current topic - topic creation functions provided with
2099         any universal argument provokes now prompt for bullet, defaulting
2100         to the bullet of the previous topic.
2101         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2102         Plain bullet alternates '.' period and ',' comma only.  All other
2103         bullets are relegated to special status (but customizable).
2104         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2105         since it actually operates w.r.t. most immediately containing
2106         entry, visible or not.
2107         (allout-hide-current-entry, allout-show-current-entry): Use the
2108         revised version.
2109         (allout-old-expose-topic): Solidify deprecation.
2110         (allout-end-of-subtree): Add so we can span concealed as well
2111         as visible topics.
2112         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2113         (allout-end-of-current-heading): Tweak to just respect the first line.
2114         (allout-get-body-text): Add.
2115         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2116         when invoked interactively.
2117         (allout-up-current-level): Use `interactive-p'.
2118         (allout-mode, allout-init): Miscellaneous docstring and
2119         operational refinements, as well as hookups of new encryption stuff.
2120         (allout-beginning-of-current-entry): Now works as advertised.
2121         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2122         (allout-isearch-rectification): Refine condition for isearching.
2123         (allout-isearch-abort, allout-enwrap-isearch)
2124         (allout-flag-region, my-region-active-p): Relocate some macros.
2125         (allout-title): Fallback title is '(buffer-name)', not
2126         non-existing '(current-buffer-name)'.
2127         (subst-char-in-string): Define if absent (for some XEmacs versions).
2129 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2131         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2132         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2133         (mail-citation-prefix-regexp, mail-signature-file)
2134         (mail-default-headers, mail-bury-selects-summary)
2135         (mail-send-nonascii): Add autoload cookies.
2137 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2139         * frame.el (blink-cursor-mode): Add `mac' to the list of
2140         window-system's that support blinking cursor.
2142 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2144         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2146 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2148         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2149         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2150         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2152 2005-10-20  Kim F. Storm  <storm@cua.dk>
2154         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2155         (ido-set-current-directory): Don't add / after final @.
2156         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2157         Explicitly handle ange-ftp completion oddities.
2158         (ido-make-file-list): Don't rotate list at tramp root to avoid
2159         triggering tramp file handler for expand-file-name via get-file-buffer.
2161 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2165 2005-10-19  Jay Belanger  <belanger@truman.edu>
2167         * calc/calc-units.el (math-standard-units): Add units, adjust
2168         symbols and update values.
2169         (math-unit-prefixes):  Add more prefixes.
2171 2005-10-19  Romain Francoise  <romain@orebokech.com>
2173         * bookmark.el (bookmark-menu-heading): New face.
2174         (bookmark-bmenu-list): Use it.
2175         Don't fiddle with `baud-rate' at top-level.
2177 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2179         * image.el (create-image, find-image): Mention max-image-size in
2180         docstring.
2182 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2184         * savehist.el (savehist-load): Revert to checking XEmacs.
2186         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2187         Various docstring and line-width fixups.
2188         (conf-mode): Use cond.
2189         Set font-lock-defaults.  Don't set comment-use-syntax.
2191 2005-10-18  David Ponce  <david@dponce.com>
2193         * tree-widget.el (tree-widget-button-click): New function.
2194         (tree-widget-button-keymap): Use it.
2196 2005-10-18  Romain Francoise  <romain@orebokech.com>
2198         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2199         (bookmark-bmenu-hide-filenames): Add follow-link property.
2200         Improve help-echo text.
2202         * ffap.el (find-file-at-point): Doc fix.
2204 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2206         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2208 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2210         Install to the CVS repository what I forgot to install in my
2211         2005-10-16 changes.
2213         * progmodes/python.el (python-complete-symbol): Pass the common
2214         prefix substring of completion to `display-completion-list'.
2216         * textmodes/org.el (org-complete): Ditto.
2218 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2220         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2222         * woman.el (WoMan-xref-man-page): New button type derived
2223         from `Man-abstract-xref-man-page'.
2224         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2226         * man.el (Man-abstract-xref-man-page): New button type.
2227         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2228         (Man-highlight-references): Add new optional argument `xref-man-type'.
2230 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2232         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2234 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2236         * cus-edit.el (Custom-move-and-invoke): Delete.
2237         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2239         * wid-edit.el (widget-move-and-invoke): New function, from
2240         Custom-move-and-invoke.
2242 2005-10-17  Bill Wohler  <wohler@newt.com>
2244         Move all remaining images from lisp/toolbar to etc/images, move
2245         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2246         the low resolution images in their own directory (low-color).
2248         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2249         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2250         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2251         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2252         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2253         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2254         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2256         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2257         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2258         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2259         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2260         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2261         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2262         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2263         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2264         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2265         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2266         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2267         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2268         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2269         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2270         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2272         To conform with convention, replace the underscore (_) in the
2273         following image names with dash (-) or (/) as appropriate.
2275         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2276         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2277         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2278         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2279         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2280         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2281         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2282         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2283         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2284         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2285         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2286         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2287         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2288         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2289         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2291         * info.el (info-tool-bar-map): Replace underscores in image names
2292         with dashes.
2294         * makefile.w32-in (WINS): Remove toolbar.
2296         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2298         * tool-bar.el: Move to lisp from toolbar.  Now that
2299         toolbar is empty, it should be deleted when folks run "cvs up -P".
2301 2005-10-18  Jay Belanger  <belanger@truman.edu>
2303         * calc/calc-store.el (calc-store-into): Get the proper variable name
2304         to display in message.
2306 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2308         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2309         expressions display in speedbar for all buffers when debugging.
2310         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2312         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2313         (speedbar-insert-button, speedbar-make-button):
2314         Use add-text-properties.
2315         (speedbar-update-localized-contents)
2316         (speedbar-update-directory-contents)
2317         (speedbar-update-special-contents): Use dolist.
2318         (speedbar-buffer-easymenu-definition): Add a menu separator.
2320 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2322         * makefile.w32-in: Use $(lisp) consistently.
2323         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2324         for shell specific generation of mh-autoloads.
2326 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2328         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2330 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * jit-lock.el (jit-lock-fontify-now):
2333         Move jit-lock-context-unfontify-pos to avoid wasted work.
2335 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2337         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2338         `tramp-completion-mode' for checking if we are in completion mode.
2339         (tramp-completion-handle-file-name-all-completions): Reorder code
2340         in order to complete for file names only in case there are no
2341         method/user/host completions.  This is necessary for cooperation
2342         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2344 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2346         * longlines.el (longlines-search-forward)
2347         (longlines-search-backward): Match any number of spaces.
2349 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2351         * diff-mode.el (diff-mode): Doc fix.
2353 2005-10-16  David Reitter <david.reitter@gmail.com>
2355         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2356         as default on darwin and windows systems.
2358 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2360         * arc-mode.el (archive-zip-extract): Doc fix.
2362 2005-10-16  Romain Francoise  <romain@orebokech.com>
2364         * mouse.el (mouse-1-click-follows-link): Doc fix.
2366 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * savehist.el: Don't require CL at runtime.
2369         (savehist-xemacs): Remove.
2370         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2371         (savehist-no-conversion): Use (featurep 'xemacs).
2372         (savehist-load): Check existence of start-itimer rather than XEmacs.
2373         Use an idle timer.
2374         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2375         `delete-if-not'.
2377 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2379         * savehist.el: Newer version.
2380         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2381         (savehist-last-checksum, savehist-no-conversion): New vars.
2382         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2383         New functions.
2384         (savehist-load, savehist-save): Use them.
2385         (savehist-delimit): Remove.
2387 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * progmodes/compile.el (compilation-goto-locus): Display the
2390         compilation buffer first and the source buffer second, in case they're
2391         in overlapping frames.  Don't raise the compilation frame if it was the
2392         selected window upon entry.  Pass the `other-window' arg to
2393         pop-to-buffer.
2395         * info.el (Info-fontify-node): Use dolist.
2396         Change add-text-properties to put-text-property.
2398 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2400         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2401         bound of search.
2403 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2405         * dabbrev.el (dabbrev-completion): Pass the common
2406         prefix substring of completion to `display-completion-list'.
2408         * filecache.el (file-cache-minibuffer-complete)
2409         (file-cache-complete): Ditto.
2411         * tempo.el (tempo-display-completions): Ditto.
2413         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2415         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2417         * eshell/em-hist.el (eshell-list-history): Ditto.
2419         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2421         * mail/mailalias.el (mail-complete): Ditto.
2423         * progmodes/etags.el (complete-tag): Ditto.
2425         * progmodes/make-mode.el (makefile-complete): Ditto.
2427         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2429         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2431         * progmodes/pascal.el (pascal-complete-word)
2432         (pascal-show-completions): Ditto.
2434         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2436         * simple.el (completion-common-substring): New variable.
2437         (completion-setup-function): Use `completion-common-substring'
2438         to put faces.
2440 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2442         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2443         (x-get-selection, mac-select-convert-to-string): Convert from/to
2444         UTF-16 clipboard data as in native byte order, no BOM.
2446 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2448         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2449         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2450         (gud-sentinel): Use speedbar-frame to check for speedbar.
2452 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2454         * savehist.el: New file.
2456 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2458         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2459         Fix bug in \bf fontification.
2461 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * pcvs.el (cvs-edit-log-files): New var.
2464         (cvs-mode-edit-log): New arg `file'.
2465         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2466         Instead force the use of the original file and nothing else.
2467         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2468         the cvs-minor-wrap-function is set.
2469         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2471 2005-10-14  Bill Wohler  <wohler@newt.com>
2473         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2474         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2475         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2476         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2477         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2478         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2479         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2480         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2481         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2482         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2483         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2484         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2485         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2486         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2487         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2489         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2490         appropriately (for example, gud-break to gud/break).
2492 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2494         * longlines.el (longlinges-search-function)
2495         (longlines-search-forward, longlines-search-backward): New functions.
2496         (longlines-mode): Set isearch-search-fun-function to
2497         longlinges-search-function.
2499         * mouse.el (mouse-drag-region-1): Handle the case where a
2500         double-click event is bound to an arbitrary function.
2502 2005-10-14  David Ponce  <david@dponce.com>
2504         * recentf.el (recentf-track-opened-file)
2505         (recentf-track-closed-file, recentf-update-menu)
2506         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2507         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2508         mouse-1-click-follows-link.
2510 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2512         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2513         Gnome file-manager.png.  Suggested by
2514         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2516         * toolbar/README: Add diropen.xpm.
2518 2005-10-13  Bill Wohler  <wohler@newt.com>
2520         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2521         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2523 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2525         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2526         Don't waste the byte-compiler's time on constant data.
2528 2005-10-13  Kenichi Handa  <handa@m17n.org>
2530         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2531         byte with `escape-glyph' face.
2533         * international/fontset.el (ccl-encode-unicode-font):
2534         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2535         Handle the case that ucs-mule-to-mule-unicode translates a character to
2536         ASCII (usually for IPA characters).
2538 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2540         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2541         Don't hide the underline of titles if font-lock-mode is disabled.
2543 2005-10-12  Bill Wohler  <wohler@newt.com>
2545         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2546         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2547         files in MH-E-SRC have been updated.
2548         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2550 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2553         (mixal-mode-syntax-table): Add \n as end-comment.
2554         (mixal-operation-codes-alist): Immediately initialize to full value.
2555         (mixal-add-operation-code): Remove.
2556         (mixal-describe-operation-code): Make the arg non-optional.
2557         Use the interactive spec instead.
2558         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2559         (mixal-font-lock-keywords): Don't highlight comments here any more.
2560         (mixal-font-lock-syntactic-keywords): New var.
2561         (mixal-mode): Use it.  Fix comment-start-skip.
2563 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2565         * startup.el (command-line-x-option-alist): -nb => -nbi
2567 2005-10-12  Kim F. Storm  <storm@cua.dk>
2569         * startup.el (fancy-splash-default-action): Discard mouse click in
2570         the splash screen window, as it has no sensible meaning in the
2571         next window to be selected.  Fixes error reported by Jan D.
2573 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2575         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2577 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2580         Try to fix up minor layout issues like indentation, line break, etc...
2581         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2582         because it doesn't work.
2583         (mixal-operation-codes): Add some more codes.
2584         (mixal-font-lock-keywords): Process comments here.
2585         (mixal-mode): mixasm no longer needs -g option.
2587 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2589         * progmodes/sh-script.el (sh-tmp-file):
2590         Use mktemp -t.  Finish support for es and rc shells.
2592 2005-10-11  Jay Belanger  <belanger@truman.edu>
2594         * calc/calcalg2.el (calc-integral): With an argument, compute the
2595         definite integral.
2597 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2599         * mouse.el (mouse-drag-region-1): Don't try to catch a
2600         double-click when doing follow-link (it's overridden anyway).
2602 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2604         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2605         (autoload-print-form-outbuf): Add docstring.
2607 2005-10-11  Juri Linkov  <juri@jurta.org>
2609         * info.el (Info-mode-menu): Delete menu item "Edit".
2610         (Info-mode): Delete description of Info-edit from docstring,
2611         and rearrange descriptions of Info commands in the order
2612         they are documented in the Info manual.
2614 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * calendar/appt.el (appt-check): Use diary-selective-display var.
2618 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2620         * net/newsticker.el (newsticker-start, newsticker-show-news):
2621         Add autoload cookies.
2623 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2625         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2627 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2629         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2631 2005-10-10  Jay Belanger  <belanger@truman.edu>
2633         * calc/calc-arith.el (math-check-known-scalarp)
2634         (math-check-known-matrixp): Check the values of arguments that are
2635         variables.
2636         (math-check-known-square-matrixp): New function.
2637         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2638         (math-super-types): Add sqmatrix type.
2640         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2641         mode name `square' to 'sqmatrix'.
2643         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2644         mode name `square' to 'sqmatrix'.
2646 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         * progmodes/etags.el (select-tags-table-mode): Don't use
2649         selective-display.
2650         (tags-select-tags-table): Pass `button' to the action function.
2651         (select-tags-table): Place the side-info on button properties rather
2652         than in hidden text.  Abbreviate file names.
2653         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2654         (select-tags-table-select): Add `button' argument.
2655         Get side-info from the button property rather than from hidden text.
2657 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2659         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2660         (gud-speedbar-buttons): Preserve point if possible.
2661         (gud-sentinel): Restore previous speedbar display type.
2663         * progmodes/gdb-ui.el (gdba): Improve diagram.
2664         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2665         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2666         Call get-buffer-window once.
2668 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2670         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2671         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2672         (pascal-indent-command): Remove unused var `ind'.
2673         (pascal-indent-case): Remove unused var `oldpos'.
2674         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2675         since it's now used as a proper minor mode map.
2676         (pascal-outline): Rename to pascal-outline-mode.
2677         (pascal-outline-mode): Use define-minor-mode.
2678         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2679         selective-display.
2681 2005-10-10  Andreas Schwab  <schwab@suse.de>
2683         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2684         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2686         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2687         outside source directory.
2689 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2691         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2692         C-x' as a prefix.
2693         (orgtbl-mode-map): Full keymap instead of sparse, because all
2694         `self-insert-command' keys are redefined in this map.
2695         (org-export-as-html): Specify charset for HTML file, by taking it
2696         from the coding system.
2698 2005-10-10  Kenichi Handa  <handa@m17n.org>
2700         * textmodes/flyspell.el (flyspell-check-word-p):
2701         If unread-command-events is non-empty, don't call sit-for.
2703 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2705         * font-lock.el (font-lock-syntactic-keywords)
2706         (font-lock-keywords): Doc fixes.
2708         * textmodes/flyspell.el (flyspell-external-point-words):
2709         Simplify logic, and don't try to check for consecutive appearances
2710         of one incorrect word.
2712 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2714         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2715         separator.
2717         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2718         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2719         (gud-expansion-speedbar-buttons): New function.
2720         (gud-speedbar-buttons): Check for gud-comint-buffer.
2722 2005-10-09  Bill Wohler  <wohler@newt.com>
2724         * Makefile.in (updates): Add mh-loaddefs dependency.
2726 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2728         * speedbar.el (speedbar-file-key-map): Fix typo.
2730 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2732         * cus-start.el (line-spacing): Add custom spec.
2734 2005-10-09  Romain Francoise  <romain@orebokech.com>
2736         * textmodes/ispell.el (ispell-check-version): Fix last change.
2738 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2740         * term/x-win.el: Remove -i, --icon-type from comment.
2742         * startup.el (command-line-x-option-alist): Remove options -i,
2743         -itype, --icon-type, added -nb, --no-bitmap-icon
2745 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2747         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2748         instead of :active.
2750 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2752         * textmodes/ispell.el (ispell-check-version):
2753         Ignore hyphen, and all that follows, in aspell's version text.
2755 2005-10-08  Jay Belanger  <belanger@truman.edu>
2757         * calc/calc-arith.el (math-known-square-matrixp): New function.
2758         (math-pow-fancy): Check for matrices before distributing exponent
2759         across products.
2761         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2762         fullscreen keypad.  Suggested by Luc Teirlinck.
2763         (calc-keypad-show-input): Add space for formatting.
2765         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2766         Add square matrix option.
2768         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2769         of checking calc-matrix-mode when deciding how to expand.
2771         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2773 2005-10-08  Lars Hansen  <larsh@soem.dk>
2775         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2776         Add error handling.
2777         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2779 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2781         Sync with Tramp 2.0.51.
2783         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2784         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2785         Insert special handling for `last-coding-system-used', again
2786         it still seems to be necessary (unlike stated before).
2787         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2788         (tramp-password-prompt-regexp): There might be other words before
2789         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2790         (tramp-chunksize): Improve docstring.
2791         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2792         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2793         Christian Joergensen <bugs@razor.dk>.
2795 2005-10-07  Glenn Morris  <rgm@gnu.org>
2797         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2798         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2799         precision'.
2801 2005-10-07  Romain Francoise  <romain@orebokech.com>
2803         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2804         (ibuffer-do-shell-command-pipe-replace)
2805         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2806         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2807         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2808         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2809         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2810         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2811         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2812         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2813         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2814         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2815         Autoload file sans suffix.
2817         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2819 2005-10-07  David Ponce  <david@dponce.com>
2821         * recentf.el (recentf-menu-open-all-flag): New option.
2822         (recentf-digit-shortcut-command-name): New function.
2823         (recentf--shortcuts-keymap): New variable.
2824         (recentf-menu-shortcuts): New variable.
2825         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2826         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2827         (recentf-menu-value-shortcut): New function.
2828         (recentf-make-menu-item): Use it.  No more in-lined.
2829         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2830         (recentf-open-most-recent-file): Rename from
2831         `recentf-open-file-with-key'.  Don't depend on key binding.
2832         (recentf-mode-map): New variable.
2833         (recentf-mode): Use it.
2835 2005-10-06  Bill Wohler  <wohler@newt.com>
2837         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2839         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2840         (MH-E-SRC): New.  Used by mh-autoloads.
2841         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2842         files in MH-E-SRC have been updated.
2843         (compile, recompile, bootstrap): Depend on mh-autoloads.
2845 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2847         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2848         gud-break and gud-remove icons when the fringe is not available.
2850         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2851         Typo.
2853 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2855         * play/zone.el (zone): Wrap body with save-window-excursion.
2857 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2860         Use the new `list-only' arg to diary-list-entries.
2862         * calendar/diary-lib.el: Use overlays rather than selective-display.
2863         (diary-selective-display): New var.
2864         (diary-header-line-format): Use it.
2865         (diary-list-entries): Add argument `list-only'.
2866         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2867         Replace \^M by invisible overlays.
2868         (diary-unhide-everything): Replace \^M by invisible overlays.
2869         (print-diary-entries): Look for overlays rather than \^M.
2870         Add a space to the temp buffer name.
2871         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2872         Put the buffer in diary-mode.
2873         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2874         (diary-anniversary): Make the year arg optional.
2875         (diary-time-regexp): New const.
2876         (diary-font-lock-keywords): Use it to accept a few more time formats.
2878         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2880 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2882         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2883         Fix bug introduced 2005-07-03: Use (car (last ...))
2884         to faithfully reproduce replaced artist-last.
2885         (artist-set-arrow-points-for-poly): Likewise.
2886         Suggested by Johan Bockg\e,Ae\e(Brd.
2888 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2890         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2891         * wid-edit.el (widget):
2892         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2893         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2895 2005-10-06  Kenichi Handa  <handa@m17n.org>
2897         * international/mule-cmds.el (set-language-environment):
2898         Fix setting up of case-table for unibyte mode.
2900         * simple.el (what-cursor-position): If the character is displayed
2901         by some `display' text property, show that.  Don't use
2902         single-key-description for eight-bit characters in multibyte mode.
2904 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2906         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2907         (gdb-ann3): Set it.
2908         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2909         (gdb-info-frames-custom): Use inverse-video for first five
2910         characters of selected frame only.
2911         (gdb-get-frame-number): Select frame even when point is on frame
2912         number.
2914 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2916         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2917         Put `font-lock-function-name-face'.
2918         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2919         and `font-lock-variable-name-face'
2920         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2921         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2922         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2923         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2924         (gdb-local-font-lock-keywords): New font lock keywords definition.
2925         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2926         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2927         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2929 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2931         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2932         (ediff-merge-region-is-non-clash-to-skip): Previously called
2933         ediff-merge-region-is-non-clash.
2935         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2936         Use insert-buffer-substring.
2938         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2939         selecting files to patch.  Also bug fixes.
2941         * ediff-util.el (ediff-setup): Bug fix.
2942         (ediff-next-difference): Never skip clashes that differ in white
2943         space only.
2945         * ediff-wind.el (ediff-setup-control-frame)
2946         (ediff-destroy-control-frame): Check the menubar feature.
2948         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2949         (viper-refresh-mode-line): Use make-local-variable to localize
2950         some vars instead of make-variable-buffer-local.  Suggested by
2951         Stefan Monnier.
2953         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2954         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2955         Use make-local-variable instead of make-variable-buffer-local.
2956         Suggested by Stefan Monnier.
2958         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2959         (viper-comint-mode-hook): Use make-local-variable on
2960         require-final-newline.
2961         (viper-non-hook-settings): Don't use make-variable-buffer-local.
2963 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2966         also the second char of a comment-start sequence.
2967         (scheme-sexp-comment-syntax-table): New var.
2968         (lambda, define): Set their scheme-doc-string-elt property.
2969         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2970         Use lisp-font-lock-syntactic-face-function now that it properly
2971         handles |...| symbols.
2972         (scheme-mode-variables): Set lisp-doc-string-elt-property,
2973         parse-sexp-lookup-properties and font-lock-extra-managed-props.
2975         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2976         bit from # to |.
2977         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2979         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2980         (lisp-doc-string-elt-property): New var.
2981         (lisp-font-lock-syntactic-face-function): Use it.
2982         Rewrite to recognize docstrings even for forms not at toplevel.
2984         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2985         annotation on the | part of #| rather than on the # part.
2986         (scheme-font-lock-syntactic-face-function): New function, to
2987         distinguish strings from |...| symbols.
2988         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
2989         syntax-table so that #|...|# is properly highlighted.
2991         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2992         Don't mark as docstring the 3rd elem of an unknown toplevel form.
2994 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2997         and C-e.
2999         * emacs-lisp/eldoc.el: Move comments into docstrings.
3000         (eldoc-message-commands): Initialize in its declaration.
3001         Add move-beginning-of-line and move-end-of-line.
3002         (eldoc-add-command, eldoc-add-command-completions)
3003         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3005         * outline.el (outline-mark-subtree): Activate the mark.
3007         * calendar/appt.el (appt-time-regexp): New var.
3008         (appt-add, appt-make-list): Use it.
3009         (appt-convert-time): Clean up.
3011         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3012         Don't set any syntax-table property here.
3013         (tex-font-lock-verb): New function.  Do it here.
3014         (tex-font-lock-syntactic-keywords): Use it.
3016 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3018         * wid-edit.el (widget-file-complete): Get the widget start point
3019         the right way.  Default directory to `/' if file has none.
3021         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3023         * textmodes/flyspell.el (flyspell-mode-on):
3024         Call ispell-maybe-find-aspell-dictionaries.
3026         * textmodes/ispell.el (ispell-word, ispell-region):
3027         Call ispell-maybe-find-aspell-dictionaries.
3028         (ispell-accept-buffer-local-defs):
3029         Don't call ispell-maybe-find-aspell-dictionaries
3031 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3033         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3035 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3037         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3038         instead of `fboundp' in order to allow for anonymous functions.
3040 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3042         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3043         case the user clicks on the link while another window is selected.
3044         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3046         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3047         functionality.
3048         (dframe-help-echo): Save point in case mouse tracking is off.
3050 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3052         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3054 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3057         not change the global value of those vars.
3059         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3060         make-local-variable which we do not need any more.
3062 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3064         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3065         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3066         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3067         (speedbar-path-line): Define obsolete aliases.
3068         (speedbar-line-directory): Doc fix.
3070         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3071         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3072         instead of speedbar-line-path.
3074 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3076         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3077         to nil if dropping on a window.  Handle dropping on a minibuffer window
3078         like dropping on a non-window part of Emacs.
3080 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * net/ange-ftp.el: Use with-current-buffer.
3083         (ange-ftp-insert-directory): Do not follow symlinks any more.
3085         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3086         Remove interactive spec.
3088 2005-10-03  Kim F. Storm  <storm@cua.dk>
3090         * ido.el (ido-mode): Use custom-initialize-set.
3092 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3094         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3095         Use insert-buffer-substring.
3097         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3098         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3100 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3102         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3103         in last change.
3104         (ange-ftp-insert-directory): Fix up the search for the case where
3105         `file' is absolute.
3107 2005-10-02  Romain Francoise  <romain@orebokech.com>
3109         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3111 2005-10-02  Andreas Schwab  <schwab@suse.de>
3113         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3114         directory component in the session info.
3116 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3118         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3120         * simple.el (next-error-internal): New function.
3122         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3123         (compilation-start): Pass new arg to compilation-buffer-name.
3124         (compile-goto-error): Use next-error-internal.
3126 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3128         * speedbar.el: Remove RCS tag.
3129         (speedbar-check-read-only): Handle non-existent files.
3131         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3133         * info.el (Info-speedbar-hierarchy-buttons)
3134         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3136 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3138         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3139         Do not match newline.
3140         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3141         (bibtex-summary): Remove unnecessary save-excursion.
3142         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3144 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3146         * term/mac-win.el: Add charset info for "iso10646-1".
3147         Modify default fontset to use ATSUI-compatible fonts for some charsets
3148         if available.
3150 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3152         * speedbar.el: Re-apply arch tag.
3153         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3154         M. Ludlam.
3155         Reapply two changes from Emacs CVS' version of speedbar lost
3156         during the merge:
3157         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3158         (speedbar-frame-parameters): Improve customize type.
3160 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3163         (ange-ftp-file-directory-p): Fix the symlink case.
3164         (ange-ftp-insert-directory): When listing a single file, get a list of
3165         the parent buffer and extract the relevant line.  Inspired from a patch
3166         by Katsumi Yamaoka <yamaoka@jpl.org>.
3167         (ange-ftp-file-name-sans-versions): Simplify.
3169 2005-09-30  Bill Wohler  <wohler@newt.com>
3171         Move MH-E image files from toolbar and mail directories into
3172         etc/images.
3174         * mail/reply2.*: Move to etc/images/mail/reply*.
3176         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3177         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3178         etc/images.
3180         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3181         * toolbar/reply*: Move to etc/images/mail.
3183         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3185 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3187         * speedbar.el: New version 1.0pre3.
3189         Frame management code (including timer, and mouse click specifics)
3190         moved to dframe.el:
3191         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3192         (speedbar-timer): Removed.  Use dframe-timer.
3193         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3194         (speedbar-activity-change-focus-flag): Removed.  Use
3195         dframe-activity-change-focus-flag.
3196         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3197         dframe-update-speed.
3199         (speedbar-current-frame): New macro.  Use this instead of the
3200         variable speedbar-frame.
3202         (speedbar-use-images, speedbar-expand-image-button-alist)
3203         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3205         (speedbar-find-image-on-load-path): Removed.  Replaced by
3206         defezimage in ezimage.el.
3207         (speedbar-expand-image-button-alist): Removed.  Replaced by
3208         ezimage-expand-image-button-alist in ezimage.el.
3210         (speedbar-ignored-directory-regexp)
3211         (speedbar-add-ignored-directory-regexp)
3212         (speedbar-ignored-directory-expressions)
3213         (speedbar-line-directory, speedbar-buffers-line-directory)
3214         (speedbar-directory-line, speedbar-buffers-line-directory):
3215         Renamed, replacing `path' with `directory'.
3217         (speedbar-create-directory, speedbar-expand-line-descendants)
3218         (speedbar-toggle-line-expansion)
3219         (speedbar-contract-line-descendants): New commands.
3221         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3222         (speedbar-use-tool-tips-flag): New options.
3224         (speedbar-check-read-only, speedbar-require-version)
3225         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3226         (speedbar-handle-delete-frame, speedbar-try-completion)
3227         (speedbar-update-localized-contents): New functions.
3229         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3230         (speedbar-object-read-only-indicator): New variables.
3232         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3233         New hooks.
3235         (speedbar-separator-face): New face.
3237         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3238         (speedbar-ignored-modes): Add fundamental-mode.
3239         (speedbar-directory-unshown-regexp): Add . directories.
3241         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3242         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3243         `]' for full expand/close.
3244         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3246         (speedbar-check-vc): Support hidden files.
3247         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3248         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3249         state is nil, it is not checked out.
3251         (speedbar-line-text, speedbar-line-token): Support expand buttons
3252         with no text.
3253         (speedbar-refresh): Universal argument acts as power-click.
3254         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3255         that buffer to get variable values.
3257         And many other bugfixes.
3259         * dframe.el, ezimage.el, sb-image.el: New files.
3261         * sb-*.xpm: Remove files.  New image files installed into
3262         etc/images/ezimage.
3264 2005-09-30  Kenichi Handa  <handa@m17n.org>
3266         * ps-mule.el (ps-mule-show-warning): If a character is in
3267         ps-print-translation-table, don't treat it as non-printable.
3269 2005-09-30  David Ponce  <david@dponce.com>
3271         * tree-widget.el (tree-widget-themes-load-path): New variable.
3272         (tree-widget-themes-directory): Doc fix.
3273         (tree-widget-image-formats) [Emacs]: Doc fix.
3274         (tree-widget--locate-sub-directory): New function.
3275         (tree-widget-themes-directory): Use it.
3277         * recentf.el (recentf-filename-handlers): Rename from
3278         `recentf-filename-handler'.  Allow a list of functions.
3279         (recentf-menu-items-for-commands): Fix :help strings.
3280         (recentf-apply-filename-handlers): New function.
3281         (recentf-expand-file-name): Use it.
3282         (recentf-cleanup): Remove duplicates too.
3284 2005-09-29  Juri Linkov  <juri@jurta.org>
3286         * faces.el: Rearrange face definitions to be in the same order as
3287         their face descriptions in "(emacs)Standard Faces".
3289         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3291         * tooltip.el (tooltip): Add group `basic-faces'.
3293         * buff-menu.el (Buffer-menu-buffer): Remove group
3294         `font-lock-highlighting-faces'.
3296         * progmodes/compile.el (compilation-error, compilation-warning)
3297         (compilation-info, compilation-line-number, compilation-column-number):
3298         Change group from `font-lock-highlighting-faces' to `compilation'.
3300         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3301         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3302         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3303         (vhdl-font-lock-reserved-words-face)
3304         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3305         `font-lock-highlighting-faces'.
3307         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3309 2005-09-28  Kim F. Storm  <storm@cua.dk>
3311         * emulation/cua-base.el: Set CUA move property on additional commands:
3312         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3313         forward-sexp, backward-sexp, forward-list, backward-list.
3315 2005-09-28  Romain Francoise  <romain@orebokech.com>
3317         * comint.el (comint-show-output): Really set point at the
3318         beginning of the output when not using `comint-use-prompt-regexp'.
3320 2005-09-27  Jay Belanger  <belanger@truman.edu>
3322         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3323         in TeX mode.
3325 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3327         * textmodes/org.el (org-table-sum): Fix format string.
3329         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3330         Quote face names.
3332 2005-09-26  Romain Francoise  <romain@orebokech.com>
3334         * isearch.el (isearch-forward-regexp): Close doc string.
3336 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3338         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3340         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3342         * progmodes/compile.el (compilation-error-properties):
3343         When getting the file from the previous error message,
3344         correctly decode the new data format.
3346         * progmodes/cc-cmds.el (c-electric-paren):
3347         Call old-blink-paren only for close-paren.
3349 2005-09-24  Andreas Schwab  <schwab@suse.de>
3351         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3352         condition.
3354 2005-09-25  Romain Francoise  <romain@orebokech.com>
3356         * dired-aux.el (dired-copy-file-recursive):
3357         * dired.el (dired-delete-file):
3358         * ediff-mult.el (ediff-dir-diff-copy-file):
3359         * ediff-util.el (ediff-test-save-region):
3360         * forms.el (forms-mode):
3361         * ido.el (ido-file-internal, ido-delete-file-at-head):
3362         * log-edit.el (log-edit-done):
3363         * ses.el (ses-yank-resize):
3364         * play/gomoku.el (gomoku-human-plays, gomoku)
3365         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3366         (gomoku-offer-a-draw):
3367         * play/landmark.el (lm-human-resigns, lm):
3368         * net/eudcb-ldap.el (eudc-ldap-check-base):
3369         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3370         * progmodes/ebrowse.el (ebrowse-find-pattern):
3371         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3372         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3373         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3375         * vc.el (vc-delete-file):
3376         * play/gomoku.el (gomoku-terminate-game, gomoku)
3377         (gomoku-prompt-for-move, gomoku-human-takes-back):
3378         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3379         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3381 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3383         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3384         color rxvt terminals by using the code xterm.el used to use before
3385         2005-04-09 in order to match the colors used by rxvt.
3387 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3389         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3390         colors rxvt-unicode terminals by using the same code as xterm.el.
3392 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3395         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3396         new symbol used for the tex-verbatim face.
3398 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3400         * woman.el (woman-file-name):
3401         * wid-edit.el (widget-file-prompt-value)
3402         (widget-coding-system-prompt-value):
3403         * w32-fns.el (set-w32-system-coding-system):
3404         * vc.el (vc-version-diff, vc-annotate):
3405         * textmodes/reftex-auc.el (reftex-arg-cite)
3406         (reftex-arg-index-tag):
3407         * textmodes/refer.el (refer-get-bib-files):
3408         * textmodes/artist.el (artist-figlet-choose-font):
3409         * terminal.el (terminal-emulator):
3410         * replace.el (occur-read-primary-args):
3411         * rect.el (string-rectangle, string-insert-rectangle):
3412         * ps-print.el (ps-print-preprint):
3413         * progmodes/pascal.el (pascal-goto-defun):
3414         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3415         * progmodes/compile.el (compilation-find-file):
3416         * printing.el (pr-interactive-n-up):
3417         * play/animate.el (animate-birthday-present):
3418         * net/rcompile.el (remote-compile):
3419         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3420         * mail/rmailsum.el (rmail-summary-search-backward)
3421         (rmail-summary-search):
3422         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3423         (rmail-output-read-file-name):
3424         * mail/rmail.el (rmail-search, rmail-search-backwards):
3425         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3426         * locate.el (locate):
3427         * international/quail.el (quail-show-keyboard-layout):
3428         * international/mule.el (set-buffer-file-coding-system)
3429         (revert-buffer-with-coding-system, set-file-name-coding-system)
3430         (set-terminal-coding-system, set-keyboard-coding-system)
3431         (set-next-selection-coding-system):
3432         * international/mule-diag.el (describe-coding-system)
3433         (describe-font, describe-fontset):
3434         * international/mule-cmds.el (universal-coding-system-argument)
3435         (search-unencodable-char, describe-input-method)
3436         (set-language-environment, describe-language-environment):
3437         * international/codepage.el (codepage-setup):
3438         * international/code-pages.el (codepage-setup):
3439         * info.el (Info-search, Info-follow-reference)
3440         (Info-search-backward):
3441         * emacs-lisp/advice.el (ad-read-advised-function)
3442         (ad-read-advice-class, ad-clear-cache, ad-activate)
3443         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3444         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3445         (ad-read-regexp):
3446         * ediff-util.el (ediff-toggle-regexp-match):
3447         * ediff-ptch.el (ediff-prompt-for-patch-file):
3448         * dired-aux.el (dired-diff):
3449         * diff.el (diff):
3450         * cus-edit.el (custom-variable-prompt):
3451         * calendar/timeclock.el (timeclock-ask-for-project):
3452         * calc/calcalg3.el (calc-get-fit-variables):
3453         * calc/calc-store.el (calc-edit-variable)
3454         (calc-permanent-variable):
3455         * vc-mcvs.el (vc-mcvs-register):
3456         * shadowfile.el (shadow-define-literal-group):
3457         * woman.el (woman-file-name):
3458         * vc.el (vc-version-diff, vc-merge):
3459         * textmodes/reftex-index.el (reftex-index-complete-tag):
3460         * format.el (format-decode-buffer, format-decode-region):
3461         * emulation/viper-cmd.el (viper-read-string-with-history):
3462         * emacs-lisp/debug.el (cancel-debug-on-entry):
3463         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3464         * ediff.el (ediff-merge-revisions)
3465         (ediff-merge-revisions-with-ancestor, ediff-revision):
3466         * completion.el (interactive-completion-string-reader):
3467         * calc/calc-prog.el (calc-user-define-formula):
3468         Follow convention for reading with the minibuffer.
3470 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3472         * progmodes/python.el (python-describe-symbol): Add globals() and
3473         locals() to the arguments of emacs.ehelp.
3475 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3477         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3478         New function, code extracted from ispell-valid-dictionary-list.
3479         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3480         Call it.
3482 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3484         * subr.el (version-regexp-alist): Extend valid syntax for version
3485         strings: allow any of the characters -,_,+ to separate the
3486         alpha/beta/rc part from the version part.  Doc fix.
3487         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3489 2005-09-23  David Reitter  <david.reitter@gmail.com>
3491         * mail/mailclient.el: New file.
3493 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3495         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3496         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3497         Doc fixes.
3499         * progmodes/cc-mode.el (c-font-lock-init):
3500         Specify font-lock-lines-before.
3502 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3505         whole conflict.
3507 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3509         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3510         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3511         of `remap' feature when available.  Additional key bindings for
3512         better tty support.
3513         (org-mode-restart, org-force-self-insert): New commands.
3514         (org-time-stamp-inactive): New command.
3515         (org-remap): New function.
3516         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3517         (org-enable-fixed-width-editor): Move to `org-structure'
3518         customization group.
3519         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3520         blank field after field motion commands.
3522 2005-09-23  Kenichi Handa  <handa@m17n.org>
3524         * international/mule-cmds.el (set-language-environment):
3525         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3526         have to call utf-translate-cjk-load-tables.
3528 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * mouse.el (mouse-move-drag-overlay): Fix last change.
3532 2005-09-22  David Ponce  <david@dponce.com>
3534         * tree-widget.el (tree-widget-value-create): Fix previous change.
3536 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3538         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3540 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * mouse.el (mouse-move-drag-overlay): New function.
3543         (mouse-drag-region-1): Use it.
3544         Try to simplify a bit the state handling.  Handle clicks on links
3545         inside intangible areas.
3546         (mouse-save-then-kill): Minor simplification.
3547         (mouse-secondary-overlay): Make it always non-nil instead of
3548         recreating it each time.
3549         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3550         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3551         Simplify accordingly.
3553 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3555         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3557 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3559         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3560         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3561         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3562         to patch.
3564         * ediff-util.el: Use insert-buffer-substring.
3566         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3568         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3569         field boundaries in the minibuffer.
3570         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3571         (viper-minibuffer-post-command-hook): New hook.
3572         (viper-line): Don't move cursor at bolp.
3574         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3576         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3577         avoid compiler warnings.
3579         * emulation/viper-macs.el (ex-map): Better messages.
3581         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3583         * emulation/viper.el: Replace make-variable-buffer-local with
3584         viper-make-variable-buffer-local everywhere, to avoid warnings.
3586 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3589         Delete unused var `old-selected-window'.
3590         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3591         (mouse-drag-secondary): Delete unused var `start-frame'.
3593 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3595         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3597 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3599         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3600         Re-indent within 80 columns.  Use inhibit-read-only.
3602 2005-09-19  Romain Francoise  <romain@orebokech.com>
3604         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3606 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3609         unconditionally, since the after-change-function already did it.
3611 2005-09-19  Miles Bader  <miles@gnu.org>
3613         * net/newsticker.el: Get rid of CVS keyword.
3615 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3617         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3618         The prompt is formatted later.
3620 2005-09-19  David Ponce  <david@dponce.com>
3622         * tree-widget.el (tree-widget-value-create): Save the converted
3623         tree :node widget.
3625 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3627         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3628         variable `message'.
3630 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3632         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3633         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3634         <slawomir.nowaczyk.847@student.lu.se>.
3636 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3638         * image.el (image-load-path): Use symbol `data-directory' instead
3639         of its value, for backward compatibility with packages that bind
3640         it during `find-image'.  Suggested by Katsumi Yamaoka.
3641         (image-search-load-path): Handle symbols whose values are strings.
3643 2005-09-18  Romain Francoise  <romain@orebokech.com>
3645         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3646         with-current-buffer form in save-excursion.
3648 2005-09-18  D Goel  <deego@gnufans.org>
3650         * apropos.el (apropos-command): Fix `message' call: first arg
3651         should be a format spec.  In this and all other cases that appear
3652         below and elsewhere in the source code, I made a change only when
3653         two conditions were satisfied: [1] I can think of a possibility
3654         that the arguments would cause an error, for example, the code in
3655         question relies on external variables such as filenames.  [2] I
3656         was sure that the arg to `message' could not have been nil in the code.
3658         * textmodes/tildify.el (tildify-region): Ditto.
3660         * textmodes/reftex-index.el (reftex-index-change-entry)
3661         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3662         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3663         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3664         (org-priority, org-table-sum):
3665         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3666         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3667         (flyspell-word, flyspell-display-next-corrections):
3668         * textmodes/bibtex.el (bibtex-print-help-message):
3669         * textmodes/artist.el (artist-key-set-point-poly):
3670         * term/mac-win.el (mac-services-insert-text):
3671         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3672         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3673         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3674         (vhdl-compose-configuration):
3675         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3676         (sh-set-indent, sh-learn-line-indent):
3677         * progmodes/ps-mode.el (ps-mode-target-column):
3678         * progmodes/idlwave.el (idlwave-make-tags)
3679         (idlwave-scan-library-catalogs):
3680         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3681         * progmodes/gud.el (gud-jdb-analyze-source):
3682         * progmodes/flymake.el (flymake-log):
3683         * progmodes/ebnf2ps.el (ebnf-generate-region):
3684         * progmodes/cmacexp.el (c-macro-expansion):
3685         * progmodes/ada-xref.el (ada-treat-cmd-string):
3686         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3687         (ada-justified-indent-current, ada-batch-reformat):
3688         * play/zone.el (zone):
3689         * play/landmark.el (lm-move):
3690         * play/decipher.el (decipher-show-alphabet):
3691         * net/newsticker.el (newsticker--display-jump)
3692         (newsticker--display-scroll):
3693         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3694         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3695         * mail/feedmail.el (feedmail-dump-message-to-queue):
3696         * eshell/esh-proc.el (eshell-remove-process-entry):
3697         * emulation/ws-mode.el (ws-last-error):
3698         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3699         (viper-record-kbd-macro):
3700         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3701         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3702         * emacs-lisp/find-func.el (find-function-noselect):
3703         * calendar/timeclock.el (timeclock-status-string)
3704         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3705         (timeclock-when-to-leave-string):
3706         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3707         * calc/calc-units.el (calc-enter-units-table):
3708         * calc/calc-mode.el (calc-mode-record-mode):
3709         * woman.el (woman-mini-help):
3710         * wdired.el (wdired-change-to-wdired-mode):
3711         * vc.el (vc-retrieve-snapshot):
3712         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3713         * startup.el (display-startup-echo-area-message):
3714         * simple.el (set-goal-column):
3715         * ses.el (ses-command-hook, ses-recalculate-cell):
3716         * server.el (server-process-filter):
3717         * printing.el (pr-interface-txt-print, pr-interface-printify)
3718         (pr-interface-ps):
3719         * pcvs.el (cvs-help):
3720         * log-edit.el (log-edit, log-edit-mode-help):
3721         * iswitchb.el (iswitchb-possible-new-buffer):
3722         * isearch.el (isearch-edit-string):
3723         * image-mode.el (image-mode, image-minor-mode):
3724         * ibuf-macs.el (define-ibuffer-filter):
3725         * hi-lock.el (hi-lock-find-patterns):
3726         * files.el (toggle-read-only):
3727         * ediff-util.el (ediff-copy-diff)
3728         (ediff-write-merge-buffer-and-maybe-kill):
3729         * echistory.el (Electric-history-undefined):
3730         * dnd.el (dnd-insert-text):
3731         * dired-aux.el (dired-query):
3732         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3733         * bookmark.el (bookmark-bmenu-locate):
3734         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3735         Fix `message' calls to ensure first arg is a format string.
3736         The change was made only when these two conditions were satisfied:
3737         [1] when there is a possibility that the arguments would cause an error
3738         for example, if the code in question relies on external variables
3739         such as filenames, and
3740         [2] if the arg to `message' could not have been nil in the code.
3742         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3743         Not having a %s would be weird, though not technically wrong.
3745 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3747         * term/mac-win.el (mac-add-charset-info): Doc fix.
3749 2005-09-17  Romain Francoise  <romain@orebokech.com>
3751         * shell.el (shell-resync-dirs): Handle echoing processes more
3752         reliably.  Don't insert resync command if `comint-process-echoes'
3753         is non-nil.
3755 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3757         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3758         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3759         aspell versions >= 0.60.
3760         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3761         only if ispell-aspell-supports-utf8 is non-nil.
3763 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3765         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3766         buffer-local value to lisp-indent-function.
3768 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3770         * progmodes/glasses.el (glasses-make-readable): If
3771         glasses-separator differs from underscore, put appropriate
3772         overlays over underscore characters.
3773         (glasses-convert-to-unreadable): If glasses-separator differs from
3774         underscore, try to convert glasses-separator characters to
3775         underscores.
3777 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3780         Use with-syntax-table and dolist.
3782 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3784         * textmodes/reftex-auc.el:
3785         * textmodes/reftex-cite.el:
3786         * textmodes/reftex-dcr.el:
3787         * textmodes/reftex-global.el:
3788         * textmodes/reftex-parse.el:
3789         * textmodes/reftex-ref.el:
3790         * textmodes/reftex-sel.el:
3791         * textmodes/reftex-toc.el:
3792         * textmodes/reftex-vars.el:
3793         * textmodes/reftex.el: Small changes to remove compiler warnings.
3795         * textmodes/reftex-index.el: Likewise.
3796         (reftex-query-index-phrase): More efficient use of markers.
3798 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3800         * image.el (image-load-path): New variable.
3801         (image-search-load-path): New function.
3802         (find-image): Search for images in `image-load-path'.
3804 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3806         * follow.el: Change Maintainer field.
3808 2005-09-15  David Ponce  <david@dponce.com>
3810         * recentf.el (recentf-save-file-modes): New option.
3811         (recentf-save-list): Use it.
3813 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3815         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3816         (mode-line-mule-info, mode-line-modified): Move bindings from
3817         mouse-3 to mouse-1.
3819 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3821         * simple.el (sendmail-user-agent-compose): Revert last change.
3823 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3826         Use with-current-buffer.
3827         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3828         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3829         (ange-ftp-insert-directory): Remove unused var `short'.
3830         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3832         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3833         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3835         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3836         (check-calendar-holidays, diary-list-entries): Autoload.
3837         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3838         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3840         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3841         which mistakenly removed a call to display-buffer.
3843 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3845         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3847 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3849         * progmodes/hideshow.el
3850         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3851         (hs-allow-nesting): New user var.
3852         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3853         (hs-hide-block-at-point): When nesting allowed,
3854         if there is already an overlay in place, delete it.
3855         (hs-safety-is-job-n): Delete func; remove call sites.
3856         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3857         (hs-overlay-at): New func.
3858         (hs-already-hidden-p, hs-show-block): Use it.
3859         (hs-hide-all): Don't pre-clean if nesting allowed.
3860         (hs-show-all): Temporarily disallow
3861         nesting around call to `hs-discard-overlays'.
3863 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3865         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3866         Delete unused local var.
3868 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3870         * help-fns.el (describe-categories): "?\ " -> "?\s".
3871         (help-do-arg-highlight): Recognize also ARG-n, as in
3872         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3874         * international/codepage.el (dos-unsupported-char-glyph):
3875         * net/newsticker.el (tool-bar-map, w3-mode-map)
3876         (w3m-minor-mode-map):
3877         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3878         (ent-alist):
3879         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3881 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3883         * custom.el (custom-push-theme): Handle the case where a symbol is
3884         bound but face properties have not yet been assigned.
3886         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3887         Fix behavior if noerase is `t' and there is no mail buffer.
3889         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3890         if `continue' is nil, rather than signal an error.
3892 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3894         * font-lock.el (font-lock-keywords): Add autoload.
3896         * help-fns.el (describe-variable): Rearrange to put source link
3897         in a predictable place.
3899         * net/newsticker.el: New file.
3901 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3904         (calendar-basic-setup): Use the new nil arg.
3905         (number-of-diary-entries): Move to diary-lib.el.
3907         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3908         (diary-list-entries): Use with-syntax-table and dolist.
3909         Rename from list-diary-entries.
3910         Use number-of-diary-entries if `number' is nil.
3911         (diary, diary-view-entries): Use this new name and new nil arg value.
3912         (number-of-diary-entries): Move from calendar.el.
3913         (diary-unhide-everything): New function.
3914         (include-other-diary-files, fancy-diary-display)
3915         (diary-show-all-entries, make-diary-entry): Use it.
3916         (diary-mail-entries): Use buffer-string.
3917         (mark-diary-entries): Fix long standing paren typo.
3918         (diary-sexp-entry): Use count-lines.
3919         (make-diary-entry): Avoid `previous-line'.
3920         (diary-mode-map): New var.
3921         (diary-mode): Redraw cal after saving.  Setup header-line.
3922         (fancy-diary-display-mode): Use local-set-key.
3924         * startup.el (command-line): Try calling various terminal-init-foo-bar
3925         functions by stripping hyphenated suffixes from $TERM.
3927         * files.el (normal-mode): Check boundness of font-lock-keywords.
3929 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3931         * progmodes/compile.el: Don't decide a file's directory
3932         until the user actually tries to go there.
3933         (compilation-next-error-function):
3934         Pass compilation-find-file the directory from the file-struct.
3935         (compilation-internal-error-properties): Separate local FILE-STRUCT
3936         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3937         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3938         Expand it, and if nil, use default-directory.
3939         (compilation-get-file-structure): Don't mix specified directory
3940         with default directory.  Put specified directory into
3941         file-struct.  Don't make the file name absolute.
3943         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3944         (compile-command): Add autoload.
3945         (compilation-disable-input): Add autoload.
3947 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3949         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3950         strings of the variables it can override.
3951         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3952         %Q and %q, for fully-qualified domain name and unqualified host name.
3954 2005-09-11  Kim F. Storm  <storm@cua.dk>
3956         * emacs-lisp/authors.el (authors-aliases): Update list.
3957         (authors-fixed-entries): Update mldrag.el entry.
3959 2005-09-10  Alan Mackenzie  <acm@muc.de>
3961         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3962         from the region narrowed to.
3964 2005-09-10  Magnus Henoch  <mange@freemail.hu>
3966         * textmodes/ispell.el (ispell-check-version): Signal an error if
3967         aspell version is less than 0.60.
3969 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
3971         * progmodes/octave-inf.el (inferior-octave-startup):
3972         Resync current dir at the end.
3974 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
3976         * woman.el (woman-topic-at-point-default):
3977         Rename to woman-use-topic-at-point-default.
3978         (woman-topic-at-point): Rename to woman-use-topic-at-point.
3979         (woman-file-name): Reflect renames above.  Automatically use the
3980         word at point as topic if woman-use-topic-at-point is non-nil.
3981         Otherwise offer it as default but don't insert it in the
3982         minibuffer.  Also use `test-completion' instead of `assoc' as
3983         suggested by Stefan Monnier.
3985 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
3987         * vc.el (vc-directory, vc-update-change-log): Throw an error on
3988         the attempt to do it over Tramp.  This is not yet supported.
3990 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
3992         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3993         (menu-bar-non-minibuffer-window-p): New functions.
3994         ("Split Window", "Save As..."): Use them.
3995         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3996         ("Print Buffer", "Truncate Long Lines in this Buffer"):
3997         Use menu-bar-menu-frame-live-and-visible-p.
3998         ("Save Buffer", "Insert File", "Open Directory...")
3999         ("Open File...", "Visit New File..."):
4000         Use menu-bar-non-minibuffer-window-p.
4001         (kill-this-buffer-enabled-p, dired <menu-enable>):
4002         Use menu-bar-non-minibuffer-window-p.
4004 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4006         * cus-start.el (all): Don't complain about fringe-related
4007         built-ins if fringes are not supported.  Ditto about
4008         selection-related built-ins.  Fix the test for GTK-related built-ins.
4010         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4011         ("Postscript Print Buffer", "Print Region", "Save As...")
4012         ("Save", "Insert File...", "Open Directory...")
4013         ("Open File...", "Visit New File..."")
4014         ("Truncate Long Lines in this Buffer"): Don't look at
4015         menu-updating-frame if this display does not support multiple frames.
4017 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4019         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4021 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4023         * woman.el: Format- and whitespace-related changes.
4025 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4027         * woman.el: Fix my email address.
4029 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4031         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4032         (sh-mode): Locally set skeleton-pair-default-alist.
4034         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4036         * progmodes/flymake.el: Require `compile' unconditionally.
4038         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4040         * woman.el (woman-file-name): Provide a default, not initial input.
4042         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4044         * font-lock.el (font-lock-support-mode): Doc fix.
4046         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4048 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4050         * simple.el (blink-matching-open): Get rid of text props from
4051         the string shown in echo area.  Don't permanently set point.
4052         Some rearrangements.
4054 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4056         * recentf.el (recentf-filename-handler): Add custom choice
4057         `abbreviate-file-name'.
4059         * msb.el (msb--very-many-menus): Fix typo.
4061         * disp-table.el (standard-display-european): Don't set
4062         enable-multibyte-characters to nil.
4064 2005-09-08  David Ponce  <david@dponce.com>
4066         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4067         (recentf-expand-file-name): Doc fix.
4068         (recentf-dialog-mode-map): Define digit shortcuts.
4069         (recentf--files-with-key): New variable.
4070         (recentf-show-digit-shortcut-filter): New function.
4071         (recentf-open-files-items): New function.
4072         (recentf-open-files): Use it.
4073         (recentf-open-file-with-key): New command.
4075 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4077         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4078         Suggested by Kim F. Storm.
4079         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4080         (Buffer-menu-make-sort-button): Use global keymap.
4082 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4084         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4085         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4086         necessary any longer with the remapped command.
4087         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4088         formatting time only.
4090         * net/tramp.el (tramp-action-password)
4091         (tramp-multi-action-password): Compile the password prompt from
4092         `method', `user' and `host'.  Sometimes it isn't obvious which
4093         password to enter, for example with remote files offered by
4094         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4095         <robert@chezmarshall.freeserve.co.uk>.
4097 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4099         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4100         Fix regexp for when "s///" is at the beginning of line.
4102 2005-09-07  Jay Belanger  <belanger@truman.edu>
4104         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4105         when in matrix mode.
4107 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4110         non-anonymous functions.
4112 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4114         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4115         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4117         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4118         can't be moved; don't signal an error.
4120 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4122         * cus-theme.el (custom-theme-write-faces): Save the current face
4123         spec, not the defface spec.
4125         * custom.el (custom-known-themes): Clarify meaning of "standard".
4126         (custom-push-theme): Save old values in the standard theme.
4127         (disable-theme): Correct typo.
4128         (custom-face-theme-value) Deleted unused function.
4129         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4131 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * progmodes/compile.el (compilation-goto-locus): Take into account
4134         iconified frames when determining whether the buffer is
4135         already visible.
4136         Don't reset window height if the window already existed.
4138 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4140         * custom.el (load-theme): Rename from require-theme.
4141         Add interactive spec.
4142         (enable-theme): Rename from custom-enable-theme.
4143         Add interactive spec.
4144         (disable-theme): Rename from custom-disable-theme.
4145         Add interactive spec.
4146         (custom-make-theme-feature): Doc fix.
4147         (custom-theme-directory): Doc fix.
4148         (provide-theme): Call enable-theme.
4150 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * obsolete/lazy-lock.el (lazy-lock-mode):
4153         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4154         font-lock-mode if it's off.  Print a warning instead.
4156         * progmodes/compile.el (compilation-start): Ignore errors if the
4157         process died before we get to send-eof.
4159         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4160         Undo last change.  Enclosing the result in quotes broke things on Unix
4161         since tex-send-command passes it through shell-quote-argument.
4162         (tex-send-command): Pass `file' through convert-standard-filename
4163         when possible.
4164         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4165         info in a transcript.
4167 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4169         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4170         fix compilation warning. Reorder the key definitions to group
4171         together keys emitted by the current version of xterm.
4173         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4174         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4175         Reorder predicates to correct min-color usage.
4177 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4179         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4180         Kill local variables when longlines-mode is turned off.
4182 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4184         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4186         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4188         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4190         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4191         (font-lock-lines-before): Change default to being inactive.
4192         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4193         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4195 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4197         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4198         Deactivate temporarily advice if active (not needed for Emacs 22,
4199         but for backwards compatibility).
4200         (tramp-exists-file-name-handler): Rewrite.  First implementation
4201         was too simple.
4202         (tramp-advice-make-auto-save-file-name):
4203         Call `tramp-handle-make-auto-save-file-name' (again, just for
4204         backwards compatibility).
4206 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4208         * progmodes/vhdl-mode.el
4209         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4210         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4211         (vhdl-set-default-project): New function (easier setting of default).
4212         (vhdl-port-copy): Handle extended identifiers for generics.
4213         (vhdl-compiler-alist): Better description for error message regexp.
4214         (vhdl-make): Query for target, use previous as default.
4215         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4216         (vhdl-font-lock-keywords-2): Fix fontification for record
4217         el. assign.
4218         (vhdl-speedbar-make-subpack-line): Add package body link.
4219         (vhdl-generate-makefile-1): Not include itself as dependency.
4220         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4221         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4222         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4223         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4224         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4225         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4226         (vhdl-import-project): Add string argument for `error'.
4227         (vhdl-compose-configuration)
4228         (vhdl-compose-configuration-architecture): Add configuration
4229         declaration generation.
4230         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4231         (vhdl-trailer-re): Add "record" keyword (better indentation).
4232         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4233         "[^ \t-\"]+".
4234         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4235         (vhdl-testbench-entity-file-name)
4236         (vhdl-testbench-architecture-file-name): Allow separate
4237         customization of testbench file names.
4238         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4239         (vhdl-get-visible-signals): Allow newline within alias declaration.
4240         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4241         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4242         (member-ignore-case): Alias for missing function in XEmacs.
4243         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4244         (vhdl-update-sensitivity-list): Ignore case on read signals.
4245         (vhdl-replace-string): Adjust case only for file names.
4246         (vhdl-update-sensitivity-list): Fix search for read signals.
4247         (vhdl-update-sensitivity-list): Exclude formal parameters.
4248         (vhdl-get-visible-signals): Include aliases of signals.
4249         (vhdl-get-visible-signals): Fix signal name searching.
4250         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4251         (vhdl-fixup-whitespace-region): Fix for character
4252         literals (e.g. ':').
4254 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4256         * ansi-color.el (comint-last-output-start):
4257         * bs.el (font-lock-verbose):
4258         * diff-mode.el (add-log-buffer-file-name-function):
4259         * dired-x.el (vm-folder-directory):
4260         * faces.el (help-xref-stack-item):
4261         * files.el (font-lock-keywords):
4262         * find-lisp.el (dired-buffers, dired-subdir-alist):
4263         * ido.el (cua-inhibit-cua-keys):
4264         * log-view.el (cvs-minor-wrap-function):
4265         * outline.el (font-lock-warning-face):
4266         * simple.el (compilation-current-error):
4267         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4268         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4269         * tooltip.el (comint-prompt-regexp):
4270         * w32-fns.el (explicit-shell-file-name):
4271         * term/mac-win.el (mac-charset-info-alist)
4272         (mac-services-selection, mac-system-script-code):
4273         * term/tty-colors.el (msdos-color-values):
4274         * term/w32-win.el (xlfd-regexp-registry-subnum):
4275         * term/x-win.el (x-keysym-table, x-selection-timeout)
4276         (x-session-id, x-session-previous-id):
4277         * textmodes/ispell.el (mail-yank-prefix):
4278         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4279         * textmodes/org.el (calc-embedded-close-formula)
4280         (calc-embedded-open-formula)
4281         (font-lock-unfontify-region-function):
4282         * textmodes/reftex-global.el (isearch-next-buffer-function)
4283         (TeX-master):
4284         * textmodes/reftex.el (font-lock-keywords):
4285         * textmodes/tex-mode.el (font-lock-comment-face)
4286         (font-lock-doc-face):
4287         * textmodes/texinfo.el (outline-heading-alist):
4288         Add defvars.
4290         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4291         (artist-spray-chars, artist-mode-init, artist-replace-string)
4292         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4293         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4294         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4296         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4297         (conf-align-assignments): "?\ " -> "?\s".
4299         * textmodes/reftex-index.el (TeX-master): Add defvar.
4300         (reftex-index-phrases-marker): Move up defvar.
4302         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4303         (reftex-toc-include-labels-indicator)
4304         (reftex-toc-include-index-indicator)
4305         (reftex-toc-max-level-indicator): Move up declarations.
4307         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4308         of args to `tramp-run-real-handler', even if it's empty in this case.
4310 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4312         * dired.el (dired-move-to-filename-regexp): Add date format for
4313         Mac OS X 10.3 in East Asian locales.
4315 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4317         * files.el (make-auto-save-file-name): Add file name handler call
4318         if applicable.
4320         * net/tramp.el (tramp-file-name-handler-alist)
4321         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4322         (tramp-handle-make-auto-save-file-name): Rename from
4323         `tramp-make-auto-save-file-name'.
4324         (tramp-exists-file-name-handler): New defun.
4325         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4326         `make-auto-save-file-name' is not a magic file name operation.
4328 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4330         * files.el (risky-local-variable-p):
4331         Match `-predicates' and `-commands.
4333         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4334         (custom-save-all): Visit the file if necessary;
4335         kill the buffer if we created it.
4336         (custom-save-delete): Don't visit file or kill buffer here.
4338 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4340         * textmodes/org.el (org-special-keyword): New face.
4341         (org-table-copy-down, org-table-eval-formula)
4342         (org-table-recalculate, org-init-section-numbers):
4343         Use `string-to-number' instead of `string-to-int'.
4344         (org-get-location): Use `insert-buffer-substring' instead of
4345         `insert-buffer'.
4346         (org-modify-diary-entry-string): New function.
4347         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4348         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4349         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4350         active region.
4351         (org-export-as-html): Handle QUOTE keyword.
4352         (org-quote-string): New option.
4353         (org-bookmark-jump-unhide): New function, used for
4354         `bookmark-after-jump-hook'.
4355         (org-diary-default-entry): Apply only when not called through
4356         `org-agenda'.
4358 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4360         * net/eudc.el (mode-popup-menu):
4361         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4362         * progmodes/ada-mode.el (compile-auto-highlight)
4363         (skeleton-further-elements):
4364         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4365         * progmodes/cmacexp.el (msdos-shells):
4366         * progmodes/compile.el (font-lock-extra-managed-props)
4367         (font-lock-keywords, font-lock-maximum-size)
4368         (font-lock-support-mode):
4369         * progmodes/grep.el (font-lock-lines-before):
4370         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4371         * progmodes/mixal-mode.el (compile-command):
4372         * progmodes/perl-mode.el (font-lock-comment-face)
4373         (font-lock-doc-face, font-lock-string-face):
4374         * progmodes/prolog.el (comint-prompt-regexp):
4375         * progmodes/sh-script.el (font-lock-comment-face)
4376         (font-lock-set-defaults, font-lock-string-face):
4377         * progmodes/sql.el (font-lock-keyword-face)
4378         (font-lock-set-defaults, font-lock-string-face):
4379         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4380         (itimer-version, lazy-lock-defer-contextually)
4381         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4382         Add defvars.
4384         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4385         (cperl-electric-keyword, cperl-electric-pod)
4386         (cperl-electric-backspace, cperl-forward-re)
4387         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4388         (vc-rcs-header, vc-sccs-header): Add defvars.
4390         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4391         (font-lock-syntactic-keywords, gud-find-expr-function):
4392         Add defvars.
4394         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4395         (gdb-frame-parameters): Declare before use.
4397         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4398         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4399         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4400         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4402         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4403         (idlwave-help-with-source): Use `insert-buffer-substring', not
4404         `insert-buffer'.
4406 2005-08-29  Juri Linkov  <juri@jurta.org>
4408         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4409         Put outline-back-to-heading function call inside save-excursion.
4411 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4413         * man.el (Man-init-defvars, Man-translate-references)
4414         (Man-support-local-filenames, Man-highlight-references):
4415         * progmodes/sql.el (sql-interactive-mode):
4416         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4418         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4419         (compilation-mode-font-lock-keywords): Add defvars.
4420         (checkdoc-interactive-loop): "?\ " -> "?\s".
4422         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4423         (font-lock-doc-face, font-lock-string-face)
4424         (font-lock-keywords-case-fold-search): Add defvars.
4425         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4427         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4428         Don't pass X and Y (they are ignored anyway).
4429         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4430         (mouse-delete-window): Make arguments optional.
4432         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4433         (caesar-translate-table, minor-modes, news-buffer-save)
4434         (news-group-name, news-minor-modes): Add defvars.
4436         * emacs-lisp/lselect.el (mouse-highlight-priority)
4437         (x-lost-selection-functions, zmacs-regions):
4438         * emacs-lisp/pp.el (font-lock-verbose):
4439         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4440         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4441         (ses-mode-map):
4442         * emacs-lisp/tcover-unsafep.el (safe-functions):
4443         * international/mule-cmds.el (mac-system-coding-system)
4444         (mac-system-locale):
4445         * language/ethio-util.el (rmail-current-message)
4446         (rmail-message-vector):
4447         * language/thai-util.el (thai-auto-composition-mode):
4448         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4449         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4450         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4451         (vm-primary-inbox, vm-spool-files):
4452         * mail/rmail.el (deleted-head, font-lock-fontified)
4453         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4454         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4455         (total-messages):
4456         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4457         (rmail-summary-mode-map):
4458         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4459         (rmail-last-label, rmail-last-multi-labels)
4460         (rmail-summary-vector, rmail-total-messages):
4461         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4462         * mail/rmailsum.el (msgnum):
4463         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4464         (rmail-current-message):
4465         * obsolete/fast-lock.el (font-lock-face-list):
4466         * obsolete/rnewspost.el (mail-reply-buffer):
4467         * obsolete/scribe.el (compile-command):
4468         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4470 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4472         * ibuf-ext.el (ibuffer-auto-update-changed):
4473         Use `frame-or-buffer-changed-p' to check whether we need to update.
4474         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4475         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4476         as a `frame-or-buffer-changed-p' state vector instead.
4478 2005-08-27  Romain Francoise  <romain@orebokech.com>
4480         * textmodes/makeinfo.el (makeinfo-compile):
4481         Use `compilation-start'.  Set `next-error-function' according to
4482         `disable-errors'.
4483         (makeinfo-next-error): New function.
4484         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4485         (makeinfo-buffer): Likewise.
4487         * progmodes/compile.el (compilation-start): Add autoload cookie.
4489         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4490         * textmodes/sgml-mode.el: Likewise.
4491         * progmodes/python.el: Likewise.
4493 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4495         * simple.el (blink-matching-paren-distance): Document the meaning
4496         of nil value, and allow to customize to nil.
4498         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4499         command.com, not command.exe.
4501 2005-08-26  John Wiegley  <johnw@newartisans.com>
4503         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4504         code around a bit so that an extraneous nil argument is not added
4505         to a command when no args are given.
4507         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4508         double-quoted argument resolves to nil, return it as an empty
4509         string rather than as nil.  This made it impossible to pass "" to
4510         a shell script as a null string argument.
4512 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * outline.el (outline-invent-heading): New fun.
4515         (outline-promote, outline-demote): Use it.
4516         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4517         (outline-end-of-subtree): Remove unused var `opoint'.
4519 2005-08-26  David Reitter  <david.reitter@gmail.com>
4521         * menu-bar.el (truncate-lines, write-file, print-buffer)
4522         (ps-print-buffer-faces, ps-print-buffer, split-window):
4523         Disable menu items when the frame they refer to is invisible, or when
4524         they refer to a buffer and the minibuffer is selected.
4526 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4528         * progmodes/flymake.el (flymake-highlight-err-lines):
4529         Use save-excursion around flymake-highlight-line to preserve point.
4531 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4533         * progmodes/octave-mod.el: Change Author and Maintainer address.
4534         (octave-maintainer-address): Change Kurt's email address.
4535         * progmodes/octave-inf.el: Change Author and Maintainer address.
4536         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4538 2005-08-26  Kim F. Storm  <storm@cua.dk>
4540         * subr.el (version-list-<, version-list-<=, version-list-=):
4541         Renamed from integer-list-*.
4542         (version-list-not-zero): Likewise.  Fix while loop.
4543         (version=): Use version-list-= instead of string-equal.
4545 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4547         * outline.el (outline-promote): Try shortening the heading.
4548         As last resort, read the heading to use.
4549         (outline-demote): As last resort, read the heading to use.
4551 2005-08-26  Romain Francoise  <romain@orebokech.com>
4553         * progmodes/compile.el (compilation-start): Doc fix.
4555         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4556         (antlr-font-lock-additional-keywords): Fix reference to
4557         `antlr-font-lock-literal-regexp' erroneously changed during the
4558         mass face rename.
4559         (antlr-run-tool): Use `compilation-start'.
4561         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4562         instead of the obsolete `compile-internal'.
4564 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4566         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4567         (number, original-date):
4568         * calendar/cal-china.el (date):
4569         * calendar/cal-coptic.el (date):
4570         * calendar/cal-french.el (date):
4571         * calendar/cal-hebrew.el (date, entry, number, original-date):
4572         * calendar/cal-islam.el (date, number, original-date):
4573         * calendar/cal-iso.el (date):
4574         * calendar/cal-julian.el (date):
4575         * calendar/cal-mayan.el (date):
4576         * calendar/cal-menu.el (date, event):
4577         * calendar/cal-persia.el (date):
4578         * calendar/lunar.el (date):
4579         * calendar/solar.el (date): Add defvars.
4581         * emerge.el:
4582         * ibuffer.el:
4583         * info-xref.el:
4584         * obsolete/bg-mouse.el:
4585         * obsolete/sun-curs.el:
4586         * obsolete/swedish.el: Move the `defvar's to the top level.
4588         * smerge-mode.el (smerge-refined-change): Add :group.
4590 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4593         (smerge-keep-n): Remove props.
4594         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4595         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4596         now that it's done in smerge-keep-n.
4597         (smerge-refined-change): New face.
4598         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4599         (smerge-refine): New funs.
4600         (smerge-basic-map): Bind smerge-refine.
4602 2005-08-25  Juri Linkov  <juri@jurta.org>
4604         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4605         compilation-process-setup-function and compilation-disable-input
4606         in grep-mode instead of let-bindings in grep.
4608         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4609         Delete "Automatic File De/compression" (auto-compression-mode).
4611 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4613         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4614         Silence warning about non-existent variable.
4616 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4618         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4619         Rename "Describe Key" to "Describe Key or Mouse Operation".
4621         * mail/mailalias.el (build-mail-aliases): Delete comments
4622         from the contents before processing them.
4624         * isearch.el (isearch-edit-string): Erase the Search prompt
4625         if user enters an empty string and there is no default.
4627         * comint.el (comint-file-name-prefix): Add autoload.
4629 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4631         * subr.el (play-sound): Rearrange to avoid warning.
4633 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4635         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4636         New hook.
4637         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4639 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4641         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4643         * custom.el (custom-theme-set-variables): Sort minor modes last.
4645 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4647         * subr.el (version-separator, version-regexp-alist): New vars used by
4648         version comparison funs.
4649         (integer-list-<, integer-list-=, integer-list-<=)
4650         (integer-list-not-zero): New funs for integer list comparison.
4651         (version-to-list, version=, version<, version<=): New funs for version
4652         comparison.
4654 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4656         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4657         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4658         time to silence the byte-compiler.
4660         * ibuffer.el (ibuffer-compile-make-eliding-form)
4661         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4662         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4663         so it's silly to get warnings for it).
4664         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4665         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4666         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4667         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4668         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4669         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4670         Defvar at compile time.
4671         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4672         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4673         Declare them before use.
4675         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4676         (info-xref-good, info-xref-bad): Defvar at compile time.
4678         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4679         Use `let*' instead of `let'.
4681         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4682         (*mouse-y*, menu, char): Defvar at compile time.
4683         (sc::menu): Declare it before use.
4684         (sc::pack-one-line): Use `let', not `let*'.
4686         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4687         (mail-send-hook): Defvar at compile time.
4689         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4690         Defvar at compile time.
4692         * term/sun-mouse.el (current-global-mousemap)
4693         (current-local-mousemap): Declare them before use.
4695 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4697         * bookmark.el (bookmark-after-jump-hook): New hook.
4698         (bookmark-jump): Run `bookmark-after-jump-hook'.
4700 2005-08-23  Juri Linkov  <juri@jurta.org>
4702         * faces.el (minibuffer-prompt): Doc fix.
4704 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4706         * progmodes/xscheme.el: Trivial changes to silence warnings.
4707         (xscheme-previous-mode, xscheme-previous-process-state):
4708         Add defvars.
4709         (xscheme-last-input-end, xscheme-process-command-line)
4710         (xscheme-process-name, xscheme-buffer-name)
4711         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4712         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4713         (xscheme-control-g-synchronization-p)
4714         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4715         (default-xscheme-runlight, xscheme-runlight)
4716         (xscheme-runlight-string, xscheme-process-filter-state)
4717         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4718         Move to beginning of file.
4719         (scheme-interaction-mode-commands-alist)
4720         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4721         Declare them before use.  Note: the initialization code for the variables
4722         has not been moved because it uses functions that reference the variables.
4723         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4724         (xscheme-prompt-for-expression-map): Declare them before use.
4725         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4727 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4729         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4731 2005-08-22  Juri Linkov  <juri@jurta.org>
4733         * faces.el (set-face-underline): Delete this duplicate function
4734         and make an obsolete alias to set-face-underline-p.
4735         (set-face-underline-p): Use docstring of set-face-underline.
4736         (describe-face): Create hyperlink to parent face.
4738         * info.el (Info-insert-dir): Use save-excursion around
4739         insert-buffer-substring.
4740         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4741         (Info-escape-percent): Delete function.
4742         (Info-fontify-node): Replace Info-escape-percent by
4743         replace-regexp-in-string with REP arg set to lambda that
4744         duplicates `%' and preserves text properties.
4746         * progmodes/compile.el (compilation-disable-input): Doc fix.
4747         (define-compilation-mode): Doc fix and refill.
4748         (kill-compilation): Use `mode-name' in the error message.
4749         (compilation-find-file): Use `compilation-error' in the
4750         read-file-name's prompt.
4752 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4755         (smerge-auto-leave): Make undo re-enable the mode.
4756         (debug-ignored-errors): Add the user-error of impossible resolution.
4757         (smerge-resolve): Move things around a bit, in preparation for later.
4758         (smerge-diff): Don't fail if the buffer has no associated file.
4759         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4760         (smerge-conflict-overlay): New function.
4761         (smerge-match-conflict): Don't add text properties here.
4762         (smerge-find-conflict): Instead, add an overlay here.
4763         Also check for the case where we're inside a conflict already, so as to
4764         obviate the need for font-lock-multiline, which is unbearably slow with
4765         large conflicts and ciomplex font-lock patterns.
4766         (smerge-remove-props): Remove overlay rather than text-properties.
4767         (smerge-mode): Don't set font-lock-multiline.
4768         Remove overlays when turned off.
4770 2005-08-21  Kim F. Storm  <storm@cua.dk>
4772         * ido.el (ido-ignore-item-p): Use save-match-data.
4773         Bind case-fold-search to ido-case-fold locally.
4775 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4777         * files.el (normal-mode): If font lock is on, turn it off and on.
4779         * subr.el (replace-regexp-in-string): Doc fix.
4781         * startup.el (command-line-1): Don't suppress startup screen
4782         due to existing processes.
4784         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4786         * progmodes/compile.el (compilation-disable-input): Default to nil.
4788 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4790         * progmodes/compile.el (compilation-disable-input): New defcustom.
4791         (compilation-start): If compilation-disable-input is non-nil, send
4792         EOF to the compilation process.
4794 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4796         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4797         Run the argument of tex-shell-cd-command through
4798         convert-standard-filename, to get the correct style of slashes on
4799         Windows, and enclose the result in quotes, in case the file name
4800         includes whitespace or other special characters.
4802 2005-08-19  Andreas Schwab  <schwab@suse.de>
4804         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4805         process.
4807 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4809         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4811 2005-08-18  Kim F. Storm  <storm@cua.dk>
4813         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4815 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4817         * scroll-lock.el: New file.
4819 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4821         * dired.el (dired-move-to-end-of-filename):
4822         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4824 2005-08-18  Kim F. Storm  <storm@cua.dk>
4826         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4827         rather than toggle mode when custom value is nil.
4828         (ido-everywhere): Fix defun doc string.
4830 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4832         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4833         as tag instead of "Inviolable".
4835 2005-08-17  Kim F. Storm  <storm@cua.dk>
4837         * windmove.el (windmove-coordinates-of-position): Remove.
4838         (windmove-coordinates-of-window-position): Remove.
4839         (windmove-reference-loc): Use posn-at-point instead.
4841         * subr.el (insert-for-yank-1): Doc fix.
4843         * ido.el (ido-enter-matching-directory): Rename from
4844         ido-enter-single-matching-directory.  Change 'slash choice to
4845         'only.  Add 'first choice.
4846         (ido-exhibit): Adapt to above changes.
4848 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4850         * Makefile.in: Expand comment about building loaddefs.el.
4852 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4854         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4855         Comment use of defadvice.
4857         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4859 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4861         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4862         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4863         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4864         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4865         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4866         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4867         for backward compatibility for faces that did not appear in the
4868         previous Emacs release.
4870         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4872 2005-08-15  Kim F. Storm  <storm@cua.dk>
4874         * emulation/cua-base.el (cua-delete-region): Return t if
4875         deleted region was non-empty.
4876         (cua-replace-region): Inhibit overwrite-mode for
4877         self-insert-command if replaced region was non-empty.
4878         (cua--explicit-region-start, cua--status-string): Make them
4879         buffer-local at top-level...
4880         (cua-mode): ...rather than when mode is enabled.
4882 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4884         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4885         Set t for Emacs 21, 22, and so on.
4887 2005-08-15  David Ponce  <david@dponce.com>
4889         * tree-widget.el: Update Commentary header.
4890         (tree-widget-theme): Doc fix.
4891         (tree-widget-space-width): New option.
4892         (tree-widget-image-properties): Look up in the default theme too.
4893         (tree-widget--cursors): Only for images with arrow pointer shape.
4894         (tree-widget-lookup-image): Pointer shape is hand by default.
4895         (tree-widget-icon): Rename generic icon widget from
4896         `tree-widget-control'.
4897         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4898         derive from `tree-widget-icon'.
4899         (tree-widget-handle): Improve default look and feel of the text
4900         representation.
4901         (tree-widget): Rename :*-control properties to :*-icon properties.
4902         Add :action and :help-echo properties.
4903         (tree-widget-after-toggle-functions): Move.
4904         (tree-widget-close-node, tree-widget-open-node): Remove.
4905         (tree-widget-before-create-icon-functions): New hook.
4906         (tree-widget-value-create): Update to allow customization of icons
4907         and nodes at run-time via that new hook.
4908         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4909         (tree-widget-icon-action, tree-widget-icon-help-echo)
4910         (tree-widget-action, tree-widget-help-echo): New functions.
4912 2005-08-15  Kim F. Storm  <storm@cua.dk>
4914         * ido.el (ido-buffer-internal): Use with-no-warnings.
4915         (ido-make-merged-file-list): Use while-no-input.
4917 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4919         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4920         (flyspell-large-region): Fix doc and custom type.
4922 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4924         * files.el (interpreter-mode-alist): Doc fix.
4926         * mail/rmail.el (rmail-nonignored-headers): New variable.
4927         (rmail-clear-headers): Use it.
4928         (rmail-reply): Better handling of mail-followup-to header.
4930         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4931         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4932         don't try to refer to executable-font-lock-keywords.
4933         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4934         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4935         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4936         (sh-mode): Set comment-start-skip, local-abbrev-table,
4937         imenu-case-fold-search.
4938         (sh-set-shell): Don't set them here.
4939         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4940         Don't cache the results in the original alist; don't ever modify
4941         that alist.
4943         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4945         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4946         empty.
4948 2005-08-15  Andreas Schwab  <schwab@suse.de>
4950         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4952         * dired.el, info.el, mail/rmail.el: Revert last change.
4954 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4956         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4957         modification in `eval-after-load' form.
4958         * info.el: Likewise.
4959         * mail/rmail.el: Likewise.
4961 2005-08-14  Juri Linkov  <juri@jurta.org>
4963         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4964         Remove highlighting of "Compilation started".  Highlight only
4965         the word "finished" in "Compilation finished".  Add highlighting
4966         of "interrupt", "killed", "terminated" and the exit code.
4967         (compilation-start): Add newline after header.  Use exactly the
4968         same time stamp format as the finishing message.
4969         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4971         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4972         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4973         Add highlighting of "interrupt", "killed", "terminated".
4975         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4976         enabled and the current command is self-insert-command, call it
4977         explicitly with overwrite-mode bound to nil, to not allow it
4978         to delete the character after the selected region.
4980 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
4982         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4983         move-end-of-line, end-of-line, and beginning-of-line to the list
4984         of commands after which the echo area is updated.
4986 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
4988         * cus-edit.el (custom-save-all, custom-save-delete):
4989         Bind recentf-exclude to exclude custom-file.
4991 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
4993         * mail/rmailsum.el (rmail-summary-end-of-message): New command
4994         to go to the bottom of the mail message.  Added to
4995         `rmail-summary-mode-map' with key "/".
4996         (rmail-summary-show-message): New (internal) function for use by
4997         both `rmail-summary-beginning/end-of-message'.
4998         (rmail-summary-beginning-of-message): Change to use
4999         rmail-summary-show-message.
5001         * mail/rmail.el (rmail-end-of-message): New command to go to the
5002         end of the current message.  Added to `rmail-mode-map' with key "/".
5003         (rmail-beginning-of-message): Fix to work as documented.
5004         (rmail-mode): Change documentation.
5006         * progmodes/compile.el (compilation-start): Add the line
5007         "Compilation started" with compilation start time.
5008         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5010 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5012         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5013         of menu items.
5015 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5017         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5019         * battery.el (battery-status-function): Don't use ignore-errors.
5021 2005-08-11  Lute Kamstra  <lute@gnu.org>
5023         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5024         define-obsolete-variable-alias.
5026 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5029         (ange-ftp-send-cmd): Revert last change, and expand
5030         the comment explaining the problem.
5032 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5034         * ldefs-boot.el: Update.
5036         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5037         item to "Time, Load and Mail".  Change help echo text.
5039         * time.el (display-time-use-mail-icon, display-time-format)
5040         (display-time-string-forms): Shorten first line of docstrings.
5042 2005-08-10  Lars Hansen  <larsh@soem.dk>
5044         * desktop.el (desktop-buffer-mode-handlers):
5045         Make non-customizable. Add autoload cookie.  Change initial value to
5046         nil; add elements in respective modules instead.  Fix doc string.
5047         (desktop-load-file): New function.
5048         (desktop-minor-mode-handlers): New autoloaded variable.
5049         (desktop-create-buffer): Call minor mode handlers.
5050         Use desktop-load-file to load major and minor mode modules prior to
5051         checking for a handler.
5052         (desktop-save): Don't add nil to desktop-minor-modes for minor
5053         modes with nil function in desktop-minor-mode-table.  Don't delete
5054         desktop file before rewriting it.
5055         (desktop-locals-to-save): Add autoload cookie.  Don't make
5056         automatically buffer-local.  Add variables column-number-mode,
5057         size-indication-mode, indent-tabs-mode,
5058         indicate-buffer-boundaries, indicate-empty-lines and
5059         show-trailing-whitespace.
5060         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5061         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5062         (desktop-clear-preserve-buffers-regexp): Delete.
5063         (desktop-clear-preserve-buffers): Update initial value and docstring.
5064         (desktop-save-buffer): Fix doc string.
5066         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5067         (hilit-chg-desktop-restore): New function.
5068         (highlight-changes-mode): Add highlight-changes-mode to
5069         desktop-locals-to-save.
5071         * dired.el: Add handler to desktop-buffer-mode-handlers.
5072         (dired-restore-desktop-buffer): Remove autoload cookie.
5073         (dired-mode): Add autoload cookie.
5075         * info.el: Add handler to desktop-buffer-mode-handlers.
5076         (Info-restore-desktop-buffer): Remove autoload cookie.
5077         (Info-mode): Add autoload cookie.
5079         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5080         (mh-restore-desktop-buffer): Remove autoload cookie.
5081         (mh-folder-mode): Add autoload cookie.
5083         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5084         (rmail-restore-desktop-buffer): Remove autoload cookie.
5086 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5088         * hexl.el (hexl-address-region):
5089         (hexl-ascii-region, hexl-font-lock-keywords):
5090         (hexl-highlight-line-range): Use the term "region"
5091         instead of "area" for consistency with the other symbols
5092         defined in hexl.el.
5094 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5096         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5097         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5098         out by Juri Linkov).  Add `display-battery-mode'.
5100 2005-08-09  Juri Linkov  <juri@jurta.org>
5102         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5103         Remove `-text' from face variable names.
5104         (compilation-error-file-name, compilation-warning-file-name)
5105         (compilation-info-file-name): Delete faces.
5106         (compilation-line-number, compilation-column-number):
5107         Remove face underlining.
5108         (compilation-message-face): Set to `underline' value by default.
5109         (compilation-error-face, compilation-warning-face)
5110         (compilation-info-face): Remove `-file-name' from face names.
5111         (compilation-error-text-face, compilation-warning-text-face)
5112         (compilation-info-text-face): Delete face variables.
5113         (compilation-text-face): Delete function.
5115         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5116         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5117         (grep-error-face): Set to `compilation-error' instead of
5118         `compilation-error-face' (which is redefined to `grep-hit-face' in
5119         grep buffers).
5120         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5121         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5123         * dired-aux.el (dired-do-query-replace-regexp):
5124         Use `query-replace-read-args'.
5126         * replace.el (query-replace-read-from, query-replace-read-to)
5127         (query-replace-read-args): Rename arg `string' to `prompt'.
5129         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5131 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5133         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5134         uploading files.
5135         (ange-ftp-canonize-filename): Handle file names beginning with ~
5136         correctly.
5138 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5140         * textmodes/fill.el (canonically-space-region)
5141         (fill-context-prefix, fill-french-nobreak-p)
5142         (fill-delete-newlines, fill-comment-paragraph)
5143         (justify-current-line): "?\ " -> "?\s".
5145 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5147         * textmodes/fill.el (fill-nonuniform-paragraphs):
5148         Improve argument/docstring consistency.
5150 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5152         * textmodes/ispell.el (ispell-word): More fboundp checks.
5154         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5155         (find-file-noselect-1): Call it here, only if RAWFILE.
5156         (normal-mode): Always set some major mode.
5157         (save-some-buffers-action-alist): Change some explanation strings.
5158         (file-name-non-special): In the `quote' method, use unwind-protect.
5160 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5162         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5163         (ispell-have-aspell-dictionaries): New variable.
5164         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5165         (ispell-get-aspell-config-value): New function.
5166         (ispell-aspell-find-dictionary): New function.
5167         (ispell-aspell-add-aliases): New function.
5168         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5169         appropriate.  Don't look for ispell dictionaries if we use aspell.
5170         (ispell-menu-map): Don't build a submenu of dictionaries.
5172 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5174         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5175         (sql-read-passwd): Use read-passwd.
5177         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5178         (idlwave-toolbar-is-possible): Add defvars.
5180         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5181         Avoid warnings.
5183         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5184         (idlwave-system-class-info, idlwave-executive-commands-alist):
5185         Use defvar.
5187         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5189         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5190         Avoid warnings.
5192         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5193         and content-type: headers.
5195         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5197         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5198         and rename some of them to be more self-explanatory.
5200         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5202         * startup.el (command-line-1): Implement -scriptload.
5204         * replace.el (occur-engine): Initial *Occur* output not undoable.
5206         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5207         and improve help strings.
5209         * isearch.el (isearch-repeat): When changing direction,
5210         mark search successful.
5212         * ediff-init.el: Use (featurep 'xemacs).
5214         * comint.el (send-invisible): Identify buffer, if not selected.
5216         * align.el: Delete autoload for c-guess-basic-syntax.
5218 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5220         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5221         Improve argument/docstring consistency.  Doc fixes.
5222         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5223         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5224         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5225         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5226         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5227         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5228         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5229         Defvar at compile time.
5231 2005-08-09  Juri Linkov  <juri@jurta.org>
5233         * info.el: Replace `info' with upper-case `Info' where appropriate.
5234         (info-title-1, info-title-2, info-title-3, info-title-4)
5235         (info-menu-header): Move up face definitions.
5236         (info-menu-star): Rename from `info-menu-5'.
5237         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5238         (Info-fontify-visited-nodes): Fix docstring.
5239         (Info-hide-note-references): Fix docstring.
5240         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5241         menu items in the same way as on cross-references.
5242         (info-apropos): Fix sorting order and formatting to be like in the
5243         stand-alone Info browser.  Display error messages for 1 sec.
5244         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5245         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5246         from the menu bar.
5247         (Info-insert-dir): Restore point after calling
5248         `insert-buffer-substring'.
5250 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5252         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5253         (recompute-lucid-menubar): Add defvars.
5255         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5257         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5259         * net/net-utils.el (run-dig): Rename from `dig'.
5261         * play/gametree.el (gametree-mode): Use make-local-variable,
5262         not make-variable-buffer-local.
5264         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5266         * ansi-color.el (ansi-color-make-extent)
5267         (ansi-color-set-extent-face): Use fboundp, not functionp.
5269         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5270         not make-variable-buffer-local.
5272         * bookmark.el (Info-current-file): Add defvar.
5273         (bookmark-jump-noselect): Use with-no-warnings.
5275         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5277         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5279         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5281         * find-file.el (ada-procedure-start-regexp)
5282         (ada-package-start-regexp): Add defvars.
5284         * info.el (Info-insert-dir): Use insert-buffer-substring.
5286         * xml.el (xml-att-def-re): Add defvar.
5288         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5289         calling convention.
5291         * subr.el (while-no-input): Return t if there is input.
5293 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5295         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5297 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5299         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5300         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5302 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5304         * cmuscheme.el (scheme-start-file): Replace reference to
5305         `user-emacs-directory' by "~/.emacs.d/".
5307 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5309         * info.el (Info-dir-remove-duplicates): Avoid case folding
5310         in loop; instead, keep downcased strings for comparison.
5311         Suggested by Helmut Eller.
5313 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5315         Sync with Tramp 2.0.50.
5317         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5318         XEmacs case; not necessary anymore.
5319         (tramp-user-regexp): Allow "@" as part of user name.
5320         (tramp-handle-set-visited-file-modtime)
5321         (tramp-handle-insert-file-contents)
5322         (tramp-handle-write-region): No special handling for
5323         `last-coding-system-used, because this is done in
5324         `tramp-accept-process-output' now.
5325         (tramp-accept-process-output): New defun.
5326         (tramp-process-one-action, tramp-process-one-multi-action)
5327         (tramp-wait-for-regexp, tramp-wait-for-output)
5328         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5329         Howells <dhowells@redhat.com>.
5330         (clear-visited-file-modtime): Defadvice removed.  The check for
5331         unset buffer's modtime does not need to be based on
5332         `tramp-buffer-file-attributes'.  Suggested by RMS.
5333         (tramp-message): Insert "\n" if not being at beginning of line.
5334         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5335         sequence with same logic.
5336         (tramp-completion-handle-expand-file-name): Discard call of
5337         `tramp-drop-volume-letter'.  It is not necessary, and there have
5338         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5339         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5340         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5341         should always be visible.
5342         (tramp-handle-insert-directory, tramp-setup-complete)
5343         (tramp-set-process-query-on-exit-flag)
5344         (tramp-append-tramp-buffers): Pacify byte-compiler.
5345         (tramp-bug): Delete non-existing variables from list.
5346         Apply `tramp-load-report-modules' as pre-hook.
5347         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5348         `shell-prompt-pattern' because of non-7bit characters.
5349         Reported by Sebastian Luque <sluque@mun.ca>.
5350         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5351         (tramp-match-string-list): Remove function.
5352         (tramp-wait-for-regexp): Remove call of that function.
5353         Suggested by Kim F. Storm <storm@cua.dk>.
5354         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5355         instead of octal character code ?\600.  The latter resulted in a
5356         syntax error with XEmacs.
5358         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5359         XEmacs case; not necessary anymore.
5360         (tramp-smb-handle-write-region): No special handling for
5361         `last-coding-system-used, because this is done in
5362         `tramp-accept-process-output' now.
5363         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5365 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5367         * wid-edit.el (widget-choice-value-create):
5368         Unconditionally respect user choice.  Set :explicit-choice back to nil
5369         when no longer needed.
5370         (widget-choice-action): Unconditionally respect user choice.
5371         Eliminate :explicit-choice-value.
5373         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5375         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5376         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5377         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5378         running new function `toggle-indicate-empty-lines'.
5379         Rename "Customize" item to "Customize fringe".
5380         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5381         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5382         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5383         Delete "Empty lines only" item.
5384         (menu-bar-showhide-fringe-ind-customize): New function.
5385         (menu-bar-showhide-fringe-ind-mixed)
5386         (menu-bar-showhide-fringe-ind-box)
5387         (menu-bar-showhide-fringe-ind-right)
5388         (menu-bar-showhide-fringe-ind-left)
5389         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5390         instead of `fringe-indicators'.
5392 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5394         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5395         Change the date of last update.
5397 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5399         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5400         (viper-exec-yank, viper-put-back): Don't display modification msg
5401         if in the minibuffer.
5403         * viper-init.el (viper-replace-overlay-cursor-color)
5404         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5405         Make variables frame local.
5407         * viper-util.el (viper-append-filter-alist): Use append instead of
5408         nconc.
5410         * viper.el (viper-vi-state-mode-list)
5411         (viper-emacs-state-mode-list): Move help-mode and
5412         completion-list-mode from the first list to the second.
5413         (viper-mode): Docstring.
5414         (viper-go-away, viper-non-hook-settings): Don't localize
5415         minor-mode-alist in newer Emacsen.  Add advice to
5416         set-cursor-color.  Don't bind "\C-c\\".
5418 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5420         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5421         (scheme-macro-expand-command): New user options.
5422         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5423         (scheme-form-at-point, scheme-start-file)
5424         (scheme-interactively-start-process): New functions.
5425         (scheme-get-process): New function, extracted from `scheme-proc'.
5426         (run-scheme): Call `scheme-start-file' to get start file, and pass
5427         it to `make-comint'.
5428         (switch-to-scheme, scheme-proc):
5429         Call `scheme-interactively-start-process' if no Scheme buffer/process
5430         is available.
5432 2005-08-06  Juri Linkov  <juri@jurta.org>
5434         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5435         Use `compilation-text-face', `compilation-info-text-face' and
5436         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5437         (compilation-error): New face.
5438         (compilation-error-file-name): Inherit from
5439         `compilation-error' instead of `font-lock-warning-face'.
5440         (compilation-warning-file-name): Inherit from
5441         `compilation-warning' instead of `font-lock-warning-face'.
5442         (compilation-info, compilation-error-file-name)
5443         (compilation-warning-file-name, compilation-info-file-name)
5444         (compilation-line-number, compilation-column-number): Doc fix.
5445         (compilation-error-text-face, compilation-warning-text-face)
5446         (compilation-info-text-face): New face variables.
5447         (compilation-line-face, compilation-column-face)
5448         (compilation-enter-directory-face)
5449         (compilation-leave-directory-face): Doc fix.
5450         (compilation-text-face): New function.
5452         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5453         instead of 1 to display binary file names as info file links.
5454         (grep-error-face): Use `compilation-error-face' instead of
5455         `font-lock-keyword-face'.
5456         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5457         and `compilation-warning-text-face' instead of
5458         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5459         instead of `grep-error-face'.
5461 2005-08-05  Kenichi Handa  <handa@m17n.org>
5463         * international/code-pages.el: Add autoload cookies for all coding
5464         systems.
5466 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5468         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5470 2005-08-04  Juri Linkov  <juri@jurta.org>
5472         * progmodes/compile.el (compilation-mode-map):
5473         * progmodes/grep.el (grep-mode-map):
5474         Bind TAB to `compilation-next-error' and [backtab] to
5475         `compilation-previous-error'.
5477         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5478         matching line numbers, column numbers and their ranges with regexp
5479         matching only line numbers.
5480         (grep-context-face): New face variable.
5481         (grep-mode-font-lock-keywords): Use it.
5483         * faces.el (read-face-name): Delete duplicate faces.
5485 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5487         * thumbs.el (thumbs-find-image): Don't make variables
5488         automatically buffer local.
5489         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5490         (thumbs-image-num): Make automatically buffer local.
5491         (thumbs-show-thumbs-list): Use `make-local-variable', not
5492         `make-variable-buffer-local'.
5493         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5495         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5496         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5497         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5498         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5499         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5500         (feelings-about, foullst, found, hello, history, howareyoulst)
5501         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5502         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5503         (neglst, obj, object, owner, please, problems, qlist)
5504         (random-adjective, relation, remlst, repetitive-shortness)
5505         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5506         (shortlst, something, sportslst, stallmanlst, states, subj)
5507         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5508         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5509         Defvar at compile time.
5511         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5512         not `make-variable-buffer-local'.
5514 2005-08-02  Kim F. Storm  <storm@cua.dk>
5516         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5517         rectangle overlay in selected window.
5519 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5521         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5522         instead of display group.  Make `indicate-buffer-boundaries'
5523         customizable through Custom.
5525 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5527         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5528         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5529         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5530         (gdb-put-string): Fix typos in docstrings.
5532 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5534         Update copyright notices of files in progmodes directory for
5535         release of Emacs 22.1.
5537         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5539         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5540         Don't barf if the GUD buffer has been killed.
5542 2005-08-01  Kim F. Storm  <storm@cua.dk>
5544         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5546 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * simple.el (next-error-follow-minor-mode):
5549         make-variable-buffer-local -> make-local-variable.
5551         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5553         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5554         (byte-compile-form-make-variable-buffer-local): New functions to warn
5555         about misuses of make-variable-buffer-local where make-local-variable
5556         was meant.
5558 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5560         * bs.el (bs-attributes-list): Doc fix.
5561         (bs): Update url-link.
5563         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5564         (desktop-load-default): Simplify.
5566         * ibuffer.el (ibuffer-columnize-and-insert-list)
5567         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5568         (ibuffer-unmark-all, ibuffer-toggle-marks)
5569         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5570         (ibuffer-compile-make-format-form, ibuffer-format-column)
5571         (ibuffer-current-buffers-with-marks)
5572         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5573         (ibuffer): Doc fix.
5574         (ibuffer-mode): Fix typo in docstring.
5575         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5576         with `define-obsolete-variable-alias'.
5577         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5579 2005-07-29  Kenichi Handa  <handa@m17n.org>
5581         * international/mule-cmds.el (select-message-coding-system):
5582         Be sure to use LF for end-of-line.  If no coding system is decided,
5583         return iso-8859-1-unix.
5585 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5588         (ange-ftp-pending-error-line): New vars.
5589         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5590         to handle the non-fatal no-route-to-host messages.
5591         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5593 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5595         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5596         (isearch-quote-char, isearch-printing-char)
5597         (isearch-text-char-description): "?\ " -> "?\s".
5598         (isearch-lazy-highlight-cleanup)
5599         (isearch-lazy-highlight-initial-delay)
5600         (isearch-lazy-highlight-interval)
5601         (isearch-lazy-highlight-max-at-a-time)
5602         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5603         Declare with define-obsolete-*-alias macros.
5604         (isearch-forward): Fix typo in docstring.
5605         (search-invisible, search-ring-yank-pointer)
5606         (regexp-search-ring-yank-pointer): Doc fixes.
5608         * recentf.el (recentf-menu-append-commands-p): Declare with
5609         `define-obsolete-variable-alias'.
5610         (recentf-max-saved-items, recentf-menu-filter)
5611         (recentf-arrange-by-rule-subfilter): Doc fixes.
5612         (recentf-menu-append-commands-flag)
5613         (recentf-initialize-file-name-history, recentf-expand-file-name)
5614         (recentf-clear-data): Fix typos in docstrings.
5616 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5618         * progmodes/gdb-ui.el: Smarten comments.
5619         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5621 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5623         * term/apollo.el (terminal-init-apollo): New function containing
5624         all former top level forms in the file.
5625         * term/bobcat.el (terminal-init-bobcat):
5626         * term/cygwin.el (terminal-init-cygwin):
5627         * term/iris-ansi.el (terminal-init-iris-ansi):
5628         * term/linux.el (terminal-init-linux):
5629         * term/news.el (terminal-init-news):
5630         * term/rxvt.el (terminal-init-rxvt):
5631         * term/sun.el (terminal-init-sun):
5632         * term/tvi970.el (terminal-init-tvi970):
5633         * term/vt100.el (terminal-init-vt100):
5634         * term/vt102.el (terminal-init-vt102):
5635         * term/vt125.el (terminal-init-vt125):
5636         * term/vt200.el (terminal-init-vt200):
5637         * term/vt201.el (terminal-init-vt201):
5638         * term/vt220.el (terminal-init-vt220):
5639         * term/vt240.el (terminal-init-vt240):
5640         * term/vt300.el (terminal-init-vt300):
5641         * term/vt320.el (terminal-init-vt320):
5642         * term/vt400.el (terminal-init-vt400):
5643         * term/vt420.el (terminal-init-vt420):
5644         * term/wyse50.el (terminal-init-wyse50):
5645         * term/xterm.el (terminal-init-xterm): Likewise.
5647         * term/README: Describe the terminal-init-* functionality.
5649         * startup.el (command-line): After loading the terminal initialization
5650         file call the corresponding terminal initialization function.
5652 2005-07-27  Kenichi Handa  <handa@m17n.org>
5654         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5655         negative.
5657         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5658         (ps-mule-composition-prologue): Fix for the case that
5659         RelativeCompose is false.
5661 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5665         * descr-text.el (describe-char): Handle the case where the list of
5666         chars is displayed in a separate frame.
5667         Be a bit more discriminating when looking for the char.
5669 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5671         * bookmark.el (bookmark-automatically-show-annotations)
5672         (bookmark-read-annotation-text-func): Doc fixes.
5673         (bookmark-save): Improve argument/docstring consistency.
5674         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5675         (bookmark-alist-from-buffer)
5676         (bookmark-upgrade-file-format-from-0)
5677         (bookmark-grok-file-format-version)
5678         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5679         (bookmark-read-annotation-mode)
5680         (bookmark-insert-current-bookmark, bookmark-jump)
5681         (bookmark-exit-hook): Fix typos in docstrings.
5682         (bookmark-exit-hooks): Define as obsolete alias.
5683         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5684         not `bookmark-exit-hooks'.  Fix docstring.
5685         (bookmark-bmenu-select): "?\ " -> "?\s".
5687 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5689         * startup.el (command-line): Fix typo.
5691 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5693         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5694         not emacs-quick-startup.
5696 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5698         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5699         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5700         instead of `reb-with-current-window'.
5701         (reb-prev-match): Likewise.  Also, don't move left if the search
5702         was unsuccessful.
5703         (reb-initialize-buffer): New function.
5704         (re-builder, reb-change-syntax): Use it.
5706         * man.el (Man-goto-page): Make second argument NOERROR optional.
5708 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5710         * man.el (Man-bgproc-sentinel): Check here for failure to find
5711         any man page in the output, and report the error here.
5712         (Man-arguments): Make it permanent local.
5713         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5714         (Man-mode): Pass t for NOERROR.
5716         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5717         (grep-mode-font-lock-keywords):
5718         Don't use compilation-...-face for messages that are not file names.
5720         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5721         Don't use compilation-...-face for messages that are not file names.
5723 2005-07-22  Juri Linkov  <juri@jurta.org>
5725         * startup.el (normal-splash-screen): Update menu name.
5727         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5729 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5731         * term/xterm.el: Load term/rxvt if the terminal is actually an
5732         rxvt terminal.
5733         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5735         * term/rxvt.el (function-key-map): Use substitute-key-definition
5736         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5738         * term/cygwin.el: New file.
5740 2005-07-22  Kim F. Storm  <storm@cua.dk>
5742         * image-file.el (insert-image-file, image-file-yank-handler):
5743         Fix last change to maintain a (unique) yank-handler on yanked images.
5745 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5747         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5748         of the file size (as in "177B" for 177 bytes).  This happens with
5749         "ls -lh" on FreeBSD.
5751 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5753         * hilit-chg.el (highlight-changes-global-initial-state)
5754         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5755         (hilit-chg-fixup, highlight-changes-mode):
5756         Fix typos in docstrings.
5757         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5758         Doc fixes.
5760 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5762         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5763         mode function using `eval-after-load'.
5765 2005-07-21  Kim F. Storm  <storm@cua.dk>
5767         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5768         included when reporting an emacs crash, and tell about the DEBUG file.
5770         * image-file.el (insert-image-file): Add yank-handler.
5771         (image-file-yank-handler): Yank handler to make unique copies of
5772         images when they are yanked into a buffer next to each other.
5774 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5776         * comint.el (comint-use-prompt-regexp, comint-send-input)
5777         (comint-source-default, comint-extract-string)
5778         (comint-get-source, comint-word, comint-completion)
5779         (comint-source, comint-prompt-read-only, comint-update-fence):
5780         Fix typos in docstrings.
5781         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5782         Declare with define-obsolete-*-alias macros.
5783         (comint-previous-matching-input-from-input)
5784         (comint-next-matching-input-from-input)
5785         (comint-previous-matching-input, comint-next-matching-input)
5786         (comint-forward-matching-input):
5787         Improve argument/docstring consistency.
5789         * desktop.el (desktop-clear-preserve-buffers-regexp):
5790         Also preserve the *server* buffer.
5792         * simple.el (clone-indirect-buffer): Doc fix.
5793         (fixup-whitespace, just-one-space)
5794         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5795         (next-error, next-error-highlight)
5796         (next-error-highlight-no-select, next-error-last-buffer)
5797         (next-error-buffer-p, next-error-find-buffer, next-error)
5798         (previous-error, next-error-no-select, previous-error-no-select)
5799         (open-line, split-line, minibuffer-prompt-width, kill-new)
5800         (binary-overwrite-mode): Fix typos in docstrings.
5801         (set-fill-column): Fix typo in message.
5803         * skeleton.el (skeleton-proxy-new): Doc fix.
5805         * strokes.el (strokes-load-hook): Doc fix.
5806         (strokes-grid-resolution, strokes-get-grid-position)
5807         (strokes-renormalize-to-grid, strokes-read-stroke)
5808         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5809         (strokes-global-map): Fix typos in docstrings.
5810         (strokes-help): Doc fix.  Fix help message and pass it through
5811         `substitute-command-keys'.
5813         * tempo.el (tempo-insert-prompt, tempo-interactive)
5814         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5815         (tempo-insert-string-functions, tempo-local-tags)
5816         (tempo-define-template, tempo-insert-template)
5817         (tempo-insert-prompt-compat, tempo-is-user-element)
5818         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5819         Fix typos in docstrings.
5821         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5822         (vcursor-key-bindings, vcursor-use-vcursor-map)
5823         (vcursor-find-window, vcursor-scroll-down)
5824         (vcursor-disable, vcursor-beginning-of-buffer)
5825         (vcursor-end-of-buffer): Fix typos in docstrings.
5826         (vcursor-relative-move, vcursor-get-char-count):
5827         Improve argument/docstring consistency.
5829         * version.el: "?\ " -> "?\s".
5831         * wid-edit.el (widget-default-create, widget-after-change)
5832         (widget-default-format-handler, widget-checklist-add-item)
5833         (widget-radio-add-item, widget-choose, widget-specify-secret)
5834         (widget-field-value-create, widget-field-value-get)
5835         (widget-editable-list-format-handler)
5836         (widget-editable-list-entry-create, widget-group-value-create)
5837         (widget-documentation-link-add)
5838         (widget-documentation-string-value-create): "?\ " -> "?\s".
5839         (widget-convert-text): Doc fix.
5840         (widget-narrow-to-field, widget-field-find)
5841         (widget-url-link-action, widget-emacs-library-link-action)
5842         (widget-color-notify): Fix typos in docstrings.
5844         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5845         (x-select-text, set-w32-system-coding-system)
5846         (w32-add-charset-info): Fix typos in docstrings.
5848         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5849         (cua-enable-cua-keys, cua-use-hyper-key)
5850         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5851         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5853         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5855         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5856         `defalias' instead of faking it.
5858         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5859         (eshell-ls-missing, eshell-ls-dired-initial-args)
5860         (eshell-ls-use-in-dired): Fix typos in docstrings.
5862 2005-07-20  Kim F. Storm  <storm@cua.dk>
5864         * emulation/cua-base.el (cua-mode): Improve doc string.
5866 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5868         * abbrev.el (expand-region-abbrevs): Doc fix.
5869         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5870         Improve argument/docstring consistency.
5872         * arc-mode.el (archive-get-descr, archive-alternate-display):
5873         Doc fixes.
5874         (archive-l-e): Improve argument/docstring consistency.
5875         (archive-tmpdir, archive-unixdate, archive-unixtime)
5876         (archive-chmod-entry): Fix typos in docstrings.
5877         (archive-unflag, archive-unflag-backwards)
5878         (archive-unmark-all-files): "?\ " -> "?\s".
5880         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5881         (Buffer-menu-not-modified, Buffer-menu-execute)
5882         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5883         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5885         * composite.el (compose-string, encode-composition-rule)
5886         (compose-last-chars): Fix typos in docstrings.
5888         * desktop.el (desktop-enable, desktop-basefilename):
5889         Declare with `define-obsolete-variable-alias'.
5890         (desktop-internal-v2s): Don't quote keywords.
5891         (desktop-clear): "?\ " -> "?\s".
5893         * dired.el (dired-align-file, dired-flag-backup-files)
5894         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5895         (dired-listing-switches, dired-ls-F-marks-symlinks)
5896         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5897         (dired-directory, dired-faces, dired, dired-revert)
5898         (dired-mode, dired-summary, dired-view-file)
5899         (dired-copy-filename-as-kill, dired-delete-file)
5900         (dired-no-confirm, dired-unmark-all-marks)
5901         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5902         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5903         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5904         Fix typos in message strings.
5906         * dired-x.el (virtual-dired): Declare with `defalias'.
5907         (dired-mark-unmarked-files, dired-local-variables-file)
5908         (dired-omit-here-always): Doc fix.
5909         (dired-omit-mode, dired-find-subdir)
5910         (dired-enable-local-variables, dired-clean-up-buffers-too)
5911         (dired-extra-startup, dired-mark-extension, dired-jump)
5912         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5913         (dired-smart-shell-command, dired-guess-shell-alist-user)
5914         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5915         (dired-x-bind-find-file, dired-x-submit-report):
5916         Fix typos in docstrings.
5917         (dired-mark-unmarked-files): "?\ " -> "?\s".
5919         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5921         * faces.el (describe-face): "?\ " -> "?\s".
5922         (read-all-face-attributes, read-face-font, modify-face)
5923         (face-attr-construct, italic): Fix typos in docstrings.
5924         (frame-update-face-colors): Declare with
5925         `define-obsolete-function-alias'.
5927         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5928         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5929         (magic-mode-alist, buffer-file-numbers-unique)
5930         (write-file-functions, get-free-disk-space):
5931         Fix typos in docstrings.
5932         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5933         (write-contents-hooks, write-file-hooks):
5934         Declare with `define-obsolete-variable-alias'.
5936         * forms-d2.el (arch-rj): Fix typo in docstrings.
5937         (arch-tocol): Likewise.  "?\ " -> "?\s".
5939         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5940         Fix typo in docstring.
5941         (set-screen-width, set-screen-height): Delete redundant info in
5942         doctrings.
5943         (new-frame, screen-height, screen-width): Declare with
5944         `define-obsolete-function-alias'.
5945         (delete-frame-hook, blink-cursor): Declare with
5946         `define-obsolete-variable-alias'.
5948         * paths.el (prune-directory-list): Fix typos in docstring.
5950         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5951         (cvs-prefix-get): Fix typos in docstrings.
5953         * ps-print.el (ps-extend-face-list, ps-extend-face)
5954         (ps-print-background-image): Fix typos in docstrings.
5955         (ps-default-fg, ps-default-bg): Doc fixes.
5957         * s-region.el (s-region-bind): Doc fix.
5958         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5960         * textmodes/org.el (org-table-formula-substitute-names)
5961         (org-table-get-vertical-vector): Doc fixes.
5962         (org-table-recalculate): Remove unused argument to `message'.
5964 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
5966         * textmodes/org.el (org-table-column-names)
5967         (org-table-column-name-regexp)
5968         (org-table-named-field-locations): New variables.
5969         (org-archive-subtree): Protect `this-command' when calling
5970         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5971         the kill buffer.
5972         (org-complete): Remove fixed-formula completion.
5973         (org-edit-formulas-map): New variable.
5974         (org-table-edit-formulas): New command.
5975         (org-finish-edit-formulas, org-abort-edit-formulas)
5976         (org-show-variable, org-table-get-vertical-vector): New functions.
5977         (org-table-maybe-eval-formula): Handle `:=' fields.
5978         (org-table-get-stored-formulas, org-table-store-formulas)
5979         (org-table-get-formula, org-table-modify-formulas)
5980         (org-table-replace-in-formulas): Handle named field formulas.
5981         (org-table-get-specials): Store locations of named fields.
5983 2005-07-19  Juri Linkov  <juri@jurta.org>
5985         * progmodes/grep.el (grep-regexp-alist)
5986         (grep-mode-font-lock-keywords, grep-process-setup):
5987         Use default GNU grep match color "01;31m" instead of "01;41m".
5988         (grep-regexp-alist, grep-mode-font-lock-keywords):
5989         Use `\\[[0-9]*m' instead of `\\[00m'.
5990         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5991         sgr_start where its handling is more important.  Use the real
5992         length of sgr_start instead of constant 8.
5993         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5994         specially.  Delete all remaining escape sequences.
5995         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5996         (grep-regexp-alist): Make hyperlink only for binary file name
5997         instead of the whole line.
5998         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5999         (grep-mode): Add autoload.
6001         * emacs-lisp/find-func.el (find-function-regexp):
6002         Add `define-compilation-mode'.
6004 2005-07-19  Juri Linkov  <juri@jurta.org>
6006         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6007         (compare-windows-sync-string-size, compare-windows-recenter)
6008         (compare-windows-highlight, compare-windows): Add version 22.1.
6009         (compare-windows) <defface>: Inherit from lazy-highlight instead
6010         of duplicating its default value.
6012         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6013         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6015         * descr-text.el (describe-char): Create link buttons for `charset'
6016         and `code point'.  Add the current input method name with a link
6017         button to `to input' field.  Print face names of display table
6018         characters in `The display table entry is displayed by' section
6019         instead of printing face-id in the `display' field.
6020         Guess hardcoded faces and create a link button for them.
6021         Skip empty fields when calculating max-width.
6022         Treat `widget-create' specially while inserting strings from the
6023         collected field list.
6024         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6026         * diff-mode.el (diff-file-header): Change foreground color from
6027         yellow to green on light backgrounds.
6028         (diff-context): Inherit from `shadow' only for color/grayscale
6029         with more than 88 colors.
6030         (diff-indicator-removed, diff-indicator-added)
6031         (diff-indicator-changed): New faces.
6032         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6033         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6034         font-lock-comment-delimiter-face and font-lock-comment-face.
6035         Add `#' to ^[^...] in the rule for `diff-context-face'.
6037         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6038         a button-like box.  Inherit from `highlight' on low colors.
6039         (shadow): Use shades of gray only for color/grayscale with
6040         more than 88 colors.  Use green for light backgrounds with
6041         8 colors, and yellow for dark backgrounds with 8 colors.
6043         * font-lock.el (font-lock-regexp-grouping-backslash):
6044         Don't inherit from escape-glyph (use bold for all cases).
6046         * info.el (info-xref-visited): Use light foreground color `violet'
6047         for dark backgrounds instead of dark color `magenta3'.
6048         (info-title-1): Use `yellow' color for dark backgrounds.
6050         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6051         too-light magenta2.
6053         * replace.el (match): Use slightly more light RoyalBlue3 instead
6054         of dark RoyalBlue4.
6056         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6058 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6060         * novice.el (disabled-command-hook): Declare it with
6061         `define-obsolete-variable-alias'.
6063         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6064         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6065         (desktop-load-default): Add release to obsolescence info.
6066         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6067         (desktop-append-buffer-args, desktop-read):
6068         Fix typos in docstrings.
6069         (desktop-kill): Fix typo in message.
6070         (desktop-save): Doc fix.
6072 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6074         * viper-cmd.el (viper-escape-to-state): Bug fix.
6075         (viper-envelop-ESC-key): Change the definition of fast
6076         keysequence so it'll work with keyboard macros.
6078         * ediff.el (ediff-patch-buffer): Change the docstring.
6080 2005-07-19  Kenichi Handa  <handa@m17n.org>
6082         * international/mule-cmds.el (select-safe-coding-system): Try to
6083         use an auto-coding (if any) before anything else.  If the found
6084         auto-coding is invalid, show a warning message.
6086         * international/mule.el (find-auto-coding): New function created
6087         by modifying the body of set-auto-coding.
6088         (set-auto-coding): Use find-auto-coding to find a coding.
6090 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6092         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6093         not isearch-mode-end-hook-error.
6094         (allout-before-change-protect): Fix error message.
6096 2005-07-18  Juri Linkov  <juri@jurta.org>
6098         * allout.el (allout-mode):
6099         * calculator.el (calculator-copy):
6100         * custom.el (custom-known-themes):
6101         * dired.el (dired-desktop-buffer-misc-data)
6102         (dired-restore-desktop-buffer):
6103         * dired-x.el (dired-omit-marker-char):
6104         * files.el (basic-save-buffer):
6105         * font-core.el (font-lock-mode):
6106         * calendar/calendar.el (calendar-goto-hebrew-date)
6107         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6108         (calendar-goto-persian-date):
6109         * language/ethio-util.el (ethio-sera-to-fidel-region):
6110         * textmodes/picture.el (picture-mode):
6111         Delete duplicate duplicate words.
6113 2005-07-18  Juri Linkov  <juri@jurta.org>
6115         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6116         chars * ? } |.
6117         (isearch-fallback): Don't call `isearch-process-search-char'.
6118         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6119         (isearch-process-search-char): Call `isearch-fallback' for regexp
6120         chars * ? } |.
6121         (isearch-return-char): Make obsolete with `make-obsolete' instead
6122         of simply documenting it as obsolete in the docstring.
6123         (isearch-fallback): Refill docstring.
6125         * international/isearch-x.el
6126         (isearch-process-search-multibyte-characters): Remove unneeded
6127         `concat'.  Add intermediate values to `junk-hist' instead of
6128         `minibuffer-history'.  Test the length of `str'.
6130 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6132         * allout.el (allout-resolve-xref): Fix typos in error strings.
6133         (allout-before-change-protect): Remove unneeded `concat'.
6135         * array.el (array-mode, array-reconfigure-rows)
6136         (untabify-backward): Fix typos in docstrings.
6137         (array-reconfigure-rows): Use `insert-buffer-substring', not
6138         `insert-buffer'.
6140         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6141         * progmodes/ada-mode.el (ada-make-body):
6142         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6144         * dired.el (dired-log):
6145         * tar-mode.el (tar-subfile-save-buffer):
6146         * play/zone.el (zone-pgm-stress-destress):
6147         Use `insert-buffer-substring', not `insert-buffer'.
6149 2005-07-17  Simon Josefsson  <jas@extundo.com>
6151         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6153 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6155         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6156         Add plain auth method.
6157         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6159 2005-07-17  Kim F. Storm  <storm@cua.dk>
6161         * ido.el (dired-other-window): Add ido property.
6163 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6165         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6166         Fix typo in docstring.
6167         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6168         `insert-file-literally'.
6170         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6171         info and delete redundant message.  Doc fix.
6172         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6173         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6175 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6177         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6178         (byte-compile-and): Use byte-compile-and-recursion.
6179         (byte-compile-or-recursion): New function.
6180         (byte-compile-or): Use that.
6181         (byte-compile-if): Guard the else-clause too.
6182         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6184         * isearch.el (isearch-mode-end-hook-quit): New variable.
6185         (isearch-done): Bind it.
6186         (isearch-mode-end-hook): Doc fix.
6188         * allout.el (allout-isearch-did-quit): Variable deleted.
6189         (allout-real-isearch-abort): Function name no longer used.
6190         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6191         (allout-isearch-rectification): isearch-mode always exists.
6192         Don't set allout-isearch-did-quit.
6193         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6194         allout-isearch-did-quit.
6195         (allout-enwrap-isearch): Just add the hook.
6196         (allout-isearch-abort): Function deleted.
6197         (allout-pre-command-business): Avoid warning.
6199         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6200         Correctly avoid warnings.
6201         (pascal-outline): Likewise.
6203         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6205         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6207         * play/tetris.el (tetris-mode): Avoid warning.
6209         * play/snake.el (snake-mode): Avoid warning.
6211         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6212         (gamegrid-set-display-table): Avoid warning.
6213         (gamegrid-set-timer): Likewise.
6214         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6215         (gamegrid-add-score-with-update-game-score-1): Take FILE
6216         as argument.
6217         (gamegrid-add-score-with-update-game-score): Pass that argument.
6218         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6220         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6222         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6223         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6225         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6226         and insert-file.
6228         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6229         (sc-ask): Avoid warnings.
6231         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6232         (eshell-hist-initialize): Use that var the natural way.
6234         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6236         * emacs-lisp/re-builder.el (reb-cook-regexp):
6237         Avoid warning calling lre-compile-string.
6238         (reb-color-display-p): Avoid warning.
6240         * calculator.el (calculator-last-input): Guard uses
6241         of event-key and key-press-event-p.
6242         (event-key, key-press-event-p): Delete definitions.
6244         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6245         (find-gc-source-directory, find-gc-subrs-callers)
6246         (find-gc-noreturn-list, find-gc-source-files)
6247         (find-gc-subrs-called): Vars renamed and defvar'd.
6249         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6250         (checkdoc-overlay-put, checkdoc-delete-overlay)
6251         (checkdoc-overlay-start, checkdoc-overlay-end)
6252         (checkdoc-mode-line-update, checkdoc-char=):
6253         Define such that compiler knows they are defined.
6254         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6255         (checkdoc-read-event): Delete.  Use read-event directly.
6257         * whitespace.el (whitespace-make-overlay)
6258         (whitespace-overlay-put, whitespace-delete-overlay)
6259         (whitespace-overlay-start, whitespace-overlay-end):
6260         Define such that compiler knows they are defined.
6261         (whitespace): Move conditional inside.
6263         * tempo.el (tempo-insert-template): Suppress warning.
6265         * ediff-diff.el (longlines-mode): Add defvar.
6267 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6269         * server.el: Bind "C-x #" in a way that works even if C-x is
6270         redefined to a command key, not a prefix key.
6272 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6274         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6275         cl-make-type-test till execution time.
6277 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6279         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6280         arg ARG and use it.
6282 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6284         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6286 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6288         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6289         a defcustom with two :set or :type keywords.
6291 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6293         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6294         Don't give ^M comment-end syntax.
6296 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6298         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6299         Don't consider gdbmi (gdb-mi.el has its own update functions).
6300         (gdb-var-delete): Make it work for gdbmi as well.
6301         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6303         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6304         (gud-speedbar-menu-items): Correct logic for enabling items.
6306 2005-07-15  Kim F. Storm  <storm@cua.dk>
6308         * ido.el: Fix commentary.
6309         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6310         Use with-no-warnings around ffap-guesser.
6311         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6312         Let bind minibuffer-completing-file-name to t.
6314 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6316         * startup.el (site-run-file, keyboard-type): Doc fixes.
6317         (command-line): Check for "--basic-display" argument; also for
6318         "--quick", not "--bare-bones" (which was renamed).
6319         (fancy-splash-text): Add missing item "Getting New Versions".
6320         (normal-splash-screen): Fix typos and improve consistency with
6321         `fancy-splash-text'.  Update copyright year.
6323         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6324         valid binding for `help-char'.
6326         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6328 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6330         * term.el (term-mode): Disable cua-mode for term buffers.
6332 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6334         * add-log.el (add-log-mailing-address, change-log-merge):
6335         Doc fixes.
6336         (change-log-get-method-definition): Fix typo in docstring.
6338 2005-07-14  Kim F. Storm  <storm@cua.dk>
6340         * emulation/cua-base.el:
6341         (cua--pre-command-handler-1, cua--pre-command-handler)
6342         (cua--post-command-handler-1, cua--post-command-handler):
6343         Split in two.  Check (buffer local) value of cua-mode.
6344         (cua-selection-mode): New command.
6346 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6348         * custom.el (custom-initialize-safe-set)
6349         (custom-initialize-safe-default): Doc fixes.
6351         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6352         and simplify :init-value again.
6354         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6355         and simplify :init-value again.  Delete autoload.
6357         * startup.el (command-line): Use `custom-reevaluate-setting' again
6358         for tooltip-mode.
6360         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6361         a defcustom with two :initialize keywords.
6363 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6365         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6366         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6367         (allout-post-command-business, allout-flag-region)
6368         (isearch-reenable-font-lock, allout-yank)
6369         (allout-insert-latex-header, allout-insert-latex-trailer)
6370         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6371         (allout-latex-verb-quote): Fix typos in docstrings.
6372         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6373         (allout-unprotected, allout-prefix-data):
6374         Improve argument/docstring consistency.
6375         (allout-chart-subtree): Fix argument spec.
6376         (allout-open-topic): Rename `use_sib_bullet' argument to
6377         `use-sib-bullet'.  Doc fix.
6379         * whitespace.el (whitespace-check-buffer-leading)
6380         (whitespace-check-buffer-trailing)
6381         (whitespace-check-buffer-indent)
6382         (whitespace-check-buffer-spacetab)
6383         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6384         (whitespace-check-leading-whitespace)
6385         (whitespace-check-trailing-whitespace)
6386         (whitespace-check-spacetab-whitespace)
6387         (whitespace-check-indent-whitespace)
6388         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6389         (whitespace-modes): Fix typos in docstrings.
6390         (defgroup, defcustom): Doc fixes.
6392         * winner.el (winner-mode, winner-boring-buffers)
6393         (winner-pending-undo-ring): Doc fixes.
6394         (winner-ring): Remove unneeded `progn'.
6395         (winner-equal): `defsubst' it.
6396         (winner-redo): Fix message.
6398 2005-07-13  Kim F. Storm  <storm@cua.dk>
6400         * simple.el (line-move-1): Always use vertical-motion to
6401         do the last (or only) line move to ensure some movement.
6402         Undo 2005-06-23 change--don't check for overlays.
6404 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6406         * term/mac-win.el (ccl-encode-mac-roman-font)
6407         (ccl-encode-mac-centraleurroman-font)
6408         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6409         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6410         Change charset-id boundary of dimension to ?\xef.
6411         (mac-char-fontspec-list): New constant.
6412         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6413         argument.  Nil uses itself as family in font-spec.  Previous
6414         behavior for nil is now provided by non-nil non-string argument.
6415         All callers changed.  Add font-specs for Mac fonts to
6416         "fontset-default" unless iso8859-1 fonts are installed.
6418 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6421         a continuation line if the \ is preceded by SPC or TAB.
6422         (sh-get-indent-info): Simplify.
6423         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6424         Use with-current-buffer.
6426         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6427         when the matched text is empty.
6429 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6431         * startup.el (command-line): Revert to previous handling of
6432         tooltip-mode.  Explain in comment why the complexity is needed.
6434         * tooltip.el (tooltip-mode): Revert to previous implementation of
6435         its defcustom.
6437         * frame.el (blink-cursor-mode): Revert to previous implementation
6438         of its defcustom.  Update comment.
6440 2005-07-12  Lars Hansen  <larsh@soem.dk>
6442         * desktop.el: Update e-mail address.
6444 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6446         * term/mac-win.el (mac-services-mail-selection)
6447         (mac-services-mail-to): New functions.
6448         (mac-application-menu-map): Bind them.
6450 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6452         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6454 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6456         * custom.el (custom-reevaluate-setting): Doc fix.
6458 2005-07-11  Jay Belanger  <belanger@truman.edu>
6460         * calc/calc.el (calc-embedded-announce-formula-alist)
6461         (calc-embedded-open-close-plain-alist)
6462         (calc-embedded-open-close-mode-alist): Add checks for additional
6463         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6465 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6467         * custom.el (custom-enable-theme): Don't add theme to
6468         `custom-enabled-themes' with `push' because there is no
6469         setf-method for `delq'.
6471 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6473         * custom.el (custom-declare-variable): Doc fix.
6475         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6476         from the alists.
6478         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6479         Do nothing if edebug-active.
6481         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6482         (edebug-display): Do it here instead.
6484 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6486         * cus-face.el (custom-theme-set-faces): Make it work.
6487         (custom-reset-faces): Doc fix.
6488         (custom-theme-reset-internal-face, custom-theme-face-value):
6489         Functions deleted.
6491         * custom.el (custom-push-theme): Maintain list of the settings
6492         of a given theme in its theme-settings property.
6493         Maintain position of old settings in the theme-value
6494         or theme-face property.
6495         (custom-enabled-themes): New variable.
6496         (custom-theme-enabled-p): New function.
6497         (provide-theme): Update custom-enabled-themes.
6498         Disable and reenable the `user' theme.
6499         (require-theme): Doc fix.
6500         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6501         (custom-theme-value, custom-theme-variable-value): Likewise.
6502         (custom-theme-reset-internal): Likewise.
6503         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6504         (custom-enable-theme, custom-disable-theme): New functions.
6505         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6506         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6507         (custom-theme-reset-variables): Simplify.
6508         (deftheme, custom-declare-theme, custom-make-theme-feature):
6509         Definitions moved.
6511 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6513         * longlines.el (longlines-show-region)
6514         (longlines-unshow-hard-newlines): Recognize hard newlines by
6515         non-nil hard property, instead of t.
6517 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6519         * viper-cmd.el (viper--key-maps): New variable.
6520         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6521         emulation-mode-map-alists.
6522         (viper-envelop-ESC-key): Use viper-subseq.
6523         (viper-search-forward/backward/next): Disable debug-on-error.
6525         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6526         (viper-ESC-key): New defcustoms.
6528         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6530         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6531         (viper-subseq): Copy of subseq from cl.el.
6533         * viper.el (viper-go-away, viper-set-hooks): Use
6534         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6536         * viper-mous.el (viper-current-frame-saved): Use defvar.
6538         * viper-init.el: Get rid of -face in face names.
6540         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6541         Make it work with longlines mode
6543         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6545         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6547         * ediff-init.el: Get rid of -face in face names.
6549 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6551         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6552         and with-timeout-unsuspend.
6554         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6555         and with-timeout-unsuspend.
6557         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6558         (with-timeout): Bind that variable to record timers.
6559         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6561         * emacs-lisp/debug.el (debug-help-follow): New function.
6562         (debugger-mode-map): Use that instead of help-follow.
6563         (debugger-setup-buffer): Use eval-buffer-list
6564         to handle eval-buffer frames.
6566 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6568         * timezone.el (timezone-parse-date): Change first regexp
6569         so it will not mistakenly match dates with no time zone.
6571 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6573         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6575 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6577         * custom.el (custom-initialize-safe-set)
6578         (custom-initialize-safe-default): New functions.
6580         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6581         and simplify :init-value.
6583         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6584         and simplify :init-value.  Delete obsolete comment.
6586         * startup.el (command-line): Use `custom-reevaluate-setting' to
6587         handle `tooltip-mode'.  Delete obsolete comment.
6589         * files.el (set-visited-file-name): Avoid calling
6590         `file-name-nondirectory' with a nil argument.
6592 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6594         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6595         was called with nil for the buffer, handle the read position right.
6596         Handle read position for eval-region, too.
6598 2005-07-09  Juri Linkov  <juri@jurta.org>
6600         * fringe.el (fringe-mode): Add period in docstring.
6601         (fringe-query-style): Build prompt depending on `all-frames' arg.
6603         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6604         to not create links to unrelated functions in the Help buffer.
6606         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6607         Doc fix.
6609         * simple.el (next-error-hook): New variable.
6610         (next-error): Use it.  Doc fix.
6612         * textmodes/ispell.el (ispell-command-loop): Add current
6613         dictionary name and program name to mode-line-format.
6614         (ispell-region, ispell-process-line): Add current dictionary name
6615         and program name to messages.
6617 2005-07-08  Jay Belanger  <belanger@truman.edu>
6619         * calc/calc.el (calc-embedded-announce-formula-alist)
6620         (calc-embedded-open-close-formula-alist)
6621         (calc-embedded-open-close-word-alist)
6622         (calc-embedded-open-close-plain-alist)
6623         (calc-embedded-open-close-new-formula-alist)
6624         (calc-embedded-open-close-mode-alist)
6625         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6626         (calc-embedded-mode-hook): New variables.
6628         * calc/calc-embed.el (calc-embedded-firsttime)
6629         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6630         New variables.
6631         (calc-do-embedded): Use calc-embedded-firsttime,
6632         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6633         determine whether or not to run hooks.
6634         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6635         calc-embedded-firsttime-formula appropriately.
6636         Set calc-embedded delimiter variables according to mode.
6638 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6640         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6641         Check for "emacs", etc., as entire symbol, not just as word.
6642         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6644         * files.el (set-visited-file-name): Report the error
6645         for "empty filename" earlier.
6646         (kill-some-buffers): Ignore buffers already dead.
6648         * fringe.el (fringe-mode): Doc fix.
6650         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6651         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6652         Use unwind-protect to ensure byte-compile-unresolved-functions
6653         is updated.
6655         * whitespace.el (whitespace-buffer-leading-cleanup):
6656         Simplify w/ skip-chars-forward.
6657         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6659         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6660         Unconditionally try to leave point at the same old place.
6662 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6664         * comint.el (comint-postoutput-scroll-to-bottom)
6665         (comint-show-maximum-output): Take scroll-margin into consideration.
6667 2005-07-08  Kim F. Storm  <storm@cua.dk>
6669         * ido.el (ido-use-filename-at-point): New choice `guess'.
6670         (ido-file-internal): Try ffap-guesser if selected.
6672         * ido.el (ido-before-fallback-functions): New hook.
6673         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6674         (ido-read-file-name): Run it.
6676 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6678         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6679         strings rather than a list of symbols to the completion function.
6681 2005-07-07  Jay Belanger  <belanger@truman.edu>
6683         * calc/calc-units.el (math-apply-units): Change the places in
6684         which units are simplified.
6686 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6688         * cus-edit.el (customize-option, customize-option-other-window):
6689         Make them handle aliases.
6691         * custom.el (custom-variable-p): Make it recursively follow
6692         aliases.  Mention that in the docstring.
6694 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6696         * cus-start.el (exec-path): Use `directory' instead of `file'.
6697         Fix tag for nil.
6699 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6701         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6702         when called non-interactively.  Doc fix.
6704 2005-07-07  Lute Kamstra  <lute@gnu.org>
6706         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6707         new address as well.
6709 2005-07-07  Kenichi Handa  <handa@m17n.org>
6711         * international/mule.el (make-coding-system):
6712         Describe `ascii-incompatible' property in the docstring.
6713         (set-file-name-coding-system): Signal an error if coding-system is
6714         ascii-incompatible.
6715         (set-keyboard-coding-system): Likewise.
6717         * international/mule-cmds.el (set-default-coding-systems):
6718         Don't set default-file-name-coding-system and
6719         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6721         * international/utf-16.el: Declare that all UTF-16-based coding
6722         systems are ASCII-incompatible.
6724 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6726         * progmodes/gud.el: Require font-lock for displaying errors.
6727         Used by gdb-ui.el.
6729 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6731         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6732         values for the pattern lists which are `read'able but not
6733         `append'able (like symbols).
6735 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6737         * progmodes/flymake.el (flymake-float-time): Instead of
6738         with-no-warnings, test for xemacs.
6739         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6740         to avoid warning.
6742 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6744         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6746 2005-07-05  Lute Kamstra  <lute@gnu.org>
6748         * battery.el: Add support for Darwin (with much debugging help
6749         from Samuel Lauber <sam124@operamail.com>).
6750         (battery-status-function, battery-echo-area-format)
6751         (battery-mode-line-format): Add support for pmset on Darwin.
6752         (battery-load-low, battery-load-critical): New user options.
6753         (battery-pmset): New function.
6755 2005-07-05  Lute Kamstra  <lute@gnu.org>
6757         Update FSF's address in GPL notices.
6759         * textmodes/page-ext.el: Update FSF's address.
6761 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6764         filling from using prefix when filling a single-line docstring.
6766         * progmodes/flymake.el: Remove useless eval-when-compile.
6768         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6770 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6772         * textmodes/org.el (org-file-apps-defaults-gnu):
6773         Rename from org-file-apps-defaults-linux.
6774         (org-default-apps): Don't test system-type for `linux'.
6775         (org-file-apps): Doc fix.
6777 2005-07-04  David Ponce  <david@dponce.com>
6779         * tree-widget.el: Improve header Commentary section.
6780         (tree-widget) [defgroup]
6781         (tree-widget-image-enable, tree-widget-themes-directory)
6782         (tree-widget-theme, tree-widget-image-properties-emacs)
6783         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6784         (tree-widget-image-formats, tree-widget-control)
6785         (tree-widget-empty-control, tree-widget-leaf-control
6786         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6787         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6788         (tree-widget-keep, tree-widget-after-toggle-functions)
6789         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6790         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6791         :help-echo message.
6792         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6793         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6794         (tree-widget--cursors): New constant.
6795         (tree-widget-lookup-image): New function split from
6796         `tree-widget-find-image'.  Clearer implementation.
6797         (tree-widget-find-image): Use it.
6798         (tree-widget-button-keymap): Use `set-keymap-parent'.
6799         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6800         Define the sub-widgets here.
6801         (tree-widget-node): Check that :node is not a tree-widget.
6802         (tree-widget-get-super, tree-widget-open-control)
6803         (tree-widget-close-control, tree-widget-empty-control)
6804         (tree-widget-leaf-control, tree-widget-guide)
6805         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6806         (tree-widget-no-handle, tree-widget-value-delete)
6807         (tree-widget-map): Remove.
6808         (tree-widget-children-value-save): Doc fix.  Simplified.
6809         (tree-widget-value-create): Update according to previous changes.
6811 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6813         * textmodes/org.el: Leading space replaced by TABS.
6814         (org-recalc-marks, org-table-rotate-recalc-marks)
6815         (org-table-get-specials): Treat "^" and "_" marks.
6816         (org-table-justify-field-maybe): Optional argument NEW.
6817         (org-table-eval-formula): Parsing of the format simplified.
6818         New modes C,I.  Honor the %= parameter in the current table.
6819         Avoid unnecessary re-align by using the NEW argument to
6820         `org-table-justify-field-maybe'.
6821         (org-calc-default-modes): Default for date-format mimicks org-mode.
6822         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6824 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6826         * cus-face.el (custom-theme-set-faces): Make it handle face
6827         aliases whose alias declarations are pre- or autoloaded.
6829 2005-07-04  Juri Linkov  <juri@jurta.org>
6831         * faces.el (read-face-name): Put the code for getting a face name
6832         from the buffer before adding the faces from the `face' property.
6833         Use `completing-read-multiple' instead of `completing-read'.
6834         Require `crm'.  Add default value and post-process the returned
6835         list of faces.
6837         * emacs-lisp/crm.el (crm-find-current-element)
6838         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6840         * emacs-lisp/lisp-mode.el (eval-defun-1):
6841         * emacs-lisp/edebug.el (edebug-eval-defun):
6842         Remove unnecessary quotes.
6844 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6846         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6847         (prolog-indent-level): Fix typo in docstring.
6849         * info.el (Info-history, Info-history-forward)
6850         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6852         * add-log.el (add-change-log-entry):
6853         * comint.el (comint-dynamic-list-input-ring)
6854         (comint-dynamic-list-completions):
6855         * dabbrev.el (dabbrev-expand):
6856         * delim-col.el (delimit-columns-rectangle-line):
6857         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6858         (diff-unified->context):
6859         * ediff-init.el (ediff-abbrev-jobname):
6860         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6861         (ediff-replace-session-activity-marker-in-meta-buffer):
6862         * info.el (Info-summary):
6863         * lpr.el (printify-region):
6864         * printing.el (pr-create-interface):
6865         * ps-print.el (ps-print-quote):
6866         * ses.el (ses-column-widths, ses-print-cell)
6867         (ses-adjust-print-width, ses-center):
6868         * shell.el (shell-file-name-quote-list):
6869         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6870         (strokes-fill-current-buffer-with-whitespace)
6871         (strokes-xpm-for-stroke, strokes-list-strokes)
6872         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6873         * term.el (term-dynamic-list-input-ring)
6874         (term-dynamic-list-completions):
6875         * calc/calc.el (math-format-stack-value):
6876         * emacs-lisp/edebug.el (edebug-display-freq-count):
6877         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6878         (delphi-new-comment-line):
6879         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6880         * progmodes/executable.el (executable-set-magic):
6881         * progmodes/python.el (inferior-python-mode):
6882         * progmodes/scheme.el (scheme-mode-syntax-table):
6883         * progmodes/sh-script.el (sh-maybe-here-document):
6884         * progmodes/sql.el (sql-copy-column):
6885         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6886         * textmodes/bibtex.el (bibtex-mode):
6887         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6888         (sgml-auto-attributes):
6889         * textmodes/table.el (table-insert, table-shorten-cell)
6890         (table--generate-source-scan-lines, table-delete-row)
6891         (*table--cell-delete-char, table--spacify-frame)
6892         (table--horizontally-shift-above-and-below)
6893         (table--cell-insert-char, table--cell-blank-str)
6894         (table--fill-region-strictly):
6895         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6896         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6898         * add-log.el (change-log):
6899         * apropos.el (apropos):
6900         * comint.el (comint-completion, comint-source):
6901         * dabbrev.el (dabbrev):
6902         * delim-col.el (columns):
6903         * diff-mode.el (diff-mode):
6904         * ediff.el (ediff):
6905         * ediff-diff.el (ediff-diff):
6906         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6907         * ediff-mult.el (ediff-mult):
6908         * ediff-ptch.el (ediff-ptch):
6909         * ediff-wind.el (ediff-window):
6910         * facemenu.el (facemenu):
6911         * indent.el (indent):
6912         * info.el (info):
6913         * jka-cmpr-hook.el (compression, jka-compr):
6914         * lpr.el (lpr):
6915         * outline.el (outlines):
6916         * pcmpl-cvs.el (pcmpl-cvs):
6917         * pcmpl-rpm.el (pcmpl-rpm):
6918         * printing.el (printing):
6919         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6920         (ps-print-vertical, ps-print-headers, ps-print-font)
6921         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6922         (ps-print-background, ps-print-printer, ps-print-page)
6923         (ps-print-miscellany):
6924         * ses.el (ses):
6925         * shell.el (shell, shell-directories, shell-faces):
6926         * startup.el (initialization):
6927         * strokes.el (strokes):
6928         * term.el (term):
6929         * uniquify.el (uniquify):
6930         * w32-vars.el (w32):
6931         * calc/calc.el (calc):
6932         * emacs-lisp/bytecomp.el (bytecomp):
6933         * emacs-lisp/cl-indent.el (lisp-indent):
6934         * emacs-lisp/edebug.el (edebug):
6935         * emacs-lisp/elp.el (elp):
6936         * emacs-lisp/testcover.el (testcover):
6937         * emacs-lisp/trace.el (trace):
6938         * emulation/viper-ex.el (viper-ex):
6939         * emulation/viper-mous.el (viper-mouse):
6940         * mail/mailalias.el (mailalias):
6941         * mail/supercite.el (supercite, supercite-frames)
6942         (supercite-attr, supercite-cite, supercite-hooks):
6943         * net/rcompile.el (remote-compile):
6944         * net/rlogin.el (rlogin):
6945         * obsolete/ooutline.el (outlines):
6946         * progmodes/delphi.el (delphi):
6947         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6948         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6949         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6950         (ebnf-optimization):
6951         * progmodes/etags.el (etags):
6952         * progmodes/executable.el (executable):
6953         * progmodes/idlwave.el (idlwave):
6954         * progmodes/pascal.el (pascal):
6955         * progmodes/prolog.el (prolog):
6956         * progmodes/python.el (python):
6957         * progmodes/scheme.el (scheme):
6958         * progmodes/sh-script.el (sh, sh-script):
6959         * progmodes/sql.el (SQL):
6960         * progmodes/tcl.el (tcl):
6961         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6962         * textmodes/enriched.el (enriched):
6963         * textmodes/makeinfo.el (makeinfo):
6964         * textmodes/sgml-mode.el (sgml):
6965         * textmodes/table.el (table-hooks):
6966         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6967         * textmodes/texinfo.el (texinfo):
6968         * textmodes/two-column.el (two-column):
6969         Finish `defgroup' description with period.
6971         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6972         * eshell/esh-var.el (eshell-var):
6973         * progmodes/vhdl-mode.el (vhdl-testbench):
6974         * textmodes/org.el (org): Fix typos in docstrings.
6976         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6977         consistency.
6979         * progmodes/flymake.el (flymake-find-file): Remove.
6980         (flymake-float-time): Use `with-no-warnings'.
6981         (flymake-check-start-time, flymake-check-was-interrupted)
6982         (flymake-err-info, flymake-is-running, flymake-last-change-time)
6983         (flymake-new-err-info): `defvar' at compile time.
6985 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
6987         * replace.el (occur-hook): Doc fix.
6988         (occur-1): Don't call `occur-hook' if there are no matches.
6990 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6992         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6993         global-map, save the same map.
6994         (global-map): Don't alter it at top level.
6995         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6996         Then alter it here instead.
6997         (tpu-edt-off): Set global-map to the saved one.
6999         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7000         All references simplified.
7001         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7002         (zmacs-regions): Add defvar.
7003         (repeat-complex-command-map): Everything about that deleted.
7005         * textmodes/artist.el (artist-key-is-drawing)
7006         (artist-key-endpoint1, artist-key-poly-point-list)
7007         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7008         (artist-key-compl-table, artist-rb-save-data)
7009         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7010         Don't put them in eval-when-compile.
7011         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7013         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7014         Use with-no-warnings.
7016         * net/browse-url.el (dos-windows-version): Add defvar.
7018         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7020         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7021         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7022         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7023         Add defvar.
7024         (rmail-summary-beginning-of-message): Use with-no-warnings.
7025         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7027         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7028         Use with-no-warnings.
7030         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7031         (c-mark-function): Add point-moving-unit property.
7032         (vi-goto-line): Use with-no-warnings.
7034         * emulation/edt.el (edt-last-copied-word): Add defvar.
7035         (zmacs-region-stays): Likewise.
7036         (edt-mark-section-wisely): Use c-mark-function for C.
7037         Use makr-defun for Fortran.
7038         (time-string): defvar deleted.
7039         (edt-display-the-time): Don't set time-string.
7041         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7043         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7044         Don't warn when name is not constant
7045         or for defining the group `emacs'.
7047         * tooltip.el (gud-tooltip-mode): Add defvar.
7049         * startup.el (default-frame-background-mode): Add defvar.
7051         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7053         * info.el (tool-bar-map): Add defvar.
7055         * dired.el (dnd-protocol-alist): Add defvar.
7057         * dired-aux.el (dired-query): Display question with answer, when
7058         the user answers.
7060         * custom.el (custom-add-option): Doc fix.
7062         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7064 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7066         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7067         bogus name from the last change.
7069 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7071         * custom.el (custom-declare-variable): Fix typos in comment.
7072         (custom-known-themes): Doc fix.
7073         (custom-theme-directory): New defcustom.
7074         (require-theme): Make it check `custom-theme-directory'.
7076         * cus-theme.el (custom-new-theme-mode): New function.
7077         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7078         (custom-theme-description): Add compiler defvars.
7079         (customize-create-theme): Add doc to the "*New Custom Theme*"
7080         buffer.  Use `custom-new-theme-mode'.
7081         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7082         and save it to the `custom-theme-directory'.  Make this the
7083         default directory of the buffer.
7085 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7087         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7088         Fix unbalanced parentheses.
7090 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7093         into flymake-mode and delegate to flymake-mode.
7095         * find-file.el (ff-which-function-are-we-in): Clean up.
7097 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7099         * replace.el (occur-rename-buffer): Fix docstring.
7101         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7102         (edt-last-copied-word, edt-learn-macro-count)
7103         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7104         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7105         (time-string, zmacs-region-stays):
7106         * emulation/edt-mapper.el (edt-save-function-key-map)
7107         (EDT-key-name): `defvar' to silence the byte-compiler.
7109 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7111         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7112         font-lock-regexp-backslash.  Doc fix.
7113         (font-lock-regexp-backslash-grouping-construct): Rename from
7114         font-lock-regexp-backslash-construct.  Doc fix.
7115         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7116         grouping constructs.
7118 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7120         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7121         updating all the prerequisites.
7123 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7125         * textmodes/org.el (org-agenda-start-on-weekday)
7126         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7127         (org-agenda-use-time-grid, org-archive-location)
7128         (org-allow-space-in-links, org-usenet-links-prefer-google)
7129         (org-enable-table-editor, org-export-default-language)
7130         (org-export-html-show-new-buffer, org-fill-paragraph)
7131         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7132         (org-goto-quit, org-occur, org-eval-in-calendar)
7133         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7134         (org-agenda-diary-entry, org-remember-help)
7135         (org-table-convert-region, org-at-table-p)
7136         (org-table-move-row-down, org-table-move-row-up)
7137         (org-table-copy-region, org-table-toggle-vline-visibility)
7138         (org-table-get-stored-formulas, org-table-get-specials)
7139         (org-recalc-commands, org-table-eval-formula)
7140         (org-table-formula-substitute-names, orgtbl-make-binding)
7141         (org-format-org-table-html, org-format-table-table-html)
7142         (org-format-table-table-html-using-table-generate-source)
7143         (org-customize): Fix typos in docstrings.
7144         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7145         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7146         (org-back-to-heading): Doc fixes.
7147         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7148         (org-agenda-change-all-lines, org-get-header):
7149         Improve argument/docstring consistency.
7150         (orgtbl-error): Fix error message.
7152         * progmodes/flymake.el (flymake-find-possible-master-files)
7153         (flymake-master-file-compare, flymake-get-line-err-count)
7154         (flymake-highlight-line, flymake-gui-warnings-enabled):
7155         Fix typos in docstrings.
7156         (flymake-parse-line, flymake-get-project-include-dirs-function)
7157         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7158         Doc fixes.
7159         (flymake-get-project-include-dirs-function)
7160         (flymake-make-err-menu-data):
7161         Improve argument/docstring consistency.
7163 2005-07-01  Lute Kamstra  <lute@gnu.org>
7165         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7166         Catch errors with ignore-errors.  Use temporary buffer.
7167         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7169         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7170         background color faces.
7171         (facemenu-set-foreground, facemenu-set-background):
7172         Use facemenu-set-face-from-menu.
7173         (facemenu-set-face-from-menu): Treat face names that start with
7174         "fg:" or "bg:" as special.
7175         (facemenu-add-new-color): Don't create faces.  Simplify.
7177 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7179         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7180         (crm-find-current-element): Likewise.
7182 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7184         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7186 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7189         (archive-mouse-extract): Make it an obsolete alias.
7190         (archive-mode-map): Don't use archive-mouse-extract any more.
7191         (archive-mode, archive-extract): write-contents-hooks ->
7192         write-contents-functions.
7193         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7194         first arg.
7195         (archive-rename-entry): Update the call.
7196         (archive-zip-summarize): Remove unused var `method'.
7197         (archive-lzh-summarize): Remove unused var `creator'.
7199         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7200         dedicated frame upon exit.
7202         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7203         (archive-zip-extract, archive-zip-expunge)
7204         (archive-zip-update, archive-zip-update-case): Use executable-find.
7205         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7206         Use restore-buffer-modified-p.
7207         (archive-extract, archive-add-new-member, archive-write-file-member):
7208         Use with-current-buffer.
7209         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7211 2005-06-30  Andreas Schwab  <schwab@suse.de>
7213         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7215 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7217         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7219 2005-06-30  Juri Linkov  <juri@jurta.org>
7221         * faces.el (vertical-border): Inherit from mode-line-inactive
7222         only on tty.
7224 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7226         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7227         example, -NLINES in the `occur' docstring).
7229         * replace.el (occur-1): When no matches are found, do not set the
7230         `buffer-read-only' and modified flags for the occur buffer,
7231         because it is deleted.
7233         * emulation/cua-base.el (cua-check-pending-input)
7234         (cua-repeat-replace-region, cua-mode, cua-debug)
7235         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7236         Fix typos in docstrings.
7238         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7239         (cua-cut-region-to-global-mark)
7240         (cua--cut-rectangle-to-global-mark):
7241         Remove period from end of messages.
7243         * emulation/cua-rect.el (cua-do-rectangle-padding):
7244         Remove period from end of messages.
7245         (cua--rectangle-seq-format): Fix typo in docstring.
7246         (cua-sequence-rectangle, cua-fill-char-rectangle):
7247         Improve argument/docstring consistency.
7249 2005-06-29  Juri Linkov  <juri@jurta.org>
7251         * faces.el (default-frame-background-mode): New internal variable.
7252         (frame-set-background-mode): Use it.
7254         * startup.el (normal-top-level): Set default-frame-background-mode
7255         instead of frame-background-mode.  Before setting it, test for its
7256         nil value.  Remove tests for frame-background-mode and frame
7257         parameter `reverse'.  Add test for "unspecified-fg".
7259         * term/xterm.el (xterm-rxvt-set-background-mode):
7260         * term/rxvt.el (rxvt-set-background-mode):
7261         Set default-frame-background-mode instead of frame-background-mode.
7263 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7265         * simple.el (set-variable): Warn about obsolete user variables.
7267         * imenu.el (imenu--completion-buffer):
7268         * mouse.el (mouse-buffer-menu-alist):
7269         * msb.el (msb-invisible-buffer-p):
7270         * calendar/diary-lib.el (diary-header-line-format):
7271         * emacs-lisp/pp.el (pp-buffer):
7272         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7273         * textmodes/picture.el (picture-replace-match):
7274         Change space constants followed by a sexp to "?\s ".
7276         * play/decipher.el (decipher-loop-with-breaks):
7277         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7278         constants "protected" from end of line by a comment to "?\s".
7280 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * font-lock.el (save-buffer-state): Use `declare'.
7284         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7285         reset the syntax-table to cperl-mode-syntax-table.
7286         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7287         "foo_print_bar" is not matched as a reserved keyword.
7289 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7291         * textmodes/org.el (orgtbl-setup): New function, for delayed
7292         setup for the orgtbl commands.
7293         (org-calc-default-modes): New option.
7294         (orgtbl-make-binding): Use `defun' to get better help display.
7295         (org-diary): Call `org-compile-prefix-format'.
7296         (org-table-formula-substitute-names): New function.
7297         (org-agenda-day-view, org-agenda-week-view): New commands.
7298         (org-agenda-toggle-week-view): Command removed.
7299         (org-tbl-menu): Split off from org-org-menu.
7300         (org-mode): Move removal of outline-mode menus to here.
7301         (org-table-formula-debug): New option.
7302         (org-table-insert-row): Keep first field if just "#" or "*".
7303         (org-mode): Paragraph regexps fixed.
7304         (org-table-recalculate-regexp): New constant.
7305         (org-table-justify-field-maybe): Avoid replace if not necessary.
7306         (org-copy-special, org-cut-special): Use `call-interactively'.
7307         (org-table-copy-region): Take region from `interactive' call.
7308         (org-trim): Return string even if no match.
7309         (org-formula): New face.
7310         (org-set-font-lock-defaults): No longer highlight "FIXME".
7311         But highlight formula-related fields in table.
7312         (org-table-p): Use regexp, not fontification.
7313         (org-table-align): Handle white space at end of line.
7314         (org-table-formula-evaluate-inline): New option.
7315         (org-mode): Auto-wrapping in comment lines turned off.
7316         (org-table-copy-down): Evaluate only in copied field, not in
7317         destination.
7318         (org-table-current-formula): Variable removed.
7319         (org-table-store-formulas, org-table-get-stored-formulas)
7320         (org-table-modify-formulas, org-table-replace-in-formulas)
7321         (org-table-maybe-eval-formula): New functions.
7322         (org-table-get-formula): Modify to use stored formulas.
7323         (org-table-insert-column, org-table-delete-column)
7324         (org-table-move-column): Call `org-table-modify-formulas'.
7325         (org-complete): Add completion for keyword formulas.
7326         (orgtbl-mode): Pull orgtbl-mode-map to start of
7327         minor-mode-map-alist.
7329 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * progmodes/python.el (python-check): Require `compile' before
7332         modifying its variables.
7334         * newcomment.el (comment-indent-default): Don't get fooled by an early
7335         end of buffer.
7337 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7339         * ps-print.el (ps-print-version): Fix version number.
7341 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7343         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7345 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7347         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7348         (flyspell-local-mouse-map): Declaration deleted.
7349         (flyspell-mouse-map): Bind only mouse-2.
7350         (flyspell-mode-map): Don't test flyspell-use-local-map.
7351         (flyspell-overlay-keymap-property-name): Var deleted.
7352         (flyspell-mode-on): Don't make local bindings for
7353         flyspell-mouse-map and flyspell-mode-map.
7354         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7356         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7358         * progmodes/compile.el (compilation-next-error-function):
7359         Don't switch buffers; operate on the current buffer.
7361         * progmodes/compile.el (compilation-error-file-name)
7362         (compilation-warning-file-name, compilation-info-file-name)
7363         (compilation-line-number, compilation-column-number): New faces.
7364         (compilation-error-face, compilation-warning-face)
7365         (compilation-info-face, compilation-line-face)
7366         (compilation-column-face): Use them.
7368         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7370         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7372         * bindings.el (global-map): Bind insertchar and its variants.
7374 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7376         * textmodes/artist.el (artist-text-overwrite)
7377         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7379 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7381         * ps-print.el: It was not working the page selection for printing.
7382         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7383         (ps-print-version): New version 6.6.7.
7384         (ps-end-sheet): New fun.
7385         (ps-header-sheet, ps-end-job): Call it.
7387 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7389         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7391 2005-06-27  Lute Kamstra  <lute@gnu.org>
7393         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7394         background color faces.
7395         (facemenu-get-face): Delete function.
7396         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7397         (facemenu-add-new-color): Make second argument mandatory.
7398         Create the appropriate face and return it.  Simplify.
7399         (facemenu-set-foreground, facemenu-set-background): Don't check if
7400         color is defined.  Use return value of facemenu-add-new-color.
7402 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7404         * progmodes/gud.el (gud-filter): Add missing argument to
7405         with-selected-window.
7407 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7410         a :require to the defcustom.
7412         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7413         defcustoms corresponding to minor modes.
7415 2005-06-26  David Ponce  <david@dponce.com>
7417         * recentf.el: Require tree-widget instead of wid-edit.
7418         (recentf-filename-handler): Fix widget :type.
7419         (recentf-cancel-dialog, recentf-open-more-files)
7420         (recentf-open-files-action): Doc fix.
7421         (recentf-dialog-goto-first): New function.
7422         (recentf-dialog-mode-map): Set parent keymap first.
7423         (recentf-dialog-mode): Define with define-derived-mode.
7424         Don't display continuation lines in dialogs.
7425         (recentf-edit-list): Rename from recentf-edit-selected-items.
7426         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7427         Simplify.
7428         (recentf-edit-list-validate): New function.
7429         (recentf-edit-list): Update accordingly.
7430         (recentf-open-files-item-shift): Remove.
7431         (recentf-open-files-item): Convert menu elements into tree and
7432         link widgets.  Don't create the widgets.
7433         (recentf-open-files): Update accordingly.
7434         (recentf-save-list): Untabify.
7436 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7438         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7439         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7440         partially contained in the active region.  Do not take active
7441         region into account when called from Lisp, unless INTERACTIVE arg
7442         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7443         avoid trouble with fields.  Make marker point nowhere when no
7444         longer used.  Always return nil.  Doc fix.
7445         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7446         into account when called from Lisp, unless INTERACTIVE arg is
7447         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7448         avoid trouble with fields.  Make marker point nowhere when no
7449         longer used.  Always return nil.  Doc fix.
7450         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7451         interchangeable.  Do not take active region into account when
7452         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7453         message in echo area when called from Lisp, unless INTERACTIVE arg
7454         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7455         Return the number of matches.  Doc fix.
7456         (occur): Doc fix.
7457         (perform-replace): Make comment follow double space convention for
7458         the sake of `outline-minor-mode'.
7460         * faces.el (facep): Doc fix.
7462 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7464         * facemenu.el (facemenu-enable-faces-p): New function.
7465         (facemenu-background-menu, facemenu-foreground-menu)
7466         (facemenu-face-menu): Add menu-enable property.
7468         * jka-compr.el (jka-compr-insert-file-contents):
7469         Special handling if cannot find the uncompression program.
7471         * cus-face.el (custom-face-attributes): Add autoload.
7473         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7474         Bind comment-indent-function locally.
7476         * window.el (save-selected-window): Use save-current-buffer.
7478         * subr.el (with-selected-window): Use save-current-buffer.
7480         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7481         and with-current-buffer.
7483 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7485         * simple.el (line-move-1): Fix previous change.
7487 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7489         * replace.el (occur-1): Set `buffer-read-only' and the
7490         buffer-modified flag before running `occur-hook' to protect
7491         against unintentional buffer switches that can lead to data loss.
7493 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7495         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7496         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7497         initial error.
7499         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7500         after fresh input.
7501         (gdb-var-create-handler): Put name of expression in quotes.
7503 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7505         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7506         elements of RING in order, and without bogus nil elements.
7508 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7510         * simple.el (set-variable): Args renamed; doc fix.
7511         (line-move-1): When there are overlays around, use vertical-motion.
7513         * faces.el (escape-glyph): Use brown against light background.
7514         (nobreak-space): Rename from no-break-space.
7515         Fix previous change.
7517         * dired-aux.el (dired-do-copy): Fix arg prompt.
7519         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7521 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7523         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7524         rather than "Distributor".
7526 2005-06-23  Lute Kamstra  <lute@gnu.org>
7528         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7529         (debug-on-entry): Use it.  New interactive declaration that uses
7530         function-called-at-point.
7532 2005-06-23  Kim F. Storm  <storm@cua.dk>
7534         * subr.el (save-match-data): Add comment about using evaporate arg
7535         to set-match-data.
7537 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7539         * cus-edit.el (customize-face)
7540         (customize-face-other-window): Handle face aliases.
7542         * faces.el (face-documentation, set-face-attribute)
7543         (face-spec-set): Handle face aliases.
7545 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7547         * help-mode.el (help-make-xrefs): If a symbol representing a face
7548         name is not followed by the word "face", it could still be a
7549         function or variable name, so don't bypass other checks.
7551 2005-06-22  Juri Linkov  <juri@jurta.org>
7553         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7554         Replace aliased functions with calls where second arg `inherit' is t.
7556 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7558         * progmodes/gdb-ui.el (gdb-error): New variable.
7559         (gdb-error): New function.
7560         (gdb-annotation-rules): Act on error-begin and error annotations.
7561         (gdb-concat-output): Use font-lock-warning-face for errors.
7563 2005-06-22  Miles Bader  <miles@gnu.org>
7565         * bindings.el (propertized-buffer-identification): Use renamed
7566         `Buffer-menu-buffer' face.
7568         * faces.el (vertical-border): Rename from `vertical-divider'.
7569         (escape-glyph): Change dark-background color back to `cyan'.
7571 2005-06-21  Juri Linkov  <juri@jurta.org>
7573         * faces.el (face-user-default-spec): Try getting `customized-face'
7574         prior to `saved-face'.
7575         (frame-background-mode): Refill docstring.
7577         * emacs-lisp/lisp-mode.el (eval-defun-1):
7578         * emacs-lisp/edebug.el (edebug-eval-defun):
7579         Set `saved-face' temporarily to nil before calling form.
7580         Set `customized-face' to the new spec after that.
7582 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7584         * subr.el (1value, lambda, key-substitution-in-progress):
7585         Doc fixes.
7587         * autoinsert.el (auto-insert-alist):
7588         * ses.el (ses-call-printer):
7589         * subr.el (noreturn):
7590         * emacs-lisp/lisp.el (check-parens):
7591         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7592         * net/browse-url.el (browse-url-mosaic):
7593         * progmodes/cc-defs.el (c-safe-scan-lists):
7594         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7595         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7596         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7597         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7598         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7599         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7601 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7603         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7605 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7607         * calendar/appt.el (appt-make-list): Activate the package, if
7608         not already active (for backwards compatibility).
7610 2005-06-20  Kim F. Storm  <storm@cua.dk>
7612         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7614 2005-06-20  Miles Bader  <miles@gnu.org>
7616         * faces.el (vertical-divider): New face.
7618 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7620         * simple.el (kill-whole-line): Doc fix.
7621         (next-error-buffer-p, next-error-find-buffer)
7622         (clone-indirect-buffer): Fix typos in docstrings.
7623         (comment-line-break-function): Doc fix: don't say variable
7624         is automatically buffer-local (it isn't).
7626 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7628         * net/tramp-ftp.el (top):
7629         * net/tramp-smb.el (top):
7630         * net/tramp-util.el (top):
7631         * net/tramp-uu.el (top):
7632         * net/tramp-vc.el (top):
7633         * net/tramp.el (top): Revert copyright years back to original
7634         ones.  Tramp has a life outside GNU Emacs.
7636 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7638         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7640 2005-06-18  Juri Linkov  <juri@jurta.org>
7642         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7643         end of first regexp to limit the match to the position between
7644         line number and source line with same separator character as used
7645         between file name and line number.  In the second regexp limit
7646         mouse-face area to file name and line number by adding new group
7647         for them and referring it in HYPERLINK arg.
7648         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7649         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7650         previous line where grep markers may be already removed.
7652 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7654         * progmodes/ps-mode.el: Update version and maintainer's email address.
7656 2005-06-18  Steve Youngs  <steve@xemacs.org>
7658         * net/browse-url.el (browse-url-browser-function)
7659         (browse-url-default-browser): Add firefox.
7660         (browse-url-firefox-program, browse-url-firefox-arguments)
7661         (browse-url-firefox-startup-arguments)
7662         (browse-url-firefox-new-window-is-tab): New defcustoms.
7663         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7665 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7667         * startup.el (command-line): Warn if specified user name has
7668         no home directory.
7670         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7671         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7673         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7674         Doc fixes.
7676         * faces.el (underline): Try bold if terminal doesn't support underline.
7678         * mail/sendmail.el (mail-setup-with-from): New variable.
7679         (mail-insert-from-field): New function.
7680         (sendmail-send-it): Call it.
7681         (mail-setup): Optionally call it here.
7683         * term/linux.el: Call tty-no-underline.
7685 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7687         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7689 2005-06-17  Miles Bader  <miles@gnu.org>
7691         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7692         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7693         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7694         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7695         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7696         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7697         Remove "-face" suffix from face names.
7698         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7699         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7700         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7701         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7702         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7703         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7704         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7705         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7706         New backward-compatibility aliases for renamed faces.
7707         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7708         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7709         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7710         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7711         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7712         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7713         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7714         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7715         Use renamed ediff faces.
7717         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7718         Remove "-face" suffix from face names.
7719         (eshell-test-ok-face, eshell-test-failed-face):
7720         New backward-compatibility aliases for renamed faces.
7721         (eshell-run-test): Use renamed eshell-test faces.
7723         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7724         face name.
7725         (eshell-prompt-face): New backward-compatibility alias for renamed
7726         face.
7727         (eshell-emit-prompt): Use renamed eshell-prompt face.
7729         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7730         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7731         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7732         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7733         Remove "-face" suffix from face names.
7734         (eshell-ls-directory-face, eshell-ls-symlink-face)
7735         (eshell-ls-executable-face, eshell-ls-readonly-face)
7736         (eshell-ls-unreadable-face, eshell-ls-special-face)
7737         (eshell-ls-missing-face, eshell-ls-archive-face)
7738         (eshell-ls-backup-face, eshell-ls-product-face)
7739         (eshell-ls-clutter-face):
7740         New backward-compatibility aliases for renamed faces.
7741         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7743         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7744         Remove "-face" suffix from face name.
7745         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7746         instead of literal face.
7748 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7750         * emacs-lisp/warnings.el (display-warning, lwarn)
7751         (warning-minimum-log-level): Doc fixes.
7752         (warning-minimum-level, warning-minimum-log-level):
7753         Add :debug to :type choices.
7755         * progmodes/ada-mode.el (ada-format-paramlist)
7756         (ada-get-indent-case, ada-check-matching-start)
7757         (ada-check-defun-name, ada-goto-matching-decl-start)
7758         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7759         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7760         (ada-make-subprogram-body): Follow error conventions.
7761         (ada-case-exception-file, ada-indent-comment-as-code)
7762         (ada-indent-handle-comment-special, ada-indent-renames)
7763         (ada-indent-return, ada-search-directories-internal)
7764         (ada-tab-policy, ada-case-exception-substring)
7765         (ada-other-file-alist, ada-matching-start-re)
7766         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7767         (ada-imenu-generic-expression, ada-compile-goto-error)
7768         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7769         (ada-popup-menu, ada-add-extensions, ada-mode)
7770         (ada-region-selected, ada-create-case-exception)
7771         (ada-create-case-exception-substring, ada-after-keyword-p)
7772         (ada-activate-keys-for-case, ada-adjust-case-region)
7773         (ada-adjust-case-buffer, ada-format-paramlist)
7774         (ada-scan-paramlist, ada-insert-paramlist)
7775         (ada-indent-newline-indent)
7776         (ada-indent-newline-indent-conditional)
7777         (ada-justified-indent-current, ada-goto-previous-word)
7778         (ada-indent-current, ada-get-indent-open-paren)
7779         (ada-get-indent-paramlist, ada-get-indent-end)
7780         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7781         (ada-get-indent-block-start, ada-get-indent-subprog)
7782         (ada-get-indent-noindent, ada-get-indent-label)
7783         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7784         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7785         (ada-goto-stmt-end, ada-goto-next-word)
7786         (ada-check-matching-start, ada-check-defun-name)
7787         (ada-goto-matching-decl-start, ada-goto-matching-start)
7788         (ada-goto-matching-end, ada-search-ignore-string-comment)
7789         (ada-in-decl-p, ada-looking-at-semi-or)
7790         (ada-looking-at-semi-private, ada-in-paramlist-p)
7791         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7792         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7793         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7794         (ada-previous-package, ada-create-menu)
7795         (ada-fill-comment-paragraph-justify)
7796         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7797         (ada-other-file-name, ada-last-which-function-line)
7798         (ada-last-which-function-subprog, ada-which-function)
7799         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7800         (ada-gen-treat-proc, ada-check-emacs-version)
7801         (ada-continuation-indent, ada-align-region-separate):
7802         Fix typos in docstrings.
7803         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7805 2005-06-16  Lute Kamstra  <lute@gnu.org>
7807         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7808         conditionally.
7810 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7812         * comint.el (comint-replace-by-expanded-filename)
7813         (comint-prompt-regexp, comint-delimiter-argument-list)
7814         (comint-preinput-scroll-to-bottom):
7815         * info.el (Info-hide-cookies-node):
7816         * ls-lisp.el (ls-lisp-classify):
7817         * find-file.el (ff-search-directories, ff-special-constructs)
7818         (ff-find-other-file):
7819         * font-lock.el (font-lock-keywords):
7820         * shell.el (shell-prompt-pattern)
7821         (shell-dynamic-complete-functions, shell-mode)
7822         (shell-delimiter-argument-list):
7823         * term.el (term-replace-by-expanded-filename)
7824         (term-prompt-regexp, term-delimiter-argument-list):
7825         * woman.el (woman-ignore, woman0-if):
7826         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7827         * emacs-lisp/elint.el (elint-init-env):
7828         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7829         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7830         * language/ethio-util.el (ethio-tilde-escape)
7831         (ethio-use-three-dot-question):
7832         * net/zone-mode.el (zone-mode-load-time-setup):
7833         * progmodes/cc-align.el (c-lineup-argcont):
7834         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7835         * progmodes/cperl-mode.el (cperl-set-style-back):
7836         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7837         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7838         Fix spellings in docstrings.
7840         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7841         * progmodes/modula2.el (m2-for): Fix spellings.
7843         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7845         * simple.el (undo-more): Don't use `format' on `error' arguments.
7846         Improve argument/docstring consistency.
7847         (pending-undo-list): Doc fix.
7849         * smerge-mode.el (smerge-ensure-match):
7850         * emulation/vip.el (vip-ex):
7851         * net/zone-mode.el (zone-mode-update-serial):
7852         * progmodes/idlwave.el (idlwave-complete):
7853         * progmodes/vhdl-mode.el (vhdl-visit-file)
7854         (vhdl-compose-wire-components):
7855         Don't use `format' on `error' arguments.
7857         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7858         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7859         (tooltip-help-tips): Fix typos in docstrings.
7861 2005-06-16  David Ponce  <david@dponce.com>
7863         * tree-widget.el (tree-widget-value-create): Simplify last change.
7865 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7867         * ido.el (ido-incomplete-regexp): New variable.
7868         (ido-set-matches-1): Handle invalid-regexp error and set
7869         ido-incomplete-regexp.
7870         (ido-incomplete-regexp): New face.
7871         (ido-completions): Use it.
7872         (ido-complete, ido-exit-minibuffer, ido-completions):
7873         Handle incomplete regexps.
7874         (ido-completions): Add check for complete match when entering a regexp.
7876 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7880 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7882         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7883         by field delimiters.
7885 2005-06-15  David Ponce  <david@dponce.com>
7887         * tree-widget.el: eval-and-compile inlined functions so they will
7888         be available at run-time too.
7889         (tree-widget-super-format-handler)
7890         (tree-widget-format-handler): Remove.
7891         (tree-widget-value-create): Handle the :indent property.
7893 2005-06-15  Miles Bader  <miles@gnu.org>
7895         * progmodes/which-func.el (which-func): Only inherit
7896         `font-lock-function-name-face' when that makes sense against the
7897         default mode-line face, otherwise set the face color explicitly.
7899         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7900         faces instead of (non-existent) variables.
7902 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7904         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7905         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7907 2005-06-14  Miles Bader  <miles@gnu.org>
7909         * progmodes/ld-script.el (ld-script-location-counter):
7910         Remove "-face" suffix from face name.
7911         (ld-script-location-counter-face):
7912         New backward-compatibility alias for renamed face.
7913         (ld-script-location-counter-face): Use renamed face.
7915         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7916         (cperl-hash): Remove "-face" suffix from face names.
7917         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7918         New backward-compatibility aliases for renamed faces.
7919         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7920         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7922         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7923         name.
7924         (which-func-face): New backward-compatibility alias for renamed face.
7925         (which-func-format): Use renamed which-func face.
7927         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7928         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7929         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7930         names.
7931         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7932         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7933         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7934         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7935         (vhdl-speedbar-architecture-selected)
7936         (vhdl-speedbar-configuration-selected)
7937         (vhdl-speedbar-package-selected)
7938         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7939         names.
7940         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7941         Use renamed faces.
7942         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7943         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7944         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7945         Use renamed faces.
7946         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7947         names.
7948         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7949         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7950         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7951         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7952         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7953         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7955         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7956         face name.
7957         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7958         (sh-heredoc-face): Use renamed sh-heredoc face.
7960         * progmodes/idlw-help.el (idlwave-help-link):
7961         Remove "-face" suffix from face name.
7962         (idlwave-help-link-face):
7963         New backward-compatibility alias for renamed face.
7964         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7966         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7967         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7968         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7969         New backward-compatibility aliases for renamed faces.
7970         (idlwave-shell-disabled-breakpoint-face)
7971         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7973         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7974         Remove "-face" suffix from face names.
7975         (flymake-errline-face, flymake-warnline-face):
7976         New backward-compatibility aliases for renamed faces.
7977         (flymake-highlight-line): Use renamed flymake faces.
7979         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7980         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7981         (ebrowse-member-class, ebrowse-progress):
7982         Remove "-face" suffix from face names.
7983         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7984         (ebrowse-file-name-face, ebrowse-default-face)
7985         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7986         (ebrowse-progress-face):
7987         New backward-compatibility aliases for renamed faces.
7988         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7989         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7990         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7991         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7993         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7994         antlr-syntax)
7995         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7996         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7997         names.
7998         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7999         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8000         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8001         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8002         backward-compatibility aliases for renamed faces.
8003         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8004         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8005         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8006         remove "font-lock-".  Use renamed antlr-mode faces.
8007         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8008         literal face-names with face variable references.
8010         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8011         face name.
8012         (Buffer-menu-buffer-face): New backward-compatibility alias for
8013         renamed face.
8014         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8016 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8018         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8019         Eliminate "-face" suffix.
8020         (makefile-targets): Inherit from font-lock-function-name-face and
8021         eliminate "-face" suffix.
8022         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8023         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8024         actions, instead of prepending, to make it less visible.
8025         (makefile-previous-dependency, makefile-match-dependency):
8026         Don't match a target on a continuation line.
8028         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8030 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8032         * progmodes/gdb-ui.el (menu): Re-order menu items.
8033         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8035         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8036         Define in tooltip.el.
8037         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8038         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8039         gud-tooltip-echo-area.
8041         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8042         backward compatibility and make obsolete.
8043         (tooltip-help-tips): Use tooltip-use-echo-area.
8044         (tooltip-show-help-function): Rename to...
8045         (tooltip-show-help): ...this, because it is a function.
8046         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8048 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8050         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8051         (edebug-print-length, edebug-print-level, edebug-print-circle)
8052         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8053         (edebug-eval-print-last-sexp): Doc fixes.
8055 2005-06-14  Kim F. Storm  <storm@cua.dk>
8057         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8058         as the coverage buffer/file/both may change.
8060 2005-06-14  Lute Kamstra  <lute@gnu.org>
8062         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8063         and run-mode-hooks.  Simplify.
8065         * mail/rmailedit.el (rmail-edit-mode):
8066         * progmodes/octave-inf.el (inferior-octave-mode):
8067         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8069         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8070         and run-mode-hooks.
8071         (recentf-edit-list, recentf-open-files): Don't call
8072         kill-all-local-variables directly.
8074         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8076 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8078         * emacs-lisp/byte-run.el (make-obsolete)
8079         (define-obsolete-function-alias): Rename arguments FUNCTION and
8080         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8081         (make-obsolete-variable, define-obsolete-variable-alias):
8082         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8083         respectively.
8085         * isearchb.el (isearchb-activate):
8086         * pcvs.el (cvs-mode):
8087         * ses.el (ses-load):
8088         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8089         * net/tramp.el (tramp-find-file-exists-command)
8090         (tramp-find-shell):
8091         * progmodes/ada-mode.el (ada-create-case-exception)
8092         (ada-create-case-exception-substring, ada-make-subprogram-body):
8093         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8094         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8095         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8096         * textmodes/org.el (org-promote, org-evaluate-time-range)
8097         (org-agenda-next-date-line, org-agenda-previous-date-line)
8098         (org-agenda-error, org-open-at-point, org-table-move-row)
8099         (org-format-table-table-html-using-table-generate-source)
8100         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8101         * textmodes/reftex.el (reftex-access-scan-info):
8102         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8103         (reftex-toc-promote-prepare): Follow error conventions.
8105         * diff-mode.el (diff-mode): Fix typo in docstring.
8107         * forms.el (forms--intuit-from-file): Fix reference to
8108         `forms-number-of-fields' in error message.
8109         (forms-print): Fix quoting in error message.
8111         * forms.el (forms-mode):
8112         * emulation/vi.el (vi-goto-insert-state):
8113         * progmodes/flymake.el (flymake-new-err-info)
8114         (flymake-start-syntax-check-for-current-buffer)
8115         (flymake-simple-cleanup):
8116         * eshell/esh-var.el (eshell/export):
8117         * progmodes/gud.el (xdb):
8118         * textmodes/flyspell.el (flyspell-incorrect-hook)
8119         (flyspell-maybe-correct-transposition)
8120         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8122 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8124         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8125         minibuffer prompt.
8127 2005-06-13  Kim F. Storm  <storm@cua.dk>
8129         * subr.el (add-to-ordered-list): New defun.
8131         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8132         add cua--keymap-alist to emulation-mode-map-alists.
8134 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * subr.el (complete-in-turn): New macro.
8137         (dynamic-completion-table, lazy-completion-table): Add debug info.
8139         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8140         in preference to face aliases.
8142         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8143         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8144         Remove unused vars `start' and `firstline'.
8145         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8146         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8148 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8150         * cus-start.el (all): Don't complain about missing GTK-related
8151         variables, unless either `gtk' is boundp or this isn't a
8152         `windows-nt' build.
8154 2005-06-13  Lute Kamstra  <lute@gnu.org>
8156         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8157         run-mode-hooks.
8159         * ediff-mult.el (ediff-meta-mode):
8160         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8162         * ledit.el (ledit-mode): Use delay-mode-hooks.
8164         * woman.el (woman-mode-line-format): Delete constant.
8165         (woman-mode-map): Initialize it properly.
8166         (woman-mode): Set mode-class property to special.
8167         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8168         Set major-mode and mode-name.  Don't set mode-line-format directly.
8169         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8171         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8172         string argument obsolete.
8174 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8176         * textmodes/org.el (org-CUA-compatible): New option.
8177         (org-disputed-keys): New variable.
8178         (org-key): New function.
8179         (orgtbl-make-binding): Add docstring to the created function.
8180         (org-mode): Set paragraph start/separate regexps.
8181         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8182         (org-archive-location, org-archive-mark-done)
8183         (org-archive-stamp-time): New options.
8184         (org-archive-subtree): New command.
8185         (org-fill-paragraph): New function.
8186         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8187         (org-fake-empty-table-line): Function removed.
8188         (org-format-org-table-html): Do not create empty table lines at
8189         separator lines.  Improved table header treatment.
8190         (org-link-format): New option.
8191         (org-make-link): New function.
8192         (org-insert-link, org-store-link): Use org-make-link.
8193         (org-open-file): Quote file name for shell command, to allow
8194         spaces in file names.
8195         (org-link-regexp): Fix bug with mailto link.
8196         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8197         New constants.
8198         (org-export-as-html): Deal with the optional angles around a link.
8199         Better treatment of file: links.
8200         (org-open-at-point): Replace @{ and @} with < and >.
8201         (org-run-mode-hooks): Function removed.
8202         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8204 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8206         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8207         MI command -data-list-register-values.
8208         (gdb-post-prompt): Indent properly.
8210 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8212         * hilit-chg.el (highlight-changes-colors): Rename from
8213         `highlight-changes-colours'.
8214         (highlight-changes-colours): Keep as obsolete alias.
8215         (highlight-changes-face-list): Doc fix.
8216         (hilit-chg-make-list): Use `highlight-changes-colors'.
8218 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8220         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8221         defun-prompt-regexp.
8223 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8225         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8226         and cygwin.
8228         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8229         Don't use an old loaddefs.el, as in Makefile.in.
8231 2005-06-12  Lute Kamstra  <lute@gnu.org>
8233         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8235         * man.el (Man-mode-map): Initialize it properly.
8236         (Man-mode): Set mode-class property to special.
8238         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8240 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8242         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8243         A newline is needed in the docstring there.
8245         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8246         Doc fixes.
8248 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8250         * printing.el: Doc fix.  The menubar is no more changed when printing
8251         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8252         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8253         (pr-version): New version number (6.8.4).
8254         (pr-menu-bind): New command.
8255         (pr-update-menus): Docstring and code fix.
8256         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8257         Docstring fix.
8258         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8259         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8261 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8263         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8264         "Returns" to "return", document useful return values, etc.
8266 2005-06-11  Alan Mackenzie  <acm@muc.de>
8268         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8269         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8270         (adaptive-file-function): Minor amendment to doc-string.
8272 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8274         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8275         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8276         Fix :type--it is `integer', not `string'.
8278         * faces.el (modeline-highlight): Rename from (the erroneous)
8279         `modeline-higilight'.
8281 2005-06-11  Lute Kamstra  <lute@gnu.org>
8283         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8284         lisp-interaction-mode-map but make it the parent.
8285         (edebug-eval-mode): Use define-derived-mode.
8287 2005-06-11  Andreas Schwab  <schwab@suse.de>
8289         * bindings.el: Add binding of `ESC functionkey' for every
8290         `M-functionkey'.
8291         * hexl.el (hexl-mode-map): Likewise.
8293 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8295         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8296         [msft]: update regexp for newer msft compilers.
8298 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8300         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8301         ATTLIST portions of included DTDs.
8302         (xml-parse-dtd): Eliminate use of inefficient match-data.
8304 2005-06-10  Miles Bader  <miles@gnu.org>
8306         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8307         (mpuz-text): Remove "-face" suffix from face names.
8308         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8309         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8310         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8312         * play/gomoku.el (gomoku-O, gomoku-X):
8313         Remove "-face" suffix from face names.
8314         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8315         New backward-compatibility aliases for renamed faces.
8316         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8318 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8320         * thumbs.el: Fixes for changes of 2005-06-09.
8321         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8322         as a directory.
8323         (thumbs-thumbname): Remove directory separator from format string;
8324         `thumbs-thumbsdir' now returns a valid directory name.
8325         (thumbs-temp-dir): New defsubst.
8326         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8327         Use it.
8329         * cus-edit.el (minibuffer):
8330         * files.el (make-backup-file-name-function):
8331         * filesets.el (filesets-external-viewers):
8332         * hilit-chg.el (highlight-changes-colours)
8333         (highlight-changes-face-list, highlight-changes-rotate-faces):
8334         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8335         * kmacro.el (kmacro-call-macro):
8336         * log-edit.el (log-edit-changelog-full-paragraphs):
8337         * mouse.el (mouse-1-click-follows-link):
8338         * skeleton.el (skeleton-autowrap):
8339         * subr.el (insert-for-yank-1):
8340         * tempo.el (tempo-insert-region):
8341         * terminal.el (terminal-emulator):
8342         * time.el (display-time-mail-face):
8343         * vc.el (vc-annotate):
8344         * vcursor.el (vcursor-copy-line):
8345         * woman.el (woman-bold-headings, woman-ignore)
8346         (woman-default-faces, woman-monochrome-faces):
8347         * calendar/todo-mode.el (todo-insert-threshold):
8348         * emulation/pc-select.el (pc-select-selection-keys-only)
8349         (pc-selection-mode):
8350         * emulation/vip.el (vip-find-char-forward):
8351         * emulation/viper-cmd.el (viper-find-char-forward):
8352         * international/mule-cmds.el
8353         (select-safe-coding-system-accept-default-p)
8354         (input-method-exit-on-invalid-key):
8355         * international/mule-diag.el (describe-coding-system):
8356         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8357         * net/browse-url.el (browse-url-xterm-program):
8358         * obsolete/lazy-lock.el (lazy-lock-mode):
8359         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8360         (cperl-mode):
8361         * progmodes/cpp.el (cpp-face-light-name-list)
8362         (cpp-face-dark-name-list):
8363         * progmodes/delphi.el (delphi-newline-always-indents):
8364         Fix spellings in docstrings.
8366         * ido.el (ido-mode, ido-file-extensions-order)
8367         (ido-default-file-method, ido-default-buffer-method)
8368         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8369         (ido-decorations, ido-read-file-name-as-directory-commands)
8370         (ido-read-file-name-non-ido, ido-work-directory-list)
8371         (ido-ignore-item-temp-list, ido-current-directory)
8372         (ido-magic-forward-char, ido-enter-find-file)
8373         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8374         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8376 2005-06-10  Lute Kamstra  <lute@gnu.org>
8378         * play/dunnet.el (dun-mode): Use define-derived-mode.
8379         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8380         obsolete alias.
8382         * play/doctor.el (doctor-mode-map): Remove defvar.
8383         (doctor-mode): Use define-derived-mode.
8385         * mail/mspools.el (mspools-mode):
8386         * net/eudc-hotlist.el (eudc-hotlist-mode):
8387         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8389 2005-06-10  Miles Bader  <miles@gnu.org>
8391         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8392         Remove "-face" suffix from face names.
8393         (flyspell-incorrect-face, flyspell-duplicate-face):
8394         New backward-compatibility aliases for renamed faces.
8395         (flyspell-mode-on, make-flyspell-overlay)
8396         (flyspell-highlight-incorrect-region)
8397         (flyspell-highlight-duplicate-region)
8398         (flyspell-display-next-corrections)
8399         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8401         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8402         from face name.
8403         (texinfo-heading-face): New backward-compatibility alias for
8404         renamed face.
8405         (texinfo-heading-face): Use renamed texinfo-heading face.
8407         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8408         suffix from face names.
8409         (tex-math-face, tex-verbatim-face):
8410         New backward-compatibility aliases for renamed faces.
8411         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8412         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8413         literal face name.
8415         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8416         name.
8417         (table-cell-face): New backward-compatibility alias for renamed face.
8418         (table--put-cell-face-property, table--update-cell-face):
8419         Use renamed table-cell face.
8421         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8422         from face name.
8423         (sgml-namespace-face): New backward-compatibility alias for
8424         renamed face.
8425         (sgml-namespace-face): Use renamed sgml-namespace face.
8427         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8428         (org-level-4, org-level-5, org-level-6, org-level-7)
8429         (org-level-8, org-warning, org-headline-done)
8430         (org-deadline-announce, org-scheduled-today)
8431         (org-scheduled-previously, org-link, org-done, org-table)
8432         (org-time-grid): Remove "-face" suffix from face names.
8433         (org-level-1-face, org-level-2-face, org-level-3-face)
8434         (org-level-4-face, org-level-5-face, org-level-6-face)
8435         (org-level-7-face, org-level-8-face, org-warning-face)
8436         (org-headline-done-face, org-deadline-announce-face)
8437         (org-scheduled-today-face, org-scheduled-previously-face)
8438         (org-link-face, org-done-face, org-table-face)
8439         (org-time-grid-face):
8440         New backward-compatibility aliases for renamed faces.
8441         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8442         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8443         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8444         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8446         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8447         (viper-minibuffer-emacs, viper-minibuffer-insert)
8448         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8449         (viper-search-face, viper-replace-overlay-face)
8450         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8451         (viper-minibuffer-vi-face):
8452         New backward-compatibility aliases for renamed faces.
8453         (viper-search-face, viper-replace-overlay-face)
8454         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8455         (viper-minibuffer-vi-face): Use renamed viper faces.
8457         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8458         Remove "-face" suffix from face names.
8459         (testcover-nohits-face, testcover-1value-face):
8460         New backward-compatibility aliases for renamed faces.
8461         (testcover-mark): Use renamed testcover faces.
8463         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8464         face name.
8465         (diary-button-face): New backward-compatibility alias for renamed face.
8466         (diary-entry): Use renamed diary-button face.
8468         * calendar/calendar.el (diary, calendar-today, holiday)
8469         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8470         (diary-face, calendar-today-face, holiday-face):
8471         New backward-compatibility aliases for renamed faces.
8472         (eval-after-load "facemenu", diary-entry-marker)
8473         (calendar-today-marker, calendar-holiday-marker, diary-face):
8474         Use renamed calendar faces.
8476         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8477         (compare-windows-face): New backward-compatibility alias for
8478         renamed face.
8479         (compare-windows-highlight): Use renamed compare-windows face.
8481         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8482         (strokes-char-face): New backward-compatibility alias for renamed face.
8483         (strokes-encode-buffer): Use renamed strokes-char face.
8485         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8486         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8487         Remove "-face" suffix from face names.
8488         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8489         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8490         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8491         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8492         Use renamed pcvs faces.
8493         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8494         * pcvs-defs.el (cvs-mode-map): Likewise.
8495         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8497         * info.el (info-title-1, info-title-2, info-title-3)
8498         (info-title-4): Remove "-face" suffix from and downcase face names.
8499         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8500         (Info-title-4-face):
8501         New backward-compatibility aliases for renamed faces.
8502         (Info-fontify-node): Use renamed info faces.
8504         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8505         Remove "-face" suffix from face names.
8506         (highlight-changes-face, highlight-changes-delete-face):
8507         New backward-compatibility aliases for renamed faces.
8508         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8509         (hilit-chg-make-list): Use renamed highlight-changes faces.
8511         * generic-x.el (show-tabs-tab, show-tabs-space):
8512         Remove "-face" suffix from face names.
8513         (show-tabs-tab-face, show-tabs-space-face):
8514         New backward-compatibility aliases for renamed faces.
8515         (show-tabs-generic-mode-font-lock-defaults-1)
8516         (show-tabs-generic-mode-font-lock-defaults-2):
8517         Use renamed show-tabs faces.
8519         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8520         (smerge-markers): Remove "-face" suffix from face names.
8521         (smerge-mine-face, smerge-other-face, smerge-base-face)
8522         (smerge-markers-face):
8523         New backward-compatibility aliases for renamed faces.
8524         (smerge-mine-face, smerge-other-face, smerge-base-face)
8525         (smerge-markers-face): Use renamed smerge faces.
8527         * log-view.el (log-view-file, log-view-message): Remove "-face"
8528         suffix from face names.
8529         (log-view-file-face, log-view-message-face):
8530         New backward-compatibility aliases for renamed faces.
8531         (log-view-file-face, log-view-message-face): Use renamed log-view
8532         faces.
8534         * paren.el (show-paren-match, show-paren-mismatch):
8535         Remove "-face" suffix from face names.
8536         (show-paren-match-face, show-paren-mismatch-face):
8537         New backward-compatibility aliases for renamed faces.
8538         (show-paren-function): Use renamed show-paren faces.
8540         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8541         (ruler-mode-margins, ruler-mode-fringes)
8542         (ruler-mode-column-number, ruler-mode-fill-column)
8543         (ruler-mode-comment-column, ruler-mode-goal-column)
8544         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8545         suffix from face names.
8546         (ruler-mode-default-face, ruler-mode-pad-face)
8547         (ruler-mode-margins-face, ruler-mode-fringes-face)
8548         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8549         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8550         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8551         New backward-compatibility aliases for renamed faces.
8552         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8553         (ruler-mode-column-number, ruler-mode-fill-column)
8554         (ruler-mode-comment-column, ruler-mode-goal-column)
8555         (ruler-mode-tab-stop, ruler-mode-current-column)
8556         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8557         faces.
8559         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8560         face name.
8561         (whitespace-highlight-the-space): Use renamed face.
8562         (whitespace-highlight-face): New backward-compatibility alias for
8563         renamed face.
8565         * woman.el (woman-italic, woman-bold, woman-unknown)
8566         (woman-addition, woman-symbol-face):
8567         Remove "-face" suffix from face names.
8568         (woman-italic-face, woman-bold-face, woman-unknown-face)
8569         (woman-addition-face):
8570         New backward-compatibility aliases for renamed faces.
8571         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8572         (woman-decode-region, woman-replace-match)
8573         (woman-display-extended-fonts, woman-special-characters)
8574         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8575         Use renamed woman faces.
8577         * longlines.el (longlines-visible-face): Face removed.
8579         * diff-mode.el (diff-header, diff-file-header, diff-index)
8580         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8581         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8582         suffix from face names.
8583         (diff-header-face, diff-file-header-face, diff-index-face)
8584         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8585         (diff-changed-face, diff-function-face, diff-context-face)
8586         (diff-nonexistent-face): New backward-compatibility aliases for
8587         renamed faces.
8588         (diff-header-face, diff-file-header-face)
8589         (diff-index, diff-index-face, diff-hunk-header)
8590         (diff-hunk-header-face, diff-removed, diff-removed-face)
8591         (diff-added, diff-added-face, diff-changed-face, diff-function)
8592         (diff-function-face, diff-context-face, diff-nonexistent)
8593         (diff-nonexistent-face): Use renamed diff-mode faces.
8595         * progmodes/compile.el (compilation-warning-face)
8596         (compilation-info-face): Remove "-face" suffix from face names.
8597         (compilation-warning-face, compilation-info-face):
8598         New backward-compatibility aliases for renamed faces.
8599         (compilation-warning-face, compilation-info-face):
8600         Use renamed compilation faces.
8602         * add-log.el (change-log-date, change-log-name)
8603         (change-log-email, change-log-file, change-log-list)
8604         (change-log-conditionals, change-log-function)
8605         (change-log-acknowledgement): Remove "-face" suffix from face names.
8606         (change-log-date-face, change-log-name-face)
8607         (change-log-email-face, change-log-file-face)
8608         (change-log-list-face, change-log-conditionals-face)
8609         (change-log-function-face, change-log-acknowledgement-face):
8610         New backward-compatibility aliases for renamed faces.
8611         (change-log-font-lock-keywords): Use renamed change-log faces.
8613         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8614         (custom-set, custom-changed, custom-saved, custom-button)
8615         (custom-button-pressed, custom-documentation, custom-state)
8616         (custom-comment, custom-comment-tag, custom-variable-tag)
8617         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8618         (custom-group-tag): Remove "-face" suffix from face names.
8619         (custom-magic-alist, custom-magic-value-create)
8620         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8621         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8622         (custom-set-face, custom-changed-face, custom-saved-face)
8623         (custom-button-face, custom-button-pressed-face)
8624         (custom-documentation-face, custom-state-face)
8625         (custom-comment-face, custom-comment-tag-face)
8626         (custom-variable-tag-face, custom-variable-button-face)
8627         (custom-face-tag-face, custom-group-tag-face-1)
8628         (custom-group-tag-face):
8629         New backward-compatibility aliases for renamed faces.
8631         * wid-edit.el (widget-documentation, widget-button)
8632         (widget-field, widget-single-line-field, widget-inactive)
8633         (widget-button-pressed): "-face" suffix removed from face names.
8634         (widget-documentation-face, widget-button-face)
8635         (widget-field-face, widget-single-line-field-face)
8636         (widget-inactive-face, widget-button-pressed-face):
8637         New backward-compatibility aliases for renamed faces.
8638         (widget-documentation-face, widget-button-face)
8639         (widget-button-pressed-face, widget-specify-field)
8640         (widget-specify-inactive): Use renamed widget faces.
8642 2005-06-10  Kenichi Handa  <handa@m17n.org>
8644         * term/x-win.el (x-clipboard-yank): Remove condition-case
8645         wrapping.
8647 2005-06-11  Kenichi Handa  <handa@m17n.org>
8649         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8650         date lines stricter.
8652 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8654         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8655         of x-get-selection.
8657 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8659         * comint.el (comint-mode, comint-snapshot-last-prompt):
8660         * frame.el (frame-current-scroll-bars):
8661         * term.el (term-mode, term-check-proc, term-input-sender)
8662         (term-simple-send, term-extract-string, term-word)
8663         (term-match-partial-filename):
8664         * window.el (window-current-scroll-bars):
8665         * emulation/cua-base.el (cua-normal-cursor-color)
8666         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8667         (cua-global-mark-cursor-color):
8668         * mail/undigest.el (rmail-forward-separator-regex):
8669         Fix typos in docstrings.
8671         * comint.el (comint-check-proc, make-comint-in-buffer)
8672         (comint-source-default): Doc fixes.
8674         * term.el (term-send-string): Improve argument/docstring consistency.
8676 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8678         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8679         call to `delete-region'.
8680         (comint-mode-hook): Do not enable Font Lock by default.
8682 2005-06-09  Lute Kamstra  <lute@gnu.org>
8684         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8685         could be void.
8687 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8690         (debug): Use it.
8691         (debugger-step-through, debugger-continue, debugger-jump)
8692         (debugger-return-value): Set it when needed.
8693         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8694         Use inhibit-read-only.
8696 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8698         * window.el (shrink-window-if-larger-than-buffer)
8699         (window-size-fixed): Fix typo in docstring.
8701         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8702         thumbnails directory on loading.
8703         (thumbs-conversion-program): Use `eq' to check the system type,
8704         not `equal'.
8705         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8706         not "/tmp".  Fix docstring.
8707         (thumbs-thumbsdir): New function to return the thumbnails
8708         directory, creating it if needed.
8709         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8710         (thumbs-temp-file): Delete variable and make it into a function.
8711         (thumbs-resize-image, thumbs-modify-image): Use it.
8712         (thumbs-kill-buffer): Simplify.
8713         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8714         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8715         docstrings.
8717 2005-06-09  Kim F. Storm  <storm@cua.dk>
8719         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8720         set-match-data to free markers in match-data.
8722         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8723         match-data to unchain markers in match-data.
8725 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8727         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8728         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8729         unnecessary now.
8731 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8733         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8734         give the variable a doc string that doesn't say don't set it directly.
8736         * textmodes/ispell.el (ispell-check-version):
8737         Use match-string-no-properties.
8738         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8739         (ispell-buffer-local-words): Likewise.
8741         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8742         except on terminals with enough colors to really display it.
8743         (makefile-dependency-regex): Delete spurious `bb'.
8745         * faces.el (escape-glyph): Use blue once again in last case.
8746         (no-break-space): Redefine so that it isn't invisible on a tty.
8748 2005-06-08  Kim F. Storm  <storm@cua.dk>
8750         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8751         also when reading directory name.
8753 2005-06-08  Lute Kamstra  <lute@gnu.org>
8755         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8756         (flyspell-mode-line-string): Remove autoload cookie.
8757         (flyspell-mode): Remove defvar.
8759 2005-06-07  Lute Kamstra  <lute@gnu.org>
8761         * textmodes/org.el (org-run-mode-hooks): New function.
8762         (org-agenda-mode): Use it.
8764 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8766         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8768 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8770         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8772 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8774         * font-lock.el (font-lock-add-keywords): Doc fix.
8776 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8778         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8779         (tex-compile-default): In the absence of any history, use the order in
8780         tex-compile-alist to choose the preferred command.
8781         (tex-compile-commands): Reorder a bit.
8783         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8784         (flyspell-incorrect-face, flyspell-duplicate-face):
8785         Use (X)Emacs-agnostic code.
8786         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8787         redundant with the subsequent add-minor-mode.  Merge Emacs and
8788         XEmacs code.
8789         (flyspell-word): Minor simplification.
8790         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8791         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8792         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8793         Merge the corresponding Emacs code.
8794         (flyspell-correct-word, flyspell-xemacs-popup):
8795         Use flyspell-do-correct.
8797         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8798         a dedicated window.
8800         * international/latexenc.el (latexenc-find-file-coding-system):
8801         Undo part of last patch, to turn off a compiler warning.
8803 2005-06-06  Juri Linkov  <juri@jurta.org>
8805         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8806         Rename `tmm-inactive-face' to `tmm-inactive'.
8808 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8810         * iswitchb.el: Rename faces.
8812 2005-06-06  Kim F. Storm  <storm@cua.dk>
8814         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8815         (cua-global-mark): Remove -face suffix from face names.
8817         * emulation/cua-gmrk.el (cua--init-global-mark):
8818         Remove cua-global-mark face setup.
8820 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8822         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8823         just like other allowed characters.
8824         (makefile-match-dependency): Exclude leading and training whitespace
8825         from the range of regexp subexp 1.
8826         (makefile-macroassign-regex): Don't try to match the body,
8827         just the name of the macro being defined.
8829         * info.el (Info-read-node-name-2): New function.
8830         (Info-read-node-name-1): Use that.
8831         Add a completion-base-size-function property.
8833         * simple.el (completion-setup-function): Look for
8834         completion-base-size-function property of minibuffer-completion-table.
8836         * files.el (locate-file-completion): Doc fix.
8838         * printing.el: Don't call pr-update-menus; user must do that.
8840         * emacs-lisp/debug.el (debugger-window): New variable.
8841         (debug): Use debugger-window if it is set and still alive.
8842         Record debugger-window for next entry.
8844         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8846 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8848         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8849         (hack-one-local-variable, hack-local-variables)
8850         (hack-local-variables-prop-line): Pass that arg.
8852 2005-06-06  Kim F. Storm  <storm@cua.dk>
8854         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8855         (ido-indicator): Remove -face suffix from face names.
8857 2005-06-06  Juri Linkov  <juri@jurta.org>
8859         * font-lock.el (font-lock-regexp-backslash)
8860         (font-lock-regexp-backslash-construct): New faces.
8861         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8862         after `('.  Add `while-no-input' to control structures.
8864         * faces.el (no-break-space, shadow): New faces.
8865         (escape-glyph): Use less loud colors pink2 and red4.
8867         * diff-mode.el (diff-context-face)
8868         * dired.el (dired-ignored)
8869         * rfn-eshadow.el (file-name-shadow)
8870         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8872         * info.el (Info-title-1-face): Use green instead of yellow because
8873         bold yellow is not readable on light backgrounds.
8875         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8876         before selecting the desired mode to not spend time fontifying
8877         old contents.
8879 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8881         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8882         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8884         * ps-print.el (ps-default-fg, ps-default-bg):
8885         Fix typos in docstrings.
8887         * isearchb.el (isearchb): Don't pass a spurious second argument to
8888         `iswitchb-completions'.
8890 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8892         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8893         to preserve point.
8894         (gdb-find-file-hook): Add doc string.
8896         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8897         C dereferenced pointer expression.
8898         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8900         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8902         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8903         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8904         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8905         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8906         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8907         Make background transparent.
8909 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8911         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8912         (font-lock-remove-keywords): Doc fix.
8913         (font-lock-mode-major-mode): Compiler defvar.
8914         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8916         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8917         (font-lock-mode): Update `font-lock-mode-major-mode'.
8918         (font-lock-set-defaults): Compiler defvar.
8919         (font-lock-default-function): Take `font-lock-mode-major-mode'
8920         into account.
8922         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8923         keep track of which major mode it enabled the minor mode for.
8924         Use find-file-hook again.  Update docstring.
8926         * simple.el (eval-expression-print-level)
8927         (eval-expression-print-length, eval-expression-debug-on-error):
8928         Doc fixes.
8930 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8932         * iswitchb.el (iswitchb-single-match-face)
8933         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8934         (iswitchb-invalid-regexp-face): New faces.
8935         (iswitchb-completions): Use them.
8936         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8937         now marked as an obsolete alias.
8938         (iswitchb-read-buffer): Remove check for bound font variables.
8939         (iswitchb-invalid-regexp): New free variable.
8940         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8941         set iswitchb-invalid-regexp.
8942         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8943         invalid regexps.
8944         (iswitchb-completions): Add check for complete match when entering
8945         a regexp.
8946         (iswitchb-completions): Remove require-match argument.
8947         (iswitchb-exhibit): Fix caller.
8948         (iswitchb-common-match-inserted): New variable.
8949         (iswitchb-complete, iswitchb-completion-help): Use it.
8951 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8953         * url-http.el (url-http-chunked-encoding-after-change-function):
8954         Use `url-http-debug' instead of `message'.
8956 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8958         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8959         callback argument.
8961 2005-06-04  Kim F. Storm  <storm@cua.dk>
8963         * simple.el (line-move): Only call sit-for when moving backwards.
8965         * ido.el (ido-make-merged-file-list-1): New defun split from
8966         ido-make-merged-file-list.
8967         (ido-make-merged-file-list): Bind throw-on-input around call to
8968         ido-make-merged-file-list-1.  Return input-pending-p if
8969         interrupted by more input available.
8970         (ido-read-internal): Handle input-pending-p return value from
8971         ido-make-merged-file-list.
8973 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8976         compatibility code.
8978         * international/latexenc.el (latexenc-find-file-coding-system):
8979         Don't inherit the EOL part of the coding-system from the
8980         tex-main buffer.  Fit within 80 columns.
8982 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
8984         * tmm.el (tmm-inactive-face): New face.
8985         (tmm-remove-inactive-mouse-face): New function.
8986         (tmm-prompt, tmm-add-one-shortcut)
8987         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8988         but not selectable.
8990 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
8992         * faces.el (face-equal): Improve argument/docstring consistency.
8994 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
8996         * progmodes/make-mode.el (makefile-targets-face)
8997         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8998         (makefile-bsdmake-dependency-regex)
8999         (makefile-makepp-rule-action-regex)
9000         (makefile-bsdmake-rule-action-regex): New constants.
9001         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9003         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9004         Allow (...) within `...' for makepp messages.
9006 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9008         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9010         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9011         "." files are deleted from all file lists before comparison.
9013         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9014         (viper-ESC-key): Made them customizable.
9016         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9018 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9020         * autorevert.el (auto-revert-buffers): Use save-match-data.
9022 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9025         menu items with a nil command binding.
9027 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9029         * emacs-lisp/cl-macs.el (defsetf):
9030         Improve argument/docstring consistency.
9032         * faces.el (list-faces-display): Improve the formatting by
9033         computing the maximum length required for any face-name (reworked
9034         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9035         (internal-find-face): Remove redundant info in docstring.
9037 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9039         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9040         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9041         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9042         (gdb-assembler-custom): Improve regexps.
9043         (def-gdb-auto-update-handler): Use window point to preserve point.
9045 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9049 2005-05-31  Jay Belanger  <belanger@truman.edu>
9051         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9052         to calc-embedded.
9053         (calc-embedded-make-info): Have plain prefix argument select
9054         entire line.
9056 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9058         * faces.el (list-faces-display): Signal error if passed a regexp
9059         that matches no face name.
9061         * simple.el (filter-buffer-substring): Fix typo in docstring.
9063 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9065         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9066         (vhdl-emacs-21): Doc fix.
9067         (vhdl-mode): Unconditionally set comment-padding.
9068         (vhdl-fixup-whitespace-region): Insert spaces only where
9069         there are none.
9070         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9072 2005-05-30  John Wiegley  <johnw@newartisans.com>
9074         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9075         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9076         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9077         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9078         `string-to-number'.
9080 2005-05-30  Jay Belanger  <belanger@truman.edu>
9082         * calc/calc.el (calc-bug-address): Fix docstring.
9083         (calc-window-hook, calc-trail-window-hook): New variables.
9084         (calc-trail-display): Restore use of calc-trail-window-hook.
9085         (calc): Restore use of calc-window-hook.
9087 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9089         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9091         * help-fns.el (help-C-file-name): Add autoload mark for
9092         `find-function-noselect'.
9094 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9096         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9097         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9099 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9101         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9102         included diary buffer if it was not already being visited.
9103         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9105         * calendar/icalendar.el (top-level): Do not require 'appt.
9107         * mail/supercite.el (sc-select-attribution): Only use a list
9108         element from sc-attrib-selection-list if it returns a string.
9109         Reported by Davide G. M. Salvetti <salve@debian.org>.
9111 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9113         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9114         includes a hash value to improve its uniqueness, and has a ".jpg"
9115         extension.  Also, it is now a valid filename on all systems.
9116         (thumbs-make-thumb): Use `let', not `let*'.
9117         (thumbs-show-thumbs-list): Check for JPEG availability.
9119 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9121         * filesets.el (filesets-menu-ensure-use-cached):
9122         Prevent warning when emacs-version>= is undefined.
9124         * printing.el (pr-interactive-n-up): Use string-to-number.
9126         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9128         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9129         Warn only when name to be defined is quoted.
9131 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9133         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9134         Make regexp more robust.
9135         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9136         Force regeneration of disassembly.
9138 2005-05-29  Jay Belanger  <belanger@truman.edu>
9140         * calc/calc.el (calc-user-invocation): Check if
9141         calc-invocation-macro is non-nil.
9143 2005-05-29  Juri Linkov  <juri@jurta.org>
9145         * add-log.el (change-log-font-lock-keywords):
9146         Add `+' to e-mail regexp to accept mail address with keywords.
9148         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9150 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9152         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9154         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9156 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9158         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9159         Undo the change that moves to end of the current word.
9161 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9163         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9164         Throw error when count <= 0 to ensure input is a number.
9165         (gdb-read-memory-custom): Pick up address from buffer.
9166         (gdb-memory-mode): Allow user to increment and decrement
9167         memory address from header line.
9169 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9171         * flyspell.el (flyspell-version): Function deleted.
9172         (flyspell-auto-correct-previous-hook): Doc fix.
9174         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9175         Do nothing if memory is full.
9177         * font-lock.el (font-lock-fontify-syntactically-region):
9178         Pass t for GREEDY to looking-back.
9180         * saveplace.el (save-place-alist-to-file): Write the file
9181         using write-region.
9183         * subr.el (looking-back): New argument GREEDY.
9185         * progmodes/compile.el (compilation-start): Set the mode
9186         before inserting the initial text.
9188         * progmodes/which-func.el (which-func-update-1): Turn the mode
9189         off in case of error by setting which-func-mode.
9191 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9193         * flyspell.el (flyspell-auto-correct-previous-word):
9194         Narrow down to what's on the screen, and recenter overlays
9195         at the end of the next word.
9197 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9199         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9200         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9201         (flyspell-abbrev-p): Default to nil.
9202         (flyspell-use-global-abbrev-table-p): Doc fix.
9203         (flyspell-large-region): Allow nil as value.
9204         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9206         (mail-mode-flyspell-verify): More robust handling
9207         of `mail-header-separator'.  More efficient signature detection.
9208         Allow for regexp metacharacters in message-header-separator.
9209         Adding `To' not to be checked in mail-mode-flyspell-verify.
9211         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9212         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9213         Bind flyspell-auto-correct-binding.
9214         Bind C-. and C-, .
9215         (flyspell-mode-map): Likewise.
9216         (flyspell-mode): Doc fix.
9217         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9218         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9219         (flyspell-word-cache-result): New var, always local.
9220         (flyspell-check-pre-word-p): Doc fix.
9221         (flyspell-check-changed-word-p): Handle spc like newline.
9222         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9223         (flyspell-word-search-backward, flyspell-word-search-forward):
9224         New functions.
9225         (flyspell-word): Return t if nothing to check.
9226         When parsing TeX code, check for after } or \.
9227         Use flyspell-word-search-backward to find previous word.
9228         Return nil if duplicated word.
9229         For word already checked, return same value as last time.
9230         Set flyspell-word-cache-result after checking.
9231         Don't clobber the return value.
9232         (flyspell-get-word): Major rewrite.
9233         (flyspell-external-point-words): New locals pword, pcount.
9234         Fix size used in progress message.
9235         Find the proper corresponding word in flyspell-large-region-buffer.
9236         (flyspell-region): Check for flyspell-large-region = nil.
9237         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9238         (flyspell-auto-correct-word): Check that WORD is a cons.
9239         (flyspell-correct-word): Likewise.
9241 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9243         * progmodes/make-mode.el (makefile-rule-action-regex)
9244         (makefile-macroassign-regex, makefile-makepp-mode)
9245         (makefile-bsdmake-mode): Continuation lines may be empty.
9246         Reported by Joshua Varner.
9247         (makefile-makepp-font-lock-keywords): Add $(stem).
9249 2005-05-28  Karl Berry  <karl@gnu.org>
9251         * textmodes/tex-mode.el: Now that tex-send-command calls
9252         shell-quote-argument (2005-03-31 change), remove all calls to
9253         shell-quote-argument; they all end up invoking tex-send-command.
9254         The double quoting loses on filenames with non-safe characters,
9255         such as "@".  Reported by Frederik Fouvry.
9257 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9259         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9260         about preserving point.
9262 2005-05-27  Jay Belanger  <belanger@truman.edu>
9264         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9265         Info-goto-node.
9267         * calc/calc-embed.el (calc-embed-arg): New variable.
9268         (calc-do-embedded-activate, calc-embedded-activate-formula)
9269         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9270         variable by new variable.
9271         (calc-embedded-make-info): Replace undeclared variable by new
9272         variable.  When selecting region with positive prefix
9273         argument, use end of previous line instead of beginning of line.
9275         * calc/calc-aent.el (calc-arg-values): Declare it.
9277         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9278         Declare them.
9280         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9282         * calc/calc.el (calc-alg-map): Declare it.
9284         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9286 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9288         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9289         (gdb-registers-buffer, toggle-gdb-all-registers):
9290         Toggle display of floating point registers.
9291         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9293         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9294         (toggle-gud-tooltip-dereference):
9295         Rename from gud-toggle-tooltip-dereference.
9297 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9301 2005-05-27  Jay Belanger  <belanger@truman.edu>
9303         * calc/calc-prog.el (calc-kbd-report): Remove.
9304         (calc-kbd-query): Rewrite.
9306 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9308         * image.el (image-library-alist): Move to image.c.
9309         (image-type-available-p): Doc fix.
9311 2005-05-27  Lute Kamstra  <lute@gnu.org>
9313         * calc/calc.el (calc):
9314         * outline.el (outline-1, outline-2, outline-3, outline-4)
9315         (outline-5, outline-6, outline-7, outline-8):
9316         * textmodes/dns-mode.el (dns-mode):
9317         * textmodes/sgml-mode.el (sgml-namespace-face):
9318         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9319         (tex-verbatim-face, tex-use-reftex):
9320         * textmodes/texinfo.el (texinfo-heading-face):
9321         Specify customization group.
9323         * longlines.el: Don't require easy-mmode.
9324         (longlines-visible-face): Specify customization group.
9326 2005-05-27  Kenichi Handa  <handa@m17n.org>
9328         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9329         encoding table of windows-1251.
9331         * international/ucs-tables.el (ucs-set-table-for-input):
9332         If translation-table-for-input of a coding system is a symbol, get
9333         its translation-table property.
9335         * international/code-pages.el: Don't register a coding system into
9336         non-iso-charset-alist more than once.
9337         (cp-make-coding-system): Likewise.
9339 2005-05-26  John Wiegley  <johnw@newartisans.com>
9341         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9342         `eshell-resume-eval' is wrapped in a list, it indicates that the
9343         command was run asynchronously.  In that case, unwrap the value
9344         before checking the delimiter value.
9346         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9347         character before a space at the end of a line is \, assume the space
9348         is part of the last argument rather than a final argument separator.
9350         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9351         is in use, and the target is `t' or `nil' (which are the most common
9352         values), don't assume that the symbol target is a buffer.
9354 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9356         * calendar/calendar.el (calendar-mode-line-format):
9357         Use mode-line-highlight as mouse-face.
9359         * time.el (display-time-string-forms, display-time-update):
9360         Use mode-line-highlight as mouse-face.
9362 2005-05-26  Jay Belanger  <belanger@truman.edu>
9364         * calc/calc.el (calc-language-alist): Remove extra defvar.
9366 2005-05-26  Lute Kamstra  <lute@gnu.org>
9368         * arc-mode.el (archive-mode):
9369         * bookmark.el (bookmark-read-annotation-mode)
9370         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9371         * bs.el (bs-mode):
9372         * calc/calc-yank.el (calc-edit-mode):
9373         * calc/calc.el (calc-mode, calc-trail-mode):
9374         * calculator.el (calculator-mode):
9375         * chistory.el (command-history-mode):
9376         * comint.el:
9377         * cus-edit.el (custom-mode):
9378         * descr-text.el (describe-text-mode):
9379         * ebuff-menu.el (Electric-buffer-menu-mode):
9380         * ediff-util.el (ediff-mode):
9381         * emacs-lisp/re-builder.el (reb-mode):
9382         * emulation/vi.el (vi-mode-setup):
9383         * emulation/ws-mode.el (wordstar-mode):
9384         * eshell/esh-mode.el (eshell-mode):
9385         * forms.el (forms-mode):
9386         * help-mode.el (help-mode):
9387         * hexl.el (hexl-mode):
9388         * ibuffer.el (ibuffer-mode):
9389         * ielm.el (inferior-emacs-lisp-mode):
9390         * info.el (Info-mode, Info-edit-mode):
9391         * international/swedish.el:
9392         * ledit.el (ledit-from-lisp-mode):
9393         * locate.el (locate-mode):
9394         * mail/rmail.el (rmail-mode):
9395         * mail/rmailedit.el (rmail-edit-mode):
9396         * mail/rmailsum.el (rmail-summary-mode):
9397         * mail/supercite.el (sc-electric-mode):
9398         * net/eudc.el (eudc-mode):
9399         * net/quickurl.el (quickurl-list-mode):
9400         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9401         * obsolete/ooutline.el (outline-mode):
9402         * obsolete/options.el (Edit-options-mode):
9403         * obsolete/rnews.el (news-mode):
9404         * obsolete/rnewspost.el (news-reply-mode):
9405         * play/5x5.el (5x5-mode):
9406         * play/decipher.el (decipher-mode, decipher-stats-mode):
9407         * play/gomoku.el (gomoku-mode):
9408         * play/snake.el (snake-mode):
9409         * play/solitaire.el (solitaire-mode):
9410         * play/tetris.el (tetris-mode):
9411         * progmodes/ada-mode.el (ada-mode):
9412         * progmodes/antlr-mode.el (antlr-mode):
9413         * progmodes/autoconf.el (autoconf-mode):
9414         * progmodes/dcl-mode.el (dcl-mode):
9415         * progmodes/delphi.el (delphi-mode):
9416         * progmodes/ebrowse.el (ebrowse-tree-mode)
9417         (ebrowse-electric-list-mode, ebrowse-member-mode)
9418         (ebrowse-electric-position-mode):
9419         * progmodes/f90.el (f90-mode):
9420         * progmodes/fortran.el (fortran-mode):
9421         * progmodes/icon.el (icon-mode):
9422         * progmodes/idlw-help.el (idlwave-help-mode):
9423         * progmodes/idlw-shell.el (idlwave-shell-mode):
9424         * progmodes/idlwave.el (idlwave-mode):
9425         * progmodes/inf-lisp.el (inferior-lisp-mode):
9426         * progmodes/m4-mode.el (m4-mode):
9427         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9428         * progmodes/modula2.el (modula-2-mode):
9429         * progmodes/octave-inf.el (inferior-octave-mode):
9430         * progmodes/octave-mod.el (octave-mode):
9431         * progmodes/pascal.el (pascal-mode):
9432         * progmodes/sh-script.el (sh-mode):
9433         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9434         * progmodes/vhdl-mode.el (vhdl-mode):
9435         * progmodes/xscheme.el (scheme-interaction-mode):
9436         * replace.el (occur-mode):
9437         * ses.el (ses-mode):
9438         * simple.el (completion-list-mode):
9439         * skeleton.el:
9440         * speedbar.el (speedbar-mode):
9441         * term.el (term-mode):
9442         * terminal.el (terminal-edit-mode):
9443         * textmodes/reftex-index.el (reftex-index-mode)
9444         (reftex-index-phrases-mode):
9445         * textmodes/reftex-sel.el (reftex-select-label-mode)
9446         (reftex-select-bib-mode):
9447         * textmodes/reftex-toc.el (reftex-toc-mode):
9448         * wdired.el (wdired-change-to-wdired-mode):
9449         * wid-browse.el (widget-browse-mode):
9450         Use run-mode-hooks.
9452         * array.el (array-mode):
9453         * calendar/todo-mode.el (todo-mode):
9454         * man.el (Man-mode):
9455         * play/landmark.el (lm-mode):
9456         * play/mpuz.el (mpuz-mode):
9457         Use kill-all-local-variables and run-mode-hooks.
9459         * subr.el (delay-mode-hooks): Specify indentation.
9461 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9463         * xml.el (xml-substitute-special): Don't die for undefined xml
9464         entities.
9466 2005-05-26  Jay Belanger  <belanger@truman.edu>
9468         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9469         of nil.
9471 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9473         * progmodes/gdb-ui.el (gdb-frame-address):
9474         Rename from gdb-current-address.
9475         (gdb-previous-frame-address): Rename from gdb-previous-address.
9476         (gdb-selected-frame): Rename from gdb-current-frame.
9477         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9478         (gdb-frame-number): Rename from gdb-current-stack-level.
9479         (gdb-ann3): Match new mode-name for disassembly buffer.
9480         Extend initialization of variables.
9481         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9482         (gdb-memory-mode): Use mouse-face in header line.
9483         (gdb-assembler-buffer-name): Call it disassembly and give frame
9484         in mode line.
9485         (gdb-source-spec-regexp, gdb-assembler-custom)
9486         (gdb-invalidate-assembler, gdb-frame-handler):
9487         Make robust to leading zeroes in address format.
9489 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9491         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9492         define `org-mode'.
9493         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9495 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * log-edit.el (log-edit-changelog-entries): Distinguish between
9498         filenames like xfns.c and fns.c.
9500 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9502         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9503         point after reverting.
9504         (Buffer-menu-make-sort-button): Handle the case where
9505         `Buffer-menu-use-header-line' is nil.
9507 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9509         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9510         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9511         and `:' to them.
9513 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * startup.el (normal-top-level): Allow modification of load-path while
9516         we're iterating over it.
9518 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9520         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9521         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9522         (thumbs-resize-interactive, thumbs-insert-image)
9523         (thumbs-insert-thumb, thumbs-dired-show-marked)
9524         (thumbs-find-image-at-point, thumbs-delete-images)
9525         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9526         (thumbs-increment-image-size, thumbs-decrement-image-size):
9527         Fix typos in docstrings.
9529 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9531         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9532         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9533         (cperl-mode): Use them.
9535 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9537         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9538         Doc fixes.
9540 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9542         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9543         Bind C-d to gdb-inferior-io-eof.
9545         * dired.el (dired-dnd-popup-notice): Use message-box.
9547 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9549         * bindings.el (mode-line-major-mode-keymap):
9550         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9552         * faces.el (mode-line-highlight): New face.
9554         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9555         as mouse-face.
9557         * bindings.el (top-level, help-echo, mode-line-modified)
9558         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9559         as mouse-face.
9561 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9563         * progmodes/cc-engine.el (c-guess-basic-syntax):
9564         Remove spurious call to `zerop'.
9566         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9568 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9570         CC Mode update to 5.30.10:
9572         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9573         could go past the limit in decoration level 2, thereby causing
9574         errors during interactive fontification.
9576         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9577         the file is evaluated interactively.
9579         * cc-engine.el (c-guess-basic-syntax): Handle operator
9580         declarations somewhat better in C++.
9582         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9583         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9584         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9585         (awk-mode): Use it.
9586         (make-local-hook): Suppress warning about obsoleteness.
9588         * cc-engine.el, cc-align.el, cc-cmds.el
9589         (c-append-backslashes-forward, c-delete-backslashes-forward)
9590         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9591         Compensate for return value from `forward-line' when it has moved
9592         but not to a different line due to eob.
9594         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9595         `objc-method-intro' and `objc-method-args-cont'.
9597 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9599         CC Mode update to 5.30.10:
9601         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9602         in the copyright statement.  Incidentally, change "along with GNU
9603         Emacs" to "along with this program" where it occurs.
9605         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9606         so that it is interactive, hence can be found by M-x awk-mode
9607         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9608         <gmorris+emacs@ast.cam.ac.uk>.
9610         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9611         Mode's regexps.
9613 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9615         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9616         c-parse-state, to avoid a lisp error (on bad code).
9618 2005-05-23  Lute Kamstra  <lute@gnu.org>
9620         * subr.el (font-lock-defaults): Remove defvar as it's already
9621         defined in font-core.el.
9623         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9625 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9627         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9628         more general and work when GDB variable "print pretty" is on,
9629         as with Emacs, for example.
9631 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9633         * font-core.el: Update comment.
9635         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9636         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9638         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9640 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9642         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9643         and `yank-handler' in the doc strings.
9645 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9649 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9651         * help.el (describe-key): Move print-help-return-message call
9652         out of conditional.
9654         * progmodes/etags.el (list-tags): Use with-no-warnings.
9656         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9657         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9658         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9660         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9662         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9663         Add defvar.
9665         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9666         Use defvar, not defconst.
9668         * hexl.el (hexl-follow-line): Use with-no-warnings.
9670         * emulation/tpu-extras.el: Use write-file-functions instead of
9671         write-file-hooks.
9673         * dired.el (dired-font-lock-keywords): Fontify files with junk
9674         extensions even if marked by -F.
9676 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9678         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9679         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9680         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9681         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9682         (concatenate, list-length, get*, getf, cl-remprop):
9683         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9684         (etypecase, progv, lexical-let, lexical-let*)
9685         (multiple-value-bind, multiple-value-setq, shiftf):
9686         Improve argument/docstring consistency.
9688         * subr.el (focus-frame, unfocus-frame):
9689         Revert deletion on 2005-05-01.
9691 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9693         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9694         doesn't exist.
9696         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9697         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9699 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9701         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9702         already deleted variables: auto-fill-hook, blink-paren-hook,
9703         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9704         suspend-hooks, comment-indent-hook, meta-flag,
9705         before-change-function, after-change-function,
9706         font-lock-doc-string-face.
9708 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9710         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9712 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9714         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9715         rmail-dont-reply-to.
9717 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9719         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9720         literal blank when splitting new-header-values.
9722 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9724         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9725         string so that tmm doesn't create a completion entry for it.
9727         * textmodes/table.el (table-disable-menu): Ditto.
9729 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9731         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9733         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9735         * net/rcompile.el (remote-compile): Use compilation-start.
9737         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9739 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9741         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9742         Default to makefile-bsdmake-mode on BSD systems.
9744         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9745         REGEXP may also be a search function now.  The part of doc-string
9746         for describing the structure was 95% identical to that of
9747         `imenu--generic-function'.  Unify it there.
9749         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9750         Use function to find dependencies, because regexp alone is so complex,
9751         it easily goes into an endless loop.
9752         (makefile-makepp-mode): Also add submenu for Perl functions
9753         defined in the makefile.
9754         (makefile-bsdmake-mode): Special imenu-generic-expression no
9755         longer needed, due to function call.
9756         (makefile-match-dependency): Take BOUND into account when checking
9757         if we're through.
9759 2005-05-20  Jay Belanger  <belanger@truman.edu>
9761         * calc/calc-units.el (calc-invalidate-units-table):
9762         Use inhibit-read-only.
9763         (math-build-units-table-buffer): Use view-mode.
9765 2005-05-20  David Kastrup  <dak@gnu.org>
9767         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9768         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9770 2005-05-20  Lute Kamstra  <lute@gnu.org>
9772         * diff-mode.el (diff-header-face, diff-file-header-face)
9773         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9774         (diff-added-face, diff-changed-face, diff-function-face)
9775         (diff-context-face, diff-nonexistent-face): Put them in the
9776         diff-mode customization group.
9778 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9782         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9784         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9785         Minor regexp-optimization.
9787 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9789         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9790         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9791         (org-agenda-add-time-grid-maybe): New function.
9792         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9793         (org-table-create): `dotimes' instead of `mapcar'.
9794         (org-xor): Simplify implementation.
9795         (org-agenda): `inhibit-redisplay' turned on.
9796         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9797         a consistent line after a state change.
9798         (org-agenda-remove-times-when-in-prefix): New option.
9799         (org-prefix-has-time): New variable.
9800         (org-parse-time-string): Optional argument NODEFAULT.
9801         (org-format-agenda-item): Parse items for time-of-day
9802         specifications and move these into the prefix if possible.
9803         (org-agenda-priority): Get current heading, not previous heading
9804         during agenda remote editing.
9806 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9808         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9809         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9810         (remove-duplicates, delete-duplicates, substitute)
9811         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9812         (nsubstitute-if-not, find, find-if, find-if-not, position)
9813         (position-if, position-if-not, count, count-if, count-if-not)
9814         (mismatch, search, sort*, stable-sort, merge, member*)
9815         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9816         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9817         (intersection, nintersection, set-difference, nset-difference)
9818         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9819         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9820         (nsublis, tree-equal): Improve argument/docstring consistency.
9822         * subr.el (send-string, send-region):
9823         Remove obsolescence declaration.
9824         (window-dot, set-window-dot, read-input, show-buffer)
9825         (eval-current-buffer, string-to-int):
9826         Add release number to obsolescence declarations.
9828 2005-05-19  Kim F. Storm  <storm@cua.dk>
9830         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9831         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9833 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9835         * faces.el (list-faces-display): Make back button respect optional
9836         regexp arg.
9838 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9840         * calculator.el (calculator-radix-grouping-mode)
9841         (calculator-radix-grouping-digits, calculator-displayer)
9842         (calculator-radix-grouping-separator, calculator-copy-displayer):
9843         * dabbrev.el (dabbrev-search-these-buffers-only):
9844         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9845         (diff-advance-after-apply-hunk, diff-mode-hook)
9846         (diff-minor-mode-prefix):
9847         * imenu.el (imenu-use-popup-menu):
9848         * jit-lock.el (jit-lock-context-time):
9849         * newcomment.el (comment-fill-column, comment-column)
9850         (comment-style, comment-padding, comment-multi-line)
9851         (comment-empty-lines, comment-auto-fill-only-comments):
9852         * reveal.el (reveal-around-mark):
9853         * uniquify.el (uniquify-buffer-name-style)
9854         (uniquify-after-kill-buffer-p)
9855         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9856         (uniquify-min-dir-content, uniquify-separator)
9857         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9858         * w32-vars.el (w32-fixed-font-alist):
9859         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9860         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9861         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9862         * progmodes/perl-mode.el (perl-indent-level)
9863         (perl-continued-statement-offset, perl-continued-brace-offset)
9864         (perl-brace-offset, perl-brace-imaginary-offset)
9865         (perl-label-offset, perl-indent-continued-arguments)
9866         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9867         * progmodes/tcl.el (tcl-indent-level)
9868         (tcl-continued-indent-level, tcl-auto-newline)
9869         (tcl-tab-always-indent, tcl-electric-hash-style)
9870         (tcl-help-directory-list, tcl-use-smart-word-finder)
9871         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9872         (inferior-tcl-source-command):
9873         * textmodes/fill.el (enable-kinsoku):
9874         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9875         * textmodes/table.el (table-yank-handler):
9876         Specify missing group (and type, if simple) in defcustom.
9878 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9880         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9882 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9884         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9886         * subr.el (event-basic-type): Don't get an error.
9887         (left-fringe-p): Function deleted.
9889         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9890         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9892         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9893         in recursive copy.
9895         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9897         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9899         * emacs-lisp/bytecomp.el
9900         (byte-compile-file-form-custom-declare-variable): Call
9901         byte-compile-nogroup-warn if appropriate.
9903         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9904         (compilation-set-window): Don't call left-fringe-p; do it directly.
9906 2005-05-19  Jay Belanger  <belanger@truman.edu>
9908         * calc/calc-graph.el (calc-graph-format-data): Make sure
9909         var-PlotRejects is bound before trying to check its value.
9911 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9913         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9914         definition of this variable from reftex-global.el to reftex.el,
9915         because it is needed in the menu.
9917 2005-05-19  Lute Kamstra  <lute@gnu.org>
9919         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9920         years are fixed.  Don't insert a space after a dash.
9922 2005-05-19  Kim F. Storm  <storm@cua.dk>
9924         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9926 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9928         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9929         strings, because (eq ... ?\\) is fairly frequent.
9931         * progmodes/make-mode.el (makefile-add-this-line-targets):
9932         Simplify and integrate into `makefile-pickup-targets'.
9933         (makefile-add-this-line-macro): Simplify and integrate into
9934         `makefile-pickup-macros.
9935         (makefile-pickup-filenames-as-targets): Simplify.
9936         (makefile-previous-dependency, makefile-match-dependency):
9937         Don't stumble over `::'.
9939 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9941         * subr.el (post-command-idle-hook, post-command-idle-delay):
9942         Remove obsoletion of post-command-idle-hook and
9943         post-command-idle-delay.
9945         * faces.el (list-faces-display): Provide button when describe-face
9946         is called to take user back to the list of faces.
9948         * help-fns.el (describe-variable): Remove hyperlinks in a
9949         variable's value as these are quite frequently inappropriate.
9951         * follow.el (follow-submit-feedback, follow-mode):
9952         Remove references to post-command-idle-hook.
9954 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9956         * progmodes/make-mode.el (makefile-previous-dependency)
9957         (makefile-match-dependency): Check for := (and in bsd mode also
9958         !=) to give a better result, even when font-lock is not on.
9960 2005-05-18  Jay Belanger  <belanger@truman.edu>
9962         * calc/calc-help.el (calc-s-prefix-help):
9963         Add `calc-copy-special-constant' to help string.
9965 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9967         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9969 2005-05-18  Jay Belanger  <belanger@truman.edu>
9971         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9972         in linear factors are in proper order.
9974 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9976         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9977         Support for jurabib.
9979         * textmodes/reftex.el (featurep): Define aliases for overlay
9980         commands, for XEmacs compatibility, and use these aliases in
9981         overlay initializations.
9982         (reftex-highlight): Use `reftex-move-overlay'.
9983         (reftex-unhighlight): Use `reftex-delete-overlay'.
9984         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
9985         (reftex-access-search-path): Use `reftex-uniquify' instead of
9986         `reftex-uniq'
9988         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9989         `before-string' property modification enables for Emacs as well.
9990         (reftex-select-item): Use `reftex-delete-overlay'.
9991         (reftex-select-mark): Use `reftex-make-overlay' and
9992         `reftex-overlay-put'.
9993         (reftex-select-unmark): Use `reftex-delete-overlay' and
9994         `reftex-overlay-put'.
9996 2005-05-18  Lute Kamstra  <lute@gnu.org>
9998         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10000 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10002         * add-log.el (add-change-log-entry):
10003         * array.el (array-make-template, array-reconfigure-rows)
10004         (array-init-max-row, array-init-max-column)
10005         (array-init-columns-per-line, array-init-field-width):
10006         * replace.el (replace-match-maybe-edit, perform-replace):
10007         * textmodes/spell.el (spell-region):
10008         Replace `read-input' by `read-string'.
10010         * forms.el (forms-mode):
10011         * finder.el (finder-compile-keywords):
10012         * shadowfile.el (shadow-read-files):
10013         Replace `eval-current-buffer' by `eval-buffer'.
10015         * terminal.el (te-pass-through):
10016         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10017         (ange-ftp-raw-send-cmd):
10018         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10019         (send-process-next-char, telnet-initial-filter, telnet):
10020         Replace `send-string' by `process-send-string'.
10022         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10023         (prolog-consult-region): Replace `send-string' by
10024         `process-send-string'; replace `send-region' by `process-send-region'.
10026         * progmodes/delphi.el (delphi-log-msg):
10027         Replace `set-window-dot' by `set-window-point'.
10029         * subr.el (window-dot, set-window-dot, read-input, send-string)
10030         (send-region, show-buffer, eval-current-buffer):
10031         Make really obsolete, as the comment says.
10033 2005-05-17  Kim F. Storm  <storm@cua.dk>
10035         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10036         (cua--init-keymaps): Bind C-return instead of S-return to set
10037         rectangle mark.
10039         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10040         instead of S-return to toggle/clear rectangle mark.
10042 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10044         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10045         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10046         Also fontify plain strings assigned to variables, mostly so that a
10047         colon has a face and is thus not taken as a dependency separator.
10048         (makefile-previous-dependency): Inline the new matcher, because it
10049         is too complex to work in both directions.
10050         (makefile-match-dependency): Eliminate `backward' arg (see above).
10051         Completely reimplemented so as to not sometimes go into an endless
10052         loop.  It should also be more efficient, because first it only
10053         searches for `:', instead of applying the very complex regexp.
10054         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10055         to be fontified in one piece can be too long for JIT.
10056         Makefiles are never *that* big.
10058 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10060         * dired.el (dired-mode): Simplify.
10062 2005-05-17  Lute Kamstra  <lute@gnu.org>
10064         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10065         defcustom for the mode hook variable.
10067         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10068         Emacs Lisp Reference Manual.
10070 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10072         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10073         (evenp, list*):
10074         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10075         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10077         * net/tramp-smb.el (tramp-smb-open-connection):
10078         Pass `tramp-chunksize' as fifth (required) argument.
10080 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10082         * font-lock.el (lisp-font-lock-keywords-1):
10083         Set `font-lock-negation-char-face' for [^...] char group.
10084         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10086         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10087         a var, and refine it to mask one more level of nested vars.
10088         (makefile-rule-action-regex): Turn it into a var, and refine it so
10089         it recognizes backslashed continuation lines as belonging to the
10090         same command.
10091         (makefile-macroassign-regex): Refine it so it recognizes
10092         backslashed continuation lines as belonging to the same command.
10093         (makefile-var-use-regex): Don't look at the next char, because it
10094         might be the same one to be skipped by the initial [^$], leading
10095         to an overlooked variable use.
10096         (makefile-make-font-lock-keywords): Remove two parameters, which
10097         are now variables that some of the modes set locally.
10098         Handle dependency and rule action matching through functions, because
10099         regexps alone match too often.  Dependency matching now comes
10100         last, so it can check, whether a colon already matched something else.
10101         (makefile-mode): Inform that font-lock improves makefile parsing
10102         capabilities.
10103         (makefile-match-dependency, makefile-match-action): New functions.
10105 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10107         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10109         * align.el (align-regexp):
10110         * ansi-color.el (ansi-color-get-face):
10111         * array.el (array-reconfigure-rows, array-init-max-row)
10112         (array-init-max-column, array-init-columns-per-line)
10113         (array-init-field-width):
10114         * dired-aux.el (dired-trample-file-versions):
10115         * dired-x.el (dired-mark-sexp):
10116         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10117         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10118         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10119         * faces.el (face-read-integer):
10120         * files.el (backup-extract-version, insert-directory):
10121         * hexl.el (hexl-insert-decimal-char):
10122         * server.el (server-process-filter):
10123         * shell.el (shell-extract-num):
10124         * startup.el (command-line-1):
10125         * term.el (term-command-hook):
10126         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10127         (time-stamp-do-number):
10128         * time.el (display-time-update):
10129         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10130         (timezone-fix-time):
10131         * vms-patch.el (vms-suspend-resume-hook):
10132         * calendar/appt.el (appt-convert-time):
10133         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10134         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10135         * calendar/cal-islam.el (mark-islamic-diary-entries):
10136         * calendar/calendar.el (calendar-cursor-to-date)
10137         (calendar-star-date):
10138         * calendar/diary-lib.el (diary-attrtype-convert)
10139         (mark-diary-entries, diary-entry-time):
10140         * calendar/solar.el (solar-get-number):
10141         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10142         * emacs-lisp/re-builder.el (reb-display-subexp):
10143         * emulation/edt.el (edt-set-scroll-margins):
10144         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10145         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10146         (vip-get-ex-count):
10147         * emulation/viper-ex.el (viper-get-ex-token)
10148         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10149         * international/fontset.el (fontset-plain-name):
10150         * mail/feedmail.el (feedmail-look-at-queue-directory):
10151         * mail/mailalias.el (mail-get-names):
10152         * mail/rmail.el (rmail-convert-to-babyl-format):
10153         * mail/rmailsum.el (rmail-make-basic-summary-line)
10154         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10155         (rmail-summary-goto-msg):
10156         * mail/smtpmail.el (smtpmail-read-response):
10157         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10158         (ange-ftp-vms-add-file-entry):
10159         * play/gametree.el (gametree-looking-at-ply)
10160         (gametree-current-branch-score):
10161         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10162         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10163         * progmodes/cperl-mode.el (condition-case):
10164         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10165         (ebrowse-set-member-buffer-column-width)
10166         (ebrowse-select-1st-to-9nth):
10167         * progmodes/etags.el (etags-snarf-tag):
10168         * progmodes/flymake.el (flymake-parse-line):
10169         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10170         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10171         (idlwave-shell-menu-def):
10172         * progmodes/ps-mode.el (ps-run-goto-error):
10173         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10174         (vhdl-speedbar-contract-level):
10175         * term/mac-win.el (x-handle-numeric-switch):
10176         * term/sun-mouse.el (sun-get-frame-data):
10177         * term/w32-win.el (x-handle-numeric-switch):
10178         * term/x-win.el (x-handle-numeric-switch):
10179         * textmodes/ispell.el (ispell-parse-output):
10180         * textmodes/nroff-mode.el (nroff-outline-level):
10181         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10182         (reftex-bib-sort-year-reverse, reftex-format-citation):
10183         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10184         (reftex-section-number):
10185         * textmodes/texinfmt.el (texinfo-paragraphindent):
10186         Replace `string-to-int' by `string-to-number'.
10188         * international/latexenc.el: Add page marker to force the "Local
10189         Variables:" string out of the last page.
10191 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10193         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10194         tooltip-change-major-mode.
10195         (gud-tooltip-print-command): Remove case where gud-minor-mode
10196         is gdb ("--fullname").
10197         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10198         explain to user.
10200 2005-05-16  Jay Belanger  <belanger@truman.edu>
10202         * calc/calc-store.el (calc-copy-special-constant): New function.
10204         * calc/calc-ext.el (calc-init-extensions): Add binding for
10205         `calc-copy-special-constant'.
10207         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10208         for the `calc-copy-special-constant' command.
10210 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10212         * subr.el (left-fringe-p): New function.
10214         * progmodes/compile.el (compilation-setup): Set local value of
10215         overlay-arrow-string to "" always.
10216         (compilation-set-window): Left fringe then don't scroll.
10217         No left fringe then no arrow and scroll message to top.
10218         (compilation-context-lines): Adjust doc string accordingly.
10220 2005-05-16  Kim F. Storm  <storm@cua.dk>
10222         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10223         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10224         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10225         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10226         (ido-read-file-name): Handle commands with ido property value
10227         equal to find-file as reading a file name, to allow C-d to enter dired.
10228         (ibuffer-find-file): Add ido property with value find-file.
10230 2005-05-15  Kim F. Storm  <storm@cua.dk>
10232         * subr.el (open-network-stream-nowait): Remove.
10233         (open-network-stream-server): Remove.
10235 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10237         * faces.el (describe-face): Output a definition link button.
10239         * help-mode.el (help-face-def): New button type.
10241         * emacs-lisp/copyright.el (copyright-fix-years):
10242         Match properly if the first year is 2-digit.
10243         Don't mess up the whitespace after the years by filling.
10245         * dired-aux.el (dired-mark-confirm):
10246         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10248         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10249         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10250         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10252         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10253         Set font-lock-comment-start-skip.
10255         * font-lock.el (font-lock-comment-start-skip): New variable.
10256         (font-lock-comment-end-skip): New variable.
10257         (font-lock-fontify-syntactically-region): Use them if non-nil.
10259 2005-05-15  Jay Belanger  <belanger@truman.edu>
10261         * calc/calc-store.el (calc-store-value): Return a string rather
10262         than display it as a message.
10263         Use calc-var-name for variable name.
10264         (calc-store-into): Add the result of calc-store-value to message.
10265         (calc-copy-variable): Add a message.
10266         (calc-store-exchange): Improve error messages.
10267         (calc-store-binary, calc-store-map): Don't reset the values of
10268         special constants.
10270 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10272         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10273         manual to docstring.
10275         * files.el (hack-local-variables-confirm): Add STRING argument.
10276         Make the function handle non file visiting buffers correctly.
10277         (hack-local-variables-prop-line, hack-local-variables)
10278         (hack-one-local-variable): Use STRING arg of
10279         `hack-local-variables-confirm'.
10281 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10283         Sync with Tramp 2.0.49.
10285         * net/tramp.el (tramp-handle-dired-call-process)
10286         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10287         because the contents of the Tramp buffer is changed before
10288         insertion (`expand-file' and alike).
10289         (tramp-handle-insert-directory): If `localname' has an empty
10290         nondirectory name, it must not be quoted.
10291         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10292         variable `tramp-chunksize'.  Change callees.
10293         (tramp-open-connection-setup-interactive-shell): Check remote host
10294         for buggy `send-process-string' implementation.
10295         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10296         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10297         (tramp-handle-shell-command): `insert-buffer' cannot be used
10298         because the contents of the Tramp buffer is changed before
10299         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10300         <frederic.bothamy@free.fr>.
10301         (tramp-set-auto-save): Actions should be done for Tramp file name
10302         handler only.  Ange-FTP has its own auto-save mechanism.
10303         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10304         (tramp-set-auto-save-file-modes): Set file modes of
10305         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10306         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10307         (tramp-bug): Remove obsolete variable.
10308         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10309         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10311 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10313         * ibuf-ext.el (define-ibuffer-filter filename):
10314         If `dired-directory' is a list, use its car.
10316 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10318         * ibuffer.el (define-ibuffer-column filename):
10319         If `dired-directory' is a list, use its car.
10321 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10323         * subr.el (symbol-file): Doc fix.
10325         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10326         (byte-compile-form): Call byte-compile-nogroup-warn.
10327         (byte-compile-warning-types): Doc fix.
10329         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10331         * progmodes/cc-engine.el (c-literal-faces):
10332         Add font-lock-comment-delimiter-face.
10334         * net/net-utils.el (dig): Use with-no-warnings.
10336         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10337         (sc-recite-frame-alist, sc-default-cite-frame)
10338         (sc-default-uncite-frame, sc-default-recite-frame)
10339         (sc-attrib-selection-list, sc-rewrite-header-list):
10340         Mark as risky-local-variable.
10342         * international/ogonek.el (ogonek-jak, ogonek-how):
10343         Don't use beginning-of-buffer.
10345         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10347         * calendar/solar.el (solar-data-list): Move definition up.
10349         * dnd.el (dnd-protocol-alist): Add autoload.
10351         * progmodes/sh-script.el: Many doc usage fixes.
10352         (sh-indent-after-do): Change default to match common styles.
10354 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10356         * files.el (interpreter-mode-alist)
10357         (auto-mode-interpreter-regexp): Doc fixes.
10359 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10361         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10363         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10365 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10367         * dired.el (dired-mode): make-variable-buffer-local =>
10368         make-local-variable.
10370 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10372         * term/mac-win.el (mac-select-convert-to-string): Try coding
10373         systems in mac-script-code-coding-systems if specified one cannot
10374         encode string for `com.apple.traditional-mac-plain-text'.
10376 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10378         * progmodes/make-mode.el (makefile-targets-face)
10379         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10380         (makefile-dependency-regex): Fix it to not make the colon in
10381         $(var:a=b) special.
10382         (makefile-rule-action-regex): New regexp for highlighting embedded
10383         Shell strings.
10384         (makefile-macroassign-regex): Handle != for highlighting as
10385         embedded Shell strings.
10386         (makefile-var-use-regex): New const.
10387         (makefile-statements, makefile-automake-statements)
10388         (makefile-gmake-statements, makefile-makepp-statements)
10389         (makefile-bsdmake-statements): New consts.
10390         (makefile-make-font-lock-keywords): New function.
10391         (makefile-automake-font-lock-keywords)
10392         (makefile-gmake-font-lock-keywords)
10393         (makefile-makepp-font-lock-keywords)
10394         (makefile-bsdmake-font-lock-keywords): New consts.
10395         (makefile-mode-map): Add switchers between the various submodes.
10396         (makefile-mode): Document the availability of the variants.
10397         (makefile-automake-mode, makefile-gmake-mode)
10398         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10400         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10401         new variants of makefile-mode.
10403 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10405         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10406         the inheritance.
10408 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10410         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10411         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10413         * files.el (normal-mode): Extend the scope of the
10414         `enable-local-variables' binding to include the `set-auto-mode' call.
10415         (magic-mode-alist): Doc fix.
10417 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10419         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10420         font-lock-comment-face rather than copying its setting.
10422 2005-05-12  Andreas Schwab  <schwab@suse.de>
10424         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10426 2005-05-12  Lute Kamstra  <lute@gnu.org>
10428         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10429         defcustom for the mode hook variable.  Delete the last argument.
10430         * generic-x.el: Fix callers of define-generic-mode.
10431         (generic-x-modes): Delete group.
10432         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10433         generic-x customization group.
10435 2005-05-12  Kim F. Storm  <storm@cua.dk>
10437         * font-lock.el (font-lock-negation-char-face): Default to "off".
10439         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10440         font-lock-negation-char-face to ! in !=.
10442 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10444         * add-log.el (find-change-log): Fix typos in the docstring
10445         of function.
10447 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10449         * international/latexenc.el (latexenc-find-file-coding-system):
10450         Avoid `re-search-forward' when looking for input encoding because
10451         of speed and safety.  Better regular expressions for recognizing
10452         input encoding.  Limit a search for TeX-master/tex-main-file to
10453         the local variable section.
10455 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10457         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10458         syntax of $ to "'" (quote).
10460 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10462         * dnd.el (dnd-protocol-alist): Improve custom type.
10464         * dired.el (dired-dnd-protocol-alist): New variable.
10465         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10466         `dired-mode-hook' to the end.
10468 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10471         comment-end if comment-start-skip is not set.
10472         Obey the font-lock-comment-delimiter-face variables.
10474 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10476         * files.el (executable-find): Move from executable.el.  Use
10477         locate-file.
10478         * progmodes/executable.el (executable-find): Move to files.el.
10480         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10481         when trying to ensure forward progress.
10483 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10485         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10486         (mouse-select, mouse-select-internal, mouse-extend-internal):
10487         Use it to implement mouse-1-click-follows-link functionality.
10489 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10491         * font-lock.el (font-lock-fontify-syntactically-region):
10492         Use font-lock-comment-delimiter-face for comment delimiters.
10494 2005-05-10  Jay Belanger  <belanger@truman.edu>
10496         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10497         preserving embedded modes.
10499 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10501         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10503         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10504         Move from ada-stmt.el.
10505         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10507         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10508         Move to ada-mode.el.
10509         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10511         * cus-edit.el (custom-file): Call file-chase-links.
10513         * files.el (read-directory-name): Fix previous change.
10514         (hack-local-variables-confirm): New function.
10515         (hack-local-variables-prop-line, hack-local-variables)
10516         (hack-one-local-variable): Use it.
10518 2005-05-10  Lute Kamstra  <lute@gnu.org>
10520         * font-lock.el (font-lock-keywords-alist)
10521         (font-lock-removed-keywords-alist): Clarify docstrings.
10523 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10525         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10526         (gdb-source-info): Check for preprocessor info.
10527         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10528         a macro for a function.
10529         (gdb-info-breakpoints-custom): Try to find file again if not already
10530         found (user might have used GDB dir command).
10531         (gdb-get-location): Update gdb-location-alist correctly for change
10532         to gdb-info-breakpoints-custom.
10534         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10535         (gud-tooltip-print-command): Add gdbmi case.
10536         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10537         preprocessor info.
10539 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10541         * startup.el (fancy-splash-insert): Fix typo in doc string.
10543 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10545         * obsolete/float.el (string-to-float):
10546         * obsolete/hilit19.el (hilit-add-pattern):
10547         * obsolete/rnews.el (news-parse-range, news-select-message)
10548         (news-get-pruned-list-of-files): Replace `string-to-int' by
10549         `string-to-number'.
10551         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10552         `find-file-not-found-hooks'; use `add-hook'.
10553         (uncompress-while-visiting): Set `write-file-functions', not
10554         `write-file-hooks'; use `add-hook'.
10556 2005-05-09  Kim F. Storm  <storm@cua.dk>
10558         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10559         (cua-paste): Handle clipboard action.
10560         (cua--init-keymaps): Remap clipboard-kill-region and
10561         clipboard-kill-ring-save.
10563 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10565         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10566         Improve commentary.
10568         * simple.el (next-error-overlay-arrow-position): Revert the change
10569         made on 2005-04-30.
10571 2005-05-07  Jay Belanger  <belanger@truman.edu>
10573         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10574         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10575         `calc-sel-reselect'.
10577         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10578         Calc is in embedded mode.
10580 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10582         * progmodes/compile.el (compilation-setup):
10583         Set overlay-arrow-string to an empty string on text terminals.
10585         * textmodes/ispell.el (ispell-program-name): Try looking for
10586         "aspell" along exec-path, and if found, use it as the default
10587         speller program.
10589 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10591         * international/mule.el (sgml-xml-auto-coding-function):
10592         Recognize encoding='FOO' in single quotes as well as in double quotes.
10594 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10596         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10597         as well as `interactive', so that defmacro* would recognize
10598         `declare' forms.
10600 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10602         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10603         Explain more about the LIGHTER arg's usage in the doc string.
10604         Add commentary to clarify what the code does.  Fix the regexp that
10605         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10606         since it could have characters special to regular expressions.
10608 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10610         * replace.el (occur-1): Bind inhibit-read-only so that
10611         erase-buffer doesn't barf on read-only text properties (likewise
10612         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10613         (occur-engine): Don't set buffer-read-only here.
10615 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10617         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10618         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10619         sometimes mistakenly reused as a *cvs* buffer.
10621 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10623         * tooltip.el: Move code for GUD tooltips into gud.el.
10624         (require): CL no longer needed to compile case.
10625         (tooltip-mode): Do not toggle functions for GUD tooltips.
10626         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10627         gud-tooltip-mode in gud.el.
10628         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10629         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10630         tooltip-gud prefix with gud-tooltip and obsolete.
10631         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10632         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10633         (tooltip-mouse-motion): Mouse movement functions/variable.
10634         Rename in gud.el by adding gud prefix.
10635         (tooltip-gud-original-filter, tooltip-gud-dereference)
10636         (tooltip-gud-event, tooltip-toggle-gud-tips)
10637         (tooltip-gud-process-output, tooltip-gud-print-command)
10638         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10639         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10640         (gdb-tooltip-print): Move to gdb-ui.el.
10642         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10643         (require): CL needed to compile case.
10644         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10645         tooltip-gud-tips-p.  Make it a minor-mode.
10646         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10647         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10648         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10649         (gud-tooltip-change-major-mode)
10650         (gud-tooltip-activate-mouse-motions-if-enabled)
10651         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10652         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10653         (gud-tooltip-original-filter, gud-tooltip-dereference)
10654         (gud-tooltip-event, tooltip-toggle-gud-tips)
10655         (gud-tooltip-process-output, gud-tooltip-print-command)
10656         (gud-tooltip-tips): Move from tooltip.el.
10658         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10659         (gdb-cpp-define-alist-flags): Doc fix.
10660         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10661         gud-tooltip-mode is t.
10663 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10665         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10666         evaporate if their text is deleted.
10667         (goto-address-at-point): Make it work as a mouse binding as well.
10668         (goto-address-at-mouse): Obsolete it.  Update users.
10670 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10672         * calendar/appt.el (top-level): No longer activate on load.
10674 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10676         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10677         * net/webjump.el (webjump):
10678         * progmodes/idlw-help.el (idlwave-do-context-help1)
10679         (idlwave-highlight-linked-completions):
10680         * textmodes/po.el (po-find-file-coding-system-guts):
10681         Replace `assoc-ignore-case' by `assoc-string'.
10683 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10685         * files.el (locate-file): Doc fix.
10687         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10688         Remove the redundant test for ms-dos.
10690         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10691         look for the preprocessor with exec-suffixes.  If not found in
10692         standard places, look in exec-path.  Remove most of the tests that
10693         used system-type.
10695         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10697         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10699         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10700         file-name clash with jka-compr.el on 8+3 filesystems.
10702 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10704         * term/mac-win.el: Don't define or bind scroll bar functions if
10705         x-toolkit-scroll-bars is t.
10706         (x-select-text, x-get-selection-value): Clear
10707         x-last-selected-text-clipboard if x-select-enable-clipboard is
10708         nil.
10709         (PRIMARY): Put mac-scrap-name property.
10710         (mac-select-convert-to-file-url): New function.
10711         (public.file-url): New selection target type.  Add to
10712         selection-converter-alist.
10713         (x-get-selection, x-selection-value): Handle it.
10714         (x-cut-buffer-or-selection-value): New alias.
10716 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10718         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10719         entry to avoid calling bibtex-find-entry with arg global
10720         being t.  Remove arg key.
10721         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10722         (bibtex-copy-summary-as-kill): Change accordingly.
10724 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10727         (org-agenda-date-later): Use with-current-buffer.
10729 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10731         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10732         (define-obsolete-variable-alias): Doc Fixes.
10734 2005-05-06  Kim F. Storm  <storm@cua.dk>
10736         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10737         vertical-motion when selective-display is active.
10739         * ido.el (ido-setup-hook): New hook.
10740         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10741         (ido-input-stack): New var.
10742         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10743         ido-next-work-file binding to M-O.
10744         Bind M-f to ido-wide-find-file-or-pop-dir.
10745         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10746         (ido-read-internal): Run ido-setup-hook.
10747         Catch quit in read-file-name and read-string to cancel edit.
10748         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10749         Automatically pop-all when completing a directory name (RET).
10750         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10751         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10752         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10753         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10754         New functions for M-b/M-f to move among the directory components.
10755         (ido-make-merged-file-list): Catch quit to cancel merge.
10756         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10757         (ido-completion-help): No warnings for ido-completion-buffer-full.
10759 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10761         * font-lock.el (font-lock-negation-char-face): New face and variable.
10762         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10763         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10764         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10765         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10767 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10769         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10770         Fix typo in docstring.
10772         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10773         (ebrowse-print-statistics-line)
10774         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10776         * term/w32-win.el (image-library-alist): Add additional name for
10777         Xpm library.
10779 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10781         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10782         use gcc instead of cpp.
10784         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10785         (gdb-create-define-alist): Use it.
10786         (gdb-cpp-define-alist-program): Update for MS-DOS.
10788 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10790         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10792 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10794         * help.el (describe-key): No error when UNTRANSLATED is nil.
10796         * simple.el (line-move-1): Fix previous change to signal errors
10797         appropriately.
10799 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10801         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10802         (icalendar-duration-correction): Remove.
10803         (icalendar--get-event-properties): Split result at commas.
10804         (icalendar--decode-isoduration): New optional argument
10805         DURATION-CORRECTION.
10806         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10807         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10808         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10809         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10810         (icalendar--convert-anniversary-to-ical): New functions, extracted
10811         from icalendar-export-region, with bug fixes.
10812         (icalendar-export-region): Use the above functions.
10813         (icalendar-import-buffer): Check before saving diary file.
10814         (icalendar--convert-recurring-to-diary)
10815         (icalendar--convert-non-recurring-all-day-to-diary)
10816         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10817         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10818         (icalendar--convert-ical-to-diary): Use the above functions.
10820 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10822         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10823         Remove these recent additions.
10824         (c-mode): Restore to before 2005-04-28.
10826         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10827         recent addition.
10829         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10830         (gdb-define-alist): New variables.
10831         (gdb-create-define-alist): New function.
10832         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10833         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10834         with string-to-number.
10835         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10837         * progmodes/gud.el: Replace string-to-int with string-to-number.
10838         (gud-find-file): Handle gdb-define-alist.
10840         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10842 2005-05-02  Jay Belanger  <belanger@truman.edu>
10844         * calc/calc-aent.el (math-read-token):
10845         * calc/calc-bin.el (calc-word-size):
10846         * calc/calc-ext.el (calc-read-number-fancy):
10847         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10848         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10849         * calc/calc-frac.el (calc-over-notation):
10850         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10851         (calc-graph-num-points, calc-graph-init):
10852         * calc/calc-prog.el (calc-read-parse-table-part)
10853         (calc-edit-macro-repeats):
10854         * calc/calc-yank.el (calc-do-grab-rectangle):
10855         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10856         Replace `string-to-int' by `string-to-number'.
10858 2005-05-02  Kim F. Storm  <storm@cua.dk>
10860         * kmacro.el: Use executing-kbd-macro-index variable.
10862 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10864         * net/rlogin.el (rlogin-parse-words): Delete func.
10865         (rlogin): Use split-string, not rlogin-parse-words.
10866         Also, if there are option-like elements in the parsed args,
10867         take the host to be the first arg immediately following them.
10868         Suggested by Michael Mauger.
10870 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10872         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10874 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10876         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10877         (cc-mode-cpp-program): Rename to cc-define-list-program and
10878         move to cc-vars.el.
10880         * progmodes/cc-vars.el (cc-define-list-program):
10881         Change to "gcc -E -dM -".  Make customizable.
10883 2005-05-02  Kim F. Storm  <storm@cua.dk>
10885         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10887 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10889         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10891         * international/mule-util.el (truncate-string): Remove alias and
10892         obsolete declaration.
10894         * international/mule-cmds.el (update-iso-coding-systems):
10895         Remove alias and obsolete declaration.
10897         * international/mule.el (coding-system-parent): Remove alias and
10898         obsolete declaration.
10900         * subr.el (define-function, sref): Remove aliases and obsolete
10901         declarations.
10902         (chars-in-region): Remove obsolete declaration.
10904 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10906         * info.el (Info-mode): Set widen-automatically to nil, locally.
10908         * simple.el (widen-automatically): New variable.
10909         (pop-global-mark): Obey widen-automatically.
10911 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10913         * term/xterm.el (function-key-map): Call substitute-key-definition
10914         before the keymap size is increased by a lot of define-key calls.
10916 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10918         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10919         Rename ARG to ELEMENT.  Doc fix.
10921 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10923         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10924         Remove references to allout-exposure/change to allout-new-exposure.
10926         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10927         bytecode symbols.
10929         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10930         (compiled-function-p, focus-frame, unfocus-frame):
10931         Remove aliases and obsolete declarations.
10932         Back out inadvertent changes from previous commit.
10934 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10936         * files.el (require-final-newline): Make Custom tags consistent
10937         with mode-require-final-newline.
10938         (mode-require-final-newline): Doc fix.
10940 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10942         * international/latexenc.el (latexenc-find-file-coding-system):
10943         Fix regular expressions.
10945 2005-05-01  David Kastrup <dak@gnu.org>
10947         * international/latexenc.el (latexenc-find-file-coding-system):
10948         Fix regular expressions.
10950 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10952         * subr.el (string-to-int): Make obsolete.
10954 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10956         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10958         * loadup.el: load jka-comp-hook.
10960         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10961         (jka-compr-handler): Add autoload.  `put' calls moved
10962         to jka-comp-hook.el.
10963         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10964         (jka-compr-inhibit): Autoload.
10966         * jka-comp-hook.el: New file.
10967         Enable the mode by default.
10969         * files.el (backup-buffer-copy): Use copy-file instead
10970         of write-region, and put back the 'excl.
10972 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
10974         * progmodes/flymake.el (flymake-split-string)
10975         (flymake-split-string, flymake-log, flymake-pid-to-names)
10976         (flymake-reg-names, flymake-get-source-buffer-name)
10977         (flymake-unreg-names, flymake-add-line-err-info)
10978         (flymake-add-err-info): Clarify docstrings.
10979         (flymake-popup-menu, flymake-make-emacs-menu)
10980         (flymake-make-xemacs-menu): Add docstrings.
10981         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10982         Set variables directly throughout.
10984 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
10986         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10987         exists.  Initialize cc-define-alist.
10988         (c-mode): Add cc-create-define-alist locally to after-save-hook.
10989         If there is no file (Macroexpansion) don't create an alist.
10991 2005-04-29  Sam Steingold  <sds@gnu.org>
10993         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10994         (cc-create-define-alist): Use it instead of the hard-coded string.
10996 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * international/mule-conf.el (file-coding-system-alist): Fix regexp
10999         for latexenc.
11001 2005-04-29  Lute Kamstra  <lute@gnu.org>
11003         * emacs-lisp/generic.el: Improve commentary section.
11004         (define-generic-mode): Improve docstring.
11006 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11008         * textmodes/org.el (many places): Change to quiet the byte compiler.
11009         (org-prefix-format-compiled): New variable.
11010         (org-compile-prefix-format): New function.
11011         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11012         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11013         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11014         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11015         consistency with entries from `org-mode' files.
11016         (org-get-time-of-day): Fix bug with partial matches early in a line.
11017         (org-non-link-chars): New constant.
11018         (org-link-regexp): Respect `org-non-link-chars'.
11019         (org-agenda-day-view): Remove command.
11020         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11021         (org-follow-bbdb-link, org-store-link): Search also company field.
11022         (org-highlight-overlay): New variable.
11023         (org-highlight, org-unhighlight): New functions.
11024         (org-agenda-mode): Add pre-command-hook to remove highlight.
11025         (org-evaluate-time-range): Behavior depends upon whether time stamp
11026         contains a time or not.
11027         (org-show-subtree, org-show-entry): New functions.
11028         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11030 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11032         * comint.el (comint-output-filter-functions): Add autoload cookie.
11034 2005-04-28  Kim F. Storm  <storm@cua.dk>
11036         * ido.el (ido-everywhere): Fix last change.
11038 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11040         * international/latexenc.el: New file.
11041         * international/mule-conf.el (file-coding-system-alist): For .tex,
11042         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11044 2005-04-28  Lute Kamstra  <lute@gnu.org>
11046         * font-lock.el (font-lock-add-keywords)
11047         (font-lock-remove-keywords): Clarify docstring.
11048         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11049         Don't start docstrings with a `*'.
11050         (font-lock-update-removed-keyword-alist): Give it a docstring.
11052         * generic-x.el: Update commentary section.
11053         Only require font-lock when compiling.
11054         Define all modes conditionally.
11055         Place all generic modes in the generic-x-modes customization group.
11056         (generic-x-modes): New customization group.
11057         (generic-default-modes, generic-mswindows-modes)
11058         (generic-unix-modes, generic-other-modes): New constants.
11059         (generic-define-mswindows-modes, generic-define-unix-modes):
11060         Update docstrings.  Make them obsolete.
11061         (generic-extras-enable-list): New default value.  Update docstring.
11062         Improve :type.  Change :set function.
11063         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11064         Fix docstring.
11066         * emacs-lisp/generic.el (generic-mode-internal):
11067         Simplify font-lock-defaults.
11068         (define-generic-mode): Fix docstring.
11070 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11072         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11073         font-lock-face property to highlight matches.
11075 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11077         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11078         (cc-define-alist): New variable.
11079         (c-mode): Make it local and initialize it.
11081         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11082         (gdb-exited): New function.
11083         (gdb-annotation-rules): Use it.
11084         (gdb-starting): Set gdb-active-process to t.
11085         (gdb-stopping): Amend doc string.
11086         (gdb-reset): Set gdb-active-process to nil.
11088         * tooltip.el (tooltip-gud-tips): Show the associated #define
11089         directives when a C program under GDB is not executing.
11091 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11094         font-lock-fontify-syntactic-keywords.
11096         * font-lock.el (font-lock-default-fontify-region): Don't force
11097         parse-sexp-lookup-properties to nil.
11099 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11101         * man.el (man-mode-syntax-table): Set up `:' to have
11102         word-constituent syntax.
11104 2005-04-27  Lute Kamstra  <lute@gnu.org>
11106         * novice.el (disable-command): Don't add spurious newlines to the
11107         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11109 2005-04-26  Jay Belanger  <belanger@truman.edu>
11111         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11112         than one window before deleting window.
11114 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11116         * shell.el (shell-prompt-pattern): Doc fix.
11117         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11119         * comint.el (comint-prompt-regexp, comint-get-old-input)
11120         (comint-use-prompt-regexp)
11121         (comint-use-prompt-regexp-instead-of-fields)
11122         (comint-replace-by-expanded-history, comint-send-input)
11123         (comint-output-filter, comint-get-old-input-default)
11124         (comint-line-beginning-position, comint-bol, comint-show-output)
11125         (comint-backward-matching-input, comint-forward-matching-input)
11126         (comint-next-prompt, comint-previous-prompt):
11127         Rename `comint-use-prompt-regexp-instead-of-fields' to
11128         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11129         obsolete.
11130         (comint-use-prompt-regexp): Shorten first line of doc string.
11132         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11133         Set paragraph-separate buffer locally to "\\'".
11135         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11136         Adapt to above name change.
11138         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11139         (smbclient-prompt-regexp): Ditto.
11141         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11143 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11145         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11146         gdb-location-list.
11147         Break lines that are over 80 characters wide.
11149 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11152         New fun and var, to preserve compatibility.
11154         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11156 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11158         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11159         name to file-newer-than-file-p.
11161 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11163         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11165         * progmodes/python.el (python-mode):
11166         Use new name eldoc-documentation-function.
11168         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11170         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11171         (eldoc-documentation-function):
11172         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11174 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11176         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11178 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11180         * term/xterm.el (function-key-map): Fix strings for
11181         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11182         {C,S,A,C-S}-{f1-f12}.
11184 2005-04-26  Kenichi Handa  <handa@m17n.org>
11186         * international/mule-cmds.el (select-safe-coding-system):
11187         Fix previous change.
11189 2005-04-26  Lute Kamstra  <lute@gnu.org>
11191         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11193         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11194         (font-lock-comment-delimiter-face): Ditto.
11196         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11198 2005-04-25  Jay Belanger  <belanger@truman.edu>
11200         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11201         to t while inserting information; use help-mode.
11203 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11205         * term.el (ansi-term-color-vector): Use the xterm colors.
11206         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11208 2005-04-25  Lute Kamstra  <lute@gnu.org>
11210         * font-core.el (font-lock-defaults): Fix docstring.
11212         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11214 2005-04-25  Kenichi Handa  <handa@m17n.org>
11216         * international/mule-cmds.el (select-safe-coding-system):
11217         Don't check consistency with coding: spec, etc if raw-text or
11218         no-conversion was found to be safe.
11220 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11222         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11223         citation markers at start of each line.
11225         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11226         citation markers at start of each line.
11228         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11230         * files.el (mode-require-final-newline): Fix previous change.
11231         (require-final-newline): Fix type label.
11233 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11235         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11236         statement in buffer (broken by 2004-11-24 change).
11238 2005-04-24  Kim F. Storm  <storm@cua.dk>
11240         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11241         and read-file-name-function values.  Don't overwrite existing
11242         non-nil values if ido-mode is enabled without ido-everywhere.
11244 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11246         * files.el (mode-require-final-newline): Minor doc fix.
11248 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11250         * subr.el (syntax-after): Doc fix.
11251         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11252         bits, not 8 bits.
11254         * files.el (mode-require-final-newline): Doc fix.
11255         (backup-buffer-copy): Fix last change.
11257 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11259         * term/mac-win.el: Require select.  Set selection-coding-system to
11260         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11261         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11262         (x-select-enable-clipboard): New variables.
11263         (x-select-text, x-get-selection, x-selection-value)
11264         (x-get-selection-value, mac-select-convert-to-string)
11265         (mac-services-open-file, mac-services-open-selection)
11266         (mac-services-insert-text): New functions.
11267         (CLIPBOARD, FIND): Put mac-scrap-name property.
11268         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11269         (public.tiff): Put mac-ostype property.
11270         (selection-converter-alist): Add entries for them.
11271         (mac-application-menu-map): New keymap.
11272         (interprogram-cut-function, interprogram-paste-function): Set to
11273         x-select-text and x-get-selection-value, respectively.
11274         (split-window-keep-point): Set to t.
11276 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11278         * files.el (read-directory-name): Always pass non-nil
11279         DEFAULT-FILENAME arg to read-file-name.
11280         (backup-buffer-copy, basic-save-buffer-2): Take care against
11281         writing thru an unexpected existing symlink.
11282         (revert-buffer): In indirect buffer, revert the base buffer.
11283         (magic-mode-alist): Doc fix.
11284         (buffer-stale-function): Doc fix.
11285         (minibuffer-with-setup-hook): Avoid warning.
11286         (mode-require-final-newline): Doc and custom fix.
11288         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11290         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11291         use the default appearance.
11292         (font-lock-comment-delimiter-face): New face, new variable.
11294         * imenu.el (imenu--generic-function): The official position of a
11295         definition is the start of the line that BEG is in.
11297         * midnight.el (midnight-timer): Move defvar up.
11299         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11301         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11303         * startup.el (command-line): Use with-no-warnings.
11305         * window.el (window-size-fixed): New defvar.
11307         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11309         * mail/rmail.el (rmail-font-lock-keywords):
11310         Use font-lock-comment-delimiter-face.
11312         * mail/sendmail.el (mail-font-lock-keywords):
11313         Use font-lock-comment-delimiter-face.
11315         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11317 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11319         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11320         Specify t for LAXMATCH when matching directories.
11321         Save match data around compilation-compat-error-properties form.
11323 2005-04-23  David Kastrup  <dak@gnu.org>
11325         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11326         Mention that the autoloaded aliases should be kept for AUCTeX.
11328 2005-04-23  Andreas Schwab  <schwab@suse.de>
11330         * isearch.el (isearch-forward): Doc fix.
11332 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11334         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11335         (jit-lock-stealth-nice): Change default value to 0.5.
11337 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11339         * abbrev.el (write-abbrev-file): Write table entries in
11340         alphabetical order by table name.
11342 2005-04-22  Kim F. Storm  <storm@cua.dk>
11344         * ido.el (ido-read-internal): Fix `list' completion.
11346 2005-04-22  Kenichi Handa  <handa@m17n.org>
11348         * recentf.el (recentf-save-file-coding-system): New variable.
11349         (recentf-save-list): Encode the file by
11350         recentf-save-file-coding-system and add coding: tag.
11352 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11354         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11356 2005-04-21  Lute Kamstra  <lute@gnu.org>
11358         * loadhist.el (unload-feature): Don't remove a function from hooks
11359         if it is about to be restored to an autoload .  Remove functions
11360         that will become unbound from auto-mode-alist.  Simplify the code.
11362         * subr.el (assq-delete-all): New implementation that is linear,
11363         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11364         (rassq-delete-all): New function.
11366         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11367         Add size-indication-mode.
11369 2005-04-21  Kenichi Handa  <handa@m17n.org>
11371         * international/mule-cmds.el: Add autoload for widget-value in
11372         eval-when-compile.
11374 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11376         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11377         Add tooltip-mode.
11379         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11381 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11383         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11384         (inferior-lisp-filter-regexp, inferior-lisp-program)
11385         (inferior-lisp-load-command, inferior-lisp-prompt)
11386         (inferior-lisp-mode-hook, lisp-source-modes)
11387         (inferior-lisp-load-hook): defvar->defcustom.
11388         (inferior-lisp-program, inferior-lisp-prompt)
11389         (inferior-lisp-load-hook): Doc fixes.
11390         (inferior-lisp-install-letter-bindings): Small change in
11391         introductory comment.
11393 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11395         * vc.el (vc-annotate-color-map): Change some colors so that text
11396         using them as foreground is readable on both white and black
11397         backgrounds.
11399 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         * international/mule-conf.el (translation-table-for-input):
11402         Remove redundant declaration.
11404 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11406         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11408         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11409         (tooltip-toggle-gud-tips): New function.
11411 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11413         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11414         right angle brackets.
11416 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11418         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11420 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11422         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11423         Remove.  Update callers to use expand-file-name instead.
11425         * subr.el (syntax-class): New function.
11427         * simple.el (blink-matching-open): Use it.
11429         * paren.el (show-paren-function): Use it to recognize parens that are
11430         also used in 2-char comment markers.
11432 2005-04-19  Lute Kamstra  <lute@gnu.org>
11434         * loadhist.el (unload-feature): Update for new format of
11435         load-history.  Simplify the code.
11437 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11439         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11440         (mac-add-charset-info): New function.  Initialize variable
11441         mac-charset-info-alist using it.
11442         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11443         for translation.
11444         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11445         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11446         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11447         New CCL programs.
11449 2005-04-19  Kim F. Storm  <storm@cua.dk>
11451         * simple.el (next-buffer, prev-buffer, next-error)
11452         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11453         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11455         * bindings.el (next-buffer, prev-buffer, next-error)
11456         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11457         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11458         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11459         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11461 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11463         * isearch.el (isearch-edit-string): Make the search-ring available for
11464         minibuffer history commands.
11465         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11466         the default history commands now work just as well.
11467         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11469 2005-04-18  Kim F. Storm  <storm@cua.dk>
11471         * emulation/cua-base.el (cua--pre-command-handler): Add more
11472         elaborate check for shift modifier on non-window systems.
11474 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11476         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11478 2005-04-18  Kim F. Storm  <storm@cua.dk>
11480         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11481         and make it optional.  Don't test tooltip-gud-echo-area here.
11482         (tooltip-gud-process-output, gdb-tooltip-print):
11483         Pass tooltip-gud-echo-area to tooltip-show.
11484         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11486 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11488         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11489         `display-graphic-p' may not be bound yet.
11491 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11493         * startup.el (command-line): No longer enable Xterm Mouse mode by
11494         default in terminals compatible with xterm.
11496         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11498 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11500         * tooltip.el (tooltip-gud-echo-area): Rename from
11501         tooltip-use-echo-area.
11502         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11503         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11504         area independently of where help tooltips are displayed.
11506 2005-04-17  David Kastrup  <dak@gnu.org>
11508         * cus-theme.el (custom-theme-write-variables): Quote variables
11509         where necessary.
11511 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11513         * simple.el (yank-excluded-properties): Add follow-link to value.
11515         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11517         * startup.el (fancy-splash-max-time): Just 30 seconds.
11518         (fancy-splash-delay): Just 7.
11519         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11521         * loadhist.el (unload-feature): Update for new format of load-history.
11522         Simplify the code.
11524         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11525         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11527         * mail/sendmail.el (mail-font-lock-keywords):
11528         Don't fontify subject text.
11529         Don't fontify the text of a citation.
11531 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11533         * comint.el (comint-output-filter): Run comint-output-filter-functions
11534         with point where the user had it.
11536 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * international/ucs-tables.el (ucs-set-table-for-input):
11539         Disable when using unify-on-decoding.
11541 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11543         * emulation/cua-base.el (cua-global-mark-face): Add special case
11544         for displays supporting a high number of colors.
11546 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11548         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11550 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11552         * filesets.el (filesets-add-buffer): If user supplies a name of a
11553         non-existing fileset, create a new fileset.
11555 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11557         * textmodes/org.el (org-up-heading-all): Fix bug with
11558         `outline-up-heading-all'.
11560 2005-04-16  Andreas Schwab  <schwab@suse.de>
11562         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11563         /etc/permissions.d/* and /etc/aliases.d/*.
11565 2005-04-16  Kenichi Handa  <handa@m17n.org>
11567         * international/code-pages.el (cp-make-coding-system):
11568         Set `translation-table-for-input' property value to the symbol
11569         ucs-mule-to-mule-unicode, not to that value.
11570         (pt154): Escape guillemet by `\'.
11572 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11574         * loadup.el: Load tooltip if x-show-tip is fboundp.
11576         * startup.el (command-line): Add comment.
11578         * tooltip.el (tooltip-mode): Specify correct standard value for
11579         Custom in init-value.
11581 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11583         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11584         possible.
11586 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11588         * textmodes/org.el (org-agenda-date-prompt): Rename from
11589         `org-agenda-date-today'.
11590         (org-evaluate-time-range): Insert at point instead of directly
11591         after time range.
11592         (org-first-headline-recenter, org-subtree-end-visible-p)
11593         (org-optimize-window-after-visibility-change): New functions
11594         (org-agenda-post-command-hook): Don't allow point at end of line,
11595         to make sure it always hits the text properties.
11596         (org-agenda-next-date-line, org-agenda-previous-date-line):
11597         New commands.
11598         (org-set-regexps-and-options): Category may contain white space.
11599         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11600         Improve marker positions.
11601         (org-agenda-new-marker): Argument POS made optional.
11602         (org-agenda-get-timestamps): Deadlines which are done are listed
11603         in org-done-face now.
11604         (org-agenda-get-todos, org-agenda-get-timestamps)
11605         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11606         Set `undone-face' and `done-face' properties.
11607         (org-last-todo-state-is-todo): New variable.
11608         (org-todo): Set `org-last-todo-state-is-todo'.
11609         (org-agenda-todo): Change face according to
11610         `org-last-todo-state-is-todo'.  And change other lines referring to
11611         the same entry.
11612         (org-calendar-goto-agenda): New command.
11613         (org-calendar-to-agenda-key): New option.
11614         (org-startup-folded): New allowed value `content'.
11615         (org-set-regexps-and-options): Accept new value `content' for
11616         `org-startup-folded'.
11617         (org-get-current-options): Handle new value `content' for
11618         `org-startup-folded'.
11619         (org-insert-todo-heading): New command.
11620         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11621         interactively in empty file and option
11622         `org-insert-mode-line-in-empty-file' has been set.
11623         (org-agenda-todo,org-agenda-priority): Modify to use
11624         `org-agenda-change-all-lines'.
11625         (org-warning-face): Change color on dark background
11627 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11629         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11630         use preferences AppleLocale and AppleLanguages, and variable
11631         mac-system-locale for default locale.  On Mac OS Classic, use
11632         mac-system-coding-system for default coding systems.
11634         * term/mac-win.el: Don't set file-name-coding-system.
11635         Decode variables system-name, emacs-build-system, user-login-name, and
11636         user-full-name by mac-system-coding-system on Mac OS Classic.
11637         (mac-system-coding-system): New variable.
11639 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11641         * startup.el (command-line): Handle `xterm-mouse-mode' before
11642         reading init file.
11644         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11646 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11648         * progmodes/sh-script.el (sh-here-document-word): Make it a
11649         defcustom.  Doc fix.
11650         (sh-add): Bash uses $(( )) for arithmetic.
11651         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11652         (sh-maybe-here-document): Remove quotes and leading whitespace
11653         from heredoc word when closing.  Indent heredoc with tabs if word
11654         starts with "-".
11656 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11658         * simple.el (undo): Fix previous change.
11660         * custom.el (defface): Doc fix.
11662 2005-04-13  Lute Kamstra  <lute@gnu.org>
11664         * Makefile.in (DONTCOMPILE): Remove list.
11665         (compile, compile-always): Don't use DONTCOMPILE.
11666         (update-authors): Load the library in which batch-update-authors
11667         is defined.
11668         * makefile.w32-in (DONTCOMPILE): Remove list.
11669         (compile, compile-always): Fix comments.
11670         (update-authors): Load the library in which batch-update-authors
11671         is defined.
11673         * generic-x.el (generic-mode-ini-file-find-file-hook):
11674         Rename to ini-generic-mode-find-file-hook.
11675         Keep generic-mode-ini-file-find-file-hook as an alias.
11676         (ini-generic-mode-find-file-hook): Rename from
11677         generic-mode-ini-file-find-file-hook.  Fix docstring.
11678         (ini-generic-mode): Docstring change.
11679         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11681         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11682         called from lisp.
11684         * generic.el: Move to the emacs-lisp subdir.
11686 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11688         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11689         and C-S- function and cursor motion keys.
11691 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11693         * startup.el (command-line): Enable Xterm Mouse mode by default.
11694         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11695         for Custom.  No longer show "Mouse" in mode line when enabled.
11696         Doc fix.
11698 2005-04-12  Kim F. Storm  <storm@cua.dk>
11700         * emulation/cua-base.el (cua-rectangle-face)
11701         (cua-rectangle-noselect-face): Define face attributes here.
11703         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11705 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11707         * startup.el (command-line): Turn off blinking cursor if
11708         cursorBlink in resources is off or false.
11710 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11712         * term/mac-win.el (dnd): Require dnd.
11713         (mac-drag-n-drop): Call dnd-handle-one-url.
11714         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11715         (kTextEncodingISOLatin2): Remove constants.
11716         (mac-script-code-coding-systems): New constant.
11717         (mac-handle-language-change): New function.
11718         (special-event-map): Bind it to `language-change' event.
11719         (mac-centraleurroman, mac-cyrillic): New coding systems.
11720         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11721         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11722         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11723         encode-mac-cyrillic, respectively.
11725 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11727         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11728         Don't set overlay-arrow-string to "=>" as this is done
11729         globally in C now.
11731 2005-04-12  Lute Kamstra  <lute@gnu.org>
11733         * generic-x.el (rc-generic-mode, rul-generic-mode):
11734         Fix auto-mode-alist entries.
11735         (etc-fstab-generic-mode): Tweak fontification.
11737         * generic.el (generic-make-keywords-list): Fix docstring.
11738         (generic-mode-internal): Simplify generic-font-lock-keywords.
11740 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11742         * whitespace.el (whitespace-buffer-leading)
11743         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11744         However, fix the highlight area for the leading and
11745         trailing whitespaces to show space.
11747 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11749         * whitespace.el (whitespace-version): Bump to 3.5
11751         (whitespace-buffer-leading, whitespace-buffer-trailing):
11752         Invert sense of the test to highlight the whitespace.
11754 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11756         * progmodes/gud.el (gud-display-line): GUD uses its own
11757         overlay arrow now so don't set overlay-arrow-string.
11758         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11760 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11762         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11763         (term-ansi-current-reverse, term-ansi-current-invisible)
11764         (term-ansi-face-already-done): Change to boolean.
11765         (term-reset-terminal, term-handle-colors-array): Handle the above
11766         vars accordingly.
11767         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11768         (term-emulate-terminal): Use the new name.
11770         * faces.el (secondary-selection): Use yellow1, not yellow.
11771         (trailing-whitespace): Use red1, not red.
11773 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11775         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11776         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11777         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11779         * cus-edit.el (dnd): New group.
11781         * term/w32-win.el (dnd): Require dnd
11782         (w32-drag-n-drop): Call dnd-handle-one-url.
11784         * x-dnd.el: Require dnd.
11785         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11786         Call dnd-handle-one-url.
11787         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11788         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11789         to dnd-insert-text.
11790         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11791         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11792         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11793         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11795         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11797 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11799         * wdired.el: Doc fixes.
11800         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11801         (wdired-use-dired-vertical-movement): Rename from
11802         wdired-always-move-to-filename-beginning.
11803         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11804         (wdired-change-to-wdired-mode): Change mode name.
11805         (wdired-newline): Delete.
11807 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11809         * whitespace.el (whitespace-highlight-the-space):
11810         Don't call whitespace-unhighlight-the-space here.
11812         * simple.el (undo): Record t in undo-equiv-table
11813         for the redo record made by an undo-in-region.
11815 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11817         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11818         (gdb-frame-inferior-io-buffer): New Functions to control
11819         display of separate IO buffer.
11820         (menu): Add them to menu-bar.
11821         (gdb-display-buffer): Check for buffer another frame.
11822         Protect GUD buffer.
11823         (gdb-setup-windows): Create IO buffer if not already there.
11824         (gdb-memory-mode): Remove purecopy noops.
11826 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11828         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11829         and pass to self-insert-command.
11831 2005-04-11  Lute Kamstra  <lute@gnu.org>
11833         * generic.el: Commentary section cleanup.
11834         (generic): Delete.
11835         (generic-use-find-file-hook, generic-lines-to-scan)
11836         (generic-find-file-regexp, generic-ignore-files-regexp)
11837         (default-generic-mode, generic-mode-find-file-hook)
11838         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11839         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11840         (generic-use-find-file-hook, generic-lines-to-scan)
11841         (generic-find-file-regexp, generic-ignore-files-regexp)
11842         (default-generic-mode, generic-mode-find-file-hook)
11843         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11845 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11847         * bookmark.el (bookmark-write-file): Catch errors writing file.
11848         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11850 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11852         * startup.el (fancy-splash-tail): Update copyright year.
11853         (command-line): Split part of -Q into -D.
11854         (emacs-basic-display): New defvar.
11855         (fancy-splash-text): Correct name of menu item.
11857         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11859         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11860         lines in one node.
11862         * comint.el (comint-send-input): New arg ARTIFICIAL.
11863         Callers in this file changed.
11865         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11867         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11869 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11871         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11872         `ldap-search-internal'.
11874 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * files.el (set-auto-mode-1): Use line-end-position.
11878         * international/latin-1.el:
11879         * international/latin-2.el:
11880         * international/latin-3.el:
11881         * international/latin-4.el:
11882         * international/latin-5.el:
11883         * international/latin-8.el:
11884         * international/latin-9.el: Give punctuation syntax to NBSP.
11886         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11887         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11888         Use char-classes to accept non-ascii letters, accepted in some recent
11889         bibtex implementations.
11891 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11893         * custom.el (custom-set-minor-mode): Any non-nil value for the
11894         variable should enable the mode when set through Custom.
11896 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11898         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11899         TAB binding so tab-always-indent is obeyed.
11900         (vhdl-minibuffer-local-map): Move initialization into declaration.
11901         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11902         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11903         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11904         (vhdl-current-line): Use line-beginning-position.
11905         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11906         with-output-to-temp-buffer, so the current position can be recorded.
11908 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11910         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11911         Add regexp for gcov.
11913 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11915         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11916         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11917         syntax which Emacs 20 doesn't support.
11919 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11921         * help.el (describe-key-briefly, describe-key):
11922         Replace strings as event types with "(any string)".
11924 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11926         * arc-mode.el (archive-mode-map): Move initialization into
11927         the declaration.  Override *all* bindings of `undo'.
11928         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11930 2005-04-09  Jay Belanger  <belanger@truman.edu>
11932         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11934 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11936         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11937         (xterm-register-default-colors): Update color values computation
11938         to match xterm-200.
11940 2005-04-09  Kenichi Handa  <handa@m17n.org>
11942         * international/code-pages.el (iso-latin-7): Fix the map.
11944 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11946         * emacs-lisp/lisp.el (defun-prompt-regexp)
11947         (parens-require-spaces, buffer-end, end-of-defun)
11948         (insert-parentheses): Doc fixes.
11950 2005-04-08  Kim F. Storm  <storm@cua.dk>
11952         * comint.el (comint-highlight-prompt): Fix face spec.
11953         * hi-lock.el (hi-green): Likewise.
11955 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11957         * cus-edit.el (custom-modified-face):
11958         * comint.el (comint-highlight-input): Fix previous changes.
11959         * term.el (term-handle-ansi-escape): Add a comment.
11961 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11964         in the buffer and in whitespace-highlighted-space.
11965         (whitespace-unhighlight-the-space): Simplify.
11966         (whitespace-buffer): Simplify.
11968 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11970         * textmodes/table.el (table-cell-face): Add special case for
11971         displays supporting a high number of colors.
11972         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11973         (vhdl-font-lock-reserved-words-face)
11974         (vhdl-speedbar-architecture-face)
11975         (vhdl-speedbar-instantiation-face)
11976         (vhdl-speedbar-architecture-selected-face)
11977         (vhdl-speedbar-instantiation-selected-face): Likewise.
11978         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11979         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11980         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11981         (ebrowse-root-class-face, ebrowse-member-attribute-face)
11982         (ebrowse-progress-face): Likewise.
11983         * progmodes/compile.el (compilation-info-face): Likewise.
11984         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11985         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11986         * calendar/calendar.el (diary-face): Likewise.
11987         * woman.el (woman-italic-face, woman-bold-face)
11988         (woman-unknown-face): Likewise.
11989         * wid-edit.el (widget-button-pressed-face): Likewise.
11990         * whitespace.el (whitespace-highlight-face): Likewise.
11991         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11992         * pcvs-info.el (cvs-marked-face): Likewise.
11993         * info.el (info-xref): Likewise.
11994         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11995         * hilit-chg.el (highlight-changes-face)
11996         (highlight-changes-delete-face): Likewise.
11997         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11998         (hi-red-b): Likewise.
11999         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12000         * font-lock.el (font-lock-keyword-face)
12001         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12002         * cus-edit.el (custom-invalid-face, custom-modified-face)
12003         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12004         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12005         * comint.el (comint-highlight-prompt): Likewise.
12007 2005-04-08  Lute Kamstra  <lute@gnu.org>
12009         * font-lock.el (font-lock-keywords): Docstring fixes.
12011 2005-04-08  Kenichi Handa  <handa@m17n.org>
12013         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12014         chars are more than a limit, print " and more..." at the tail.
12016 2005-04-08  Kim F. Storm  <storm@cua.dk>
12018         * emacs-lisp/authors.el (authors-aliases): Update list.
12019         (authors-ignored-files): New list.
12020         (authors-fixed-entries): Fix typo.
12021         (authors-renamed-files-alist): Update list.
12022         (authors-add): Check authors-ignored-files.
12024 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12026         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12027         optional, to ensure backward compatibility.
12029 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12031         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12033 2005-04-08  Kim F. Storm  <storm@cua.dk>
12035         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12037         * mouse.el (mouse-on-link-p): Doc fix.
12039 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12041         * ielm.el (ielm-prompt-read-only): Doc fix.
12043         * comint.el (comint-prompt-read-only): Doc fix.
12045 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12047         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12048         ensure dired always handles wildcards passed to ffap.
12049         (find-file-at-point): Use it.
12050         (ffap-dired-wildcards): Doc fix.
12052 2005-04-07  Juri Linkov  <juri@jurta.org>
12054         * simple.el (next-error-overlay-arrow-position): New defvar.
12055         Put "=>" on its property `overlay-arrow-string'.  Add it to
12056         `overlay-arrow-variable-list'.
12058         * progmodes/compile.el (compilation-setup):
12059         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12060         nil in the local hook `kill-buffer-hook'.  Make local variable
12061         `overlay-arrow-string' and set it to "=>".
12062         (compilation-goto-locus): Set BOL position to
12063         `next-error-overlay-arrow-position' instead of
12064         `overlay-arrow-position'.
12066         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12067         locally instead of adding it to the global hook.
12068         (Info-kill-buffer): Move up.
12070 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12072         * term/xterm.el (xterm-standard-colors): Update color values from
12073         xterm-200.
12075 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12077         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12079         * fast-lock.el:
12080         * lazy-lock.el: Move them to the obsolete subdir.
12082 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12084         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12085         (wdired-add-replace-advice): Remove.
12086         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12088 2005-04-06  Kim F. Storm  <storm@cua.dk>
12090         * startup.el (command-line): Add --bare-bones alias for -Q.
12092 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12094         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12095         create the startup fontset if a font specification ends with
12096         `mac-roman'.
12098 2005-04-06  Lute Kamstra  <lute@gnu.org>
12100         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12101         change.
12103         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12104         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12106 2005-04-05  Lute Kamstra  <lute@gnu.org>
12108         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12109         (define-generic-mode): Ditto.  Fix debug declaration.
12111         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12112         Put them in the generic-x group.
12114         * calendar/timeclock.el (timeclock): Doc fix.
12116         * generic.el (define-generic-mode): Don't use custom-current-group.
12117         Document default :group value.
12118         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12119         (define-global-minor-mode): Don't use custom-current-group.
12121 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12123         * startup.el (command-line-1): Display startup-echo-area-message
12124         when fancy splash screen is in use.
12126         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12127         (sh-escaped-newline): New face.
12128         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12129         newline, and use sh-escaped-newline face.
12131         * progmodes/tcl.el (tcl-escaped-newline): New face.
12132         (tcl-builtin-list): New variable.
12133         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12134         newlines.  Fix keywords subexpression number.
12136 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12138         * textmodes/org.el (org-diary-default-entry): Fix call to
12139         `add-to-diary-entry'.
12141 2005-04-05  Kim F. Storm  <storm@cua.dk>
12143         * ediff-init.el: Use (featurep 'xemacs).
12145 2005-04-05  David Ponce  <david@dponce.com>
12147         * cus-edit.el (face): Derive from symbol widget.  Display sample
12148         of the current face on the fly.
12149         (widget-face-sample-face-get, widget-face-notify): New functions.
12150         (widget-face-value-create): Remove.
12152         * wid-edit.el (widget-field-end): Temporarily remove field
12153         narrowing before to call `get-char-property'.
12155 2005-04-04  Jay Belanger  <belanger@truman.edu>
12157         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12158         (math-read-subscripts): New variable.
12159         (math-read-preprocess-string): Process subscripts.
12161 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12163         * comint.el (comint-prompt-read-only): Doc fix.
12165         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12166         `-1'.  Doc fix.
12168 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12170         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12171         Change default value to nil.
12173 2005-04-04  Lute Kamstra  <lute@gnu.org>
12175         * autorevert.el (auto-revert-mode): Specify :group.
12176         * battery.el (display-battery-mode): Specify :group.
12177         * diff-mode.el (diff-minor-mode): Specify :group.
12178         * font-core.el (font-lock-mode): Specify :group.
12179         * hl-line.el (hl-line-mode): Specify :group.
12180         * iimage.el (iimage): New customization group.
12181         (iimage-mode): Specify :group.
12182         * longlines.el (longlines-mode): Specify :group.
12183         * master.el: Don't require easy-mmode.
12184         (master): New customization group.
12185         (master-mode): Specify :group.
12186         * msb.el (msb-mode): Specify :group.
12187         * reveal.el (reveal-mode): Specify :group.
12188         * simple.el (next-error-follow-minor-mode): Specify :group.
12189         * smerge-mode.el (smerge-mode): Specify :group.
12190         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12191         * emulation/cua-base.el (cua-mode): Specify :group.
12192         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12193         * language/thai-util.el (thai-auto-composition-mode)
12194         (thai-word-mode): Specify :group.
12195         * mail/supercite.el (sc-minor-mode): Specify :group.
12196         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12197         * progmodes/flymake.el (flymake-mode): Specify :group.
12198         * progmodes/glasses.el (glasses-mode): Specify :group.
12199         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12200         * textmodes/enriched.el (enriched-mode): Specify :group.
12201         * textmodes/refill.el (refill-mode): Specify :group.
12203         * add-log.el (change-log-font-lock-keywords): Names in
12204         parenthesized lists can contain spaces.
12206 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12208         * startup.el (fancy-splash-text): Shorten default text of
12209         "Emacs Tutorial" line.  Also, if the current language env
12210         indicates an available tutorial file other than TUTORIAL,
12211         extract its title and append it to the line in parentheses.
12212         (fancy-splash-insert): If arg is a thunk, funcall it.
12214 2005-04-04  Jay Belanger  <belanger@truman.edu>
12216         * calc.el (calc-language-alist): Add tags to customization type.
12218 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12220         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12221         Doc fix.
12223 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12225         * add-log.el (change-log-font-lock-keywords): The manual
12226         describing a Change Log entry, says: (...) "Aside from these
12227         header lines, every line in the change log starts with a space or
12228         a tab.".  The font-lock was not highlighting lines started with
12229         spaces, added support for it.
12231 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12233         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12234         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12235         complex example in the docstring.
12236         (bibtex-font-lock-url): Use pop.
12238 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12240         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12242         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12244 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12246         * filesets.el (filesets-set-default): Doc fix.
12248 2005-04-03  Lute Kamstra  <lute@gnu.org>
12250         * generic.el (define-generic-mode): Add argument to specify
12251         keywords for defcustom.
12252         (default-generic-mode): Specify :group.
12254         * generic-x.el: Specify :group for all generic modes.
12256         * desktop.el (desktop-no-desktop-file-hook)
12257         (desktop-after-read-hook): Doc fix.
12259 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12261         * simple.el (visible-mode): Use explicit :group keyword.
12262         This changes the group of `visible-mode-hook' from paren-blinking
12263         to editing-basics.
12265 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12267         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12268         mailbox specifications as well as URLs.
12269         (rmail-insert-inbox-text): Remove unused conditional branches.
12271 2005-04-01  Jay Belanger  <belanger@truman.edu>
12273         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12274         (calc-gnuplot-print-command): Move definitions to calc.el.
12276         * calc/calc-embed.el (calc-embedded-announce-formula)
12277         (calc-embedded-open-formula, calc-embedded-close-formula)
12278         (calc-embedded-open-word, calc-embedded-close-word)
12279         (calc-embedded-open-plain, calc-embedded-close-plain)
12280         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12281         (calc-embedded-open-mode, calc-embedded-close-mode):
12282         Move definitions to calc.el.
12284         * calc/calc.el (calc-settings-file, calc-language-alist):
12285         Make customizable.
12286         (calc-embedded-announce-formula, calc-embedded-open-formula)
12287         (calc-embedded-close-formula, calc-embedded-open-word)
12288         (calc-embedded-close-word, calc-embedded-open-plain)
12289         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12290         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12291         (calc-embedded-close-mode, calc-gnuplot-name)
12292         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12293         from other files and make customizable.
12295 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12298         Use buffer-live-p.
12299         (cvs-mode-run): Don't call cvs-update-header here.
12300         (cvs-run-process): Call cvs-update-header.
12301         Use process properties for cvs-postprocess and cvs-buffer so that
12302         the sentinel can behave better if the temp buffer is killed.
12303         Use a pipe rather than a tty, to better handle unexpected prompts.
12304         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12306 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12308         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12309         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12311 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * generic.el (define-generic-mode): Add indentation rule.
12315 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12317         * files.el (mode-require-final-newline): Make Custom correctly
12318         report a nil value and allow to set it to nil via Custom.
12319         Doc fix.
12321 2005-04-01  Kenichi Handa  <handa@m17n.org>
12323         * international/characters.el: Enable the correct case setting for
12324         dotless-i and dotted-I.
12326 2005-04-01  Kim F. Storm  <storm@cua.dk>
12328         * ido.el (ido-file-internal): Fall back to non-ido command if
12329         initial directory is on slow ftp (or tramp) host.
12331 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12333         * emacs-lisp/autoload.el (make-autoload):
12334         Handle define-global-minor-mode.
12336         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12337         Rename from easy-mmode-define-global-mode.
12338         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12340         * progmodes/scheme.el (scheme-mode-syntax-table):
12341         Update syntax of | and # for two-character comment syntax.
12343 2005-03-31  Lute Kamstra  <lute@gnu.org>
12345         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12346         (define-minor-mode): Call custom-current-group at load-time.
12348         * generic.el (define-generic-mode): Add debug declaration.
12349         Add defcustom for the mode hook.
12350         (generic-mode-internal): Use run-mode-hooks.
12352 2005-03-31  Kim F. Storm  <storm@cua.dk>
12354         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12355         (mouse-fixup-help-message): New defun called by show_help_echo
12356         to fixup mouse-2 prefix in help messages when applicable.
12358         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12360 2005-03-31  Kenichi Handa  <handa@m17n.org>
12362         * language/thai-word.el (thai-find-word-ends): Pay attention to
12363         the case that we reach the end of buffer.
12365         * textmodes/fill.el (fill-text-properties-at): New function.
12366         (fill-newline): Use fill-text-properties-at instead of
12367         text-properties-at.
12369 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12371         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12372         not comint-quote-filename.
12374 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12376         * help-fns.el (help-with-tutorial): Revert last change.
12378 2005-03-31  Kim F. Storm  <storm@cua.dk>
12380         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12382 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12384         * calendar/cal-china.el: Update reference to "Calendrical
12385         Calculations" book; there's a new edition.
12386         * calendar/cal-coptic.el: Likewise.
12387         * calendar/cal-french.el: Likewise.
12388         * calendar/cal-hebrew.el: Likewise.
12389         * calendar/cal-islam.el: Likewise.
12390         * calendar/cal-iso.el: Likewise.
12391         * calendar/cal-julian.el: Likewise.
12392         * calendar/cal-mayan.el: Likewise.
12393         * calendar/cal-persia.el: Likewise.
12394         * calendar/calendar.el: Likewise.
12395         * calendar/holidays.el: Likewise.
12396         * calendar/lunar.el: Likewise.
12397         * calendar/solar.el: Likewise.
12399         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12400         white space from doc string.
12402 2005-03-30  Jay Belanger  <belanger@truman.edu>
12404         * calc/calc-help.el (calc-full-help): Remove email address.
12406 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12408         * help-fns.el (help-with-tutorial): Delete title line.
12410 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12412         * calendar/cal-x.el (calendar-one-frame-setup)
12413         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12414         rather than 'symbol for set-window-dedicated-p.
12416         * calendar/appt.el (appt-buffer-name): Make it a constant.
12417         (appt-add): Doc fix.
12419         * filesets.el (filesets-menu-path, filesets-menu-before)
12420         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12421         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12422         (filesets-add-submenu): Delete and use add-submenu instead.
12424 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12426         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12427         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12428         (org-diary-default-entry): New function.
12429         (org-get-entries-from-diary): Better parsing of diary entries.
12430         (org-agenda-check-no-diary): New function.
12431         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12432         linking to diary entries.
12433         (org-agenda-execute-calendar-command): New function.
12434         (org-agenda): Improve visible section in window.
12435         Use `org-fit-agenda-window'.
12436         (org-fit-agenda-window): New option.
12437         (org-move-subtree-down): Better handling of empty lines
12438         at end of subtree.
12439         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12440         levels up.
12441         (org-fontify-done-headline): New option.
12442         (org-headline-done-face): New face.
12443         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12444         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12445         When current field is non-empty, it is copied to next row.
12446         (org-table-copy-from-above): Fix bug which made it
12447         impossible to copy fields containing only a single non-white character.
12449 2005-03-30  Kim F. Storm  <storm@cua.dk>
12451         * kmacro.el (kmacro-end-macro): Isearch may store this command
12452         into the macro -- so ignore it when executing keyboard macro.
12454 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12456         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12458 2005-03-29  Kenichi Handa  <handa@m17n.org>
12460         * language/thai.el ("Thai"): Set setup-function and exit-function
12461         for Thai language environment.
12463         * language/thai-util.el: Require thai-word.
12464         (thai-word-mode-map): New variable.
12465         (thai-word-mode): New minor mode.
12466         (setup-thai-language-environment-internal): New function.
12467         (exit-thai-language-environment-internal): New function.
12469         * language/thai-word.el (thai-word-table): Declare it by defvar,
12470         use dolist to initialize it.
12471         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12472         (thai-fill-find-break-point): New functions.
12474 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12476         * simple.el (idle-update-delay): Move definition up.
12477         (set-mark): Doc fix.
12479 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12481         * longlines.el: New file.
12483         * simple.el (buffer-substring-filters): New variable.
12484         (filter-buffer-substring): New function.
12485         (kill-region, copy-region-as-kill): Use it.
12487         * register.el (copy-to-register, append-to-register)
12488         (prepend-to-register): Use filter-buffer-substring.
12490 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12492         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12493         (gud-filter-pending-text): Move in front of gdb.
12494         (gud-overlay-arrow-position): New variable.
12495         (gud-sentinel, gud-display-line): Use it in place of
12496         overlay-arrow-position.
12498 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12500         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12501         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12502         (fortran-font-lock-keywords-4): New variable.
12503         (fortran-blocks-re, fortran-end-block-re)
12504         (fortran-start-block-re): New constants, for hideshow.
12505         (hs-special-modes-alist): Add a Fortran entry.
12506         (fortran-mode-map): Bind fortran-end-of-block,
12507         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12508         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12509         (fortran-looking-at-if-then, fortran-end-of-block)
12510         (fortran-beginning-of-block): New functions, for hideshow.
12512         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12513         Doc fix.  Tweak regexp.
12514         (f90-beginning-of-block): Push mark first.
12516 2005-03-29  Jay Belanger  <belanger@truman.edu>
12518         * calc/calc.el: Update copyright date.
12519         (calc-version): Increase to 2.1.
12520         (calc-version-date): Remove.
12522         * calc/calc-help.el: Update copyright date.
12523         (calc-full-help): Remove reference to calc-version-date.
12524         Update copyright date.
12526 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * vc.el (vc-do-command): Use a pipe for async processes, so password
12529         prompts don't show up at places where the user can't reply.
12531 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12533         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12534         on the file name we pass to the inferior shell.
12536 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12538         * progmodes/which-func.el (which-function): Be robust in the face of an
12539         imenu--make-index-alist failure.
12541 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12543         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12545         * progmodes/python.el (python-preoutput-filter): Fix last change.
12547 2005-03-29  Lute Kamstra  <lute@gnu.org>
12549         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12550         functions and compiled macros.
12551         (debug-convert-byte-code): Handle macros too.
12552         (debug-on-entry-1): Don't signal an error when trying to clear a
12553         function that is not set to debug on entry.
12555 2005-03-29  Jay Belanger  <belanger@truman.edu>
12557         * calc/calc-lang.el: Add functions to math-function-table
12558         properties of tex and math.
12560 2005-03-29  Kenichi Handa  <handa@m17n.org>
12562         * ps-mule.el (ps-mule-plot-string): Translate characters by
12563         ps-print-translation-table.
12564         (ps-mule-begin-job): Call find-charset-region/string with
12565         ps-print-translation-table.
12566         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12568         * ps-print.el (ps-print-translation-table): New variable.
12569         (ps-plot-region): Translate characters by ps-print-translation-table.
12571 2005-03-29  Juri Linkov  <juri@jurta.org>
12573         * simple.el (next-error-highlight-timer): New variable.
12575         * progmodes/compile.el (compilation-goto-locus):
12576         Use `next-error-highlight-timer' instead of `sit-for'.
12578 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * mail/supercite.el (sc-mail-field): Use assoc-string.
12581         (sc-get-address): Simplify regexps.
12583         * files.el (minibuffer-with-setup-hook): New macro.
12584         (find-file-read-args): Use it to avoid let-binding
12585         minibuffer-with-setup-hook (which breaks turning on/off
12586         file-name-shadow-mode while in the prompt).
12588         * complete.el (PC-read-include-file-name-internal):
12589         Use test-completion.
12591 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12593         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12595 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12597         * window.el (window-buffer-height): Use count-screen-lines.
12599         * progmodes/python.el (python-preoutput-leftover): New var.
12600         (python-preoutput-filter): Use it.
12601         (python-send-receive): Loop until all the result has been received.
12603 2005-03-28  Juri Linkov  <juri@jurta.org>
12605         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12607         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12608         "Recover Crashed Session".
12609         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12610         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12611         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12612         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12613         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12614         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12615         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12616         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12618         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12619         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12620         Ediff Sessions", "Toggle use of separate control buffer frame",
12621         "Use separate frame for Ediff control buffer".
12623         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12624         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12625         "Rename Bookmark", "Delete Bookmark".
12627         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12628         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12629         Add `:active Info-index-alternatives' to "Next Matching Item".
12631         * wdired.el (wdired-change-to-wdired-mode):
12632         Mention `wdired-abort-changes' key in the initial message.
12634         * international/mule.el (auto-coding-alist): Associate non-ascii
12635         image filename extensions with `no-conversion'.
12637 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12639         * international/iso-acc.el:
12640         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12642 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12644         * textmodes/sgml-mode.el (html-mode): Doc update.
12646         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12648 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12650         * term.el (term-move-columns): Fix face after extending a line.
12651         (term-insert-spaces): Likewise.
12652         (term-reset-terminal): Fix off by one error.
12654 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12656         * international/mule.el (auto-coding-alist): Add .xpi files.
12658         * files.el (auto-mode-alist): Add .xpi files.
12660 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12662         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12664 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12666         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12668 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12670         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12671         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12673         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12674         cursor to Jan 1 when needed.
12675         (calendar-end-of-year): Fix -/+ typo.
12676         Reported by Chong Yidong <cyd@stupidchicken.com>.
12678 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12682         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12683         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12685 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12687         * filesets.el (filesets-init): Add autoload.
12689         * mail/mailalias.el (mail-directory): Doc fix.
12691 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12693         * mail/mailalias.el (mail-directory-process): Do nothing if
12694         mail-directory-process is an atom.
12695         (mail-get-names): Ignore mail-directory-names if it is an atom.
12696         (mail-directory-process defvar): Doc fix.
12697         (mail-names): Doc fix.
12699 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12701         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12703 2005-03-26  Kenichi Handa  <handa@m17n.org>
12705         * international/mule-util.el (detect-coding-with-priority):
12706         Call update-coding-systems-internal before detect-coding-region.
12708 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12710         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12711         (gdb-frames-mode-map): Add follow-link property.
12713 2005-03-25  Jay Belanger  <belanger@truman.edu>
12715         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12716         for variables.
12718 2005-03-25  Juri Linkov  <juri@jurta.org>
12720         * image-mode.el: Optimize image filename extension regexps in
12721         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12722         in `auto-mode-alist'.
12723         (image-mode): Add `image-toggle-display-text' to local hook
12724         `change-major-mode-hook'.  Display the image as an image by
12725         default.  Set `cursor-type' and `truncate-lines' if the image
12726         is already displayed.  Take into account the current mode (image
12727         or text) in message.
12728         (image-minor-mode): New minor mode.
12729         (image-mode-maybe, image-toggle-display-text): New functions.
12730         (image-toggle-display): Use called-interactively-p.
12731         Let-bind `inhibit-read-only' to t.
12733         * image-mode.el (image-minor-mode): Set `cursor-type' and
12734         `truncate-lines' if the image is already displayed.  Add turning
12735         image-minor-mode off to `change-major-mode-hook'.  Add message.
12736         Call `image-toggle-display-text' after turning image-minor-mode off.
12738 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12740         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12741         Terminal.app, use utf-8.
12742         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12743         (set-locale-environment): Use it.
12745         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12747         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12749         * progmodes/python.el (python-close-block-statement-p)
12750         (python-outdent-p, python-current-defun): Use symbol-end.
12752 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12754         * files.el (save-some-buffers): Doc fix.
12756 2005-03-25  Werner Lemberg  <wl@gnu.org>
12758         * complete.el, thumbs.el: Replace `legal' with `valid'.
12759         * calendar/calendar.el: Replace `legal' with `valid'.
12760         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12761         * mail/supercite.el: Replace `legal' with `valid'.
12762         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12763         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12764         Replace `legal' with `valid'.
12765         * textmodes/reftex-vars.el, textmodes/reftex.el:
12766         Replace `legal' with `valid'.
12768 2005-03-25  Werner Lemberg  <wl@gnu.org>
12770         * calc/calc-forms.el, calc/calc-sel.el:
12771         * midnight.el, vc-cvs.el:
12772         * emacs-lisp/cl-macs.el:
12773         * emulation/vip.el:
12774         * eshell/esh-io.el, eshell/esh-var.el:
12775         * mail/supercite.el:
12776         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12777         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12778         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12779         * progmodes/sh-script.el, progmodes/xscheme.el:
12780         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12781         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12782         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12783         * textmodes/reftex.el, textmodes/org.el:
12784         Replace `illegal' with `invalid'.
12786 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12789         (flymake-find-buildfile, flymake-find-possible-master-files)
12790         (flymake-check-include, flymake-parse-line): Replace loops over the
12791         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12793         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12794         Substitute file-name-as-directory in the rest of the file.
12795         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12796         (flymake-replace-region): Remove unused arg `buffer'.
12797         (flymake-check-patch-master-file-buffer): Update calls to it.
12798         (flymake-add-err-info): Remove unused var `count'.
12799         (flymake-mode): Use define-minor-mode.
12801         * progmodes/flymake.el: Use with-current-buffer.
12802         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12803         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12804         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12805         Avoid testing for `xemacs'.
12806         (flymake-nop): Move.
12807         (flymake-region-has-flymake-overlays): Return the computed value.
12808         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12809         Remove unused var `endline'.
12810         (flymake-get-line-count): Remove unused function.
12811         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12813         * emulation/vi.el:
12814         * generic.el:
12815         * hilit-chg.el (global-highlight-changes):
12816         * hi-lock.el (hi-lock-mode):
12817         * follow.el: find-file-hooks -> find-file-hook.
12819         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12821 2005-03-24  Juri Linkov  <juri@jurta.org>
12823         * dired.el (dired-mode-map): Add menu item "Compare directories"
12824         for dired-compare-directories.
12826         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12827         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12829 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12833 2005-03-24  Jay Belanger  <belanger@truman.edu>
12835         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12836         relevant mode settings in calc-embedded-original-modes when modes
12837         are permanently changed.
12839 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * autoinsert.el: find-file-hooks -> find-file-hook.
12843 2005-03-24  Lute Kamstra  <lute@gnu.org>
12845         * generic.el (generic-font-lock-defaults): Make it obsolete.
12846         (generic-font-lock-keywords): New variable to replace
12847         generic-font-lock-defaults.
12848         (generic-mode-set-font-lock): Delete it.
12849         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12850         (generic-bracket-support): Add docstring.
12852         * generic-x.el: Rename generic-font-lock-defaults to
12853         generic-font-lock-keywords throughout.
12854         (mailagent-rules-setup-function): Delete it.
12855         (mailagent-rules-generic-mode): Use anonymous function instead.
12856         (show-tabs-generic-mode-font-lock-defaults-1)
12857         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12858         Quote faces.
12859         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12860         not foreground.
12862         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12863         Recognize define-generic-mode.
12865 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12867         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12868         if there's no completion table.
12870 2005-03-23  Miles Bader  <miles@gnu.org>
12872         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12873         Remove tty-specific variants, as they're no longer needed.
12875 2005-03-23  Lute Kamstra  <lute@gnu.org>
12877         * generic-x.el: Code cleanup: make args constant whenever possible.
12878         (installshield-statement-keyword-list)
12879         (installshield-system-functions-list)
12880         (installshield-system-variables-list, installshield-types-list)
12881         (installshield-funarg-constants-list): Make them constants.
12883         * generic.el (generic-make-keywords-list): Add autoload cookie.
12885         * calendar/time-date.el: Add comment on time value formats.
12886         Don't require parse-time.
12887         (with-decoded-time-value): New macro.
12888         (encode-time-value): New function.
12889         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12890         (days-to-time): Return a valid time value when arg is huge.
12891         (time-since): Use time-subtract.
12892         (time-to-number-of-days): Use time-to-seconds.
12894 2005-03-23  David Ponce  <david@dponce.com>
12896         * recentf.el: (recentf-keep): New option.
12897         (recentf-menu-action): Default to `find-file'.
12898         (recentf-keep-non-readable-files-flag)
12899         (recentf-keep-non-readable-files-p)
12900         (recentf-file-readable-p, recentf-find-file)
12901         (recentf-cleanup-remote): Remove.
12902         (recentf-include-p): More robust.
12903         (recentf-keep-p): New function.
12904         (recentf-remove-if-non-kept): Rename from
12905         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12906         All callers updated.
12907         (recentf-menu-items-for-commands): Fix help string.
12908         (recentf-track-closed-file): Update.  Doc fix.
12909         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12911 2005-03-23  Kim F. Storm  <storm@cua.dk>
12913         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12914         Don't inherit from fringe face (now happens automatically).
12916 2005-03-22  Kim F. Storm  <storm@cua.dk>
12918         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12919         position values.
12921 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * menu-bar.el (showhide-date-time): Remove.
12924         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12925         (menu-bar-make-mm-toggle): Simplify.
12927 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12929         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12930         Accept qualified variable and function names.
12932 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12934         * bindings.el (completion-ignored-extensions):
12935         Remove ".lis" for `vax-vms'.
12937 2005-03-22  Andreas Schwab  <schwab@suse.de>
12939         * generic-x.el: Revert last change.
12940         * ldefs-boot.el: Update.
12942 2005-03-22  Jay Belanger  <belanger@truman.edu>
12944         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12945         (calc-embedded-save-original-modes)
12946         (calc-embedded-restore-original-modes): New functions.
12947         (calc-do-embedded): Save original modes when entering embedded mode
12948         and restore when leaving embedded mode.
12949         (calc-embedded-modes-change): Change the value of
12950         calc-embedded-original-modes to reflect permanent changes.
12952 2005-03-22  Lute Kamstra  <lute@gnu.org>
12954         * generic-x.el: Require generic again.
12956 2005-03-22  Miles Bader  <miles@gnu.org>
12958         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12959         Tweak details to look good on both ttys and bitmap displays, light
12960         or dark background, etc.
12962 2005-03-21  Kim F. Storm  <storm@cua.dk>
12964         * tooltip.el (tooltip-show-help-function): Check car and cdr of
12965         mouse position.
12967 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12969         * icomplete.el: Don't forcibly turn on the mode upon load.
12970         (icomplete-mode): Use define-minor-mode.
12971         (icomplete-eoinput): Default to nil.
12972         (icomplete-minibuffer-setup): Remove autoload.
12973         (icomplete-tidy): Simplify.
12974         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12975         in the initial state or if the user has modified the field.
12976         Fix handling of icomplete-max-delay-chars.
12977         Remove code that handles the oddball case where
12978         minibuffer-completion-table is an integer.
12979         Wrap icomplete-completions in while-no-input in case building
12980         completions takes more time than expected.
12981         (icomplete-completions): Simplify.
12983 2005-03-21  Richard M. Stallman  <rms@gnu.org>
12985         * jka-compr.el (jka-compr-really-do-compress):
12986         Make variable buffer-local.
12988         * image-mode.el: Handle .xpm files too.
12989         (image-toggle-display): Preserve modification flag.
12991         * help.el (where-is): Don't mention aliases with no key bindings.
12993 2005-03-21  Lute Kamstra  <lute@gnu.org>
12995         * generic.el: Fix commentary section.  Don't require cl for
12996         compilation.
12997         (generic-mode-list): Add autoload cookie.
12998         (generic-use-find-file-hook, generic-lines-to-scan)
12999         (generic-find-file-regexp, generic-ignore-files-regexp)
13000         (generic-mode, generic-mode-find-file-hook)
13001         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13002         (define-generic-mode): Make it a defmacro.  Fix docstring.
13003         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13004         (generic-mode-set-comments): Code cleanup.
13005         * generic-x.el: Don't prevent compilation.  Don't require generic.
13006         Follow coding conventions.  Minor code cleanup.
13007         (etc-fstab-generic-mode): Add some keywords.
13008         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13009         define-generic-mode like a function declaration.
13011 2005-03-21  Jay Belanger  <belanger@truman.edu>
13013         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13014         changing modes.
13016 2005-03-21  Sam Steingold  <sds@gnu.org>
13018         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13020 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13022         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13023         Add underscore to "f$ lexicals" regexp.
13025 2005-03-20  Juri Linkov  <juri@jurta.org>
13027         * subr.el (progress-reporter-do-update): When `min-value' is equal
13028         to `max-value', set `percentage' to 0 and prevent division by zero.
13030 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13032         Sync with Tramp 2.0.48.
13034         * net/tramp.el (all): Change all addresses to .gnu.org.
13035         (tramp-append-tramp-buffers): New defun.
13036         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13037         Catch `dont-send' signal.
13038         (tramp-set-auto-save-file-modes): Set always permissions, because
13039         there might be an old auto-saved file belonging to another
13040         original file.  This could be a security threat.  Reported by
13041         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13042         Check for Emacs 21.3.50 removed.
13044         * net/tramp-smb.el (all): Remove debug construct for
13045         `with-parsed-tramp-file-name'.
13046         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13047         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13048         No error message if DIRECTORY or FILENAME doesn't exist.
13049         (tramp-smb-open-connection): Check existence of
13050         `tramp-smb-program'.
13052 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13055         Properly handle the case where the `m' or `s' command's argument is not
13056         yet terminated.
13057         (perl-indent-new-calculate): New function.
13058         (perl-indent-line): Use it.
13060 2005-03-20  Miles Bader  <miles@gnu.org>
13062         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13063         in text-mode too.  Change to new face names.
13064         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13065         Add `:weight bold' attribute.
13066         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13068 2005-03-19  Juri Linkov  <juri@jurta.org>
13070         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13072         * international/mule.el (auto-coding-alist): Sync with
13073         `auto-mode-alist' by adding upper case archive file extensions
13074         and adding ear/war to jar extension.
13076 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13078         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13079         running, restart it.
13081 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13083         * finder.el (finder-current-item): Throw an error on an empty line.
13085         * man.el (Man-follow-manual-reference): If current-word returns
13086         nil, use "".
13088 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13090         * simple.el (goto-line): Doc fix.
13092 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13094         * files.el (save-buffer): Doc fix.
13096 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13098         * recentf.el (recentf-cleanup-remote): New variable.
13099         (recentf-cleanup): Use it to conditionally check availability of
13100         remote files.
13102 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13104         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13105         function names.
13107 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13109         * language/thai-word.el: New file.
13111 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13113         * files.el (backup-buffer): If the file's directory is not
13114         writable, use copy instead of move to backup the file.
13116 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13118         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13120 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13122         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13123         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13124         <darkman_spam@yahoo.fr>.
13125         (ps-print-version): New version 6.6.6.
13127 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13129         * textmodes/table.el (table--line-column-position): New idiom.
13130         (table--row-column-insertion-point-p): New function to test
13131         validity of row and column insertion operation at a location.
13132         (table-global-menu, table-cell-menu): Use above functions for
13133         deterministic test operation.
13134         (table--editable-cell-p): Behave in deterministic fashion.
13136 2005-03-18  Juri Linkov  <juri@jurta.org>
13138         * isearch.el (isearch-lazy-highlight-new-loop):
13139         Make arguments beg and end optional.
13140         (isearch-update): Remove optional arguments nil from
13141         isearch-lazy-highlight-new-loop.
13142         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13143         isearch-lazy-highlight-case-fold-search instead of
13144         isearch-case-fold-search, and let-bind isearch-regexp to
13145         isearch-lazy-highlight-regexp.
13146         Use isearch-lazy-highlight-last-string instead of isearch-string.
13148         * replace.el (perform-replace): Remove bindings of global
13149         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13150         Add three new arguments to `replace-highlight'.
13151         (replace-highlight): Add arguments string, regexp, case-fold.
13152         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13153         to allow isearch-lazy-highlight-new-loop to use these values
13154         to set corresponding isearch-lazy-highlight-* internal
13155         variables whose values lazy highlighting will use regardless of
13156         changes to global variables isearch-string, isearch-regexp,
13157         isearch-case-fold-search during lazy highlighting loop.
13158         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13159         to `lazy-highlight-cleanup'.
13161         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13162         (ispell-highlight-face): Set default face to `isearch' when
13163         lazy highlighting is enabled.
13164         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13165         priority to 1.  Add lazy highlighting.
13166         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13167         from `isearch-dehighlight'.
13169 2005-03-18  David Ponce  <david@dponce.com>
13171         * files.el (hack-local-variables): Do a case-insensitive search
13172         for End.
13174 2005-03-18  Juri Linkov  <juri@jurta.org>
13176         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13177         `isearch-lazy-highlight-cleanup', add alias to old name and
13178         declare obsolete.  Add release numbers to other obsolete vars.
13179         (isearch-done, isearch-lazy-highlight-new-loop):
13180         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13181         (lazy-highlight-cleanup) <variable>: Doc fix.
13182         (isearch-lazy-highlight-update): Rename obsolete
13183         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13185 2005-03-18  Kenichi Handa  <handa@m17n.org>
13187         * language/thai-util.el: Fix categorization of Thai characters in
13188         thai-category-table.
13189         (thai-composition-pattern): Adjust it for the above change.
13190         (thai-self-insert-command, thai-compose-syllable): New functions.
13191         (thai-compose-region): Use thai-compose-syllable.
13192         (thai-compose-string): Likewise.
13193         (thai-composition-function): Likewise.
13194         (thai-auto-composition): New function.
13195         (thai-auto-composition-mode): New minor mode.
13197         * language/thai.el: Fix patterns to be registered in
13198         composition-function-table.
13200         * international/quail.el (quail-input-method): Locally bind
13201         inhibit-modification-hooks to t.
13203 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13205         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13206         (perl-mode): Use run-mode-hooks.
13208         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13209         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13210         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13212         * mail/sendmail.el (sendmail-send-it): Reenable the code
13213         to compute resend-to-address and use it.
13215         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13217         * image-mode.el: New file.
13219         * image.el (insert-sliced-image): Add autoload cookie.
13221         * font-lock.el (font-lock-lines-before): New user option.
13222         (font-lock-after-change-function): Obey it.
13224         * bindings.el (esc-map): Make M-g a prefix.
13225         Bind M-g g and M-g M-g to goto-line.
13227         * faces.el (face-id): Doc fix.
13229 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13231         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13232         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13233         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13235         * mail/sendmail.el (mail-yank-ignored-headers)
13236         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13237         Add Mail-Followup-To and Mail-Reply-To headers.
13238         (mail-citation-hook): Add autoload cookie.
13239         (mail-mode): Doc fix.
13240         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13241         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13242         (mail-mode-fill-paragraph): Handle those headers.
13243         (mail-mailing-lists): New variable.
13244         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13246 2005-03-17  Juri Linkov  <juri@jurta.org>
13248         * isearch.el (isearch-fallback): Check for `(car previous)'
13249         before calling `isearch-other-end-state'.
13251 2005-03-17  Kim F. Storm  <storm@cua.dk>
13253         * simple.el (move-beginning-of-line): Move to beginning of buffer
13254         line, as well as beginning of screen line.
13256 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13258         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13259         argument REDRAW rather than calendar-redrawing variable.
13260         * calendar/calendar.el (calendar-redrawing): Delete.
13261         (redraw-calendar): Do not bind calendar-redrawing.
13263 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13265         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13266         diary-file buffer.
13268 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13270         * help.el (describe-mode): Allow a :minor-mode-function property to
13271         specify a different minor mode toggle function than the variable.
13272         * simple.el (auto-fill-function):
13273         * subr.el (add-minor-mode): Use it.
13275 2005-03-16  Kenichi Handa  <handa@m17n.org>
13277         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13278         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13279         (ethio-fidel-to-sera-buffer): Likewise.
13281 2005-03-16  Juri Linkov  <juri@jurta.org>
13283         * emacs-lisp/find-func.el (find-function-regexp):
13284         Add defun-emitting macro `menu-bar-make-toggle'.
13286         * isearch.el: Put `isearch-scroll' property to
13287         `split-window-horizontally'.
13289         * info.el: Update error messages for `debug-ignored-errors'.
13290         (Info-isearch-search): Doc fix.
13291         (Info-find-node): Move up code to go into info buffer before
13292         recording the node to the history.
13293         (Info-fontify-node): Fontify titles only if the next line
13294         has two or more `*', `=', `-', `.'.
13295         Display "go to this node" for empty (match-string 3).
13297 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13299         * term/mac-win.el: Add mouse pointer shape constants.
13301 2005-03-15  Kim F. Storm  <storm@cua.dk>
13303         * simple.el (move-beginning-of-line): Use vertical-motion.
13305 2005-03-15  Juri Linkov  <juri@jurta.org>
13307         * isearch.el (isearch-error): New variable.
13308         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13309         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13310         (isearch-within-brackets-state): Remove.
13311         (isearch-case-fold-search-state, isearch-pop-fun-state):
13312         Decrease frame index.
13313         (isearch-mode, isearch-top-state, isearch-push-state)
13314         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13315         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13316         (isearch-search, isearch-lazy-highlight-new-loop):
13317         Replace `isearch-invalid-regexp' with `isearch-error'.
13318         Remove `isearch-within-brackets'.
13319         (isearch-search): Add `search-failed' handler to `condition-case'.
13320         (isearch-lazy-highlight-search): Add `condition-case' to catch
13321         errors and allow `isearch-lazy-highlight-update' to try
13322         highlighting from the beginning of the window.
13323         (isearch-repeat): Move up code to set isearch-wrapped to t
13324         before calling isearch-wrap-function.
13326         * info.el (Info-isearch-initial-node): New internal variable.
13327         (Info-search): Signal an error in isearch mode when search leaves
13328         the initial node.  Signal an error when `bound' is non-nil and
13329         nothing was found in the current subfile.
13330         (Info-isearch-search): Remove `condition-case'.
13331         (Info-isearch-wrap): Don't wrap when search failed during leaving
13332         the initial node.  If `Info-isearch-search' is nil, wrap around
13333         the current node.
13334         (Info-isearch-start): New fun.
13335         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13336         `isearch-mode-hook'.
13338 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13340         * simple.el (normal-erase-is-backspace): Set default to t if
13341         running on Mac.
13343         * term/mac-win.el (function-key-map): Sync with x-win.el.
13345 2005-03-15  Kenichi Handa  <handa@m17n.org>
13347         * international/mule-cmds.el (locale-language-names): Modify the
13348         format of elements and add more entries.
13349         (locale-preferred-coding-systems): Add more entries.
13350         (set-locale-environment): Adjust for the change of
13351         locale-language-names.
13353 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13355         * pcvs.el (smerge-ediff): Remove bogus autoload.
13357 2005-03-14  Lute Kamstra  <lute@gnu.org>
13359         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13360         Ignore a `*' at the beginning of a line.
13362         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13363         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13364         subr.el.
13365         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13366         to specify indentation.
13368         * generic.el (define-generic-mode): Let generic-mode-list be a
13369         list of strings; test membership with equal.
13371 2005-03-14  Kim F. Storm  <storm@cua.dk>
13373         * simple.el (next-line, previous-line): Add optional try-vscroll
13374         arg to recognize interactive use.  Pass it on to line-move.
13375         (line-move): Don't perform auto-window-vscroll when defining or
13376         executing keyboard macro to ensure consistent behavior.
13378 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13382 2005-03-13  Lute Kamstra  <lute@gnu.org>
13384         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13385         debugger-setup-buffer so that backtrace marks the frames set to
13386         debug-on-exit and we don't have to do it manually.  Set an extra
13387         debug-on-exit for macro's.
13388         (debugger-setup-buffer): Don't mark the top frame manually.
13390 2005-03-12  Lute Kamstra  <lute@gnu.org>
13392         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13393         lisp-indent-function throughout.
13394         (with-no-warnings): Set lisp-indent-function property.
13396 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13398         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13399         Add entry for backslash.
13401 2005-03-12  Juri Linkov  <juri@jurta.org>
13403         * info.el (Info-search): Four fixes for backward search.
13405 2005-03-11  Jay Belanger  <belanger@truman.edu>
13407         * calc/calc.el (calc-language-alist): New variable.
13408         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13409         (calc-embedded-find-modes): Use calc-language-alist instead of
13410         calc-embedded-language-alist.
13412 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13414         * calendar/calendar.el (calendar-redrawing): New internal
13415         variable.
13416         (redraw-calendar): Remove bogus save-excursion from previous
13417         change.  Bind calendar-redrawing to t for mark-diary-entries.
13418         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13419         calendar if that is why we were called.
13421 2005-03-11  Kenichi Handa  <handa@m17n.org>
13423         * international/mule.el (make-coding-system): Set property
13424         coding-system-define-form to nil.
13425         (define-coding-system-alias): Likewise.
13427 2005-03-11  Kenichi Handa  <handa@m17n.org>
13429         These changes are suggested by Dave Love <fx@gnu.org>.
13431         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13432         coding: tag.
13433         (adaptive-fill-regexp): Add more bullets.
13434         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13435         regexps.
13437 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13439         * help.el (describe-mode): Properly handle non-trivial lighters.
13440         Don't ignore minor modes that are not listed in minor-mode-list.
13442         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13443         feature ON when the user requests to turn it OFF.
13445 2005-03-10  Lute Kamstra  <lute@gnu.org>
13447         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13448         (implement-debug-on-entry): New function to replace debug-entry-code.
13449         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13450         second argument as the 2005-03-07 change makes it obsolete.
13451         (debug-on-entry, cancel-debug-on-entry): Update call to
13452         debug-on-entry-1.
13453         (debug, debugger-setup-buffer): Comment update.
13454         (debugger-frame-number): Update to work with implement-debug-on-entry.
13456 2005-03-10  Jay Belanger  <belanger@truman.edu>
13458         * calc/calc-embed.el (math-ms-args): Declare it.
13459         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13460         math-ms-args.
13461         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13462         variables.
13464 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13466         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13467         Use message-box.
13469         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13470         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13471         (tooltip-gud-tips): Simplify.
13472         (tooltip-gud-tips-p): Remove superfluous :set.
13473         (tooltip-gud-modes): Add fortran-mode.
13474         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13476         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13478 2005-03-09  Kim F. Storm  <storm@cua.dk>
13480         * play/animate.el (animate-place-char): Use forward-line instead
13481         of next-line to improve performance.
13483 2005-03-09  Simon Josefsson  <jas@extundo.com>
13485         * net/browse-url.el (browse-url-default-browser): Doc fix.
13487 2005-03-09  Miles Bader  <miles@gnu.org>
13489         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13490         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13492 2005-03-09  Kenichi Handa  <handa@m17n.org>
13494         * international/latin-1.el: Set case and syntax for 255 only if
13495         set-case-syntax-set-multibyte is nil.
13497         * textmodes/ispell.el (ispell-insert-word): New function.
13498         (ispell-word): Use ispell-insert-word to insert a new word.
13499         (ispell-process-line): Likewise.
13500         (ispell-complete-word): Likewise.
13502 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13504         * calendar/calendar.el (redraw-calendar): Preserve point.
13505         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13506         (calendar-week-start-day): Move after definition of
13507         redraw-calendar.  Delete buffer test, since redraw-calendar has
13508         that now.
13510         * calendar/diary-lib.el (mark-diary-entries): Only call
13511         redraw-calendar in the first of any recursive calls.
13512         Reported by Alan Shutko <ats@acm.org>.
13514 2005-03-08  Juri Linkov  <juri@jurta.org>
13516         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13517         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13518         (html-radio-buttons): Add a space before the trailing `/>' where
13519         sgml-xml-mode is non-nil.
13520         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13521         the subsequent tag of the empty XML tag.
13522         (html-href-anchor): Don't set initial input to "http:".
13523         (html-image): Ask for the image URL and set point inside alt="".
13524         (html-name-anchor): Duplicate the name in the `id' attribute when
13525         sgml-xml-mode is non-nil.
13526         (html-paragraph): Remove \n before <p>.
13527         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13528         instead of `checked' when sgml-xml-mode is non-nil.
13530         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13531         Remove 1 space before #RRGGBB to not truncate it on terminal
13532         windows w/o fringes.  Remove 1 space between bg and fg examples
13533         to get more space.
13534         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13535         avoid byte-compile warnings.
13537         * image-file.el (image-file-handler): Put `safe-magic' property to
13538         `image-file-handler'.
13540         * info.el (Info-isearch-search): Emulate word search in
13541         isearching through multiple Info nodes with Info-search.
13542         (Info-isearch-wrap): Allow isearch-word.
13544 2005-03-08  Lute Kamstra  <lute@gnu.org>
13546         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13547         stepping into the debugger's code is not possible.
13548         (debugger-jumping-flag): Docstring update.
13550 2005-03-08  Jay Belanger  <belanger@truman.edu>
13552         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13553         embedded mode begins.
13554         (calc-embedded-language-alist): New variable.
13555         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13556         set default language mode.
13558 2005-03-08  Kenichi Handa  <handa@m17n.org>
13560         * international/ccl.el (define-ccl-program): Fix docstring about
13561         extra 256 bytes assured for the output buffer.
13563         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13564         Fix BUFFER_MAGNIFICATION to 2.
13565         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13567 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13569         * align.el (align-rules-list): Added an alignment rule for CSS
13570         declarations (applies to css-mode and html-mode buffers).
13572 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13574         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13576 2005-03-07  Kim F. Storm  <storm@cua.dk>
13578         * simple.el (move-beginning-of-line): New command.
13580         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13582         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13584         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13585         and move-beginning-of-line.
13587         * apropos.el (apropos-print): Omit command from M-x ... RET.
13589 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13591         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13592         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13594 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13596         * bindings.el (esc-map): Bind M-g to goto-line.
13598         * facemenu.el (global-map): Bind M-o, not M-g.
13600 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13602         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13603         "Open Directory" as for "Open File".
13605 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13607         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13608         (push-mark-command): Run activate-mark-hook.
13610 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13612         * help-mode.el (help-mode-finish): Don't alter the element
13613         in view-return-to-alist if there already is one.
13615         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13616         make sure the current buffer is the expected one.
13618         * novice.el (disabled-command-function): Output in *Disabled Command*.
13619         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13621         * textmodes/flyspell.el (flyspell-large-region):
13622         Pass args differently for aspell.
13624         * files.el (mode-require-final-newline): Doc fix.
13626 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13628         * progmodes/which-func.el (which-function):
13629         Specify NOERROR when calling imenu--make-index-alist.
13631 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * simple.el (normal-erase-is-backspace): Define default value.
13635         * custom.el (custom-theme-set-variables): Remove unused var
13636         `immediate'.
13637         (custom-reevaluate-setting): Simple function to handle variables
13638         that are defined before their default value can really be
13639         computed.
13641         * startup.el (command-line): Use it for temporary-file-directory,
13642         small-emporary-file-directory, auto-save-file-name-transforms,
13643         blink-cursor-mode, and normal-erase-is-backspace.
13645         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13646         progress, even with buggy anchored keywords.
13648 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13650         * simple.el (goto-line): Remove unbalanced final parenthesis.
13652 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13654         * simple.el (goto-line): Use a number at point as the default.
13655         With C-u as arg, switch buffers.
13657 2005-03-05  Juri Linkov  <juri@jurta.org>
13659         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13660         with `no-blinking-cursor'.
13662         * startup.el (no-blinking-cursor): New defvar.
13663         (command-line): Add `--no-blinking-cursor' to longopts.
13664         Set `no-blinking-cursor' to t for command line arguments
13665         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13666         with `no-blinking-cursor' in the condition for calling
13667         `blink-cursor-mode'.
13669 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13671         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13672         (menu-bar-options-save): Add blink-cursor-mode.
13673         (menu-bar-options-menu): Add blink-cursor-mode.
13675 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13677         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13678         (icalendar-export-file, icalendar-export-region)
13679         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13680         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13682 2005-03-04  Lute Kamstra  <lute@gnu.org>
13684         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13685         (debug-function-list): Ditto.
13687 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13689         * textmodes/texinfmt.el (texinfo-append-refill):
13690         Redefine the types of line to which @refill
13691         is not appended by replacing a search for `@refill\\|@bye' with
13692         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13693         itemize@refill' bug and the unfilled long lines bug.
13694         (texinfmt-version): Update number and date.
13696 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13698         * international/code-pages.el (windows-1250, windows-125[2-8])
13699         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13701 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13703         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13704         bound yet.
13706 2005-03-02  Romain Francoise  <romain@orebokech.com>
13708         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13709         buffer after removing limits.
13710         (ibuffer-pop-filter): Ditto.
13711         Update copyright.
13713 2005-03-02  Miles Bader  <miles@gnu.org>
13715         * button.el (make-text-button): If the user doesn't specify a
13716         type, use the default.  Rewrite to use `add-text-properties' and
13717         plist functions.
13719 2005-03-01  Lute Kamstra  <lute@gnu.org>
13721         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13722         (debugger-jumping-flag): New var.
13723         (debug-entry-code): Use it.
13724         (debugger-jump): Use debugger-jumping-flag and add
13725         debugger-reenable to post-command-hook.
13726         (debugger-reenable): Use debugger-jumping-flag and remove itself
13727         from post-command-hook.
13728         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13729         debugger-reenable.
13731 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13733         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13734         inclusion of "itemize\\|", which may be unnecessary, is certainly
13735         inelegant, and stops refilling in itemize lists when formatting
13736         Japanese Texinfo files to Info.
13737         Update copyright to 2005.
13739 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13741         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13742         of an error if GDB can't find the source file.
13744 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13746         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13747         not just the calendar.
13749         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13750         first.
13751         (diary-redraw-calendar): New function.
13752         (make-diary-entry): Add diary-redraw-calendar to local
13753         write-contents-functions.  Turn off selective display before
13754         inserting in diary.
13756 2005-03-01  Kim F. Storm  <storm@cua.dk>
13758         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13760 2005-03-01  Lute Kamstra  <lute@gnu.org>
13762         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13763         that debug-entry-code can be safely removed from a function while
13764         this code is being evaluated.  Revert the 2005-02-27 change as the
13765         new implementation no longer requires it.  Make sure that a
13766         function body containing just a string is not mistaken for a docstring.
13767         (debug): Skip one more frame in case of debug on entry.
13768         (debugger-setup-buffer): Delete one more frame line in case of
13769         debug on entry.
13770         (debugger-frame-number): Update to use the new text introduced by
13771         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13773 2005-02-28  Kim F. Storm  <storm@cua.dk>
13775         * double.el (double-translate-key): Call force-window-update after
13776         read-event to avoid crash in redisplay.
13778 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13780         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13781         (debug): Use it.  Move the inhibit-trace earlier.
13782         (debug-entry-code): New const.
13783         (debug-on-entry-1): Use it.
13785 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13787         * international/utf-16.el (ccl-encode-mule-utf-16le):
13788         Fix BUFFER_MAGNIFICATION to 2.
13789         (ccl-encode-mule-utf-16be): Likewise.
13791 2005-02-28  Kenichi Handa  <handa@m17n.org>
13793         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13794         Fix BUFFER_MAGNIFICATION to 4.
13795         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13797 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13799         * speedbar.el (speedbar-update-flag): Doc fix.
13800         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13801         argument.
13803 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13805         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13806         have a non-nil `invisible' property but are actually visible.
13808         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13809         for perldoc sections.
13810         (perl-outline-regexp, perl-outline-level): New var and function.
13811         (perl-mode): Use them.
13813 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13815         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13816         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13818 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13820         * cus-edit.el: Comment change.
13821         (custom-buffer-create-internal): Slightly reword text at top of
13822         Custom buffers.  Mention there that saving an option edits the
13823         init file.  Add link to Emacs manual node on `custom-file'.
13824         (custom-magic-alist): Rewrite individual State messages to use
13825         capitalized keywords.  Doc fix.
13827 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13829         * calendar/calendar.el (calendar-buffer): Move above
13830         calendar-week-start-day.
13831         (calendar-week-start-day): Doc fix.  Add :set function.
13832         (calendar-minimum-window-height): New variable.
13833         (generate-calendar-window): Only resize window if selected-window
13834         is displaying the calendar buffer.  Use new variable
13835         calendar-minimum-window-height.
13836         (generate-calendar): Reword error message.
13837         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13839 2005-02-27  Andreas Schwab  <schwab@suse.de>
13841         * vc.el (vc-do-command): Don't run command asynchronously when
13842         operating in a remote directory.
13844         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13845         change from sync with Tramp 2.0.47.
13847 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13849         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13851         * textmodes/flyspell.el (flyspell-mode-on):
13852         Call ispell-change-dictionary only if necessary.
13854         * emacs-lisp/re-builder.el (regexp-builder): New function.
13856         * register.el (describe-register-1): Explicitly handle
13857         yank-excluded-properties = t.
13859         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13860         (custom-magic-alist): Change the status descriptions again.
13861         (face widget-type): Total rewrite based on `restricted-sexp'
13862         to eliminate the confusing double hiding levels.
13864         * emacs-lisp/debug.el (debug-on-entry-1):
13865         If function body is empty, add nil as body form.
13867 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * emacs-lisp/trace.el (inhibit-trace): New var.
13870         (trace-make-advice): Use it.
13872         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13874 2005-02-26  Kim F. Storm  <storm@cua.dk>
13876         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13877         (mouse-on-link-p, mouse-drag-region-1): Use it.
13879 2005-02-25  Lute Kamstra  <lute@gnu.org>
13881         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13883 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13885         * frame.el (blink-cursor-mode): Add :group keyword.
13887 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13889         * calendar/icalendar.el (icalendar--decode-isodatetime):
13890         New optional argument DAY-SHIFT.
13891         (icalendar-export-region): Fix coding-system-for-write.
13892         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13893         events by one.
13895 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13897         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13899 2005-02-24  Kim F. Storm  <storm@cua.dk>
13901         * international/iso-acc.el (iso-accents-compose): Fix crash
13902         during redisplay.  Call force-window-update after read-event
13903         and delete-region to signal that window is not accurate.
13905 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13907         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13908         Remove unused and inexistent var `inhibit-trace'.
13909         (debugger-mode): Use run-mode-hooks.
13910         (debugger-list-functions): Add buttons; setup xref stack.
13912 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13914         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13915         appointment says it was explicitly made.
13916         (appt-add): Set the 3rd element.
13917         (appt-make-list): Preserve explicit appointments.
13919         * subr.el (find-tag-default): Catch errors in forward-sexp.
13921 2005-02-23  Juri Linkov  <juri@jurta.org>
13923         * info.el (Info-isearch-search): New defcustom.
13924         (Info-isearch-search): Call the default isearch function
13925         when Info-isearch-search is nil.
13926         (Info-isearch-wrap): Use variable Info-isearch-search.
13928 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13930         * cus-edit.el: Comment change.
13932 2005-02-22  Kim F. Storm  <storm@cua.dk>
13934         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13935         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13937 2005-02-22  Simon Josefsson  <jas@extundo.com>
13939         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13940         New variable.
13941         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13942         Oskarsson" <myrkraverk@users.sourceforget.net>.
13944 2005-02-22  Kim F. Storm  <storm@cua.dk>
13946         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13947         check that window of that event is the selected window.
13948         (mouse-drag-region-1): Compare mouse event window to selected
13949         window before setting point.
13951         * tooltip.el (tooltip-show-help-function): Pass event to
13952         mouse-on-link-p so it can check selected window.
13954 2005-02-22  Kenichi Handa  <handa@m17n.org>
13956         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13957         (ps-mule-show-warning): New function.
13958         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13959         characters are found.
13961         * ps-print.el (ps-header-footer-string): Return a list of header
13962         and footer strings.
13964 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13966         * pcvs.el (cvs-retrieve-revision): Fix thinko.
13968 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13970         * frame.el (blink-cursor-mode): Use define-minor-mode.
13972         * term/mac-win.el (function-key-map): Use char-names more consistently.
13973         (file-name-coding-system): Only set it for MacOS-9.  The other case is
13974         already handled in mule-cmds.el (where it also works when mac-win.el
13975         is not used).
13977 2005-02-21  Kenichi Handa  <handa@m17n.org>
13979         * international/mule.el (ctext-pre-write-conversion): Always use
13980         " *code-converting-work*" buffer for work.
13982         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13984 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
13986         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13988 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
13990         * ses.el (undo-more): Restore defadvice, but only the part that
13991         allows changes outside the restricted area of the buffer.
13993 2005-02-20  Kim F. Storm  <storm@cua.dk>
13995         * simple.el (line-move): Add fourth optional arg try-vscroll which
13996         must be set to perform auto-window-vscroll.
13997         When moving backwards and doing auto-window-vscroll, automatically
13998         vscroll to the last part of lines which are taller than the window.
13999         (next-line, previous-line): Set try-vscroll arg on line-move.
14001 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14003         * replace.el (query-replace, query-replace-regexp)
14004         (replace-string, replace-regexp): When operating on region, make
14005         the minibuffer prompt say so.
14007         * isearch.el (isearch-forward): Document isearch-query-replace and
14008         isearch-query-replace-regexp keybindings.
14010 2005-02-19  Jay Belanger  <belanger@truman.edu>
14012         * calc/calc-aent.el (math-read-token): Add local variable.
14014         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14015         (calc-edit-top): Move declaration to earlier in file.
14016         (calc-edit-macro-repeats): Add local variables.
14018         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14019         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14020         calcFunc-tanh.
14021         Adjust integration rule for calcFunc-tan.
14023 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14025         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14026         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14027         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14028         (viper-skip-separators): Bug fix.
14029         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14030         particular major mode.
14031         (viper-del-backward-char-in-replace): Don't put deleted char on the
14032         kill ring.
14034         * viper-ex.el (viper-color-display-p): New function.
14035         (viper-has-face-support-p): Use viper-color-display-p.
14037         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14039         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14041         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14042         (viper-file-remote-p): Make equivalent to file-remote-p.
14044         * viper.el (viper-major-mode-modifier-list):
14045         Use viper-gnus-modifier-map.
14047 2005-02-19  David Kastrup  <dak@gnu.org>
14049         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14050         quoting.
14052 2005-02-19  Jay Belanger  <belanger@truman.edu>
14054         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14055         Remove extra definitions.
14056         (calc-coth): New function.
14057         (calcFunc-cot): Fix `let'.
14059 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14061         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14062         the reasons we use "type pc" in these faces.
14064         * button.el (button): Ditto.
14066 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14068         * replace.el (query-replace-read-from): Set the value of
14069         query-replace-from-history-variable to handle the case of an empty
14070         string entered to accept the suggested default.
14072         * net/tramp.el (tramp-file-name-for-operation):
14073         Use dired-call-process instead of dired-call-process-command.
14075 2005-02-19  Jay Belanger  <belanger@truman.edu>
14077         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14078         (math-div-non-trig): New variables.
14079         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14080         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14081         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14082         trig expressions.
14084 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14086         * progmodes/gdb-ui.el (gdb-var-update-handler)
14087         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14088         for watch expressions,
14089         (gdb-var-create-handler): Don't set speedbar-update-flag.
14090         (gdb-post-prompt): Simplify test for speedbar.
14092 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14094         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14095         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14096         we use the syntax table of the correct buffer.
14097         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14098         Felix Gatzemeier.
14100         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14101         (ediff-file-remote-p): Make synonymous with file-remote-p.
14102         In all deffaces ediff-*-face-*, use min-colors.
14104         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14105         ediff-recurse-to-subdirectories.
14106         (ediff-mark-if-equal): Check that the arguments are strings, use
14107         ediff-same-contents (after to Felix Gatzemeier).
14109         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14110         nil.
14112 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14114         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14116 2005-02-18  David Kastrup  <dak@gnu.org>
14118         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14119         use `mark-active' when defined.
14121 2005-02-18  Kenichi Handa  <handa@m17n.org>
14123         * ps-print.el (ps-font-info-database): New entry
14124         ZapfChancery-MediumItalic with correct font name.  Fix font name
14125         of the entry Zapf-Chancery-MediumItalic.
14127 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14129         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14131 2005-02-16  Kim F. Storm  <storm@cua.dk>
14133         * ido.el (ido-fallback-command): Pass user input to fallback command.
14135 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14137         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14138         (gdb-find-file-hook): Add server prefix.
14140 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14142         * replace.el (perform-replace): Pass new args to replace-highlight.
14143         (replace-highlight): Take region args,
14144         and pass them to isearch-lazy-highlight-new-loop.
14146         * novice.el (disabled-command-hook): Autoload the defalias
14147         and the make-obsolete-variable call.
14149         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14151         * isearch.el (isearch-lazy-highlight-start-limit)
14152         (isearch-lazy-highlight-end-limit): New variables limit
14153         the region for highlighting.
14154         (isearch-lazy-highlight-new-loop): New args BEG and END.
14155         (isearch-lazy-highlight-search): Use the new vars.
14156         (isearch-lazy-highlight-update): Likewise.
14158         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14160         * cus-start.el (all): Use default-boundp.
14162 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14164         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14166 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14168         * autorevert.el (auto-revert-stop-on-user-input)
14169         (auto-revert-verbose): Doc fixes.
14171 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14173         * international/mule-cmds.el (set-locale-environment): Remove call
14174         to set-selection-coding-system on Windows.
14176 2005-02-15  Jay Belanger  <belanger@truman.edu>
14178         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14179         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14180         calcFunc-coth.
14181         (math-simplify-sqrt): Add simplifications.
14183         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14184         to list.
14186         * calc/calc-ext.el: Add functions to autoloads.
14188         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14189         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14190         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14191         (math-csc-raw, math-cot-raw): New functions.
14193         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14195         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14196         the variable name in a message.
14198         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14199         calcFunc-csc, calcFunc-cot.
14201         * calc/calcalg2.el: Add derivative and integration rules for
14202         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14203         calcFunc-csch, calcFunc-coth.
14204         (math-do-integral-methods): Add to checks for when to use
14205         substitutions.
14207         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14209 2005-02-15  Lute Kamstra  <lute@gnu.org>
14211         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14212         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14213         <monnier@iro.umontreal.ca>
14214         (lisp-outline-level): Improve efficiency.  Suggested by David
14215         Kastrup <dak@gnu.org>.
14217 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14219         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14220         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14221         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14222         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14223         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14225 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14227         * cus-start.el (all): Comment change.
14229 2005-02-14  Lute Kamstra  <lute@gnu.org>
14231         * cus-start.el (all): Check if symbol is void.
14233 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14235         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14236         optional argument to \cite.
14238 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14240         * cus-edit.el (custom-buffer-create-internal): Update help message.
14241         (custom-magic-alist): Update help messages.
14243         * cus-start.el (all): Allow a var to specify a standard value.
14245 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14247         * custom.el (custom-theme-set-variables): Handle variable aliases.
14249         * frame.el (blink-cursor-timer): Doc fix.
14250         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14251         declare obsolete.
14252         (blink-cursor-mode): Define with defcustom and use correct
14253         standard expression in that defcustom.
14254         * startup.el (command-line): Adapt to above changes in frame.el.
14256 2005-02-11  Lute Kamstra  <lute@gnu.org>
14258         * apropos.el (apropos-score-doc): Prevent division by zero.
14260 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14262         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14263         (icalendar--get-event-property-attributes)
14264         (icalendar--get-event-properties)
14265         (icalendar--datetime-to-diary-date): New functions.
14266         (icalendar--split-value): Doc fix.
14267         (icalendar--datetime-to-noneuropean-date)
14268         (icalendar--datetime-to-european-date): New optional argument
14269         SEPARATOR.  Return result as a string instead of a list.
14270         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14271         (icalendar--convert-string-for-export): Rename arg S to STRING.
14272         (icalendar-export-region): Doc fix.  Change name of error buffer.
14273         Save output buffer.
14274         (icalendar-import-file): Add blank at end of prompt.
14275         (icalendar-import-buffer): Doc fix.  Do not switch to error
14276         buffer.  Indicate status in return value.
14277         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14278         buffer.  Save output buffer.  Handle exception from recurrence
14279         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14280         events.  Fix problems with weekly all-day events.
14282 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14284         * simple.el (eval-expression-print-format):
14285         Avoid warning about edebug-active.
14287         * help.el (help-for-help-internal): Rename from help-for-help.
14288         (help-for-help): Define with defalias.
14290         * font-core.el (font-lock-default-function): Use with-no-warnings.
14292         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14294         * custom.el (defface): Doc fix.
14296 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14298         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14299         width 0" to prevent word wrapping problems.
14301 2005-02-09  Kim F. Storm  <storm@cua.dk>
14303         * ido.el (ido-file-extensions-order): New defcustom.
14304         (ido-file-extension-lessp, ido-file-extension-aux)
14305         (ido-file-extension-order): New advanced file ordering.
14306         (ido-file-lessp): New simple file ordering.
14307         (ido-sort-list): Remove.
14308         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14309         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14311 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14313         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14314         that some versions of grep produce.
14315         (grep-mode-font-lock-keywords): Likewise.
14317 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14319         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14320         (gdb-cdir): Delete.
14321         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14322         (gdb-source-info): Treat case when source file is in another
14323         directory properly.
14324         (gdb-get-location): New function.
14326 2005-02-07  Jay Belanger  <belanger@truman.edu>
14328         * calc/calc-prog.el (calc-write-parse-table-part)
14329         (calc-fix-token-name): Fix a check for language type.
14331         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14333 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14335         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14336         as directory not writable.
14338 2005-02-07  Kim F. Storm  <storm@cua.dk>
14340         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14341         (cua--standard-movement-commands): Remove list.
14342         Instead, set CUA property value to move for movement commands.
14343         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14344         (cua--pre-command-handler): Check CUA property.
14345         (cua--init-keymaps): Don't remap undo commands.
14346         (cua-mode): Don't call cua--rectangle-on-off.
14348         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14349         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14350         (cua--rect-undo-set-point): New var.
14351         (cua--rectangle-undo-boundary): Setup undo apply entry.
14352         (cua--rect-undo-handler): New function for rectangle undo.
14353         (cua--rect-start-position, cua--rect-end-position): Add.
14354         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14355         for restored rectangle.  Set point if cua--rect-undo-set-point.
14357 2005-02-06  Jay Belanger  <belanger@truman.edu>
14359         * calc/calc-lang.el (calc-tex-language): Display more information
14360         in messages.
14362         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14363         in TeX mode.
14365 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14367         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14369 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14371         * net/ldap.el (ldap-search-internal): Support attributes with
14372         optional descriptions separated by a semi-colon, as in
14373         "userCertificate;binary".
14375 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14377         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14378         isn't a cons (i.e. the version is 0).
14380 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14382         * help.el (help-for-help): Doc fix.
14384 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14386         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14387         GDB-Windows on the menu-bar as this works better.
14389 2005-02-04  Jay Belanger  <belanger@truman.edu>
14391         * calc/calc-embed.el (calc-embedded-update): Don't put in
14392         unnecessary newlines.  Adjust the end of formula marker.
14394         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14395         (math-latex-parse-two-args): New function.
14397 2005-02-03  Lute Kamstra  <lute@gnu.org>
14399         * help-fns.el (help-with-tutorial): Make sure that users cannot
14400         remove the entire text of the tutorial by means of `undo'.
14402 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14404         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14405         in recent changes, where the ispell process was repeatedly
14406         killed & restarted.
14408         * international/mule-cmds.el (set-locale-environment): Set file-name
14409         coding system to utf-8 on Darwin systems.
14410         (set-default-coding-systems): Don't set default-file-name-coding-system
14411         on Darwin systems.
14413 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14415         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14417 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14419         * faces.el (list-faces-display): Add optional argument.
14421 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14423         * font-core.el (font-lock-default-function): Handle the rare case where
14424         only font-lock-keywords is set.
14426 2005-02-02  Kenichi Handa  <handa@m17n.org>
14428         * international/characters.el: Cancel previous change for
14429         I-WITH-DOT-ABOVE and DOTLESS-i.
14431         * international/latin-5.el: Cancel previous change.
14433 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14435         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14437 2005-02-02  Kenichi Handa  <handa@m17n.org>
14439         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14440         DOTLESS-i.
14442         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14443         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14445         * case-table.el (get-upcase-table): New function.
14446         (copy-case-table): Copy upcaes table too if non-nil.
14447         (set-case-syntax-delims): Maintain upcase table too.
14448         (set-case-syntax-pair): Likewise.
14449         (set-upcase-syntax, set-downcase-syntax): New functions.
14450         (set-case-syntax): Maintain upcase table too.
14452 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14454         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14456         * progmodes/gud.el (gud-goto-info): New function.
14457         (gud-tool-bar-map): Use correct icon.
14459 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14461         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14462         When delegating, order args in the funcall correctly.
14464 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14466         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14468 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14470         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14471         buffer not visiting a file.
14473 2005-01-31  Jay Belanger  <belanger@truman.edu>
14475         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14476         bound on the line with the formula.
14478 2005-01-31  Kim F. Storm  <storm@cua.dk>
14480         * ses.el (ses-create-cell-variable-range)
14481         (ses-destroy-cell-variable-range, ses-reset-header-string)
14482         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14483         (ses-insert-row): Fix format of apply undo entries.
14485 2005-01-31  Jay Belanger  <belanger@truman.edu>
14487         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14488         parts.
14490         * calc/calc-embed.el (calc-embedded-open-formula)
14491         (calc-embedded-close-formula): Ignore matrix environments.
14493         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14494         TeX mode.
14496         * calc/calc-lang.el (math-function-table, math-oper-table)
14497         (math-variable-table): Adjust the LaTeX portions.
14499         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14500         (math-latex-ignore-words): New constant.
14502 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14504         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14505         (ispell-local-dictionary): Doc fix.
14506         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14507         Don't reinitialize at run time.  Don't defcustom.
14508         All uses changed to append ispell-local-dictionary-alist,
14509         or check it first.
14510         (ispell-current-dictionary): New variable for dictionary in use.
14511         (ispell-dictionary): Now used only for global default.
14512         (ispell-start-process): Set ispell-current-dictionary,
14513         not ispell-dictionary.
14514         (ispell-change-dictionary): Use this only for setting
14515         user preferences.
14516         (ispell-internal-change-dictionary): New function
14517         to change the current dictionary in use.
14518         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14519         Use ispell-current-dictionary.
14520         Handle ispell-local-dictionary-overridden.
14521         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14523 2005-01-31  Jay Belanger  <belanger@truman.edu>
14525         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14527         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14528         (calc-mode-map): Add calc-latex-language.
14530         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14531         (math-latex-print-frac): New functions.
14532         (math-oper-table, math-function-table, math-variable-table)
14533         (math-complex-format, math-input-filter): Add latex properties.
14534         (calc-set-language): Set math-expr-special-function-mapping.
14536         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14537         (calc-write-parse-table-part): Add LaTeX support.
14539         * calc/calc.el (calc-language): Adjust docstring.
14540         (calc-set-mode-line): Add LaTeX support.
14541         (math-expr-special-function-mapping): New variable.
14542         (math-tex-ignore-words): Add to list.
14544         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14545         Add LaTeX support.
14546         (math-compose-expr): Add support for special functions.
14548         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14550 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14552         * progmodes/gdb-ui.el (gdb-memory-address)
14553         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14554         (gdb-memory-mode-map, gdb-memory-format-keymap)
14555         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14556         (gdb-memory-unit-menu): New variables for a buffer
14557         that lets the user examine program memory.
14558         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14559         (gdb-memory-format-binary, gdb-memory-format-octal)
14560         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14561         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14562         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14563         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14564         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14565         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14566         (gdb-memory-mode, gdb-memory-buffer-name)
14567         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14568         New functions for above buffer.
14570 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14572         * cus-edit.el (custom-bury-buffer): Function deleted.
14573         (custom-buffer-done-function): Option deleted.
14574         (custom-buffer-done-kill): New (replacement option.
14575         (Custom-buffer-done): Call quit-window.
14576         (custom-buffer-create-internal): Update for above changes.
14578 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14580         * simple.el (undo-ask-before-discard): New var.
14581         (undo-outer-limit-truncate): Implement it.
14582         (undo-extra-outer-limit): Doc update.
14584 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14586         * ses.el (undo-more): Delete defadvice.
14587         (ses-begin-change): Doc fix.
14589         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14590         instead of rebinding C-x u and C-_.
14592         * files.el (normal-backup-enable-predicate): Return nil for files
14593         in /tmp, regardless of temporary-file-directory.
14595         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14597         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14598         (open-rectangle, delete-whitespace-rectangle-line)
14599         (clear-rectangle-line): If FILL, pass t instead of FILL
14600         for move-to-column's 2nd arg.
14602         * simple.el (undo): Fix the test for continuing a series of undos.
14603         (undo-more): Set pending-undo-list to t when we reach end.
14604         (pending-undo-list): Move up defvar.
14606         * wid-edit.el (widget-button-click):
14607         Shorten the range of the track-mouse binding.
14609         * comint.el (comint-insert-input): Undo previous changes;
14610         use last-input-event in interactive spec.
14612 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14614         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14615         to nil before invoking call-process.  Reset buffer's modified flag
14616         after fontifying it in the no-async branch.
14618         * wid-edit.el (widget-specify-button): If mouse pointer shape
14619         cannot be changed, use mouse face instead.
14621 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14623         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14624         (gdb-goto-breakpoint): Make breakpoint handling work on template
14625         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14626         (gdb-assembler-custom): Update to recognize breakpoint information
14627         added on 2005-01-19.
14629 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14631         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14632         (dsssl-mode): Use define-derived-mode.
14633         (scheme-mode-initialize): Remove.
14634         (scheme-mode): Use run-mode-hooks.
14636         * cus-edit.el (customize-group-other-window)
14637         (custom-buffer-create-other-window): Don't override special-display-*.
14638         (custom-mode-map): Make it dense.
14640         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14641         sets the default value.
14643 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14645         * descr-text.el: Add more keywords.
14647 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14649         * speedbar.el: Avoid unnecessary use of locate-library.
14651         * international/mule-cmds.el (standard-display-european-internal):
14652         Don't fiddle with latin-1 non-break space any more since it's now
14653         special cased in the C code.
14654         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14656 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14658         * cus-start.el (all): Add `undo-outer-limit'.
14660 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14662         * textmodes/bibtex.el (bibtex-format-entry):
14663         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14664         field lines.
14665         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14666         not on part of a buffer.
14668 2005-01-25  Lute Kamstra  <lute@gnu.org>
14670         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14671         nonempty field text strings like "{letters\\macro{}more letters}".
14672         Clarify docstring.
14673         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14674         (bibtex-entry-offset, bibtex-parse-association)
14675         (bibtex-parse-field-name): Fix typos in docstrings.
14676         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14678 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14680         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14681         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14682         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14683         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14685         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14686         isearch minor mode.
14688 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14690         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14692 2005-01-24  Lute Kamstra  <lute@gnu.org>
14694         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14695         CASECHARS and NOT-CASECHARS regular expressions of the
14696         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14697         striding over charsets" error.
14699 2005-01-24  Jay Belanger  <belanger@truman.edu>
14701         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14702         display variable name.
14704 2005-01-24  Kenichi Handa  <handa@m17n.org>
14706         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14707         Fix setting of the element of encoded-kbd-iso2022-invocations.
14709 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14711         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14712         (gdb-threads-select): Change to also accept mouse events.
14713         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14714         (gdb-threads-mouse-select): Delete.
14716 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14718         * files.el (insert-directory): Take care of empty directory,
14719         listed without -a switch.
14721 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14723         * textmodes/refill.el (refill-post-command-function):
14724         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14725         to the list of functions that we should be careful not to undo.
14726         (refill-late-fill-paragraph-function): Remove.
14727         (refill-saved-state): New var.
14728         (refill-mode): Use it to save fill-paragraph-function.
14729         Save also the value of auto-fill-function.
14731         * term/w32-win.el: Simplify code.
14733 2005-01-23  Kim F. Storm  <storm@cua.dk>
14735         * simple.el (line-move): Adapt to new return value from
14736         pos-visible-in-window-p.
14738         * simple.el (line-move): Fix last change.  Check partial
14739         visibility at point rather than at window-start.
14741 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14743         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14745 2005-01-22  David Kastrup  <dak@gnu.org>
14747         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14749 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14751         * type-break.el (type-break-mode): Add a test for
14752         type-break-file-name being non-nil.
14754 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14756         * net/eudc.el (top level): Call (message "") via progn, so that
14757         eudc-options-file is loaded.
14759 2005-01-22  Kim F. Storm  <storm@cua.dk>
14761         * simple.el (line-move-1): Rename from line-move.
14762         (line-move): New function that adjusts vscroll for partially
14763         visible rows, and calls line-move-1 otherwise.
14765 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14767         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14768         since it's not a complete read-event implementation
14770 2005-01-20  Jay Belanger  <belanger@truman.edu>
14772         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14773         for called function.
14775 2005-01-20  Steven Tamm  <steventamm@mac.com>
14777         * term/mac-win.el (process-connection-type): Remove.
14778         Controlled now by s/darwin.h:PTY_ITERATION.
14780 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14782         * window.el (handle-select-window): Don't switch window when we're
14783         in the minibuffer.
14785 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14787         * subr.el (dotimes-with-progress-reporter): New macro.
14789         * ses.el (ses-dotimes-msg): Remove macro.
14790         Use `dotimes-with-progress-reporter' instead.
14792 2005-01-19  Steven Tamm  <steventamm@mac.com>
14794         * term/mac-win.el (process-connection-type): Use new
14795         operating-system-release variable to use ptys on Darwin 7 (OS X
14796         10.3) when using carbon build.
14798 2005-01-19  Jay Belanger  <belanger@truman.edu>
14800         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14801         flags if the last command was a tab or M-tab.
14803         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14804         in formula editing buffer.
14806 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14808         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14809         breakpoint image symbol in margin.
14811 2005-01-19  Jay Belanger  <belanger@truman.edu>
14813         * calc/calc-prog.el (calc-execute-kbd-macro):
14814         Ignore calc-keep-arg-flag.
14816 2005-01-19  Kenichi Handa  <handa@m17n.org>
14818         * textmodes/ispell.el (ispell-looking-at): New function.
14819         (ispell-process-line): Use ispell-looking-at to compare the ispell
14820         output and the buffer contents.
14822 2005-01-18  Jay Belanger  <belanger@truman.edu>
14824         * calc/calc.el (calc-display-raw): Fix docstring.
14826 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14828         * simple.el (blink-matching-open): Strip extra info from syntax.
14830         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14831         funny chars in the end-of-here-doc marker.
14833 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14835         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14836         that enable/disabled state of breakpoints is shown correctly in
14837         fringe and on ttys.
14838         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14839         Add breakpoint information as text properties.
14840         (gdb-mouse-toggle-breakpoint):
14841         Rename to gdb-mouse-set-clear-breakpoint.
14842         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14843         breakpoints in the margin.
14844         (gdb-remove-strings): Simplify.
14846 2005-01-17  Jay Belanger  <belanger@truman.edu>
14848         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14849         erasing buffer.
14851 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14853         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14854         for calling grep-compute-defaults.
14856         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14857         if buffer is empty.
14859         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14861 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14863         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14865         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14866         non-preloaded variables.
14868 2005-01-17  Steven Tamm  <steventamm@mac.com>
14870         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14871         tex-shell cause to force interactivity when using pipes.
14873 2005-01-17  Kim F. Storm  <storm@cua.dk>
14875         * simple.el (just-one-space): Make arg optional.
14877 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14879         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14880         posn-at-x-y to t to access left-margin.
14882 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14884         Sync with Tramp 2.0.47.
14886         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14887         catching keep-date problems in cp/scp operations.
14888         (tramp-handle-copy-file): Don't call `set-file-modes'
14889         unconditionally.  Specialized functions should know better what is
14890         necessary.  This improves performance a little bit, and the
14891         functions could catch errors with `cp -p' and `scp -p'.
14892         (tramp-do-copy-or-rename-file-via-buffer)
14893         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14894         when appropriate.
14895         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14896         Call `set-file-modes' when appropriate.
14897         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14898         Johnsson <isak@hypergene.com>
14899         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14900         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14901         <joakim@verona.se>
14902         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14903         Emacs only.
14905         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14906         `find-file-hooks' and `dired-mode-hook'.
14907         (tramp-minor-mode-map): Respective map.  Add remapping for
14908         `compile' and `recompile'.
14909         (tramp-remap-command, tramp-recompile): New defuns.
14910         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14911         in buffer "*Compilation*".  Call the commands asynchronously.
14913         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14914         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14915         `shell-command', because it isn't magic in XEmacs.  Reported by
14916         Adrian Aichner <adrian@xemacs.org>.
14918         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14919         `substitute-in-file-name.
14920         (tramp-smb-handle-substitute-in-file-name): New defun.
14921         (tramp-smb-advice-PC-do-completion): Delete advice.
14923 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14925         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14926         Fix error in deleting region.
14928 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14930         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14931         In non-temp buffer, switch syntax table temporarily.
14933         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14935         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14937         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14939         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14940         (imenu--generic-function): Use START, not BEG, as pos of definition.
14942         * simple.el (just-one-space): Argument specifies number of spaces.
14944         * simple.el (eval-expression-print-format): Avoid warning
14945         about edebug-active.
14947 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14949         * progmodes/sh-script.el: Code copied from make-mode.el
14950         with small changes,
14951         (sh-mode-map): Bind C-c C-\.
14952         (sh-backslash-column, sh-backslash-align): New variables.
14953         (sh-backslash-region, sh-append-backslash): New functions.
14955 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14957         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14958         (rmail-pop-password, rmail-pop-password-required): Move to
14959         rmail-obsolete group.
14960         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14961         All callers updated.
14962         (rmail-get-pop-password): Rename to rmail-get-remote-password.
14963         Take an argument specifying whether it is POP or IMAP mailbox we
14964         are using.  All callers updated.
14965         (rmail-pop-password-error): Rename to
14966         rmail-remote-password-error.  Added mailutils-specific error message.
14967         (rmail-movemail-search-path)
14968         (rmail-movemail-variant-in-use): New variables.
14969         (rmail-remote-password, rmail-remote-password-required):
14970         New customization variables.
14971         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14972         (rmail-parse-url): New function.
14973         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14974         with GNU mailutils movemail.
14976 2005-01-15  Kevin Ryde  <user42@zip.com.au>
14978         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14979         suffix to space, $ or '$, to correctly position point when going
14980         to @table style constants like DBL_MAX.
14982 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
14984         * type-break.el (type-break-mode, type-break-file-time)
14985         (type-break-file-keystroke-count, type-break-choose-file):
14986         Don't store data in or load data from the file if type-break-file-name
14987         is nil.
14988         (type-break-file-name): Doc update as per the above.
14990 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
14992         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14993         lookup-key might return nil; handle that.
14995 2005-01-15  Alan Mackenzie  <acm@muc.de>
14997         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14998         rather than the element found, thus enabling the tree to be setcar'd.
15000 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15002         * textmodes/org.el (org-show-following-heading): New option.
15003         (org-show-hierarchy-above): Use `org-show-following-heading'.
15004         (org-cycle): Documentation fix.
15006         * textmodes/org.el (orgtbl-optimized): New option
15007         (orgtbl-mode): New command, a minor mode.
15008         (orgtbl-mode-map): New variable.
15009         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15010         (orgtbl-error, orgtbl-self-insert-command)
15011         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15013         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15014         a local variable in each org-mode buffer.
15016         * textmodes/org.el (org-set-regexps-and-options): Rename from
15017         `org-set-regexps'.  Added checking for STARTUP keyword.
15018         (org-get-current-options): Add STARTUP options.
15019         (org-table-insert-row): Make mode intelligent about when
15020         realignment is needed.
15021         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15022         New commands.
15023         (org-enable-table-editor): New default value `optimized'.
15024         (org-table-blank-field): Support blanking regions if active.
15026 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15028         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15029         if the year is not given.
15031         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15032         Add new escapes %m and %M, fixed bug with %F by adding
15033         save-match-data.
15034         (reftex-reference): Remove ?. from list of spaces.
15035         (reftex-label-info): Add automatic label prefix recognition.
15037         * textmodes/reftex-index.el (reftex-index-next-phrase):
15038         Add slave parameter to call of `reftex-index-this-phrase'.
15039         (reftex-index-this-phrase): New optional argument.
15040         (reftex-index-region-phrases): Add slave parameter to call of
15041         `reftex-index-this-phrase'.
15042         (reftex-display-index): New argument redo.
15043         (reftex-index-rescan): Add 'redo to arguments of
15044         `reftex-display-index'.
15045         (reftex-index-Rescan, reftex-index-revert)
15046         (reftex-index-switch-index-tag): Add 'redo to arguments of
15047         `reftex-display-index'.
15048         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15049         indexing.  Fix bug with matching is there is a quote before or
15050         after the word.
15052         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15053         Fix bug when collecting citation keys in lines with comments.
15054         (reftex-citation): Prefix argument no longer rescans the document,
15055         but forces prompting for optional arguments of cite macros.
15056         (reftex-do-citation): Prompting for optional arguments implemented.
15058         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15059         Add optional arguments to most cite commands.
15060         (reftex-cite-cleanup-optional-args): New option
15061         (reftex-cite-prompt-optional-args): New option.
15062         (reftex-trust-label-prefix): New option.
15064         * textmodes/reftex-toc.el (reftex-toc-find-section):
15065         Add push-mark before changing the position in the buffer.
15067         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15068         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15070 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15072         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15073         more carefully.
15075 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15078         (sgml-mode): Use it.
15079         (sgml-get-context): Better keep track of implicitly closed tags.
15081 2005-01-13  Kenichi Handa  <handa@m17n.org>
15083         * textmodes/ispell.el: These changes are to fix misalignment error
15084         caused by equivalent characters of different Emacs charsets.
15085         (ispell-unified-chars-table): New variable.
15086         (ispell-get-decoded-string): New function.
15087         (ispell-get-casechars, ispell-get-not-casechars)
15088         (ispell-get-otherchars): Call ispell-get-decoded-string.
15090 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15092         * custom.el (custom-declare-variable): Just put symbol instead
15093         of (defvar . symbol) in `current-load-list'.
15095 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15097         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15099 2005-01-12  Jay Belanger  <belanger@truman.edu>
15101         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15102         to create a Calc summary.
15104 2005-01-12  Kim F. Storm  <storm@cua.dk>
15106         * mouse.el (mouse-on-link-p): Change functionality and doc
15107         string to comply with latest description in lisp ref.
15109 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15111         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15112         Enable mouse clicks on mode-line, header-line and margin.
15113         (event-type): Give mouse event symbols an 'event-kind property
15114         with value 'mouse-click.
15116 2005-01-12  Juri Linkov  <juri@jurta.org>
15118         * facemenu.el (list-colors-display): Add new arg buffer-name.
15119         Use it.  Fix docstring.  Replace code for identifying duplicate
15120         colors by the name with call to `list-colors-duplicates' which
15121         identifies duplicate colors by the value unless the color
15122         is one of special Windows colors.  Set truncate-lines to t.
15123         Print sorted duplicate color names on each line.  Indent to 22
15124         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15125         (list-colors-duplicates): New function.
15126         (facemenu-color-name-equal): Delete function.
15128         * facemenu.el (list-colors-print): New function created from code
15129         in list-colors-display.  Print #RRGGBB at the window right edge.
15130         (list-colors-display): When temp-buffer-show-function is not
15131         defined, call list-colors-print from temp-buffer-show-hook
15132         to get the right value of window-width in list-colors-print
15133         after the buffer is displayed.
15135         * simple.el (pop-mark): Move deactivate-mark out of conditional
15136         part to deactivate the active mark regardless of the state of the
15137         mark ring.
15139         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15140         variables line in desktop files.
15142 2005-01-12  Juri Linkov  <juri@jurta.org>
15144         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15145         Bring together isearch highlight related options.
15146         (lazy-highlight): Replace group `replace' by `matching'.
15147         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15148         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15149         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15150         and declare them obsolete.
15151         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15152         (isearch-faces): Remove defgroup.
15153         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15154         Move isearch highlighting code closer to lazy highlighting code.
15156         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15157         (query-replace-highlight, query-replace-lazy-highlight)
15158         (query-replace): Move definitions to the beginning of the file.
15160 2005-01-11  Juri Linkov  <juri@jurta.org>
15162         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15163         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15164         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15166         * info.el (Info-history-forward): New variable.
15167         (Info-select-node): Reset Info-history-forward to nil.
15168         (Info-last): Turn into defalias.
15169         (Info-history-back): Rename from Info-last.
15170         Add current node to Info-history-forward.
15171         (Info-history-forward): New fun.
15172         (Info-mode-map): Replace Info-last by Info-history-back.
15173         Bind Info-history-forward to "r".
15174         (Info-mode-menu): Replace Info-last by Info-history-back.
15175         Fix menu item text.  Add menu item for Info-history-forward.
15176         (info-tool-bar-map): Replace Info-last by Info-history-back.
15177         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15178         for Info-history-forward.
15179         (Info-mode): Replace Info-last by Info-history-back in docstring.
15180         Add local variable Info-history-forward.
15181         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15183 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15186         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15187         Ignore select-window events rather than fiddle with
15188         mouse-autoselect-window.
15190 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15192         * type-break.el (type-break-mode): Fix previous change.
15194 2005-01-10  Jay Belanger  <belanger@truman.edu>
15196         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15197         calculator; only reset when point is inside a calculator.
15198         Don't adjust the window height if the window takes up the whole height
15199         of the frame.
15201 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15203         * ebuff-menu.el (Electric-buffer-menu-mode):
15204         Preserve value of buffer-local var header-line-format.
15206 2005-01-09  Jay Belanger  <belanger@truman.edu>
15208         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15209         Make sure settings file exists before accessing it.
15211         * calc/calc-embed.el (calc-embedded-subst):
15212         Replace math-multi-subst-rec, which is only supposed to be called
15213         by math-multi-subst, by math-multi-subst.
15215 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15217         * vc.el (vc-allow-async-revert): New user option.
15218         (vc-disable-async-diff): New internal variable.
15219         (vc-revert-buffer): Use them to disable asynchronous diff.
15221         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15222         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15223         asynchronously if vc-disable-async-diff is t.
15225 2005-01-09  Jay Belanger  <belanger@truman.edu>
15227         * calc/calc.el (defcalcmodevar): New macro.
15228         (calc-mode-var-list-restore-default-values)
15229         (calc-mode-var-list-restore-saved-values): New functions.
15230         (calc-mode-var-list): Use defcalcmodevar to define it.
15231         (calc-always-load-extensions, calc-line-numbering)
15232         (calc-line-breaking, calc-display-just, calc-display-origin)
15233         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15234         (calc-group-char, calc-point-char, calc-frac-format)
15235         (calc-prefer-frac, calc-hms-format, calc-date-format)
15236         (calc-float-format, calc-full-float-format, calc-complex-format)
15237         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15238         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15239         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15240         (calc-matrix-brackets, calc-language, calc-language-option)
15241         (calc-left-label, calc-right-label, calc-word-size)
15242         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15243         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15244         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15245         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15246         (calc-window-height, calc-display-trail, calc-show-selections)
15247         (calc-use-selections, calc-assoc-selections)
15248         (calc-display-working-message, calc-auto-why, calc-timing)
15249         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15250         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15251         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15252         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15253         (calc-gnuplot-geometry, calc-graph-default-resolution)
15254         (calc-graph-default-resolution-3d, calc-invocation-macro)
15255         (calc-show-banner): Use defcalcmodevar to declare them and set
15256         their default values.
15258         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15259         instead of default values (but restore default values if there is
15260         an argument of 0).
15262 2005-01-09  David Kastrup  <dak@gnu.org>
15264         * desktop.el (desktop-restore-eager): Fix typo in type.
15266 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15268         * cus-edit.el (customize): Delete :link.
15270 2005-01-08  Jay Belanger  <belanger@truman.edu>
15272         * calc/calc.el (calc-mode): Remove the extension from the
15273         `calc-settings-file' file name when loading it.
15275 2005-01-08  Kim F. Storm  <storm@cua.dk>
15277         * info.el (Info-mode-map, Info-next-link-keymap)
15278         (Info-prev-link-keymap, Info-up-link-keymap):
15279         Map follow-link to mouse-face.
15280         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15282 2005-01-08  Jay Belanger  <belanger@truman.edu>
15284         * calc/calc.el (calc-settings-file): Change default value.
15285         Suggested by cgw in a comment in calc-mode.el.
15287         * calc/calc-mode.el (calc-settings-file-name):
15288         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15289         Replace ~/.emacs in a prompt by calc-settings-file.
15291 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15293         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15294         (desktop-lazy-idle-delay): New customizable variables.
15295         (desktop-buffer-args-list): New variable.
15296         (desktop-append-buffer-args): New function.
15297         (desktop-save): Call desktop-append-buffer-args for some buffers.
15298         (desktop-lazy-create-buffer): New function.
15299         (desktop-idle-create-buffers): New function.
15300         (desktop-read): Add message about buffers to restore lazily.
15301         (desktop-lazy-abort): New command.
15302         (desktop-clear): Call desktop-lazy-abort.
15303         (desktop-lazy-complete): New command.
15305 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15307         * emacs-lisp/find-func.el (find-face-definition):
15308         Rename from find-face.
15310 2005-01-06  Kim F. Storm  <storm@cua.dk>
15312         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15314         * man.el (Man-xref-man-page, Man-xref-header-file)
15315         (Man-xref-normal-file): Add follow-link property.
15317 2005-01-06  Jay Belanger  <belanger@truman.edu>
15319         * calc/calc-units.el: Make sure the proper macro definitions are
15320         available when compiling.
15322 2005-01-06  Juri Linkov  <juri@jurta.org>
15324         * isearch.el (isearch-lazy-highlight-update):
15325         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15327 2005-01-06  Miles Bader  <miles@gnu.org>
15329         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15330         (isearch-lazy-highlight-face): Use new name.
15332 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15334         * uniquify.el (uniquify-rationalize-file-buffer-names):
15335         Re-add an interactive spec.
15336         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15337         to the same name.
15339         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15340         (isearch-update, isearch-done): Adjust calls accordingly.
15342 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15344         * custom.el (custom-set-variables, custom-theme-set-variables):
15345         Clarify documentation.
15347         * emacs-lisp/find-func.el (find-variable)
15348         (find-variable-other-window, find-variable-other-frame):
15349         Fix the TYPE args to find-function-read and find-function-do-it.
15350         (find-function): Doc fix.
15351         (find-function-at-point): Replace function-at-point alias.
15353 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15355         * cus-face.el (custom-declare-face):
15356         Record defface in current-load-list.
15358         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15360         * emacs-lisp/find-func.el: Doc fixes.
15361         (find-face-regexp): New variable.
15362         (find-function-regexp-alist): New variable.
15363         (find-function-C-source): Third arg is now TYPE.
15364         (find-function-search-for-symbol): Handle general TYPE.
15365         (find-function-read, find-function-do-it): Handle general TYPE.
15366         (find-definition-noselect, find-face): New functions.
15367         (function-at-point): Alias deleted.
15369 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15371         * battery.el (display-battery-mode): Rename from display-battery.
15372         Handle the case where it gets turned off.
15374 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15376         * cus-edit.el (customize): Make :link point to user doc.
15378         * man.el (Man-fontify-manpage): Turn off undo generation.
15380         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15382 2005-01-04  Andreas Schwab  <schwab@suse.de>
15384         * files.el (insert-directory): Only look for error lines in
15385         inserted text.  Don't move too far after processing --dired markers.
15387 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15389         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15390         Don't expand if the character is @, period, dash, etc.
15391         (define-mail-abbrev): Quote names that contain problem characters.
15393 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15395         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15397 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15399         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15400         (query-replace-highlight, query-replace-lazy-highlight)
15401         (query-replace): Definitions moved up.  Doc fix.
15403 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15405         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15406         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15407         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15408         (lazy-highlight-face): Rename from isearch-lazy-...
15409         Change all references to them.
15411 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15413         * cus-edit.el (custom-file): Doc fix for defcustom.
15414         (custom-file): The function no longer sets the variable
15415         `custom-file' to its return value.
15417         * startup.el (command-line): No longer load `custom-file'.
15419 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15421         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15423         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15424         Don't confuse module-prefixed identifiers for labels.
15425         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15427 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15429         * files.el (basic-save-buffer-1): Fix previous change.
15431         * loadhist.el (file-loadhist-lookup): New function.
15432         (file-provides, file-requires): Use it.
15434         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15435         instead of calculating the right size.
15437 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15439         * vc-svn.el (vc-svn-diff): Stay local if possible.
15441 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15445         * files.el (hack-local-variables): Fix last change.
15447 2005-01-02  Jay Belanger  <belanger@truman.edu>
15449         * calc/calc-yank.el (calc-edit-top): New variable.
15450         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15451         object.  Change header properties.
15452         (calc-edit-finish, calc-edit-finish-stack-object)
15453         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15454         edited object.
15455         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15456         for the beginning of the edited object.
15457         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15458         for the beginning of the edited object.
15459         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15460         (calc-finish-formula-edit, calc-macro-repeats)
15461         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15462         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15463         beginning of the edited object.
15464         (calc-user-define-edit): Change the header for editing macros.
15465         Remove unnecessary variable.
15467 2005-01-01  Jay Belanger  <belanger@truman.edu>
15469         * calc/calc-yank.el (calc-edit-mode): Change default header.
15470         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15471         * calc/calc-store.el (calc-edit-variable): Change title to match new
15472         header.
15473         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15474         mode to match new header.
15475         (calc-user-define-edit): Change titles to include names of commands.
15476         (calc-finish-formula-edit): Adjust to handle new header.
15477         (calc-finish-macro-edit): Remove.
15478         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15479         (calc-edit-macro-command, calc-edit-macro-command-type)
15480         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15481         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15482         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15483         (calc-edit-macro-finish-edit): New functions.
15484         (calc-user-define-edit): Use new functions to edit named calc macros.
15486 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15488         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15490         * ses.el (copy-region-as-kill): Deactivate mark.
15492 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15494         * replace.el (occur-1): If the output buffer is also an input,
15495         don't kill it, rename it.
15497         * faces.el (set-face-background, set-face-foreground): Doc fix.
15499         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15500         for :foreground and :background.
15502         * dired.el (dired-view-command-alist): Variable deleted.
15503         (dired-view-file, dired-mouse-find-file-other-window):
15504         Delete the code to use it.
15506 2005-01-01  Kim F. Storm  <storm@cua.dk>
15508         * image.el (insert-sliced-image): Use t for line-height property.
15510 See ChangeLog.11 for earlier changes.
15512 ;; Local Variables:
15513 ;; coding: iso-2022-7bit
15514 ;; End:
15516     Copyright (C) 2005 Free Software Foundation, Inc.
15517   Copying and distribution of this file, with or without modification,
15518   are permitted provided the copyright notice and this notice are preserved.
15520 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1