(isearch-repeat): With empty search ring set `isearch-error' to the
[emacs.git] / lisp / ChangeLog
blob9af92d5a36288d226c5b94e4c68ffb5e4a2143c7
1 2005-11-24  Juri Linkov  <juri@jurta.org>
3         * isearch.el (isearch-repeat): With empty search ring
4         set `isearch-error' to the error string instead of signaling
5         error with the function `error'.
7 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9         * term/mac-win.el: Make modifier `ctrl' an alias of `control'.
11 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
13         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14         and variable.
15         (gdb-var-create-handler, gdb-var-list-children-handler):
16         Don't match on "char **...".
17         (gdb-var-update-handler): Find values for all variable objects.
18         (gdb-info-frames-custom): Identify frames by leading "#".
20         * progmodes/gud.el (gud-speedbar-menu-items): Add
21         gdb-speedbar-auto-raise as radio button.
22         (gud-speedbar-buttons): Raise speedbar if requested.
23         Don't match on "char **...".
24         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
25         Make it editable.
27 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
29         * info.el (Info-fontify-node): Handle the case where
30         Info-current-file is t.
32 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * simple.el (blink-matching-open): Fix off-by-one in last change.
36 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
38         * term/mac-win.el: Don't change default directory.
40 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
42         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
43         buffers correctly.  (It used to throw an error in such buffers.)
44         Make it ask for confirmation in group buffers and other Custom
45         buffers containing more than one customization item.
47 2005-11-22  John Paul Wallington  <jpw@gnu.org>
49         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
50         property on mail and url overlays.
51         (goto-address-at-point): Use `posn-set-point' instead of
52         `mouse-set-point' because the latter is not fbound when configured
53         without X.
55 2005-11-22  Lars Hansen  <larsh@soem.dk>
57         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
58         (ls-lisp-classify, ls-lisp-format): Delete call to
59         ls-lisp-parse-symlink.
60         (ls-lisp-handle-switches): Handle symlinks to directories as
61         directories when ls-lisp-dirs-first in non-nil.
63 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
65         * startup.el (command-line): Make sure that loaddefs.el is handled
66         correctly in load-history.
68 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
70         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
71         (gdb-struct-string, gdb-array-string): New constants.
72         (gdb-info-locals-handler): Use them.
73         (gdb-reset): Reset gdb-var-list to nil.
75 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
78         in patterns.
80 2005-11-21  Juri Linkov  <juri@jurta.org>
82         * custom.el (defcustom): Update link types in docstring.
84 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
86         * custom.el (defgroup): Add doc-string-elt info.
88         * widget.el (define-widget): Don't use declare for the doc-string-elt.
90 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * newcomment.el (comment-enter-backward): Fix last fix.
94         * simple.el (blink-matching-open):
95         * paren.el (show-paren-function): Allow new paren-class info.
97 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
99         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
100         handled automagically.
102 2005-11-20  Juri Linkov  <juri@jurta.org>
104         * simple.el (what-cursor-position):
105         * descr-text.el (describe-char): Use Lisp-readable syntax
106         for octal and hex.  Reorder decimal, octal and hex values.
107         Remove excess whitespace in the output.  Use `=' in `column='
108         like in `point=' and `Hscroll='.
110         * international/mule-cmds.el (encoded-string-description):
111         Use Lisp-readable syntax for hex.
113 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * newcomment.el (comment-enter-backward): Handle the case where the
116         comment is closed by EOB.
118 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
120         * longlines.el (longlines-before-revert-hook)
121         (longlines-after-revert-hook): New functions.
122         (longlines-mode): Turn off longlines temporarily when reverting.
123         Add a message-setup-hook.
124         (longlines-decode-buffer): New function.
125         (longlines-wrap-line): Preserve marker positions.
127 2005-11-19  Andreas Schwab  <schwab@suse.de>
129         * emacs-lisp/shadow.el: Handle compressed files.
131 2005-11-19  Romain Francoise  <romain@orebokech.com>
133         * net/browse-url.el (browse-url-default-browser): Signal an error
134         if no usable browser can be found, rather than try to load w3.
136 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
138         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
139         replacing existing properties.
140         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
141         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
142         tty specs.
143         (rcirc-server-prefix, rcirc-server): New faces.
144         (rcirc-url-regexp): Generate with rx macro.
145         (rcirc-last-server-message-time): New variable.
146         (rcirc-filter): Record time of last message.
147         (rcirc-keepalive): Kill processes that did not send a message
148         since the last ping.
149         (rcirc-mode): Give rcirc-topic a local binding here.
151 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
153         * subr.el (read-passwd): Fontify the prompt as we do with other
154         prompts.
156 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
158         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
159         binding buffer-read-only to nil.
161 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
163         * complete.el (partial-completion-mode):
164         Mention completion-auto-help in the doc string.
166         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
167         more Lisp-ish way.
169 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
171         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
172         digits, not 8, to avoid misalignment for files larger than 100MB.
174 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
176         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
177         Mention "keyboard shortcuts" in the help text.
179 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
181         * startup.el (fancy-splash-default-action): Discard only
182         mouse-down and succeeding mouse-up events in the splash screen
183         window so that drag-n-drop event can be processed.
185 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
187         * longlines.el (longlines-mode): Add hacks for mail-mode and
188         message-mode.
190 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
192         * textmodes/org.el: (org-table-sort-lines): New command.
193         (org-tbl-menu): Add entry for `org-table-sort-lines'.
194         (org-add-file): Command removed, use `org-agenda-file-to-front'
195         instead.
196         (org-export-icalendar): Use `org-icalendar-combined-name'.
197         (org-cycle-agenda-files, org-agenda-file-to-end)
198         (org-agenda-file-to-front): New commands.
199         (org-table-tab-jumps-over-hlines,org-export-html-style): New
200         options.
201         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
202         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
203         New functions.
204         (org-fill-paragraph): Call `org-table-align' in tables.
205         (org-mode): Call `org-set-autofill-regexps'.
206         (org-export-as-html): Support for local handformatted lists.
207         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
208         (org-export-local-list-max-depth): New option.
209         (org-html-expand): Use `org-html-protect'.
211 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
213         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
214         to "p".
215         (gdb): Move definition of gud-pp to...
217         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
218         speedbar.
219         (gdb-find-watch-expression): New function.
221 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
223         * faces.el (face-attribute, set-face-attribute): Mention existence
224         of `:ignore-defface' setting in docstring.
226 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * simple.el (completion-setup-function): Fix last change.
230 2005-11-17  John Paul Wallington  <jpw@pobox.com>
232         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
233         Use `posn-set-point' instead of `mouse-set-point' because the
234         latter is not fbound when configured without X.
236         * comint.el (comint-insert-input): Likewise.
238 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
240         * simple.el (hard-newline): New variable.
241         (sendmail-user-agent-compose, next-line): Use it.
243         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
244         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
245         (mail-mail-reply-to, mail-mail-followup-to)
246         (mail-position-on-field, mail-signature, mail-yank-original)
247         (mail-attach-file): Likewise.
249         * mail/mailheader.el (mail-header-format)
250         (mail-header-format-function): Likewise.
252         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
254 2005-11-17  Juri Linkov  <juri@jurta.org>
256         * font-lock.el (font-lock-faces): Rename this defgroup from
257         `font-lock-highlighting-faces'.
258         (font-lock-comment-face, font-lock-comment-delimiter-face)
259         (font-lock-string-face, font-lock-doc-face)
260         (font-lock-keyword-face, font-lock-builtin-face)
261         (font-lock-function-name-face, font-lock-variable-name-face)
262         (font-lock-type-face, font-lock-constant-face)
263         (font-lock-warning-face, font-lock-negation-char-face)
264         (font-lock-preprocessor-face)
265         (font-lock-regexp-grouping-backslash)
266         (font-lock-regexp-grouping-construct): Rename :group from
267         `font-lock-highlighting-faces' to `font-lock-faces'.
269         * cus-edit.el (lisp, c, tex):
270         * progmodes/ada-mode.el (ada):
271         * progmodes/asm-mode.el (asm):
272         * progmodes/cperl-mode.el (cperl-faces):
273         * progmodes/cpp.el (cpp):
274         * progmodes/dcl-mode.el (dcl):
275         * progmodes/f90.el (f90):
276         * progmodes/fortran.el (fortran):
277         * progmodes/icon.el (icon):
278         * progmodes/idlwave.el (idlwave-misc):
279         * progmodes/m4-mode.el (m4):
280         * progmodes/make-mode.el (makefile):
281         * progmodes/meta-mode.el (meta-font):
282         * progmodes/modula2.el (modula2):
283         * progmodes/octave-mod.el (octave):
284         * progmodes/pascal.el (pascal):
285         * progmodes/perl-mode.el (perl):
286         * progmodes/prolog.el (prolog):
287         * progmodes/ps-mode.el (PostScript-edit):
288         * progmodes/scheme.el (scheme):
289         * progmodes/sh-script.el (sh-script):
290         * progmodes/simula.el (simula):
291         * progmodes/tcl.el (tcl):
292         * textmodes/nroff-mode.el (nroff):
293         * textmodes/reftex-vars.el (reftex-fontification-configurations):
294         * textmodes/sgml-mode.el (sgml):
295         * textmodes/texinfo.el (texinfo):
296         Add :link (custom-group-link font-lock-faces) to defgroup.
298         * hi-lock.el (hi-lock): Rename this defgroup from
299         `hi-lock-interactive-text-highlighting'.  Change parent group from
300         `faces' to `font-lock'.  Add link to the manual.
301         (hi-lock-mode, hi-lock-file-patterns-range)
302         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
303         `hi-lock-interactive-text-highlighting' to `hi-lock'.
304         (hi-lock-faces): Add :group `faces'.
306         * cus-edit.el (custom-variable-prompt): Clarify the code.
308         * faces.el (face-read-string): Set the default value arg of
309         completing-read.
311 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
313         * rfn-eshadow.el (file-name-shadow-properties)
314         (file-name-shadow-tty-properties, file-name-shadow-mode):
315         Remove autoloads, because the file is now preloaded.
317 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * printing.el (easy-menu-intern): Don't define.
320         (pr-get-symbol): Use easy-menu-intern only if defined.
322         * simple.el (blink-matching-open): Simplify a bit.
323         (completion-setup-function): Fix the case of partial-completion-mode
324         when the minibuffer's contents start with "-".
325         Obey completion-base-size-function even when
326         minibuffer-completing-file-name is non-nil.
328 2005-11-16  Richard M. Stallman  <rms@gnu.org>
330         * net/eudcb-ph.el (eudc-ph-open-session):
331         Use set-process-query-on-exit-flag.
333         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
335         * international/ucs-tables.el (ucs-set-table-for-input):
336         Use make-local-variable, not make-variable-buffer-local.
338         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
339         Improve warning message text.
341         * savehist.el (savehist-save-hook): Add :group.
343         * menu-bar.el (menu-bar-help-menu):
344         Rename Find Extra Packages to External Packages.
346         * cus-edit.el (Custom-reset-standard): Verify that
347         :custom-standard-value prop exists before calling it.
349         * apropos.el (apropos-calc-scores): Use apropos-pattern.
351 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
353         * wid-edit.el (color): Enclose %t in %{...%}.
355         * cus-edit.el (face): Enclose %t in %{...%}.
357 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
359         * savehist.el (savehist-mode-hook): Re-add the var.
360         (savehist-mode): Use it.
362 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * textmodes/flyspell.el: Fix commenting convention.
365         Remove unnecessary leading * in custom docstrings.
366         (flyspell-emacs): Remove unused var.
367         (flyspell-delete-region-overlays): Use remove-overlays.
368         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
369         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
370         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
371         (flyspell-debug-signal-word-checked): Use with-current-buffer.
372         (make-flyspell-overlay): Don't locally reuse a global name.
373         (flyspell-highlight-incorrect-region)
374         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
375         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
376         (flyspell-notify-misspell): Remove unused args `start' and `end'.
377         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
378         Wrap calls to accept-process-output inside with-local-quit since it's
379         often called from a post-command-hook.
380         (flyspell-correct-word, flyspell-auto-correct-word):
381         Use ispell-send-string.
382         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
384         * calendar/diary-lib.el (diary-list-entries): Also hide the
385         terminating newline.
387 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
389         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
390         window-system, to allow fonts on tty.
392 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
394         * progmodes/gud.el (gud-speedbar-item-info): New function.
395         (gud-install-speedbar-variables): Use it to display data type
396         of watch expression as a tooltip in speedbar.
398 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
400         * font-core.el (global-font-lock-mode): Add :version keyword,
401         because default was changed.
403         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
405         * startup.el (command-line): Use `custom-reevaluate-setting' for
406         `file-name-shadow-mode'.
408         * loadup.el: Preload rfn-eshadow.
410         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
411         Add :version keyword.
412         (file-name-shadow-properties, file-name-shadow-tty-properties)
413         (file-name-shadow): Add :version keyword.
415         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
416         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
417         in the custom-group property of the symbol frames and the fringe
418         group got no link to its parent group frames.
419         Doc fix.
421 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
423         * progmodes/gud.el (gud-stop-subjob): New function.
424         (gud-menu-map, gud-tool-bar-map): Use it.
426 2005-11-16  Kim F. Storm  <storm@cua.dk>
428         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
429         than kill it.
430         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
431         to a more useful/logical place.
433 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
435         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
436         go buttons complementary.
438 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
441         (rfn-eshadow-sifn-equal): New function.
442         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
444 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
446         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
447         string.
449         * viper.el (viper-emacs-state-mode-list): Ensure that
450         rcirc-mode buffers come up in Emacs state.
452         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
453         operation.
455 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
457         * term.el (term-termcap-format): Fix typos.
458         (term-down): Fix the negative argument case.
460 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
462         * progmodes/gdb-ui.el: Remove face-alias left over from change on
463         2005-08-15.
464         (gdb-ann3): New command gud-go.
465         (menu): Accomodate gdb-mi.el.
466         (gdb-assembler-custom): Make buffer of selected window current
467         so that set-window-point works.
469         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
470         buttons and include new ones.
472 2005-11-16  Kim F. Storm  <storm@cua.dk>
474         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
475         (gud-menu-map): Use it.
477 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
479         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
480         that works correctly for Custom and that does not override a user
481         who disables it.
483         * help-mode.el (help-make-xrefs, help-xref-on-pp)
484         (help-xref-interned, help-follow): Make hyperlinks for variables
485         that are unbound, but have a non-nil variable-documentation property.
487         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
488         mode hook.  (It conflicted with defcustoms for some mode hooks.)
489         Use the `variable-documentation' property to give the mode hook a
490         docstring and expand that docstring.
492 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
494         * savehist.el (savehist-mode): Don't bother with
495         `custom-set-minor-mode'.
496         (savehist-coding-system): Check XEmacs version.
497         (history-length): Declare also at run time.
498         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
499         Don't set the customize state.
500         (savehist-minibuffer-hook): Special case for when
501         minibuffer-history-variable is equal to t.
503 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * files.el (write-file): Refresh VC status.
507         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
508         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
509         than fundamental-mode to see if the mode was set.
511 2005-11-14  Romain Francoise  <romain@orebokech.com>
513         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
514         dummy function in `eval-when-compile' to avoid compiler warning.
515         Require `man' at compile time.
517 2005-11-14  Jay Belanger  <belanger@truman.edu>
519         * calc-alg.el (calcFunc-write-out-power): Rename it to
520         calcFunc-powerexpand.
521         (math-write-out-power): Rename it to math-powerexpand; have it
522         handle negative exponents.
523         (calc-writeoutpower): Rename it to calc-powerexpand.
525         * calc-ext.el: Change calcFunc-writeoutpower and
526         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
527         autoloads.
528         Add calcFunc-ldiv to autoloads.
530         * calc-arith.el (calcFunc-ldiv): New function.
532         * calc.el (calc-left-divide): New function.
534 2005-11-14  Juri Linkov  <juri@jurta.org>
536         * cus-edit.el (custom-variable-prompt): Set the default value arg
537         of completing-read.
539         * cus-dep.el (custom-make-dependencies): Reverse the list of
540         found dependencies.
542 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
544         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
545         Highlighting" entry, it is on by default now.
546         (menu-bar-options-save): Do not save global-font-lock-mode.
548 2005-11-13  Richard M. Stallman  <rms@gnu.org>
550         * textmodes/flyspell.el (flyspell-large-region):
551         Call flyspell-accept-buffer-local-defs.
553 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
555         * textmodes/flyspell.el (flyspell-notify-misspell):
556         Fix misspelling of "Misspelling".
557         (flyspell-process-localwords): New function.
558         (flyspell-large-region): Call flyspell-process-localwords and
559         flyspell-delete-region-overlays.
560         (flyspell-delete-region-overlays): New function.
561         (flyspell-delete-all-overlays): Call that.
563 2005-11-13  Richard M. Stallman  <rms@gnu.org>
565         * help.el (help-for-help-internal): Improve doc of C-h a.
566         (describe-key): Improve prompt; doc fix.
568 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
570         * vc-svn.el (vc-svn-registered): Catch all errors.
572         * cus-dep.el (custom-make-dependencies): Typo.
574 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
576         * net/tramp-util.el (top): Fix compilation warning.
578 2005-11-13  Kim F. Storm  <storm@cua.dk>
580         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
582 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
584         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
585         (gud-speedbar-buttons): Match on "const char *" too.
587         * progmodes/gdb-ui.el (gdb-var-create-handler)
588         (gdb-var-list-children-handler): Match on "const char *" too.
589         (gdb-var-evaluate-expression-handler): Match on empty string.
590         (gdb-var-update-handler): Only call
591         gdb-var-evaluate-expression-handler when required.
593 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
595         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
596         selected window.  This still doesn't work for speedbar.
597         (gud-speedbar-buttons): Handle string expressions properly.
599         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
600         (gdb-var-create-handler): Handle string expressions properly.
601         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
602         Handle string expressions properly.  Move "type" field into regexp.
604 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
606         * bookmark.el (bookmark-maybe-message): New function to reduce
607         code duplication: invokes `message' iff baud-rate is high enough.
608         (bookmark-write-file): Use above instead of an inline conditional.
609         (bookmark-load): Same.
611 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
613         * bookmark.el (bookmark-write-file): Don't visit the destination
614         file, just write the data to it using write-region.  This is
615         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
616         change to avoid visiting the file in the first place.
618 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
620         * hi-lock.el (hi-lock-mode): Set the default value of
621         font-lock-defaults.
623 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
625         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
626         arg to `file-attributes'.
627         (find-lisp-format): The UID and GID can now be strings.
629 2005-11-12  Kim F. Storm  <storm@cua.dk>
631         * help.el (help-map): Bind C-h d to apropos-documentation.
633         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
634         when point is at end-of-buffer.
636         * apropos.el (apropos-match-face): Doc fix.
637         (apropos-sort-by-scores): Add new choice `verbose'.
638         (apropos-documentation-sort-by-scores): New defcustom.
639         (apropos-pattern): Now contains the pattern entered by the user.
640         (apropos-pattern-quoted): New defvar.
641         (apropos-regexp): New defvar, containing the regexp corresponding
642         to apropos-pattern.
643         (apropos-all-words-regexp): Rename from apropos-all-regexp.
644         (apropos-read-pattern): New defun.  Use it to read pattern arg in
645         interactive calls; returns list of words for a word list, and
646         string for a regexp.
647         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
648         parses a list of words or regexp as returned by apropos-read-pattern.
649         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
650         (apropos-score-doc): Return a very high score if the string
651         entered by the user matches literally.
652         (apropos-variable): Doc fix.  Use apropos-read-pattern.
653         (apropos-command): Doc fix.  Use apropos-read-pattern and
654         apropos-parse-pattern.  Call apropos-print with nosubst=t.
655         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
656         apropos-parse-pattern.
657         (apropos-documentation): Doc fix. Use apropos-read-pattern and
658         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
659         apropos-documentation-sort-by-scores.  Call apropos-print with
660         nosubst=t.
661         (apropos-documentation-internal): Pass doc string through
662         substitute-key-definition before adding text properties.
663         Highlight substring matching literal user input if possible.
664         (apropos-documentation-check-doc-file): Remove locals beg and end.
665         Fix calculation of score (as added twice).  Pass doc string through
666         substitute-key-definition before adding text properties.
667         (apropos-documentation-check-elc-file): Pass doc string through
668         substitute-key-definition before adding text properties.
669         Highlight substring matching literal user input if possible.
670         (apropos-print): Add new arg NOSUBST; if set, command and variable
671         doc strings have already been passed through substitute-key-definition.
672         Add code to handle apropos-accumulator items without score element
673         for backwards compatibility (e.g. with woman package).
674         Only show scores if apropos-sort-by-scores is `verbose'.
676 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
679         Add jka-compr-load-suffixes to load-suffixes.
681         * jka-compr.el: Require 'jka-cmpr-hook.
682         (jka-compr-info-compress-message, jka-compr-info-compress-program)
683         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
684         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
685         (jka-compr-info-can-append, jka-compr-info-strip-extension)
686         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
687         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
688         (jka-compr-uninstall): Remove entries from
689         jka-compr-added-to-file-coding-system-alist after they are used.
690         (jka-compr-error): Remove unused var `curbuf'.
691         (jka-compr-file-local-copy): Remove unused var `notfound'.
693 2005-11-10  Romain Francoise  <romain@orebokech.com>
695         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
697 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
699         * progmodes/gud.el (gud-menu-map): Move parentheses.
700         (gdb): New command gud-pv.
702 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * tar-mode.el: Remove spurious or unnecessary leading stars
705         in docstrings.
706         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
707         (tar-parse-octal-integer-safe): Use mapc.
708         (tar-header-block-summarize): Remove unused var `ck'.
709         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
710         cleared before.  Obey default-enable-multibyte-characters.
711         Use mapconcat.  Simplify setting of tar-header-offset.
712         (tar-mode-map): Move initialization inside delcaration.
713         (tar-flag-deleted): Use `abs'.
714         (tar-expunge-internal): Remove unused var `line'.
715         (tar-expunge-internal): Don't hardcode point-min==1.
716         (tar-expunge): Widen while doing set-buffer-multibyte.
717         (tar-rename-entry): Use file-name-coding-system.
718         (tar-alter-one-field): Don't hardcode point-min==1.
719         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
720         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
722 2005-11-10  Masatake YAMATO  <jet@gyve.org>
724         * add-log.el (add-log-current-defun): Handle class::method
725         notation of c++. Fix incorrect comment.
727 2005-11-10  Alan Mackenzie  <acm@muc.de>
729         * help-fns.el (describe-variable): Make C-h v work when a variable
730         has variable documentation yet is unbound.
732 2005-11-10  Masatake YAMATO  <jet@gyve.org>
734         * man.el (Man-highlight-references): Set an empty
735         string to `Man-arguments' if it is nil.
736         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
738 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
741         commenting conventions.
743         * cus-dep.el (custom-make-dependencies): Simplify.
744         Better follow the commenting conventions.
746 2005-11-09  Richard M. Stallman  <rms@gnu.org>
748         * apropos.el (apropos-pattern): Rename from apropos-regexp.
749         (apropos-orig-pattern): Rename from apropos-orig-regexp.
750         All uses changed.
751         (apropos-rewrite-regexp): Doc fix.
752         (apropos-variable, apropos-command, apropos, apropos-value):
753         Change prompt; carry through the argument renaming.
755 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
757         * find-lisp.el: Require dired.
758         (find-lisp-find-dired-internal): Do not call
759         `abbreviate-file-name' on DIR.
761 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
763         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
765 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
767         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
768         when using the speedbar.
769         (gdb): New command gud-pp.
770         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
772 2005-11-09  Juri Linkov  <juri@jurta.org>
774         * replace.el (occur-excluded-properties): New defcustom.
775         (occur-1, occur-engine, occur-accumulate-lines): Use it.
777 2005-11-08  Jay Belanger  <belanger@truman.edu>
779         * calc/calc-units.el (math-convert-units): Replace any composite
780         unit by its definition.
782 2005-11-08  Lars Hansen  <larsh@soem.dk>
784         * emacs-lisp/autoload.el (update-directory-autoloads):
785         Add obsolete function alias.
787 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
790         comment-indent-function.
791         (lisp-comment-indent): Replace by an alias for comment-indent-default.
793         * reveal.el (reveal-post-command): Rework the handling of
794         reveal-open-spots, so as to be more reliable.  There were several
795         tricky corner cases where an open spot might be lost, or where
796         a closed spot might end up on the list of open spots.
797         Only reveal text that's ellipsised.
799 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
801         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
803 2005-11-07  John Paul Wallington  <jpw@gnu.org>
805         * ibuffer.el (ibuffer): Search iconified frames too when
806         getting Ibuffer buffer's window.
808 2005-11-06  Richard M. Stallman  <rms@gnu.org>
810         * progmodes/compile.el (compilation-internal-error-properties):
811         save-excursion around the computation of MARKER.
813 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
815         * textmodes/flyspell.el (flyspell-external-point-words):
816         flyspell-get-word returns a list, not just a string.
818 2005-11-06  John Paul Wallington  <jpw@pobox.com>
820         * ibuffer.el (ibuffer): Search all visible frames when getting
821         Ibuffer buffer's window.
823 2005-11-07  Masatake YAMATO  <jet@gyve.org>
825         * man.el (Man-reference-regexp): Accept spaces between
826         `Man-name-regexp' and `Man-section-regexp'.
827         (Man-apropos-regexp): New variable.
828         (Man-abstract-xref-man-page): Use value for `Man-target-string'
829         if available.
830         (Man-highlight-references, Man-highlight-references0):
831         Handle the case when `Man-arguments' includes "-k".
832         (Man-highlight-references0): Rename the argument `TARGET-POS' to
833         `TARGET'. `TARGET' can be a number, function or nil.
835 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
837         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
838         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
839         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
840         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
841         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
842         (gdb-send-item): Use buffer-local-value and simplify.
844 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
846         * startup.el (command-line): Use `custom-reevaluate-setting' for
847         `global-font-lock-mode'.
849         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
850         by default, except in batch mode or when the -D option is given.
852         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
853         specified keyword args on to `define-minor-mode'.  Update docstring.
855 2005-11-05  Romain Francoise  <romain@orebokech.com>
857         * replace.el (occur-engine): Add marker at end of line, too.
859 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
861         * font-lock.el: Don't deal with font-lock-face-attributes here,
862         move the code ...
864         * startup.el (command-line): ... here. Use face-spec-set instead
865         of custom-declare-face.
867         * faces.el (face-spec-set): Reset the face if spec is not nil.
869 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * newcomment.el (comment-region-internal): Box more tightly in the
872         common case where there's no TAB in the boxed text.
874 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
876         * info.el (info-tool-bar-map): Use images prev-node, next-node and
877         up-node.
879 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
881         * newsticker.el: Commentary updated. Code formatting changed.
882         (newsticker-version): Change to "1.9".
883         (newsticker, newsticker-feed): Doc fix.
884         (newsticker-url-list): Doc fix.  Add option "Weekly".
885         (newsticker-retrieval-interval): Add option "Weekly".
886         (newsticker-headline-processing): Doc fix.
887         (newsticker-auto-mark-filter): Remove.
888         (newsticker-auto-mark-filter-list): New.
889         (newsticker-layout, newsticker-sort-method): Doc fix.
890         (newsticker-hide-old-items-in-newsticker-buffer)
891         (newsticker-heading-format, newsticker-item-format)
892         (newsticker-desc-format): Doc fix.
893         (newsticker-show-all-rss-elements): Remove.
894         (newsticker-show-all-news-elements): New.
895         (newsticker-faces, newsticker-ticker): Doc fix.
896         (remove-from-invisibility-spec): Code formatting.
897         (newsticker--process-ids): New.
898         (newsticker-mode): Doc fix.
899         (newsticker-mode): Change mode-line-format.
900         (newsticker-start): Remove debug output.
901         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
902         (newsticker-w3m-show-inline-images): Code formatting.
903         (newsticker-next-item): Call `force-mode-line-update'.
904         (newsticker-previous-item): Call `force-mode-line-update'.
905         (newsticker-next-feed): Call `force-mode-line-update'.
906         (newsticker-previous-feed): Call `force-mode-line-update'.
907         (newsticker-mark-all-items-at-point-as-read): Code formatting.
908         (newsticker-show-old-items): Do not show descs.
909         (newsticker-hide-entry): Hide too much.
910         (newsticker-hide-entry, newsticker-show-entry)
911         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
912         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
913         (newsticker-toggle-auto-narrow-to-item): Code formatting.
914         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
915         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
916         (newsticker-get-news): Call `force-mode-line-update'.
917         Collect process ids.
918         (newsticker--sentinel): Change coding system handling.
919         Move image retrieval to new functions newsticker--get-logo-url-*.
920         Move feed parsing to new functions newsticker--parse-*.
921         Update list of process ids.
922         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
923         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
924         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
925         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
926         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
927         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
928         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
929         (newsticker--decode-coding-string): Remove.
930         (newsticker--decode-numeric-entities): Check input.  Format code.
931         (newsticker--remove-whitespace): Check input.
932         (newsticker--do-forget-preformatted): Doc fix.
933         (newsticker--decode-rfc822-date): Allow for missing time.
934         (newsticker--update-process-ids): New.
935         (newsticker--image-sentinel): Change comment.
936         (newsticker--image-read): Change error message.
937         (newsticker--imenu-goto): Doc fix.  Show headline title.
938         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
939         (newsticker--buffer-do-insert-text): Clean whitespace in
940         html-rendered headline title.  Code formatting.
941         Call `newsticker--buffer-print-extra-elements'.
942         (newsticker--buffer-print-extra-element): Remove.
943         (newsticker--buffer-print-extra-elements): New.
944         (newsticker--buffer-do-print-extra-element): New.
945         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
946         large sizes.
947         (newsticker--run-auto-mark-filter)
948         (newsticker--do-run-auto-mark-filter):
949         Use `newsticker-auto-mark-filter-list'.
951 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
953         * net/rcirc.el: Use split-string OMIT-NULLS argument.
954         (rcirc-print): Force redisplay before running hooks.  Do long
955         buffer truncation after making new text read-only.  Deal with nil
956         text when decoding strings.  If TARGET is nil, use either the
957         currently selected buffer, if it is an rcirc buffer and of the
958         same process or the process buffer.
959         (rcirc-mode): Remove header-line.  Recompute short buffer names.
960         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
961         (rcirc-short-buffer-name): Add variable.
962         (rcirc-kill-buffer-hook): Recompute short buffer names.
963         Remove nick from private channel.
964         (rcirc-send-input): Send command text to current-buffer.
965         Don't clear overlay arrow here.
966         (rcirc-short-buffer-name): Return a short buffer name.
967         (rcirc-update-short-buffer-names, rcirc-abbreviate)
968         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
969         buffer-name abbreviations.
970         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
971         Do not touch nick-table when killing a parted channel.
972         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
973         Clear arrow from current buffer if it is now hidden.
974         (rcirc-current-buffer): Add variable.
975         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
976         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
977         Remove -face from names.
978         (rcirc-update-activity-string): Print "DND" when globally ignoring
979         activity.
980         (rcirc-ignore-buffer-activity-flag): Rename from
981         rcirc-ignore-channel-activity.
982         (rcirc-ignore-all-activity-flag): Doc fix.
983         (rcirc-channels): Remove variable.
984         (rcirc-kill-buffer-hook):
985         (rcirc-get-buffer-create): Add nick to private channel.
986         (rcirc-multiline-edit-submit): Remove tabs.
987         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
988         folded.
989         (rcirc-remove-nick-channel): Bug fix.
990         (rcirc-toggle-ignore-buffer-activity): Rename from
991         rcirc-toggle-ignore-channel-activity.
992         (rcirc-record-activity): Add buffers to the front of the list.
993         (rcirc-update-activity): Remove killed buffers from list.
994         (rcirc-process-server-response-1): Remove last argument if it is
995         null before calling handler.
996         (rcirc): Add "rcirc" defcustom prefix.
997         (rcirc-prompt): Simplify default prompt.
998         Use custom-initialize-default.
999         (rcirc-private-chats): Remove variable.
1000         (rcirc-prompt): Change initialization.
1001         (rcirc-version): Remove function.
1002         (rcirc-id-string): Add constant.
1003         (rcirc-last-buffer): Remove variable.
1004         (rcirc-buffer-alist): Add variable.
1005         (rcirc-connect): Update variable setup.
1006         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1007         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1008         default.
1009         (rcirc-handler-generic): Trigger activity.
1010         (rcirc-send-message): Create the buffor of the target.
1011         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1012         (rcirc-get-buffer): Just return nil if there is no matching buffer.
1013         (rcirc-multiline-edit-cancel): Remove function.
1014         (rcirc-set-last-buffer): Remove function.
1015         (rcirc-get-any-buffer): Add function.
1016         (rcirc-join-channels): Don't print /join text.
1017         (rcirc-toggle-ignore-channel-activity): Add and update echo area
1018         messages.
1019         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1020         (rcirc-handler-NOTICE): Recognize CTCP responses.
1021         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1022         constructing TOPIC string for buffers we are not JOINed.
1023         (rcirc-handler-CTCP-response): Add handler.
1024         (rcirc-multiline-edit-submit): Restore the window-configuration
1025         before adjusting point.
1026         (rcirc): Add customization group.
1027         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1028         (rcirc-user-full-name, rcirc-startup-channels-alist)
1029         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1030         (rcirc-ignore-all-activity-flag, rcirc-time-format)
1031         (rcirc-input-ring-size, rcirc-read-only-flag)
1032         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1033         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1034         Change defvar to defcustom.
1035         (rcirc-update-prompt): Add optional ALL arg, which will update
1036         prompts in all rcirc buffers.  Regexp quote replacement text.
1037         (rcirc-fill-column): Accept 'frame-width as a value.
1038         (rcirc-set-changed): Add function.
1039         (rcirc-next-active-buffer): Write more meaningful messages.
1040         (rcirc-faces): Add customization group.
1041         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1042         (rcirc-nick-in-message-face, rcirc-prompt-face)
1043         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1044         (with-rcirc-process-buffer): Move before first usage.
1045         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1046         (rcirc-debug-flag): Rename from `rcirc-log-p'.
1047         (rcirc-debug): Rename from `rcirc-log'.
1048         (rcirc-format-response-string): Do not print '-' chars for a
1049         NOTICE with no sender.  Simplify output of server responses.
1051 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1053         (rcirc-browse-url-map, rcirc-browse-url-at-point)
1054         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1055         mouse and RET clickable.
1057 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
1059         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1061 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
1063         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1064         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1065         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1066         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1067         argument to all these routines, so the passphrase can be managed
1068         externally and passed in to the system.
1069         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1070         pgg-add-passphrase-to-cache function.
1072         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1073         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1074         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1075         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1076         argument to all these routines, so the passphrase can be managed
1077         externally and passed in to the system.
1078         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1079         function.
1081 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1083         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1084         from goto-address-url-regexp.
1086 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1088         * textmodes/org.el (org-read-date, org-goto-calendar)
1089         (org-recenter-calendar, org-agenda-goto-calendar):
1090         Temporarily clear 'calendar-move-hook'.
1092 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1094         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1095         merging.
1097         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1098         have merge clashes.
1100 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1102         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1103         Undo previous change.
1105         * startup.el (command-line): Use `custom-reevaluate-setting' for
1106         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1107         tty-register-default-colors on Mac.
1109 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1111         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1112         (gdb-buffer-type): Make it automatically buffer local...
1113         (gdb-get-create-buffer): ...and set it accordingly.
1114         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1115         actually work.
1117 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1119         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1120         not red.
1122 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1124         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1125         case GUD buffer is not visible.
1126         (gdb-goto-breakpoint): Try to force display in source buffer.
1127         (gdb-frame-gdb-buffer): Copy other similar functions.
1128         (gdb-restore-windows): Don't display source if not asked for.
1129         (gdb-assembler-buffer-name): Don't capitalise.
1131 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1133         * wid-edit.el (key-sequence): New widget type.
1135         * simple.el (set-mark-command-repeat-pop): New variable.
1136         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1137         if set-mark-command-repeat-pop is true.
1139         * info.el (Info-fontify-node): Don't display extra "see" if there
1140         already is one here.
1142         * mouse.el: Fix special handling of DEL after dragging a region:
1143         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1144         (mouse-region-delete-keys): Add [backspace].
1146         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1148         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1149         not to assume it pertains to an affix.
1151         * textmodes/flyspell.el (flyspell-post-command-hook):
1152         Bind deactivate-mark to prevent deactivation.
1154 2005-11-03  Lars Hansen  <larsh@soem.dk>
1156         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1157         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1158         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1160 2005-11-03  Romain Francoise  <romain@orebokech.com>
1162         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1163         Update copyright years.
1165 2005-11-03  Sam Steingold  <sds@gnu.org>
1167         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1168         Use system-type instead of window-system because window-system is not
1169         correctly defined during loadup.
1171 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1173         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1174         (xml-parse-tag): Join strings separated by a comment properly.
1176 2005-11-02  Andreas Schwab  <schwab@suse.de>
1178         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1180 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1183         (byte-optimize-pure-func): Quote the eval'd value.
1185         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1186         Rename from perl-font-lock-syntactic-face-function.
1187         Change the calling convention so it can be used as a font-lock MATCHER.
1188         Do the parse-partial-sexp loop outselves.
1189         (perl-font-lock-syntactic-keywords): Use it.
1190         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1192 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1194         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1195         disassembly buffer too.
1196         (gdb-exited): Remove overlay arrows when execution has finished.
1197         (gdb-info-frames-custom, gdb-info-threads-custom)
1198         (gdb-info-registers-custom): Don't add inappropriate text
1199         properties if inferior is not active.
1201 2005-11-02  Glenn Morris  <rgm@gnu.org>
1203         * progmodes/fortran.el (fortran-blink-match):
1204         Use `blink-matching-delay'.
1206 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1208         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1210 2005-11-02  Lars Hansen  <larsh@soem.dk>
1212         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1213         "Permission denied".
1215 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1217         * textmodes/flyspell.el (flyspell-external-point-words):
1218         Pass nil to flyspell-get-word.
1220 2005-11-02  Kim F. Storm  <storm@cua.dk>
1222         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1223         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1225 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1228         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1229         (calendar-mouse-print-dates): Add optional `event' argument.
1230         Update interactive-spec.
1231         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1232         Use `calendar-event-to-date' instead of `event'.
1234 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1236         * progmodes/ld-script.el (ld-script-builtins):
1237         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1238         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1239         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1241 2005-11-01  Romain Francoise  <romain@orebokech.com>
1243         * vc-sccs.el: Update copyright year.
1244         * ezimage.el: Likewise.
1246 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1248         * info.el (Info-fontify-node): Use `string-width' for fontifying
1249         underlined titles.
1251 2005-11-01  Juri Linkov  <juri@jurta.org>
1253         * info.el (Info-fontify-node): Downcase node header keywords Node,
1254         Prev, Next, Up before comparison.
1255         (Info-history): Insert absolute directory name, and put invisible
1256         property on it.
1258 2005-11-01  Juri Linkov  <juri@jurta.org>
1260         * info.el (Info-file-supports-index-cookies): New variable.
1261         (Info-find-node-2): Check makeinfo version for index cookie support.
1262         (Info-index-nodes): Search for nodes with index cookies only when
1263         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1264         with "Index" in the node name.
1265         (Info-index-node): Search index cookie in the current node only when
1266         Info-file-supports-index-cookies is t.  Otherwise, check the word
1267         "Index" in the node name.
1268         (Info-find-emacs-command-nodes): Remove code that searches nodes
1269         with "Index" node name in the top menu.
1271 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * progmodes/scheme.el (scheme-mode-variables): Use the default
1274         comment-indent-function.
1276         * faces.el (face-attribute): Handle the case where a face inherits from
1277         a non-existent face.
1279         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1280         for octal and hexa output, and merge the char into the paren.
1281         (kill-new): Use push.
1282         (copy-to-buffer): Use with-current-buffer.
1283         (completion-setup-function): Move code in loop to remove redundancy.
1284         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1285         those inherited from minibuffer-local-completion-map.
1287         * savehist.el (savehist-mode) <defcustom>:
1288         Use custom-set-minor-mode if available.
1289         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1290         and emit a message if applicable.
1292 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1294         * savehist.el: Sync up to version 19.
1295         (savehist-mode): New minor mode.
1296         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1297         (savehist-length): Remove (use history-length instead).
1298         (savehist-file-modes): Rename from savehist-modes.
1299         (savehist-save-hook, savehist-loaded): New vars.
1300         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1301         old format to new format.
1302         (savehist-install): Allow savehist-autosave-interval to be nil.
1303         (savehist-save): Run the new hook.  Be more careful to only trim the
1304         history variables.
1305         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1306         (savehist-printable): Print into a buffer rather than char-by-char.
1308 2005-11-01  John Wiegley  <johnw@newartisans.com>
1310         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1311         toggle-ignore keybinding (C-a).  The author said it had been
1312         disabled much earlier due to a possible incompatibility, but after
1313         many months of usage I have encountered no problems (and it is a
1314         rather useful option, especially for switching to " *temp*").
1316         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1317         support for OS/X's AddressBook, by calling out to the open source
1318         program "contacts" (installable through Fink).
1320         * net/eudc.el (eudc-expand-inline): If the
1321         `eudc-multiple-match-handling-method' is set to `all', delete the
1322         query string before inserting the query result.
1324         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1325         flag, to prevent Eshell from using the system ls when
1326         `eshell-ls-insert-directory' is in used.
1327         (eshell-ls-insert-directory): Disable font-lock in directory
1328         buffer so that Eshell's own fontification is seen.  This broke
1329         recently due to changes in font-lock, so this goes back to version
1330         21 behavior.
1332 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1334         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1335         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1336         (gdb-many-windows): Doc fix.
1338 2005-10-31  Romain Francoise  <romain@orebokech.com>
1340         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1342 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1344         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1345         that global-font-lock-mode can be enabled by default.
1347         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1348         (font-lock-add-keywords, font-lock-remove-keywords)
1349         (font-lock-fontify-buffer): Remove autoload cookies.
1351         * jit-lock.el (jit-lock-register): Likewise.
1353         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1355 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1357         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1358         intact if there is no gud-comint-buffer.
1360 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1362         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1363         old prompt comint-prompt-read-only is t and GDB commands are
1364         issued from tool bar etc.
1366 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1368         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1370 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1372         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1373         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1375 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1378         starting at beginning of line.  Fontification is messed up when
1379         `open-paren-in-column-0-is-defun-start' set to t.
1380         Reported by John Paul Wallington <jpw@pobox.com>.
1382 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1384         * comint.el (comint-send-input): Call `comint-update-fence' when
1385         `comint-process-echoes' and `comint-prompt-read-only' are both
1386         non-nil, to avoid leftover read-only newline.
1388 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1390         * textmodes/flyspell.el (flyspell-external-point-words):
1391         Detect when WORD can't be checked properly because
1392         flyspell-get-word finds just part of it, and move on.
1394         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1395         boundarychar for Polish.
1396         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1397         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1399 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1401         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1402         (gdb-registers-font-lock-keywords): Delete.
1403         (gdb-registers-mode): Don't fontify.
1404         (gdb-info-registers-custom): Use text properties instead as, in
1405         future, changed register values will use font-lock-warning-face.
1406         (gdb-local-font-lock-keywords): Rename to...
1407         (gdb-locals-font-lock-keywords): ...for consistency.
1409 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1411         * vc.el (vc-switch-backend): Better error message if the buffer is
1412         not visiting a file under version control.
1414         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1416 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1418         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1419         ~/.emacs.d/.emacs.
1421 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1423         * replace.el (occur-mode-mouse-goto): Always go to other window.
1424         (occur-mode-goto-occurrence): Always switch in same window.
1426         * simple.el (undo): Display message at end, not at start.
1428         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1429         New arg REUSE-CELL.
1430         (cancel-timer-internal): New function.
1431         (timer-event-handler): Use cancel-timer-internal,
1432         and pass the cell it returns to timer-activate...
1434         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1435         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1436         (jit-lock-after-change): Test memory-full.
1438 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1440         * textmodes/conf-mode.el (conf-assignment-sign)
1441         (conf-assignment-regexp): Fix docstrings.
1442         (conf-mode-initialize): New function.
1443         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1444         recognize recursive calls.
1445         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1446         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1447         (conf-xdefaults-mode): Use define-derived-mode and
1448         conf-mode-initialize.
1450 2005-10-29  Romain Francoise  <romain@orebokech.com>
1452         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1454 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1456         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1457         part of the decoded armor to find the key-identifier.
1458         (pgg-gpg-lookup-key-owner): New function to return the
1459         human-readable identifier of a key owner.
1460         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1461         key itself.
1462         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1463         the key value) if we have a key and can match it against a secret
1464         key.  Also, added a note pointing out fact that the prompt only
1465         indicates the first matching key.
1467         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1468         pgg-decrypt-region.
1469         (pgg-pending-timers): A new hash for tracking the passphrase cache
1470         timers, so that new ones supercede old ones.
1471         (pgg-add-passphrase-to-cache): Rename from
1472         `pgg-add-passphrase-cache' to reduce confusion (all callers
1473         changed).  Modified to cancel old timers when new ones are added.
1474         (pgg-remove-passphrase-from-cache): Rename from
1475         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1476         changed).  Modified to cancel old timers when their keys are
1477         removed from the cache.
1478         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1479         XEmacs, an indirection to delete-itimer.
1480         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1481         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1482         users can only check cache without risk of prompting.  Correct bug in
1483         notruncate behavior.
1484         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1485         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1486         Add informative docstrings.
1487         (pgg-decrypt): Convey provided passphrase in subordinate call to
1488         pgg-decrypt-region.
1490 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1492         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1493         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1494         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1495         'passphrase' argument, so the passphrase can be managed externally
1496         and then passed in to the system.
1498         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1499         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1500         so the passphrase cache can be used reliably with identifiers
1501         besides a pgp packet's key id.
1503         * pgg-gpg.el (pgg-pgp-encrypt-region)
1504         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1505         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1506         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1507         argument to all these routines, so the passphrase can be managed
1508         externally and passed in to the system.
1510         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1511         'notruncate' argument, so the passphrase cache can be used
1512         reliably with identifiers besides a pgp packet's key id.
1514 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1516         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1517         symmetric encryption.
1518         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1519         encrypted session key.
1520         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1521         message ask for the passphrase in a proper way.
1523         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1524         New user commands for symmetric encryption.
1526 2005-10-28  Bill Wohler  <wohler@newt.com>
1528         * help-mode.el (help-url): New button type. Calls browse-url.
1529         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1530         Similar to Info nodes: URL `url'.
1531         (help-make-xrefs): Create help-url buttons for
1532         help-xref-url-regexp matches.
1534 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1536         * tool-bar.el (tool-bar-add-item-from-menu)
1537         (tool-bar-local-item-from-menu): Fix doc strings.
1539 2005-10-28  Romain Francoise  <romain@orebokech.com>
1541         * ldefs-boot.el: Update.
1543         * subr.el (locate-library): Move from help-fns.el.
1544         * help-fns.el (locate-library): Move to subr.el.
1546 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1548         * net/tramp.el (tramp-completion-mode): defvar moved up.
1550         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1552         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1554         * files.el (find-file-noselect): Use %d to format large file size.
1556         * bindings.el (mode-line-format): Add %e.
1558         * loadup.el ("facemenu"): Load unconditionally.
1559         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1560         ("x-dnd"): Load, when appropriate.
1562         * startup.el (command-line): Call before-init-hook earlier.
1563         Warn about some bad characters in -u user name.
1565         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1566         (flyspell-external-point-words): Error if misspelled word is not found.
1567         Set flyspell-large-region-beg at end of word.
1569 2005-10-28  Andreas Schwab  <schwab@suse.de>
1571         * view.el (View-revert-buffer-scroll-page-forward):
1572         Use view-page-size-default.
1574 2005-10-28  Juri Linkov  <juri@jurta.org>
1576         * international/quail.el (quail-get-current-str): Translate last
1577         raw character for deterministic input methods.
1579 2005-10-27  Jay Belanger  <belanger@truman.edu>
1581         * calc/calc-ext.el: Add functions to autoloads.
1582         (math-identity-matrix-p, math-ident-row-p): New functions.
1584         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1585         multiplication by an identity matrix; don't turn multiplication by
1586         an inverse matrix into division.
1587         (math-div-symbol-fancy):  Replace division by matrices with
1588         multiplication by inverse.
1590         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1592         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1593         (calc-writeoutpower): New functions.
1595 2005-10-27  Romain Francoise  <romain@orebokech.com>
1597         * replace.el (occur-engine): Include colon in mouse-face highlight.
1599         * dired-x.el: Change Maintainer field.
1601 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1603         * longlines.el (longlines-mode): Bind after-change-functions to
1604         nil during initial decoding and final encoding.
1606 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1608         * term.el (term-emulate-terminal, term-handle-colors-array)
1609         (term-handle-ansi-escape): Specify the terminfo capabilities
1610         implemented.
1612 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1614         * info.el (Info-fontify-node): Fix detection of sentence-break
1615         before *Note.
1617 2005-10-26  Romain Francoise  <romain@orebokech.com>
1619         * smerge-mode.el: Add `tools' to file keywords.
1621 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1623         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1624         when the fringe is not available.
1626         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1627         (def-gdb-auto-update-trigger): Simplify construction.
1628         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1629         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1630         defined explicitly.
1631         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1632         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1633         defined explicitly.
1634         (gdb-info-locals-custom): Remove as it's a no-op.
1636 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1638         * longlines.el (longlines-mode): Remove narrowing before
1639         performing the initial decoding or final encoding.
1641 2005-10-25  Romain Francoise  <romain@orebokech.com>
1643         * emacs-lisp/find-func.el (find-library-name): Also strip
1644         extension if library name ends in .el, to take advantage of
1645         `find-library-suffixes'.
1647 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1649         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1651 2005-10-25  Juri Linkov  <juri@jurta.org>
1653         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1654         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1656 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1659         (blackbox-redefine-key): Add argument `map'.
1661         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1662         regions when moving the jit-lock-context-unfontify-pos boundary.
1664 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1666         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1668 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1670         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1672 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1674         * play/blackbox.el (blackbox-redefine-key): New function.
1675         (blackbox-mode-map): Use it to remap existing bindings for cursor
1676         motion instead of binding literal keys.
1678 2005-10-25  Glenn Morris  <rgm@gnu.org>
1680         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1681         diary does not end in a newline.  Do not assume a blank line at
1682         the start of the diary file.
1684 2005-10-25  Kenichi Handa  <handa@m17n.org>
1686         * international/quail.el (quail-translate-key): If the input
1687         method is deterministic and failed to handle the last key, restart
1688         the key handling loop from an appropriate key.
1690 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1692         * vc.el (vc-dired-mode): Extend comment for binding of
1693         `directory-listing-before-filename-regexp'.
1695 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * textmodes/texinfo.el (texinfo-mode):
1698         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1699         not to unnecessarily expose emacs-mule's internal char codes.
1701 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1703         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1704         Display hand pointer and help-echo on disabled icon too.
1705         (gdb-mouse-until): New function.
1706         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1708 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1710         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1711         with 2005-10-23 change to doctor.el.
1713         * finder.el (finder-mode-map): Add follow-link binding.
1715 2005-10-25  Kim F. Storm  <storm@cua.dk>
1717         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1718         to gdb-mouse-toggle-breakpoint-fringe.
1719         (gdb-mouse-toggle-breakpoint-margin): Rename from
1720         gdb-mouse-toggle-breakpoint. Fix doc.
1721         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1722         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1723         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1724         string properties also for fringe breakpoint bitmaps.
1726 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1728         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1730 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1732         * simple.el (completion-common-substring):
1733         Use `completion-common-substring' prior to `completion-base-size'.
1735 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1737         * savehist.el: Require CL while compiling.
1738         (savehist-history-variables): Remove.
1739         (savehist-save-minibuffer-history, savehist-additional-variables)
1740         (savehist-minibuffer-history-variables): New vars.
1741         (savehist-save): Use them.
1742         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1743         (savehist-install): New fun, extracted from savehist-load.
1744         (savehist-load): Use them.
1746 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1749         a dummy doc-string-elt property.
1750         (defalias, defvaralias, define-category): Add a docstring property.
1752         * image.el (defimage):
1753         * widget.el (define-widget):
1754         * custom.el (defface, defcustom): Add `doc-string' declaration.
1756         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1757         (defadvice): Add `doc-string' declaration.
1759         * emacs-lisp/byte-run.el (macro-declaration-function):
1760         Handle `doc-string' declarations.
1761         (define-obsolete-function-alias, define-obsolete-variable-alias):
1762         Add `doc-string' declaration.
1764 2005-10-24  Kenichi Handa  <handa@m17n.org>
1766         * international/utf-7.el (utf-7): Add autoload cookie.
1768         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1770 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1772         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1773         list of directories passed to batch-update-autoloads.  Add "." to
1774         the list of the echoed directories.
1776         * pgg-def.el:
1777         * pgg-gpg.el:
1778         * pgg-parse.el:
1779         * pgg-pgp.el:
1780         * pgg-pgp5.el:
1781         * pgg.el: Moved here from the gnus subdirectory.
1783 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1785         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1786         in case comint-prompt-read-only is set to t.
1788         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1789         in case comint-prompt-read-only is set to t.
1791 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1793         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1794         Now a string.
1795         (icalendar-import-format): Handle CLASS, STATUS, URL.
1796         Rename `subject' to `summary'.
1797         (icalendar-import-format-summary): Rename from
1798         `icalendar-import-format-subject'.
1799         (icalendar-import-format-url, icalendar-import-format-status)
1800         (icalendar-import-format-class): New variables.
1801         (icalendar--rris): Take variable argument list.
1802         (icalendar--datestring-to-isodate): Remove unnecessary
1803         calendar-style check when converting dates with explicit month names.
1804         (icalendar-export-region): Change return type of conversion
1805         subroutines.  Bury current buffer unless error occurred.
1806         (icalendar--convert-to-ical)
1807         (icalendar--parse-summary-and-rest): New functions.
1808         (icalendar--convert-ordinary-to-ical)
1809         (icalendar--convert-weekly-to-ical)
1810         (icalendar--convert-yearly-to-ical)
1811         (icalendar--convert-block-to-ical)
1812         (icalendar--convert-cyclic-to-ical)
1813         (icalendar--convert-anniversary-to-ical): Change return type.
1814         Strip trailing blanks from subject.
1815         (icalendar--convert-sexp-to-ical): Change return type.
1816         Strip trailing blanks from subject.  Handle simple sexp
1817         entries as generated by icalendar.el.
1818         (icalendar--convert-float-to-ical)
1819         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1820         (icalendar-import-file): Doc fix.
1821         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1822         Correct call to icalendar--rris.
1823         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1824         `summary'.
1825         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1827 2005-10-24  Romain Francoise  <romain@orebokech.com>
1829         * server.el (server-sentinel): Set query-on-exit flag to nil on
1830         new client processes (it isn't inherited from the server process).
1832         * replace.el (occur-engine): Rearrange text properties.
1834 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1837         case-fold-search is nil.
1838         (debug-help-follow): Use help-xref-interned directly.
1840 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1842         * thumbs.el (thumbs-image-type): Add .pbm.
1844 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1846         * faces.el (inhibit-face-set-after-frame-default): New variable.
1847         (set-face-attribute): Bind it.
1848         (face-set-after-frame-default): Test it.
1850         * help-fns.el (describe-simplify-lib-file-name): New function.
1851         (describe-function-1, describe-variable): Use it.
1853         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1855         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1856         Eliminate nil as possible value.
1857         (tooltip-hide-delay): Reduce internal-border-width.
1859         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1860         (menu-bar-file-menu) <new-file>: Likewise.
1862         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1864         * international/mule.el (load-with-code-conversion):
1865         Pass full file name to `eval-buffer' unless preloading.
1867         * textmodes/flyspell.el (flyspell-large-region):
1868         Call ispell-check-version.
1870         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1871         Fix the make-variable-buffer-local call that was supposed
1872         to be for this variable.
1873         (ispell-aspell-supports-utf8): Doc fix.
1874         (ispell-find-aspell-dictionaries): Preserve elements of
1875         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1876         (ispell-aspell-find-dictionary): Return nil on error.
1878         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1879         (doctor-symptoms): Likewise.
1881         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1883 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1885         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1886         (custom-raised-buttons): Add :set spec.
1887         (custom-button-unraised, custom-button-pressed-unraised):
1888         New faces, so that custom-raised-buttons actually does something.
1889         (custom-mode): Use custom-button and custom-button-pressed.
1891         * wid-edit.el (widget-specify-button): Don't ignore
1892         widget-mouse-face on graphic terminals.
1893         (widget-move-and-invoke): Cleanup.
1895 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1897         * whitespace.el (whitespace-cleanup): Doc fix.
1899 2005-10-23  Romain Francoise  <romain@orebokech.com>
1901         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1902         `eval-after-load' to avoid evaluating their result.
1904 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1906         * files.el (directory-listing-before-filename-regexp):
1907         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1909         * dired.el (dired-move-to-filename-regexp): Remove.
1910         All occurences replaced by `directory-listing-before-filename-regexp'.
1912         * dired-x.el, locate.el, vc.el:
1913         Replace `dired-move-to-filename-regexp' by
1914         `directory-listing-before-filename-regexp'.  In vc.el it is
1915         overwritten locally; maybe this can be handled in files.el too.
1917         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1918         replaced by `directory-listing-before-filename-regexp'.
1920 2005-10-23  Andreas Schwab  <schwab@suse.de>
1922         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1923         and eval-next-after-load.
1925 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1927         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1928         exist, create it.
1930 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1932         * allout.el: Remove autoloads for mailcrypt and crypt++.
1933         Require pgg, pgg-gpg during compilation.
1934         (allout-version): Increment version number to 2.1, and use a literal
1935         rather than RCS Id.
1936         (allout-default-encryption-scheme): Remove.
1937         (allout-passphrase-verifier-handling)
1938         (allout-passphrase-verifier-string)
1939         (allout-file-passphrase-verifier-string)
1940         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1941         (allout-passphrase-hint-handling): Rename and simplify.
1942         (allout-init): Use `find-file-hook' if available, otherwise
1943         `find-file-hooks'.
1944         (allout-mode): Use `write-file-functions' if available, otherwise
1945         `local-write-file-hooks' and, instead of making auto-save-hook
1946         buffer local, make the write-file-hook activity contingent to
1947         allout-mode.
1948         (allout-mode): Use key-binding substitution in the docstring.
1949         (allout-kill-line): Spell-out kill ring data structure mutation
1950         instead of using byte-compiler-complaint-provoking `pop'.
1951         (allout-insert-listified): Use `insert' rather than `insert-string'
1952         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1953         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1954         (allout-encrypt-string): Totally revamped vis new underlying
1955         encryption facilities.
1956         (allout-mc-activate-passwd): Remove.
1957         (allout-obtain-passphrase): New, more or less replaces
1958         allout-mc-activate-passwd.
1959         (allout-encrypted-key-info): More or less replaces
1960         allout-encrypted-text-type.
1961         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1962         (my-mark-marker): Use `(featurep 'xemacs)'.
1964 2005-10-23  Lars Hansen <larsh@soem.dk>
1966         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1967         (byte-compile-file-form-defmumble, byte-compile-defun)
1968         (byte-compile-defmacro): Use it.
1969         (byte-compile-form): Don't call byte-compile-set-symbol-position
1970         when a byte-compile handler is called.
1972 2005-10-22  Romain Francoise  <romain@orebokech.com>
1974         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1976         * subr.el (eval-after-load): Convert library name to an absolute
1977         file name using locate-library, since load-history no longer has
1978         library names in it.
1980 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1982         * files.el (make-temp-file): Move from subr.el.
1983         * subr.el (make-temp-file): Move to files.el.
1985         * window.el (get-buffer-window-list): Move from subr.el.
1986         * subr.el (get-buffer-window-list): Move to window.el.
1988         * image.el (image-load-path): Use eval-at-startup to initialize.
1990         * subr.el (eval-at-startup): New macro.
1992         * subr.el: Much rearrangement of functions and division
1993         into pages.  No code changes.
1995 2005-10-22  Kenichi Handa  <handa@m17n.org>
1997         * tar-mode.el (tar-extract): Be sure to call
1998         find-operation-coding-system if set-auto-coding doesn't find a
1999         coding system.
2001 2005-10-22  Kim F. Storm  <storm@cua.dk>
2003         * image.el (image-type-header-regexps): Rename from image-type-regexps.
2004         Change users.
2005         (image-type-file-name-regexps): New defconst.
2006         (image-type-from-data): Simplify loop.
2007         (image-type-from-buffer): New defun.
2008         (image-type-from-file-header): Use it instead of image-type-from-data.
2009         Use image-search-load-path instead of only looking in data-directory.
2010         (image-type-from-file-name): New defun.
2011         (image-search-load-path): Change `pathname' to `filename'.
2012         Make PATH arg optional, default to image-load-path.
2014 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2016         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2018         * textmodes/paragraphs.el (sentence-end-base): New variable.
2019         (sentence-end): Use sentence-end-base.
2021 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2023         * font-lock.el (font-lock-default-fontify-region): Check the multiline
2024         property independently from the font-lock-multiline variable.
2026 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2028         * emacs-lisp/find-func.el (find-library-name): Doc fix.
2030         * startup.el (command-line): Convert library names
2031         in `load-history' to absolute file names.
2033         * subr.el (symbol-file): Doc fix.
2035         * loadhist.el (file-loadhist-lookup): Call locate-library
2036         instead of find-library-name.  Don't try converting
2037         abs file names to library names, since load-history no longer
2038         has library names in it.
2039         (file-dependents, file-provides, file-requires): Doc fixes.
2041 2005-10-21  Juri Linkov  <juri@jurta.org>
2043         * progmodes/etags.el (tags-table-mode): New function.
2044         (tags-verify-table): Replace initialize-new-tags-table with
2045         tags-table-mode.
2047         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2048         default value.
2049         (desktop-modes-not-to-save): Add tags-table-mode to the
2050         default value.
2052         * info.el (Info-index-next): Add total number of index
2053         alternatives to the message.
2055         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2056         backward only space (instead of space and period) before looking
2057         at sentence end.
2059         * simple.el (set-variable): Use user-variable-p instead of symbolp.
2060         Add the old variable value as 4th default-value arg of read-string.
2062 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2064         * cus-face.el (custom-declare-face): Make face from X resources
2065         also on Mac.
2067         * disp-table.el (standard-display-g1, standard-display-graphic):
2068         Refuse to use string glyphs also on Mac.
2069         (standard-display-european): Don't set terminal coding system also
2070         on Mac.
2072         * frame.el (display-screens): Use x-display-screens also on Mac.
2074 2005-10-21  Romain Francoise  <romain@orebokech.com>
2076         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
2078 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2081         and $? into sexps.
2083         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2084         warning face on open-paren-in-column-0.
2086         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2087         boundary case.  Fix typo.
2088         Suggested by Martin Rudalics <rudalics@gmx.at>.
2090 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2092         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2093         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2094         (org-export-icalendar-this-file)
2095         (org-export-icalendar-all-agenda-files)
2096         (org-export-icalendar-combine-agenda-files): New commands.
2097         (org-export-icalendar, org-print-icalendar-entries)
2098         (org-start-icalendar-file, org-finish-icalendar-file)
2099         (org-ical-ts-to-string): New functions.
2100         (org-read-date, org-goto-calendar)
2101         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2102         call to `calendar'.
2103         (orgtbl-setup): Remove the :keys arguments from the menu description.
2104         (org-after-save-iCalendar-file-hook): New variable.
2106 2005-10-21  Kenichi Handa  <handa@m17n.org>
2108         * language/vietnamese.el (tcvn-5712): Make it an alias of
2109         vietnamese-tcvn coding-system.
2111 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2113         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2114         group id is given.
2116 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2119         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2120         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2121         whose line is either continued or ends with a comment.
2123 2005-10-20  Romain Francoise  <romain@orebokech.com>
2125         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2127         * replace.el (occur-engine): Add follow-link property.
2129         * font-core.el (font-lock-mode): Doc fix.
2131 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2133         * net/rcirc.el: New file.
2135 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2137         * term.el (term-term-name): Initialize to "eterm-color".
2139 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2141         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2142         for encryption functionality.
2143         Move allout customization subgroup from `editing' to `outlines' group.
2144         Fix commentary 'keywords' to legitimate ones.
2145         Update author info (using my current email address, obscurified).
2146         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2147         (allout-encrypted-topic-p, allout-encrypted-text-type)
2148         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2149         (allout-situate-encryption-key-verifier)
2150         (allout-get-encryption-key-verifier, allout-verify-key)
2151         (allout-next-topic-pending-encryption)
2152         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2153         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2154         (outline-key-verifier-handling, outline-key-hint-handling)
2155         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2156         (allout-file-key-verifier-string, allout-encryption-scheme)
2157         (allout-key-verifier-string, allout-key-hint-string)
2158         (allout-after-save-decrypt): New variables.
2159         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2160         (allout-after-saves-handler): New hook functions.
2161         (allout-post-command-business): Do allout-after-save-decrypt.
2162         (allout-enable-file-variable-adjustment): Custom var to enable
2163         mechanism for adding and adjusting settings of Emacs file variables.
2164         (allout-adjust-file-variable, allout-file-vars-section-data):
2165         New functions, implement the mechanism.
2166         (outlineify-sticky): Use the file vars mechanism.
2167         (allout-inhibit-protection, allout-during-write-cue)
2168         (allout-override-protect, allout-before-change-protect): Remove.
2169         (allout-flag-region, allout-open-topic): Adjust read-only text.
2170         (allout-open-line-not-read-only): Add to facilitate read-only
2171         text based protection.
2172         (allout-kill-line): Revise to adjust read-only text, clue the
2173         user about the inhibition.
2174         (allout-unprotected): Use unwind-protect.
2175         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2176         topic deeper than the offspring depth of the previous topic -
2177         avoiding confusing "containment discontinuities".
2178         (allout-reindent-bodies): Fix retention of body relative hanging
2179         indent during promotion of collapsed bodies.
2180         (allout-open-topic): Make it easy to open new topic with same
2181         bullet as current topic - topic creation functions provided with
2182         any universal argument provokes now prompt for bullet, defaulting
2183         to the bullet of the previous topic.
2184         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2185         Plain bullet alternates '.' period and ',' comma only.  All other
2186         bullets are relegated to special status (but customizable).
2187         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2188         since it actually operates w.r.t. most immediately containing
2189         entry, visible or not.
2190         (allout-hide-current-entry, allout-show-current-entry): Use the
2191         revised version.
2192         (allout-old-expose-topic): Solidify deprecation.
2193         (allout-end-of-subtree): Add so we can span concealed as well
2194         as visible topics.
2195         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2196         (allout-end-of-current-heading): Tweak to just respect the first line.
2197         (allout-get-body-text): Add.
2198         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2199         when invoked interactively.
2200         (allout-up-current-level): Use `interactive-p'.
2201         (allout-mode, allout-init): Miscellaneous docstring and
2202         operational refinements, as well as hookups of new encryption stuff.
2203         (allout-beginning-of-current-entry): Now works as advertised.
2204         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2205         (allout-isearch-rectification): Refine condition for isearching.
2206         (allout-isearch-abort, allout-enwrap-isearch)
2207         (allout-flag-region, my-region-active-p): Relocate some macros.
2208         (allout-title): Fallback title is '(buffer-name)', not
2209         non-existing '(current-buffer-name)'.
2210         (subst-char-in-string): Define if absent (for some XEmacs versions).
2212 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2214         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2215         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2216         (mail-citation-prefix-regexp, mail-signature-file)
2217         (mail-default-headers, mail-bury-selects-summary)
2218         (mail-send-nonascii): Add autoload cookies.
2220 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2222         * frame.el (blink-cursor-mode): Add `mac' to the list of
2223         window-system's that support blinking cursor.
2225 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2227         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2229 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2231         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2232         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2233         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2235 2005-10-20  Kim F. Storm  <storm@cua.dk>
2237         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2238         (ido-set-current-directory): Don't add / after final @.
2239         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2240         Explicitly handle ange-ftp completion oddities.
2241         (ido-make-file-list): Don't rotate list at tramp root to avoid
2242         triggering tramp file handler for expand-file-name via get-file-buffer.
2244 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2248 2005-10-19  Jay Belanger  <belanger@truman.edu>
2250         * calc/calc-units.el (math-standard-units): Add units, adjust
2251         symbols and update values.
2252         (math-unit-prefixes):  Add more prefixes.
2254 2005-10-19  Romain Francoise  <romain@orebokech.com>
2256         * bookmark.el (bookmark-menu-heading): New face.
2257         (bookmark-bmenu-list): Use it.
2258         Don't fiddle with `baud-rate' at top-level.
2260 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2262         * image.el (create-image, find-image): Mention max-image-size in
2263         docstring.
2265 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * savehist.el (savehist-load): Revert to checking XEmacs.
2269         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2270         Various docstring and line-width fixups.
2271         (conf-mode): Use cond.
2272         Set font-lock-defaults.  Don't set comment-use-syntax.
2274 2005-10-18  David Ponce  <david@dponce.com>
2276         * tree-widget.el (tree-widget-button-click): New function.
2277         (tree-widget-button-keymap): Use it.
2279 2005-10-18  Romain Francoise  <romain@orebokech.com>
2281         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2282         (bookmark-bmenu-hide-filenames): Add follow-link property.
2283         Improve help-echo text.
2285         * ffap.el (find-file-at-point): Doc fix.
2287 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2289         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2291 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2293         Install to the CVS repository what I forgot to install in my
2294         2005-10-16 changes.
2296         * progmodes/python.el (python-complete-symbol): Pass the common
2297         prefix substring of completion to `display-completion-list'.
2299         * textmodes/org.el (org-complete): Ditto.
2301 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2303         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2305         * woman.el (WoMan-xref-man-page): New button type derived
2306         from `Man-abstract-xref-man-page'.
2307         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2309         * man.el (Man-abstract-xref-man-page): New button type.
2310         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2311         (Man-highlight-references): Add new optional argument `xref-man-type'.
2313 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2315         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2317 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2319         * cus-edit.el (Custom-move-and-invoke): Delete.
2320         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2322         * wid-edit.el (widget-move-and-invoke): New function, from
2323         Custom-move-and-invoke.
2325 2005-10-17  Bill Wohler  <wohler@newt.com>
2327         Move all remaining images from lisp/toolbar to etc/images, move
2328         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2329         the low resolution images in their own directory (low-color).
2331         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2332         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2333         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2334         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2335         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2336         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2337         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2339         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2340         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2341         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2342         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2343         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2344         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2345         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2346         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2347         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2348         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2349         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2350         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2351         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2352         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2353         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2355         To conform with convention, replace the underscore (_) in the
2356         following image names with dash (-) or (/) as appropriate.
2358         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2359         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2360         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2361         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2362         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2363         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2364         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2365         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2366         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2367         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2368         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2369         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2370         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2371         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2372         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2374         * info.el (info-tool-bar-map): Replace underscores in image names
2375         with dashes.
2377         * makefile.w32-in (WINS): Remove toolbar.
2379         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2381         * tool-bar.el: Move to lisp from toolbar.  Now that
2382         toolbar is empty, it should be deleted when folks run "cvs up -P".
2384 2005-10-18  Jay Belanger  <belanger@truman.edu>
2386         * calc/calc-store.el (calc-store-into): Get the proper variable name
2387         to display in message.
2389 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2391         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2392         expressions display in speedbar for all buffers when debugging.
2393         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2395         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2396         (speedbar-insert-button, speedbar-make-button):
2397         Use add-text-properties.
2398         (speedbar-update-localized-contents)
2399         (speedbar-update-directory-contents)
2400         (speedbar-update-special-contents): Use dolist.
2401         (speedbar-buffer-easymenu-definition): Add a menu separator.
2403 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2405         * makefile.w32-in: Use $(lisp) consistently.
2406         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2407         for shell specific generation of mh-autoloads.
2409 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2411         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2413 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * jit-lock.el (jit-lock-fontify-now):
2416         Move jit-lock-context-unfontify-pos to avoid wasted work.
2418 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2420         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2421         `tramp-completion-mode' for checking if we are in completion mode.
2422         (tramp-completion-handle-file-name-all-completions): Reorder code
2423         in order to complete for file names only in case there are no
2424         method/user/host completions.  This is necessary for cooperation
2425         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2427 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2429         * longlines.el (longlines-search-forward)
2430         (longlines-search-backward): Match any number of spaces.
2432 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2434         * diff-mode.el (diff-mode): Doc fix.
2436 2005-10-16  David Reitter <david.reitter@gmail.com>
2438         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2439         as default on darwin and windows systems.
2441 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2443         * arc-mode.el (archive-zip-extract): Doc fix.
2445 2005-10-16  Romain Francoise  <romain@orebokech.com>
2447         * mouse.el (mouse-1-click-follows-link): Doc fix.
2449 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * savehist.el: Don't require CL at runtime.
2452         (savehist-xemacs): Remove.
2453         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2454         (savehist-no-conversion): Use (featurep 'xemacs).
2455         (savehist-load): Check existence of start-itimer rather than XEmacs.
2456         Use an idle timer.
2457         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2458         `delete-if-not'.
2460 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2462         * savehist.el: Newer version.
2463         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2464         (savehist-last-checksum, savehist-no-conversion): New vars.
2465         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2466         New functions.
2467         (savehist-load, savehist-save): Use them.
2468         (savehist-delimit): Remove.
2470 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * progmodes/compile.el (compilation-goto-locus): Display the
2473         compilation buffer first and the source buffer second, in case they're
2474         in overlapping frames.  Don't raise the compilation frame if it was the
2475         selected window upon entry.  Pass the `other-window' arg to
2476         pop-to-buffer.
2478         * info.el (Info-fontify-node): Use dolist.
2479         Change add-text-properties to put-text-property.
2481 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2483         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2484         bound of search.
2486 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2488         * dabbrev.el (dabbrev-completion): Pass the common
2489         prefix substring of completion to `display-completion-list'.
2491         * filecache.el (file-cache-minibuffer-complete)
2492         (file-cache-complete): Ditto.
2494         * tempo.el (tempo-display-completions): Ditto.
2496         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2498         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2500         * eshell/em-hist.el (eshell-list-history): Ditto.
2502         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2504         * mail/mailalias.el (mail-complete): Ditto.
2506         * progmodes/etags.el (complete-tag): Ditto.
2508         * progmodes/make-mode.el (makefile-complete): Ditto.
2510         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2512         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2514         * progmodes/pascal.el (pascal-complete-word)
2515         (pascal-show-completions): Ditto.
2517         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2519         * simple.el (completion-common-substring): New variable.
2520         (completion-setup-function): Use `completion-common-substring'
2521         to put faces.
2523 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2525         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2526         (x-get-selection, mac-select-convert-to-string): Convert from/to
2527         UTF-16 clipboard data as in native byte order, no BOM.
2529 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2531         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2532         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2533         (gud-sentinel): Use speedbar-frame to check for speedbar.
2535 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2537         * savehist.el: New file.
2539 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2541         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2542         Fix bug in \bf fontification.
2544 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * pcvs.el (cvs-edit-log-files): New var.
2547         (cvs-mode-edit-log): New arg `file'.
2548         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2549         Instead force the use of the original file and nothing else.
2550         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2551         the cvs-minor-wrap-function is set.
2552         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2554 2005-10-14  Bill Wohler  <wohler@newt.com>
2556         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2557         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2558         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2559         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2560         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2561         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2562         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2563         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2564         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2565         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2566         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2567         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2568         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2569         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2570         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2572         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2573         appropriately (for example, gud-break to gud/break).
2575 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2577         * longlines.el (longlinges-search-function)
2578         (longlines-search-forward, longlines-search-backward): New functions.
2579         (longlines-mode): Set isearch-search-fun-function to
2580         longlinges-search-function.
2582         * mouse.el (mouse-drag-region-1): Handle the case where a
2583         double-click event is bound to an arbitrary function.
2585 2005-10-14  David Ponce  <david@dponce.com>
2587         * recentf.el (recentf-track-opened-file)
2588         (recentf-track-closed-file, recentf-update-menu)
2589         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2590         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2591         mouse-1-click-follows-link.
2593 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2595         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2596         Gnome file-manager.png.  Suggested by
2597         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2599         * toolbar/README: Add diropen.xpm.
2601 2005-10-13  Bill Wohler  <wohler@newt.com>
2603         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2604         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2606 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2608         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2609         Don't waste the byte-compiler's time on constant data.
2611 2005-10-13  Kenichi Handa  <handa@m17n.org>
2613         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2614         byte with `escape-glyph' face.
2616         * international/fontset.el (ccl-encode-unicode-font):
2617         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2618         Handle the case that ucs-mule-to-mule-unicode translates a character to
2619         ASCII (usually for IPA characters).
2621 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2624         Don't hide the underline of titles if font-lock-mode is disabled.
2626 2005-10-12  Bill Wohler  <wohler@newt.com>
2628         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2629         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2630         files in MH-E-SRC have been updated.
2631         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2633 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2635         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2636         (mixal-mode-syntax-table): Add \n as end-comment.
2637         (mixal-operation-codes-alist): Immediately initialize to full value.
2638         (mixal-add-operation-code): Remove.
2639         (mixal-describe-operation-code): Make the arg non-optional.
2640         Use the interactive spec instead.
2641         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2642         (mixal-font-lock-keywords): Don't highlight comments here any more.
2643         (mixal-font-lock-syntactic-keywords): New var.
2644         (mixal-mode): Use it.  Fix comment-start-skip.
2646 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2648         * startup.el (command-line-x-option-alist): -nb => -nbi
2650 2005-10-12  Kim F. Storm  <storm@cua.dk>
2652         * startup.el (fancy-splash-default-action): Discard mouse click in
2653         the splash screen window, as it has no sensible meaning in the
2654         next window to be selected.  Fixes error reported by Jan D.
2656 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2658         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2660 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2663         Try to fix up minor layout issues like indentation, line break, etc...
2664         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2665         because it doesn't work.
2666         (mixal-operation-codes): Add some more codes.
2667         (mixal-font-lock-keywords): Process comments here.
2668         (mixal-mode): mixasm no longer needs -g option.
2670 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2672         * progmodes/sh-script.el (sh-tmp-file):
2673         Use mktemp -t.  Finish support for es and rc shells.
2675 2005-10-11  Jay Belanger  <belanger@truman.edu>
2677         * calc/calcalg2.el (calc-integral): With an argument, compute the
2678         definite integral.
2680 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2682         * mouse.el (mouse-drag-region-1): Don't try to catch a
2683         double-click when doing follow-link (it's overridden anyway).
2685 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2687         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2688         (autoload-print-form-outbuf): Add docstring.
2690 2005-10-11  Juri Linkov  <juri@jurta.org>
2692         * info.el (Info-mode-menu): Delete menu item "Edit".
2693         (Info-mode): Delete description of Info-edit from docstring,
2694         and rearrange descriptions of Info commands in the order
2695         they are documented in the Info manual.
2697 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * calendar/appt.el (appt-check): Use diary-selective-display var.
2701 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2703         * net/newsticker.el (newsticker-start, newsticker-show-news):
2704         Add autoload cookies.
2706 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2708         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2710 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2712         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2714 2005-10-10  Jay Belanger  <belanger@truman.edu>
2716         * calc/calc-arith.el (math-check-known-scalarp)
2717         (math-check-known-matrixp): Check the values of arguments that are
2718         variables.
2719         (math-check-known-square-matrixp): New function.
2720         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2721         (math-super-types): Add sqmatrix type.
2723         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2724         mode name `square' to 'sqmatrix'.
2726         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2727         mode name `square' to 'sqmatrix'.
2729 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * progmodes/etags.el (select-tags-table-mode): Don't use
2732         selective-display.
2733         (tags-select-tags-table): Pass `button' to the action function.
2734         (select-tags-table): Place the side-info on button properties rather
2735         than in hidden text.  Abbreviate file names.
2736         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2737         (select-tags-table-select): Add `button' argument.
2738         Get side-info from the button property rather than from hidden text.
2740 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2742         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2743         (gud-speedbar-buttons): Preserve point if possible.
2744         (gud-sentinel): Restore previous speedbar display type.
2746         * progmodes/gdb-ui.el (gdba): Improve diagram.
2747         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2748         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2749         Call get-buffer-window once.
2751 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2754         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2755         (pascal-indent-command): Remove unused var `ind'.
2756         (pascal-indent-case): Remove unused var `oldpos'.
2757         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2758         since it's now used as a proper minor mode map.
2759         (pascal-outline): Rename to pascal-outline-mode.
2760         (pascal-outline-mode): Use define-minor-mode.
2761         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2762         selective-display.
2764 2005-10-10  Andreas Schwab  <schwab@suse.de>
2766         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2767         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2769         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2770         outside source directory.
2772 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2774         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2775         C-x' as a prefix.
2776         (orgtbl-mode-map): Full keymap instead of sparse, because all
2777         `self-insert-command' keys are redefined in this map.
2778         (org-export-as-html): Specify charset for HTML file, by taking it
2779         from the coding system.
2781 2005-10-10  Kenichi Handa  <handa@m17n.org>
2783         * textmodes/flyspell.el (flyspell-check-word-p):
2784         If unread-command-events is non-empty, don't call sit-for.
2786 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2788         * font-lock.el (font-lock-syntactic-keywords)
2789         (font-lock-keywords): Doc fixes.
2791         * textmodes/flyspell.el (flyspell-external-point-words):
2792         Simplify logic, and don't try to check for consecutive appearances
2793         of one incorrect word.
2795 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2797         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2798         separator.
2800         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2801         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2802         (gud-expansion-speedbar-buttons): New function.
2803         (gud-speedbar-buttons): Check for gud-comint-buffer.
2805 2005-10-09  Bill Wohler  <wohler@newt.com>
2807         * Makefile.in (updates): Add mh-loaddefs dependency.
2809 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2811         * speedbar.el (speedbar-file-key-map): Fix typo.
2813 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2815         * cus-start.el (line-spacing): Add custom spec.
2817 2005-10-09  Romain Francoise  <romain@orebokech.com>
2819         * textmodes/ispell.el (ispell-check-version): Fix last change.
2821 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2823         * term/x-win.el: Remove -i, --icon-type from comment.
2825         * startup.el (command-line-x-option-alist): Remove options -i,
2826         -itype, --icon-type, added -nb, --no-bitmap-icon
2828 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2830         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2831         instead of :active.
2833 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2835         * textmodes/ispell.el (ispell-check-version):
2836         Ignore hyphen, and all that follows, in aspell's version text.
2838 2005-10-08  Jay Belanger  <belanger@truman.edu>
2840         * calc/calc-arith.el (math-known-square-matrixp): New function.
2841         (math-pow-fancy): Check for matrices before distributing exponent
2842         across products.
2844         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2845         fullscreen keypad.  Suggested by Luc Teirlinck.
2846         (calc-keypad-show-input): Add space for formatting.
2848         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2849         Add square matrix option.
2851         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2852         of checking calc-matrix-mode when deciding how to expand.
2854         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2856 2005-10-08  Lars Hansen  <larsh@soem.dk>
2858         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2859         Add error handling.
2860         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2862 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2864         Sync with Tramp 2.0.51.
2866         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2867         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2868         Insert special handling for `last-coding-system-used', again
2869         it still seems to be necessary (unlike stated before).
2870         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2871         (tramp-password-prompt-regexp): There might be other words before
2872         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2873         (tramp-chunksize): Improve docstring.
2874         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2875         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2876         Christian Joergensen <bugs@razor.dk>.
2878 2005-10-07  Glenn Morris  <rgm@gnu.org>
2880         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2881         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2882         precision'.
2884 2005-10-07  Romain Francoise  <romain@orebokech.com>
2886         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2887         (ibuffer-do-shell-command-pipe-replace)
2888         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2889         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2890         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2891         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2892         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2893         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2894         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2895         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2896         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2897         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2898         Autoload file sans suffix.
2900         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2902 2005-10-07  David Ponce  <david@dponce.com>
2904         * recentf.el (recentf-menu-open-all-flag): New option.
2905         (recentf-digit-shortcut-command-name): New function.
2906         (recentf--shortcuts-keymap): New variable.
2907         (recentf-menu-shortcuts): New variable.
2908         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2909         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2910         (recentf-menu-value-shortcut): New function.
2911         (recentf-make-menu-item): Use it.  No more in-lined.
2912         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2913         (recentf-open-most-recent-file): Rename from
2914         `recentf-open-file-with-key'.  Don't depend on key binding.
2915         (recentf-mode-map): New variable.
2916         (recentf-mode): Use it.
2918 2005-10-06  Bill Wohler  <wohler@newt.com>
2920         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2922         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2923         (MH-E-SRC): New.  Used by mh-autoloads.
2924         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2925         files in MH-E-SRC have been updated.
2926         (compile, recompile, bootstrap): Depend on mh-autoloads.
2928 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2930         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2931         gud-break and gud-remove icons when the fringe is not available.
2933         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2934         Typo.
2936 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2938         * play/zone.el (zone): Wrap body with save-window-excursion.
2940 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2943         Use the new `list-only' arg to diary-list-entries.
2945         * calendar/diary-lib.el: Use overlays rather than selective-display.
2946         (diary-selective-display): New var.
2947         (diary-header-line-format): Use it.
2948         (diary-list-entries): Add argument `list-only'.
2949         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2950         Replace \^M by invisible overlays.
2951         (diary-unhide-everything): Replace \^M by invisible overlays.
2952         (print-diary-entries): Look for overlays rather than \^M.
2953         Add a space to the temp buffer name.
2954         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2955         Put the buffer in diary-mode.
2956         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2957         (diary-anniversary): Make the year arg optional.
2958         (diary-time-regexp): New const.
2959         (diary-font-lock-keywords): Use it to accept a few more time formats.
2961         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2963 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2965         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2966         Fix bug introduced 2005-07-03: Use (car (last ...))
2967         to faithfully reproduce replaced artist-last.
2968         (artist-set-arrow-points-for-poly): Likewise.
2969         Suggested by Johan Bockg\e,Ae\e(Brd.
2971 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2973         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2974         * wid-edit.el (widget):
2975         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2976         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2978 2005-10-06  Kenichi Handa  <handa@m17n.org>
2980         * international/mule-cmds.el (set-language-environment):
2981         Fix setting up of case-table for unibyte mode.
2983         * simple.el (what-cursor-position): If the character is displayed
2984         by some `display' text property, show that.  Don't use
2985         single-key-description for eight-bit characters in multibyte mode.
2987 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2989         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2990         (gdb-ann3): Set it.
2991         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2992         (gdb-info-frames-custom): Use inverse-video for first five
2993         characters of selected frame only.
2994         (gdb-get-frame-number): Select frame even when point is on frame
2995         number.
2997 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2999         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3000         Put `font-lock-function-name-face'.
3001         (gdb-info-frames-custom): Put `font-lock-function-name-face'
3002         and `font-lock-variable-name-face'
3003         (gdb-registers-font-lock-keywords): New font lock keywords definition.
3004         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3005         (gdb-memory-font-lock-keywords): New font lock keywords definition.
3006         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3007         (gdb-local-font-lock-keywords): New font lock keywords definition.
3008         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3009         (gdb-threads-font-lock-keywords): New font lock keywords definition.
3010         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3012 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
3014         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3015         (ediff-merge-region-is-non-clash-to-skip): Previously called
3016         ediff-merge-region-is-non-clash.
3018         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3019         Use insert-buffer-substring.
3021         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3022         selecting files to patch.  Also bug fixes.
3024         * ediff-util.el (ediff-setup): Bug fix.
3025         (ediff-next-difference): Never skip clashes that differ in white
3026         space only.
3028         * ediff-wind.el (ediff-setup-control-frame)
3029         (ediff-destroy-control-frame): Check the menubar feature.
3031         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3032         (viper-refresh-mode-line): Use make-local-variable to localize
3033         some vars instead of make-variable-buffer-local.  Suggested by
3034         Stefan Monnier.
3036         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3037         (viper-restore-cursor-type, viper-set-insert-cursor-type):
3038         Use make-local-variable instead of make-variable-buffer-local.
3039         Suggested by Stefan Monnier.
3041         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3042         (viper-comint-mode-hook): Use make-local-variable on
3043         require-final-newline.
3044         (viper-non-hook-settings): Don't use make-variable-buffer-local.
3046 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3049         also the second char of a comment-start sequence.
3050         (scheme-sexp-comment-syntax-table): New var.
3051         (lambda, define): Set their scheme-doc-string-elt property.
3052         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3053         Use lisp-font-lock-syntactic-face-function now that it properly
3054         handles |...| symbols.
3055         (scheme-mode-variables): Set lisp-doc-string-elt-property,
3056         parse-sexp-lookup-properties and font-lock-extra-managed-props.
3058         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3059         bit from # to |.
3060         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3062         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3063         (lisp-doc-string-elt-property): New var.
3064         (lisp-font-lock-syntactic-face-function): Use it.
3065         Rewrite to recognize docstrings even for forms not at toplevel.
3067         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3068         annotation on the | part of #| rather than on the # part.
3069         (scheme-font-lock-syntactic-face-function): New function, to
3070         distinguish strings from |...| symbols.
3071         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
3072         syntax-table so that #|...|# is properly highlighted.
3074         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3075         Don't mark as docstring the 3rd elem of an unknown toplevel form.
3077 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3079         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3080         and C-e.
3082         * emacs-lisp/eldoc.el: Move comments into docstrings.
3083         (eldoc-message-commands): Initialize in its declaration.
3084         Add move-beginning-of-line and move-end-of-line.
3085         (eldoc-add-command, eldoc-add-command-completions)
3086         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3088         * outline.el (outline-mark-subtree): Activate the mark.
3090         * calendar/appt.el (appt-time-regexp): New var.
3091         (appt-add, appt-make-list): Use it.
3092         (appt-convert-time): Clean up.
3094         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3095         Don't set any syntax-table property here.
3096         (tex-font-lock-verb): New function.  Do it here.
3097         (tex-font-lock-syntactic-keywords): Use it.
3099 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3101         * wid-edit.el (widget-file-complete): Get the widget start point
3102         the right way.  Default directory to `/' if file has none.
3104         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3106         * textmodes/flyspell.el (flyspell-mode-on):
3107         Call ispell-maybe-find-aspell-dictionaries.
3109         * textmodes/ispell.el (ispell-word, ispell-region):
3110         Call ispell-maybe-find-aspell-dictionaries.
3111         (ispell-accept-buffer-local-defs):
3112         Don't call ispell-maybe-find-aspell-dictionaries
3114 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3116         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3118 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3120         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3121         instead of `fboundp' in order to allow for anonymous functions.
3123 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3125         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3126         case the user clicks on the link while another window is selected.
3127         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3129         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3130         functionality.
3131         (dframe-help-echo): Save point in case mouse tracking is off.
3133 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3135         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3137 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3140         not change the global value of those vars.
3142         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3143         make-local-variable which we do not need any more.
3145 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3147         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3148         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3149         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3150         (speedbar-path-line): Define obsolete aliases.
3151         (speedbar-line-directory): Doc fix.
3153         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3154         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3155         instead of speedbar-line-path.
3157 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3159         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3160         to nil if dropping on a window.  Handle dropping on a minibuffer window
3161         like dropping on a non-window part of Emacs.
3163 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * net/ange-ftp.el: Use with-current-buffer.
3166         (ange-ftp-insert-directory): Do not follow symlinks any more.
3168         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3169         Remove interactive spec.
3171 2005-10-03  Kim F. Storm  <storm@cua.dk>
3173         * ido.el (ido-mode): Use custom-initialize-set.
3175 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3177         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3178         Use insert-buffer-substring.
3180         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3181         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3183 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3186         in last change.
3187         (ange-ftp-insert-directory): Fix up the search for the case where
3188         `file' is absolute.
3190 2005-10-02  Romain Francoise  <romain@orebokech.com>
3192         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3194 2005-10-02  Andreas Schwab  <schwab@suse.de>
3196         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3197         directory component in the session info.
3199 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3201         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3203         * simple.el (next-error-internal): New function.
3205         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3206         (compilation-start): Pass new arg to compilation-buffer-name.
3207         (compile-goto-error): Use next-error-internal.
3209 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3211         * speedbar.el: Remove RCS tag.
3212         (speedbar-check-read-only): Handle non-existent files.
3214         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3216         * info.el (Info-speedbar-hierarchy-buttons)
3217         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3219 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3221         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3222         Do not match newline.
3223         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3224         (bibtex-summary): Remove unnecessary save-excursion.
3225         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3227 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3229         * term/mac-win.el: Add charset info for "iso10646-1".
3230         Modify default fontset to use ATSUI-compatible fonts for some charsets
3231         if available.
3233 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3235         * speedbar.el: Re-apply arch tag.
3236         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3237         M. Ludlam.
3238         Reapply two changes from Emacs CVS' version of speedbar lost
3239         during the merge:
3240         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3241         (speedbar-frame-parameters): Improve customize type.
3243 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3246         (ange-ftp-file-directory-p): Fix the symlink case.
3247         (ange-ftp-insert-directory): When listing a single file, get a list of
3248         the parent buffer and extract the relevant line.  Inspired from a patch
3249         by Katsumi Yamaoka <yamaoka@jpl.org>.
3250         (ange-ftp-file-name-sans-versions): Simplify.
3252 2005-09-30  Bill Wohler  <wohler@newt.com>
3254         Move MH-E image files from toolbar and mail directories into
3255         etc/images.
3257         * mail/reply2.*: Move to etc/images/mail/reply*.
3259         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3260         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3261         etc/images.
3263         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3264         * toolbar/reply*: Move to etc/images/mail.
3266         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3268 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3270         * speedbar.el: New version 1.0pre3.
3272         Frame management code (including timer, and mouse click specifics)
3273         moved to dframe.el:
3274         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3275         (speedbar-timer): Removed.  Use dframe-timer.
3276         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3277         (speedbar-activity-change-focus-flag): Removed.  Use
3278         dframe-activity-change-focus-flag.
3279         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3280         dframe-update-speed.
3282         (speedbar-current-frame): New macro.  Use this instead of the
3283         variable speedbar-frame.
3285         (speedbar-use-images, speedbar-expand-image-button-alist)
3286         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3288         (speedbar-find-image-on-load-path): Removed.  Replaced by
3289         defezimage in ezimage.el.
3290         (speedbar-expand-image-button-alist): Removed.  Replaced by
3291         ezimage-expand-image-button-alist in ezimage.el.
3293         (speedbar-ignored-directory-regexp)
3294         (speedbar-add-ignored-directory-regexp)
3295         (speedbar-ignored-directory-expressions)
3296         (speedbar-line-directory, speedbar-buffers-line-directory)
3297         (speedbar-directory-line, speedbar-buffers-line-directory):
3298         Renamed, replacing `path' with `directory'.
3300         (speedbar-create-directory, speedbar-expand-line-descendants)
3301         (speedbar-toggle-line-expansion)
3302         (speedbar-contract-line-descendants): New commands.
3304         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3305         (speedbar-use-tool-tips-flag): New options.
3307         (speedbar-check-read-only, speedbar-require-version)
3308         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3309         (speedbar-handle-delete-frame, speedbar-try-completion)
3310         (speedbar-update-localized-contents): New functions.
3312         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3313         (speedbar-object-read-only-indicator): New variables.
3315         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3316         New hooks.
3318         (speedbar-separator-face): New face.
3320         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3321         (speedbar-ignored-modes): Add fundamental-mode.
3322         (speedbar-directory-unshown-regexp): Add . directories.
3324         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3325         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3326         `]' for full expand/close.
3327         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3329         (speedbar-check-vc): Support hidden files.
3330         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3331         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3332         state is nil, it is not checked out.
3334         (speedbar-line-text, speedbar-line-token): Support expand buttons
3335         with no text.
3336         (speedbar-refresh): Universal argument acts as power-click.
3337         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3338         that buffer to get variable values.
3340         And many other bugfixes.
3342         * dframe.el, ezimage.el, sb-image.el: New files.
3344         * sb-*.xpm: Remove files.  New image files installed into
3345         etc/images/ezimage.
3347 2005-09-30  Kenichi Handa  <handa@m17n.org>
3349         * ps-mule.el (ps-mule-show-warning): If a character is in
3350         ps-print-translation-table, don't treat it as non-printable.
3352 2005-09-30  David Ponce  <david@dponce.com>
3354         * tree-widget.el (tree-widget-themes-load-path): New variable.
3355         (tree-widget-themes-directory): Doc fix.
3356         (tree-widget-image-formats) [Emacs]: Doc fix.
3357         (tree-widget--locate-sub-directory): New function.
3358         (tree-widget-themes-directory): Use it.
3360         * recentf.el (recentf-filename-handlers): Rename from
3361         `recentf-filename-handler'.  Allow a list of functions.
3362         (recentf-menu-items-for-commands): Fix :help strings.
3363         (recentf-apply-filename-handlers): New function.
3364         (recentf-expand-file-name): Use it.
3365         (recentf-cleanup): Remove duplicates too.
3367 2005-09-29  Juri Linkov  <juri@jurta.org>
3369         * faces.el: Rearrange face definitions to be in the same order as
3370         their face descriptions in "(emacs)Standard Faces".
3372         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3374         * tooltip.el (tooltip): Add group `basic-faces'.
3376         * buff-menu.el (Buffer-menu-buffer): Remove group
3377         `font-lock-highlighting-faces'.
3379         * progmodes/compile.el (compilation-error, compilation-warning)
3380         (compilation-info, compilation-line-number, compilation-column-number):
3381         Change group from `font-lock-highlighting-faces' to `compilation'.
3383         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3384         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3385         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3386         (vhdl-font-lock-reserved-words-face)
3387         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3388         `font-lock-highlighting-faces'.
3390         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3392 2005-09-28  Kim F. Storm  <storm@cua.dk>
3394         * emulation/cua-base.el: Set CUA move property on additional commands:
3395         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3396         forward-sexp, backward-sexp, forward-list, backward-list.
3398 2005-09-28  Romain Francoise  <romain@orebokech.com>
3400         * comint.el (comint-show-output): Really set point at the
3401         beginning of the output when not using `comint-use-prompt-regexp'.
3403 2005-09-27  Jay Belanger  <belanger@truman.edu>
3405         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3406         in TeX mode.
3408 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3410         * textmodes/org.el (org-table-sum): Fix format string.
3412         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3413         Quote face names.
3415 2005-09-26  Romain Francoise  <romain@orebokech.com>
3417         * isearch.el (isearch-forward-regexp): Close doc string.
3419 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3421         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3423         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3425         * progmodes/compile.el (compilation-error-properties):
3426         When getting the file from the previous error message,
3427         correctly decode the new data format.
3429         * progmodes/cc-cmds.el (c-electric-paren):
3430         Call old-blink-paren only for close-paren.
3432 2005-09-24  Andreas Schwab  <schwab@suse.de>
3434         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3435         condition.
3437 2005-09-25  Romain Francoise  <romain@orebokech.com>
3439         * dired-aux.el (dired-copy-file-recursive):
3440         * dired.el (dired-delete-file):
3441         * ediff-mult.el (ediff-dir-diff-copy-file):
3442         * ediff-util.el (ediff-test-save-region):
3443         * forms.el (forms-mode):
3444         * ido.el (ido-file-internal, ido-delete-file-at-head):
3445         * log-edit.el (log-edit-done):
3446         * ses.el (ses-yank-resize):
3447         * play/gomoku.el (gomoku-human-plays, gomoku)
3448         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3449         (gomoku-offer-a-draw):
3450         * play/landmark.el (lm-human-resigns, lm):
3451         * net/eudcb-ldap.el (eudc-ldap-check-base):
3452         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3453         * progmodes/ebrowse.el (ebrowse-find-pattern):
3454         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3455         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3456         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3458         * vc.el (vc-delete-file):
3459         * play/gomoku.el (gomoku-terminate-game, gomoku)
3460         (gomoku-prompt-for-move, gomoku-human-takes-back):
3461         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3462         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3464 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3466         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3467         color rxvt terminals by using the code xterm.el used to use before
3468         2005-04-09 in order to match the colors used by rxvt.
3470 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3472         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3473         colors rxvt-unicode terminals by using the same code as xterm.el.
3475 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3478         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3479         new symbol used for the tex-verbatim face.
3481 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3483         * woman.el (woman-file-name):
3484         * wid-edit.el (widget-file-prompt-value)
3485         (widget-coding-system-prompt-value):
3486         * w32-fns.el (set-w32-system-coding-system):
3487         * vc.el (vc-version-diff, vc-annotate):
3488         * textmodes/reftex-auc.el (reftex-arg-cite)
3489         (reftex-arg-index-tag):
3490         * textmodes/refer.el (refer-get-bib-files):
3491         * textmodes/artist.el (artist-figlet-choose-font):
3492         * terminal.el (terminal-emulator):
3493         * replace.el (occur-read-primary-args):
3494         * rect.el (string-rectangle, string-insert-rectangle):
3495         * ps-print.el (ps-print-preprint):
3496         * progmodes/pascal.el (pascal-goto-defun):
3497         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3498         * progmodes/compile.el (compilation-find-file):
3499         * printing.el (pr-interactive-n-up):
3500         * play/animate.el (animate-birthday-present):
3501         * net/rcompile.el (remote-compile):
3502         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3503         * mail/rmailsum.el (rmail-summary-search-backward)
3504         (rmail-summary-search):
3505         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3506         (rmail-output-read-file-name):
3507         * mail/rmail.el (rmail-search, rmail-search-backwards):
3508         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3509         * locate.el (locate):
3510         * international/quail.el (quail-show-keyboard-layout):
3511         * international/mule.el (set-buffer-file-coding-system)
3512         (revert-buffer-with-coding-system, set-file-name-coding-system)
3513         (set-terminal-coding-system, set-keyboard-coding-system)
3514         (set-next-selection-coding-system):
3515         * international/mule-diag.el (describe-coding-system)
3516         (describe-font, describe-fontset):
3517         * international/mule-cmds.el (universal-coding-system-argument)
3518         (search-unencodable-char, describe-input-method)
3519         (set-language-environment, describe-language-environment):
3520         * international/codepage.el (codepage-setup):
3521         * international/code-pages.el (codepage-setup):
3522         * info.el (Info-search, Info-follow-reference)
3523         (Info-search-backward):
3524         * emacs-lisp/advice.el (ad-read-advised-function)
3525         (ad-read-advice-class, ad-clear-cache, ad-activate)
3526         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3527         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3528         (ad-read-regexp):
3529         * ediff-util.el (ediff-toggle-regexp-match):
3530         * ediff-ptch.el (ediff-prompt-for-patch-file):
3531         * dired-aux.el (dired-diff):
3532         * diff.el (diff):
3533         * cus-edit.el (custom-variable-prompt):
3534         * calendar/timeclock.el (timeclock-ask-for-project):
3535         * calc/calcalg3.el (calc-get-fit-variables):
3536         * calc/calc-store.el (calc-edit-variable)
3537         (calc-permanent-variable):
3538         * vc-mcvs.el (vc-mcvs-register):
3539         * shadowfile.el (shadow-define-literal-group):
3540         * woman.el (woman-file-name):
3541         * vc.el (vc-version-diff, vc-merge):
3542         * textmodes/reftex-index.el (reftex-index-complete-tag):
3543         * format.el (format-decode-buffer, format-decode-region):
3544         * emulation/viper-cmd.el (viper-read-string-with-history):
3545         * emacs-lisp/debug.el (cancel-debug-on-entry):
3546         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3547         * ediff.el (ediff-merge-revisions)
3548         (ediff-merge-revisions-with-ancestor, ediff-revision):
3549         * completion.el (interactive-completion-string-reader):
3550         * calc/calc-prog.el (calc-user-define-formula):
3551         Follow convention for reading with the minibuffer.
3553 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3555         * progmodes/python.el (python-describe-symbol): Add globals() and
3556         locals() to the arguments of emacs.ehelp.
3558 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3560         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3561         New function, code extracted from ispell-valid-dictionary-list.
3562         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3563         Call it.
3565 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3567         * subr.el (version-regexp-alist): Extend valid syntax for version
3568         strings: allow any of the characters -,_,+ to separate the
3569         alpha/beta/rc part from the version part.  Doc fix.
3570         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3572 2005-09-23  David Reitter  <david.reitter@gmail.com>
3574         * mail/mailclient.el: New file.
3576 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3578         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3579         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3580         Doc fixes.
3582         * progmodes/cc-mode.el (c-font-lock-init):
3583         Specify font-lock-lines-before.
3585 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3588         whole conflict.
3590 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3592         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3593         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3594         of `remap' feature when available.  Additional key bindings for
3595         better tty support.
3596         (org-mode-restart, org-force-self-insert): New commands.
3597         (org-time-stamp-inactive): New command.
3598         (org-remap): New function.
3599         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3600         (org-enable-fixed-width-editor): Move to `org-structure'
3601         customization group.
3602         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3603         blank field after field motion commands.
3605 2005-09-23  Kenichi Handa  <handa@m17n.org>
3607         * international/mule-cmds.el (set-language-environment):
3608         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3609         have to call utf-translate-cjk-load-tables.
3611 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3613         * mouse.el (mouse-move-drag-overlay): Fix last change.
3615 2005-09-22  David Ponce  <david@dponce.com>
3617         * tree-widget.el (tree-widget-value-create): Fix previous change.
3619 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3621         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3623 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * mouse.el (mouse-move-drag-overlay): New function.
3626         (mouse-drag-region-1): Use it.
3627         Try to simplify a bit the state handling.  Handle clicks on links
3628         inside intangible areas.
3629         (mouse-save-then-kill): Minor simplification.
3630         (mouse-secondary-overlay): Make it always non-nil instead of
3631         recreating it each time.
3632         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3633         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3634         Simplify accordingly.
3636 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3638         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3640 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3642         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3643         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3644         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3645         to patch.
3647         * ediff-util.el: Use insert-buffer-substring.
3649         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3651         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3652         field boundaries in the minibuffer.
3653         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3654         (viper-minibuffer-post-command-hook): New hook.
3655         (viper-line): Don't move cursor at bolp.
3657         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3659         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3660         avoid compiler warnings.
3662         * emulation/viper-macs.el (ex-map): Better messages.
3664         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3666         * emulation/viper.el: Replace make-variable-buffer-local with
3667         viper-make-variable-buffer-local everywhere, to avoid warnings.
3669 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3672         Delete unused var `old-selected-window'.
3673         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3674         (mouse-drag-secondary): Delete unused var `start-frame'.
3676 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3678         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3680 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3683         Re-indent within 80 columns.  Use inhibit-read-only.
3685 2005-09-19  Romain Francoise  <romain@orebokech.com>
3687         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3689 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3692         unconditionally, since the after-change-function already did it.
3694 2005-09-19  Miles Bader  <miles@gnu.org>
3696         * net/newsticker.el: Get rid of CVS keyword.
3698 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3700         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3701         The prompt is formatted later.
3703 2005-09-19  David Ponce  <david@dponce.com>
3705         * tree-widget.el (tree-widget-value-create): Save the converted
3706         tree :node widget.
3708 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3710         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3711         variable `message'.
3713 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3716         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3717         <slawomir.nowaczyk.847@student.lu.se>.
3719 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3721         * image.el (image-load-path): Use symbol `data-directory' instead
3722         of its value, for backward compatibility with packages that bind
3723         it during `find-image'.  Suggested by Katsumi Yamaoka.
3724         (image-search-load-path): Handle symbols whose values are strings.
3726 2005-09-18  Romain Francoise  <romain@orebokech.com>
3728         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3729         with-current-buffer form in save-excursion.
3731 2005-09-18  D Goel  <deego@gnufans.org>
3733         * apropos.el (apropos-command): Fix `message' call: first arg
3734         should be a format spec.  In this and all other cases that appear
3735         below and elsewhere in the source code, I made a change only when
3736         two conditions were satisfied: [1] I can think of a possibility
3737         that the arguments would cause an error, for example, the code in
3738         question relies on external variables such as filenames.  [2] I
3739         was sure that the arg to `message' could not have been nil in the code.
3741         * textmodes/tildify.el (tildify-region): Ditto.
3743         * textmodes/reftex-index.el (reftex-index-change-entry)
3744         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3745         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3746         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3747         (org-priority, org-table-sum):
3748         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3749         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3750         (flyspell-word, flyspell-display-next-corrections):
3751         * textmodes/bibtex.el (bibtex-print-help-message):
3752         * textmodes/artist.el (artist-key-set-point-poly):
3753         * term/mac-win.el (mac-services-insert-text):
3754         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3755         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3756         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3757         (vhdl-compose-configuration):
3758         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3759         (sh-set-indent, sh-learn-line-indent):
3760         * progmodes/ps-mode.el (ps-mode-target-column):
3761         * progmodes/idlwave.el (idlwave-make-tags)
3762         (idlwave-scan-library-catalogs):
3763         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3764         * progmodes/gud.el (gud-jdb-analyze-source):
3765         * progmodes/flymake.el (flymake-log):
3766         * progmodes/ebnf2ps.el (ebnf-generate-region):
3767         * progmodes/cmacexp.el (c-macro-expansion):
3768         * progmodes/ada-xref.el (ada-treat-cmd-string):
3769         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3770         (ada-justified-indent-current, ada-batch-reformat):
3771         * play/zone.el (zone):
3772         * play/landmark.el (lm-move):
3773         * play/decipher.el (decipher-show-alphabet):
3774         * net/newsticker.el (newsticker--display-jump)
3775         (newsticker--display-scroll):
3776         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3777         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3778         * mail/feedmail.el (feedmail-dump-message-to-queue):
3779         * eshell/esh-proc.el (eshell-remove-process-entry):
3780         * emulation/ws-mode.el (ws-last-error):
3781         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3782         (viper-record-kbd-macro):
3783         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3784         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3785         * emacs-lisp/find-func.el (find-function-noselect):
3786         * calendar/timeclock.el (timeclock-status-string)
3787         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3788         (timeclock-when-to-leave-string):
3789         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3790         * calc/calc-units.el (calc-enter-units-table):
3791         * calc/calc-mode.el (calc-mode-record-mode):
3792         * woman.el (woman-mini-help):
3793         * wdired.el (wdired-change-to-wdired-mode):
3794         * vc.el (vc-retrieve-snapshot):
3795         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3796         * startup.el (display-startup-echo-area-message):
3797         * simple.el (set-goal-column):
3798         * ses.el (ses-command-hook, ses-recalculate-cell):
3799         * server.el (server-process-filter):
3800         * printing.el (pr-interface-txt-print, pr-interface-printify)
3801         (pr-interface-ps):
3802         * pcvs.el (cvs-help):
3803         * log-edit.el (log-edit, log-edit-mode-help):
3804         * iswitchb.el (iswitchb-possible-new-buffer):
3805         * isearch.el (isearch-edit-string):
3806         * image-mode.el (image-mode, image-minor-mode):
3807         * ibuf-macs.el (define-ibuffer-filter):
3808         * hi-lock.el (hi-lock-find-patterns):
3809         * files.el (toggle-read-only):
3810         * ediff-util.el (ediff-copy-diff)
3811         (ediff-write-merge-buffer-and-maybe-kill):
3812         * echistory.el (Electric-history-undefined):
3813         * dnd.el (dnd-insert-text):
3814         * dired-aux.el (dired-query):
3815         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3816         * bookmark.el (bookmark-bmenu-locate):
3817         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3818         Fix `message' calls to ensure first arg is a format string.
3819         The change was made only when these two conditions were satisfied:
3820         [1] when there is a possibility that the arguments would cause an error
3821         for example, if the code in question relies on external variables
3822         such as filenames, and
3823         [2] if the arg to `message' could not have been nil in the code.
3825         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3826         Not having a %s would be weird, though not technically wrong.
3828 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3830         * term/mac-win.el (mac-add-charset-info): Doc fix.
3832 2005-09-17  Romain Francoise  <romain@orebokech.com>
3834         * shell.el (shell-resync-dirs): Handle echoing processes more
3835         reliably.  Don't insert resync command if `comint-process-echoes'
3836         is non-nil.
3838 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3840         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3841         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3842         aspell versions >= 0.60.
3843         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3844         only if ispell-aspell-supports-utf8 is non-nil.
3846 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3848         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3849         buffer-local value to lisp-indent-function.
3851 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3853         * progmodes/glasses.el (glasses-make-readable): If
3854         glasses-separator differs from underscore, put appropriate
3855         overlays over underscore characters.
3856         (glasses-convert-to-unreadable): If glasses-separator differs from
3857         underscore, try to convert glasses-separator characters to
3858         underscores.
3860 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3863         Use with-syntax-table and dolist.
3865 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3867         * textmodes/reftex-auc.el:
3868         * textmodes/reftex-cite.el:
3869         * textmodes/reftex-dcr.el:
3870         * textmodes/reftex-global.el:
3871         * textmodes/reftex-parse.el:
3872         * textmodes/reftex-ref.el:
3873         * textmodes/reftex-sel.el:
3874         * textmodes/reftex-toc.el:
3875         * textmodes/reftex-vars.el:
3876         * textmodes/reftex.el: Small changes to remove compiler warnings.
3878         * textmodes/reftex-index.el: Likewise.
3879         (reftex-query-index-phrase): More efficient use of markers.
3881 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3883         * image.el (image-load-path): New variable.
3884         (image-search-load-path): New function.
3885         (find-image): Search for images in `image-load-path'.
3887 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3889         * follow.el: Change Maintainer field.
3891 2005-09-15  David Ponce  <david@dponce.com>
3893         * recentf.el (recentf-save-file-modes): New option.
3894         (recentf-save-list): Use it.
3896 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3898         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3899         (mode-line-mule-info, mode-line-modified): Move bindings from
3900         mouse-3 to mouse-1.
3902 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3904         * simple.el (sendmail-user-agent-compose): Revert last change.
3906 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3909         Use with-current-buffer.
3910         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3911         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3912         (ange-ftp-insert-directory): Remove unused var `short'.
3913         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3915         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3916         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3918         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3919         (check-calendar-holidays, diary-list-entries): Autoload.
3920         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3921         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3923         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3924         which mistakenly removed a call to display-buffer.
3926 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3928         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3930 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3932         * progmodes/hideshow.el
3933         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3934         (hs-allow-nesting): New user var.
3935         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3936         (hs-hide-block-at-point): When nesting allowed,
3937         if there is already an overlay in place, delete it.
3938         (hs-safety-is-job-n): Delete func; remove call sites.
3939         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3940         (hs-overlay-at): New func.
3941         (hs-already-hidden-p, hs-show-block): Use it.
3942         (hs-hide-all): Don't pre-clean if nesting allowed.
3943         (hs-show-all): Temporarily disallow
3944         nesting around call to `hs-discard-overlays'.
3946 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3948         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3949         Delete unused local var.
3951 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3953         * help-fns.el (describe-categories): "?\ " -> "?\s".
3954         (help-do-arg-highlight): Recognize also ARG-n, as in
3955         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3957         * international/codepage.el (dos-unsupported-char-glyph):
3958         * net/newsticker.el (tool-bar-map, w3-mode-map)
3959         (w3m-minor-mode-map):
3960         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3961         (ent-alist):
3962         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3964 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3966         * custom.el (custom-push-theme): Handle the case where a symbol is
3967         bound but face properties have not yet been assigned.
3969         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3970         Fix behavior if noerase is `t' and there is no mail buffer.
3972         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3973         if `continue' is nil, rather than signal an error.
3975 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3977         * font-lock.el (font-lock-keywords): Add autoload.
3979         * help-fns.el (describe-variable): Rearrange to put source link
3980         in a predictable place.
3982         * net/newsticker.el: New file.
3984 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3987         (calendar-basic-setup): Use the new nil arg.
3988         (number-of-diary-entries): Move to diary-lib.el.
3990         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3991         (diary-list-entries): Use with-syntax-table and dolist.
3992         Rename from list-diary-entries.
3993         Use number-of-diary-entries if `number' is nil.
3994         (diary, diary-view-entries): Use this new name and new nil arg value.
3995         (number-of-diary-entries): Move from calendar.el.
3996         (diary-unhide-everything): New function.
3997         (include-other-diary-files, fancy-diary-display)
3998         (diary-show-all-entries, make-diary-entry): Use it.
3999         (diary-mail-entries): Use buffer-string.
4000         (mark-diary-entries): Fix long standing paren typo.
4001         (diary-sexp-entry): Use count-lines.
4002         (make-diary-entry): Avoid `previous-line'.
4003         (diary-mode-map): New var.
4004         (diary-mode): Redraw cal after saving.  Setup header-line.
4005         (fancy-diary-display-mode): Use local-set-key.
4007         * startup.el (command-line): Try calling various terminal-init-foo-bar
4008         functions by stripping hyphenated suffixes from $TERM.
4010         * files.el (normal-mode): Check boundness of font-lock-keywords.
4012 2005-09-12  Richard M. Stallman  <rms@gnu.org>
4014         * progmodes/compile.el: Don't decide a file's directory
4015         until the user actually tries to go there.
4016         (compilation-next-error-function):
4017         Pass compilation-find-file the directory from the file-struct.
4018         (compilation-internal-error-properties): Separate local FILE-STRUCT
4019         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
4020         (compilation-find-file): Arg DIR renamed to DIRECTORY.
4021         Expand it, and if nil, use default-directory.
4022         (compilation-get-file-structure): Don't mix specified directory
4023         with default directory.  Put specified directory into
4024         file-struct.  Don't make the file name absolute.
4026         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4027         (compile-command): Add autoload.
4028         (compilation-disable-input): Add autoload.
4030 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
4032         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4033         strings of the variables it can override.
4034         (time-stamp): New (as yet undocumented) time-stamp-format escapes
4035         %Q and %q, for fully-qualified domain name and unqualified host name.
4037 2005-09-11  Kim F. Storm  <storm@cua.dk>
4039         * emacs-lisp/authors.el (authors-aliases): Update list.
4040         (authors-fixed-entries): Update mldrag.el entry.
4042 2005-09-10  Alan Mackenzie  <acm@muc.de>
4044         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4045         from the region narrowed to.
4047 2005-09-10  Magnus Henoch  <mange@freemail.hu>
4049         * textmodes/ispell.el (ispell-check-version): Signal an error if
4050         aspell version is less than 0.60.
4052 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
4054         * progmodes/octave-inf.el (inferior-octave-startup):
4055         Resync current dir at the end.
4057 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
4059         * woman.el (woman-topic-at-point-default):
4060         Rename to woman-use-topic-at-point-default.
4061         (woman-topic-at-point): Rename to woman-use-topic-at-point.
4062         (woman-file-name): Reflect renames above.  Automatically use the
4063         word at point as topic if woman-use-topic-at-point is non-nil.
4064         Otherwise offer it as default but don't insert it in the
4065         minibuffer.  Also use `test-completion' instead of `assoc' as
4066         suggested by Stefan Monnier.
4068 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
4070         * vc.el (vc-directory, vc-update-change-log): Throw an error on
4071         the attempt to do it over Tramp.  This is not yet supported.
4073 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4075         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4076         (menu-bar-non-minibuffer-window-p): New functions.
4077         ("Split Window", "Save As..."): Use them.
4078         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4079         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4080         Use menu-bar-menu-frame-live-and-visible-p.
4081         ("Save Buffer", "Insert File", "Open Directory...")
4082         ("Open File...", "Visit New File..."):
4083         Use menu-bar-non-minibuffer-window-p.
4084         (kill-this-buffer-enabled-p, dired <menu-enable>):
4085         Use menu-bar-non-minibuffer-window-p.
4087 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4089         * cus-start.el (all): Don't complain about fringe-related
4090         built-ins if fringes are not supported.  Ditto about
4091         selection-related built-ins.  Fix the test for GTK-related built-ins.
4093         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4094         ("Postscript Print Buffer", "Print Region", "Save As...")
4095         ("Save", "Insert File...", "Open Directory...")
4096         ("Open File...", "Visit New File..."")
4097         ("Truncate Long Lines in this Buffer"): Don't look at
4098         menu-updating-frame if this display does not support multiple frames.
4100 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4102         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4104 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4106         * woman.el: Format- and whitespace-related changes.
4108 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4110         * woman.el: Fix my email address.
4112 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4114         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4115         (sh-mode): Locally set skeleton-pair-default-alist.
4117         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4119         * progmodes/flymake.el: Require `compile' unconditionally.
4121         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4123         * woman.el (woman-file-name): Provide a default, not initial input.
4125         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4127         * font-lock.el (font-lock-support-mode): Doc fix.
4129         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4131 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4133         * simple.el (blink-matching-open): Get rid of text props from
4134         the string shown in echo area.  Don't permanently set point.
4135         Some rearrangements.
4137 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4139         * recentf.el (recentf-filename-handler): Add custom choice
4140         `abbreviate-file-name'.
4142         * msb.el (msb--very-many-menus): Fix typo.
4144         * disp-table.el (standard-display-european): Don't set
4145         enable-multibyte-characters to nil.
4147 2005-09-08  David Ponce  <david@dponce.com>
4149         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4150         (recentf-expand-file-name): Doc fix.
4151         (recentf-dialog-mode-map): Define digit shortcuts.
4152         (recentf--files-with-key): New variable.
4153         (recentf-show-digit-shortcut-filter): New function.
4154         (recentf-open-files-items): New function.
4155         (recentf-open-files): Use it.
4156         (recentf-open-file-with-key): New command.
4158 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4160         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4161         Suggested by Kim F. Storm.
4162         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4163         (Buffer-menu-make-sort-button): Use global keymap.
4165 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4167         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4168         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4169         necessary any longer with the remapped command.
4170         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4171         formatting time only.
4173         * net/tramp.el (tramp-action-password)
4174         (tramp-multi-action-password): Compile the password prompt from
4175         `method', `user' and `host'.  Sometimes it isn't obvious which
4176         password to enter, for example with remote files offered by
4177         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4178         <robert@chezmarshall.freeserve.co.uk>.
4180 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4183         Fix regexp for when "s///" is at the beginning of line.
4185 2005-09-07  Jay Belanger  <belanger@truman.edu>
4187         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4188         when in matrix mode.
4190 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4193         non-anonymous functions.
4195 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4197         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4198         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4200         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4201         can't be moved; don't signal an error.
4203 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4205         * cus-theme.el (custom-theme-write-faces): Save the current face
4206         spec, not the defface spec.
4208         * custom.el (custom-known-themes): Clarify meaning of "standard".
4209         (custom-push-theme): Save old values in the standard theme.
4210         (disable-theme): Correct typo.
4211         (custom-face-theme-value) Deleted unused function.
4212         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4214 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * progmodes/compile.el (compilation-goto-locus): Take into account
4217         iconified frames when determining whether the buffer is
4218         already visible.
4219         Don't reset window height if the window already existed.
4221 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4223         * custom.el (load-theme): Rename from require-theme.
4224         Add interactive spec.
4225         (enable-theme): Rename from custom-enable-theme.
4226         Add interactive spec.
4227         (disable-theme): Rename from custom-disable-theme.
4228         Add interactive spec.
4229         (custom-make-theme-feature): Doc fix.
4230         (custom-theme-directory): Doc fix.
4231         (provide-theme): Call enable-theme.
4233 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * obsolete/lazy-lock.el (lazy-lock-mode):
4236         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4237         font-lock-mode if it's off.  Print a warning instead.
4239         * progmodes/compile.el (compilation-start): Ignore errors if the
4240         process died before we get to send-eof.
4242         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4243         Undo last change.  Enclosing the result in quotes broke things on Unix
4244         since tex-send-command passes it through shell-quote-argument.
4245         (tex-send-command): Pass `file' through convert-standard-filename
4246         when possible.
4247         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4248         info in a transcript.
4250 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4252         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4253         fix compilation warning. Reorder the key definitions to group
4254         together keys emitted by the current version of xterm.
4256         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4257         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4258         Reorder predicates to correct min-color usage.
4260 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4262         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4263         Kill local variables when longlines-mode is turned off.
4265 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4269         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4271         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4273         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4274         (font-lock-lines-before): Change default to being inactive.
4275         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4276         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4278 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4280         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4281         Deactivate temporarily advice if active (not needed for Emacs 22,
4282         but for backwards compatibility).
4283         (tramp-exists-file-name-handler): Rewrite.  First implementation
4284         was too simple.
4285         (tramp-advice-make-auto-save-file-name):
4286         Call `tramp-handle-make-auto-save-file-name' (again, just for
4287         backwards compatibility).
4289 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4291         * progmodes/vhdl-mode.el
4292         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4293         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4294         (vhdl-set-default-project): New function (easier setting of default).
4295         (vhdl-port-copy): Handle extended identifiers for generics.
4296         (vhdl-compiler-alist): Better description for error message regexp.
4297         (vhdl-make): Query for target, use previous as default.
4298         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4299         (vhdl-font-lock-keywords-2): Fix fontification for record
4300         el. assign.
4301         (vhdl-speedbar-make-subpack-line): Add package body link.
4302         (vhdl-generate-makefile-1): Not include itself as dependency.
4303         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4304         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4305         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4306         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4307         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4308         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4309         (vhdl-import-project): Add string argument for `error'.
4310         (vhdl-compose-configuration)
4311         (vhdl-compose-configuration-architecture): Add configuration
4312         declaration generation.
4313         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4314         (vhdl-trailer-re): Add "record" keyword (better indentation).
4315         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4316         "[^ \t-\"]+".
4317         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4318         (vhdl-testbench-entity-file-name)
4319         (vhdl-testbench-architecture-file-name): Allow separate
4320         customization of testbench file names.
4321         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4322         (vhdl-get-visible-signals): Allow newline within alias declaration.
4323         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4324         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4325         (member-ignore-case): Alias for missing function in XEmacs.
4326         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4327         (vhdl-update-sensitivity-list): Ignore case on read signals.
4328         (vhdl-replace-string): Adjust case only for file names.
4329         (vhdl-update-sensitivity-list): Fix search for read signals.
4330         (vhdl-update-sensitivity-list): Exclude formal parameters.
4331         (vhdl-get-visible-signals): Include aliases of signals.
4332         (vhdl-get-visible-signals): Fix signal name searching.
4333         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4334         (vhdl-fixup-whitespace-region): Fix for character
4335         literals (e.g. ':').
4337 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4339         * ansi-color.el (comint-last-output-start):
4340         * bs.el (font-lock-verbose):
4341         * diff-mode.el (add-log-buffer-file-name-function):
4342         * dired-x.el (vm-folder-directory):
4343         * faces.el (help-xref-stack-item):
4344         * files.el (font-lock-keywords):
4345         * find-lisp.el (dired-buffers, dired-subdir-alist):
4346         * ido.el (cua-inhibit-cua-keys):
4347         * log-view.el (cvs-minor-wrap-function):
4348         * outline.el (font-lock-warning-face):
4349         * simple.el (compilation-current-error):
4350         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4351         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4352         * tooltip.el (comint-prompt-regexp):
4353         * w32-fns.el (explicit-shell-file-name):
4354         * term/mac-win.el (mac-charset-info-alist)
4355         (mac-services-selection, mac-system-script-code):
4356         * term/tty-colors.el (msdos-color-values):
4357         * term/w32-win.el (xlfd-regexp-registry-subnum):
4358         * term/x-win.el (x-keysym-table, x-selection-timeout)
4359         (x-session-id, x-session-previous-id):
4360         * textmodes/ispell.el (mail-yank-prefix):
4361         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4362         * textmodes/org.el (calc-embedded-close-formula)
4363         (calc-embedded-open-formula)
4364         (font-lock-unfontify-region-function):
4365         * textmodes/reftex-global.el (isearch-next-buffer-function)
4366         (TeX-master):
4367         * textmodes/reftex.el (font-lock-keywords):
4368         * textmodes/tex-mode.el (font-lock-comment-face)
4369         (font-lock-doc-face):
4370         * textmodes/texinfo.el (outline-heading-alist):
4371         Add defvars.
4373         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4374         (artist-spray-chars, artist-mode-init, artist-replace-string)
4375         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4376         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4377         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4379         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4380         (conf-align-assignments): "?\ " -> "?\s".
4382         * textmodes/reftex-index.el (TeX-master): Add defvar.
4383         (reftex-index-phrases-marker): Move up defvar.
4385         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4386         (reftex-toc-include-labels-indicator)
4387         (reftex-toc-include-index-indicator)
4388         (reftex-toc-max-level-indicator): Move up declarations.
4390         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4391         of args to `tramp-run-real-handler', even if it's empty in this case.
4393 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4395         * dired.el (dired-move-to-filename-regexp): Add date format for
4396         Mac OS X 10.3 in East Asian locales.
4398 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4400         * files.el (make-auto-save-file-name): Add file name handler call
4401         if applicable.
4403         * net/tramp.el (tramp-file-name-handler-alist)
4404         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4405         (tramp-handle-make-auto-save-file-name): Rename from
4406         `tramp-make-auto-save-file-name'.
4407         (tramp-exists-file-name-handler): New defun.
4408         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4409         `make-auto-save-file-name' is not a magic file name operation.
4411 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4413         * files.el (risky-local-variable-p):
4414         Match `-predicates' and `-commands.
4416         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4417         (custom-save-all): Visit the file if necessary;
4418         kill the buffer if we created it.
4419         (custom-save-delete): Don't visit file or kill buffer here.
4421 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4423         * textmodes/org.el (org-special-keyword): New face.
4424         (org-table-copy-down, org-table-eval-formula)
4425         (org-table-recalculate, org-init-section-numbers):
4426         Use `string-to-number' instead of `string-to-int'.
4427         (org-get-location): Use `insert-buffer-substring' instead of
4428         `insert-buffer'.
4429         (org-modify-diary-entry-string): New function.
4430         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4431         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4432         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4433         active region.
4434         (org-export-as-html): Handle QUOTE keyword.
4435         (org-quote-string): New option.
4436         (org-bookmark-jump-unhide): New function, used for
4437         `bookmark-after-jump-hook'.
4438         (org-diary-default-entry): Apply only when not called through
4439         `org-agenda'.
4441 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4443         * net/eudc.el (mode-popup-menu):
4444         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4445         * progmodes/ada-mode.el (compile-auto-highlight)
4446         (skeleton-further-elements):
4447         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4448         * progmodes/cmacexp.el (msdos-shells):
4449         * progmodes/compile.el (font-lock-extra-managed-props)
4450         (font-lock-keywords, font-lock-maximum-size)
4451         (font-lock-support-mode):
4452         * progmodes/grep.el (font-lock-lines-before):
4453         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4454         * progmodes/mixal-mode.el (compile-command):
4455         * progmodes/perl-mode.el (font-lock-comment-face)
4456         (font-lock-doc-face, font-lock-string-face):
4457         * progmodes/prolog.el (comint-prompt-regexp):
4458         * progmodes/sh-script.el (font-lock-comment-face)
4459         (font-lock-set-defaults, font-lock-string-face):
4460         * progmodes/sql.el (font-lock-keyword-face)
4461         (font-lock-set-defaults, font-lock-string-face):
4462         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4463         (itimer-version, lazy-lock-defer-contextually)
4464         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4465         Add defvars.
4467         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4468         (cperl-electric-keyword, cperl-electric-pod)
4469         (cperl-electric-backspace, cperl-forward-re)
4470         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4471         (vc-rcs-header, vc-sccs-header): Add defvars.
4473         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4474         (font-lock-syntactic-keywords, gud-find-expr-function):
4475         Add defvars.
4477         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4478         (gdb-frame-parameters): Declare before use.
4480         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4481         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4482         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4483         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4485         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4486         (idlwave-help-with-source): Use `insert-buffer-substring', not
4487         `insert-buffer'.
4489 2005-08-29  Juri Linkov  <juri@jurta.org>
4491         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4492         Put outline-back-to-heading function call inside save-excursion.
4494 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4496         * man.el (Man-init-defvars, Man-translate-references)
4497         (Man-support-local-filenames, Man-highlight-references):
4498         * progmodes/sql.el (sql-interactive-mode):
4499         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4501         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4502         (compilation-mode-font-lock-keywords): Add defvars.
4503         (checkdoc-interactive-loop): "?\ " -> "?\s".
4505         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4506         (font-lock-doc-face, font-lock-string-face)
4507         (font-lock-keywords-case-fold-search): Add defvars.
4508         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4510         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4511         Don't pass X and Y (they are ignored anyway).
4512         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4513         (mouse-delete-window): Make arguments optional.
4515         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4516         (caesar-translate-table, minor-modes, news-buffer-save)
4517         (news-group-name, news-minor-modes): Add defvars.
4519         * emacs-lisp/lselect.el (mouse-highlight-priority)
4520         (x-lost-selection-functions, zmacs-regions):
4521         * emacs-lisp/pp.el (font-lock-verbose):
4522         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4523         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4524         (ses-mode-map):
4525         * emacs-lisp/tcover-unsafep.el (safe-functions):
4526         * international/mule-cmds.el (mac-system-coding-system)
4527         (mac-system-locale):
4528         * language/ethio-util.el (rmail-current-message)
4529         (rmail-message-vector):
4530         * language/thai-util.el (thai-auto-composition-mode):
4531         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4532         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4533         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4534         (vm-primary-inbox, vm-spool-files):
4535         * mail/rmail.el (deleted-head, font-lock-fontified)
4536         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4537         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4538         (total-messages):
4539         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4540         (rmail-summary-mode-map):
4541         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4542         (rmail-last-label, rmail-last-multi-labels)
4543         (rmail-summary-vector, rmail-total-messages):
4544         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4545         * mail/rmailsum.el (msgnum):
4546         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4547         (rmail-current-message):
4548         * obsolete/fast-lock.el (font-lock-face-list):
4549         * obsolete/rnewspost.el (mail-reply-buffer):
4550         * obsolete/scribe.el (compile-command):
4551         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4553 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4555         * ibuf-ext.el (ibuffer-auto-update-changed):
4556         Use `frame-or-buffer-changed-p' to check whether we need to update.
4557         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4558         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4559         as a `frame-or-buffer-changed-p' state vector instead.
4561 2005-08-27  Romain Francoise  <romain@orebokech.com>
4563         * textmodes/makeinfo.el (makeinfo-compile):
4564         Use `compilation-start'.  Set `next-error-function' according to
4565         `disable-errors'.
4566         (makeinfo-next-error): New function.
4567         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4568         (makeinfo-buffer): Likewise.
4570         * progmodes/compile.el (compilation-start): Add autoload cookie.
4572         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4573         * textmodes/sgml-mode.el: Likewise.
4574         * progmodes/python.el: Likewise.
4576 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4578         * simple.el (blink-matching-paren-distance): Document the meaning
4579         of nil value, and allow to customize to nil.
4581         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4582         command.com, not command.exe.
4584 2005-08-26  John Wiegley  <johnw@newartisans.com>
4586         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4587         code around a bit so that an extraneous nil argument is not added
4588         to a command when no args are given.
4590         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4591         double-quoted argument resolves to nil, return it as an empty
4592         string rather than as nil.  This made it impossible to pass "" to
4593         a shell script as a null string argument.
4595 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4597         * outline.el (outline-invent-heading): New fun.
4598         (outline-promote, outline-demote): Use it.
4599         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4600         (outline-end-of-subtree): Remove unused var `opoint'.
4602 2005-08-26  David Reitter  <david.reitter@gmail.com>
4604         * menu-bar.el (truncate-lines, write-file, print-buffer)
4605         (ps-print-buffer-faces, ps-print-buffer, split-window):
4606         Disable menu items when the frame they refer to is invisible, or when
4607         they refer to a buffer and the minibuffer is selected.
4609 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4611         * progmodes/flymake.el (flymake-highlight-err-lines):
4612         Use save-excursion around flymake-highlight-line to preserve point.
4614 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4616         * progmodes/octave-mod.el: Change Author and Maintainer address.
4617         (octave-maintainer-address): Change Kurt's email address.
4618         * progmodes/octave-inf.el: Change Author and Maintainer address.
4619         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4621 2005-08-26  Kim F. Storm  <storm@cua.dk>
4623         * subr.el (version-list-<, version-list-<=, version-list-=):
4624         Renamed from integer-list-*.
4625         (version-list-not-zero): Likewise.  Fix while loop.
4626         (version=): Use version-list-= instead of string-equal.
4628 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4630         * outline.el (outline-promote): Try shortening the heading.
4631         As last resort, read the heading to use.
4632         (outline-demote): As last resort, read the heading to use.
4634 2005-08-26  Romain Francoise  <romain@orebokech.com>
4636         * progmodes/compile.el (compilation-start): Doc fix.
4638         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4639         (antlr-font-lock-additional-keywords): Fix reference to
4640         `antlr-font-lock-literal-regexp' erroneously changed during the
4641         mass face rename.
4642         (antlr-run-tool): Use `compilation-start'.
4644         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4645         instead of the obsolete `compile-internal'.
4647 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4649         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4650         (number, original-date):
4651         * calendar/cal-china.el (date):
4652         * calendar/cal-coptic.el (date):
4653         * calendar/cal-french.el (date):
4654         * calendar/cal-hebrew.el (date, entry, number, original-date):
4655         * calendar/cal-islam.el (date, number, original-date):
4656         * calendar/cal-iso.el (date):
4657         * calendar/cal-julian.el (date):
4658         * calendar/cal-mayan.el (date):
4659         * calendar/cal-menu.el (date, event):
4660         * calendar/cal-persia.el (date):
4661         * calendar/lunar.el (date):
4662         * calendar/solar.el (date): Add defvars.
4664         * emerge.el:
4665         * ibuffer.el:
4666         * info-xref.el:
4667         * obsolete/bg-mouse.el:
4668         * obsolete/sun-curs.el:
4669         * obsolete/swedish.el: Move the `defvar's to the top level.
4671         * smerge-mode.el (smerge-refined-change): Add :group.
4673 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4676         (smerge-keep-n): Remove props.
4677         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4678         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4679         now that it's done in smerge-keep-n.
4680         (smerge-refined-change): New face.
4681         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4682         (smerge-refine): New funs.
4683         (smerge-basic-map): Bind smerge-refine.
4685 2005-08-25  Juri Linkov  <juri@jurta.org>
4687         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4688         compilation-process-setup-function and compilation-disable-input
4689         in grep-mode instead of let-bindings in grep.
4691         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4692         Delete "Automatic File De/compression" (auto-compression-mode).
4694 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4696         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4697         Silence warning about non-existent variable.
4699 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4701         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4702         Rename "Describe Key" to "Describe Key or Mouse Operation".
4704         * mail/mailalias.el (build-mail-aliases): Delete comments
4705         from the contents before processing them.
4707         * isearch.el (isearch-edit-string): Erase the Search prompt
4708         if user enters an empty string and there is no default.
4710         * comint.el (comint-file-name-prefix): Add autoload.
4712 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4714         * subr.el (play-sound): Rearrange to avoid warning.
4716 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4718         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4719         New hook.
4720         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4722 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4726         * custom.el (custom-theme-set-variables): Sort minor modes last.
4728 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4730         * subr.el (version-separator, version-regexp-alist): New vars used by
4731         version comparison funs.
4732         (integer-list-<, integer-list-=, integer-list-<=)
4733         (integer-list-not-zero): New funs for integer list comparison.
4734         (version-to-list, version=, version<, version<=): New funs for version
4735         comparison.
4737 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4739         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4740         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4741         time to silence the byte-compiler.
4743         * ibuffer.el (ibuffer-compile-make-eliding-form)
4744         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4745         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4746         so it's silly to get warnings for it).
4747         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4748         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4749         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4750         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4751         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4752         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4753         Defvar at compile time.
4754         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4755         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4756         Declare them before use.
4758         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4759         (info-xref-good, info-xref-bad): Defvar at compile time.
4761         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4762         Use `let*' instead of `let'.
4764         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4765         (*mouse-y*, menu, char): Defvar at compile time.
4766         (sc::menu): Declare it before use.
4767         (sc::pack-one-line): Use `let', not `let*'.
4769         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4770         (mail-send-hook): Defvar at compile time.
4772         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4773         Defvar at compile time.
4775         * term/sun-mouse.el (current-global-mousemap)
4776         (current-local-mousemap): Declare them before use.
4778 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4780         * bookmark.el (bookmark-after-jump-hook): New hook.
4781         (bookmark-jump): Run `bookmark-after-jump-hook'.
4783 2005-08-23  Juri Linkov  <juri@jurta.org>
4785         * faces.el (minibuffer-prompt): Doc fix.
4787 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4789         * progmodes/xscheme.el: Trivial changes to silence warnings.
4790         (xscheme-previous-mode, xscheme-previous-process-state):
4791         Add defvars.
4792         (xscheme-last-input-end, xscheme-process-command-line)
4793         (xscheme-process-name, xscheme-buffer-name)
4794         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4795         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4796         (xscheme-control-g-synchronization-p)
4797         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4798         (default-xscheme-runlight, xscheme-runlight)
4799         (xscheme-runlight-string, xscheme-process-filter-state)
4800         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4801         Move to beginning of file.
4802         (scheme-interaction-mode-commands-alist)
4803         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4804         Declare them before use.  Note: the initialization code for the variables
4805         has not been moved because it uses functions that reference the variables.
4806         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4807         (xscheme-prompt-for-expression-map): Declare them before use.
4808         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4810 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4812         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4814 2005-08-22  Juri Linkov  <juri@jurta.org>
4816         * faces.el (set-face-underline): Delete this duplicate function
4817         and make an obsolete alias to set-face-underline-p.
4818         (set-face-underline-p): Use docstring of set-face-underline.
4819         (describe-face): Create hyperlink to parent face.
4821         * info.el (Info-insert-dir): Use save-excursion around
4822         insert-buffer-substring.
4823         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4824         (Info-escape-percent): Delete function.
4825         (Info-fontify-node): Replace Info-escape-percent by
4826         replace-regexp-in-string with REP arg set to lambda that
4827         duplicates `%' and preserves text properties.
4829         * progmodes/compile.el (compilation-disable-input): Doc fix.
4830         (define-compilation-mode): Doc fix and refill.
4831         (kill-compilation): Use `mode-name' in the error message.
4832         (compilation-find-file): Use `compilation-error' in the
4833         read-file-name's prompt.
4835 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4838         (smerge-auto-leave): Make undo re-enable the mode.
4839         (debug-ignored-errors): Add the user-error of impossible resolution.
4840         (smerge-resolve): Move things around a bit, in preparation for later.
4841         (smerge-diff): Don't fail if the buffer has no associated file.
4842         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4843         (smerge-conflict-overlay): New function.
4844         (smerge-match-conflict): Don't add text properties here.
4845         (smerge-find-conflict): Instead, add an overlay here.
4846         Also check for the case where we're inside a conflict already, so as to
4847         obviate the need for font-lock-multiline, which is unbearably slow with
4848         large conflicts and ciomplex font-lock patterns.
4849         (smerge-remove-props): Remove overlay rather than text-properties.
4850         (smerge-mode): Don't set font-lock-multiline.
4851         Remove overlays when turned off.
4853 2005-08-21  Kim F. Storm  <storm@cua.dk>
4855         * ido.el (ido-ignore-item-p): Use save-match-data.
4856         Bind case-fold-search to ido-case-fold locally.
4858 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4860         * files.el (normal-mode): If font lock is on, turn it off and on.
4862         * subr.el (replace-regexp-in-string): Doc fix.
4864         * startup.el (command-line-1): Don't suppress startup screen
4865         due to existing processes.
4867         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4869         * progmodes/compile.el (compilation-disable-input): Default to nil.
4871 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4873         * progmodes/compile.el (compilation-disable-input): New defcustom.
4874         (compilation-start): If compilation-disable-input is non-nil, send
4875         EOF to the compilation process.
4877 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4879         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4880         Run the argument of tex-shell-cd-command through
4881         convert-standard-filename, to get the correct style of slashes on
4882         Windows, and enclose the result in quotes, in case the file name
4883         includes whitespace or other special characters.
4885 2005-08-19  Andreas Schwab  <schwab@suse.de>
4887         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4888         process.
4890 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4892         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4894 2005-08-18  Kim F. Storm  <storm@cua.dk>
4896         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4898 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4900         * scroll-lock.el: New file.
4902 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4904         * dired.el (dired-move-to-end-of-filename):
4905         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4907 2005-08-18  Kim F. Storm  <storm@cua.dk>
4909         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4910         rather than toggle mode when custom value is nil.
4911         (ido-everywhere): Fix defun doc string.
4913 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4915         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4916         as tag instead of "Inviolable".
4918 2005-08-17  Kim F. Storm  <storm@cua.dk>
4920         * windmove.el (windmove-coordinates-of-position): Remove.
4921         (windmove-coordinates-of-window-position): Remove.
4922         (windmove-reference-loc): Use posn-at-point instead.
4924         * subr.el (insert-for-yank-1): Doc fix.
4926         * ido.el (ido-enter-matching-directory): Rename from
4927         ido-enter-single-matching-directory.  Change 'slash choice to
4928         'only.  Add 'first choice.
4929         (ido-exhibit): Adapt to above changes.
4931 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4933         * Makefile.in: Expand comment about building loaddefs.el.
4935 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4937         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4938         Comment use of defadvice.
4940         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4942 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4944         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4945         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4946         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4947         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4948         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4949         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4950         for backward compatibility for faces that did not appear in the
4951         previous Emacs release.
4953         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4955 2005-08-15  Kim F. Storm  <storm@cua.dk>
4957         * emulation/cua-base.el (cua-delete-region): Return t if
4958         deleted region was non-empty.
4959         (cua-replace-region): Inhibit overwrite-mode for
4960         self-insert-command if replaced region was non-empty.
4961         (cua--explicit-region-start, cua--status-string): Make them
4962         buffer-local at top-level...
4963         (cua-mode): ...rather than when mode is enabled.
4965 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4967         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4968         Set t for Emacs 21, 22, and so on.
4970 2005-08-15  David Ponce  <david@dponce.com>
4972         * tree-widget.el: Update Commentary header.
4973         (tree-widget-theme): Doc fix.
4974         (tree-widget-space-width): New option.
4975         (tree-widget-image-properties): Look up in the default theme too.
4976         (tree-widget--cursors): Only for images with arrow pointer shape.
4977         (tree-widget-lookup-image): Pointer shape is hand by default.
4978         (tree-widget-icon): Rename generic icon widget from
4979         `tree-widget-control'.
4980         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4981         derive from `tree-widget-icon'.
4982         (tree-widget-handle): Improve default look and feel of the text
4983         representation.
4984         (tree-widget): Rename :*-control properties to :*-icon properties.
4985         Add :action and :help-echo properties.
4986         (tree-widget-after-toggle-functions): Move.
4987         (tree-widget-close-node, tree-widget-open-node): Remove.
4988         (tree-widget-before-create-icon-functions): New hook.
4989         (tree-widget-value-create): Update to allow customization of icons
4990         and nodes at run-time via that new hook.
4991         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4992         (tree-widget-icon-action, tree-widget-icon-help-echo)
4993         (tree-widget-action, tree-widget-help-echo): New functions.
4995 2005-08-15  Kim F. Storm  <storm@cua.dk>
4997         * ido.el (ido-buffer-internal): Use with-no-warnings.
4998         (ido-make-merged-file-list): Use while-no-input.
5000 2005-08-15  Richard M. Stallman  <rms@gnu.org>
5002         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5003         (flyspell-large-region): Fix doc and custom type.
5005 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5007         * files.el (interpreter-mode-alist): Doc fix.
5009         * mail/rmail.el (rmail-nonignored-headers): New variable.
5010         (rmail-clear-headers): Use it.
5011         (rmail-reply): Better handling of mail-followup-to header.
5013         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5014         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
5015         don't try to refer to executable-font-lock-keywords.
5016         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5017         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5018         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5019         (sh-mode): Set comment-start-skip, local-abbrev-table,
5020         imenu-case-fold-search.
5021         (sh-set-shell): Don't set them here.
5022         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
5023         Don't cache the results in the original alist; don't ever modify
5024         that alist.
5026         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5028         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5029         empty.
5031 2005-08-15  Andreas Schwab  <schwab@suse.de>
5033         * desktop.el: Put autoload cookie at risky-local-variable declarations.
5035         * dired.el, info.el, mail/rmail.el: Revert last change.
5037 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
5039         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5040         modification in `eval-after-load' form.
5041         * info.el: Likewise.
5042         * mail/rmail.el: Likewise.
5044 2005-08-14  Juri Linkov  <juri@jurta.org>
5046         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5047         Remove highlighting of "Compilation started".  Highlight only
5048         the word "finished" in "Compilation finished".  Add highlighting
5049         of "interrupt", "killed", "terminated" and the exit code.
5050         (compilation-start): Add newline after header.  Use exactly the
5051         same time stamp format as the finishing message.
5052         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5054         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5055         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5056         Add highlighting of "interrupt", "killed", "terminated".
5058         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5059         enabled and the current command is self-insert-command, call it
5060         explicitly with overwrite-mode bound to nil, to not allow it
5061         to delete the character after the selected region.
5063 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
5065         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5066         move-end-of-line, end-of-line, and beginning-of-line to the list
5067         of commands after which the echo area is updated.
5069 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
5071         * cus-edit.el (custom-save-all, custom-save-delete):
5072         Bind recentf-exclude to exclude custom-file.
5074 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
5076         * mail/rmailsum.el (rmail-summary-end-of-message): New command
5077         to go to the bottom of the mail message.  Added to
5078         `rmail-summary-mode-map' with key "/".
5079         (rmail-summary-show-message): New (internal) function for use by
5080         both `rmail-summary-beginning/end-of-message'.
5081         (rmail-summary-beginning-of-message): Change to use
5082         rmail-summary-show-message.
5084         * mail/rmail.el (rmail-end-of-message): New command to go to the
5085         end of the current message.  Added to `rmail-mode-map' with key "/".
5086         (rmail-beginning-of-message): Fix to work as documented.
5087         (rmail-mode): Change documentation.
5089         * progmodes/compile.el (compilation-start): Add the line
5090         "Compilation started" with compilation start time.
5091         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5093 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5095         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5096         of menu items.
5098 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5100         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5102         * battery.el (battery-status-function): Don't use ignore-errors.
5104 2005-08-11  Lute Kamstra  <lute@gnu.org>
5106         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5107         define-obsolete-variable-alias.
5109 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5112         (ange-ftp-send-cmd): Revert last change, and expand
5113         the comment explaining the problem.
5115 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5117         * ldefs-boot.el: Update.
5119         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5120         item to "Time, Load and Mail".  Change help echo text.
5122         * time.el (display-time-use-mail-icon, display-time-format)
5123         (display-time-string-forms): Shorten first line of docstrings.
5125 2005-08-10  Lars Hansen  <larsh@soem.dk>
5127         * desktop.el (desktop-buffer-mode-handlers):
5128         Make non-customizable. Add autoload cookie.  Change initial value to
5129         nil; add elements in respective modules instead.  Fix doc string.
5130         (desktop-load-file): New function.
5131         (desktop-minor-mode-handlers): New autoloaded variable.
5132         (desktop-create-buffer): Call minor mode handlers.
5133         Use desktop-load-file to load major and minor mode modules prior to
5134         checking for a handler.
5135         (desktop-save): Don't add nil to desktop-minor-modes for minor
5136         modes with nil function in desktop-minor-mode-table.  Don't delete
5137         desktop file before rewriting it.
5138         (desktop-locals-to-save): Add autoload cookie.  Don't make
5139         automatically buffer-local.  Add variables column-number-mode,
5140         size-indication-mode, indent-tabs-mode,
5141         indicate-buffer-boundaries, indicate-empty-lines and
5142         show-trailing-whitespace.
5143         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5144         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5145         (desktop-clear-preserve-buffers-regexp): Delete.
5146         (desktop-clear-preserve-buffers): Update initial value and docstring.
5147         (desktop-save-buffer): Fix doc string.
5149         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5150         (hilit-chg-desktop-restore): New function.
5151         (highlight-changes-mode): Add highlight-changes-mode to
5152         desktop-locals-to-save.
5154         * dired.el: Add handler to desktop-buffer-mode-handlers.
5155         (dired-restore-desktop-buffer): Remove autoload cookie.
5156         (dired-mode): Add autoload cookie.
5158         * info.el: Add handler to desktop-buffer-mode-handlers.
5159         (Info-restore-desktop-buffer): Remove autoload cookie.
5160         (Info-mode): Add autoload cookie.
5162         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5163         (mh-restore-desktop-buffer): Remove autoload cookie.
5164         (mh-folder-mode): Add autoload cookie.
5166         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5167         (rmail-restore-desktop-buffer): Remove autoload cookie.
5169 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5171         * hexl.el (hexl-address-region):
5172         (hexl-ascii-region, hexl-font-lock-keywords):
5173         (hexl-highlight-line-range): Use the term "region"
5174         instead of "area" for consistency with the other symbols
5175         defined in hexl.el.
5177 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5179         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5180         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5181         out by Juri Linkov).  Add `display-battery-mode'.
5183 2005-08-09  Juri Linkov  <juri@jurta.org>
5185         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5186         Remove `-text' from face variable names.
5187         (compilation-error-file-name, compilation-warning-file-name)
5188         (compilation-info-file-name): Delete faces.
5189         (compilation-line-number, compilation-column-number):
5190         Remove face underlining.
5191         (compilation-message-face): Set to `underline' value by default.
5192         (compilation-error-face, compilation-warning-face)
5193         (compilation-info-face): Remove `-file-name' from face names.
5194         (compilation-error-text-face, compilation-warning-text-face)
5195         (compilation-info-text-face): Delete face variables.
5196         (compilation-text-face): Delete function.
5198         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5199         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5200         (grep-error-face): Set to `compilation-error' instead of
5201         `compilation-error-face' (which is redefined to `grep-hit-face' in
5202         grep buffers).
5203         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5204         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5206         * dired-aux.el (dired-do-query-replace-regexp):
5207         Use `query-replace-read-args'.
5209         * replace.el (query-replace-read-from, query-replace-read-to)
5210         (query-replace-read-args): Rename arg `string' to `prompt'.
5212         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5214 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5216         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5217         uploading files.
5218         (ange-ftp-canonize-filename): Handle file names beginning with ~
5219         correctly.
5221 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5223         * textmodes/fill.el (canonically-space-region)
5224         (fill-context-prefix, fill-french-nobreak-p)
5225         (fill-delete-newlines, fill-comment-paragraph)
5226         (justify-current-line): "?\ " -> "?\s".
5228 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5230         * textmodes/fill.el (fill-nonuniform-paragraphs):
5231         Improve argument/docstring consistency.
5233 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5235         * textmodes/ispell.el (ispell-word): More fboundp checks.
5237         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5238         (find-file-noselect-1): Call it here, only if RAWFILE.
5239         (normal-mode): Always set some major mode.
5240         (save-some-buffers-action-alist): Change some explanation strings.
5241         (file-name-non-special): In the `quote' method, use unwind-protect.
5243 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5245         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5246         (ispell-have-aspell-dictionaries): New variable.
5247         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5248         (ispell-get-aspell-config-value): New function.
5249         (ispell-aspell-find-dictionary): New function.
5250         (ispell-aspell-add-aliases): New function.
5251         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5252         appropriate.  Don't look for ispell dictionaries if we use aspell.
5253         (ispell-menu-map): Don't build a submenu of dictionaries.
5255 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5257         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5258         (sql-read-passwd): Use read-passwd.
5260         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5261         (idlwave-toolbar-is-possible): Add defvars.
5263         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5264         Avoid warnings.
5266         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5267         (idlwave-system-class-info, idlwave-executive-commands-alist):
5268         Use defvar.
5270         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5272         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5273         Avoid warnings.
5275         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5276         and content-type: headers.
5278         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5280         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5281         and rename some of them to be more self-explanatory.
5283         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5285         * startup.el (command-line-1): Implement -scriptload.
5287         * replace.el (occur-engine): Initial *Occur* output not undoable.
5289         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5290         and improve help strings.
5292         * isearch.el (isearch-repeat): When changing direction,
5293         mark search successful.
5295         * ediff-init.el: Use (featurep 'xemacs).
5297         * comint.el (send-invisible): Identify buffer, if not selected.
5299         * align.el: Delete autoload for c-guess-basic-syntax.
5301 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5303         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5304         Improve argument/docstring consistency.  Doc fixes.
5305         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5306         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5307         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5308         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5309         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5310         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5311         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5312         Defvar at compile time.
5314 2005-08-09  Juri Linkov  <juri@jurta.org>
5316         * info.el: Replace `info' with upper-case `Info' where appropriate.
5317         (info-title-1, info-title-2, info-title-3, info-title-4)
5318         (info-menu-header): Move up face definitions.
5319         (info-menu-star): Rename from `info-menu-5'.
5320         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5321         (Info-fontify-visited-nodes): Fix docstring.
5322         (Info-hide-note-references): Fix docstring.
5323         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5324         menu items in the same way as on cross-references.
5325         (info-apropos): Fix sorting order and formatting to be like in the
5326         stand-alone Info browser.  Display error messages for 1 sec.
5327         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5328         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5329         from the menu bar.
5330         (Info-insert-dir): Restore point after calling
5331         `insert-buffer-substring'.
5333 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5335         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5336         (recompute-lucid-menubar): Add defvars.
5338         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5340         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5342         * net/net-utils.el (run-dig): Rename from `dig'.
5344         * play/gametree.el (gametree-mode): Use make-local-variable,
5345         not make-variable-buffer-local.
5347         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5349         * ansi-color.el (ansi-color-make-extent)
5350         (ansi-color-set-extent-face): Use fboundp, not functionp.
5352         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5353         not make-variable-buffer-local.
5355         * bookmark.el (Info-current-file): Add defvar.
5356         (bookmark-jump-noselect): Use with-no-warnings.
5358         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5360         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5362         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5364         * find-file.el (ada-procedure-start-regexp)
5365         (ada-package-start-regexp): Add defvars.
5367         * info.el (Info-insert-dir): Use insert-buffer-substring.
5369         * xml.el (xml-att-def-re): Add defvar.
5371         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5372         calling convention.
5374         * subr.el (while-no-input): Return t if there is input.
5376 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5378         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5380 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5382         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5383         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5385 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5387         * cmuscheme.el (scheme-start-file): Replace reference to
5388         `user-emacs-directory' by "~/.emacs.d/".
5390 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5392         * info.el (Info-dir-remove-duplicates): Avoid case folding
5393         in loop; instead, keep downcased strings for comparison.
5394         Suggested by Helmut Eller.
5396 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5398         Sync with Tramp 2.0.50.
5400         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5401         XEmacs case; not necessary anymore.
5402         (tramp-user-regexp): Allow "@" as part of user name.
5403         (tramp-handle-set-visited-file-modtime)
5404         (tramp-handle-insert-file-contents)
5405         (tramp-handle-write-region): No special handling for
5406         `last-coding-system-used, because this is done in
5407         `tramp-accept-process-output' now.
5408         (tramp-accept-process-output): New defun.
5409         (tramp-process-one-action, tramp-process-one-multi-action)
5410         (tramp-wait-for-regexp, tramp-wait-for-output)
5411         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5412         Howells <dhowells@redhat.com>.
5413         (clear-visited-file-modtime): Defadvice removed.  The check for
5414         unset buffer's modtime does not need to be based on
5415         `tramp-buffer-file-attributes'.  Suggested by RMS.
5416         (tramp-message): Insert "\n" if not being at beginning of line.
5417         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5418         sequence with same logic.
5419         (tramp-completion-handle-expand-file-name): Discard call of
5420         `tramp-drop-volume-letter'.  It is not necessary, and there have
5421         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5422         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5423         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5424         should always be visible.
5425         (tramp-handle-insert-directory, tramp-setup-complete)
5426         (tramp-set-process-query-on-exit-flag)
5427         (tramp-append-tramp-buffers): Pacify byte-compiler.
5428         (tramp-bug): Delete non-existing variables from list.
5429         Apply `tramp-load-report-modules' as pre-hook.
5430         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5431         `shell-prompt-pattern' because of non-7bit characters.
5432         Reported by Sebastian Luque <sluque@mun.ca>.
5433         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5434         (tramp-match-string-list): Remove function.
5435         (tramp-wait-for-regexp): Remove call of that function.
5436         Suggested by Kim F. Storm <storm@cua.dk>.
5437         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5438         instead of octal character code ?\600.  The latter resulted in a
5439         syntax error with XEmacs.
5441         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5442         XEmacs case; not necessary anymore.
5443         (tramp-smb-handle-write-region): No special handling for
5444         `last-coding-system-used, because this is done in
5445         `tramp-accept-process-output' now.
5446         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5448 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5450         * wid-edit.el (widget-choice-value-create):
5451         Unconditionally respect user choice.  Set :explicit-choice back to nil
5452         when no longer needed.
5453         (widget-choice-action): Unconditionally respect user choice.
5454         Eliminate :explicit-choice-value.
5456         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5458         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5459         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5460         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5461         running new function `toggle-indicate-empty-lines'.
5462         Rename "Customize" item to "Customize fringe".
5463         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5464         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5465         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5466         Delete "Empty lines only" item.
5467         (menu-bar-showhide-fringe-ind-customize): New function.
5468         (menu-bar-showhide-fringe-ind-mixed)
5469         (menu-bar-showhide-fringe-ind-box)
5470         (menu-bar-showhide-fringe-ind-right)
5471         (menu-bar-showhide-fringe-ind-left)
5472         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5473         instead of `fringe-indicators'.
5475 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5477         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5478         Change the date of last update.
5480 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5482         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5483         (viper-exec-yank, viper-put-back): Don't display modification msg
5484         if in the minibuffer.
5486         * viper-init.el (viper-replace-overlay-cursor-color)
5487         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5488         Make variables frame local.
5490         * viper-util.el (viper-append-filter-alist): Use append instead of
5491         nconc.
5493         * viper.el (viper-vi-state-mode-list)
5494         (viper-emacs-state-mode-list): Move help-mode and
5495         completion-list-mode from the first list to the second.
5496         (viper-mode): Docstring.
5497         (viper-go-away, viper-non-hook-settings): Don't localize
5498         minor-mode-alist in newer Emacsen.  Add advice to
5499         set-cursor-color.  Don't bind "\C-c\\".
5501 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5503         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5504         (scheme-macro-expand-command): New user options.
5505         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5506         (scheme-form-at-point, scheme-start-file)
5507         (scheme-interactively-start-process): New functions.
5508         (scheme-get-process): New function, extracted from `scheme-proc'.
5509         (run-scheme): Call `scheme-start-file' to get start file, and pass
5510         it to `make-comint'.
5511         (switch-to-scheme, scheme-proc):
5512         Call `scheme-interactively-start-process' if no Scheme buffer/process
5513         is available.
5515 2005-08-06  Juri Linkov  <juri@jurta.org>
5517         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5518         Use `compilation-text-face', `compilation-info-text-face' and
5519         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5520         (compilation-error): New face.
5521         (compilation-error-file-name): Inherit from
5522         `compilation-error' instead of `font-lock-warning-face'.
5523         (compilation-warning-file-name): Inherit from
5524         `compilation-warning' instead of `font-lock-warning-face'.
5525         (compilation-info, compilation-error-file-name)
5526         (compilation-warning-file-name, compilation-info-file-name)
5527         (compilation-line-number, compilation-column-number): Doc fix.
5528         (compilation-error-text-face, compilation-warning-text-face)
5529         (compilation-info-text-face): New face variables.
5530         (compilation-line-face, compilation-column-face)
5531         (compilation-enter-directory-face)
5532         (compilation-leave-directory-face): Doc fix.
5533         (compilation-text-face): New function.
5535         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5536         instead of 1 to display binary file names as info file links.
5537         (grep-error-face): Use `compilation-error-face' instead of
5538         `font-lock-keyword-face'.
5539         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5540         and `compilation-warning-text-face' instead of
5541         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5542         instead of `grep-error-face'.
5544 2005-08-05  Kenichi Handa  <handa@m17n.org>
5546         * international/code-pages.el: Add autoload cookies for all coding
5547         systems.
5549 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5551         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5553 2005-08-04  Juri Linkov  <juri@jurta.org>
5555         * progmodes/compile.el (compilation-mode-map):
5556         * progmodes/grep.el (grep-mode-map):
5557         Bind TAB to `compilation-next-error' and [backtab] to
5558         `compilation-previous-error'.
5560         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5561         matching line numbers, column numbers and their ranges with regexp
5562         matching only line numbers.
5563         (grep-context-face): New face variable.
5564         (grep-mode-font-lock-keywords): Use it.
5566         * faces.el (read-face-name): Delete duplicate faces.
5568 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5570         * thumbs.el (thumbs-find-image): Don't make variables
5571         automatically buffer local.
5572         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5573         (thumbs-image-num): Make automatically buffer local.
5574         (thumbs-show-thumbs-list): Use `make-local-variable', not
5575         `make-variable-buffer-local'.
5576         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5578         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5579         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5580         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5581         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5582         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5583         (feelings-about, foullst, found, hello, history, howareyoulst)
5584         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5585         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5586         (neglst, obj, object, owner, please, problems, qlist)
5587         (random-adjective, relation, remlst, repetitive-shortness)
5588         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5589         (shortlst, something, sportslst, stallmanlst, states, subj)
5590         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5591         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5592         Defvar at compile time.
5594         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5595         not `make-variable-buffer-local'.
5597 2005-08-02  Kim F. Storm  <storm@cua.dk>
5599         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5600         rectangle overlay in selected window.
5602 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5604         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5605         instead of display group.  Make `indicate-buffer-boundaries'
5606         customizable through Custom.
5608 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5610         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5611         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5612         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5613         (gdb-put-string): Fix typos in docstrings.
5615 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5617         Update copyright notices of files in progmodes directory for
5618         release of Emacs 22.1.
5620         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5622         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5623         Don't barf if the GUD buffer has been killed.
5625 2005-08-01  Kim F. Storm  <storm@cua.dk>
5627         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5629 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * simple.el (next-error-follow-minor-mode):
5632         make-variable-buffer-local -> make-local-variable.
5634         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5636         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5637         (byte-compile-form-make-variable-buffer-local): New functions to warn
5638         about misuses of make-variable-buffer-local where make-local-variable
5639         was meant.
5641 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5643         * bs.el (bs-attributes-list): Doc fix.
5644         (bs): Update url-link.
5646         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5647         (desktop-load-default): Simplify.
5649         * ibuffer.el (ibuffer-columnize-and-insert-list)
5650         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5651         (ibuffer-unmark-all, ibuffer-toggle-marks)
5652         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5653         (ibuffer-compile-make-format-form, ibuffer-format-column)
5654         (ibuffer-current-buffers-with-marks)
5655         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5656         (ibuffer): Doc fix.
5657         (ibuffer-mode): Fix typo in docstring.
5658         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5659         with `define-obsolete-variable-alias'.
5660         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5662 2005-07-29  Kenichi Handa  <handa@m17n.org>
5664         * international/mule-cmds.el (select-message-coding-system):
5665         Be sure to use LF for end-of-line.  If no coding system is decided,
5666         return iso-8859-1-unix.
5668 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5671         (ange-ftp-pending-error-line): New vars.
5672         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5673         to handle the non-fatal no-route-to-host messages.
5674         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5676 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5678         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5679         (isearch-quote-char, isearch-printing-char)
5680         (isearch-text-char-description): "?\ " -> "?\s".
5681         (isearch-lazy-highlight-cleanup)
5682         (isearch-lazy-highlight-initial-delay)
5683         (isearch-lazy-highlight-interval)
5684         (isearch-lazy-highlight-max-at-a-time)
5685         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5686         Declare with define-obsolete-*-alias macros.
5687         (isearch-forward): Fix typo in docstring.
5688         (search-invisible, search-ring-yank-pointer)
5689         (regexp-search-ring-yank-pointer): Doc fixes.
5691         * recentf.el (recentf-menu-append-commands-p): Declare with
5692         `define-obsolete-variable-alias'.
5693         (recentf-max-saved-items, recentf-menu-filter)
5694         (recentf-arrange-by-rule-subfilter): Doc fixes.
5695         (recentf-menu-append-commands-flag)
5696         (recentf-initialize-file-name-history, recentf-expand-file-name)
5697         (recentf-clear-data): Fix typos in docstrings.
5699 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5701         * progmodes/gdb-ui.el: Smarten comments.
5702         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5704 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5706         * term/apollo.el (terminal-init-apollo): New function containing
5707         all former top level forms in the file.
5708         * term/bobcat.el (terminal-init-bobcat):
5709         * term/cygwin.el (terminal-init-cygwin):
5710         * term/iris-ansi.el (terminal-init-iris-ansi):
5711         * term/linux.el (terminal-init-linux):
5712         * term/news.el (terminal-init-news):
5713         * term/rxvt.el (terminal-init-rxvt):
5714         * term/sun.el (terminal-init-sun):
5715         * term/tvi970.el (terminal-init-tvi970):
5716         * term/vt100.el (terminal-init-vt100):
5717         * term/vt102.el (terminal-init-vt102):
5718         * term/vt125.el (terminal-init-vt125):
5719         * term/vt200.el (terminal-init-vt200):
5720         * term/vt201.el (terminal-init-vt201):
5721         * term/vt220.el (terminal-init-vt220):
5722         * term/vt240.el (terminal-init-vt240):
5723         * term/vt300.el (terminal-init-vt300):
5724         * term/vt320.el (terminal-init-vt320):
5725         * term/vt400.el (terminal-init-vt400):
5726         * term/vt420.el (terminal-init-vt420):
5727         * term/wyse50.el (terminal-init-wyse50):
5728         * term/xterm.el (terminal-init-xterm): Likewise.
5730         * term/README: Describe the terminal-init-* functionality.
5732         * startup.el (command-line): After loading the terminal initialization
5733         file call the corresponding terminal initialization function.
5735 2005-07-27  Kenichi Handa  <handa@m17n.org>
5737         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5738         negative.
5740         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5741         (ps-mule-composition-prologue): Fix for the case that
5742         RelativeCompose is false.
5744 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5746         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5748         * descr-text.el (describe-char): Handle the case where the list of
5749         chars is displayed in a separate frame.
5750         Be a bit more discriminating when looking for the char.
5752 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5754         * bookmark.el (bookmark-automatically-show-annotations)
5755         (bookmark-read-annotation-text-func): Doc fixes.
5756         (bookmark-save): Improve argument/docstring consistency.
5757         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5758         (bookmark-alist-from-buffer)
5759         (bookmark-upgrade-file-format-from-0)
5760         (bookmark-grok-file-format-version)
5761         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5762         (bookmark-read-annotation-mode)
5763         (bookmark-insert-current-bookmark, bookmark-jump)
5764         (bookmark-exit-hook): Fix typos in docstrings.
5765         (bookmark-exit-hooks): Define as obsolete alias.
5766         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5767         not `bookmark-exit-hooks'.  Fix docstring.
5768         (bookmark-bmenu-select): "?\ " -> "?\s".
5770 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5772         * startup.el (command-line): Fix typo.
5774 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5776         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5777         not emacs-quick-startup.
5779 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5781         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5782         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5783         instead of `reb-with-current-window'.
5784         (reb-prev-match): Likewise.  Also, don't move left if the search
5785         was unsuccessful.
5786         (reb-initialize-buffer): New function.
5787         (re-builder, reb-change-syntax): Use it.
5789         * man.el (Man-goto-page): Make second argument NOERROR optional.
5791 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5793         * man.el (Man-bgproc-sentinel): Check here for failure to find
5794         any man page in the output, and report the error here.
5795         (Man-arguments): Make it permanent local.
5796         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5797         (Man-mode): Pass t for NOERROR.
5799         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5800         (grep-mode-font-lock-keywords):
5801         Don't use compilation-...-face for messages that are not file names.
5803         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5804         Don't use compilation-...-face for messages that are not file names.
5806 2005-07-22  Juri Linkov  <juri@jurta.org>
5808         * startup.el (normal-splash-screen): Update menu name.
5810         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5812 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5814         * term/xterm.el: Load term/rxvt if the terminal is actually an
5815         rxvt terminal.
5816         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5818         * term/rxvt.el (function-key-map): Use substitute-key-definition
5819         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5821         * term/cygwin.el: New file.
5823 2005-07-22  Kim F. Storm  <storm@cua.dk>
5825         * image-file.el (insert-image-file, image-file-yank-handler):
5826         Fix last change to maintain a (unique) yank-handler on yanked images.
5828 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5830         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5831         of the file size (as in "177B" for 177 bytes).  This happens with
5832         "ls -lh" on FreeBSD.
5834 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5836         * hilit-chg.el (highlight-changes-global-initial-state)
5837         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5838         (hilit-chg-fixup, highlight-changes-mode):
5839         Fix typos in docstrings.
5840         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5841         Doc fixes.
5843 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5845         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5846         mode function using `eval-after-load'.
5848 2005-07-21  Kim F. Storm  <storm@cua.dk>
5850         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5851         included when reporting an emacs crash, and tell about the DEBUG file.
5853         * image-file.el (insert-image-file): Add yank-handler.
5854         (image-file-yank-handler): Yank handler to make unique copies of
5855         images when they are yanked into a buffer next to each other.
5857 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5859         * comint.el (comint-use-prompt-regexp, comint-send-input)
5860         (comint-source-default, comint-extract-string)
5861         (comint-get-source, comint-word, comint-completion)
5862         (comint-source, comint-prompt-read-only, comint-update-fence):
5863         Fix typos in docstrings.
5864         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5865         Declare with define-obsolete-*-alias macros.
5866         (comint-previous-matching-input-from-input)
5867         (comint-next-matching-input-from-input)
5868         (comint-previous-matching-input, comint-next-matching-input)
5869         (comint-forward-matching-input):
5870         Improve argument/docstring consistency.
5872         * desktop.el (desktop-clear-preserve-buffers-regexp):
5873         Also preserve the *server* buffer.
5875         * simple.el (clone-indirect-buffer): Doc fix.
5876         (fixup-whitespace, just-one-space)
5877         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5878         (next-error, next-error-highlight)
5879         (next-error-highlight-no-select, next-error-last-buffer)
5880         (next-error-buffer-p, next-error-find-buffer, next-error)
5881         (previous-error, next-error-no-select, previous-error-no-select)
5882         (open-line, split-line, minibuffer-prompt-width, kill-new)
5883         (binary-overwrite-mode): Fix typos in docstrings.
5884         (set-fill-column): Fix typo in message.
5886         * skeleton.el (skeleton-proxy-new): Doc fix.
5888         * strokes.el (strokes-load-hook): Doc fix.
5889         (strokes-grid-resolution, strokes-get-grid-position)
5890         (strokes-renormalize-to-grid, strokes-read-stroke)
5891         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5892         (strokes-global-map): Fix typos in docstrings.
5893         (strokes-help): Doc fix.  Fix help message and pass it through
5894         `substitute-command-keys'.
5896         * tempo.el (tempo-insert-prompt, tempo-interactive)
5897         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5898         (tempo-insert-string-functions, tempo-local-tags)
5899         (tempo-define-template, tempo-insert-template)
5900         (tempo-insert-prompt-compat, tempo-is-user-element)
5901         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5902         Fix typos in docstrings.
5904         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5905         (vcursor-key-bindings, vcursor-use-vcursor-map)
5906         (vcursor-find-window, vcursor-scroll-down)
5907         (vcursor-disable, vcursor-beginning-of-buffer)
5908         (vcursor-end-of-buffer): Fix typos in docstrings.
5909         (vcursor-relative-move, vcursor-get-char-count):
5910         Improve argument/docstring consistency.
5912         * version.el: "?\ " -> "?\s".
5914         * wid-edit.el (widget-default-create, widget-after-change)
5915         (widget-default-format-handler, widget-checklist-add-item)
5916         (widget-radio-add-item, widget-choose, widget-specify-secret)
5917         (widget-field-value-create, widget-field-value-get)
5918         (widget-editable-list-format-handler)
5919         (widget-editable-list-entry-create, widget-group-value-create)
5920         (widget-documentation-link-add)
5921         (widget-documentation-string-value-create): "?\ " -> "?\s".
5922         (widget-convert-text): Doc fix.
5923         (widget-narrow-to-field, widget-field-find)
5924         (widget-url-link-action, widget-emacs-library-link-action)
5925         (widget-color-notify): Fix typos in docstrings.
5927         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5928         (x-select-text, set-w32-system-coding-system)
5929         (w32-add-charset-info): Fix typos in docstrings.
5931         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5932         (cua-enable-cua-keys, cua-use-hyper-key)
5933         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5934         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5936         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5938         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5939         `defalias' instead of faking it.
5941         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5942         (eshell-ls-missing, eshell-ls-dired-initial-args)
5943         (eshell-ls-use-in-dired): Fix typos in docstrings.
5945 2005-07-20  Kim F. Storm  <storm@cua.dk>
5947         * emulation/cua-base.el (cua-mode): Improve doc string.
5949 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5951         * abbrev.el (expand-region-abbrevs): Doc fix.
5952         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5953         Improve argument/docstring consistency.
5955         * arc-mode.el (archive-get-descr, archive-alternate-display):
5956         Doc fixes.
5957         (archive-l-e): Improve argument/docstring consistency.
5958         (archive-tmpdir, archive-unixdate, archive-unixtime)
5959         (archive-chmod-entry): Fix typos in docstrings.
5960         (archive-unflag, archive-unflag-backwards)
5961         (archive-unmark-all-files): "?\ " -> "?\s".
5963         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5964         (Buffer-menu-not-modified, Buffer-menu-execute)
5965         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5966         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5968         * composite.el (compose-string, encode-composition-rule)
5969         (compose-last-chars): Fix typos in docstrings.
5971         * desktop.el (desktop-enable, desktop-basefilename):
5972         Declare with `define-obsolete-variable-alias'.
5973         (desktop-internal-v2s): Don't quote keywords.
5974         (desktop-clear): "?\ " -> "?\s".
5976         * dired.el (dired-align-file, dired-flag-backup-files)
5977         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5978         (dired-listing-switches, dired-ls-F-marks-symlinks)
5979         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5980         (dired-directory, dired-faces, dired, dired-revert)
5981         (dired-mode, dired-summary, dired-view-file)
5982         (dired-copy-filename-as-kill, dired-delete-file)
5983         (dired-no-confirm, dired-unmark-all-marks)
5984         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5985         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5986         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5987         Fix typos in message strings.
5989         * dired-x.el (virtual-dired): Declare with `defalias'.
5990         (dired-mark-unmarked-files, dired-local-variables-file)
5991         (dired-omit-here-always): Doc fix.
5992         (dired-omit-mode, dired-find-subdir)
5993         (dired-enable-local-variables, dired-clean-up-buffers-too)
5994         (dired-extra-startup, dired-mark-extension, dired-jump)
5995         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5996         (dired-smart-shell-command, dired-guess-shell-alist-user)
5997         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5998         (dired-x-bind-find-file, dired-x-submit-report):
5999         Fix typos in docstrings.
6000         (dired-mark-unmarked-files): "?\ " -> "?\s".
6002         * dirtrack.el (dirtrack-list): Fix typos in docstring.
6004         * faces.el (describe-face): "?\ " -> "?\s".
6005         (read-all-face-attributes, read-face-font, modify-face)
6006         (face-attr-construct, italic): Fix typos in docstrings.
6007         (frame-update-face-colors): Declare with
6008         `define-obsolete-function-alias'.
6010         * files.el (find-file-noselect, recode-file-name): Doc fixes.
6011         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6012         (magic-mode-alist, buffer-file-numbers-unique)
6013         (write-file-functions, get-free-disk-space):
6014         Fix typos in docstrings.
6015         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6016         (write-contents-hooks, write-file-hooks):
6017         Declare with `define-obsolete-variable-alias'.
6019         * forms-d2.el (arch-rj): Fix typo in docstrings.
6020         (arch-tocol): Likewise.  "?\ " -> "?\s".
6022         * frame.el (set-frame-font, cursor-in-non-selected-windows):
6023         Fix typo in docstring.
6024         (set-screen-width, set-screen-height): Delete redundant info in
6025         doctrings.
6026         (new-frame, screen-height, screen-width): Declare with
6027         `define-obsolete-function-alias'.
6028         (delete-frame-hook, blink-cursor): Declare with
6029         `define-obsolete-variable-alias'.
6031         * paths.el (prune-directory-list): Fix typos in docstring.
6033         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6034         (cvs-prefix-get): Fix typos in docstrings.
6036         * ps-print.el (ps-extend-face-list, ps-extend-face)
6037         (ps-print-background-image): Fix typos in docstrings.
6038         (ps-default-fg, ps-default-bg): Doc fixes.
6040         * s-region.el (s-region-bind): Doc fix.
6041         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6043         * textmodes/org.el (org-table-formula-substitute-names)
6044         (org-table-get-vertical-vector): Doc fixes.
6045         (org-table-recalculate): Remove unused argument to `message'.
6047 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6049         * textmodes/org.el (org-table-column-names)
6050         (org-table-column-name-regexp)
6051         (org-table-named-field-locations): New variables.
6052         (org-archive-subtree): Protect `this-command' when calling
6053         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6054         the kill buffer.
6055         (org-complete): Remove fixed-formula completion.
6056         (org-edit-formulas-map): New variable.
6057         (org-table-edit-formulas): New command.
6058         (org-finish-edit-formulas, org-abort-edit-formulas)
6059         (org-show-variable, org-table-get-vertical-vector): New functions.
6060         (org-table-maybe-eval-formula): Handle `:=' fields.
6061         (org-table-get-stored-formulas, org-table-store-formulas)
6062         (org-table-get-formula, org-table-modify-formulas)
6063         (org-table-replace-in-formulas): Handle named field formulas.
6064         (org-table-get-specials): Store locations of named fields.
6066 2005-07-19  Juri Linkov  <juri@jurta.org>
6068         * progmodes/grep.el (grep-regexp-alist)
6069         (grep-mode-font-lock-keywords, grep-process-setup):
6070         Use default GNU grep match color "01;31m" instead of "01;41m".
6071         (grep-regexp-alist, grep-mode-font-lock-keywords):
6072         Use `\\[[0-9]*m' instead of `\\[00m'.
6073         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6074         sgr_start where its handling is more important.  Use the real
6075         length of sgr_start instead of constant 8.
6076         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6077         specially.  Delete all remaining escape sequences.
6078         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6079         (grep-regexp-alist): Make hyperlink only for binary file name
6080         instead of the whole line.
6081         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6082         (grep-mode): Add autoload.
6084         * emacs-lisp/find-func.el (find-function-regexp):
6085         Add `define-compilation-mode'.
6087 2005-07-19  Juri Linkov  <juri@jurta.org>
6089         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6090         (compare-windows-sync-string-size, compare-windows-recenter)
6091         (compare-windows-highlight, compare-windows): Add version 22.1.
6092         (compare-windows) <defface>: Inherit from lazy-highlight instead
6093         of duplicating its default value.
6095         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6096         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6098         * descr-text.el (describe-char): Create link buttons for `charset'
6099         and `code point'.  Add the current input method name with a link
6100         button to `to input' field.  Print face names of display table
6101         characters in `The display table entry is displayed by' section
6102         instead of printing face-id in the `display' field.
6103         Guess hardcoded faces and create a link button for them.
6104         Skip empty fields when calculating max-width.
6105         Treat `widget-create' specially while inserting strings from the
6106         collected field list.
6107         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6109         * diff-mode.el (diff-file-header): Change foreground color from
6110         yellow to green on light backgrounds.
6111         (diff-context): Inherit from `shadow' only for color/grayscale
6112         with more than 88 colors.
6113         (diff-indicator-removed, diff-indicator-added)
6114         (diff-indicator-changed): New faces.
6115         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6116         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6117         font-lock-comment-delimiter-face and font-lock-comment-face.
6118         Add `#' to ^[^...] in the rule for `diff-context-face'.
6120         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6121         a button-like box.  Inherit from `highlight' on low colors.
6122         (shadow): Use shades of gray only for color/grayscale with
6123         more than 88 colors.  Use green for light backgrounds with
6124         8 colors, and yellow for dark backgrounds with 8 colors.
6126         * font-lock.el (font-lock-regexp-grouping-backslash):
6127         Don't inherit from escape-glyph (use bold for all cases).
6129         * info.el (info-xref-visited): Use light foreground color `violet'
6130         for dark backgrounds instead of dark color `magenta3'.
6131         (info-title-1): Use `yellow' color for dark backgrounds.
6133         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6134         too-light magenta2.
6136         * replace.el (match): Use slightly more light RoyalBlue3 instead
6137         of dark RoyalBlue4.
6139         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6141 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6143         * novice.el (disabled-command-hook): Declare it with
6144         `define-obsolete-variable-alias'.
6146         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6147         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6148         (desktop-load-default): Add release to obsolescence info.
6149         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6150         (desktop-append-buffer-args, desktop-read):
6151         Fix typos in docstrings.
6152         (desktop-kill): Fix typo in message.
6153         (desktop-save): Doc fix.
6155 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6157         * viper-cmd.el (viper-escape-to-state): Bug fix.
6158         (viper-envelop-ESC-key): Change the definition of fast
6159         keysequence so it'll work with keyboard macros.
6161         * ediff.el (ediff-patch-buffer): Change the docstring.
6163 2005-07-19  Kenichi Handa  <handa@m17n.org>
6165         * international/mule-cmds.el (select-safe-coding-system): Try to
6166         use an auto-coding (if any) before anything else.  If the found
6167         auto-coding is invalid, show a warning message.
6169         * international/mule.el (find-auto-coding): New function created
6170         by modifying the body of set-auto-coding.
6171         (set-auto-coding): Use find-auto-coding to find a coding.
6173 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6175         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6176         not isearch-mode-end-hook-error.
6177         (allout-before-change-protect): Fix error message.
6179 2005-07-18  Juri Linkov  <juri@jurta.org>
6181         * allout.el (allout-mode):
6182         * calculator.el (calculator-copy):
6183         * custom.el (custom-known-themes):
6184         * dired.el (dired-desktop-buffer-misc-data)
6185         (dired-restore-desktop-buffer):
6186         * dired-x.el (dired-omit-marker-char):
6187         * files.el (basic-save-buffer):
6188         * font-core.el (font-lock-mode):
6189         * calendar/calendar.el (calendar-goto-hebrew-date)
6190         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6191         (calendar-goto-persian-date):
6192         * language/ethio-util.el (ethio-sera-to-fidel-region):
6193         * textmodes/picture.el (picture-mode):
6194         Delete duplicate duplicate words.
6196 2005-07-18  Juri Linkov  <juri@jurta.org>
6198         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6199         chars * ? } |.
6200         (isearch-fallback): Don't call `isearch-process-search-char'.
6201         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6202         (isearch-process-search-char): Call `isearch-fallback' for regexp
6203         chars * ? } |.
6204         (isearch-return-char): Make obsolete with `make-obsolete' instead
6205         of simply documenting it as obsolete in the docstring.
6206         (isearch-fallback): Refill docstring.
6208         * international/isearch-x.el
6209         (isearch-process-search-multibyte-characters): Remove unneeded
6210         `concat'.  Add intermediate values to `junk-hist' instead of
6211         `minibuffer-history'.  Test the length of `str'.
6213 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6215         * allout.el (allout-resolve-xref): Fix typos in error strings.
6216         (allout-before-change-protect): Remove unneeded `concat'.
6218         * array.el (array-mode, array-reconfigure-rows)
6219         (untabify-backward): Fix typos in docstrings.
6220         (array-reconfigure-rows): Use `insert-buffer-substring', not
6221         `insert-buffer'.
6223         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6224         * progmodes/ada-mode.el (ada-make-body):
6225         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6227         * dired.el (dired-log):
6228         * tar-mode.el (tar-subfile-save-buffer):
6229         * play/zone.el (zone-pgm-stress-destress):
6230         Use `insert-buffer-substring', not `insert-buffer'.
6232 2005-07-17  Simon Josefsson  <jas@extundo.com>
6234         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6236 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6238         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6239         Add plain auth method.
6240         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6242 2005-07-17  Kim F. Storm  <storm@cua.dk>
6244         * ido.el (dired-other-window): Add ido property.
6246 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6248         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6249         Fix typo in docstring.
6250         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6251         `insert-file-literally'.
6253         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6254         info and delete redundant message.  Doc fix.
6255         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6256         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6258 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6260         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6261         (byte-compile-and): Use byte-compile-and-recursion.
6262         (byte-compile-or-recursion): New function.
6263         (byte-compile-or): Use that.
6264         (byte-compile-if): Guard the else-clause too.
6265         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6267         * isearch.el (isearch-mode-end-hook-quit): New variable.
6268         (isearch-done): Bind it.
6269         (isearch-mode-end-hook): Doc fix.
6271         * allout.el (allout-isearch-did-quit): Variable deleted.
6272         (allout-real-isearch-abort): Function name no longer used.
6273         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6274         (allout-isearch-rectification): isearch-mode always exists.
6275         Don't set allout-isearch-did-quit.
6276         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6277         allout-isearch-did-quit.
6278         (allout-enwrap-isearch): Just add the hook.
6279         (allout-isearch-abort): Function deleted.
6280         (allout-pre-command-business): Avoid warning.
6282         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6283         Correctly avoid warnings.
6284         (pascal-outline): Likewise.
6286         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6288         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6290         * play/tetris.el (tetris-mode): Avoid warning.
6292         * play/snake.el (snake-mode): Avoid warning.
6294         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6295         (gamegrid-set-display-table): Avoid warning.
6296         (gamegrid-set-timer): Likewise.
6297         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6298         (gamegrid-add-score-with-update-game-score-1): Take FILE
6299         as argument.
6300         (gamegrid-add-score-with-update-game-score): Pass that argument.
6301         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6303         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6305         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6306         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6308         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6309         and insert-file.
6311         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6312         (sc-ask): Avoid warnings.
6314         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6315         (eshell-hist-initialize): Use that var the natural way.
6317         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6319         * emacs-lisp/re-builder.el (reb-cook-regexp):
6320         Avoid warning calling lre-compile-string.
6321         (reb-color-display-p): Avoid warning.
6323         * calculator.el (calculator-last-input): Guard uses
6324         of event-key and key-press-event-p.
6325         (event-key, key-press-event-p): Delete definitions.
6327         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6328         (find-gc-source-directory, find-gc-subrs-callers)
6329         (find-gc-noreturn-list, find-gc-source-files)
6330         (find-gc-subrs-called): Vars renamed and defvar'd.
6332         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6333         (checkdoc-overlay-put, checkdoc-delete-overlay)
6334         (checkdoc-overlay-start, checkdoc-overlay-end)
6335         (checkdoc-mode-line-update, checkdoc-char=):
6336         Define such that compiler knows they are defined.
6337         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6338         (checkdoc-read-event): Delete.  Use read-event directly.
6340         * whitespace.el (whitespace-make-overlay)
6341         (whitespace-overlay-put, whitespace-delete-overlay)
6342         (whitespace-overlay-start, whitespace-overlay-end):
6343         Define such that compiler knows they are defined.
6344         (whitespace): Move conditional inside.
6346         * tempo.el (tempo-insert-template): Suppress warning.
6348         * ediff-diff.el (longlines-mode): Add defvar.
6350 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6352         * server.el: Bind "C-x #" in a way that works even if C-x is
6353         redefined to a command key, not a prefix key.
6355 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6357         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6358         cl-make-type-test till execution time.
6360 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6362         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6363         arg ARG and use it.
6365 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6367         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6369 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6371         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6372         a defcustom with two :set or :type keywords.
6374 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6376         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6377         Don't give ^M comment-end syntax.
6379 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6381         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6382         Don't consider gdbmi (gdb-mi.el has its own update functions).
6383         (gdb-var-delete): Make it work for gdbmi as well.
6384         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6386         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6387         (gud-speedbar-menu-items): Correct logic for enabling items.
6389 2005-07-15  Kim F. Storm  <storm@cua.dk>
6391         * ido.el: Fix commentary.
6392         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6393         Use with-no-warnings around ffap-guesser.
6394         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6395         Let bind minibuffer-completing-file-name to t.
6397 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6399         * startup.el (site-run-file, keyboard-type): Doc fixes.
6400         (command-line): Check for "--basic-display" argument; also for
6401         "--quick", not "--bare-bones" (which was renamed).
6402         (fancy-splash-text): Add missing item "Getting New Versions".
6403         (normal-splash-screen): Fix typos and improve consistency with
6404         `fancy-splash-text'.  Update copyright year.
6406         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6407         valid binding for `help-char'.
6409         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6411 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6413         * term.el (term-mode): Disable cua-mode for term buffers.
6415 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6417         * add-log.el (add-log-mailing-address, change-log-merge):
6418         Doc fixes.
6419         (change-log-get-method-definition): Fix typo in docstring.
6421 2005-07-14  Kim F. Storm  <storm@cua.dk>
6423         * emulation/cua-base.el:
6424         (cua--pre-command-handler-1, cua--pre-command-handler)
6425         (cua--post-command-handler-1, cua--post-command-handler):
6426         Split in two.  Check (buffer local) value of cua-mode.
6427         (cua-selection-mode): New command.
6429 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6431         * custom.el (custom-initialize-safe-set)
6432         (custom-initialize-safe-default): Doc fixes.
6434         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6435         and simplify :init-value again.
6437         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6438         and simplify :init-value again.  Delete autoload.
6440         * startup.el (command-line): Use `custom-reevaluate-setting' again
6441         for tooltip-mode.
6443         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6444         a defcustom with two :initialize keywords.
6446 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6448         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6449         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6450         (allout-post-command-business, allout-flag-region)
6451         (isearch-reenable-font-lock, allout-yank)
6452         (allout-insert-latex-header, allout-insert-latex-trailer)
6453         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6454         (allout-latex-verb-quote): Fix typos in docstrings.
6455         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6456         (allout-unprotected, allout-prefix-data):
6457         Improve argument/docstring consistency.
6458         (allout-chart-subtree): Fix argument spec.
6459         (allout-open-topic): Rename `use_sib_bullet' argument to
6460         `use-sib-bullet'.  Doc fix.
6462         * whitespace.el (whitespace-check-buffer-leading)
6463         (whitespace-check-buffer-trailing)
6464         (whitespace-check-buffer-indent)
6465         (whitespace-check-buffer-spacetab)
6466         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6467         (whitespace-check-leading-whitespace)
6468         (whitespace-check-trailing-whitespace)
6469         (whitespace-check-spacetab-whitespace)
6470         (whitespace-check-indent-whitespace)
6471         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6472         (whitespace-modes): Fix typos in docstrings.
6473         (defgroup, defcustom): Doc fixes.
6475         * winner.el (winner-mode, winner-boring-buffers)
6476         (winner-pending-undo-ring): Doc fixes.
6477         (winner-ring): Remove unneeded `progn'.
6478         (winner-equal): `defsubst' it.
6479         (winner-redo): Fix message.
6481 2005-07-13  Kim F. Storm  <storm@cua.dk>
6483         * simple.el (line-move-1): Always use vertical-motion to
6484         do the last (or only) line move to ensure some movement.
6485         Undo 2005-06-23 change--don't check for overlays.
6487 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6489         * term/mac-win.el (ccl-encode-mac-roman-font)
6490         (ccl-encode-mac-centraleurroman-font)
6491         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6492         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6493         Change charset-id boundary of dimension to ?\xef.
6494         (mac-char-fontspec-list): New constant.
6495         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6496         argument.  Nil uses itself as family in font-spec.  Previous
6497         behavior for nil is now provided by non-nil non-string argument.
6498         All callers changed.  Add font-specs for Mac fonts to
6499         "fontset-default" unless iso8859-1 fonts are installed.
6501 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6504         a continuation line if the \ is preceded by SPC or TAB.
6505         (sh-get-indent-info): Simplify.
6506         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6507         Use with-current-buffer.
6509         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6510         when the matched text is empty.
6512 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6514         * startup.el (command-line): Revert to previous handling of
6515         tooltip-mode.  Explain in comment why the complexity is needed.
6517         * tooltip.el (tooltip-mode): Revert to previous implementation of
6518         its defcustom.
6520         * frame.el (blink-cursor-mode): Revert to previous implementation
6521         of its defcustom.  Update comment.
6523 2005-07-12  Lars Hansen  <larsh@soem.dk>
6525         * desktop.el: Update e-mail address.
6527 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6529         * term/mac-win.el (mac-services-mail-selection)
6530         (mac-services-mail-to): New functions.
6531         (mac-application-menu-map): Bind them.
6533 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6535         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6537 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6539         * custom.el (custom-reevaluate-setting): Doc fix.
6541 2005-07-11  Jay Belanger  <belanger@truman.edu>
6543         * calc/calc.el (calc-embedded-announce-formula-alist)
6544         (calc-embedded-open-close-plain-alist)
6545         (calc-embedded-open-close-mode-alist): Add checks for additional
6546         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6548 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6550         * custom.el (custom-enable-theme): Don't add theme to
6551         `custom-enabled-themes' with `push' because there is no
6552         setf-method for `delq'.
6554 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6556         * custom.el (custom-declare-variable): Doc fix.
6558         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6559         from the alists.
6561         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6562         Do nothing if edebug-active.
6564         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6565         (edebug-display): Do it here instead.
6567 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6569         * cus-face.el (custom-theme-set-faces): Make it work.
6570         (custom-reset-faces): Doc fix.
6571         (custom-theme-reset-internal-face, custom-theme-face-value):
6572         Functions deleted.
6574         * custom.el (custom-push-theme): Maintain list of the settings
6575         of a given theme in its theme-settings property.
6576         Maintain position of old settings in the theme-value
6577         or theme-face property.
6578         (custom-enabled-themes): New variable.
6579         (custom-theme-enabled-p): New function.
6580         (provide-theme): Update custom-enabled-themes.
6581         Disable and reenable the `user' theme.
6582         (require-theme): Doc fix.
6583         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6584         (custom-theme-value, custom-theme-variable-value): Likewise.
6585         (custom-theme-reset-internal): Likewise.
6586         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6587         (custom-enable-theme, custom-disable-theme): New functions.
6588         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6589         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6590         (custom-theme-reset-variables): Simplify.
6591         (deftheme, custom-declare-theme, custom-make-theme-feature):
6592         Definitions moved.
6594 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6596         * longlines.el (longlines-show-region)
6597         (longlines-unshow-hard-newlines): Recognize hard newlines by
6598         non-nil hard property, instead of t.
6600 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6602         * viper-cmd.el (viper--key-maps): New variable.
6603         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6604         emulation-mode-map-alists.
6605         (viper-envelop-ESC-key): Use viper-subseq.
6606         (viper-search-forward/backward/next): Disable debug-on-error.
6608         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6609         (viper-ESC-key): New defcustoms.
6611         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6613         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6614         (viper-subseq): Copy of subseq from cl.el.
6616         * viper.el (viper-go-away, viper-set-hooks): Use
6617         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6619         * viper-mous.el (viper-current-frame-saved): Use defvar.
6621         * viper-init.el: Get rid of -face in face names.
6623         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6624         Make it work with longlines mode
6626         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6628         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6630         * ediff-init.el: Get rid of -face in face names.
6632 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6634         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6635         and with-timeout-unsuspend.
6637         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6638         and with-timeout-unsuspend.
6640         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6641         (with-timeout): Bind that variable to record timers.
6642         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6644         * emacs-lisp/debug.el (debug-help-follow): New function.
6645         (debugger-mode-map): Use that instead of help-follow.
6646         (debugger-setup-buffer): Use eval-buffer-list
6647         to handle eval-buffer frames.
6649 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6651         * timezone.el (timezone-parse-date): Change first regexp
6652         so it will not mistakenly match dates with no time zone.
6654 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6656         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6658 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6660         * custom.el (custom-initialize-safe-set)
6661         (custom-initialize-safe-default): New functions.
6663         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6664         and simplify :init-value.
6666         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6667         and simplify :init-value.  Delete obsolete comment.
6669         * startup.el (command-line): Use `custom-reevaluate-setting' to
6670         handle `tooltip-mode'.  Delete obsolete comment.
6672         * files.el (set-visited-file-name): Avoid calling
6673         `file-name-nondirectory' with a nil argument.
6675 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6677         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6678         was called with nil for the buffer, handle the read position right.
6679         Handle read position for eval-region, too.
6681 2005-07-09  Juri Linkov  <juri@jurta.org>
6683         * fringe.el (fringe-mode): Add period in docstring.
6684         (fringe-query-style): Build prompt depending on `all-frames' arg.
6686         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6687         to not create links to unrelated functions in the Help buffer.
6689         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6690         Doc fix.
6692         * simple.el (next-error-hook): New variable.
6693         (next-error): Use it.  Doc fix.
6695         * textmodes/ispell.el (ispell-command-loop): Add current
6696         dictionary name and program name to mode-line-format.
6697         (ispell-region, ispell-process-line): Add current dictionary name
6698         and program name to messages.
6700 2005-07-08  Jay Belanger  <belanger@truman.edu>
6702         * calc/calc.el (calc-embedded-announce-formula-alist)
6703         (calc-embedded-open-close-formula-alist)
6704         (calc-embedded-open-close-word-alist)
6705         (calc-embedded-open-close-plain-alist)
6706         (calc-embedded-open-close-new-formula-alist)
6707         (calc-embedded-open-close-mode-alist)
6708         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6709         (calc-embedded-mode-hook): New variables.
6711         * calc/calc-embed.el (calc-embedded-firsttime)
6712         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6713         New variables.
6714         (calc-do-embedded): Use calc-embedded-firsttime,
6715         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6716         determine whether or not to run hooks.
6717         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6718         calc-embedded-firsttime-formula appropriately.
6719         Set calc-embedded delimiter variables according to mode.
6721 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6723         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6724         Check for "emacs", etc., as entire symbol, not just as word.
6725         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6727         * files.el (set-visited-file-name): Report the error
6728         for "empty filename" earlier.
6729         (kill-some-buffers): Ignore buffers already dead.
6731         * fringe.el (fringe-mode): Doc fix.
6733         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6734         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6735         Use unwind-protect to ensure byte-compile-unresolved-functions
6736         is updated.
6738         * whitespace.el (whitespace-buffer-leading-cleanup):
6739         Simplify w/ skip-chars-forward.
6740         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6742         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6743         Unconditionally try to leave point at the same old place.
6745 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6747         * comint.el (comint-postoutput-scroll-to-bottom)
6748         (comint-show-maximum-output): Take scroll-margin into consideration.
6750 2005-07-08  Kim F. Storm  <storm@cua.dk>
6752         * ido.el (ido-use-filename-at-point): New choice `guess'.
6753         (ido-file-internal): Try ffap-guesser if selected.
6755         * ido.el (ido-before-fallback-functions): New hook.
6756         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6757         (ido-read-file-name): Run it.
6759 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6762         strings rather than a list of symbols to the completion function.
6764 2005-07-07  Jay Belanger  <belanger@truman.edu>
6766         * calc/calc-units.el (math-apply-units): Change the places in
6767         which units are simplified.
6769 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6771         * cus-edit.el (customize-option, customize-option-other-window):
6772         Make them handle aliases.
6774         * custom.el (custom-variable-p): Make it recursively follow
6775         aliases.  Mention that in the docstring.
6777 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6779         * cus-start.el (exec-path): Use `directory' instead of `file'.
6780         Fix tag for nil.
6782 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6784         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6785         when called non-interactively.  Doc fix.
6787 2005-07-07  Lute Kamstra  <lute@gnu.org>
6789         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6790         new address as well.
6792 2005-07-07  Kenichi Handa  <handa@m17n.org>
6794         * international/mule.el (make-coding-system):
6795         Describe `ascii-incompatible' property in the docstring.
6796         (set-file-name-coding-system): Signal an error if coding-system is
6797         ascii-incompatible.
6798         (set-keyboard-coding-system): Likewise.
6800         * international/mule-cmds.el (set-default-coding-systems):
6801         Don't set default-file-name-coding-system and
6802         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6804         * international/utf-16.el: Declare that all UTF-16-based coding
6805         systems are ASCII-incompatible.
6807 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6809         * progmodes/gud.el: Require font-lock for displaying errors.
6810         Used by gdb-ui.el.
6812 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6814         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6815         values for the pattern lists which are `read'able but not
6816         `append'able (like symbols).
6818 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6820         * progmodes/flymake.el (flymake-float-time): Instead of
6821         with-no-warnings, test for xemacs.
6822         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6823         to avoid warning.
6825 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6827         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6829 2005-07-05  Lute Kamstra  <lute@gnu.org>
6831         * battery.el: Add support for Darwin (with much debugging help
6832         from Samuel Lauber <sam124@operamail.com>).
6833         (battery-status-function, battery-echo-area-format)
6834         (battery-mode-line-format): Add support for pmset on Darwin.
6835         (battery-load-low, battery-load-critical): New user options.
6836         (battery-pmset): New function.
6838 2005-07-05  Lute Kamstra  <lute@gnu.org>
6840         Update FSF's address in GPL notices.
6842         * textmodes/page-ext.el: Update FSF's address.
6844 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6847         filling from using prefix when filling a single-line docstring.
6849         * progmodes/flymake.el: Remove useless eval-when-compile.
6851         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6853 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6855         * textmodes/org.el (org-file-apps-defaults-gnu):
6856         Rename from org-file-apps-defaults-linux.
6857         (org-default-apps): Don't test system-type for `linux'.
6858         (org-file-apps): Doc fix.
6860 2005-07-04  David Ponce  <david@dponce.com>
6862         * tree-widget.el: Improve header Commentary section.
6863         (tree-widget) [defgroup]
6864         (tree-widget-image-enable, tree-widget-themes-directory)
6865         (tree-widget-theme, tree-widget-image-properties-emacs)
6866         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6867         (tree-widget-image-formats, tree-widget-control)
6868         (tree-widget-empty-control, tree-widget-leaf-control
6869         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6870         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6871         (tree-widget-keep, tree-widget-after-toggle-functions)
6872         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6873         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6874         :help-echo message.
6875         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6876         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6877         (tree-widget--cursors): New constant.
6878         (tree-widget-lookup-image): New function split from
6879         `tree-widget-find-image'.  Clearer implementation.
6880         (tree-widget-find-image): Use it.
6881         (tree-widget-button-keymap): Use `set-keymap-parent'.
6882         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6883         Define the sub-widgets here.
6884         (tree-widget-node): Check that :node is not a tree-widget.
6885         (tree-widget-get-super, tree-widget-open-control)
6886         (tree-widget-close-control, tree-widget-empty-control)
6887         (tree-widget-leaf-control, tree-widget-guide)
6888         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6889         (tree-widget-no-handle, tree-widget-value-delete)
6890         (tree-widget-map): Remove.
6891         (tree-widget-children-value-save): Doc fix.  Simplified.
6892         (tree-widget-value-create): Update according to previous changes.
6894 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6896         * textmodes/org.el: Leading space replaced by TABS.
6897         (org-recalc-marks, org-table-rotate-recalc-marks)
6898         (org-table-get-specials): Treat "^" and "_" marks.
6899         (org-table-justify-field-maybe): Optional argument NEW.
6900         (org-table-eval-formula): Parsing of the format simplified.
6901         New modes C,I.  Honor the %= parameter in the current table.
6902         Avoid unnecessary re-align by using the NEW argument to
6903         `org-table-justify-field-maybe'.
6904         (org-calc-default-modes): Default for date-format mimicks org-mode.
6905         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6907 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6909         * cus-face.el (custom-theme-set-faces): Make it handle face
6910         aliases whose alias declarations are pre- or autoloaded.
6912 2005-07-04  Juri Linkov  <juri@jurta.org>
6914         * faces.el (read-face-name): Put the code for getting a face name
6915         from the buffer before adding the faces from the `face' property.
6916         Use `completing-read-multiple' instead of `completing-read'.
6917         Require `crm'.  Add default value and post-process the returned
6918         list of faces.
6920         * emacs-lisp/crm.el (crm-find-current-element)
6921         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6923         * emacs-lisp/lisp-mode.el (eval-defun-1):
6924         * emacs-lisp/edebug.el (edebug-eval-defun):
6925         Remove unnecessary quotes.
6927 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6929         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6930         (prolog-indent-level): Fix typo in docstring.
6932         * info.el (Info-history, Info-history-forward)
6933         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6935         * add-log.el (add-change-log-entry):
6936         * comint.el (comint-dynamic-list-input-ring)
6937         (comint-dynamic-list-completions):
6938         * dabbrev.el (dabbrev-expand):
6939         * delim-col.el (delimit-columns-rectangle-line):
6940         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6941         (diff-unified->context):
6942         * ediff-init.el (ediff-abbrev-jobname):
6943         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6944         (ediff-replace-session-activity-marker-in-meta-buffer):
6945         * info.el (Info-summary):
6946         * lpr.el (printify-region):
6947         * printing.el (pr-create-interface):
6948         * ps-print.el (ps-print-quote):
6949         * ses.el (ses-column-widths, ses-print-cell)
6950         (ses-adjust-print-width, ses-center):
6951         * shell.el (shell-file-name-quote-list):
6952         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6953         (strokes-fill-current-buffer-with-whitespace)
6954         (strokes-xpm-for-stroke, strokes-list-strokes)
6955         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6956         * term.el (term-dynamic-list-input-ring)
6957         (term-dynamic-list-completions):
6958         * calc/calc.el (math-format-stack-value):
6959         * emacs-lisp/edebug.el (edebug-display-freq-count):
6960         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6961         (delphi-new-comment-line):
6962         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6963         * progmodes/executable.el (executable-set-magic):
6964         * progmodes/python.el (inferior-python-mode):
6965         * progmodes/scheme.el (scheme-mode-syntax-table):
6966         * progmodes/sh-script.el (sh-maybe-here-document):
6967         * progmodes/sql.el (sql-copy-column):
6968         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6969         * textmodes/bibtex.el (bibtex-mode):
6970         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6971         (sgml-auto-attributes):
6972         * textmodes/table.el (table-insert, table-shorten-cell)
6973         (table--generate-source-scan-lines, table-delete-row)
6974         (*table--cell-delete-char, table--spacify-frame)
6975         (table--horizontally-shift-above-and-below)
6976         (table--cell-insert-char, table--cell-blank-str)
6977         (table--fill-region-strictly):
6978         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6979         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6981         * add-log.el (change-log):
6982         * apropos.el (apropos):
6983         * comint.el (comint-completion, comint-source):
6984         * dabbrev.el (dabbrev):
6985         * delim-col.el (columns):
6986         * diff-mode.el (diff-mode):
6987         * ediff.el (ediff):
6988         * ediff-diff.el (ediff-diff):
6989         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6990         * ediff-mult.el (ediff-mult):
6991         * ediff-ptch.el (ediff-ptch):
6992         * ediff-wind.el (ediff-window):
6993         * facemenu.el (facemenu):
6994         * indent.el (indent):
6995         * info.el (info):
6996         * jka-cmpr-hook.el (compression, jka-compr):
6997         * lpr.el (lpr):
6998         * outline.el (outlines):
6999         * pcmpl-cvs.el (pcmpl-cvs):
7000         * pcmpl-rpm.el (pcmpl-rpm):
7001         * printing.el (printing):
7002         * ps-print.el (postscript, ps-print, ps-print-horizontal)
7003         (ps-print-vertical, ps-print-headers, ps-print-font)
7004         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7005         (ps-print-background, ps-print-printer, ps-print-page)
7006         (ps-print-miscellany):
7007         * ses.el (ses):
7008         * shell.el (shell, shell-directories, shell-faces):
7009         * startup.el (initialization):
7010         * strokes.el (strokes):
7011         * term.el (term):
7012         * uniquify.el (uniquify):
7013         * w32-vars.el (w32):
7014         * calc/calc.el (calc):
7015         * emacs-lisp/bytecomp.el (bytecomp):
7016         * emacs-lisp/cl-indent.el (lisp-indent):
7017         * emacs-lisp/edebug.el (edebug):
7018         * emacs-lisp/elp.el (elp):
7019         * emacs-lisp/testcover.el (testcover):
7020         * emacs-lisp/trace.el (trace):
7021         * emulation/viper-ex.el (viper-ex):
7022         * emulation/viper-mous.el (viper-mouse):
7023         * mail/mailalias.el (mailalias):
7024         * mail/supercite.el (supercite, supercite-frames)
7025         (supercite-attr, supercite-cite, supercite-hooks):
7026         * net/rcompile.el (remote-compile):
7027         * net/rlogin.el (rlogin):
7028         * obsolete/ooutline.el (outlines):
7029         * progmodes/delphi.el (delphi):
7030         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7031         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7032         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7033         (ebnf-optimization):
7034         * progmodes/etags.el (etags):
7035         * progmodes/executable.el (executable):
7036         * progmodes/idlwave.el (idlwave):
7037         * progmodes/pascal.el (pascal):
7038         * progmodes/prolog.el (prolog):
7039         * progmodes/python.el (python):
7040         * progmodes/scheme.el (scheme):
7041         * progmodes/sh-script.el (sh, sh-script):
7042         * progmodes/sql.el (SQL):
7043         * progmodes/tcl.el (tcl):
7044         * textmodes/bibtex.el (bibtex, bibtex-autokey):
7045         * textmodes/enriched.el (enriched):
7046         * textmodes/makeinfo.el (makeinfo):
7047         * textmodes/sgml-mode.el (sgml):
7048         * textmodes/table.el (table-hooks):
7049         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7050         * textmodes/texinfo.el (texinfo):
7051         * textmodes/two-column.el (two-column):
7052         Finish `defgroup' description with period.
7054         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7055         * eshell/esh-var.el (eshell-var):
7056         * progmodes/vhdl-mode.el (vhdl-testbench):
7057         * textmodes/org.el (org): Fix typos in docstrings.
7059         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7060         consistency.
7062         * progmodes/flymake.el (flymake-find-file): Remove.
7063         (flymake-float-time): Use `with-no-warnings'.
7064         (flymake-check-start-time, flymake-check-was-interrupted)
7065         (flymake-err-info, flymake-is-running, flymake-last-change-time)
7066         (flymake-new-err-info): `defvar' at compile time.
7068 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
7070         * replace.el (occur-hook): Doc fix.
7071         (occur-1): Don't call `occur-hook' if there are no matches.
7073 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7075         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7076         global-map, save the same map.
7077         (global-map): Don't alter it at top level.
7078         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7079         Then alter it here instead.
7080         (tpu-edt-off): Set global-map to the saved one.
7082         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7083         All references simplified.
7084         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7085         (zmacs-regions): Add defvar.
7086         (repeat-complex-command-map): Everything about that deleted.
7088         * textmodes/artist.el (artist-key-is-drawing)
7089         (artist-key-endpoint1, artist-key-poly-point-list)
7090         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7091         (artist-key-compl-table, artist-rb-save-data)
7092         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7093         Don't put them in eval-when-compile.
7094         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7096         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7097         Use with-no-warnings.
7099         * net/browse-url.el (dos-windows-version): Add defvar.
7101         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7103         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7104         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7105         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7106         Add defvar.
7107         (rmail-summary-beginning-of-message): Use with-no-warnings.
7108         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7110         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7111         Use with-no-warnings.
7113         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7114         (c-mark-function): Add point-moving-unit property.
7115         (vi-goto-line): Use with-no-warnings.
7117         * emulation/edt.el (edt-last-copied-word): Add defvar.
7118         (zmacs-region-stays): Likewise.
7119         (edt-mark-section-wisely): Use c-mark-function for C.
7120         Use makr-defun for Fortran.
7121         (time-string): defvar deleted.
7122         (edt-display-the-time): Don't set time-string.
7124         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7126         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7127         Don't warn when name is not constant
7128         or for defining the group `emacs'.
7130         * tooltip.el (gud-tooltip-mode): Add defvar.
7132         * startup.el (default-frame-background-mode): Add defvar.
7134         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7136         * info.el (tool-bar-map): Add defvar.
7138         * dired.el (dnd-protocol-alist): Add defvar.
7140         * dired-aux.el (dired-query): Display question with answer, when
7141         the user answers.
7143         * custom.el (custom-add-option): Doc fix.
7145         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7147 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7149         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7150         bogus name from the last change.
7152 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7154         * custom.el (custom-declare-variable): Fix typos in comment.
7155         (custom-known-themes): Doc fix.
7156         (custom-theme-directory): New defcustom.
7157         (require-theme): Make it check `custom-theme-directory'.
7159         * cus-theme.el (custom-new-theme-mode): New function.
7160         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7161         (custom-theme-description): Add compiler defvars.
7162         (customize-create-theme): Add doc to the "*New Custom Theme*"
7163         buffer.  Use `custom-new-theme-mode'.
7164         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7165         and save it to the `custom-theme-directory'.  Make this the
7166         default directory of the buffer.
7168 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7170         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7171         Fix unbalanced parentheses.
7173 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7176         into flymake-mode and delegate to flymake-mode.
7178         * find-file.el (ff-which-function-are-we-in): Clean up.
7180 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7182         * replace.el (occur-rename-buffer): Fix docstring.
7184         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7185         (edt-last-copied-word, edt-learn-macro-count)
7186         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7187         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7188         (time-string, zmacs-region-stays):
7189         * emulation/edt-mapper.el (edt-save-function-key-map)
7190         (EDT-key-name): `defvar' to silence the byte-compiler.
7192 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7194         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7195         font-lock-regexp-backslash.  Doc fix.
7196         (font-lock-regexp-backslash-grouping-construct): Rename from
7197         font-lock-regexp-backslash-construct.  Doc fix.
7198         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7199         grouping constructs.
7201 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7203         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7204         updating all the prerequisites.
7206 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7208         * textmodes/org.el (org-agenda-start-on-weekday)
7209         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7210         (org-agenda-use-time-grid, org-archive-location)
7211         (org-allow-space-in-links, org-usenet-links-prefer-google)
7212         (org-enable-table-editor, org-export-default-language)
7213         (org-export-html-show-new-buffer, org-fill-paragraph)
7214         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7215         (org-goto-quit, org-occur, org-eval-in-calendar)
7216         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7217         (org-agenda-diary-entry, org-remember-help)
7218         (org-table-convert-region, org-at-table-p)
7219         (org-table-move-row-down, org-table-move-row-up)
7220         (org-table-copy-region, org-table-toggle-vline-visibility)
7221         (org-table-get-stored-formulas, org-table-get-specials)
7222         (org-recalc-commands, org-table-eval-formula)
7223         (org-table-formula-substitute-names, orgtbl-make-binding)
7224         (org-format-org-table-html, org-format-table-table-html)
7225         (org-format-table-table-html-using-table-generate-source)
7226         (org-customize): Fix typos in docstrings.
7227         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7228         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7229         (org-back-to-heading): Doc fixes.
7230         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7231         (org-agenda-change-all-lines, org-get-header):
7232         Improve argument/docstring consistency.
7233         (orgtbl-error): Fix error message.
7235         * progmodes/flymake.el (flymake-find-possible-master-files)
7236         (flymake-master-file-compare, flymake-get-line-err-count)
7237         (flymake-highlight-line, flymake-gui-warnings-enabled):
7238         Fix typos in docstrings.
7239         (flymake-parse-line, flymake-get-project-include-dirs-function)
7240         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7241         Doc fixes.
7242         (flymake-get-project-include-dirs-function)
7243         (flymake-make-err-menu-data):
7244         Improve argument/docstring consistency.
7246 2005-07-01  Lute Kamstra  <lute@gnu.org>
7248         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7249         Catch errors with ignore-errors.  Use temporary buffer.
7250         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7252         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7253         background color faces.
7254         (facemenu-set-foreground, facemenu-set-background):
7255         Use facemenu-set-face-from-menu.
7256         (facemenu-set-face-from-menu): Treat face names that start with
7257         "fg:" or "bg:" as special.
7258         (facemenu-add-new-color): Don't create faces.  Simplify.
7260 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7262         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7263         (crm-find-current-element): Likewise.
7265 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7267         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7269 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7272         (archive-mouse-extract): Make it an obsolete alias.
7273         (archive-mode-map): Don't use archive-mouse-extract any more.
7274         (archive-mode, archive-extract): write-contents-hooks ->
7275         write-contents-functions.
7276         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7277         first arg.
7278         (archive-rename-entry): Update the call.
7279         (archive-zip-summarize): Remove unused var `method'.
7280         (archive-lzh-summarize): Remove unused var `creator'.
7282         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7283         dedicated frame upon exit.
7285         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7286         (archive-zip-extract, archive-zip-expunge)
7287         (archive-zip-update, archive-zip-update-case): Use executable-find.
7288         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7289         Use restore-buffer-modified-p.
7290         (archive-extract, archive-add-new-member, archive-write-file-member):
7291         Use with-current-buffer.
7292         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7294 2005-06-30  Andreas Schwab  <schwab@suse.de>
7296         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7298 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7300         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7302 2005-06-30  Juri Linkov  <juri@jurta.org>
7304         * faces.el (vertical-border): Inherit from mode-line-inactive
7305         only on tty.
7307 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7309         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7310         example, -NLINES in the `occur' docstring).
7312         * replace.el (occur-1): When no matches are found, do not set the
7313         `buffer-read-only' and modified flags for the occur buffer,
7314         because it is deleted.
7316         * emulation/cua-base.el (cua-check-pending-input)
7317         (cua-repeat-replace-region, cua-mode, cua-debug)
7318         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7319         Fix typos in docstrings.
7321         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7322         (cua-cut-region-to-global-mark)
7323         (cua--cut-rectangle-to-global-mark):
7324         Remove period from end of messages.
7326         * emulation/cua-rect.el (cua-do-rectangle-padding):
7327         Remove period from end of messages.
7328         (cua--rectangle-seq-format): Fix typo in docstring.
7329         (cua-sequence-rectangle, cua-fill-char-rectangle):
7330         Improve argument/docstring consistency.
7332 2005-06-29  Juri Linkov  <juri@jurta.org>
7334         * faces.el (default-frame-background-mode): New internal variable.
7335         (frame-set-background-mode): Use it.
7337         * startup.el (normal-top-level): Set default-frame-background-mode
7338         instead of frame-background-mode.  Before setting it, test for its
7339         nil value.  Remove tests for frame-background-mode and frame
7340         parameter `reverse'.  Add test for "unspecified-fg".
7342         * term/xterm.el (xterm-rxvt-set-background-mode):
7343         * term/rxvt.el (rxvt-set-background-mode):
7344         Set default-frame-background-mode instead of frame-background-mode.
7346 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7348         * simple.el (set-variable): Warn about obsolete user variables.
7350         * imenu.el (imenu--completion-buffer):
7351         * mouse.el (mouse-buffer-menu-alist):
7352         * msb.el (msb-invisible-buffer-p):
7353         * calendar/diary-lib.el (diary-header-line-format):
7354         * emacs-lisp/pp.el (pp-buffer):
7355         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7356         * textmodes/picture.el (picture-replace-match):
7357         Change space constants followed by a sexp to "?\s ".
7359         * play/decipher.el (decipher-loop-with-breaks):
7360         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7361         constants "protected" from end of line by a comment to "?\s".
7363 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * font-lock.el (save-buffer-state): Use `declare'.
7367         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7368         reset the syntax-table to cperl-mode-syntax-table.
7369         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7370         "foo_print_bar" is not matched as a reserved keyword.
7372 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7374         * textmodes/org.el (orgtbl-setup): New function, for delayed
7375         setup for the orgtbl commands.
7376         (org-calc-default-modes): New option.
7377         (orgtbl-make-binding): Use `defun' to get better help display.
7378         (org-diary): Call `org-compile-prefix-format'.
7379         (org-table-formula-substitute-names): New function.
7380         (org-agenda-day-view, org-agenda-week-view): New commands.
7381         (org-agenda-toggle-week-view): Command removed.
7382         (org-tbl-menu): Split off from org-org-menu.
7383         (org-mode): Move removal of outline-mode menus to here.
7384         (org-table-formula-debug): New option.
7385         (org-table-insert-row): Keep first field if just "#" or "*".
7386         (org-mode): Paragraph regexps fixed.
7387         (org-table-recalculate-regexp): New constant.
7388         (org-table-justify-field-maybe): Avoid replace if not necessary.
7389         (org-copy-special, org-cut-special): Use `call-interactively'.
7390         (org-table-copy-region): Take region from `interactive' call.
7391         (org-trim): Return string even if no match.
7392         (org-formula): New face.
7393         (org-set-font-lock-defaults): No longer highlight "FIXME".
7394         But highlight formula-related fields in table.
7395         (org-table-p): Use regexp, not fontification.
7396         (org-table-align): Handle white space at end of line.
7397         (org-table-formula-evaluate-inline): New option.
7398         (org-mode): Auto-wrapping in comment lines turned off.
7399         (org-table-copy-down): Evaluate only in copied field, not in
7400         destination.
7401         (org-table-current-formula): Variable removed.
7402         (org-table-store-formulas, org-table-get-stored-formulas)
7403         (org-table-modify-formulas, org-table-replace-in-formulas)
7404         (org-table-maybe-eval-formula): New functions.
7405         (org-table-get-formula): Modify to use stored formulas.
7406         (org-table-insert-column, org-table-delete-column)
7407         (org-table-move-column): Call `org-table-modify-formulas'.
7408         (org-complete): Add completion for keyword formulas.
7409         (orgtbl-mode): Pull orgtbl-mode-map to start of
7410         minor-mode-map-alist.
7412 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * progmodes/python.el (python-check): Require `compile' before
7415         modifying its variables.
7417         * newcomment.el (comment-indent-default): Don't get fooled by an early
7418         end of buffer.
7420 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7422         * ps-print.el (ps-print-version): Fix version number.
7424 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7426         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7428 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7430         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7431         (flyspell-local-mouse-map): Declaration deleted.
7432         (flyspell-mouse-map): Bind only mouse-2.
7433         (flyspell-mode-map): Don't test flyspell-use-local-map.
7434         (flyspell-overlay-keymap-property-name): Var deleted.
7435         (flyspell-mode-on): Don't make local bindings for
7436         flyspell-mouse-map and flyspell-mode-map.
7437         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7439         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7441         * progmodes/compile.el (compilation-next-error-function):
7442         Don't switch buffers; operate on the current buffer.
7444         * progmodes/compile.el (compilation-error-file-name)
7445         (compilation-warning-file-name, compilation-info-file-name)
7446         (compilation-line-number, compilation-column-number): New faces.
7447         (compilation-error-face, compilation-warning-face)
7448         (compilation-info-face, compilation-line-face)
7449         (compilation-column-face): Use them.
7451         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7453         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7455         * bindings.el (global-map): Bind insertchar and its variants.
7457 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7459         * textmodes/artist.el (artist-text-overwrite)
7460         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7462 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7464         * ps-print.el: It was not working the page selection for printing.
7465         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7466         (ps-print-version): New version 6.6.7.
7467         (ps-end-sheet): New fun.
7468         (ps-header-sheet, ps-end-job): Call it.
7470 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7472         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7474 2005-06-27  Lute Kamstra  <lute@gnu.org>
7476         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7477         background color faces.
7478         (facemenu-get-face): Delete function.
7479         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7480         (facemenu-add-new-color): Make second argument mandatory.
7481         Create the appropriate face and return it.  Simplify.
7482         (facemenu-set-foreground, facemenu-set-background): Don't check if
7483         color is defined.  Use return value of facemenu-add-new-color.
7485 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7487         * progmodes/gud.el (gud-filter): Add missing argument to
7488         with-selected-window.
7490 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7492         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7493         a :require to the defcustom.
7495         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7496         defcustoms corresponding to minor modes.
7498 2005-06-26  David Ponce  <david@dponce.com>
7500         * recentf.el: Require tree-widget instead of wid-edit.
7501         (recentf-filename-handler): Fix widget :type.
7502         (recentf-cancel-dialog, recentf-open-more-files)
7503         (recentf-open-files-action): Doc fix.
7504         (recentf-dialog-goto-first): New function.
7505         (recentf-dialog-mode-map): Set parent keymap first.
7506         (recentf-dialog-mode): Define with define-derived-mode.
7507         Don't display continuation lines in dialogs.
7508         (recentf-edit-list): Rename from recentf-edit-selected-items.
7509         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7510         Simplify.
7511         (recentf-edit-list-validate): New function.
7512         (recentf-edit-list): Update accordingly.
7513         (recentf-open-files-item-shift): Remove.
7514         (recentf-open-files-item): Convert menu elements into tree and
7515         link widgets.  Don't create the widgets.
7516         (recentf-open-files): Update accordingly.
7517         (recentf-save-list): Untabify.
7519 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7521         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7522         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7523         partially contained in the active region.  Do not take active
7524         region into account when called from Lisp, unless INTERACTIVE arg
7525         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7526         avoid trouble with fields.  Make marker point nowhere when no
7527         longer used.  Always return nil.  Doc fix.
7528         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7529         into account when called from Lisp, unless INTERACTIVE arg is
7530         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7531         avoid trouble with fields.  Make marker point nowhere when no
7532         longer used.  Always return nil.  Doc fix.
7533         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7534         interchangeable.  Do not take active region into account when
7535         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7536         message in echo area when called from Lisp, unless INTERACTIVE arg
7537         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7538         Return the number of matches.  Doc fix.
7539         (occur): Doc fix.
7540         (perform-replace): Make comment follow double space convention for
7541         the sake of `outline-minor-mode'.
7543         * faces.el (facep): Doc fix.
7545 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7547         * facemenu.el (facemenu-enable-faces-p): New function.
7548         (facemenu-background-menu, facemenu-foreground-menu)
7549         (facemenu-face-menu): Add menu-enable property.
7551         * jka-compr.el (jka-compr-insert-file-contents):
7552         Special handling if cannot find the uncompression program.
7554         * cus-face.el (custom-face-attributes): Add autoload.
7556         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7557         Bind comment-indent-function locally.
7559         * window.el (save-selected-window): Use save-current-buffer.
7561         * subr.el (with-selected-window): Use save-current-buffer.
7563         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7564         and with-current-buffer.
7566 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7568         * simple.el (line-move-1): Fix previous change.
7570 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7572         * replace.el (occur-1): Set `buffer-read-only' and the
7573         buffer-modified flag before running `occur-hook' to protect
7574         against unintentional buffer switches that can lead to data loss.
7576 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7578         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7579         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7580         initial error.
7582         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7583         after fresh input.
7584         (gdb-var-create-handler): Put name of expression in quotes.
7586 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7588         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7589         elements of RING in order, and without bogus nil elements.
7591 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7593         * simple.el (set-variable): Args renamed; doc fix.
7594         (line-move-1): When there are overlays around, use vertical-motion.
7596         * faces.el (escape-glyph): Use brown against light background.
7597         (nobreak-space): Rename from no-break-space.
7598         Fix previous change.
7600         * dired-aux.el (dired-do-copy): Fix arg prompt.
7602         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7604 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7606         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7607         rather than "Distributor".
7609 2005-06-23  Lute Kamstra  <lute@gnu.org>
7611         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7612         (debug-on-entry): Use it.  New interactive declaration that uses
7613         function-called-at-point.
7615 2005-06-23  Kim F. Storm  <storm@cua.dk>
7617         * subr.el (save-match-data): Add comment about using evaporate arg
7618         to set-match-data.
7620 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7622         * cus-edit.el (customize-face)
7623         (customize-face-other-window): Handle face aliases.
7625         * faces.el (face-documentation, set-face-attribute)
7626         (face-spec-set): Handle face aliases.
7628 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7630         * help-mode.el (help-make-xrefs): If a symbol representing a face
7631         name is not followed by the word "face", it could still be a
7632         function or variable name, so don't bypass other checks.
7634 2005-06-22  Juri Linkov  <juri@jurta.org>
7636         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7637         Replace aliased functions with calls where second arg `inherit' is t.
7639 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7641         * progmodes/gdb-ui.el (gdb-error): New variable.
7642         (gdb-error): New function.
7643         (gdb-annotation-rules): Act on error-begin and error annotations.
7644         (gdb-concat-output): Use font-lock-warning-face for errors.
7646 2005-06-22  Miles Bader  <miles@gnu.org>
7648         * bindings.el (propertized-buffer-identification): Use renamed
7649         `Buffer-menu-buffer' face.
7651         * faces.el (vertical-border): Rename from `vertical-divider'.
7652         (escape-glyph): Change dark-background color back to `cyan'.
7654 2005-06-21  Juri Linkov  <juri@jurta.org>
7656         * faces.el (face-user-default-spec): Try getting `customized-face'
7657         prior to `saved-face'.
7658         (frame-background-mode): Refill docstring.
7660         * emacs-lisp/lisp-mode.el (eval-defun-1):
7661         * emacs-lisp/edebug.el (edebug-eval-defun):
7662         Set `saved-face' temporarily to nil before calling form.
7663         Set `customized-face' to the new spec after that.
7665 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7667         * subr.el (1value, lambda, key-substitution-in-progress):
7668         Doc fixes.
7670         * autoinsert.el (auto-insert-alist):
7671         * ses.el (ses-call-printer):
7672         * subr.el (noreturn):
7673         * emacs-lisp/lisp.el (check-parens):
7674         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7675         * net/browse-url.el (browse-url-mosaic):
7676         * progmodes/cc-defs.el (c-safe-scan-lists):
7677         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7678         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7679         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7680         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7681         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7682         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7684 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7686         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7688 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7690         * calendar/appt.el (appt-make-list): Activate the package, if
7691         not already active (for backwards compatibility).
7693 2005-06-20  Kim F. Storm  <storm@cua.dk>
7695         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7697 2005-06-20  Miles Bader  <miles@gnu.org>
7699         * faces.el (vertical-divider): New face.
7701 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7703         * simple.el (kill-whole-line): Doc fix.
7704         (next-error-buffer-p, next-error-find-buffer)
7705         (clone-indirect-buffer): Fix typos in docstrings.
7706         (comment-line-break-function): Doc fix: don't say variable
7707         is automatically buffer-local (it isn't).
7709 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7711         * net/tramp-ftp.el (top):
7712         * net/tramp-smb.el (top):
7713         * net/tramp-util.el (top):
7714         * net/tramp-uu.el (top):
7715         * net/tramp-vc.el (top):
7716         * net/tramp.el (top): Revert copyright years back to original
7717         ones.  Tramp has a life outside GNU Emacs.
7719 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7721         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7723 2005-06-18  Juri Linkov  <juri@jurta.org>
7725         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7726         end of first regexp to limit the match to the position between
7727         line number and source line with same separator character as used
7728         between file name and line number.  In the second regexp limit
7729         mouse-face area to file name and line number by adding new group
7730         for them and referring it in HYPERLINK arg.
7731         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7732         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7733         previous line where grep markers may be already removed.
7735 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7737         * progmodes/ps-mode.el: Update version and maintainer's email address.
7739 2005-06-18  Steve Youngs  <steve@xemacs.org>
7741         * net/browse-url.el (browse-url-browser-function)
7742         (browse-url-default-browser): Add firefox.
7743         (browse-url-firefox-program, browse-url-firefox-arguments)
7744         (browse-url-firefox-startup-arguments)
7745         (browse-url-firefox-new-window-is-tab): New defcustoms.
7746         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7748 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7750         * startup.el (command-line): Warn if specified user name has
7751         no home directory.
7753         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7754         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7756         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7757         Doc fixes.
7759         * faces.el (underline): Try bold if terminal doesn't support underline.
7761         * mail/sendmail.el (mail-setup-with-from): New variable.
7762         (mail-insert-from-field): New function.
7763         (sendmail-send-it): Call it.
7764         (mail-setup): Optionally call it here.
7766         * term/linux.el: Call tty-no-underline.
7768 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7770         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7772 2005-06-17  Miles Bader  <miles@gnu.org>
7774         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7775         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7776         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7777         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7778         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7779         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7780         Remove "-face" suffix from face names.
7781         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7782         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7783         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7784         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7785         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7786         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7787         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7788         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7789         New backward-compatibility aliases for renamed faces.
7790         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7791         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7792         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7793         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7794         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7795         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7796         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7797         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7798         Use renamed ediff faces.
7800         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7801         Remove "-face" suffix from face names.
7802         (eshell-test-ok-face, eshell-test-failed-face):
7803         New backward-compatibility aliases for renamed faces.
7804         (eshell-run-test): Use renamed eshell-test faces.
7806         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7807         face name.
7808         (eshell-prompt-face): New backward-compatibility alias for renamed
7809         face.
7810         (eshell-emit-prompt): Use renamed eshell-prompt face.
7812         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7813         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7814         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7815         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7816         Remove "-face" suffix from face names.
7817         (eshell-ls-directory-face, eshell-ls-symlink-face)
7818         (eshell-ls-executable-face, eshell-ls-readonly-face)
7819         (eshell-ls-unreadable-face, eshell-ls-special-face)
7820         (eshell-ls-missing-face, eshell-ls-archive-face)
7821         (eshell-ls-backup-face, eshell-ls-product-face)
7822         (eshell-ls-clutter-face):
7823         New backward-compatibility aliases for renamed faces.
7824         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7826         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7827         Remove "-face" suffix from face name.
7828         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7829         instead of literal face.
7831 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7833         * emacs-lisp/warnings.el (display-warning, lwarn)
7834         (warning-minimum-log-level): Doc fixes.
7835         (warning-minimum-level, warning-minimum-log-level):
7836         Add :debug to :type choices.
7838         * progmodes/ada-mode.el (ada-format-paramlist)
7839         (ada-get-indent-case, ada-check-matching-start)
7840         (ada-check-defun-name, ada-goto-matching-decl-start)
7841         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7842         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7843         (ada-make-subprogram-body): Follow error conventions.
7844         (ada-case-exception-file, ada-indent-comment-as-code)
7845         (ada-indent-handle-comment-special, ada-indent-renames)
7846         (ada-indent-return, ada-search-directories-internal)
7847         (ada-tab-policy, ada-case-exception-substring)
7848         (ada-other-file-alist, ada-matching-start-re)
7849         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7850         (ada-imenu-generic-expression, ada-compile-goto-error)
7851         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7852         (ada-popup-menu, ada-add-extensions, ada-mode)
7853         (ada-region-selected, ada-create-case-exception)
7854         (ada-create-case-exception-substring, ada-after-keyword-p)
7855         (ada-activate-keys-for-case, ada-adjust-case-region)
7856         (ada-adjust-case-buffer, ada-format-paramlist)
7857         (ada-scan-paramlist, ada-insert-paramlist)
7858         (ada-indent-newline-indent)
7859         (ada-indent-newline-indent-conditional)
7860         (ada-justified-indent-current, ada-goto-previous-word)
7861         (ada-indent-current, ada-get-indent-open-paren)
7862         (ada-get-indent-paramlist, ada-get-indent-end)
7863         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7864         (ada-get-indent-block-start, ada-get-indent-subprog)
7865         (ada-get-indent-noindent, ada-get-indent-label)
7866         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7867         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7868         (ada-goto-stmt-end, ada-goto-next-word)
7869         (ada-check-matching-start, ada-check-defun-name)
7870         (ada-goto-matching-decl-start, ada-goto-matching-start)
7871         (ada-goto-matching-end, ada-search-ignore-string-comment)
7872         (ada-in-decl-p, ada-looking-at-semi-or)
7873         (ada-looking-at-semi-private, ada-in-paramlist-p)
7874         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7875         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7876         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7877         (ada-previous-package, ada-create-menu)
7878         (ada-fill-comment-paragraph-justify)
7879         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7880         (ada-other-file-name, ada-last-which-function-line)
7881         (ada-last-which-function-subprog, ada-which-function)
7882         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7883         (ada-gen-treat-proc, ada-check-emacs-version)
7884         (ada-continuation-indent, ada-align-region-separate):
7885         Fix typos in docstrings.
7886         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7888 2005-06-16  Lute Kamstra  <lute@gnu.org>
7890         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7891         conditionally.
7893 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7895         * comint.el (comint-replace-by-expanded-filename)
7896         (comint-prompt-regexp, comint-delimiter-argument-list)
7897         (comint-preinput-scroll-to-bottom):
7898         * info.el (Info-hide-cookies-node):
7899         * ls-lisp.el (ls-lisp-classify):
7900         * find-file.el (ff-search-directories, ff-special-constructs)
7901         (ff-find-other-file):
7902         * font-lock.el (font-lock-keywords):
7903         * shell.el (shell-prompt-pattern)
7904         (shell-dynamic-complete-functions, shell-mode)
7905         (shell-delimiter-argument-list):
7906         * term.el (term-replace-by-expanded-filename)
7907         (term-prompt-regexp, term-delimiter-argument-list):
7908         * woman.el (woman-ignore, woman0-if):
7909         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7910         * emacs-lisp/elint.el (elint-init-env):
7911         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7912         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7913         * language/ethio-util.el (ethio-tilde-escape)
7914         (ethio-use-three-dot-question):
7915         * net/zone-mode.el (zone-mode-load-time-setup):
7916         * progmodes/cc-align.el (c-lineup-argcont):
7917         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7918         * progmodes/cperl-mode.el (cperl-set-style-back):
7919         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7920         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7921         Fix spellings in docstrings.
7923         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7924         * progmodes/modula2.el (m2-for): Fix spellings.
7926         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7928         * simple.el (undo-more): Don't use `format' on `error' arguments.
7929         Improve argument/docstring consistency.
7930         (pending-undo-list): Doc fix.
7932         * smerge-mode.el (smerge-ensure-match):
7933         * emulation/vip.el (vip-ex):
7934         * net/zone-mode.el (zone-mode-update-serial):
7935         * progmodes/idlwave.el (idlwave-complete):
7936         * progmodes/vhdl-mode.el (vhdl-visit-file)
7937         (vhdl-compose-wire-components):
7938         Don't use `format' on `error' arguments.
7940         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7941         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7942         (tooltip-help-tips): Fix typos in docstrings.
7944 2005-06-16  David Ponce  <david@dponce.com>
7946         * tree-widget.el (tree-widget-value-create): Simplify last change.
7948 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7950         * ido.el (ido-incomplete-regexp): New variable.
7951         (ido-set-matches-1): Handle invalid-regexp error and set
7952         ido-incomplete-regexp.
7953         (ido-incomplete-regexp): New face.
7954         (ido-completions): Use it.
7955         (ido-complete, ido-exit-minibuffer, ido-completions):
7956         Handle incomplete regexps.
7957         (ido-completions): Add check for complete match when entering a regexp.
7959 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7961         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7963 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7965         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7966         by field delimiters.
7968 2005-06-15  David Ponce  <david@dponce.com>
7970         * tree-widget.el: eval-and-compile inlined functions so they will
7971         be available at run-time too.
7972         (tree-widget-super-format-handler)
7973         (tree-widget-format-handler): Remove.
7974         (tree-widget-value-create): Handle the :indent property.
7976 2005-06-15  Miles Bader  <miles@gnu.org>
7978         * progmodes/which-func.el (which-func): Only inherit
7979         `font-lock-function-name-face' when that makes sense against the
7980         default mode-line face, otherwise set the face color explicitly.
7982         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7983         faces instead of (non-existent) variables.
7985 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7988         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7990 2005-06-14  Miles Bader  <miles@gnu.org>
7992         * progmodes/ld-script.el (ld-script-location-counter):
7993         Remove "-face" suffix from face name.
7994         (ld-script-location-counter-face):
7995         New backward-compatibility alias for renamed face.
7996         (ld-script-location-counter-face): Use renamed face.
7998         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7999         (cperl-hash): Remove "-face" suffix from face names.
8000         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8001         New backward-compatibility aliases for renamed faces.
8002         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8003         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8005         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8006         name.
8007         (which-func-face): New backward-compatibility alias for renamed face.
8008         (which-func-format): Use renamed which-func face.
8010         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8011         (vhdl-function, vhdl-directive, vhdl-reserved-word)
8012         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8013         names.
8014         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8015         (vhdl-speedbar-configuration, vhdl-speedbar-package)
8016         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8017         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8018         (vhdl-speedbar-architecture-selected)
8019         (vhdl-speedbar-configuration-selected)
8020         (vhdl-speedbar-package-selected)
8021         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8022         names.
8023         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8024         Use renamed faces.
8025         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8026         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8027         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8028         Use renamed faces.
8029         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8030         names.
8031         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8032         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8033         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8034         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8035         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8036         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8038         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8039         face name.
8040         (sh-heredoc-face): New backward-compatibility alias for renamed face.
8041         (sh-heredoc-face): Use renamed sh-heredoc face.
8043         * progmodes/idlw-help.el (idlwave-help-link):
8044         Remove "-face" suffix from face name.
8045         (idlwave-help-link-face):
8046         New backward-compatibility alias for renamed face.
8047         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8049         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8050         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8051         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8052         New backward-compatibility aliases for renamed faces.
8053         (idlwave-shell-disabled-breakpoint-face)
8054         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8056         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8057         Remove "-face" suffix from face names.
8058         (flymake-errline-face, flymake-warnline-face):
8059         New backward-compatibility aliases for renamed faces.
8060         (flymake-highlight-line): Use renamed flymake faces.
8062         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8063         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8064         (ebrowse-member-class, ebrowse-progress):
8065         Remove "-face" suffix from face names.
8066         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8067         (ebrowse-file-name-face, ebrowse-default-face)
8068         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8069         (ebrowse-progress-face):
8070         New backward-compatibility aliases for renamed faces.
8071         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8072         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8073         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8074         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8076         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8077         antlr-syntax)
8078         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8079         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8080         names.
8081         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8082         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8083         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8084         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8085         backward-compatibility aliases for renamed faces.
8086         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8087         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8088         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8089         remove "font-lock-".  Use renamed antlr-mode faces.
8090         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8091         literal face-names with face variable references.
8093         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8094         face name.
8095         (Buffer-menu-buffer-face): New backward-compatibility alias for
8096         renamed face.
8097         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8099 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8101         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8102         Eliminate "-face" suffix.
8103         (makefile-targets): Inherit from font-lock-function-name-face and
8104         eliminate "-face" suffix.
8105         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8106         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8107         actions, instead of prepending, to make it less visible.
8108         (makefile-previous-dependency, makefile-match-dependency):
8109         Don't match a target on a continuation line.
8111         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8113 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8115         * progmodes/gdb-ui.el (menu): Re-order menu items.
8116         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8118         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8119         Define in tooltip.el.
8120         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8121         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8122         gud-tooltip-echo-area.
8124         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8125         backward compatibility and make obsolete.
8126         (tooltip-help-tips): Use tooltip-use-echo-area.
8127         (tooltip-show-help-function): Rename to...
8128         (tooltip-show-help): ...this, because it is a function.
8129         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8131 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8133         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8134         (edebug-print-length, edebug-print-level, edebug-print-circle)
8135         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8136         (edebug-eval-print-last-sexp): Doc fixes.
8138 2005-06-14  Kim F. Storm  <storm@cua.dk>
8140         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8141         as the coverage buffer/file/both may change.
8143 2005-06-14  Lute Kamstra  <lute@gnu.org>
8145         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8146         and run-mode-hooks.  Simplify.
8148         * mail/rmailedit.el (rmail-edit-mode):
8149         * progmodes/octave-inf.el (inferior-octave-mode):
8150         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8152         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8153         and run-mode-hooks.
8154         (recentf-edit-list, recentf-open-files): Don't call
8155         kill-all-local-variables directly.
8157         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8159 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8161         * emacs-lisp/byte-run.el (make-obsolete)
8162         (define-obsolete-function-alias): Rename arguments FUNCTION and
8163         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8164         (make-obsolete-variable, define-obsolete-variable-alias):
8165         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8166         respectively.
8168         * isearchb.el (isearchb-activate):
8169         * pcvs.el (cvs-mode):
8170         * ses.el (ses-load):
8171         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8172         * net/tramp.el (tramp-find-file-exists-command)
8173         (tramp-find-shell):
8174         * progmodes/ada-mode.el (ada-create-case-exception)
8175         (ada-create-case-exception-substring, ada-make-subprogram-body):
8176         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8177         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8178         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8179         * textmodes/org.el (org-promote, org-evaluate-time-range)
8180         (org-agenda-next-date-line, org-agenda-previous-date-line)
8181         (org-agenda-error, org-open-at-point, org-table-move-row)
8182         (org-format-table-table-html-using-table-generate-source)
8183         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8184         * textmodes/reftex.el (reftex-access-scan-info):
8185         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8186         (reftex-toc-promote-prepare): Follow error conventions.
8188         * diff-mode.el (diff-mode): Fix typo in docstring.
8190         * forms.el (forms--intuit-from-file): Fix reference to
8191         `forms-number-of-fields' in error message.
8192         (forms-print): Fix quoting in error message.
8194         * forms.el (forms-mode):
8195         * emulation/vi.el (vi-goto-insert-state):
8196         * progmodes/flymake.el (flymake-new-err-info)
8197         (flymake-start-syntax-check-for-current-buffer)
8198         (flymake-simple-cleanup):
8199         * eshell/esh-var.el (eshell/export):
8200         * progmodes/gud.el (xdb):
8201         * textmodes/flyspell.el (flyspell-incorrect-hook)
8202         (flyspell-maybe-correct-transposition)
8203         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8205 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8207         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8208         minibuffer prompt.
8210 2005-06-13  Kim F. Storm  <storm@cua.dk>
8212         * subr.el (add-to-ordered-list): New defun.
8214         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8215         add cua--keymap-alist to emulation-mode-map-alists.
8217 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8219         * subr.el (complete-in-turn): New macro.
8220         (dynamic-completion-table, lazy-completion-table): Add debug info.
8222         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8223         in preference to face aliases.
8225         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8226         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8227         Remove unused vars `start' and `firstline'.
8228         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8229         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8231 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8233         * cus-start.el (all): Don't complain about missing GTK-related
8234         variables, unless either `gtk' is boundp or this isn't a
8235         `windows-nt' build.
8237 2005-06-13  Lute Kamstra  <lute@gnu.org>
8239         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8240         run-mode-hooks.
8242         * ediff-mult.el (ediff-meta-mode):
8243         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8245         * ledit.el (ledit-mode): Use delay-mode-hooks.
8247         * woman.el (woman-mode-line-format): Delete constant.
8248         (woman-mode-map): Initialize it properly.
8249         (woman-mode): Set mode-class property to special.
8250         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8251         Set major-mode and mode-name.  Don't set mode-line-format directly.
8252         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8254         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8255         string argument obsolete.
8257 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8259         * textmodes/org.el (org-CUA-compatible): New option.
8260         (org-disputed-keys): New variable.
8261         (org-key): New function.
8262         (orgtbl-make-binding): Add docstring to the created function.
8263         (org-mode): Set paragraph start/separate regexps.
8264         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8265         (org-archive-location, org-archive-mark-done)
8266         (org-archive-stamp-time): New options.
8267         (org-archive-subtree): New command.
8268         (org-fill-paragraph): New function.
8269         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8270         (org-fake-empty-table-line): Function removed.
8271         (org-format-org-table-html): Do not create empty table lines at
8272         separator lines.  Improved table header treatment.
8273         (org-link-format): New option.
8274         (org-make-link): New function.
8275         (org-insert-link, org-store-link): Use org-make-link.
8276         (org-open-file): Quote file name for shell command, to allow
8277         spaces in file names.
8278         (org-link-regexp): Fix bug with mailto link.
8279         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8280         New constants.
8281         (org-export-as-html): Deal with the optional angles around a link.
8282         Better treatment of file: links.
8283         (org-open-at-point): Replace @{ and @} with < and >.
8284         (org-run-mode-hooks): Function removed.
8285         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8287 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8289         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8290         MI command -data-list-register-values.
8291         (gdb-post-prompt): Indent properly.
8293 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8295         * hilit-chg.el (highlight-changes-colors): Rename from
8296         `highlight-changes-colours'.
8297         (highlight-changes-colours): Keep as obsolete alias.
8298         (highlight-changes-face-list): Doc fix.
8299         (hilit-chg-make-list): Use `highlight-changes-colors'.
8301 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8303         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8304         defun-prompt-regexp.
8306 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8308         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8309         and cygwin.
8311         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8312         Don't use an old loaddefs.el, as in Makefile.in.
8314 2005-06-12  Lute Kamstra  <lute@gnu.org>
8316         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8318         * man.el (Man-mode-map): Initialize it properly.
8319         (Man-mode): Set mode-class property to special.
8321         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8323 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8325         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8326         A newline is needed in the docstring there.
8328         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8329         Doc fixes.
8331 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8333         * printing.el: Doc fix.  The menubar is no more changed when printing
8334         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8335         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8336         (pr-version): New version number (6.8.4).
8337         (pr-menu-bind): New command.
8338         (pr-update-menus): Docstring and code fix.
8339         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8340         Docstring fix.
8341         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8342         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8344 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8346         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8347         "Returns" to "return", document useful return values, etc.
8349 2005-06-11  Alan Mackenzie  <acm@muc.de>
8351         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8352         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8353         (adaptive-file-function): Minor amendment to doc-string.
8355 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8357         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8358         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8359         Fix :type--it is `integer', not `string'.
8361         * faces.el (modeline-highlight): Rename from (the erroneous)
8362         `modeline-higilight'.
8364 2005-06-11  Lute Kamstra  <lute@gnu.org>
8366         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8367         lisp-interaction-mode-map but make it the parent.
8368         (edebug-eval-mode): Use define-derived-mode.
8370 2005-06-11  Andreas Schwab  <schwab@suse.de>
8372         * bindings.el: Add binding of `ESC functionkey' for every
8373         `M-functionkey'.
8374         * hexl.el (hexl-mode-map): Likewise.
8376 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8378         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8379         [msft]: update regexp for newer msft compilers.
8381 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8383         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8384         ATTLIST portions of included DTDs.
8385         (xml-parse-dtd): Eliminate use of inefficient match-data.
8387 2005-06-10  Miles Bader  <miles@gnu.org>
8389         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8390         (mpuz-text): Remove "-face" suffix from face names.
8391         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8392         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8393         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8395         * play/gomoku.el (gomoku-O, gomoku-X):
8396         Remove "-face" suffix from face names.
8397         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8398         New backward-compatibility aliases for renamed faces.
8399         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8401 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8403         * thumbs.el: Fixes for changes of 2005-06-09.
8404         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8405         as a directory.
8406         (thumbs-thumbname): Remove directory separator from format string;
8407         `thumbs-thumbsdir' now returns a valid directory name.
8408         (thumbs-temp-dir): New defsubst.
8409         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8410         Use it.
8412         * cus-edit.el (minibuffer):
8413         * files.el (make-backup-file-name-function):
8414         * filesets.el (filesets-external-viewers):
8415         * hilit-chg.el (highlight-changes-colours)
8416         (highlight-changes-face-list, highlight-changes-rotate-faces):
8417         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8418         * kmacro.el (kmacro-call-macro):
8419         * log-edit.el (log-edit-changelog-full-paragraphs):
8420         * mouse.el (mouse-1-click-follows-link):
8421         * skeleton.el (skeleton-autowrap):
8422         * subr.el (insert-for-yank-1):
8423         * tempo.el (tempo-insert-region):
8424         * terminal.el (terminal-emulator):
8425         * time.el (display-time-mail-face):
8426         * vc.el (vc-annotate):
8427         * vcursor.el (vcursor-copy-line):
8428         * woman.el (woman-bold-headings, woman-ignore)
8429         (woman-default-faces, woman-monochrome-faces):
8430         * calendar/todo-mode.el (todo-insert-threshold):
8431         * emulation/pc-select.el (pc-select-selection-keys-only)
8432         (pc-selection-mode):
8433         * emulation/vip.el (vip-find-char-forward):
8434         * emulation/viper-cmd.el (viper-find-char-forward):
8435         * international/mule-cmds.el
8436         (select-safe-coding-system-accept-default-p)
8437         (input-method-exit-on-invalid-key):
8438         * international/mule-diag.el (describe-coding-system):
8439         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8440         * net/browse-url.el (browse-url-xterm-program):
8441         * obsolete/lazy-lock.el (lazy-lock-mode):
8442         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8443         (cperl-mode):
8444         * progmodes/cpp.el (cpp-face-light-name-list)
8445         (cpp-face-dark-name-list):
8446         * progmodes/delphi.el (delphi-newline-always-indents):
8447         Fix spellings in docstrings.
8449         * ido.el (ido-mode, ido-file-extensions-order)
8450         (ido-default-file-method, ido-default-buffer-method)
8451         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8452         (ido-decorations, ido-read-file-name-as-directory-commands)
8453         (ido-read-file-name-non-ido, ido-work-directory-list)
8454         (ido-ignore-item-temp-list, ido-current-directory)
8455         (ido-magic-forward-char, ido-enter-find-file)
8456         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8457         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8459 2005-06-10  Lute Kamstra  <lute@gnu.org>
8461         * play/dunnet.el (dun-mode): Use define-derived-mode.
8462         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8463         obsolete alias.
8465         * play/doctor.el (doctor-mode-map): Remove defvar.
8466         (doctor-mode): Use define-derived-mode.
8468         * mail/mspools.el (mspools-mode):
8469         * net/eudc-hotlist.el (eudc-hotlist-mode):
8470         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8472 2005-06-10  Miles Bader  <miles@gnu.org>
8474         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8475         Remove "-face" suffix from face names.
8476         (flyspell-incorrect-face, flyspell-duplicate-face):
8477         New backward-compatibility aliases for renamed faces.
8478         (flyspell-mode-on, make-flyspell-overlay)
8479         (flyspell-highlight-incorrect-region)
8480         (flyspell-highlight-duplicate-region)
8481         (flyspell-display-next-corrections)
8482         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8484         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8485         from face name.
8486         (texinfo-heading-face): New backward-compatibility alias for
8487         renamed face.
8488         (texinfo-heading-face): Use renamed texinfo-heading face.
8490         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8491         suffix from face names.
8492         (tex-math-face, tex-verbatim-face):
8493         New backward-compatibility aliases for renamed faces.
8494         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8495         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8496         literal face name.
8498         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8499         name.
8500         (table-cell-face): New backward-compatibility alias for renamed face.
8501         (table--put-cell-face-property, table--update-cell-face):
8502         Use renamed table-cell face.
8504         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8505         from face name.
8506         (sgml-namespace-face): New backward-compatibility alias for
8507         renamed face.
8508         (sgml-namespace-face): Use renamed sgml-namespace face.
8510         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8511         (org-level-4, org-level-5, org-level-6, org-level-7)
8512         (org-level-8, org-warning, org-headline-done)
8513         (org-deadline-announce, org-scheduled-today)
8514         (org-scheduled-previously, org-link, org-done, org-table)
8515         (org-time-grid): Remove "-face" suffix from face names.
8516         (org-level-1-face, org-level-2-face, org-level-3-face)
8517         (org-level-4-face, org-level-5-face, org-level-6-face)
8518         (org-level-7-face, org-level-8-face, org-warning-face)
8519         (org-headline-done-face, org-deadline-announce-face)
8520         (org-scheduled-today-face, org-scheduled-previously-face)
8521         (org-link-face, org-done-face, org-table-face)
8522         (org-time-grid-face):
8523         New backward-compatibility aliases for renamed faces.
8524         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8525         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8526         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8527         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8529         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8530         (viper-minibuffer-emacs, viper-minibuffer-insert)
8531         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8532         (viper-search-face, viper-replace-overlay-face)
8533         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8534         (viper-minibuffer-vi-face):
8535         New backward-compatibility aliases for renamed faces.
8536         (viper-search-face, viper-replace-overlay-face)
8537         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8538         (viper-minibuffer-vi-face): Use renamed viper faces.
8540         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8541         Remove "-face" suffix from face names.
8542         (testcover-nohits-face, testcover-1value-face):
8543         New backward-compatibility aliases for renamed faces.
8544         (testcover-mark): Use renamed testcover faces.
8546         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8547         face name.
8548         (diary-button-face): New backward-compatibility alias for renamed face.
8549         (diary-entry): Use renamed diary-button face.
8551         * calendar/calendar.el (diary, calendar-today, holiday)
8552         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8553         (diary-face, calendar-today-face, holiday-face):
8554         New backward-compatibility aliases for renamed faces.
8555         (eval-after-load "facemenu", diary-entry-marker)
8556         (calendar-today-marker, calendar-holiday-marker, diary-face):
8557         Use renamed calendar faces.
8559         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8560         (compare-windows-face): New backward-compatibility alias for
8561         renamed face.
8562         (compare-windows-highlight): Use renamed compare-windows face.
8564         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8565         (strokes-char-face): New backward-compatibility alias for renamed face.
8566         (strokes-encode-buffer): Use renamed strokes-char face.
8568         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8569         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8570         Remove "-face" suffix from face names.
8571         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8572         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8573         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8574         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8575         Use renamed pcvs faces.
8576         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8577         * pcvs-defs.el (cvs-mode-map): Likewise.
8578         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8580         * info.el (info-title-1, info-title-2, info-title-3)
8581         (info-title-4): Remove "-face" suffix from and downcase face names.
8582         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8583         (Info-title-4-face):
8584         New backward-compatibility aliases for renamed faces.
8585         (Info-fontify-node): Use renamed info faces.
8587         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8588         Remove "-face" suffix from face names.
8589         (highlight-changes-face, highlight-changes-delete-face):
8590         New backward-compatibility aliases for renamed faces.
8591         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8592         (hilit-chg-make-list): Use renamed highlight-changes faces.
8594         * generic-x.el (show-tabs-tab, show-tabs-space):
8595         Remove "-face" suffix from face names.
8596         (show-tabs-tab-face, show-tabs-space-face):
8597         New backward-compatibility aliases for renamed faces.
8598         (show-tabs-generic-mode-font-lock-defaults-1)
8599         (show-tabs-generic-mode-font-lock-defaults-2):
8600         Use renamed show-tabs faces.
8602         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8603         (smerge-markers): Remove "-face" suffix from face names.
8604         (smerge-mine-face, smerge-other-face, smerge-base-face)
8605         (smerge-markers-face):
8606         New backward-compatibility aliases for renamed faces.
8607         (smerge-mine-face, smerge-other-face, smerge-base-face)
8608         (smerge-markers-face): Use renamed smerge faces.
8610         * log-view.el (log-view-file, log-view-message): Remove "-face"
8611         suffix from face names.
8612         (log-view-file-face, log-view-message-face):
8613         New backward-compatibility aliases for renamed faces.
8614         (log-view-file-face, log-view-message-face): Use renamed log-view
8615         faces.
8617         * paren.el (show-paren-match, show-paren-mismatch):
8618         Remove "-face" suffix from face names.
8619         (show-paren-match-face, show-paren-mismatch-face):
8620         New backward-compatibility aliases for renamed faces.
8621         (show-paren-function): Use renamed show-paren faces.
8623         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8624         (ruler-mode-margins, ruler-mode-fringes)
8625         (ruler-mode-column-number, ruler-mode-fill-column)
8626         (ruler-mode-comment-column, ruler-mode-goal-column)
8627         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8628         suffix from face names.
8629         (ruler-mode-default-face, ruler-mode-pad-face)
8630         (ruler-mode-margins-face, ruler-mode-fringes-face)
8631         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8632         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8633         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8634         New backward-compatibility aliases for renamed faces.
8635         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8636         (ruler-mode-column-number, ruler-mode-fill-column)
8637         (ruler-mode-comment-column, ruler-mode-goal-column)
8638         (ruler-mode-tab-stop, ruler-mode-current-column)
8639         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8640         faces.
8642         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8643         face name.
8644         (whitespace-highlight-the-space): Use renamed face.
8645         (whitespace-highlight-face): New backward-compatibility alias for
8646         renamed face.
8648         * woman.el (woman-italic, woman-bold, woman-unknown)
8649         (woman-addition, woman-symbol-face):
8650         Remove "-face" suffix from face names.
8651         (woman-italic-face, woman-bold-face, woman-unknown-face)
8652         (woman-addition-face):
8653         New backward-compatibility aliases for renamed faces.
8654         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8655         (woman-decode-region, woman-replace-match)
8656         (woman-display-extended-fonts, woman-special-characters)
8657         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8658         Use renamed woman faces.
8660         * longlines.el (longlines-visible-face): Face removed.
8662         * diff-mode.el (diff-header, diff-file-header, diff-index)
8663         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8664         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8665         suffix from face names.
8666         (diff-header-face, diff-file-header-face, diff-index-face)
8667         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8668         (diff-changed-face, diff-function-face, diff-context-face)
8669         (diff-nonexistent-face): New backward-compatibility aliases for
8670         renamed faces.
8671         (diff-header-face, diff-file-header-face)
8672         (diff-index, diff-index-face, diff-hunk-header)
8673         (diff-hunk-header-face, diff-removed, diff-removed-face)
8674         (diff-added, diff-added-face, diff-changed-face, diff-function)
8675         (diff-function-face, diff-context-face, diff-nonexistent)
8676         (diff-nonexistent-face): Use renamed diff-mode faces.
8678         * progmodes/compile.el (compilation-warning-face)
8679         (compilation-info-face): Remove "-face" suffix from face names.
8680         (compilation-warning-face, compilation-info-face):
8681         New backward-compatibility aliases for renamed faces.
8682         (compilation-warning-face, compilation-info-face):
8683         Use renamed compilation faces.
8685         * add-log.el (change-log-date, change-log-name)
8686         (change-log-email, change-log-file, change-log-list)
8687         (change-log-conditionals, change-log-function)
8688         (change-log-acknowledgement): Remove "-face" suffix from face names.
8689         (change-log-date-face, change-log-name-face)
8690         (change-log-email-face, change-log-file-face)
8691         (change-log-list-face, change-log-conditionals-face)
8692         (change-log-function-face, change-log-acknowledgement-face):
8693         New backward-compatibility aliases for renamed faces.
8694         (change-log-font-lock-keywords): Use renamed change-log faces.
8696         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8697         (custom-set, custom-changed, custom-saved, custom-button)
8698         (custom-button-pressed, custom-documentation, custom-state)
8699         (custom-comment, custom-comment-tag, custom-variable-tag)
8700         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8701         (custom-group-tag): Remove "-face" suffix from face names.
8702         (custom-magic-alist, custom-magic-value-create)
8703         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8704         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8705         (custom-set-face, custom-changed-face, custom-saved-face)
8706         (custom-button-face, custom-button-pressed-face)
8707         (custom-documentation-face, custom-state-face)
8708         (custom-comment-face, custom-comment-tag-face)
8709         (custom-variable-tag-face, custom-variable-button-face)
8710         (custom-face-tag-face, custom-group-tag-face-1)
8711         (custom-group-tag-face):
8712         New backward-compatibility aliases for renamed faces.
8714         * wid-edit.el (widget-documentation, widget-button)
8715         (widget-field, widget-single-line-field, widget-inactive)
8716         (widget-button-pressed): "-face" suffix removed from face names.
8717         (widget-documentation-face, widget-button-face)
8718         (widget-field-face, widget-single-line-field-face)
8719         (widget-inactive-face, widget-button-pressed-face):
8720         New backward-compatibility aliases for renamed faces.
8721         (widget-documentation-face, widget-button-face)
8722         (widget-button-pressed-face, widget-specify-field)
8723         (widget-specify-inactive): Use renamed widget faces.
8725 2005-06-10  Kenichi Handa  <handa@m17n.org>
8727         * term/x-win.el (x-clipboard-yank): Remove condition-case
8728         wrapping.
8730 2005-06-11  Kenichi Handa  <handa@m17n.org>
8732         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8733         date lines stricter.
8735 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8737         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8738         of x-get-selection.
8740 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8742         * comint.el (comint-mode, comint-snapshot-last-prompt):
8743         * frame.el (frame-current-scroll-bars):
8744         * term.el (term-mode, term-check-proc, term-input-sender)
8745         (term-simple-send, term-extract-string, term-word)
8746         (term-match-partial-filename):
8747         * window.el (window-current-scroll-bars):
8748         * emulation/cua-base.el (cua-normal-cursor-color)
8749         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8750         (cua-global-mark-cursor-color):
8751         * mail/undigest.el (rmail-forward-separator-regex):
8752         Fix typos in docstrings.
8754         * comint.el (comint-check-proc, make-comint-in-buffer)
8755         (comint-source-default): Doc fixes.
8757         * term.el (term-send-string): Improve argument/docstring consistency.
8759 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8761         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8762         call to `delete-region'.
8763         (comint-mode-hook): Do not enable Font Lock by default.
8765 2005-06-09  Lute Kamstra  <lute@gnu.org>
8767         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8768         could be void.
8770 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8772         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8773         (debug): Use it.
8774         (debugger-step-through, debugger-continue, debugger-jump)
8775         (debugger-return-value): Set it when needed.
8776         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8777         Use inhibit-read-only.
8779 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8781         * window.el (shrink-window-if-larger-than-buffer)
8782         (window-size-fixed): Fix typo in docstring.
8784         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8785         thumbnails directory on loading.
8786         (thumbs-conversion-program): Use `eq' to check the system type,
8787         not `equal'.
8788         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8789         not "/tmp".  Fix docstring.
8790         (thumbs-thumbsdir): New function to return the thumbnails
8791         directory, creating it if needed.
8792         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8793         (thumbs-temp-file): Delete variable and make it into a function.
8794         (thumbs-resize-image, thumbs-modify-image): Use it.
8795         (thumbs-kill-buffer): Simplify.
8796         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8797         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8798         docstrings.
8800 2005-06-09  Kim F. Storm  <storm@cua.dk>
8802         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8803         set-match-data to free markers in match-data.
8805         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8806         match-data to unchain markers in match-data.
8808 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8811         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8812         unnecessary now.
8814 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8816         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8817         give the variable a doc string that doesn't say don't set it directly.
8819         * textmodes/ispell.el (ispell-check-version):
8820         Use match-string-no-properties.
8821         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8822         (ispell-buffer-local-words): Likewise.
8824         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8825         except on terminals with enough colors to really display it.
8826         (makefile-dependency-regex): Delete spurious `bb'.
8828         * faces.el (escape-glyph): Use blue once again in last case.
8829         (no-break-space): Redefine so that it isn't invisible on a tty.
8831 2005-06-08  Kim F. Storm  <storm@cua.dk>
8833         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8834         also when reading directory name.
8836 2005-06-08  Lute Kamstra  <lute@gnu.org>
8838         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8839         (flyspell-mode-line-string): Remove autoload cookie.
8840         (flyspell-mode): Remove defvar.
8842 2005-06-07  Lute Kamstra  <lute@gnu.org>
8844         * textmodes/org.el (org-run-mode-hooks): New function.
8845         (org-agenda-mode): Use it.
8847 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8849         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8851 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8855 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8857         * font-lock.el (font-lock-add-keywords): Doc fix.
8859 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8862         (tex-compile-default): In the absence of any history, use the order in
8863         tex-compile-alist to choose the preferred command.
8864         (tex-compile-commands): Reorder a bit.
8866         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8867         (flyspell-incorrect-face, flyspell-duplicate-face):
8868         Use (X)Emacs-agnostic code.
8869         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8870         redundant with the subsequent add-minor-mode.  Merge Emacs and
8871         XEmacs code.
8872         (flyspell-word): Minor simplification.
8873         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8874         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8875         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8876         Merge the corresponding Emacs code.
8877         (flyspell-correct-word, flyspell-xemacs-popup):
8878         Use flyspell-do-correct.
8880         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8881         a dedicated window.
8883         * international/latexenc.el (latexenc-find-file-coding-system):
8884         Undo part of last patch, to turn off a compiler warning.
8886 2005-06-06  Juri Linkov  <juri@jurta.org>
8888         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8889         Rename `tmm-inactive-face' to `tmm-inactive'.
8891 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8893         * iswitchb.el: Rename faces.
8895 2005-06-06  Kim F. Storm  <storm@cua.dk>
8897         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8898         (cua-global-mark): Remove -face suffix from face names.
8900         * emulation/cua-gmrk.el (cua--init-global-mark):
8901         Remove cua-global-mark face setup.
8903 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8905         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8906         just like other allowed characters.
8907         (makefile-match-dependency): Exclude leading and training whitespace
8908         from the range of regexp subexp 1.
8909         (makefile-macroassign-regex): Don't try to match the body,
8910         just the name of the macro being defined.
8912         * info.el (Info-read-node-name-2): New function.
8913         (Info-read-node-name-1): Use that.
8914         Add a completion-base-size-function property.
8916         * simple.el (completion-setup-function): Look for
8917         completion-base-size-function property of minibuffer-completion-table.
8919         * files.el (locate-file-completion): Doc fix.
8921         * printing.el: Don't call pr-update-menus; user must do that.
8923         * emacs-lisp/debug.el (debugger-window): New variable.
8924         (debug): Use debugger-window if it is set and still alive.
8925         Record debugger-window for next entry.
8927         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8929 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8931         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8932         (hack-one-local-variable, hack-local-variables)
8933         (hack-local-variables-prop-line): Pass that arg.
8935 2005-06-06  Kim F. Storm  <storm@cua.dk>
8937         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8938         (ido-indicator): Remove -face suffix from face names.
8940 2005-06-06  Juri Linkov  <juri@jurta.org>
8942         * font-lock.el (font-lock-regexp-backslash)
8943         (font-lock-regexp-backslash-construct): New faces.
8944         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8945         after `('.  Add `while-no-input' to control structures.
8947         * faces.el (no-break-space, shadow): New faces.
8948         (escape-glyph): Use less loud colors pink2 and red4.
8950         * diff-mode.el (diff-context-face)
8951         * dired.el (dired-ignored)
8952         * rfn-eshadow.el (file-name-shadow)
8953         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8955         * info.el (Info-title-1-face): Use green instead of yellow because
8956         bold yellow is not readable on light backgrounds.
8958         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8959         before selecting the desired mode to not spend time fontifying
8960         old contents.
8962 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8964         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8965         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8967         * ps-print.el (ps-default-fg, ps-default-bg):
8968         Fix typos in docstrings.
8970         * isearchb.el (isearchb): Don't pass a spurious second argument to
8971         `iswitchb-completions'.
8973 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8975         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8976         to preserve point.
8977         (gdb-find-file-hook): Add doc string.
8979         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8980         C dereferenced pointer expression.
8981         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8983         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8985         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8986         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8987         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8988         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8989         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8990         Make background transparent.
8992 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8994         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8995         (font-lock-remove-keywords): Doc fix.
8996         (font-lock-mode-major-mode): Compiler defvar.
8997         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8999         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9000         (font-lock-mode): Update `font-lock-mode-major-mode'.
9001         (font-lock-set-defaults): Compiler defvar.
9002         (font-lock-default-function): Take `font-lock-mode-major-mode'
9003         into account.
9005         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9006         keep track of which major mode it enabled the minor mode for.
9007         Use find-file-hook again.  Update docstring.
9009         * simple.el (eval-expression-print-level)
9010         (eval-expression-print-length, eval-expression-debug-on-error):
9011         Doc fixes.
9013 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
9015         * iswitchb.el (iswitchb-single-match-face)
9016         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9017         (iswitchb-invalid-regexp-face): New faces.
9018         (iswitchb-completions): Use them.
9019         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9020         now marked as an obsolete alias.
9021         (iswitchb-read-buffer): Remove check for bound font variables.
9022         (iswitchb-invalid-regexp): New free variable.
9023         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9024         set iswitchb-invalid-regexp.
9025         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9026         invalid regexps.
9027         (iswitchb-completions): Add check for complete match when entering
9028         a regexp.
9029         (iswitchb-completions): Remove require-match argument.
9030         (iswitchb-exhibit): Fix caller.
9031         (iswitchb-common-match-inserted): New variable.
9032         (iswitchb-complete, iswitchb-completion-help): Use it.
9034 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
9036         * url-http.el (url-http-chunked-encoding-after-change-function):
9037         Use `url-http-debug' instead of `message'.
9039 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
9041         * url-http.el (url-http-parse-headers): Pass redirected URL as a
9042         callback argument.
9044 2005-06-04  Kim F. Storm  <storm@cua.dk>
9046         * simple.el (line-move): Only call sit-for when moving backwards.
9048         * ido.el (ido-make-merged-file-list-1): New defun split from
9049         ido-make-merged-file-list.
9050         (ido-make-merged-file-list): Bind throw-on-input around call to
9051         ido-make-merged-file-list-1.  Return input-pending-p if
9052         interrupted by more input available.
9053         (ido-read-internal): Handle input-pending-p return value from
9054         ido-make-merged-file-list.
9056 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9058         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9059         compatibility code.
9061         * international/latexenc.el (latexenc-find-file-coding-system):
9062         Don't inherit the EOL part of the coding-system from the
9063         tex-main buffer.  Fit within 80 columns.
9065 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
9067         * tmm.el (tmm-inactive-face): New face.
9068         (tmm-remove-inactive-mouse-face): New function.
9069         (tmm-prompt, tmm-add-one-shortcut)
9070         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9071         but not selectable.
9073 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
9075         * faces.el (face-equal): Improve argument/docstring consistency.
9077 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9079         * progmodes/make-mode.el (makefile-targets-face)
9080         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9081         (makefile-bsdmake-dependency-regex)
9082         (makefile-makepp-rule-action-regex)
9083         (makefile-bsdmake-rule-action-regex): New constants.
9084         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9086         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9087         Allow (...) within `...' for makepp messages.
9089 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9091         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9093         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9094         "." files are deleted from all file lists before comparison.
9096         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9097         (viper-ESC-key): Made them customizable.
9099         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9101 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9103         * autorevert.el (auto-revert-buffers): Use save-match-data.
9105 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9107         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9108         menu items with a nil command binding.
9110 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9112         * emacs-lisp/cl-macs.el (defsetf):
9113         Improve argument/docstring consistency.
9115         * faces.el (list-faces-display): Improve the formatting by
9116         computing the maximum length required for any face-name (reworked
9117         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9118         (internal-find-face): Remove redundant info in docstring.
9120 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9122         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9123         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9124         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9125         (gdb-assembler-custom): Improve regexps.
9126         (def-gdb-auto-update-handler): Use window point to preserve point.
9128 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9132 2005-05-31  Jay Belanger  <belanger@truman.edu>
9134         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9135         to calc-embedded.
9136         (calc-embedded-make-info): Have plain prefix argument select
9137         entire line.
9139 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9141         * faces.el (list-faces-display): Signal error if passed a regexp
9142         that matches no face name.
9144         * simple.el (filter-buffer-substring): Fix typo in docstring.
9146 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9148         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9149         (vhdl-emacs-21): Doc fix.
9150         (vhdl-mode): Unconditionally set comment-padding.
9151         (vhdl-fixup-whitespace-region): Insert spaces only where
9152         there are none.
9153         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9155 2005-05-30  John Wiegley  <johnw@newartisans.com>
9157         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9158         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9159         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9160         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9161         `string-to-number'.
9163 2005-05-30  Jay Belanger  <belanger@truman.edu>
9165         * calc/calc.el (calc-bug-address): Fix docstring.
9166         (calc-window-hook, calc-trail-window-hook): New variables.
9167         (calc-trail-display): Restore use of calc-trail-window-hook.
9168         (calc): Restore use of calc-window-hook.
9170 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9172         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9174         * help-fns.el (help-C-file-name): Add autoload mark for
9175         `find-function-noselect'.
9177 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9180         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9182 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9184         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9185         included diary buffer if it was not already being visited.
9186         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9188         * calendar/icalendar.el (top-level): Do not require 'appt.
9190         * mail/supercite.el (sc-select-attribution): Only use a list
9191         element from sc-attrib-selection-list if it returns a string.
9192         Reported by Davide G. M. Salvetti <salve@debian.org>.
9194 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9196         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9197         includes a hash value to improve its uniqueness, and has a ".jpg"
9198         extension.  Also, it is now a valid filename on all systems.
9199         (thumbs-make-thumb): Use `let', not `let*'.
9200         (thumbs-show-thumbs-list): Check for JPEG availability.
9202 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9204         * filesets.el (filesets-menu-ensure-use-cached):
9205         Prevent warning when emacs-version>= is undefined.
9207         * printing.el (pr-interactive-n-up): Use string-to-number.
9209         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9211         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9212         Warn only when name to be defined is quoted.
9214 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9216         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9217         Make regexp more robust.
9218         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9219         Force regeneration of disassembly.
9221 2005-05-29  Jay Belanger  <belanger@truman.edu>
9223         * calc/calc.el (calc-user-invocation): Check if
9224         calc-invocation-macro is non-nil.
9226 2005-05-29  Juri Linkov  <juri@jurta.org>
9228         * add-log.el (change-log-font-lock-keywords):
9229         Add `+' to e-mail regexp to accept mail address with keywords.
9231         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9233 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9235         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9237         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9239 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9241         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9242         Undo the change that moves to end of the current word.
9244 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9246         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9247         Throw error when count <= 0 to ensure input is a number.
9248         (gdb-read-memory-custom): Pick up address from buffer.
9249         (gdb-memory-mode): Allow user to increment and decrement
9250         memory address from header line.
9252 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9254         * flyspell.el (flyspell-version): Function deleted.
9255         (flyspell-auto-correct-previous-hook): Doc fix.
9257         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9258         Do nothing if memory is full.
9260         * font-lock.el (font-lock-fontify-syntactically-region):
9261         Pass t for GREEDY to looking-back.
9263         * saveplace.el (save-place-alist-to-file): Write the file
9264         using write-region.
9266         * subr.el (looking-back): New argument GREEDY.
9268         * progmodes/compile.el (compilation-start): Set the mode
9269         before inserting the initial text.
9271         * progmodes/which-func.el (which-func-update-1): Turn the mode
9272         off in case of error by setting which-func-mode.
9274 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9276         * flyspell.el (flyspell-auto-correct-previous-word):
9277         Narrow down to what's on the screen, and recenter overlays
9278         at the end of the next word.
9280 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9282         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9283         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9284         (flyspell-abbrev-p): Default to nil.
9285         (flyspell-use-global-abbrev-table-p): Doc fix.
9286         (flyspell-large-region): Allow nil as value.
9287         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9289         (mail-mode-flyspell-verify): More robust handling
9290         of `mail-header-separator'.  More efficient signature detection.
9291         Allow for regexp metacharacters in message-header-separator.
9292         Adding `To' not to be checked in mail-mode-flyspell-verify.
9294         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9295         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9296         Bind flyspell-auto-correct-binding.
9297         Bind C-. and C-, .
9298         (flyspell-mode-map): Likewise.
9299         (flyspell-mode): Doc fix.
9300         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9301         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9302         (flyspell-word-cache-result): New var, always local.
9303         (flyspell-check-pre-word-p): Doc fix.
9304         (flyspell-check-changed-word-p): Handle spc like newline.
9305         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9306         (flyspell-word-search-backward, flyspell-word-search-forward):
9307         New functions.
9308         (flyspell-word): Return t if nothing to check.
9309         When parsing TeX code, check for after } or \.
9310         Use flyspell-word-search-backward to find previous word.
9311         Return nil if duplicated word.
9312         For word already checked, return same value as last time.
9313         Set flyspell-word-cache-result after checking.
9314         Don't clobber the return value.
9315         (flyspell-get-word): Major rewrite.
9316         (flyspell-external-point-words): New locals pword, pcount.
9317         Fix size used in progress message.
9318         Find the proper corresponding word in flyspell-large-region-buffer.
9319         (flyspell-region): Check for flyspell-large-region = nil.
9320         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9321         (flyspell-auto-correct-word): Check that WORD is a cons.
9322         (flyspell-correct-word): Likewise.
9324 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9326         * progmodes/make-mode.el (makefile-rule-action-regex)
9327         (makefile-macroassign-regex, makefile-makepp-mode)
9328         (makefile-bsdmake-mode): Continuation lines may be empty.
9329         Reported by Joshua Varner.
9330         (makefile-makepp-font-lock-keywords): Add $(stem).
9332 2005-05-28  Karl Berry  <karl@gnu.org>
9334         * textmodes/tex-mode.el: Now that tex-send-command calls
9335         shell-quote-argument (2005-03-31 change), remove all calls to
9336         shell-quote-argument; they all end up invoking tex-send-command.
9337         The double quoting loses on filenames with non-safe characters,
9338         such as "@".  Reported by Frederik Fouvry.
9340 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9342         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9343         about preserving point.
9345 2005-05-27  Jay Belanger  <belanger@truman.edu>
9347         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9348         Info-goto-node.
9350         * calc/calc-embed.el (calc-embed-arg): New variable.
9351         (calc-do-embedded-activate, calc-embedded-activate-formula)
9352         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9353         variable by new variable.
9354         (calc-embedded-make-info): Replace undeclared variable by new
9355         variable.  When selecting region with positive prefix
9356         argument, use end of previous line instead of beginning of line.
9358         * calc/calc-aent.el (calc-arg-values): Declare it.
9360         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9361         Declare them.
9363         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9365         * calc/calc.el (calc-alg-map): Declare it.
9367         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9369 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9371         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9372         (gdb-registers-buffer, toggle-gdb-all-registers):
9373         Toggle display of floating point registers.
9374         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9376         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9377         (toggle-gud-tooltip-dereference):
9378         Rename from gud-toggle-tooltip-dereference.
9380 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9382         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9384 2005-05-27  Jay Belanger  <belanger@truman.edu>
9386         * calc/calc-prog.el (calc-kbd-report): Remove.
9387         (calc-kbd-query): Rewrite.
9389 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9391         * image.el (image-library-alist): Move to image.c.
9392         (image-type-available-p): Doc fix.
9394 2005-05-27  Lute Kamstra  <lute@gnu.org>
9396         * calc/calc.el (calc):
9397         * outline.el (outline-1, outline-2, outline-3, outline-4)
9398         (outline-5, outline-6, outline-7, outline-8):
9399         * textmodes/dns-mode.el (dns-mode):
9400         * textmodes/sgml-mode.el (sgml-namespace-face):
9401         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9402         (tex-verbatim-face, tex-use-reftex):
9403         * textmodes/texinfo.el (texinfo-heading-face):
9404         Specify customization group.
9406         * longlines.el: Don't require easy-mmode.
9407         (longlines-visible-face): Specify customization group.
9409 2005-05-27  Kenichi Handa  <handa@m17n.org>
9411         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9412         encoding table of windows-1251.
9414         * international/ucs-tables.el (ucs-set-table-for-input):
9415         If translation-table-for-input of a coding system is a symbol, get
9416         its translation-table property.
9418         * international/code-pages.el: Don't register a coding system into
9419         non-iso-charset-alist more than once.
9420         (cp-make-coding-system): Likewise.
9422 2005-05-26  John Wiegley  <johnw@newartisans.com>
9424         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9425         `eshell-resume-eval' is wrapped in a list, it indicates that the
9426         command was run asynchronously.  In that case, unwrap the value
9427         before checking the delimiter value.
9429         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9430         character before a space at the end of a line is \, assume the space
9431         is part of the last argument rather than a final argument separator.
9433         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9434         is in use, and the target is `t' or `nil' (which are the most common
9435         values), don't assume that the symbol target is a buffer.
9437 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9439         * calendar/calendar.el (calendar-mode-line-format):
9440         Use mode-line-highlight as mouse-face.
9442         * time.el (display-time-string-forms, display-time-update):
9443         Use mode-line-highlight as mouse-face.
9445 2005-05-26  Jay Belanger  <belanger@truman.edu>
9447         * calc/calc.el (calc-language-alist): Remove extra defvar.
9449 2005-05-26  Lute Kamstra  <lute@gnu.org>
9451         * arc-mode.el (archive-mode):
9452         * bookmark.el (bookmark-read-annotation-mode)
9453         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9454         * bs.el (bs-mode):
9455         * calc/calc-yank.el (calc-edit-mode):
9456         * calc/calc.el (calc-mode, calc-trail-mode):
9457         * calculator.el (calculator-mode):
9458         * chistory.el (command-history-mode):
9459         * comint.el:
9460         * cus-edit.el (custom-mode):
9461         * descr-text.el (describe-text-mode):
9462         * ebuff-menu.el (Electric-buffer-menu-mode):
9463         * ediff-util.el (ediff-mode):
9464         * emacs-lisp/re-builder.el (reb-mode):
9465         * emulation/vi.el (vi-mode-setup):
9466         * emulation/ws-mode.el (wordstar-mode):
9467         * eshell/esh-mode.el (eshell-mode):
9468         * forms.el (forms-mode):
9469         * help-mode.el (help-mode):
9470         * hexl.el (hexl-mode):
9471         * ibuffer.el (ibuffer-mode):
9472         * ielm.el (inferior-emacs-lisp-mode):
9473         * info.el (Info-mode, Info-edit-mode):
9474         * international/swedish.el:
9475         * ledit.el (ledit-from-lisp-mode):
9476         * locate.el (locate-mode):
9477         * mail/rmail.el (rmail-mode):
9478         * mail/rmailedit.el (rmail-edit-mode):
9479         * mail/rmailsum.el (rmail-summary-mode):
9480         * mail/supercite.el (sc-electric-mode):
9481         * net/eudc.el (eudc-mode):
9482         * net/quickurl.el (quickurl-list-mode):
9483         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9484         * obsolete/ooutline.el (outline-mode):
9485         * obsolete/options.el (Edit-options-mode):
9486         * obsolete/rnews.el (news-mode):
9487         * obsolete/rnewspost.el (news-reply-mode):
9488         * play/5x5.el (5x5-mode):
9489         * play/decipher.el (decipher-mode, decipher-stats-mode):
9490         * play/gomoku.el (gomoku-mode):
9491         * play/snake.el (snake-mode):
9492         * play/solitaire.el (solitaire-mode):
9493         * play/tetris.el (tetris-mode):
9494         * progmodes/ada-mode.el (ada-mode):
9495         * progmodes/antlr-mode.el (antlr-mode):
9496         * progmodes/autoconf.el (autoconf-mode):
9497         * progmodes/dcl-mode.el (dcl-mode):
9498         * progmodes/delphi.el (delphi-mode):
9499         * progmodes/ebrowse.el (ebrowse-tree-mode)
9500         (ebrowse-electric-list-mode, ebrowse-member-mode)
9501         (ebrowse-electric-position-mode):
9502         * progmodes/f90.el (f90-mode):
9503         * progmodes/fortran.el (fortran-mode):
9504         * progmodes/icon.el (icon-mode):
9505         * progmodes/idlw-help.el (idlwave-help-mode):
9506         * progmodes/idlw-shell.el (idlwave-shell-mode):
9507         * progmodes/idlwave.el (idlwave-mode):
9508         * progmodes/inf-lisp.el (inferior-lisp-mode):
9509         * progmodes/m4-mode.el (m4-mode):
9510         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9511         * progmodes/modula2.el (modula-2-mode):
9512         * progmodes/octave-inf.el (inferior-octave-mode):
9513         * progmodes/octave-mod.el (octave-mode):
9514         * progmodes/pascal.el (pascal-mode):
9515         * progmodes/sh-script.el (sh-mode):
9516         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9517         * progmodes/vhdl-mode.el (vhdl-mode):
9518         * progmodes/xscheme.el (scheme-interaction-mode):
9519         * replace.el (occur-mode):
9520         * ses.el (ses-mode):
9521         * simple.el (completion-list-mode):
9522         * skeleton.el:
9523         * speedbar.el (speedbar-mode):
9524         * term.el (term-mode):
9525         * terminal.el (terminal-edit-mode):
9526         * textmodes/reftex-index.el (reftex-index-mode)
9527         (reftex-index-phrases-mode):
9528         * textmodes/reftex-sel.el (reftex-select-label-mode)
9529         (reftex-select-bib-mode):
9530         * textmodes/reftex-toc.el (reftex-toc-mode):
9531         * wdired.el (wdired-change-to-wdired-mode):
9532         * wid-browse.el (widget-browse-mode):
9533         Use run-mode-hooks.
9535         * array.el (array-mode):
9536         * calendar/todo-mode.el (todo-mode):
9537         * man.el (Man-mode):
9538         * play/landmark.el (lm-mode):
9539         * play/mpuz.el (mpuz-mode):
9540         Use kill-all-local-variables and run-mode-hooks.
9542         * subr.el (delay-mode-hooks): Specify indentation.
9544 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9546         * xml.el (xml-substitute-special): Don't die for undefined xml
9547         entities.
9549 2005-05-26  Jay Belanger  <belanger@truman.edu>
9551         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9552         of nil.
9554 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9556         * progmodes/gdb-ui.el (gdb-frame-address):
9557         Rename from gdb-current-address.
9558         (gdb-previous-frame-address): Rename from gdb-previous-address.
9559         (gdb-selected-frame): Rename from gdb-current-frame.
9560         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9561         (gdb-frame-number): Rename from gdb-current-stack-level.
9562         (gdb-ann3): Match new mode-name for disassembly buffer.
9563         Extend initialization of variables.
9564         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9565         (gdb-memory-mode): Use mouse-face in header line.
9566         (gdb-assembler-buffer-name): Call it disassembly and give frame
9567         in mode line.
9568         (gdb-source-spec-regexp, gdb-assembler-custom)
9569         (gdb-invalidate-assembler, gdb-frame-handler):
9570         Make robust to leading zeroes in address format.
9572 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9574         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9575         define `org-mode'.
9576         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9578 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9580         * log-edit.el (log-edit-changelog-entries): Distinguish between
9581         filenames like xfns.c and fns.c.
9583 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9585         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9586         point after reverting.
9587         (Buffer-menu-make-sort-button): Handle the case where
9588         `Buffer-menu-use-header-line' is nil.
9590 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9592         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9593         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9594         and `:' to them.
9596 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * startup.el (normal-top-level): Allow modification of load-path while
9599         we're iterating over it.
9601 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9603         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9604         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9605         (thumbs-resize-interactive, thumbs-insert-image)
9606         (thumbs-insert-thumb, thumbs-dired-show-marked)
9607         (thumbs-find-image-at-point, thumbs-delete-images)
9608         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9609         (thumbs-increment-image-size, thumbs-decrement-image-size):
9610         Fix typos in docstrings.
9612 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9614         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9615         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9616         (cperl-mode): Use them.
9618 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9620         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9621         Doc fixes.
9623 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9625         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9626         Bind C-d to gdb-inferior-io-eof.
9628         * dired.el (dired-dnd-popup-notice): Use message-box.
9630 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9632         * bindings.el (mode-line-major-mode-keymap):
9633         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9635         * faces.el (mode-line-highlight): New face.
9637         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9638         as mouse-face.
9640         * bindings.el (top-level, help-echo, mode-line-modified)
9641         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9642         as mouse-face.
9644 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9646         * progmodes/cc-engine.el (c-guess-basic-syntax):
9647         Remove spurious call to `zerop'.
9649         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9651 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9653         CC Mode update to 5.30.10:
9655         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9656         could go past the limit in decoration level 2, thereby causing
9657         errors during interactive fontification.
9659         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9660         the file is evaluated interactively.
9662         * cc-engine.el (c-guess-basic-syntax): Handle operator
9663         declarations somewhat better in C++.
9665         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9666         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9667         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9668         (awk-mode): Use it.
9669         (make-local-hook): Suppress warning about obsoleteness.
9671         * cc-engine.el, cc-align.el, cc-cmds.el
9672         (c-append-backslashes-forward, c-delete-backslashes-forward)
9673         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9674         Compensate for return value from `forward-line' when it has moved
9675         but not to a different line due to eob.
9677         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9678         `objc-method-intro' and `objc-method-args-cont'.
9680 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9682         CC Mode update to 5.30.10:
9684         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9685         in the copyright statement.  Incidentally, change "along with GNU
9686         Emacs" to "along with this program" where it occurs.
9688         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9689         so that it is interactive, hence can be found by M-x awk-mode
9690         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9691         <gmorris+emacs@ast.cam.ac.uk>.
9693         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9694         Mode's regexps.
9696 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9698         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9699         c-parse-state, to avoid a lisp error (on bad code).
9701 2005-05-23  Lute Kamstra  <lute@gnu.org>
9703         * subr.el (font-lock-defaults): Remove defvar as it's already
9704         defined in font-core.el.
9706         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9708 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9710         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9711         more general and work when GDB variable "print pretty" is on,
9712         as with Emacs, for example.
9714 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9716         * font-core.el: Update comment.
9718         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9719         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9721         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9723 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9725         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9726         and `yank-handler' in the doc strings.
9728 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9730         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9732 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9734         * help.el (describe-key): Move print-help-return-message call
9735         out of conditional.
9737         * progmodes/etags.el (list-tags): Use with-no-warnings.
9739         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9740         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9741         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9743         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9745         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9746         Add defvar.
9748         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9749         Use defvar, not defconst.
9751         * hexl.el (hexl-follow-line): Use with-no-warnings.
9753         * emulation/tpu-extras.el: Use write-file-functions instead of
9754         write-file-hooks.
9756         * dired.el (dired-font-lock-keywords): Fontify files with junk
9757         extensions even if marked by -F.
9759 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9761         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9762         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9763         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9764         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9765         (concatenate, list-length, get*, getf, cl-remprop):
9766         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9767         (etypecase, progv, lexical-let, lexical-let*)
9768         (multiple-value-bind, multiple-value-setq, shiftf):
9769         Improve argument/docstring consistency.
9771         * subr.el (focus-frame, unfocus-frame):
9772         Revert deletion on 2005-05-01.
9774 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9776         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9777         doesn't exist.
9779         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9780         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9782 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9784         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9785         already deleted variables: auto-fill-hook, blink-paren-hook,
9786         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9787         suspend-hooks, comment-indent-hook, meta-flag,
9788         before-change-function, after-change-function,
9789         font-lock-doc-string-face.
9791 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9793         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9795 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9797         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9798         rmail-dont-reply-to.
9800 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9802         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9803         literal blank when splitting new-header-values.
9805 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9807         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9808         string so that tmm doesn't create a completion entry for it.
9810         * textmodes/table.el (table-disable-menu): Ditto.
9812 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9814         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9816         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9818         * net/rcompile.el (remote-compile): Use compilation-start.
9820         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9822 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9824         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9825         Default to makefile-bsdmake-mode on BSD systems.
9827         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9828         REGEXP may also be a search function now.  The part of doc-string
9829         for describing the structure was 95% identical to that of
9830         `imenu--generic-function'.  Unify it there.
9832         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9833         Use function to find dependencies, because regexp alone is so complex,
9834         it easily goes into an endless loop.
9835         (makefile-makepp-mode): Also add submenu for Perl functions
9836         defined in the makefile.
9837         (makefile-bsdmake-mode): Special imenu-generic-expression no
9838         longer needed, due to function call.
9839         (makefile-match-dependency): Take BOUND into account when checking
9840         if we're through.
9842 2005-05-20  Jay Belanger  <belanger@truman.edu>
9844         * calc/calc-units.el (calc-invalidate-units-table):
9845         Use inhibit-read-only.
9846         (math-build-units-table-buffer): Use view-mode.
9848 2005-05-20  David Kastrup  <dak@gnu.org>
9850         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9851         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9853 2005-05-20  Lute Kamstra  <lute@gnu.org>
9855         * diff-mode.el (diff-header-face, diff-file-header-face)
9856         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9857         (diff-added-face, diff-changed-face, diff-function-face)
9858         (diff-context-face, diff-nonexistent-face): Put them in the
9859         diff-mode customization group.
9861 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9865         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9867         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9868         Minor regexp-optimization.
9870 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9872         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9873         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9874         (org-agenda-add-time-grid-maybe): New function.
9875         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9876         (org-table-create): `dotimes' instead of `mapcar'.
9877         (org-xor): Simplify implementation.
9878         (org-agenda): `inhibit-redisplay' turned on.
9879         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9880         a consistent line after a state change.
9881         (org-agenda-remove-times-when-in-prefix): New option.
9882         (org-prefix-has-time): New variable.
9883         (org-parse-time-string): Optional argument NODEFAULT.
9884         (org-format-agenda-item): Parse items for time-of-day
9885         specifications and move these into the prefix if possible.
9886         (org-agenda-priority): Get current heading, not previous heading
9887         during agenda remote editing.
9889 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9891         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9892         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9893         (remove-duplicates, delete-duplicates, substitute)
9894         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9895         (nsubstitute-if-not, find, find-if, find-if-not, position)
9896         (position-if, position-if-not, count, count-if, count-if-not)
9897         (mismatch, search, sort*, stable-sort, merge, member*)
9898         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9899         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9900         (intersection, nintersection, set-difference, nset-difference)
9901         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9902         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9903         (nsublis, tree-equal): Improve argument/docstring consistency.
9905         * subr.el (send-string, send-region):
9906         Remove obsolescence declaration.
9907         (window-dot, set-window-dot, read-input, show-buffer)
9908         (eval-current-buffer, string-to-int):
9909         Add release number to obsolescence declarations.
9911 2005-05-19  Kim F. Storm  <storm@cua.dk>
9913         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9914         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9916 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9918         * faces.el (list-faces-display): Make back button respect optional
9919         regexp arg.
9921 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9923         * calculator.el (calculator-radix-grouping-mode)
9924         (calculator-radix-grouping-digits, calculator-displayer)
9925         (calculator-radix-grouping-separator, calculator-copy-displayer):
9926         * dabbrev.el (dabbrev-search-these-buffers-only):
9927         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9928         (diff-advance-after-apply-hunk, diff-mode-hook)
9929         (diff-minor-mode-prefix):
9930         * imenu.el (imenu-use-popup-menu):
9931         * jit-lock.el (jit-lock-context-time):
9932         * newcomment.el (comment-fill-column, comment-column)
9933         (comment-style, comment-padding, comment-multi-line)
9934         (comment-empty-lines, comment-auto-fill-only-comments):
9935         * reveal.el (reveal-around-mark):
9936         * uniquify.el (uniquify-buffer-name-style)
9937         (uniquify-after-kill-buffer-p)
9938         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9939         (uniquify-min-dir-content, uniquify-separator)
9940         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9941         * w32-vars.el (w32-fixed-font-alist):
9942         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9943         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9944         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9945         * progmodes/perl-mode.el (perl-indent-level)
9946         (perl-continued-statement-offset, perl-continued-brace-offset)
9947         (perl-brace-offset, perl-brace-imaginary-offset)
9948         (perl-label-offset, perl-indent-continued-arguments)
9949         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9950         * progmodes/tcl.el (tcl-indent-level)
9951         (tcl-continued-indent-level, tcl-auto-newline)
9952         (tcl-tab-always-indent, tcl-electric-hash-style)
9953         (tcl-help-directory-list, tcl-use-smart-word-finder)
9954         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9955         (inferior-tcl-source-command):
9956         * textmodes/fill.el (enable-kinsoku):
9957         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9958         * textmodes/table.el (table-yank-handler):
9959         Specify missing group (and type, if simple) in defcustom.
9961 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9963         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9965 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9967         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9969         * subr.el (event-basic-type): Don't get an error.
9970         (left-fringe-p): Function deleted.
9972         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9973         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9975         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9976         in recursive copy.
9978         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9980         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9982         * emacs-lisp/bytecomp.el
9983         (byte-compile-file-form-custom-declare-variable): Call
9984         byte-compile-nogroup-warn if appropriate.
9986         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9987         (compilation-set-window): Don't call left-fringe-p; do it directly.
9989 2005-05-19  Jay Belanger  <belanger@truman.edu>
9991         * calc/calc-graph.el (calc-graph-format-data): Make sure
9992         var-PlotRejects is bound before trying to check its value.
9994 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9996         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9997         definition of this variable from reftex-global.el to reftex.el,
9998         because it is needed in the menu.
10000 2005-05-19  Lute Kamstra  <lute@gnu.org>
10002         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10003         years are fixed.  Don't insert a space after a dash.
10005 2005-05-19  Kim F. Storm  <storm@cua.dk>
10007         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10009 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
10011         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10012         strings, because (eq ... ?\\) is fairly frequent.
10014         * progmodes/make-mode.el (makefile-add-this-line-targets):
10015         Simplify and integrate into `makefile-pickup-targets'.
10016         (makefile-add-this-line-macro): Simplify and integrate into
10017         `makefile-pickup-macros.
10018         (makefile-pickup-filenames-as-targets): Simplify.
10019         (makefile-previous-dependency, makefile-match-dependency):
10020         Don't stumble over `::'.
10022 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
10024         * subr.el (post-command-idle-hook, post-command-idle-delay):
10025         Remove obsoletion of post-command-idle-hook and
10026         post-command-idle-delay.
10028         * faces.el (list-faces-display): Provide button when describe-face
10029         is called to take user back to the list of faces.
10031         * help-fns.el (describe-variable): Remove hyperlinks in a
10032         variable's value as these are quite frequently inappropriate.
10034         * follow.el (follow-submit-feedback, follow-mode):
10035         Remove references to post-command-idle-hook.
10037 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
10039         * progmodes/make-mode.el (makefile-previous-dependency)
10040         (makefile-match-dependency): Check for := (and in bsd mode also
10041         !=) to give a better result, even when font-lock is not on.
10043 2005-05-18  Jay Belanger  <belanger@truman.edu>
10045         * calc/calc-help.el (calc-s-prefix-help):
10046         Add `calc-copy-special-constant' to help string.
10048 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10050         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10052 2005-05-18  Jay Belanger  <belanger@truman.edu>
10054         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10055         in linear factors are in proper order.
10057 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10059         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10060         Support for jurabib.
10062         * textmodes/reftex.el (featurep): Define aliases for overlay
10063         commands, for XEmacs compatibility, and use these aliases in
10064         overlay initializations.
10065         (reftex-highlight): Use `reftex-move-overlay'.
10066         (reftex-unhighlight): Use `reftex-delete-overlay'.
10067         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
10068         (reftex-access-search-path): Use `reftex-uniquify' instead of
10069         `reftex-uniq'
10071         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10072         `before-string' property modification enables for Emacs as well.
10073         (reftex-select-item): Use `reftex-delete-overlay'.
10074         (reftex-select-mark): Use `reftex-make-overlay' and
10075         `reftex-overlay-put'.
10076         (reftex-select-unmark): Use `reftex-delete-overlay' and
10077         `reftex-overlay-put'.
10079 2005-05-18  Lute Kamstra  <lute@gnu.org>
10081         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10083 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10085         * add-log.el (add-change-log-entry):
10086         * array.el (array-make-template, array-reconfigure-rows)
10087         (array-init-max-row, array-init-max-column)
10088         (array-init-columns-per-line, array-init-field-width):
10089         * replace.el (replace-match-maybe-edit, perform-replace):
10090         * textmodes/spell.el (spell-region):
10091         Replace `read-input' by `read-string'.
10093         * forms.el (forms-mode):
10094         * finder.el (finder-compile-keywords):
10095         * shadowfile.el (shadow-read-files):
10096         Replace `eval-current-buffer' by `eval-buffer'.
10098         * terminal.el (te-pass-through):
10099         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10100         (ange-ftp-raw-send-cmd):
10101         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10102         (send-process-next-char, telnet-initial-filter, telnet):
10103         Replace `send-string' by `process-send-string'.
10105         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10106         (prolog-consult-region): Replace `send-string' by
10107         `process-send-string'; replace `send-region' by `process-send-region'.
10109         * progmodes/delphi.el (delphi-log-msg):
10110         Replace `set-window-dot' by `set-window-point'.
10112         * subr.el (window-dot, set-window-dot, read-input, send-string)
10113         (send-region, show-buffer, eval-current-buffer):
10114         Make really obsolete, as the comment says.
10116 2005-05-17  Kim F. Storm  <storm@cua.dk>
10118         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10119         (cua--init-keymaps): Bind C-return instead of S-return to set
10120         rectangle mark.
10122         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10123         instead of S-return to toggle/clear rectangle mark.
10125 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10127         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10128         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10129         Also fontify plain strings assigned to variables, mostly so that a
10130         colon has a face and is thus not taken as a dependency separator.
10131         (makefile-previous-dependency): Inline the new matcher, because it
10132         is too complex to work in both directions.
10133         (makefile-match-dependency): Eliminate `backward' arg (see above).
10134         Completely reimplemented so as to not sometimes go into an endless
10135         loop.  It should also be more efficient, because first it only
10136         searches for `:', instead of applying the very complex regexp.
10137         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10138         to be fontified in one piece can be too long for JIT.
10139         Makefiles are never *that* big.
10141 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10143         * dired.el (dired-mode): Simplify.
10145 2005-05-17  Lute Kamstra  <lute@gnu.org>
10147         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10148         defcustom for the mode hook variable.
10150         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10151         Emacs Lisp Reference Manual.
10153 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10155         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10156         (evenp, list*):
10157         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10158         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10160         * net/tramp-smb.el (tramp-smb-open-connection):
10161         Pass `tramp-chunksize' as fifth (required) argument.
10163 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10165         * font-lock.el (lisp-font-lock-keywords-1):
10166         Set `font-lock-negation-char-face' for [^...] char group.
10167         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10169         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10170         a var, and refine it to mask one more level of nested vars.
10171         (makefile-rule-action-regex): Turn it into a var, and refine it so
10172         it recognizes backslashed continuation lines as belonging to the
10173         same command.
10174         (makefile-macroassign-regex): Refine it so it recognizes
10175         backslashed continuation lines as belonging to the same command.
10176         (makefile-var-use-regex): Don't look at the next char, because it
10177         might be the same one to be skipped by the initial [^$], leading
10178         to an overlooked variable use.
10179         (makefile-make-font-lock-keywords): Remove two parameters, which
10180         are now variables that some of the modes set locally.
10181         Handle dependency and rule action matching through functions, because
10182         regexps alone match too often.  Dependency matching now comes
10183         last, so it can check, whether a colon already matched something else.
10184         (makefile-mode): Inform that font-lock improves makefile parsing
10185         capabilities.
10186         (makefile-match-dependency, makefile-match-action): New functions.
10188 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10190         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10192         * align.el (align-regexp):
10193         * ansi-color.el (ansi-color-get-face):
10194         * array.el (array-reconfigure-rows, array-init-max-row)
10195         (array-init-max-column, array-init-columns-per-line)
10196         (array-init-field-width):
10197         * dired-aux.el (dired-trample-file-versions):
10198         * dired-x.el (dired-mark-sexp):
10199         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10200         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10201         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10202         * faces.el (face-read-integer):
10203         * files.el (backup-extract-version, insert-directory):
10204         * hexl.el (hexl-insert-decimal-char):
10205         * server.el (server-process-filter):
10206         * shell.el (shell-extract-num):
10207         * startup.el (command-line-1):
10208         * term.el (term-command-hook):
10209         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10210         (time-stamp-do-number):
10211         * time.el (display-time-update):
10212         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10213         (timezone-fix-time):
10214         * vms-patch.el (vms-suspend-resume-hook):
10215         * calendar/appt.el (appt-convert-time):
10216         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10217         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10218         * calendar/cal-islam.el (mark-islamic-diary-entries):
10219         * calendar/calendar.el (calendar-cursor-to-date)
10220         (calendar-star-date):
10221         * calendar/diary-lib.el (diary-attrtype-convert)
10222         (mark-diary-entries, diary-entry-time):
10223         * calendar/solar.el (solar-get-number):
10224         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10225         * emacs-lisp/re-builder.el (reb-display-subexp):
10226         * emulation/edt.el (edt-set-scroll-margins):
10227         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10228         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10229         (vip-get-ex-count):
10230         * emulation/viper-ex.el (viper-get-ex-token)
10231         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10232         * international/fontset.el (fontset-plain-name):
10233         * mail/feedmail.el (feedmail-look-at-queue-directory):
10234         * mail/mailalias.el (mail-get-names):
10235         * mail/rmail.el (rmail-convert-to-babyl-format):
10236         * mail/rmailsum.el (rmail-make-basic-summary-line)
10237         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10238         (rmail-summary-goto-msg):
10239         * mail/smtpmail.el (smtpmail-read-response):
10240         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10241         (ange-ftp-vms-add-file-entry):
10242         * play/gametree.el (gametree-looking-at-ply)
10243         (gametree-current-branch-score):
10244         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10245         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10246         * progmodes/cperl-mode.el (condition-case):
10247         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10248         (ebrowse-set-member-buffer-column-width)
10249         (ebrowse-select-1st-to-9nth):
10250         * progmodes/etags.el (etags-snarf-tag):
10251         * progmodes/flymake.el (flymake-parse-line):
10252         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10253         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10254         (idlwave-shell-menu-def):
10255         * progmodes/ps-mode.el (ps-run-goto-error):
10256         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10257         (vhdl-speedbar-contract-level):
10258         * term/mac-win.el (x-handle-numeric-switch):
10259         * term/sun-mouse.el (sun-get-frame-data):
10260         * term/w32-win.el (x-handle-numeric-switch):
10261         * term/x-win.el (x-handle-numeric-switch):
10262         * textmodes/ispell.el (ispell-parse-output):
10263         * textmodes/nroff-mode.el (nroff-outline-level):
10264         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10265         (reftex-bib-sort-year-reverse, reftex-format-citation):
10266         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10267         (reftex-section-number):
10268         * textmodes/texinfmt.el (texinfo-paragraphindent):
10269         Replace `string-to-int' by `string-to-number'.
10271         * international/latexenc.el: Add page marker to force the "Local
10272         Variables:" string out of the last page.
10274 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10276         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10277         tooltip-change-major-mode.
10278         (gud-tooltip-print-command): Remove case where gud-minor-mode
10279         is gdb ("--fullname").
10280         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10281         explain to user.
10283 2005-05-16  Jay Belanger  <belanger@truman.edu>
10285         * calc/calc-store.el (calc-copy-special-constant): New function.
10287         * calc/calc-ext.el (calc-init-extensions): Add binding for
10288         `calc-copy-special-constant'.
10290         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10291         for the `calc-copy-special-constant' command.
10293 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10295         * subr.el (left-fringe-p): New function.
10297         * progmodes/compile.el (compilation-setup): Set local value of
10298         overlay-arrow-string to "" always.
10299         (compilation-set-window): Left fringe then don't scroll.
10300         No left fringe then no arrow and scroll message to top.
10301         (compilation-context-lines): Adjust doc string accordingly.
10303 2005-05-16  Kim F. Storm  <storm@cua.dk>
10305         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10306         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10307         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10308         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10309         (ido-read-file-name): Handle commands with ido property value
10310         equal to find-file as reading a file name, to allow C-d to enter dired.
10311         (ibuffer-find-file): Add ido property with value find-file.
10313 2005-05-15  Kim F. Storm  <storm@cua.dk>
10315         * subr.el (open-network-stream-nowait): Remove.
10316         (open-network-stream-server): Remove.
10318 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10320         * faces.el (describe-face): Output a definition link button.
10322         * help-mode.el (help-face-def): New button type.
10324         * emacs-lisp/copyright.el (copyright-fix-years):
10325         Match properly if the first year is 2-digit.
10326         Don't mess up the whitespace after the years by filling.
10328         * dired-aux.el (dired-mark-confirm):
10329         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10331         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10332         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10333         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10335         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10336         Set font-lock-comment-start-skip.
10338         * font-lock.el (font-lock-comment-start-skip): New variable.
10339         (font-lock-comment-end-skip): New variable.
10340         (font-lock-fontify-syntactically-region): Use them if non-nil.
10342 2005-05-15  Jay Belanger  <belanger@truman.edu>
10344         * calc/calc-store.el (calc-store-value): Return a string rather
10345         than display it as a message.
10346         Use calc-var-name for variable name.
10347         (calc-store-into): Add the result of calc-store-value to message.
10348         (calc-copy-variable): Add a message.
10349         (calc-store-exchange): Improve error messages.
10350         (calc-store-binary, calc-store-map): Don't reset the values of
10351         special constants.
10353 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10355         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10356         manual to docstring.
10358         * files.el (hack-local-variables-confirm): Add STRING argument.
10359         Make the function handle non file visiting buffers correctly.
10360         (hack-local-variables-prop-line, hack-local-variables)
10361         (hack-one-local-variable): Use STRING arg of
10362         `hack-local-variables-confirm'.
10364 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10366         Sync with Tramp 2.0.49.
10368         * net/tramp.el (tramp-handle-dired-call-process)
10369         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10370         because the contents of the Tramp buffer is changed before
10371         insertion (`expand-file' and alike).
10372         (tramp-handle-insert-directory): If `localname' has an empty
10373         nondirectory name, it must not be quoted.
10374         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10375         variable `tramp-chunksize'.  Change callees.
10376         (tramp-open-connection-setup-interactive-shell): Check remote host
10377         for buggy `send-process-string' implementation.
10378         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10379         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10380         (tramp-handle-shell-command): `insert-buffer' cannot be used
10381         because the contents of the Tramp buffer is changed before
10382         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10383         <frederic.bothamy@free.fr>.
10384         (tramp-set-auto-save): Actions should be done for Tramp file name
10385         handler only.  Ange-FTP has its own auto-save mechanism.
10386         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10387         (tramp-set-auto-save-file-modes): Set file modes of
10388         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10389         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10390         (tramp-bug): Remove obsolete variable.
10391         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10392         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10394 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10396         * ibuf-ext.el (define-ibuffer-filter filename):
10397         If `dired-directory' is a list, use its car.
10399 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10401         * ibuffer.el (define-ibuffer-column filename):
10402         If `dired-directory' is a list, use its car.
10404 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10406         * subr.el (symbol-file): Doc fix.
10408         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10409         (byte-compile-form): Call byte-compile-nogroup-warn.
10410         (byte-compile-warning-types): Doc fix.
10412         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10414         * progmodes/cc-engine.el (c-literal-faces):
10415         Add font-lock-comment-delimiter-face.
10417         * net/net-utils.el (dig): Use with-no-warnings.
10419         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10420         (sc-recite-frame-alist, sc-default-cite-frame)
10421         (sc-default-uncite-frame, sc-default-recite-frame)
10422         (sc-attrib-selection-list, sc-rewrite-header-list):
10423         Mark as risky-local-variable.
10425         * international/ogonek.el (ogonek-jak, ogonek-how):
10426         Don't use beginning-of-buffer.
10428         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10430         * calendar/solar.el (solar-data-list): Move definition up.
10432         * dnd.el (dnd-protocol-alist): Add autoload.
10434         * progmodes/sh-script.el: Many doc usage fixes.
10435         (sh-indent-after-do): Change default to match common styles.
10437 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10439         * files.el (interpreter-mode-alist)
10440         (auto-mode-interpreter-regexp): Doc fixes.
10442 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10444         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10446         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10448 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10450         * dired.el (dired-mode): make-variable-buffer-local =>
10451         make-local-variable.
10453 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10455         * term/mac-win.el (mac-select-convert-to-string): Try coding
10456         systems in mac-script-code-coding-systems if specified one cannot
10457         encode string for `com.apple.traditional-mac-plain-text'.
10459 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10461         * progmodes/make-mode.el (makefile-targets-face)
10462         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10463         (makefile-dependency-regex): Fix it to not make the colon in
10464         $(var:a=b) special.
10465         (makefile-rule-action-regex): New regexp for highlighting embedded
10466         Shell strings.
10467         (makefile-macroassign-regex): Handle != for highlighting as
10468         embedded Shell strings.
10469         (makefile-var-use-regex): New const.
10470         (makefile-statements, makefile-automake-statements)
10471         (makefile-gmake-statements, makefile-makepp-statements)
10472         (makefile-bsdmake-statements): New consts.
10473         (makefile-make-font-lock-keywords): New function.
10474         (makefile-automake-font-lock-keywords)
10475         (makefile-gmake-font-lock-keywords)
10476         (makefile-makepp-font-lock-keywords)
10477         (makefile-bsdmake-font-lock-keywords): New consts.
10478         (makefile-mode-map): Add switchers between the various submodes.
10479         (makefile-mode): Document the availability of the variants.
10480         (makefile-automake-mode, makefile-gmake-mode)
10481         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10483         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10484         new variants of makefile-mode.
10486 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10489         the inheritance.
10491 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10493         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10494         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10496         * files.el (normal-mode): Extend the scope of the
10497         `enable-local-variables' binding to include the `set-auto-mode' call.
10498         (magic-mode-alist): Doc fix.
10500 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10502         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10503         font-lock-comment-face rather than copying its setting.
10505 2005-05-12  Andreas Schwab  <schwab@suse.de>
10507         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10509 2005-05-12  Lute Kamstra  <lute@gnu.org>
10511         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10512         defcustom for the mode hook variable.  Delete the last argument.
10513         * generic-x.el: Fix callers of define-generic-mode.
10514         (generic-x-modes): Delete group.
10515         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10516         generic-x customization group.
10518 2005-05-12  Kim F. Storm  <storm@cua.dk>
10520         * font-lock.el (font-lock-negation-char-face): Default to "off".
10522         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10523         font-lock-negation-char-face to ! in !=.
10525 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10527         * add-log.el (find-change-log): Fix typos in the docstring
10528         of function.
10530 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10532         * international/latexenc.el (latexenc-find-file-coding-system):
10533         Avoid `re-search-forward' when looking for input encoding because
10534         of speed and safety.  Better regular expressions for recognizing
10535         input encoding.  Limit a search for TeX-master/tex-main-file to
10536         the local variable section.
10538 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10540         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10541         syntax of $ to "'" (quote).
10543 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * dnd.el (dnd-protocol-alist): Improve custom type.
10547         * dired.el (dired-dnd-protocol-alist): New variable.
10548         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10549         `dired-mode-hook' to the end.
10551 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10554         comment-end if comment-start-skip is not set.
10555         Obey the font-lock-comment-delimiter-face variables.
10557 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10559         * files.el (executable-find): Move from executable.el.  Use
10560         locate-file.
10561         * progmodes/executable.el (executable-find): Move to files.el.
10563         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10564         when trying to ensure forward progress.
10566 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10568         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10569         (mouse-select, mouse-select-internal, mouse-extend-internal):
10570         Use it to implement mouse-1-click-follows-link functionality.
10572 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10574         * font-lock.el (font-lock-fontify-syntactically-region):
10575         Use font-lock-comment-delimiter-face for comment delimiters.
10577 2005-05-10  Jay Belanger  <belanger@truman.edu>
10579         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10580         preserving embedded modes.
10582 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10584         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10586         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10587         Move from ada-stmt.el.
10588         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10590         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10591         Move to ada-mode.el.
10592         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10594         * cus-edit.el (custom-file): Call file-chase-links.
10596         * files.el (read-directory-name): Fix previous change.
10597         (hack-local-variables-confirm): New function.
10598         (hack-local-variables-prop-line, hack-local-variables)
10599         (hack-one-local-variable): Use it.
10601 2005-05-10  Lute Kamstra  <lute@gnu.org>
10603         * font-lock.el (font-lock-keywords-alist)
10604         (font-lock-removed-keywords-alist): Clarify docstrings.
10606 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10608         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10609         (gdb-source-info): Check for preprocessor info.
10610         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10611         a macro for a function.
10612         (gdb-info-breakpoints-custom): Try to find file again if not already
10613         found (user might have used GDB dir command).
10614         (gdb-get-location): Update gdb-location-alist correctly for change
10615         to gdb-info-breakpoints-custom.
10617         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10618         (gud-tooltip-print-command): Add gdbmi case.
10619         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10620         preprocessor info.
10622 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10624         * startup.el (fancy-splash-insert): Fix typo in doc string.
10626 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10628         * obsolete/float.el (string-to-float):
10629         * obsolete/hilit19.el (hilit-add-pattern):
10630         * obsolete/rnews.el (news-parse-range, news-select-message)
10631         (news-get-pruned-list-of-files): Replace `string-to-int' by
10632         `string-to-number'.
10634         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10635         `find-file-not-found-hooks'; use `add-hook'.
10636         (uncompress-while-visiting): Set `write-file-functions', not
10637         `write-file-hooks'; use `add-hook'.
10639 2005-05-09  Kim F. Storm  <storm@cua.dk>
10641         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10642         (cua-paste): Handle clipboard action.
10643         (cua--init-keymaps): Remap clipboard-kill-region and
10644         clipboard-kill-ring-save.
10646 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10648         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10649         Improve commentary.
10651         * simple.el (next-error-overlay-arrow-position): Revert the change
10652         made on 2005-04-30.
10654 2005-05-07  Jay Belanger  <belanger@truman.edu>
10656         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10657         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10658         `calc-sel-reselect'.
10660         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10661         Calc is in embedded mode.
10663 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10665         * progmodes/compile.el (compilation-setup):
10666         Set overlay-arrow-string to an empty string on text terminals.
10668         * textmodes/ispell.el (ispell-program-name): Try looking for
10669         "aspell" along exec-path, and if found, use it as the default
10670         speller program.
10672 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10674         * international/mule.el (sgml-xml-auto-coding-function):
10675         Recognize encoding='FOO' in single quotes as well as in double quotes.
10677 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10679         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10680         as well as `interactive', so that defmacro* would recognize
10681         `declare' forms.
10683 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10685         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10686         Explain more about the LIGHTER arg's usage in the doc string.
10687         Add commentary to clarify what the code does.  Fix the regexp that
10688         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10689         since it could have characters special to regular expressions.
10691 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10693         * replace.el (occur-1): Bind inhibit-read-only so that
10694         erase-buffer doesn't barf on read-only text properties (likewise
10695         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10696         (occur-engine): Don't set buffer-read-only here.
10698 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10701         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10702         sometimes mistakenly reused as a *cvs* buffer.
10704 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10706         * tooltip.el: Move code for GUD tooltips into gud.el.
10707         (require): CL no longer needed to compile case.
10708         (tooltip-mode): Do not toggle functions for GUD tooltips.
10709         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10710         gud-tooltip-mode in gud.el.
10711         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10712         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10713         tooltip-gud prefix with gud-tooltip and obsolete.
10714         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10715         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10716         (tooltip-mouse-motion): Mouse movement functions/variable.
10717         Rename in gud.el by adding gud prefix.
10718         (tooltip-gud-original-filter, tooltip-gud-dereference)
10719         (tooltip-gud-event, tooltip-toggle-gud-tips)
10720         (tooltip-gud-process-output, tooltip-gud-print-command)
10721         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10722         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10723         (gdb-tooltip-print): Move to gdb-ui.el.
10725         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10726         (require): CL needed to compile case.
10727         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10728         tooltip-gud-tips-p.  Make it a minor-mode.
10729         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10730         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10731         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10732         (gud-tooltip-change-major-mode)
10733         (gud-tooltip-activate-mouse-motions-if-enabled)
10734         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10735         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10736         (gud-tooltip-original-filter, gud-tooltip-dereference)
10737         (gud-tooltip-event, tooltip-toggle-gud-tips)
10738         (gud-tooltip-process-output, gud-tooltip-print-command)
10739         (gud-tooltip-tips): Move from tooltip.el.
10741         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10742         (gdb-cpp-define-alist-flags): Doc fix.
10743         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10744         gud-tooltip-mode is t.
10746 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10749         evaporate if their text is deleted.
10750         (goto-address-at-point): Make it work as a mouse binding as well.
10751         (goto-address-at-mouse): Obsolete it.  Update users.
10753 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10755         * calendar/appt.el (top-level): No longer activate on load.
10757 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10759         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10760         * net/webjump.el (webjump):
10761         * progmodes/idlw-help.el (idlwave-do-context-help1)
10762         (idlwave-highlight-linked-completions):
10763         * textmodes/po.el (po-find-file-coding-system-guts):
10764         Replace `assoc-ignore-case' by `assoc-string'.
10766 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10768         * files.el (locate-file): Doc fix.
10770         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10771         Remove the redundant test for ms-dos.
10773         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10774         look for the preprocessor with exec-suffixes.  If not found in
10775         standard places, look in exec-path.  Remove most of the tests that
10776         used system-type.
10778         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10780         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10782         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10783         file-name clash with jka-compr.el on 8+3 filesystems.
10785 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10787         * term/mac-win.el: Don't define or bind scroll bar functions if
10788         x-toolkit-scroll-bars is t.
10789         (x-select-text, x-get-selection-value): Clear
10790         x-last-selected-text-clipboard if x-select-enable-clipboard is
10791         nil.
10792         (PRIMARY): Put mac-scrap-name property.
10793         (mac-select-convert-to-file-url): New function.
10794         (public.file-url): New selection target type.  Add to
10795         selection-converter-alist.
10796         (x-get-selection, x-selection-value): Handle it.
10797         (x-cut-buffer-or-selection-value): New alias.
10799 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10801         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10802         entry to avoid calling bibtex-find-entry with arg global
10803         being t.  Remove arg key.
10804         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10805         (bibtex-copy-summary-as-kill): Change accordingly.
10807 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10810         (org-agenda-date-later): Use with-current-buffer.
10812 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10814         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10815         (define-obsolete-variable-alias): Doc Fixes.
10817 2005-05-06  Kim F. Storm  <storm@cua.dk>
10819         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10820         vertical-motion when selective-display is active.
10822         * ido.el (ido-setup-hook): New hook.
10823         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10824         (ido-input-stack): New var.
10825         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10826         ido-next-work-file binding to M-O.
10827         Bind M-f to ido-wide-find-file-or-pop-dir.
10828         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10829         (ido-read-internal): Run ido-setup-hook.
10830         Catch quit in read-file-name and read-string to cancel edit.
10831         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10832         Automatically pop-all when completing a directory name (RET).
10833         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10834         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10835         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10836         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10837         New functions for M-b/M-f to move among the directory components.
10838         (ido-make-merged-file-list): Catch quit to cancel merge.
10839         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10840         (ido-completion-help): No warnings for ido-completion-buffer-full.
10842 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10844         * font-lock.el (font-lock-negation-char-face): New face and variable.
10845         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10846         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10847         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10848         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10850 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10852         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10853         Fix typo in docstring.
10855         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10856         (ebrowse-print-statistics-line)
10857         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10859         * term/w32-win.el (image-library-alist): Add additional name for
10860         Xpm library.
10862 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10864         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10865         use gcc instead of cpp.
10867         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10868         (gdb-create-define-alist): Use it.
10869         (gdb-cpp-define-alist-program): Update for MS-DOS.
10871 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10873         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10875 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10877         * help.el (describe-key): No error when UNTRANSLATED is nil.
10879         * simple.el (line-move-1): Fix previous change to signal errors
10880         appropriately.
10882 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10884         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10885         (icalendar-duration-correction): Remove.
10886         (icalendar--get-event-properties): Split result at commas.
10887         (icalendar--decode-isoduration): New optional argument
10888         DURATION-CORRECTION.
10889         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10890         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10891         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10892         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10893         (icalendar--convert-anniversary-to-ical): New functions, extracted
10894         from icalendar-export-region, with bug fixes.
10895         (icalendar-export-region): Use the above functions.
10896         (icalendar-import-buffer): Check before saving diary file.
10897         (icalendar--convert-recurring-to-diary)
10898         (icalendar--convert-non-recurring-all-day-to-diary)
10899         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10900         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10901         (icalendar--convert-ical-to-diary): Use the above functions.
10903 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10905         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10906         Remove these recent additions.
10907         (c-mode): Restore to before 2005-04-28.
10909         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10910         recent addition.
10912         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10913         (gdb-define-alist): New variables.
10914         (gdb-create-define-alist): New function.
10915         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10916         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10917         with string-to-number.
10918         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10920         * progmodes/gud.el: Replace string-to-int with string-to-number.
10921         (gud-find-file): Handle gdb-define-alist.
10923         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10925 2005-05-02  Jay Belanger  <belanger@truman.edu>
10927         * calc/calc-aent.el (math-read-token):
10928         * calc/calc-bin.el (calc-word-size):
10929         * calc/calc-ext.el (calc-read-number-fancy):
10930         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10931         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10932         * calc/calc-frac.el (calc-over-notation):
10933         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10934         (calc-graph-num-points, calc-graph-init):
10935         * calc/calc-prog.el (calc-read-parse-table-part)
10936         (calc-edit-macro-repeats):
10937         * calc/calc-yank.el (calc-do-grab-rectangle):
10938         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10939         Replace `string-to-int' by `string-to-number'.
10941 2005-05-02  Kim F. Storm  <storm@cua.dk>
10943         * kmacro.el: Use executing-kbd-macro-index variable.
10945 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10947         * net/rlogin.el (rlogin-parse-words): Delete func.
10948         (rlogin): Use split-string, not rlogin-parse-words.
10949         Also, if there are option-like elements in the parsed args,
10950         take the host to be the first arg immediately following them.
10951         Suggested by Michael Mauger.
10953 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10955         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10957 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10959         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10960         (cc-mode-cpp-program): Rename to cc-define-list-program and
10961         move to cc-vars.el.
10963         * progmodes/cc-vars.el (cc-define-list-program):
10964         Change to "gcc -E -dM -".  Make customizable.
10966 2005-05-02  Kim F. Storm  <storm@cua.dk>
10968         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10970 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10972         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10974         * international/mule-util.el (truncate-string): Remove alias and
10975         obsolete declaration.
10977         * international/mule-cmds.el (update-iso-coding-systems):
10978         Remove alias and obsolete declaration.
10980         * international/mule.el (coding-system-parent): Remove alias and
10981         obsolete declaration.
10983         * subr.el (define-function, sref): Remove aliases and obsolete
10984         declarations.
10985         (chars-in-region): Remove obsolete declaration.
10987 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10989         * info.el (Info-mode): Set widen-automatically to nil, locally.
10991         * simple.el (widen-automatically): New variable.
10992         (pop-global-mark): Obey widen-automatically.
10994 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10996         * term/xterm.el (function-key-map): Call substitute-key-definition
10997         before the keymap size is increased by a lot of define-key calls.
10999 2005-05-01  Richard M. Stallman  <rms@gnu.org>
11001         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11002         Rename ARG to ELEMENT.  Doc fix.
11004 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11006         * allout.el (allout-exposure): Remove macro and obsolete declaration.
11007         Remove references to allout-exposure/change to allout-new-exposure.
11009         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11010         bytecode symbols.
11012         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11013         (compiled-function-p, focus-frame, unfocus-frame):
11014         Remove aliases and obsolete declarations.
11015         Back out inadvertent changes from previous commit.
11017 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11019         * files.el (require-final-newline): Make Custom tags consistent
11020         with mode-require-final-newline.
11021         (mode-require-final-newline): Doc fix.
11023 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
11025         * international/latexenc.el (latexenc-find-file-coding-system):
11026         Fix regular expressions.
11028 2005-05-01  David Kastrup <dak@gnu.org>
11030         * international/latexenc.el (latexenc-find-file-coding-system):
11031         Fix regular expressions.
11033 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
11035         * subr.el (string-to-int): Make obsolete.
11037 2005-04-30  Richard M. Stallman  <rms@gnu.org>
11039         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11041         * loadup.el: load jka-comp-hook.
11043         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11044         (jka-compr-handler): Add autoload.  `put' calls moved
11045         to jka-comp-hook.el.
11046         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11047         (jka-compr-inhibit): Autoload.
11049         * jka-comp-hook.el: New file.
11050         Enable the mode by default.
11052         * files.el (backup-buffer-copy): Use copy-file instead
11053         of write-region, and put back the 'excl.
11055 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
11057         * progmodes/flymake.el (flymake-split-string)
11058         (flymake-split-string, flymake-log, flymake-pid-to-names)
11059         (flymake-reg-names, flymake-get-source-buffer-name)
11060         (flymake-unreg-names, flymake-add-line-err-info)
11061         (flymake-add-err-info): Clarify docstrings.
11062         (flymake-popup-menu, flymake-make-emacs-menu)
11063         (flymake-make-xemacs-menu): Add docstrings.
11064         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11065         Set variables directly throughout.
11067 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
11069         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11070         exists.  Initialize cc-define-alist.
11071         (c-mode): Add cc-create-define-alist locally to after-save-hook.
11072         If there is no file (Macroexpansion) don't create an alist.
11074 2005-04-29  Sam Steingold  <sds@gnu.org>
11076         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11077         (cc-create-define-alist): Use it instead of the hard-coded string.
11079 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11081         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11082         for latexenc.
11084 2005-04-29  Lute Kamstra  <lute@gnu.org>
11086         * emacs-lisp/generic.el: Improve commentary section.
11087         (define-generic-mode): Improve docstring.
11089 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11091         * textmodes/org.el (many places): Change to quiet the byte compiler.
11092         (org-prefix-format-compiled): New variable.
11093         (org-compile-prefix-format): New function.
11094         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11095         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11096         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11097         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11098         consistency with entries from `org-mode' files.
11099         (org-get-time-of-day): Fix bug with partial matches early in a line.
11100         (org-non-link-chars): New constant.
11101         (org-link-regexp): Respect `org-non-link-chars'.
11102         (org-agenda-day-view): Remove command.
11103         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11104         (org-follow-bbdb-link, org-store-link): Search also company field.
11105         (org-highlight-overlay): New variable.
11106         (org-highlight, org-unhighlight): New functions.
11107         (org-agenda-mode): Add pre-command-hook to remove highlight.
11108         (org-evaluate-time-range): Behavior depends upon whether time stamp
11109         contains a time or not.
11110         (org-show-subtree, org-show-entry): New functions.
11111         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11113 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11115         * comint.el (comint-output-filter-functions): Add autoload cookie.
11117 2005-04-28  Kim F. Storm  <storm@cua.dk>
11119         * ido.el (ido-everywhere): Fix last change.
11121 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11123         * international/latexenc.el: New file.
11124         * international/mule-conf.el (file-coding-system-alist): For .tex,
11125         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11127 2005-04-28  Lute Kamstra  <lute@gnu.org>
11129         * font-lock.el (font-lock-add-keywords)
11130         (font-lock-remove-keywords): Clarify docstring.
11131         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11132         Don't start docstrings with a `*'.
11133         (font-lock-update-removed-keyword-alist): Give it a docstring.
11135         * generic-x.el: Update commentary section.
11136         Only require font-lock when compiling.
11137         Define all modes conditionally.
11138         Place all generic modes in the generic-x-modes customization group.
11139         (generic-x-modes): New customization group.
11140         (generic-default-modes, generic-mswindows-modes)
11141         (generic-unix-modes, generic-other-modes): New constants.
11142         (generic-define-mswindows-modes, generic-define-unix-modes):
11143         Update docstrings.  Make them obsolete.
11144         (generic-extras-enable-list): New default value.  Update docstring.
11145         Improve :type.  Change :set function.
11146         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11147         Fix docstring.
11149         * emacs-lisp/generic.el (generic-mode-internal):
11150         Simplify font-lock-defaults.
11151         (define-generic-mode): Fix docstring.
11153 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11156         font-lock-face property to highlight matches.
11158 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11160         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11161         (cc-define-alist): New variable.
11162         (c-mode): Make it local and initialize it.
11164         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11165         (gdb-exited): New function.
11166         (gdb-annotation-rules): Use it.
11167         (gdb-starting): Set gdb-active-process to t.
11168         (gdb-stopping): Amend doc string.
11169         (gdb-reset): Set gdb-active-process to nil.
11171         * tooltip.el (tooltip-gud-tips): Show the associated #define
11172         directives when a C program under GDB is not executing.
11174 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11177         font-lock-fontify-syntactic-keywords.
11179         * font-lock.el (font-lock-default-fontify-region): Don't force
11180         parse-sexp-lookup-properties to nil.
11182 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11184         * man.el (man-mode-syntax-table): Set up `:' to have
11185         word-constituent syntax.
11187 2005-04-27  Lute Kamstra  <lute@gnu.org>
11189         * novice.el (disable-command): Don't add spurious newlines to the
11190         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11192 2005-04-26  Jay Belanger  <belanger@truman.edu>
11194         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11195         than one window before deleting window.
11197 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11199         * shell.el (shell-prompt-pattern): Doc fix.
11200         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11202         * comint.el (comint-prompt-regexp, comint-get-old-input)
11203         (comint-use-prompt-regexp)
11204         (comint-use-prompt-regexp-instead-of-fields)
11205         (comint-replace-by-expanded-history, comint-send-input)
11206         (comint-output-filter, comint-get-old-input-default)
11207         (comint-line-beginning-position, comint-bol, comint-show-output)
11208         (comint-backward-matching-input, comint-forward-matching-input)
11209         (comint-next-prompt, comint-previous-prompt):
11210         Rename `comint-use-prompt-regexp-instead-of-fields' to
11211         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11212         obsolete.
11213         (comint-use-prompt-regexp): Shorten first line of doc string.
11215         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11216         Set paragraph-separate buffer locally to "\\'".
11218         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11219         Adapt to above name change.
11221         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11222         (smbclient-prompt-regexp): Ditto.
11224         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11226 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11228         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11229         gdb-location-list.
11230         Break lines that are over 80 characters wide.
11232 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11235         New fun and var, to preserve compatibility.
11237         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11239 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11241         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11242         name to file-newer-than-file-p.
11244 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11246         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11248         * progmodes/python.el (python-mode):
11249         Use new name eldoc-documentation-function.
11251         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11253         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11254         (eldoc-documentation-function):
11255         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11257 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11259         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11261 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11263         * term/xterm.el (function-key-map): Fix strings for
11264         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11265         {C,S,A,C-S}-{f1-f12}.
11267 2005-04-26  Kenichi Handa  <handa@m17n.org>
11269         * international/mule-cmds.el (select-safe-coding-system):
11270         Fix previous change.
11272 2005-04-26  Lute Kamstra  <lute@gnu.org>
11274         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11276         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11277         (font-lock-comment-delimiter-face): Ditto.
11279         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11281 2005-04-25  Jay Belanger  <belanger@truman.edu>
11283         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11284         to t while inserting information; use help-mode.
11286 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11288         * term.el (ansi-term-color-vector): Use the xterm colors.
11289         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11291 2005-04-25  Lute Kamstra  <lute@gnu.org>
11293         * font-core.el (font-lock-defaults): Fix docstring.
11295         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11297 2005-04-25  Kenichi Handa  <handa@m17n.org>
11299         * international/mule-cmds.el (select-safe-coding-system):
11300         Don't check consistency with coding: spec, etc if raw-text or
11301         no-conversion was found to be safe.
11303 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11305         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11306         citation markers at start of each line.
11308         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11309         citation markers at start of each line.
11311         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11313         * files.el (mode-require-final-newline): Fix previous change.
11314         (require-final-newline): Fix type label.
11316 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11318         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11319         statement in buffer (broken by 2004-11-24 change).
11321 2005-04-24  Kim F. Storm  <storm@cua.dk>
11323         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11324         and read-file-name-function values.  Don't overwrite existing
11325         non-nil values if ido-mode is enabled without ido-everywhere.
11327 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11329         * files.el (mode-require-final-newline): Minor doc fix.
11331 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11333         * subr.el (syntax-after): Doc fix.
11334         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11335         bits, not 8 bits.
11337         * files.el (mode-require-final-newline): Doc fix.
11338         (backup-buffer-copy): Fix last change.
11340 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11342         * term/mac-win.el: Require select.  Set selection-coding-system to
11343         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11344         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11345         (x-select-enable-clipboard): New variables.
11346         (x-select-text, x-get-selection, x-selection-value)
11347         (x-get-selection-value, mac-select-convert-to-string)
11348         (mac-services-open-file, mac-services-open-selection)
11349         (mac-services-insert-text): New functions.
11350         (CLIPBOARD, FIND): Put mac-scrap-name property.
11351         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11352         (public.tiff): Put mac-ostype property.
11353         (selection-converter-alist): Add entries for them.
11354         (mac-application-menu-map): New keymap.
11355         (interprogram-cut-function, interprogram-paste-function): Set to
11356         x-select-text and x-get-selection-value, respectively.
11357         (split-window-keep-point): Set to t.
11359 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11361         * files.el (read-directory-name): Always pass non-nil
11362         DEFAULT-FILENAME arg to read-file-name.
11363         (backup-buffer-copy, basic-save-buffer-2): Take care against
11364         writing thru an unexpected existing symlink.
11365         (revert-buffer): In indirect buffer, revert the base buffer.
11366         (magic-mode-alist): Doc fix.
11367         (buffer-stale-function): Doc fix.
11368         (minibuffer-with-setup-hook): Avoid warning.
11369         (mode-require-final-newline): Doc and custom fix.
11371         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11373         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11374         use the default appearance.
11375         (font-lock-comment-delimiter-face): New face, new variable.
11377         * imenu.el (imenu--generic-function): The official position of a
11378         definition is the start of the line that BEG is in.
11380         * midnight.el (midnight-timer): Move defvar up.
11382         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11384         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11386         * startup.el (command-line): Use with-no-warnings.
11388         * window.el (window-size-fixed): New defvar.
11390         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11392         * mail/rmail.el (rmail-font-lock-keywords):
11393         Use font-lock-comment-delimiter-face.
11395         * mail/sendmail.el (mail-font-lock-keywords):
11396         Use font-lock-comment-delimiter-face.
11398         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11400 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11402         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11403         Specify t for LAXMATCH when matching directories.
11404         Save match data around compilation-compat-error-properties form.
11406 2005-04-23  David Kastrup  <dak@gnu.org>
11408         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11409         Mention that the autoloaded aliases should be kept for AUCTeX.
11411 2005-04-23  Andreas Schwab  <schwab@suse.de>
11413         * isearch.el (isearch-forward): Doc fix.
11415 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11417         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11418         (jit-lock-stealth-nice): Change default value to 0.5.
11420 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11422         * abbrev.el (write-abbrev-file): Write table entries in
11423         alphabetical order by table name.
11425 2005-04-22  Kim F. Storm  <storm@cua.dk>
11427         * ido.el (ido-read-internal): Fix `list' completion.
11429 2005-04-22  Kenichi Handa  <handa@m17n.org>
11431         * recentf.el (recentf-save-file-coding-system): New variable.
11432         (recentf-save-list): Encode the file by
11433         recentf-save-file-coding-system and add coding: tag.
11435 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11437         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11439 2005-04-21  Lute Kamstra  <lute@gnu.org>
11441         * loadhist.el (unload-feature): Don't remove a function from hooks
11442         if it is about to be restored to an autoload .  Remove functions
11443         that will become unbound from auto-mode-alist.  Simplify the code.
11445         * subr.el (assq-delete-all): New implementation that is linear,
11446         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11447         (rassq-delete-all): New function.
11449         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11450         Add size-indication-mode.
11452 2005-04-21  Kenichi Handa  <handa@m17n.org>
11454         * international/mule-cmds.el: Add autoload for widget-value in
11455         eval-when-compile.
11457 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11459         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11460         Add tooltip-mode.
11462         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11464 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11466         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11467         (inferior-lisp-filter-regexp, inferior-lisp-program)
11468         (inferior-lisp-load-command, inferior-lisp-prompt)
11469         (inferior-lisp-mode-hook, lisp-source-modes)
11470         (inferior-lisp-load-hook): defvar->defcustom.
11471         (inferior-lisp-program, inferior-lisp-prompt)
11472         (inferior-lisp-load-hook): Doc fixes.
11473         (inferior-lisp-install-letter-bindings): Small change in
11474         introductory comment.
11476 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11478         * vc.el (vc-annotate-color-map): Change some colors so that text
11479         using them as foreground is readable on both white and black
11480         backgrounds.
11482 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * international/mule-conf.el (translation-table-for-input):
11485         Remove redundant declaration.
11487 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11489         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11491         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11492         (tooltip-toggle-gud-tips): New function.
11494 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11496         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11497         right angle brackets.
11499 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11501         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11503 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11506         Remove.  Update callers to use expand-file-name instead.
11508         * subr.el (syntax-class): New function.
11510         * simple.el (blink-matching-open): Use it.
11512         * paren.el (show-paren-function): Use it to recognize parens that are
11513         also used in 2-char comment markers.
11515 2005-04-19  Lute Kamstra  <lute@gnu.org>
11517         * loadhist.el (unload-feature): Update for new format of
11518         load-history.  Simplify the code.
11520 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11522         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11523         (mac-add-charset-info): New function.  Initialize variable
11524         mac-charset-info-alist using it.
11525         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11526         for translation.
11527         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11528         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11529         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11530         New CCL programs.
11532 2005-04-19  Kim F. Storm  <storm@cua.dk>
11534         * simple.el (next-buffer, prev-buffer, next-error)
11535         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11536         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11538         * bindings.el (next-buffer, prev-buffer, next-error)
11539         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11540         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11541         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11542         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11544 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * isearch.el (isearch-edit-string): Make the search-ring available for
11547         minibuffer history commands.
11548         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11549         the default history commands now work just as well.
11550         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11552 2005-04-18  Kim F. Storm  <storm@cua.dk>
11554         * emulation/cua-base.el (cua--pre-command-handler): Add more
11555         elaborate check for shift modifier on non-window systems.
11557 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11559         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11561 2005-04-18  Kim F. Storm  <storm@cua.dk>
11563         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11564         and make it optional.  Don't test tooltip-gud-echo-area here.
11565         (tooltip-gud-process-output, gdb-tooltip-print):
11566         Pass tooltip-gud-echo-area to tooltip-show.
11567         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11569 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11571         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11572         `display-graphic-p' may not be bound yet.
11574 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11576         * startup.el (command-line): No longer enable Xterm Mouse mode by
11577         default in terminals compatible with xterm.
11579         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11581 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11583         * tooltip.el (tooltip-gud-echo-area): Rename from
11584         tooltip-use-echo-area.
11585         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11586         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11587         area independently of where help tooltips are displayed.
11589 2005-04-17  David Kastrup  <dak@gnu.org>
11591         * cus-theme.el (custom-theme-write-variables): Quote variables
11592         where necessary.
11594 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11596         * simple.el (yank-excluded-properties): Add follow-link to value.
11598         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11600         * startup.el (fancy-splash-max-time): Just 30 seconds.
11601         (fancy-splash-delay): Just 7.
11602         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11604         * loadhist.el (unload-feature): Update for new format of load-history.
11605         Simplify the code.
11607         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11608         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11610         * mail/sendmail.el (mail-font-lock-keywords):
11611         Don't fontify subject text.
11612         Don't fontify the text of a citation.
11614 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11616         * comint.el (comint-output-filter): Run comint-output-filter-functions
11617         with point where the user had it.
11619 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * international/ucs-tables.el (ucs-set-table-for-input):
11622         Disable when using unify-on-decoding.
11624 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11626         * emulation/cua-base.el (cua-global-mark-face): Add special case
11627         for displays supporting a high number of colors.
11629 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11631         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11633 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11635         * filesets.el (filesets-add-buffer): If user supplies a name of a
11636         non-existing fileset, create a new fileset.
11638 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11640         * textmodes/org.el (org-up-heading-all): Fix bug with
11641         `outline-up-heading-all'.
11643 2005-04-16  Andreas Schwab  <schwab@suse.de>
11645         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11646         /etc/permissions.d/* and /etc/aliases.d/*.
11648 2005-04-16  Kenichi Handa  <handa@m17n.org>
11650         * international/code-pages.el (cp-make-coding-system):
11651         Set `translation-table-for-input' property value to the symbol
11652         ucs-mule-to-mule-unicode, not to that value.
11653         (pt154): Escape guillemet by `\'.
11655 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11657         * loadup.el: Load tooltip if x-show-tip is fboundp.
11659         * startup.el (command-line): Add comment.
11661         * tooltip.el (tooltip-mode): Specify correct standard value for
11662         Custom in init-value.
11664 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11666         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11667         possible.
11669 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11671         * textmodes/org.el (org-agenda-date-prompt): Rename from
11672         `org-agenda-date-today'.
11673         (org-evaluate-time-range): Insert at point instead of directly
11674         after time range.
11675         (org-first-headline-recenter, org-subtree-end-visible-p)
11676         (org-optimize-window-after-visibility-change): New functions
11677         (org-agenda-post-command-hook): Don't allow point at end of line,
11678         to make sure it always hits the text properties.
11679         (org-agenda-next-date-line, org-agenda-previous-date-line):
11680         New commands.
11681         (org-set-regexps-and-options): Category may contain white space.
11682         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11683         Improve marker positions.
11684         (org-agenda-new-marker): Argument POS made optional.
11685         (org-agenda-get-timestamps): Deadlines which are done are listed
11686         in org-done-face now.
11687         (org-agenda-get-todos, org-agenda-get-timestamps)
11688         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11689         Set `undone-face' and `done-face' properties.
11690         (org-last-todo-state-is-todo): New variable.
11691         (org-todo): Set `org-last-todo-state-is-todo'.
11692         (org-agenda-todo): Change face according to
11693         `org-last-todo-state-is-todo'.  And change other lines referring to
11694         the same entry.
11695         (org-calendar-goto-agenda): New command.
11696         (org-calendar-to-agenda-key): New option.
11697         (org-startup-folded): New allowed value `content'.
11698         (org-set-regexps-and-options): Accept new value `content' for
11699         `org-startup-folded'.
11700         (org-get-current-options): Handle new value `content' for
11701         `org-startup-folded'.
11702         (org-insert-todo-heading): New command.
11703         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11704         interactively in empty file and option
11705         `org-insert-mode-line-in-empty-file' has been set.
11706         (org-agenda-todo,org-agenda-priority): Modify to use
11707         `org-agenda-change-all-lines'.
11708         (org-warning-face): Change color on dark background
11710 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11712         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11713         use preferences AppleLocale and AppleLanguages, and variable
11714         mac-system-locale for default locale.  On Mac OS Classic, use
11715         mac-system-coding-system for default coding systems.
11717         * term/mac-win.el: Don't set file-name-coding-system.
11718         Decode variables system-name, emacs-build-system, user-login-name, and
11719         user-full-name by mac-system-coding-system on Mac OS Classic.
11720         (mac-system-coding-system): New variable.
11722 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11724         * startup.el (command-line): Handle `xterm-mouse-mode' before
11725         reading init file.
11727         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11729 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11731         * progmodes/sh-script.el (sh-here-document-word): Make it a
11732         defcustom.  Doc fix.
11733         (sh-add): Bash uses $(( )) for arithmetic.
11734         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11735         (sh-maybe-here-document): Remove quotes and leading whitespace
11736         from heredoc word when closing.  Indent heredoc with tabs if word
11737         starts with "-".
11739 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11741         * simple.el (undo): Fix previous change.
11743         * custom.el (defface): Doc fix.
11745 2005-04-13  Lute Kamstra  <lute@gnu.org>
11747         * Makefile.in (DONTCOMPILE): Remove list.
11748         (compile, compile-always): Don't use DONTCOMPILE.
11749         (update-authors): Load the library in which batch-update-authors
11750         is defined.
11751         * makefile.w32-in (DONTCOMPILE): Remove list.
11752         (compile, compile-always): Fix comments.
11753         (update-authors): Load the library in which batch-update-authors
11754         is defined.
11756         * generic-x.el (generic-mode-ini-file-find-file-hook):
11757         Rename to ini-generic-mode-find-file-hook.
11758         Keep generic-mode-ini-file-find-file-hook as an alias.
11759         (ini-generic-mode-find-file-hook): Rename from
11760         generic-mode-ini-file-find-file-hook.  Fix docstring.
11761         (ini-generic-mode): Docstring change.
11762         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11764         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11765         called from lisp.
11767         * generic.el: Move to the emacs-lisp subdir.
11769 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11771         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11772         and C-S- function and cursor motion keys.
11774 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11776         * startup.el (command-line): Enable Xterm Mouse mode by default.
11777         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11778         for Custom.  No longer show "Mouse" in mode line when enabled.
11779         Doc fix.
11781 2005-04-12  Kim F. Storm  <storm@cua.dk>
11783         * emulation/cua-base.el (cua-rectangle-face)
11784         (cua-rectangle-noselect-face): Define face attributes here.
11786         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11788 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11790         * startup.el (command-line): Turn off blinking cursor if
11791         cursorBlink in resources is off or false.
11793 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11795         * term/mac-win.el (dnd): Require dnd.
11796         (mac-drag-n-drop): Call dnd-handle-one-url.
11797         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11798         (kTextEncodingISOLatin2): Remove constants.
11799         (mac-script-code-coding-systems): New constant.
11800         (mac-handle-language-change): New function.
11801         (special-event-map): Bind it to `language-change' event.
11802         (mac-centraleurroman, mac-cyrillic): New coding systems.
11803         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11804         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11805         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11806         encode-mac-cyrillic, respectively.
11808 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11810         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11811         Don't set overlay-arrow-string to "=>" as this is done
11812         globally in C now.
11814 2005-04-12  Lute Kamstra  <lute@gnu.org>
11816         * generic-x.el (rc-generic-mode, rul-generic-mode):
11817         Fix auto-mode-alist entries.
11818         (etc-fstab-generic-mode): Tweak fontification.
11820         * generic.el (generic-make-keywords-list): Fix docstring.
11821         (generic-mode-internal): Simplify generic-font-lock-keywords.
11823 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11825         * whitespace.el (whitespace-buffer-leading)
11826         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11827         However, fix the highlight area for the leading and
11828         trailing whitespaces to show space.
11830 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11832         * whitespace.el (whitespace-version): Bump to 3.5
11834         (whitespace-buffer-leading, whitespace-buffer-trailing):
11835         Invert sense of the test to highlight the whitespace.
11837 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11839         * progmodes/gud.el (gud-display-line): GUD uses its own
11840         overlay arrow now so don't set overlay-arrow-string.
11841         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11843 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11845         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11846         (term-ansi-current-reverse, term-ansi-current-invisible)
11847         (term-ansi-face-already-done): Change to boolean.
11848         (term-reset-terminal, term-handle-colors-array): Handle the above
11849         vars accordingly.
11850         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11851         (term-emulate-terminal): Use the new name.
11853         * faces.el (secondary-selection): Use yellow1, not yellow.
11854         (trailing-whitespace): Use red1, not red.
11856 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11858         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11859         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11860         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11862         * cus-edit.el (dnd): New group.
11864         * term/w32-win.el (dnd): Require dnd
11865         (w32-drag-n-drop): Call dnd-handle-one-url.
11867         * x-dnd.el: Require dnd.
11868         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11869         Call dnd-handle-one-url.
11870         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11871         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11872         to dnd-insert-text.
11873         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11874         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11875         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11876         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11878         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11880 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11882         * wdired.el: Doc fixes.
11883         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11884         (wdired-use-dired-vertical-movement): Rename from
11885         wdired-always-move-to-filename-beginning.
11886         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11887         (wdired-change-to-wdired-mode): Change mode name.
11888         (wdired-newline): Delete.
11890 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11892         * whitespace.el (whitespace-highlight-the-space):
11893         Don't call whitespace-unhighlight-the-space here.
11895         * simple.el (undo): Record t in undo-equiv-table
11896         for the redo record made by an undo-in-region.
11898 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11900         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11901         (gdb-frame-inferior-io-buffer): New Functions to control
11902         display of separate IO buffer.
11903         (menu): Add them to menu-bar.
11904         (gdb-display-buffer): Check for buffer another frame.
11905         Protect GUD buffer.
11906         (gdb-setup-windows): Create IO buffer if not already there.
11907         (gdb-memory-mode): Remove purecopy noops.
11909 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11911         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11912         and pass to self-insert-command.
11914 2005-04-11  Lute Kamstra  <lute@gnu.org>
11916         * generic.el: Commentary section cleanup.
11917         (generic): Delete.
11918         (generic-use-find-file-hook, generic-lines-to-scan)
11919         (generic-find-file-regexp, generic-ignore-files-regexp)
11920         (default-generic-mode, generic-mode-find-file-hook)
11921         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11922         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11923         (generic-use-find-file-hook, generic-lines-to-scan)
11924         (generic-find-file-regexp, generic-ignore-files-regexp)
11925         (default-generic-mode, generic-mode-find-file-hook)
11926         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11928 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11930         * bookmark.el (bookmark-write-file): Catch errors writing file.
11931         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11933 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11935         * startup.el (fancy-splash-tail): Update copyright year.
11936         (command-line): Split part of -Q into -D.
11937         (emacs-basic-display): New defvar.
11938         (fancy-splash-text): Correct name of menu item.
11940         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11942         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11943         lines in one node.
11945         * comint.el (comint-send-input): New arg ARTIFICIAL.
11946         Callers in this file changed.
11948         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11950         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11952 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11954         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11955         `ldap-search-internal'.
11957 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * files.el (set-auto-mode-1): Use line-end-position.
11961         * international/latin-1.el:
11962         * international/latin-2.el:
11963         * international/latin-3.el:
11964         * international/latin-4.el:
11965         * international/latin-5.el:
11966         * international/latin-8.el:
11967         * international/latin-9.el: Give punctuation syntax to NBSP.
11969         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11970         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11971         Use char-classes to accept non-ascii letters, accepted in some recent
11972         bibtex implementations.
11974 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11976         * custom.el (custom-set-minor-mode): Any non-nil value for the
11977         variable should enable the mode when set through Custom.
11979 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11981         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11982         TAB binding so tab-always-indent is obeyed.
11983         (vhdl-minibuffer-local-map): Move initialization into declaration.
11984         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11985         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11986         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11987         (vhdl-current-line): Use line-beginning-position.
11988         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11989         with-output-to-temp-buffer, so the current position can be recorded.
11991 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11993         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11994         Add regexp for gcov.
11996 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11998         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11999         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12000         syntax which Emacs 20 doesn't support.
12002 2005-04-09  Richard M. Stallman  <rms@gnu.org>
12004         * help.el (describe-key-briefly, describe-key):
12005         Replace strings as event types with "(any string)".
12007 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12009         * arc-mode.el (archive-mode-map): Move initialization into
12010         the declaration.  Override *all* bindings of `undo'.
12011         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12013 2005-04-09  Jay Belanger  <belanger@truman.edu>
12015         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12017 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12019         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12020         (xterm-register-default-colors): Update color values computation
12021         to match xterm-200.
12023 2005-04-09  Kenichi Handa  <handa@m17n.org>
12025         * international/code-pages.el (iso-latin-7): Fix the map.
12027 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
12029         * emacs-lisp/lisp.el (defun-prompt-regexp)
12030         (parens-require-spaces, buffer-end, end-of-defun)
12031         (insert-parentheses): Doc fixes.
12033 2005-04-08  Kim F. Storm  <storm@cua.dk>
12035         * comint.el (comint-highlight-prompt): Fix face spec.
12036         * hi-lock.el (hi-green): Likewise.
12038 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12040         * cus-edit.el (custom-modified-face):
12041         * comint.el (comint-highlight-input): Fix previous changes.
12042         * term.el (term-handle-ansi-escape): Add a comment.
12044 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12046         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12047         in the buffer and in whitespace-highlighted-space.
12048         (whitespace-unhighlight-the-space): Simplify.
12049         (whitespace-buffer): Simplify.
12051 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
12053         * textmodes/table.el (table-cell-face): Add special case for
12054         displays supporting a high number of colors.
12055         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12056         (vhdl-font-lock-reserved-words-face)
12057         (vhdl-speedbar-architecture-face)
12058         (vhdl-speedbar-instantiation-face)
12059         (vhdl-speedbar-architecture-selected-face)
12060         (vhdl-speedbar-instantiation-selected-face): Likewise.
12061         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12062         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12063         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12064         (ebrowse-root-class-face, ebrowse-member-attribute-face)
12065         (ebrowse-progress-face): Likewise.
12066         * progmodes/compile.el (compilation-info-face): Likewise.
12067         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12068         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12069         * calendar/calendar.el (diary-face): Likewise.
12070         * woman.el (woman-italic-face, woman-bold-face)
12071         (woman-unknown-face): Likewise.
12072         * wid-edit.el (widget-button-pressed-face): Likewise.
12073         * whitespace.el (whitespace-highlight-face): Likewise.
12074         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12075         * pcvs-info.el (cvs-marked-face): Likewise.
12076         * info.el (info-xref): Likewise.
12077         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12078         * hilit-chg.el (highlight-changes-face)
12079         (highlight-changes-delete-face): Likewise.
12080         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12081         (hi-red-b): Likewise.
12082         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12083         * font-lock.el (font-lock-keyword-face)
12084         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12085         * cus-edit.el (custom-invalid-face, custom-modified-face)
12086         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12087         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12088         * comint.el (comint-highlight-prompt): Likewise.
12090 2005-04-08  Lute Kamstra  <lute@gnu.org>
12092         * font-lock.el (font-lock-keywords): Docstring fixes.
12094 2005-04-08  Kenichi Handa  <handa@m17n.org>
12096         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12097         chars are more than a limit, print " and more..." at the tail.
12099 2005-04-08  Kim F. Storm  <storm@cua.dk>
12101         * emacs-lisp/authors.el (authors-aliases): Update list.
12102         (authors-ignored-files): New list.
12103         (authors-fixed-entries): Fix typo.
12104         (authors-renamed-files-alist): Update list.
12105         (authors-add): Check authors-ignored-files.
12107 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12109         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12110         optional, to ensure backward compatibility.
12112 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12114         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12116 2005-04-08  Kim F. Storm  <storm@cua.dk>
12118         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12120         * mouse.el (mouse-on-link-p): Doc fix.
12122 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12124         * ielm.el (ielm-prompt-read-only): Doc fix.
12126         * comint.el (comint-prompt-read-only): Doc fix.
12128 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12130         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12131         ensure dired always handles wildcards passed to ffap.
12132         (find-file-at-point): Use it.
12133         (ffap-dired-wildcards): Doc fix.
12135 2005-04-07  Juri Linkov  <juri@jurta.org>
12137         * simple.el (next-error-overlay-arrow-position): New defvar.
12138         Put "=>" on its property `overlay-arrow-string'.  Add it to
12139         `overlay-arrow-variable-list'.
12141         * progmodes/compile.el (compilation-setup):
12142         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12143         nil in the local hook `kill-buffer-hook'.  Make local variable
12144         `overlay-arrow-string' and set it to "=>".
12145         (compilation-goto-locus): Set BOL position to
12146         `next-error-overlay-arrow-position' instead of
12147         `overlay-arrow-position'.
12149         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12150         locally instead of adding it to the global hook.
12151         (Info-kill-buffer): Move up.
12153 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12155         * term/xterm.el (xterm-standard-colors): Update color values from
12156         xterm-200.
12158 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12162         * fast-lock.el:
12163         * lazy-lock.el: Move them to the obsolete subdir.
12165 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12167         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12168         (wdired-add-replace-advice): Remove.
12169         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12171 2005-04-06  Kim F. Storm  <storm@cua.dk>
12173         * startup.el (command-line): Add --bare-bones alias for -Q.
12175 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12177         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12178         create the startup fontset if a font specification ends with
12179         `mac-roman'.
12181 2005-04-06  Lute Kamstra  <lute@gnu.org>
12183         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12184         change.
12186         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12187         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12189 2005-04-05  Lute Kamstra  <lute@gnu.org>
12191         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12192         (define-generic-mode): Ditto.  Fix debug declaration.
12194         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12195         Put them in the generic-x group.
12197         * calendar/timeclock.el (timeclock): Doc fix.
12199         * generic.el (define-generic-mode): Don't use custom-current-group.
12200         Document default :group value.
12201         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12202         (define-global-minor-mode): Don't use custom-current-group.
12204 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12206         * startup.el (command-line-1): Display startup-echo-area-message
12207         when fancy splash screen is in use.
12209         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12210         (sh-escaped-newline): New face.
12211         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12212         newline, and use sh-escaped-newline face.
12214         * progmodes/tcl.el (tcl-escaped-newline): New face.
12215         (tcl-builtin-list): New variable.
12216         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12217         newlines.  Fix keywords subexpression number.
12219 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12221         * textmodes/org.el (org-diary-default-entry): Fix call to
12222         `add-to-diary-entry'.
12224 2005-04-05  Kim F. Storm  <storm@cua.dk>
12226         * ediff-init.el: Use (featurep 'xemacs).
12228 2005-04-05  David Ponce  <david@dponce.com>
12230         * cus-edit.el (face): Derive from symbol widget.  Display sample
12231         of the current face on the fly.
12232         (widget-face-sample-face-get, widget-face-notify): New functions.
12233         (widget-face-value-create): Remove.
12235         * wid-edit.el (widget-field-end): Temporarily remove field
12236         narrowing before to call `get-char-property'.
12238 2005-04-04  Jay Belanger  <belanger@truman.edu>
12240         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12241         (math-read-subscripts): New variable.
12242         (math-read-preprocess-string): Process subscripts.
12244 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12246         * comint.el (comint-prompt-read-only): Doc fix.
12248         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12249         `-1'.  Doc fix.
12251 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12253         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12254         Change default value to nil.
12256 2005-04-04  Lute Kamstra  <lute@gnu.org>
12258         * autorevert.el (auto-revert-mode): Specify :group.
12259         * battery.el (display-battery-mode): Specify :group.
12260         * diff-mode.el (diff-minor-mode): Specify :group.
12261         * font-core.el (font-lock-mode): Specify :group.
12262         * hl-line.el (hl-line-mode): Specify :group.
12263         * iimage.el (iimage): New customization group.
12264         (iimage-mode): Specify :group.
12265         * longlines.el (longlines-mode): Specify :group.
12266         * master.el: Don't require easy-mmode.
12267         (master): New customization group.
12268         (master-mode): Specify :group.
12269         * msb.el (msb-mode): Specify :group.
12270         * reveal.el (reveal-mode): Specify :group.
12271         * simple.el (next-error-follow-minor-mode): Specify :group.
12272         * smerge-mode.el (smerge-mode): Specify :group.
12273         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12274         * emulation/cua-base.el (cua-mode): Specify :group.
12275         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12276         * language/thai-util.el (thai-auto-composition-mode)
12277         (thai-word-mode): Specify :group.
12278         * mail/supercite.el (sc-minor-mode): Specify :group.
12279         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12280         * progmodes/flymake.el (flymake-mode): Specify :group.
12281         * progmodes/glasses.el (glasses-mode): Specify :group.
12282         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12283         * textmodes/enriched.el (enriched-mode): Specify :group.
12284         * textmodes/refill.el (refill-mode): Specify :group.
12286         * add-log.el (change-log-font-lock-keywords): Names in
12287         parenthesized lists can contain spaces.
12289 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12291         * startup.el (fancy-splash-text): Shorten default text of
12292         "Emacs Tutorial" line.  Also, if the current language env
12293         indicates an available tutorial file other than TUTORIAL,
12294         extract its title and append it to the line in parentheses.
12295         (fancy-splash-insert): If arg is a thunk, funcall it.
12297 2005-04-04  Jay Belanger  <belanger@truman.edu>
12299         * calc.el (calc-language-alist): Add tags to customization type.
12301 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12303         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12304         Doc fix.
12306 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12308         * add-log.el (change-log-font-lock-keywords): The manual
12309         describing a Change Log entry, says: (...) "Aside from these
12310         header lines, every line in the change log starts with a space or
12311         a tab.".  The font-lock was not highlighting lines started with
12312         spaces, added support for it.
12314 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12316         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12317         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12318         complex example in the docstring.
12319         (bibtex-font-lock-url): Use pop.
12321 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12325         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12327 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12329         * filesets.el (filesets-set-default): Doc fix.
12331 2005-04-03  Lute Kamstra  <lute@gnu.org>
12333         * generic.el (define-generic-mode): Add argument to specify
12334         keywords for defcustom.
12335         (default-generic-mode): Specify :group.
12337         * generic-x.el: Specify :group for all generic modes.
12339         * desktop.el (desktop-no-desktop-file-hook)
12340         (desktop-after-read-hook): Doc fix.
12342 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12344         * simple.el (visible-mode): Use explicit :group keyword.
12345         This changes the group of `visible-mode-hook' from paren-blinking
12346         to editing-basics.
12348 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12350         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12351         mailbox specifications as well as URLs.
12352         (rmail-insert-inbox-text): Remove unused conditional branches.
12354 2005-04-01  Jay Belanger  <belanger@truman.edu>
12356         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12357         (calc-gnuplot-print-command): Move definitions to calc.el.
12359         * calc/calc-embed.el (calc-embedded-announce-formula)
12360         (calc-embedded-open-formula, calc-embedded-close-formula)
12361         (calc-embedded-open-word, calc-embedded-close-word)
12362         (calc-embedded-open-plain, calc-embedded-close-plain)
12363         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12364         (calc-embedded-open-mode, calc-embedded-close-mode):
12365         Move definitions to calc.el.
12367         * calc/calc.el (calc-settings-file, calc-language-alist):
12368         Make customizable.
12369         (calc-embedded-announce-formula, calc-embedded-open-formula)
12370         (calc-embedded-close-formula, calc-embedded-open-word)
12371         (calc-embedded-close-word, calc-embedded-open-plain)
12372         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12373         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12374         (calc-embedded-close-mode, calc-gnuplot-name)
12375         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12376         from other files and make customizable.
12378 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12380         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12381         Use buffer-live-p.
12382         (cvs-mode-run): Don't call cvs-update-header here.
12383         (cvs-run-process): Call cvs-update-header.
12384         Use process properties for cvs-postprocess and cvs-buffer so that
12385         the sentinel can behave better if the temp buffer is killed.
12386         Use a pipe rather than a tty, to better handle unexpected prompts.
12387         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12389 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12391         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12392         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12394 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * generic.el (define-generic-mode): Add indentation rule.
12398 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12400         * files.el (mode-require-final-newline): Make Custom correctly
12401         report a nil value and allow to set it to nil via Custom.
12402         Doc fix.
12404 2005-04-01  Kenichi Handa  <handa@m17n.org>
12406         * international/characters.el: Enable the correct case setting for
12407         dotless-i and dotted-I.
12409 2005-04-01  Kim F. Storm  <storm@cua.dk>
12411         * ido.el (ido-file-internal): Fall back to non-ido command if
12412         initial directory is on slow ftp (or tramp) host.
12414 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12416         * emacs-lisp/autoload.el (make-autoload):
12417         Handle define-global-minor-mode.
12419         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12420         Rename from easy-mmode-define-global-mode.
12421         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12423         * progmodes/scheme.el (scheme-mode-syntax-table):
12424         Update syntax of | and # for two-character comment syntax.
12426 2005-03-31  Lute Kamstra  <lute@gnu.org>
12428         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12429         (define-minor-mode): Call custom-current-group at load-time.
12431         * generic.el (define-generic-mode): Add debug declaration.
12432         Add defcustom for the mode hook.
12433         (generic-mode-internal): Use run-mode-hooks.
12435 2005-03-31  Kim F. Storm  <storm@cua.dk>
12437         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12438         (mouse-fixup-help-message): New defun called by show_help_echo
12439         to fixup mouse-2 prefix in help messages when applicable.
12441         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12443 2005-03-31  Kenichi Handa  <handa@m17n.org>
12445         * language/thai-word.el (thai-find-word-ends): Pay attention to
12446         the case that we reach the end of buffer.
12448         * textmodes/fill.el (fill-text-properties-at): New function.
12449         (fill-newline): Use fill-text-properties-at instead of
12450         text-properties-at.
12452 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12454         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12455         not comint-quote-filename.
12457 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12459         * help-fns.el (help-with-tutorial): Revert last change.
12461 2005-03-31  Kim F. Storm  <storm@cua.dk>
12463         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12465 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12467         * calendar/cal-china.el: Update reference to "Calendrical
12468         Calculations" book; there's a new edition.
12469         * calendar/cal-coptic.el: Likewise.
12470         * calendar/cal-french.el: Likewise.
12471         * calendar/cal-hebrew.el: Likewise.
12472         * calendar/cal-islam.el: Likewise.
12473         * calendar/cal-iso.el: Likewise.
12474         * calendar/cal-julian.el: Likewise.
12475         * calendar/cal-mayan.el: Likewise.
12476         * calendar/cal-persia.el: Likewise.
12477         * calendar/calendar.el: Likewise.
12478         * calendar/holidays.el: Likewise.
12479         * calendar/lunar.el: Likewise.
12480         * calendar/solar.el: Likewise.
12482         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12483         white space from doc string.
12485 2005-03-30  Jay Belanger  <belanger@truman.edu>
12487         * calc/calc-help.el (calc-full-help): Remove email address.
12489 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12491         * help-fns.el (help-with-tutorial): Delete title line.
12493 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12495         * calendar/cal-x.el (calendar-one-frame-setup)
12496         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12497         rather than 'symbol for set-window-dedicated-p.
12499         * calendar/appt.el (appt-buffer-name): Make it a constant.
12500         (appt-add): Doc fix.
12502         * filesets.el (filesets-menu-path, filesets-menu-before)
12503         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12504         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12505         (filesets-add-submenu): Delete and use add-submenu instead.
12507 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12509         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12510         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12511         (org-diary-default-entry): New function.
12512         (org-get-entries-from-diary): Better parsing of diary entries.
12513         (org-agenda-check-no-diary): New function.
12514         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12515         linking to diary entries.
12516         (org-agenda-execute-calendar-command): New function.
12517         (org-agenda): Improve visible section in window.
12518         Use `org-fit-agenda-window'.
12519         (org-fit-agenda-window): New option.
12520         (org-move-subtree-down): Better handling of empty lines
12521         at end of subtree.
12522         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12523         levels up.
12524         (org-fontify-done-headline): New option.
12525         (org-headline-done-face): New face.
12526         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12527         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12528         When current field is non-empty, it is copied to next row.
12529         (org-table-copy-from-above): Fix bug which made it
12530         impossible to copy fields containing only a single non-white character.
12532 2005-03-30  Kim F. Storm  <storm@cua.dk>
12534         * kmacro.el (kmacro-end-macro): Isearch may store this command
12535         into the macro -- so ignore it when executing keyboard macro.
12537 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12539         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12541 2005-03-29  Kenichi Handa  <handa@m17n.org>
12543         * language/thai.el ("Thai"): Set setup-function and exit-function
12544         for Thai language environment.
12546         * language/thai-util.el: Require thai-word.
12547         (thai-word-mode-map): New variable.
12548         (thai-word-mode): New minor mode.
12549         (setup-thai-language-environment-internal): New function.
12550         (exit-thai-language-environment-internal): New function.
12552         * language/thai-word.el (thai-word-table): Declare it by defvar,
12553         use dolist to initialize it.
12554         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12555         (thai-fill-find-break-point): New functions.
12557 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12559         * simple.el (idle-update-delay): Move definition up.
12560         (set-mark): Doc fix.
12562 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12564         * longlines.el: New file.
12566         * simple.el (buffer-substring-filters): New variable.
12567         (filter-buffer-substring): New function.
12568         (kill-region, copy-region-as-kill): Use it.
12570         * register.el (copy-to-register, append-to-register)
12571         (prepend-to-register): Use filter-buffer-substring.
12573 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12575         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12576         (gud-filter-pending-text): Move in front of gdb.
12577         (gud-overlay-arrow-position): New variable.
12578         (gud-sentinel, gud-display-line): Use it in place of
12579         overlay-arrow-position.
12581 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12583         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12584         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12585         (fortran-font-lock-keywords-4): New variable.
12586         (fortran-blocks-re, fortran-end-block-re)
12587         (fortran-start-block-re): New constants, for hideshow.
12588         (hs-special-modes-alist): Add a Fortran entry.
12589         (fortran-mode-map): Bind fortran-end-of-block,
12590         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12591         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12592         (fortran-looking-at-if-then, fortran-end-of-block)
12593         (fortran-beginning-of-block): New functions, for hideshow.
12595         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12596         Doc fix.  Tweak regexp.
12597         (f90-beginning-of-block): Push mark first.
12599 2005-03-29  Jay Belanger  <belanger@truman.edu>
12601         * calc/calc.el: Update copyright date.
12602         (calc-version): Increase to 2.1.
12603         (calc-version-date): Remove.
12605         * calc/calc-help.el: Update copyright date.
12606         (calc-full-help): Remove reference to calc-version-date.
12607         Update copyright date.
12609 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12611         * vc.el (vc-do-command): Use a pipe for async processes, so password
12612         prompts don't show up at places where the user can't reply.
12614 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12616         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12617         on the file name we pass to the inferior shell.
12619 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12621         * progmodes/which-func.el (which-function): Be robust in the face of an
12622         imenu--make-index-alist failure.
12624 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12626         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12628         * progmodes/python.el (python-preoutput-filter): Fix last change.
12630 2005-03-29  Lute Kamstra  <lute@gnu.org>
12632         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12633         functions and compiled macros.
12634         (debug-convert-byte-code): Handle macros too.
12635         (debug-on-entry-1): Don't signal an error when trying to clear a
12636         function that is not set to debug on entry.
12638 2005-03-29  Jay Belanger  <belanger@truman.edu>
12640         * calc/calc-lang.el: Add functions to math-function-table
12641         properties of tex and math.
12643 2005-03-29  Kenichi Handa  <handa@m17n.org>
12645         * ps-mule.el (ps-mule-plot-string): Translate characters by
12646         ps-print-translation-table.
12647         (ps-mule-begin-job): Call find-charset-region/string with
12648         ps-print-translation-table.
12649         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12651         * ps-print.el (ps-print-translation-table): New variable.
12652         (ps-plot-region): Translate characters by ps-print-translation-table.
12654 2005-03-29  Juri Linkov  <juri@jurta.org>
12656         * simple.el (next-error-highlight-timer): New variable.
12658         * progmodes/compile.el (compilation-goto-locus):
12659         Use `next-error-highlight-timer' instead of `sit-for'.
12661 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12663         * mail/supercite.el (sc-mail-field): Use assoc-string.
12664         (sc-get-address): Simplify regexps.
12666         * files.el (minibuffer-with-setup-hook): New macro.
12667         (find-file-read-args): Use it to avoid let-binding
12668         minibuffer-with-setup-hook (which breaks turning on/off
12669         file-name-shadow-mode while in the prompt).
12671         * complete.el (PC-read-include-file-name-internal):
12672         Use test-completion.
12674 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12676         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12678 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * window.el (window-buffer-height): Use count-screen-lines.
12682         * progmodes/python.el (python-preoutput-leftover): New var.
12683         (python-preoutput-filter): Use it.
12684         (python-send-receive): Loop until all the result has been received.
12686 2005-03-28  Juri Linkov  <juri@jurta.org>
12688         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12690         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12691         "Recover Crashed Session".
12692         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12693         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12694         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12695         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12696         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12697         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12698         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12699         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12701         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12702         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12703         Ediff Sessions", "Toggle use of separate control buffer frame",
12704         "Use separate frame for Ediff control buffer".
12706         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12707         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12708         "Rename Bookmark", "Delete Bookmark".
12710         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12711         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12712         Add `:active Info-index-alternatives' to "Next Matching Item".
12714         * wdired.el (wdired-change-to-wdired-mode):
12715         Mention `wdired-abort-changes' key in the initial message.
12717         * international/mule.el (auto-coding-alist): Associate non-ascii
12718         image filename extensions with `no-conversion'.
12720 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12722         * international/iso-acc.el:
12723         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12725 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12727         * textmodes/sgml-mode.el (html-mode): Doc update.
12729         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12731 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12733         * term.el (term-move-columns): Fix face after extending a line.
12734         (term-insert-spaces): Likewise.
12735         (term-reset-terminal): Fix off by one error.
12737 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12739         * international/mule.el (auto-coding-alist): Add .xpi files.
12741         * files.el (auto-mode-alist): Add .xpi files.
12743 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12745         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12747 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12749         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12751 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12753         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12754         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12756         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12757         cursor to Jan 1 when needed.
12758         (calendar-end-of-year): Fix -/+ typo.
12759         Reported by Chong Yidong <cyd@stupidchicken.com>.
12761 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12763         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12765         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12766         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12768 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12770         * filesets.el (filesets-init): Add autoload.
12772         * mail/mailalias.el (mail-directory): Doc fix.
12774 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12776         * mail/mailalias.el (mail-directory-process): Do nothing if
12777         mail-directory-process is an atom.
12778         (mail-get-names): Ignore mail-directory-names if it is an atom.
12779         (mail-directory-process defvar): Doc fix.
12780         (mail-names): Doc fix.
12782 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12784         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12786 2005-03-26  Kenichi Handa  <handa@m17n.org>
12788         * international/mule-util.el (detect-coding-with-priority):
12789         Call update-coding-systems-internal before detect-coding-region.
12791 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12793         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12794         (gdb-frames-mode-map): Add follow-link property.
12796 2005-03-25  Jay Belanger  <belanger@truman.edu>
12798         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12799         for variables.
12801 2005-03-25  Juri Linkov  <juri@jurta.org>
12803         * image-mode.el: Optimize image filename extension regexps in
12804         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12805         in `auto-mode-alist'.
12806         (image-mode): Add `image-toggle-display-text' to local hook
12807         `change-major-mode-hook'.  Display the image as an image by
12808         default.  Set `cursor-type' and `truncate-lines' if the image
12809         is already displayed.  Take into account the current mode (image
12810         or text) in message.
12811         (image-minor-mode): New minor mode.
12812         (image-mode-maybe, image-toggle-display-text): New functions.
12813         (image-toggle-display): Use called-interactively-p.
12814         Let-bind `inhibit-read-only' to t.
12816         * image-mode.el (image-minor-mode): Set `cursor-type' and
12817         `truncate-lines' if the image is already displayed.  Add turning
12818         image-minor-mode off to `change-major-mode-hook'.  Add message.
12819         Call `image-toggle-display-text' after turning image-minor-mode off.
12821 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12823         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12824         Terminal.app, use utf-8.
12825         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12826         (set-locale-environment): Use it.
12828         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12830         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12832         * progmodes/python.el (python-close-block-statement-p)
12833         (python-outdent-p, python-current-defun): Use symbol-end.
12835 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12837         * files.el (save-some-buffers): Doc fix.
12839 2005-03-25  Werner Lemberg  <wl@gnu.org>
12841         * complete.el, thumbs.el: Replace `legal' with `valid'.
12842         * calendar/calendar.el: Replace `legal' with `valid'.
12843         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12844         * mail/supercite.el: Replace `legal' with `valid'.
12845         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12846         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12847         Replace `legal' with `valid'.
12848         * textmodes/reftex-vars.el, textmodes/reftex.el:
12849         Replace `legal' with `valid'.
12851 2005-03-25  Werner Lemberg  <wl@gnu.org>
12853         * calc/calc-forms.el, calc/calc-sel.el:
12854         * midnight.el, vc-cvs.el:
12855         * emacs-lisp/cl-macs.el:
12856         * emulation/vip.el:
12857         * eshell/esh-io.el, eshell/esh-var.el:
12858         * mail/supercite.el:
12859         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12860         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12861         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12862         * progmodes/sh-script.el, progmodes/xscheme.el:
12863         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12864         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12865         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12866         * textmodes/reftex.el, textmodes/org.el:
12867         Replace `illegal' with `invalid'.
12869 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12871         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12872         (flymake-find-buildfile, flymake-find-possible-master-files)
12873         (flymake-check-include, flymake-parse-line): Replace loops over the
12874         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12876         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12877         Substitute file-name-as-directory in the rest of the file.
12878         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12879         (flymake-replace-region): Remove unused arg `buffer'.
12880         (flymake-check-patch-master-file-buffer): Update calls to it.
12881         (flymake-add-err-info): Remove unused var `count'.
12882         (flymake-mode): Use define-minor-mode.
12884         * progmodes/flymake.el: Use with-current-buffer.
12885         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12886         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12887         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12888         Avoid testing for `xemacs'.
12889         (flymake-nop): Move.
12890         (flymake-region-has-flymake-overlays): Return the computed value.
12891         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12892         Remove unused var `endline'.
12893         (flymake-get-line-count): Remove unused function.
12894         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12896         * emulation/vi.el:
12897         * generic.el:
12898         * hilit-chg.el (global-highlight-changes):
12899         * hi-lock.el (hi-lock-mode):
12900         * follow.el: find-file-hooks -> find-file-hook.
12902         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12904 2005-03-24  Juri Linkov  <juri@jurta.org>
12906         * dired.el (dired-mode-map): Add menu item "Compare directories"
12907         for dired-compare-directories.
12909         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12910         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12912 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12916 2005-03-24  Jay Belanger  <belanger@truman.edu>
12918         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12919         relevant mode settings in calc-embedded-original-modes when modes
12920         are permanently changed.
12922 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12924         * autoinsert.el: find-file-hooks -> find-file-hook.
12926 2005-03-24  Lute Kamstra  <lute@gnu.org>
12928         * generic.el (generic-font-lock-defaults): Make it obsolete.
12929         (generic-font-lock-keywords): New variable to replace
12930         generic-font-lock-defaults.
12931         (generic-mode-set-font-lock): Delete it.
12932         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12933         (generic-bracket-support): Add docstring.
12935         * generic-x.el: Rename generic-font-lock-defaults to
12936         generic-font-lock-keywords throughout.
12937         (mailagent-rules-setup-function): Delete it.
12938         (mailagent-rules-generic-mode): Use anonymous function instead.
12939         (show-tabs-generic-mode-font-lock-defaults-1)
12940         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12941         Quote faces.
12942         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12943         not foreground.
12945         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12946         Recognize define-generic-mode.
12948 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12950         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12951         if there's no completion table.
12953 2005-03-23  Miles Bader  <miles@gnu.org>
12955         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12956         Remove tty-specific variants, as they're no longer needed.
12958 2005-03-23  Lute Kamstra  <lute@gnu.org>
12960         * generic-x.el: Code cleanup: make args constant whenever possible.
12961         (installshield-statement-keyword-list)
12962         (installshield-system-functions-list)
12963         (installshield-system-variables-list, installshield-types-list)
12964         (installshield-funarg-constants-list): Make them constants.
12966         * generic.el (generic-make-keywords-list): Add autoload cookie.
12968         * calendar/time-date.el: Add comment on time value formats.
12969         Don't require parse-time.
12970         (with-decoded-time-value): New macro.
12971         (encode-time-value): New function.
12972         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12973         (days-to-time): Return a valid time value when arg is huge.
12974         (time-since): Use time-subtract.
12975         (time-to-number-of-days): Use time-to-seconds.
12977 2005-03-23  David Ponce  <david@dponce.com>
12979         * recentf.el: (recentf-keep): New option.
12980         (recentf-menu-action): Default to `find-file'.
12981         (recentf-keep-non-readable-files-flag)
12982         (recentf-keep-non-readable-files-p)
12983         (recentf-file-readable-p, recentf-find-file)
12984         (recentf-cleanup-remote): Remove.
12985         (recentf-include-p): More robust.
12986         (recentf-keep-p): New function.
12987         (recentf-remove-if-non-kept): Rename from
12988         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12989         All callers updated.
12990         (recentf-menu-items-for-commands): Fix help string.
12991         (recentf-track-closed-file): Update.  Doc fix.
12992         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12994 2005-03-23  Kim F. Storm  <storm@cua.dk>
12996         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12997         Don't inherit from fringe face (now happens automatically).
12999 2005-03-22  Kim F. Storm  <storm@cua.dk>
13001         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13002         position values.
13004 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * menu-bar.el (showhide-date-time): Remove.
13007         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13008         (menu-bar-make-mm-toggle): Simplify.
13010 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13012         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13013         Accept qualified variable and function names.
13015 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
13017         * bindings.el (completion-ignored-extensions):
13018         Remove ".lis" for `vax-vms'.
13020 2005-03-22  Andreas Schwab  <schwab@suse.de>
13022         * generic-x.el: Revert last change.
13023         * ldefs-boot.el: Update.
13025 2005-03-22  Jay Belanger  <belanger@truman.edu>
13027         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13028         (calc-embedded-save-original-modes)
13029         (calc-embedded-restore-original-modes): New functions.
13030         (calc-do-embedded): Save original modes when entering embedded mode
13031         and restore when leaving embedded mode.
13032         (calc-embedded-modes-change): Change the value of
13033         calc-embedded-original-modes to reflect permanent changes.
13035 2005-03-22  Lute Kamstra  <lute@gnu.org>
13037         * generic-x.el: Require generic again.
13039 2005-03-22  Miles Bader  <miles@gnu.org>
13041         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13042         Tweak details to look good on both ttys and bitmap displays, light
13043         or dark background, etc.
13045 2005-03-21  Kim F. Storm  <storm@cua.dk>
13047         * tooltip.el (tooltip-show-help-function): Check car and cdr of
13048         mouse position.
13050 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * icomplete.el: Don't forcibly turn on the mode upon load.
13053         (icomplete-mode): Use define-minor-mode.
13054         (icomplete-eoinput): Default to nil.
13055         (icomplete-minibuffer-setup): Remove autoload.
13056         (icomplete-tidy): Simplify.
13057         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13058         in the initial state or if the user has modified the field.
13059         Fix handling of icomplete-max-delay-chars.
13060         Remove code that handles the oddball case where
13061         minibuffer-completion-table is an integer.
13062         Wrap icomplete-completions in while-no-input in case building
13063         completions takes more time than expected.
13064         (icomplete-completions): Simplify.
13066 2005-03-21  Richard M. Stallman  <rms@gnu.org>
13068         * jka-compr.el (jka-compr-really-do-compress):
13069         Make variable buffer-local.
13071         * image-mode.el: Handle .xpm files too.
13072         (image-toggle-display): Preserve modification flag.
13074         * help.el (where-is): Don't mention aliases with no key bindings.
13076 2005-03-21  Lute Kamstra  <lute@gnu.org>
13078         * generic.el: Fix commentary section.  Don't require cl for
13079         compilation.
13080         (generic-mode-list): Add autoload cookie.
13081         (generic-use-find-file-hook, generic-lines-to-scan)
13082         (generic-find-file-regexp, generic-ignore-files-regexp)
13083         (generic-mode, generic-mode-find-file-hook)
13084         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13085         (define-generic-mode): Make it a defmacro.  Fix docstring.
13086         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13087         (generic-mode-set-comments): Code cleanup.
13088         * generic-x.el: Don't prevent compilation.  Don't require generic.
13089         Follow coding conventions.  Minor code cleanup.
13090         (etc-fstab-generic-mode): Add some keywords.
13091         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13092         define-generic-mode like a function declaration.
13094 2005-03-21  Jay Belanger  <belanger@truman.edu>
13096         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13097         changing modes.
13099 2005-03-21  Sam Steingold  <sds@gnu.org>
13101         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13103 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13105         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13106         Add underscore to "f$ lexicals" regexp.
13108 2005-03-20  Juri Linkov  <juri@jurta.org>
13110         * subr.el (progress-reporter-do-update): When `min-value' is equal
13111         to `max-value', set `percentage' to 0 and prevent division by zero.
13113 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13115         Sync with Tramp 2.0.48.
13117         * net/tramp.el (all): Change all addresses to .gnu.org.
13118         (tramp-append-tramp-buffers): New defun.
13119         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13120         Catch `dont-send' signal.
13121         (tramp-set-auto-save-file-modes): Set always permissions, because
13122         there might be an old auto-saved file belonging to another
13123         original file.  This could be a security threat.  Reported by
13124         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13125         Check for Emacs 21.3.50 removed.
13127         * net/tramp-smb.el (all): Remove debug construct for
13128         `with-parsed-tramp-file-name'.
13129         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13130         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13131         No error message if DIRECTORY or FILENAME doesn't exist.
13132         (tramp-smb-open-connection): Check existence of
13133         `tramp-smb-program'.
13135 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13137         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13138         Properly handle the case where the `m' or `s' command's argument is not
13139         yet terminated.
13140         (perl-indent-new-calculate): New function.
13141         (perl-indent-line): Use it.
13143 2005-03-20  Miles Bader  <miles@gnu.org>
13145         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13146         in text-mode too.  Change to new face names.
13147         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13148         Add `:weight bold' attribute.
13149         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13151 2005-03-19  Juri Linkov  <juri@jurta.org>
13153         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13155         * international/mule.el (auto-coding-alist): Sync with
13156         `auto-mode-alist' by adding upper case archive file extensions
13157         and adding ear/war to jar extension.
13159 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13161         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13162         running, restart it.
13164 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13166         * finder.el (finder-current-item): Throw an error on an empty line.
13168         * man.el (Man-follow-manual-reference): If current-word returns
13169         nil, use "".
13171 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13173         * simple.el (goto-line): Doc fix.
13175 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13177         * files.el (save-buffer): Doc fix.
13179 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13181         * recentf.el (recentf-cleanup-remote): New variable.
13182         (recentf-cleanup): Use it to conditionally check availability of
13183         remote files.
13185 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13187         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13188         function names.
13190 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13192         * language/thai-word.el: New file.
13194 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13196         * files.el (backup-buffer): If the file's directory is not
13197         writable, use copy instead of move to backup the file.
13199 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13201         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13203 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13205         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13206         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13207         <darkman_spam@yahoo.fr>.
13208         (ps-print-version): New version 6.6.6.
13210 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13212         * textmodes/table.el (table--line-column-position): New idiom.
13213         (table--row-column-insertion-point-p): New function to test
13214         validity of row and column insertion operation at a location.
13215         (table-global-menu, table-cell-menu): Use above functions for
13216         deterministic test operation.
13217         (table--editable-cell-p): Behave in deterministic fashion.
13219 2005-03-18  Juri Linkov  <juri@jurta.org>
13221         * isearch.el (isearch-lazy-highlight-new-loop):
13222         Make arguments beg and end optional.
13223         (isearch-update): Remove optional arguments nil from
13224         isearch-lazy-highlight-new-loop.
13225         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13226         isearch-lazy-highlight-case-fold-search instead of
13227         isearch-case-fold-search, and let-bind isearch-regexp to
13228         isearch-lazy-highlight-regexp.
13229         Use isearch-lazy-highlight-last-string instead of isearch-string.
13231         * replace.el (perform-replace): Remove bindings of global
13232         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13233         Add three new arguments to `replace-highlight'.
13234         (replace-highlight): Add arguments string, regexp, case-fold.
13235         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13236         to allow isearch-lazy-highlight-new-loop to use these values
13237         to set corresponding isearch-lazy-highlight-* internal
13238         variables whose values lazy highlighting will use regardless of
13239         changes to global variables isearch-string, isearch-regexp,
13240         isearch-case-fold-search during lazy highlighting loop.
13241         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13242         to `lazy-highlight-cleanup'.
13244         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13245         (ispell-highlight-face): Set default face to `isearch' when
13246         lazy highlighting is enabled.
13247         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13248         priority to 1.  Add lazy highlighting.
13249         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13250         from `isearch-dehighlight'.
13252 2005-03-18  David Ponce  <david@dponce.com>
13254         * files.el (hack-local-variables): Do a case-insensitive search
13255         for End.
13257 2005-03-18  Juri Linkov  <juri@jurta.org>
13259         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13260         `isearch-lazy-highlight-cleanup', add alias to old name and
13261         declare obsolete.  Add release numbers to other obsolete vars.
13262         (isearch-done, isearch-lazy-highlight-new-loop):
13263         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13264         (lazy-highlight-cleanup) <variable>: Doc fix.
13265         (isearch-lazy-highlight-update): Rename obsolete
13266         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13268 2005-03-18  Kenichi Handa  <handa@m17n.org>
13270         * language/thai-util.el: Fix categorization of Thai characters in
13271         thai-category-table.
13272         (thai-composition-pattern): Adjust it for the above change.
13273         (thai-self-insert-command, thai-compose-syllable): New functions.
13274         (thai-compose-region): Use thai-compose-syllable.
13275         (thai-compose-string): Likewise.
13276         (thai-composition-function): Likewise.
13277         (thai-auto-composition): New function.
13278         (thai-auto-composition-mode): New minor mode.
13280         * language/thai.el: Fix patterns to be registered in
13281         composition-function-table.
13283         * international/quail.el (quail-input-method): Locally bind
13284         inhibit-modification-hooks to t.
13286 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13288         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13289         (perl-mode): Use run-mode-hooks.
13291         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13292         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13293         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13295         * mail/sendmail.el (sendmail-send-it): Reenable the code
13296         to compute resend-to-address and use it.
13298         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13300         * image-mode.el: New file.
13302         * image.el (insert-sliced-image): Add autoload cookie.
13304         * font-lock.el (font-lock-lines-before): New user option.
13305         (font-lock-after-change-function): Obey it.
13307         * bindings.el (esc-map): Make M-g a prefix.
13308         Bind M-g g and M-g M-g to goto-line.
13310         * faces.el (face-id): Doc fix.
13312 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13314         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13315         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13316         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13318         * mail/sendmail.el (mail-yank-ignored-headers)
13319         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13320         Add Mail-Followup-To and Mail-Reply-To headers.
13321         (mail-citation-hook): Add autoload cookie.
13322         (mail-mode): Doc fix.
13323         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13324         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13325         (mail-mode-fill-paragraph): Handle those headers.
13326         (mail-mailing-lists): New variable.
13327         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13329 2005-03-17  Juri Linkov  <juri@jurta.org>
13331         * isearch.el (isearch-fallback): Check for `(car previous)'
13332         before calling `isearch-other-end-state'.
13334 2005-03-17  Kim F. Storm  <storm@cua.dk>
13336         * simple.el (move-beginning-of-line): Move to beginning of buffer
13337         line, as well as beginning of screen line.
13339 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13341         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13342         argument REDRAW rather than calendar-redrawing variable.
13343         * calendar/calendar.el (calendar-redrawing): Delete.
13344         (redraw-calendar): Do not bind calendar-redrawing.
13346 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13348         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13349         diary-file buffer.
13351 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * help.el (describe-mode): Allow a :minor-mode-function property to
13354         specify a different minor mode toggle function than the variable.
13355         * simple.el (auto-fill-function):
13356         * subr.el (add-minor-mode): Use it.
13358 2005-03-16  Kenichi Handa  <handa@m17n.org>
13360         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13361         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13362         (ethio-fidel-to-sera-buffer): Likewise.
13364 2005-03-16  Juri Linkov  <juri@jurta.org>
13366         * emacs-lisp/find-func.el (find-function-regexp):
13367         Add defun-emitting macro `menu-bar-make-toggle'.
13369         * isearch.el: Put `isearch-scroll' property to
13370         `split-window-horizontally'.
13372         * info.el: Update error messages for `debug-ignored-errors'.
13373         (Info-isearch-search): Doc fix.
13374         (Info-find-node): Move up code to go into info buffer before
13375         recording the node to the history.
13376         (Info-fontify-node): Fontify titles only if the next line
13377         has two or more `*', `=', `-', `.'.
13378         Display "go to this node" for empty (match-string 3).
13380 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13382         * term/mac-win.el: Add mouse pointer shape constants.
13384 2005-03-15  Kim F. Storm  <storm@cua.dk>
13386         * simple.el (move-beginning-of-line): Use vertical-motion.
13388 2005-03-15  Juri Linkov  <juri@jurta.org>
13390         * isearch.el (isearch-error): New variable.
13391         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13392         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13393         (isearch-within-brackets-state): Remove.
13394         (isearch-case-fold-search-state, isearch-pop-fun-state):
13395         Decrease frame index.
13396         (isearch-mode, isearch-top-state, isearch-push-state)
13397         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13398         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13399         (isearch-search, isearch-lazy-highlight-new-loop):
13400         Replace `isearch-invalid-regexp' with `isearch-error'.
13401         Remove `isearch-within-brackets'.
13402         (isearch-search): Add `search-failed' handler to `condition-case'.
13403         (isearch-lazy-highlight-search): Add `condition-case' to catch
13404         errors and allow `isearch-lazy-highlight-update' to try
13405         highlighting from the beginning of the window.
13406         (isearch-repeat): Move up code to set isearch-wrapped to t
13407         before calling isearch-wrap-function.
13409         * info.el (Info-isearch-initial-node): New internal variable.
13410         (Info-search): Signal an error in isearch mode when search leaves
13411         the initial node.  Signal an error when `bound' is non-nil and
13412         nothing was found in the current subfile.
13413         (Info-isearch-search): Remove `condition-case'.
13414         (Info-isearch-wrap): Don't wrap when search failed during leaving
13415         the initial node.  If `Info-isearch-search' is nil, wrap around
13416         the current node.
13417         (Info-isearch-start): New fun.
13418         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13419         `isearch-mode-hook'.
13421 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13423         * simple.el (normal-erase-is-backspace): Set default to t if
13424         running on Mac.
13426         * term/mac-win.el (function-key-map): Sync with x-win.el.
13428 2005-03-15  Kenichi Handa  <handa@m17n.org>
13430         * international/mule-cmds.el (locale-language-names): Modify the
13431         format of elements and add more entries.
13432         (locale-preferred-coding-systems): Add more entries.
13433         (set-locale-environment): Adjust for the change of
13434         locale-language-names.
13436 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * pcvs.el (smerge-ediff): Remove bogus autoload.
13440 2005-03-14  Lute Kamstra  <lute@gnu.org>
13442         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13443         Ignore a `*' at the beginning of a line.
13445         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13446         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13447         subr.el.
13448         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13449         to specify indentation.
13451         * generic.el (define-generic-mode): Let generic-mode-list be a
13452         list of strings; test membership with equal.
13454 2005-03-14  Kim F. Storm  <storm@cua.dk>
13456         * simple.el (next-line, previous-line): Add optional try-vscroll
13457         arg to recognize interactive use.  Pass it on to line-move.
13458         (line-move): Don't perform auto-window-vscroll when defining or
13459         executing keyboard macro to ensure consistent behavior.
13461 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13465 2005-03-13  Lute Kamstra  <lute@gnu.org>
13467         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13468         debugger-setup-buffer so that backtrace marks the frames set to
13469         debug-on-exit and we don't have to do it manually.  Set an extra
13470         debug-on-exit for macro's.
13471         (debugger-setup-buffer): Don't mark the top frame manually.
13473 2005-03-12  Lute Kamstra  <lute@gnu.org>
13475         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13476         lisp-indent-function throughout.
13477         (with-no-warnings): Set lisp-indent-function property.
13479 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13481         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13482         Add entry for backslash.
13484 2005-03-12  Juri Linkov  <juri@jurta.org>
13486         * info.el (Info-search): Four fixes for backward search.
13488 2005-03-11  Jay Belanger  <belanger@truman.edu>
13490         * calc/calc.el (calc-language-alist): New variable.
13491         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13492         (calc-embedded-find-modes): Use calc-language-alist instead of
13493         calc-embedded-language-alist.
13495 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13497         * calendar/calendar.el (calendar-redrawing): New internal
13498         variable.
13499         (redraw-calendar): Remove bogus save-excursion from previous
13500         change.  Bind calendar-redrawing to t for mark-diary-entries.
13501         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13502         calendar if that is why we were called.
13504 2005-03-11  Kenichi Handa  <handa@m17n.org>
13506         * international/mule.el (make-coding-system): Set property
13507         coding-system-define-form to nil.
13508         (define-coding-system-alias): Likewise.
13510 2005-03-11  Kenichi Handa  <handa@m17n.org>
13512         These changes are suggested by Dave Love <fx@gnu.org>.
13514         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13515         coding: tag.
13516         (adaptive-fill-regexp): Add more bullets.
13517         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13518         regexps.
13520 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * help.el (describe-mode): Properly handle non-trivial lighters.
13523         Don't ignore minor modes that are not listed in minor-mode-list.
13525         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13526         feature ON when the user requests to turn it OFF.
13528 2005-03-10  Lute Kamstra  <lute@gnu.org>
13530         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13531         (implement-debug-on-entry): New function to replace debug-entry-code.
13532         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13533         second argument as the 2005-03-07 change makes it obsolete.
13534         (debug-on-entry, cancel-debug-on-entry): Update call to
13535         debug-on-entry-1.
13536         (debug, debugger-setup-buffer): Comment update.
13537         (debugger-frame-number): Update to work with implement-debug-on-entry.
13539 2005-03-10  Jay Belanger  <belanger@truman.edu>
13541         * calc/calc-embed.el (math-ms-args): Declare it.
13542         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13543         math-ms-args.
13544         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13545         variables.
13547 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13549         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13550         Use message-box.
13552         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13553         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13554         (tooltip-gud-tips): Simplify.
13555         (tooltip-gud-tips-p): Remove superfluous :set.
13556         (tooltip-gud-modes): Add fortran-mode.
13557         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13559         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13561 2005-03-09  Kim F. Storm  <storm@cua.dk>
13563         * play/animate.el (animate-place-char): Use forward-line instead
13564         of next-line to improve performance.
13566 2005-03-09  Simon Josefsson  <jas@extundo.com>
13568         * net/browse-url.el (browse-url-default-browser): Doc fix.
13570 2005-03-09  Miles Bader  <miles@gnu.org>
13572         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13573         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13575 2005-03-09  Kenichi Handa  <handa@m17n.org>
13577         * international/latin-1.el: Set case and syntax for 255 only if
13578         set-case-syntax-set-multibyte is nil.
13580         * textmodes/ispell.el (ispell-insert-word): New function.
13581         (ispell-word): Use ispell-insert-word to insert a new word.
13582         (ispell-process-line): Likewise.
13583         (ispell-complete-word): Likewise.
13585 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13587         * calendar/calendar.el (redraw-calendar): Preserve point.
13588         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13589         (calendar-week-start-day): Move after definition of
13590         redraw-calendar.  Delete buffer test, since redraw-calendar has
13591         that now.
13593         * calendar/diary-lib.el (mark-diary-entries): Only call
13594         redraw-calendar in the first of any recursive calls.
13595         Reported by Alan Shutko <ats@acm.org>.
13597 2005-03-08  Juri Linkov  <juri@jurta.org>
13599         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13600         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13601         (html-radio-buttons): Add a space before the trailing `/>' where
13602         sgml-xml-mode is non-nil.
13603         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13604         the subsequent tag of the empty XML tag.
13605         (html-href-anchor): Don't set initial input to "http:".
13606         (html-image): Ask for the image URL and set point inside alt="".
13607         (html-name-anchor): Duplicate the name in the `id' attribute when
13608         sgml-xml-mode is non-nil.
13609         (html-paragraph): Remove \n before <p>.
13610         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13611         instead of `checked' when sgml-xml-mode is non-nil.
13613         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13614         Remove 1 space before #RRGGBB to not truncate it on terminal
13615         windows w/o fringes.  Remove 1 space between bg and fg examples
13616         to get more space.
13617         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13618         avoid byte-compile warnings.
13620         * image-file.el (image-file-handler): Put `safe-magic' property to
13621         `image-file-handler'.
13623         * info.el (Info-isearch-search): Emulate word search in
13624         isearching through multiple Info nodes with Info-search.
13625         (Info-isearch-wrap): Allow isearch-word.
13627 2005-03-08  Lute Kamstra  <lute@gnu.org>
13629         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13630         stepping into the debugger's code is not possible.
13631         (debugger-jumping-flag): Docstring update.
13633 2005-03-08  Jay Belanger  <belanger@truman.edu>
13635         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13636         embedded mode begins.
13637         (calc-embedded-language-alist): New variable.
13638         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13639         set default language mode.
13641 2005-03-08  Kenichi Handa  <handa@m17n.org>
13643         * international/ccl.el (define-ccl-program): Fix docstring about
13644         extra 256 bytes assured for the output buffer.
13646         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13647         Fix BUFFER_MAGNIFICATION to 2.
13648         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13650 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13652         * align.el (align-rules-list): Added an alignment rule for CSS
13653         declarations (applies to css-mode and html-mode buffers).
13655 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13657         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13659 2005-03-07  Kim F. Storm  <storm@cua.dk>
13661         * simple.el (move-beginning-of-line): New command.
13663         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13665         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13667         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13668         and move-beginning-of-line.
13670         * apropos.el (apropos-print): Omit command from M-x ... RET.
13672 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13674         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13675         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13677 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13679         * bindings.el (esc-map): Bind M-g to goto-line.
13681         * facemenu.el (global-map): Bind M-o, not M-g.
13683 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13685         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13686         "Open Directory" as for "Open File".
13688 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13690         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13691         (push-mark-command): Run activate-mark-hook.
13693 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13695         * help-mode.el (help-mode-finish): Don't alter the element
13696         in view-return-to-alist if there already is one.
13698         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13699         make sure the current buffer is the expected one.
13701         * novice.el (disabled-command-function): Output in *Disabled Command*.
13702         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13704         * textmodes/flyspell.el (flyspell-large-region):
13705         Pass args differently for aspell.
13707         * files.el (mode-require-final-newline): Doc fix.
13709 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13711         * progmodes/which-func.el (which-function):
13712         Specify NOERROR when calling imenu--make-index-alist.
13714 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * simple.el (normal-erase-is-backspace): Define default value.
13718         * custom.el (custom-theme-set-variables): Remove unused var
13719         `immediate'.
13720         (custom-reevaluate-setting): Simple function to handle variables
13721         that are defined before their default value can really be
13722         computed.
13724         * startup.el (command-line): Use it for temporary-file-directory,
13725         small-emporary-file-directory, auto-save-file-name-transforms,
13726         blink-cursor-mode, and normal-erase-is-backspace.
13728         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13729         progress, even with buggy anchored keywords.
13731 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13733         * simple.el (goto-line): Remove unbalanced final parenthesis.
13735 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13737         * simple.el (goto-line): Use a number at point as the default.
13738         With C-u as arg, switch buffers.
13740 2005-03-05  Juri Linkov  <juri@jurta.org>
13742         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13743         with `no-blinking-cursor'.
13745         * startup.el (no-blinking-cursor): New defvar.
13746         (command-line): Add `--no-blinking-cursor' to longopts.
13747         Set `no-blinking-cursor' to t for command line arguments
13748         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13749         with `no-blinking-cursor' in the condition for calling
13750         `blink-cursor-mode'.
13752 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13754         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13755         (menu-bar-options-save): Add blink-cursor-mode.
13756         (menu-bar-options-menu): Add blink-cursor-mode.
13758 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13760         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13761         (icalendar-export-file, icalendar-export-region)
13762         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13763         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13765 2005-03-04  Lute Kamstra  <lute@gnu.org>
13767         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13768         (debug-function-list): Ditto.
13770 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13772         * textmodes/texinfmt.el (texinfo-append-refill):
13773         Redefine the types of line to which @refill
13774         is not appended by replacing a search for `@refill\\|@bye' with
13775         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13776         itemize@refill' bug and the unfilled long lines bug.
13777         (texinfmt-version): Update number and date.
13779 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13781         * international/code-pages.el (windows-1250, windows-125[2-8])
13782         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13784 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13787         bound yet.
13789 2005-03-02  Romain Francoise  <romain@orebokech.com>
13791         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13792         buffer after removing limits.
13793         (ibuffer-pop-filter): Ditto.
13794         Update copyright.
13796 2005-03-02  Miles Bader  <miles@gnu.org>
13798         * button.el (make-text-button): If the user doesn't specify a
13799         type, use the default.  Rewrite to use `add-text-properties' and
13800         plist functions.
13802 2005-03-01  Lute Kamstra  <lute@gnu.org>
13804         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13805         (debugger-jumping-flag): New var.
13806         (debug-entry-code): Use it.
13807         (debugger-jump): Use debugger-jumping-flag and add
13808         debugger-reenable to post-command-hook.
13809         (debugger-reenable): Use debugger-jumping-flag and remove itself
13810         from post-command-hook.
13811         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13812         debugger-reenable.
13814 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13816         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13817         inclusion of "itemize\\|", which may be unnecessary, is certainly
13818         inelegant, and stops refilling in itemize lists when formatting
13819         Japanese Texinfo files to Info.
13820         Update copyright to 2005.
13822 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13824         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13825         of an error if GDB can't find the source file.
13827 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13829         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13830         not just the calendar.
13832         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13833         first.
13834         (diary-redraw-calendar): New function.
13835         (make-diary-entry): Add diary-redraw-calendar to local
13836         write-contents-functions.  Turn off selective display before
13837         inserting in diary.
13839 2005-03-01  Kim F. Storm  <storm@cua.dk>
13841         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13843 2005-03-01  Lute Kamstra  <lute@gnu.org>
13845         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13846         that debug-entry-code can be safely removed from a function while
13847         this code is being evaluated.  Revert the 2005-02-27 change as the
13848         new implementation no longer requires it.  Make sure that a
13849         function body containing just a string is not mistaken for a docstring.
13850         (debug): Skip one more frame in case of debug on entry.
13851         (debugger-setup-buffer): Delete one more frame line in case of
13852         debug on entry.
13853         (debugger-frame-number): Update to use the new text introduced by
13854         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13856 2005-02-28  Kim F. Storm  <storm@cua.dk>
13858         * double.el (double-translate-key): Call force-window-update after
13859         read-event to avoid crash in redisplay.
13861 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13863         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13864         (debug): Use it.  Move the inhibit-trace earlier.
13865         (debug-entry-code): New const.
13866         (debug-on-entry-1): Use it.
13868 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13870         * international/utf-16.el (ccl-encode-mule-utf-16le):
13871         Fix BUFFER_MAGNIFICATION to 2.
13872         (ccl-encode-mule-utf-16be): Likewise.
13874 2005-02-28  Kenichi Handa  <handa@m17n.org>
13876         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13877         Fix BUFFER_MAGNIFICATION to 4.
13878         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13880 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13882         * speedbar.el (speedbar-update-flag): Doc fix.
13883         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13884         argument.
13886 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13888         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13889         have a non-nil `invisible' property but are actually visible.
13891         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13892         for perldoc sections.
13893         (perl-outline-regexp, perl-outline-level): New var and function.
13894         (perl-mode): Use them.
13896 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13898         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13899         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13901 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13903         * cus-edit.el: Comment change.
13904         (custom-buffer-create-internal): Slightly reword text at top of
13905         Custom buffers.  Mention there that saving an option edits the
13906         init file.  Add link to Emacs manual node on `custom-file'.
13907         (custom-magic-alist): Rewrite individual State messages to use
13908         capitalized keywords.  Doc fix.
13910 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13912         * calendar/calendar.el (calendar-buffer): Move above
13913         calendar-week-start-day.
13914         (calendar-week-start-day): Doc fix.  Add :set function.
13915         (calendar-minimum-window-height): New variable.
13916         (generate-calendar-window): Only resize window if selected-window
13917         is displaying the calendar buffer.  Use new variable
13918         calendar-minimum-window-height.
13919         (generate-calendar): Reword error message.
13920         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13922 2005-02-27  Andreas Schwab  <schwab@suse.de>
13924         * vc.el (vc-do-command): Don't run command asynchronously when
13925         operating in a remote directory.
13927         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13928         change from sync with Tramp 2.0.47.
13930 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13932         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13934         * textmodes/flyspell.el (flyspell-mode-on):
13935         Call ispell-change-dictionary only if necessary.
13937         * emacs-lisp/re-builder.el (regexp-builder): New function.
13939         * register.el (describe-register-1): Explicitly handle
13940         yank-excluded-properties = t.
13942         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13943         (custom-magic-alist): Change the status descriptions again.
13944         (face widget-type): Total rewrite based on `restricted-sexp'
13945         to eliminate the confusing double hiding levels.
13947         * emacs-lisp/debug.el (debug-on-entry-1):
13948         If function body is empty, add nil as body form.
13950 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13952         * emacs-lisp/trace.el (inhibit-trace): New var.
13953         (trace-make-advice): Use it.
13955         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13957 2005-02-26  Kim F. Storm  <storm@cua.dk>
13959         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13960         (mouse-on-link-p, mouse-drag-region-1): Use it.
13962 2005-02-25  Lute Kamstra  <lute@gnu.org>
13964         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13966 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13968         * frame.el (blink-cursor-mode): Add :group keyword.
13970 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13972         * calendar/icalendar.el (icalendar--decode-isodatetime):
13973         New optional argument DAY-SHIFT.
13974         (icalendar-export-region): Fix coding-system-for-write.
13975         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13976         events by one.
13978 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13980         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13982 2005-02-24  Kim F. Storm  <storm@cua.dk>
13984         * international/iso-acc.el (iso-accents-compose): Fix crash
13985         during redisplay.  Call force-window-update after read-event
13986         and delete-region to signal that window is not accurate.
13988 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13990         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13991         Remove unused and inexistent var `inhibit-trace'.
13992         (debugger-mode): Use run-mode-hooks.
13993         (debugger-list-functions): Add buttons; setup xref stack.
13995 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13997         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13998         appointment says it was explicitly made.
13999         (appt-add): Set the 3rd element.
14000         (appt-make-list): Preserve explicit appointments.
14002         * subr.el (find-tag-default): Catch errors in forward-sexp.
14004 2005-02-23  Juri Linkov  <juri@jurta.org>
14006         * info.el (Info-isearch-search): New defcustom.
14007         (Info-isearch-search): Call the default isearch function
14008         when Info-isearch-search is nil.
14009         (Info-isearch-wrap): Use variable Info-isearch-search.
14011 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
14013         * cus-edit.el: Comment change.
14015 2005-02-22  Kim F. Storm  <storm@cua.dk>
14017         * progmodes/hideif.el (hide-ifdef-use-define-alist):
14018         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
14020 2005-02-22  Simon Josefsson  <jas@extundo.com>
14022         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14023         New variable.
14024         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
14025         Oskarsson" <myrkraverk@users.sourceforget.net>.
14027 2005-02-22  Kim F. Storm  <storm@cua.dk>
14029         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14030         check that window of that event is the selected window.
14031         (mouse-drag-region-1): Compare mouse event window to selected
14032         window before setting point.
14034         * tooltip.el (tooltip-show-help-function): Pass event to
14035         mouse-on-link-p so it can check selected window.
14037 2005-02-22  Kenichi Handa  <handa@m17n.org>
14039         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14040         (ps-mule-show-warning): New function.
14041         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14042         characters are found.
14044         * ps-print.el (ps-header-footer-string): Return a list of header
14045         and footer strings.
14047 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14049         * pcvs.el (cvs-retrieve-revision): Fix thinko.
14051 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * frame.el (blink-cursor-mode): Use define-minor-mode.
14055         * term/mac-win.el (function-key-map): Use char-names more consistently.
14056         (file-name-coding-system): Only set it for MacOS-9.  The other case is
14057         already handled in mule-cmds.el (where it also works when mac-win.el
14058         is not used).
14060 2005-02-21  Kenichi Handa  <handa@m17n.org>
14062         * international/mule.el (ctext-pre-write-conversion): Always use
14063         " *code-converting-work*" buffer for work.
14065         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14067 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
14069         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14071 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
14073         * ses.el (undo-more): Restore defadvice, but only the part that
14074         allows changes outside the restricted area of the buffer.
14076 2005-02-20  Kim F. Storm  <storm@cua.dk>
14078         * simple.el (line-move): Add fourth optional arg try-vscroll which
14079         must be set to perform auto-window-vscroll.
14080         When moving backwards and doing auto-window-vscroll, automatically
14081         vscroll to the last part of lines which are taller than the window.
14082         (next-line, previous-line): Set try-vscroll arg on line-move.
14084 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14086         * replace.el (query-replace, query-replace-regexp)
14087         (replace-string, replace-regexp): When operating on region, make
14088         the minibuffer prompt say so.
14090         * isearch.el (isearch-forward): Document isearch-query-replace and
14091         isearch-query-replace-regexp keybindings.
14093 2005-02-19  Jay Belanger  <belanger@truman.edu>
14095         * calc/calc-aent.el (math-read-token): Add local variable.
14097         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14098         (calc-edit-top): Move declaration to earlier in file.
14099         (calc-edit-macro-repeats): Add local variables.
14101         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14102         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14103         calcFunc-tanh.
14104         Adjust integration rule for calcFunc-tan.
14106 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14108         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14109         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14110         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14111         (viper-skip-separators): Bug fix.
14112         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14113         particular major mode.
14114         (viper-del-backward-char-in-replace): Don't put deleted char on the
14115         kill ring.
14117         * viper-ex.el (viper-color-display-p): New function.
14118         (viper-has-face-support-p): Use viper-color-display-p.
14120         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14122         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14124         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14125         (viper-file-remote-p): Make equivalent to file-remote-p.
14127         * viper.el (viper-major-mode-modifier-list):
14128         Use viper-gnus-modifier-map.
14130 2005-02-19  David Kastrup  <dak@gnu.org>
14132         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14133         quoting.
14135 2005-02-19  Jay Belanger  <belanger@truman.edu>
14137         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14138         Remove extra definitions.
14139         (calc-coth): New function.
14140         (calcFunc-cot): Fix `let'.
14142 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14144         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14145         the reasons we use "type pc" in these faces.
14147         * button.el (button): Ditto.
14149 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14151         * replace.el (query-replace-read-from): Set the value of
14152         query-replace-from-history-variable to handle the case of an empty
14153         string entered to accept the suggested default.
14155         * net/tramp.el (tramp-file-name-for-operation):
14156         Use dired-call-process instead of dired-call-process-command.
14158 2005-02-19  Jay Belanger  <belanger@truman.edu>
14160         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14161         (math-div-non-trig): New variables.
14162         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14163         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14164         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14165         trig expressions.
14167 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14169         * progmodes/gdb-ui.el (gdb-var-update-handler)
14170         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14171         for watch expressions,
14172         (gdb-var-create-handler): Don't set speedbar-update-flag.
14173         (gdb-post-prompt): Simplify test for speedbar.
14175 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14177         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14178         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14179         we use the syntax table of the correct buffer.
14180         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14181         Felix Gatzemeier.
14183         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14184         (ediff-file-remote-p): Make synonymous with file-remote-p.
14185         In all deffaces ediff-*-face-*, use min-colors.
14187         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14188         ediff-recurse-to-subdirectories.
14189         (ediff-mark-if-equal): Check that the arguments are strings, use
14190         ediff-same-contents (after to Felix Gatzemeier).
14192         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14193         nil.
14195 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14197         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14199 2005-02-18  David Kastrup  <dak@gnu.org>
14201         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14202         use `mark-active' when defined.
14204 2005-02-18  Kenichi Handa  <handa@m17n.org>
14206         * ps-print.el (ps-font-info-database): New entry
14207         ZapfChancery-MediumItalic with correct font name.  Fix font name
14208         of the entry Zapf-Chancery-MediumItalic.
14210 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14212         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14214 2005-02-16  Kim F. Storm  <storm@cua.dk>
14216         * ido.el (ido-fallback-command): Pass user input to fallback command.
14218 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14220         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14221         (gdb-find-file-hook): Add server prefix.
14223 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14225         * replace.el (perform-replace): Pass new args to replace-highlight.
14226         (replace-highlight): Take region args,
14227         and pass them to isearch-lazy-highlight-new-loop.
14229         * novice.el (disabled-command-hook): Autoload the defalias
14230         and the make-obsolete-variable call.
14232         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14234         * isearch.el (isearch-lazy-highlight-start-limit)
14235         (isearch-lazy-highlight-end-limit): New variables limit
14236         the region for highlighting.
14237         (isearch-lazy-highlight-new-loop): New args BEG and END.
14238         (isearch-lazy-highlight-search): Use the new vars.
14239         (isearch-lazy-highlight-update): Likewise.
14241         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14243         * cus-start.el (all): Use default-boundp.
14245 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14247         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14249 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14251         * autorevert.el (auto-revert-stop-on-user-input)
14252         (auto-revert-verbose): Doc fixes.
14254 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14256         * international/mule-cmds.el (set-locale-environment): Remove call
14257         to set-selection-coding-system on Windows.
14259 2005-02-15  Jay Belanger  <belanger@truman.edu>
14261         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14262         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14263         calcFunc-coth.
14264         (math-simplify-sqrt): Add simplifications.
14266         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14267         to list.
14269         * calc/calc-ext.el: Add functions to autoloads.
14271         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14272         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14273         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14274         (math-csc-raw, math-cot-raw): New functions.
14276         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14278         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14279         the variable name in a message.
14281         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14282         calcFunc-csc, calcFunc-cot.
14284         * calc/calcalg2.el: Add derivative and integration rules for
14285         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14286         calcFunc-csch, calcFunc-coth.
14287         (math-do-integral-methods): Add to checks for when to use
14288         substitutions.
14290         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14292 2005-02-15  Lute Kamstra  <lute@gnu.org>
14294         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14295         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14296         <monnier@iro.umontreal.ca>
14297         (lisp-outline-level): Improve efficiency.  Suggested by David
14298         Kastrup <dak@gnu.org>.
14300 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14302         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14303         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14304         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14305         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14306         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14308 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14310         * cus-start.el (all): Comment change.
14312 2005-02-14  Lute Kamstra  <lute@gnu.org>
14314         * cus-start.el (all): Check if symbol is void.
14316 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14318         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14319         optional argument to \cite.
14321 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14323         * cus-edit.el (custom-buffer-create-internal): Update help message.
14324         (custom-magic-alist): Update help messages.
14326         * cus-start.el (all): Allow a var to specify a standard value.
14328 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14330         * custom.el (custom-theme-set-variables): Handle variable aliases.
14332         * frame.el (blink-cursor-timer): Doc fix.
14333         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14334         declare obsolete.
14335         (blink-cursor-mode): Define with defcustom and use correct
14336         standard expression in that defcustom.
14337         * startup.el (command-line): Adapt to above changes in frame.el.
14339 2005-02-11  Lute Kamstra  <lute@gnu.org>
14341         * apropos.el (apropos-score-doc): Prevent division by zero.
14343 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14345         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14346         (icalendar--get-event-property-attributes)
14347         (icalendar--get-event-properties)
14348         (icalendar--datetime-to-diary-date): New functions.
14349         (icalendar--split-value): Doc fix.
14350         (icalendar--datetime-to-noneuropean-date)
14351         (icalendar--datetime-to-european-date): New optional argument
14352         SEPARATOR.  Return result as a string instead of a list.
14353         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14354         (icalendar--convert-string-for-export): Rename arg S to STRING.
14355         (icalendar-export-region): Doc fix.  Change name of error buffer.
14356         Save output buffer.
14357         (icalendar-import-file): Add blank at end of prompt.
14358         (icalendar-import-buffer): Doc fix.  Do not switch to error
14359         buffer.  Indicate status in return value.
14360         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14361         buffer.  Save output buffer.  Handle exception from recurrence
14362         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14363         events.  Fix problems with weekly all-day events.
14365 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14367         * simple.el (eval-expression-print-format):
14368         Avoid warning about edebug-active.
14370         * help.el (help-for-help-internal): Rename from help-for-help.
14371         (help-for-help): Define with defalias.
14373         * font-core.el (font-lock-default-function): Use with-no-warnings.
14375         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14377         * custom.el (defface): Doc fix.
14379 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14381         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14382         width 0" to prevent word wrapping problems.
14384 2005-02-09  Kim F. Storm  <storm@cua.dk>
14386         * ido.el (ido-file-extensions-order): New defcustom.
14387         (ido-file-extension-lessp, ido-file-extension-aux)
14388         (ido-file-extension-order): New advanced file ordering.
14389         (ido-file-lessp): New simple file ordering.
14390         (ido-sort-list): Remove.
14391         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14392         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14394 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14396         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14397         that some versions of grep produce.
14398         (grep-mode-font-lock-keywords): Likewise.
14400 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14402         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14403         (gdb-cdir): Delete.
14404         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14405         (gdb-source-info): Treat case when source file is in another
14406         directory properly.
14407         (gdb-get-location): New function.
14409 2005-02-07  Jay Belanger  <belanger@truman.edu>
14411         * calc/calc-prog.el (calc-write-parse-table-part)
14412         (calc-fix-token-name): Fix a check for language type.
14414         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14416 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14418         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14419         as directory not writable.
14421 2005-02-07  Kim F. Storm  <storm@cua.dk>
14423         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14424         (cua--standard-movement-commands): Remove list.
14425         Instead, set CUA property value to move for movement commands.
14426         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14427         (cua--pre-command-handler): Check CUA property.
14428         (cua--init-keymaps): Don't remap undo commands.
14429         (cua-mode): Don't call cua--rectangle-on-off.
14431         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14432         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14433         (cua--rect-undo-set-point): New var.
14434         (cua--rectangle-undo-boundary): Setup undo apply entry.
14435         (cua--rect-undo-handler): New function for rectangle undo.
14436         (cua--rect-start-position, cua--rect-end-position): Add.
14437         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14438         for restored rectangle.  Set point if cua--rect-undo-set-point.
14440 2005-02-06  Jay Belanger  <belanger@truman.edu>
14442         * calc/calc-lang.el (calc-tex-language): Display more information
14443         in messages.
14445         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14446         in TeX mode.
14448 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14450         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14452 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14454         * net/ldap.el (ldap-search-internal): Support attributes with
14455         optional descriptions separated by a semi-colon, as in
14456         "userCertificate;binary".
14458 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14460         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14461         isn't a cons (i.e. the version is 0).
14463 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14465         * help.el (help-for-help): Doc fix.
14467 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14469         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14470         GDB-Windows on the menu-bar as this works better.
14472 2005-02-04  Jay Belanger  <belanger@truman.edu>
14474         * calc/calc-embed.el (calc-embedded-update): Don't put in
14475         unnecessary newlines.  Adjust the end of formula marker.
14477         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14478         (math-latex-parse-two-args): New function.
14480 2005-02-03  Lute Kamstra  <lute@gnu.org>
14482         * help-fns.el (help-with-tutorial): Make sure that users cannot
14483         remove the entire text of the tutorial by means of `undo'.
14485 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14487         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14488         in recent changes, where the ispell process was repeatedly
14489         killed & restarted.
14491         * international/mule-cmds.el (set-locale-environment): Set file-name
14492         coding system to utf-8 on Darwin systems.
14493         (set-default-coding-systems): Don't set default-file-name-coding-system
14494         on Darwin systems.
14496 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14498         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14500 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14502         * faces.el (list-faces-display): Add optional argument.
14504 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * font-core.el (font-lock-default-function): Handle the rare case where
14507         only font-lock-keywords is set.
14509 2005-02-02  Kenichi Handa  <handa@m17n.org>
14511         * international/characters.el: Cancel previous change for
14512         I-WITH-DOT-ABOVE and DOTLESS-i.
14514         * international/latin-5.el: Cancel previous change.
14516 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14518         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14520 2005-02-02  Kenichi Handa  <handa@m17n.org>
14522         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14523         DOTLESS-i.
14525         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14526         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14528         * case-table.el (get-upcase-table): New function.
14529         (copy-case-table): Copy upcaes table too if non-nil.
14530         (set-case-syntax-delims): Maintain upcase table too.
14531         (set-case-syntax-pair): Likewise.
14532         (set-upcase-syntax, set-downcase-syntax): New functions.
14533         (set-case-syntax): Maintain upcase table too.
14535 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14537         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14539         * progmodes/gud.el (gud-goto-info): New function.
14540         (gud-tool-bar-map): Use correct icon.
14542 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14544         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14545         When delegating, order args in the funcall correctly.
14547 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14549         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14551 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14553         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14554         buffer not visiting a file.
14556 2005-01-31  Jay Belanger  <belanger@truman.edu>
14558         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14559         bound on the line with the formula.
14561 2005-01-31  Kim F. Storm  <storm@cua.dk>
14563         * ses.el (ses-create-cell-variable-range)
14564         (ses-destroy-cell-variable-range, ses-reset-header-string)
14565         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14566         (ses-insert-row): Fix format of apply undo entries.
14568 2005-01-31  Jay Belanger  <belanger@truman.edu>
14570         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14571         parts.
14573         * calc/calc-embed.el (calc-embedded-open-formula)
14574         (calc-embedded-close-formula): Ignore matrix environments.
14576         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14577         TeX mode.
14579         * calc/calc-lang.el (math-function-table, math-oper-table)
14580         (math-variable-table): Adjust the LaTeX portions.
14582         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14583         (math-latex-ignore-words): New constant.
14585 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14587         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14588         (ispell-local-dictionary): Doc fix.
14589         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14590         Don't reinitialize at run time.  Don't defcustom.
14591         All uses changed to append ispell-local-dictionary-alist,
14592         or check it first.
14593         (ispell-current-dictionary): New variable for dictionary in use.
14594         (ispell-dictionary): Now used only for global default.
14595         (ispell-start-process): Set ispell-current-dictionary,
14596         not ispell-dictionary.
14597         (ispell-change-dictionary): Use this only for setting
14598         user preferences.
14599         (ispell-internal-change-dictionary): New function
14600         to change the current dictionary in use.
14601         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14602         Use ispell-current-dictionary.
14603         Handle ispell-local-dictionary-overridden.
14604         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14606 2005-01-31  Jay Belanger  <belanger@truman.edu>
14608         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14610         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14611         (calc-mode-map): Add calc-latex-language.
14613         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14614         (math-latex-print-frac): New functions.
14615         (math-oper-table, math-function-table, math-variable-table)
14616         (math-complex-format, math-input-filter): Add latex properties.
14617         (calc-set-language): Set math-expr-special-function-mapping.
14619         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14620         (calc-write-parse-table-part): Add LaTeX support.
14622         * calc/calc.el (calc-language): Adjust docstring.
14623         (calc-set-mode-line): Add LaTeX support.
14624         (math-expr-special-function-mapping): New variable.
14625         (math-tex-ignore-words): Add to list.
14627         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14628         Add LaTeX support.
14629         (math-compose-expr): Add support for special functions.
14631         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14633 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14635         * progmodes/gdb-ui.el (gdb-memory-address)
14636         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14637         (gdb-memory-mode-map, gdb-memory-format-keymap)
14638         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14639         (gdb-memory-unit-menu): New variables for a buffer
14640         that lets the user examine program memory.
14641         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14642         (gdb-memory-format-binary, gdb-memory-format-octal)
14643         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14644         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14645         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14646         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14647         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14648         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14649         (gdb-memory-mode, gdb-memory-buffer-name)
14650         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14651         New functions for above buffer.
14653 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14655         * cus-edit.el (custom-bury-buffer): Function deleted.
14656         (custom-buffer-done-function): Option deleted.
14657         (custom-buffer-done-kill): New (replacement option.
14658         (Custom-buffer-done): Call quit-window.
14659         (custom-buffer-create-internal): Update for above changes.
14661 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14663         * simple.el (undo-ask-before-discard): New var.
14664         (undo-outer-limit-truncate): Implement it.
14665         (undo-extra-outer-limit): Doc update.
14667 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14669         * ses.el (undo-more): Delete defadvice.
14670         (ses-begin-change): Doc fix.
14672         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14673         instead of rebinding C-x u and C-_.
14675         * files.el (normal-backup-enable-predicate): Return nil for files
14676         in /tmp, regardless of temporary-file-directory.
14678         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14680         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14681         (open-rectangle, delete-whitespace-rectangle-line)
14682         (clear-rectangle-line): If FILL, pass t instead of FILL
14683         for move-to-column's 2nd arg.
14685         * simple.el (undo): Fix the test for continuing a series of undos.
14686         (undo-more): Set pending-undo-list to t when we reach end.
14687         (pending-undo-list): Move up defvar.
14689         * wid-edit.el (widget-button-click):
14690         Shorten the range of the track-mouse binding.
14692         * comint.el (comint-insert-input): Undo previous changes;
14693         use last-input-event in interactive spec.
14695 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14697         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14698         to nil before invoking call-process.  Reset buffer's modified flag
14699         after fontifying it in the no-async branch.
14701         * wid-edit.el (widget-specify-button): If mouse pointer shape
14702         cannot be changed, use mouse face instead.
14704 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14706         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14707         (gdb-goto-breakpoint): Make breakpoint handling work on template
14708         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14709         (gdb-assembler-custom): Update to recognize breakpoint information
14710         added on 2005-01-19.
14712 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14715         (dsssl-mode): Use define-derived-mode.
14716         (scheme-mode-initialize): Remove.
14717         (scheme-mode): Use run-mode-hooks.
14719         * cus-edit.el (customize-group-other-window)
14720         (custom-buffer-create-other-window): Don't override special-display-*.
14721         (custom-mode-map): Make it dense.
14723         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14724         sets the default value.
14726 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14728         * descr-text.el: Add more keywords.
14730 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14732         * speedbar.el: Avoid unnecessary use of locate-library.
14734         * international/mule-cmds.el (standard-display-european-internal):
14735         Don't fiddle with latin-1 non-break space any more since it's now
14736         special cased in the C code.
14737         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14739 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14741         * cus-start.el (all): Add `undo-outer-limit'.
14743 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14745         * textmodes/bibtex.el (bibtex-format-entry):
14746         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14747         field lines.
14748         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14749         not on part of a buffer.
14751 2005-01-25  Lute Kamstra  <lute@gnu.org>
14753         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14754         nonempty field text strings like "{letters\\macro{}more letters}".
14755         Clarify docstring.
14756         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14757         (bibtex-entry-offset, bibtex-parse-association)
14758         (bibtex-parse-field-name): Fix typos in docstrings.
14759         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14761 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14763         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14764         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14765         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14766         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14768         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14769         isearch minor mode.
14771 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14773         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14775 2005-01-24  Lute Kamstra  <lute@gnu.org>
14777         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14778         CASECHARS and NOT-CASECHARS regular expressions of the
14779         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14780         striding over charsets" error.
14782 2005-01-24  Jay Belanger  <belanger@truman.edu>
14784         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14785         display variable name.
14787 2005-01-24  Kenichi Handa  <handa@m17n.org>
14789         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14790         Fix setting of the element of encoded-kbd-iso2022-invocations.
14792 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14794         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14795         (gdb-threads-select): Change to also accept mouse events.
14796         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14797         (gdb-threads-mouse-select): Delete.
14799 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14801         * files.el (insert-directory): Take care of empty directory,
14802         listed without -a switch.
14804 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * textmodes/refill.el (refill-post-command-function):
14807         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14808         to the list of functions that we should be careful not to undo.
14809         (refill-late-fill-paragraph-function): Remove.
14810         (refill-saved-state): New var.
14811         (refill-mode): Use it to save fill-paragraph-function.
14812         Save also the value of auto-fill-function.
14814         * term/w32-win.el: Simplify code.
14816 2005-01-23  Kim F. Storm  <storm@cua.dk>
14818         * simple.el (line-move): Adapt to new return value from
14819         pos-visible-in-window-p.
14821         * simple.el (line-move): Fix last change.  Check partial
14822         visibility at point rather than at window-start.
14824 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14826         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14828 2005-01-22  David Kastrup  <dak@gnu.org>
14830         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14832 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14834         * type-break.el (type-break-mode): Add a test for
14835         type-break-file-name being non-nil.
14837 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14839         * net/eudc.el (top level): Call (message "") via progn, so that
14840         eudc-options-file is loaded.
14842 2005-01-22  Kim F. Storm  <storm@cua.dk>
14844         * simple.el (line-move-1): Rename from line-move.
14845         (line-move): New function that adjusts vscroll for partially
14846         visible rows, and calls line-move-1 otherwise.
14848 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14850         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14851         since it's not a complete read-event implementation
14853 2005-01-20  Jay Belanger  <belanger@truman.edu>
14855         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14856         for called function.
14858 2005-01-20  Steven Tamm  <steventamm@mac.com>
14860         * term/mac-win.el (process-connection-type): Remove.
14861         Controlled now by s/darwin.h:PTY_ITERATION.
14863 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * window.el (handle-select-window): Don't switch window when we're
14866         in the minibuffer.
14868 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14870         * subr.el (dotimes-with-progress-reporter): New macro.
14872         * ses.el (ses-dotimes-msg): Remove macro.
14873         Use `dotimes-with-progress-reporter' instead.
14875 2005-01-19  Steven Tamm  <steventamm@mac.com>
14877         * term/mac-win.el (process-connection-type): Use new
14878         operating-system-release variable to use ptys on Darwin 7 (OS X
14879         10.3) when using carbon build.
14881 2005-01-19  Jay Belanger  <belanger@truman.edu>
14883         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14884         flags if the last command was a tab or M-tab.
14886         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14887         in formula editing buffer.
14889 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14891         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14892         breakpoint image symbol in margin.
14894 2005-01-19  Jay Belanger  <belanger@truman.edu>
14896         * calc/calc-prog.el (calc-execute-kbd-macro):
14897         Ignore calc-keep-arg-flag.
14899 2005-01-19  Kenichi Handa  <handa@m17n.org>
14901         * textmodes/ispell.el (ispell-looking-at): New function.
14902         (ispell-process-line): Use ispell-looking-at to compare the ispell
14903         output and the buffer contents.
14905 2005-01-18  Jay Belanger  <belanger@truman.edu>
14907         * calc/calc.el (calc-display-raw): Fix docstring.
14909 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14911         * simple.el (blink-matching-open): Strip extra info from syntax.
14913         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14914         funny chars in the end-of-here-doc marker.
14916 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14918         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14919         that enable/disabled state of breakpoints is shown correctly in
14920         fringe and on ttys.
14921         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14922         Add breakpoint information as text properties.
14923         (gdb-mouse-toggle-breakpoint):
14924         Rename to gdb-mouse-set-clear-breakpoint.
14925         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14926         breakpoints in the margin.
14927         (gdb-remove-strings): Simplify.
14929 2005-01-17  Jay Belanger  <belanger@truman.edu>
14931         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14932         erasing buffer.
14934 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14936         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14937         for calling grep-compute-defaults.
14939         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14940         if buffer is empty.
14942         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14944 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14946         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14948         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14949         non-preloaded variables.
14951 2005-01-17  Steven Tamm  <steventamm@mac.com>
14953         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14954         tex-shell cause to force interactivity when using pipes.
14956 2005-01-17  Kim F. Storm  <storm@cua.dk>
14958         * simple.el (just-one-space): Make arg optional.
14960 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14962         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14963         posn-at-x-y to t to access left-margin.
14965 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14967         Sync with Tramp 2.0.47.
14969         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14970         catching keep-date problems in cp/scp operations.
14971         (tramp-handle-copy-file): Don't call `set-file-modes'
14972         unconditionally.  Specialized functions should know better what is
14973         necessary.  This improves performance a little bit, and the
14974         functions could catch errors with `cp -p' and `scp -p'.
14975         (tramp-do-copy-or-rename-file-via-buffer)
14976         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14977         when appropriate.
14978         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14979         Call `set-file-modes' when appropriate.
14980         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14981         Johnsson <isak@hypergene.com>
14982         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14983         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14984         <joakim@verona.se>
14985         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14986         Emacs only.
14988         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14989         `find-file-hooks' and `dired-mode-hook'.
14990         (tramp-minor-mode-map): Respective map.  Add remapping for
14991         `compile' and `recompile'.
14992         (tramp-remap-command, tramp-recompile): New defuns.
14993         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14994         in buffer "*Compilation*".  Call the commands asynchronously.
14996         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14997         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14998         `shell-command', because it isn't magic in XEmacs.  Reported by
14999         Adrian Aichner <adrian@xemacs.org>.
15001         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15002         `substitute-in-file-name.
15003         (tramp-smb-handle-substitute-in-file-name): New defun.
15004         (tramp-smb-advice-PC-do-completion): Delete advice.
15006 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
15008         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15009         Fix error in deleting region.
15011 2005-01-15  Richard M. Stallman  <rms@gnu.org>
15013         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15014         In non-temp buffer, switch syntax table temporarily.
15016         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15018         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15020         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15022         * imenu.el (imenu--split-menu): Copy menulist before sorting.
15023         (imenu--generic-function): Use START, not BEG, as pos of definition.
15025         * simple.el (just-one-space): Argument specifies number of spaces.
15027         * simple.el (eval-expression-print-format): Avoid warning
15028         about edebug-active.
15030 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
15032         * progmodes/sh-script.el: Code copied from make-mode.el
15033         with small changes,
15034         (sh-mode-map): Bind C-c C-\.
15035         (sh-backslash-column, sh-backslash-align): New variables.
15036         (sh-backslash-region, sh-append-backslash): New functions.
15038 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15040         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15041         (rmail-pop-password, rmail-pop-password-required): Move to
15042         rmail-obsolete group.
15043         (rmail-set-pop-password): Rename to rmail-set-remote-password.
15044         All callers updated.
15045         (rmail-get-pop-password): Rename to rmail-get-remote-password.
15046         Take an argument specifying whether it is POP or IMAP mailbox we
15047         are using.  All callers updated.
15048         (rmail-pop-password-error): Rename to
15049         rmail-remote-password-error.  Added mailutils-specific error message.
15050         (rmail-movemail-search-path)
15051         (rmail-movemail-variant-in-use): New variables.
15052         (rmail-remote-password, rmail-remote-password-required):
15053         New customization variables.
15054         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15055         (rmail-parse-url): New function.
15056         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15057         with GNU mailutils movemail.
15059 2005-01-15  Kevin Ryde  <user42@zip.com.au>
15061         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15062         suffix to space, $ or '$, to correctly position point when going
15063         to @table style constants like DBL_MAX.
15065 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
15067         * type-break.el (type-break-mode, type-break-file-time)
15068         (type-break-file-keystroke-count, type-break-choose-file):
15069         Don't store data in or load data from the file if type-break-file-name
15070         is nil.
15071         (type-break-file-name): Doc update as per the above.
15073 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
15075         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15076         lookup-key might return nil; handle that.
15078 2005-01-15  Alan Mackenzie  <acm@muc.de>
15080         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15081         rather than the element found, thus enabling the tree to be setcar'd.
15083 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15085         * textmodes/org.el (org-show-following-heading): New option.
15086         (org-show-hierarchy-above): Use `org-show-following-heading'.
15087         (org-cycle): Documentation fix.
15089         * textmodes/org.el (orgtbl-optimized): New option
15090         (orgtbl-mode): New command, a minor mode.
15091         (orgtbl-mode-map): New variable.
15092         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15093         (orgtbl-error, orgtbl-self-insert-command)
15094         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15096         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15097         a local variable in each org-mode buffer.
15099         * textmodes/org.el (org-set-regexps-and-options): Rename from
15100         `org-set-regexps'.  Added checking for STARTUP keyword.
15101         (org-get-current-options): Add STARTUP options.
15102         (org-table-insert-row): Make mode intelligent about when
15103         realignment is needed.
15104         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15105         New commands.
15106         (org-enable-table-editor): New default value `optimized'.
15107         (org-table-blank-field): Support blanking regions if active.
15109 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15111         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15112         if the year is not given.
15114         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15115         Add new escapes %m and %M, fixed bug with %F by adding
15116         save-match-data.
15117         (reftex-reference): Remove ?. from list of spaces.
15118         (reftex-label-info): Add automatic label prefix recognition.
15120         * textmodes/reftex-index.el (reftex-index-next-phrase):
15121         Add slave parameter to call of `reftex-index-this-phrase'.
15122         (reftex-index-this-phrase): New optional argument.
15123         (reftex-index-region-phrases): Add slave parameter to call of
15124         `reftex-index-this-phrase'.
15125         (reftex-display-index): New argument redo.
15126         (reftex-index-rescan): Add 'redo to arguments of
15127         `reftex-display-index'.
15128         (reftex-index-Rescan, reftex-index-revert)
15129         (reftex-index-switch-index-tag): Add 'redo to arguments of
15130         `reftex-display-index'.
15131         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15132         indexing.  Fix bug with matching is there is a quote before or
15133         after the word.
15135         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15136         Fix bug when collecting citation keys in lines with comments.
15137         (reftex-citation): Prefix argument no longer rescans the document,
15138         but forces prompting for optional arguments of cite macros.
15139         (reftex-do-citation): Prompting for optional arguments implemented.
15141         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15142         Add optional arguments to most cite commands.
15143         (reftex-cite-cleanup-optional-args): New option
15144         (reftex-cite-prompt-optional-args): New option.
15145         (reftex-trust-label-prefix): New option.
15147         * textmodes/reftex-toc.el (reftex-toc-find-section):
15148         Add push-mark before changing the position in the buffer.
15150         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15151         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15153 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15155         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15156         more carefully.
15158 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15160         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15161         (sgml-mode): Use it.
15162         (sgml-get-context): Better keep track of implicitly closed tags.
15164 2005-01-13  Kenichi Handa  <handa@m17n.org>
15166         * textmodes/ispell.el: These changes are to fix misalignment error
15167         caused by equivalent characters of different Emacs charsets.
15168         (ispell-unified-chars-table): New variable.
15169         (ispell-get-decoded-string): New function.
15170         (ispell-get-casechars, ispell-get-not-casechars)
15171         (ispell-get-otherchars): Call ispell-get-decoded-string.
15173 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15175         * custom.el (custom-declare-variable): Just put symbol instead
15176         of (defvar . symbol) in `current-load-list'.
15178 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15180         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15182 2005-01-12  Jay Belanger  <belanger@truman.edu>
15184         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15185         to create a Calc summary.
15187 2005-01-12  Kim F. Storm  <storm@cua.dk>
15189         * mouse.el (mouse-on-link-p): Change functionality and doc
15190         string to comply with latest description in lisp ref.
15192 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15194         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15195         Enable mouse clicks on mode-line, header-line and margin.
15196         (event-type): Give mouse event symbols an 'event-kind property
15197         with value 'mouse-click.
15199 2005-01-12  Juri Linkov  <juri@jurta.org>
15201         * facemenu.el (list-colors-display): Add new arg buffer-name.
15202         Use it.  Fix docstring.  Replace code for identifying duplicate
15203         colors by the name with call to `list-colors-duplicates' which
15204         identifies duplicate colors by the value unless the color
15205         is one of special Windows colors.  Set truncate-lines to t.
15206         Print sorted duplicate color names on each line.  Indent to 22
15207         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15208         (list-colors-duplicates): New function.
15209         (facemenu-color-name-equal): Delete function.
15211         * facemenu.el (list-colors-print): New function created from code
15212         in list-colors-display.  Print #RRGGBB at the window right edge.
15213         (list-colors-display): When temp-buffer-show-function is not
15214         defined, call list-colors-print from temp-buffer-show-hook
15215         to get the right value of window-width in list-colors-print
15216         after the buffer is displayed.
15218         * simple.el (pop-mark): Move deactivate-mark out of conditional
15219         part to deactivate the active mark regardless of the state of the
15220         mark ring.
15222         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15223         variables line in desktop files.
15225 2005-01-12  Juri Linkov  <juri@jurta.org>
15227         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15228         Bring together isearch highlight related options.
15229         (lazy-highlight): Replace group `replace' by `matching'.
15230         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15231         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15232         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15233         and declare them obsolete.
15234         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15235         (isearch-faces): Remove defgroup.
15236         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15237         Move isearch highlighting code closer to lazy highlighting code.
15239         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15240         (query-replace-highlight, query-replace-lazy-highlight)
15241         (query-replace): Move definitions to the beginning of the file.
15243 2005-01-11  Juri Linkov  <juri@jurta.org>
15245         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15246         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15247         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15249         * info.el (Info-history-forward): New variable.
15250         (Info-select-node): Reset Info-history-forward to nil.
15251         (Info-last): Turn into defalias.
15252         (Info-history-back): Rename from Info-last.
15253         Add current node to Info-history-forward.
15254         (Info-history-forward): New fun.
15255         (Info-mode-map): Replace Info-last by Info-history-back.
15256         Bind Info-history-forward to "r".
15257         (Info-mode-menu): Replace Info-last by Info-history-back.
15258         Fix menu item text.  Add menu item for Info-history-forward.
15259         (info-tool-bar-map): Replace Info-last by Info-history-back.
15260         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15261         for Info-history-forward.
15262         (Info-mode): Replace Info-last by Info-history-back in docstring.
15263         Add local variable Info-history-forward.
15264         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15266 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15268         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15269         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15270         Ignore select-window events rather than fiddle with
15271         mouse-autoselect-window.
15273 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15275         * type-break.el (type-break-mode): Fix previous change.
15277 2005-01-10  Jay Belanger  <belanger@truman.edu>
15279         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15280         calculator; only reset when point is inside a calculator.
15281         Don't adjust the window height if the window takes up the whole height
15282         of the frame.
15284 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15286         * ebuff-menu.el (Electric-buffer-menu-mode):
15287         Preserve value of buffer-local var header-line-format.
15289 2005-01-09  Jay Belanger  <belanger@truman.edu>
15291         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15292         Make sure settings file exists before accessing it.
15294         * calc/calc-embed.el (calc-embedded-subst):
15295         Replace math-multi-subst-rec, which is only supposed to be called
15296         by math-multi-subst, by math-multi-subst.
15298 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15300         * vc.el (vc-allow-async-revert): New user option.
15301         (vc-disable-async-diff): New internal variable.
15302         (vc-revert-buffer): Use them to disable asynchronous diff.
15304         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15305         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15306         asynchronously if vc-disable-async-diff is t.
15308 2005-01-09  Jay Belanger  <belanger@truman.edu>
15310         * calc/calc.el (defcalcmodevar): New macro.
15311         (calc-mode-var-list-restore-default-values)
15312         (calc-mode-var-list-restore-saved-values): New functions.
15313         (calc-mode-var-list): Use defcalcmodevar to define it.
15314         (calc-always-load-extensions, calc-line-numbering)
15315         (calc-line-breaking, calc-display-just, calc-display-origin)
15316         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15317         (calc-group-char, calc-point-char, calc-frac-format)
15318         (calc-prefer-frac, calc-hms-format, calc-date-format)
15319         (calc-float-format, calc-full-float-format, calc-complex-format)
15320         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15321         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15322         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15323         (calc-matrix-brackets, calc-language, calc-language-option)
15324         (calc-left-label, calc-right-label, calc-word-size)
15325         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15326         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15327         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15328         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15329         (calc-window-height, calc-display-trail, calc-show-selections)
15330         (calc-use-selections, calc-assoc-selections)
15331         (calc-display-working-message, calc-auto-why, calc-timing)
15332         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15333         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15334         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15335         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15336         (calc-gnuplot-geometry, calc-graph-default-resolution)
15337         (calc-graph-default-resolution-3d, calc-invocation-macro)
15338         (calc-show-banner): Use defcalcmodevar to declare them and set
15339         their default values.
15341         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15342         instead of default values (but restore default values if there is
15343         an argument of 0).
15345 2005-01-09  David Kastrup  <dak@gnu.org>
15347         * desktop.el (desktop-restore-eager): Fix typo in type.
15349 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15351         * cus-edit.el (customize): Delete :link.
15353 2005-01-08  Jay Belanger  <belanger@truman.edu>
15355         * calc/calc.el (calc-mode): Remove the extension from the
15356         `calc-settings-file' file name when loading it.
15358 2005-01-08  Kim F. Storm  <storm@cua.dk>
15360         * info.el (Info-mode-map, Info-next-link-keymap)
15361         (Info-prev-link-keymap, Info-up-link-keymap):
15362         Map follow-link to mouse-face.
15363         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15365 2005-01-08  Jay Belanger  <belanger@truman.edu>
15367         * calc/calc.el (calc-settings-file): Change default value.
15368         Suggested by cgw in a comment in calc-mode.el.
15370         * calc/calc-mode.el (calc-settings-file-name):
15371         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15372         Replace ~/.emacs in a prompt by calc-settings-file.
15374 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15376         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15377         (desktop-lazy-idle-delay): New customizable variables.
15378         (desktop-buffer-args-list): New variable.
15379         (desktop-append-buffer-args): New function.
15380         (desktop-save): Call desktop-append-buffer-args for some buffers.
15381         (desktop-lazy-create-buffer): New function.
15382         (desktop-idle-create-buffers): New function.
15383         (desktop-read): Add message about buffers to restore lazily.
15384         (desktop-lazy-abort): New command.
15385         (desktop-clear): Call desktop-lazy-abort.
15386         (desktop-lazy-complete): New command.
15388 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15390         * emacs-lisp/find-func.el (find-face-definition):
15391         Rename from find-face.
15393 2005-01-06  Kim F. Storm  <storm@cua.dk>
15395         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15397         * man.el (Man-xref-man-page, Man-xref-header-file)
15398         (Man-xref-normal-file): Add follow-link property.
15400 2005-01-06  Jay Belanger  <belanger@truman.edu>
15402         * calc/calc-units.el: Make sure the proper macro definitions are
15403         available when compiling.
15405 2005-01-06  Juri Linkov  <juri@jurta.org>
15407         * isearch.el (isearch-lazy-highlight-update):
15408         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15410 2005-01-06  Miles Bader  <miles@gnu.org>
15412         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15413         (isearch-lazy-highlight-face): Use new name.
15415 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15417         * uniquify.el (uniquify-rationalize-file-buffer-names):
15418         Re-add an interactive spec.
15419         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15420         to the same name.
15422         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15423         (isearch-update, isearch-done): Adjust calls accordingly.
15425 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15427         * custom.el (custom-set-variables, custom-theme-set-variables):
15428         Clarify documentation.
15430         * emacs-lisp/find-func.el (find-variable)
15431         (find-variable-other-window, find-variable-other-frame):
15432         Fix the TYPE args to find-function-read and find-function-do-it.
15433         (find-function): Doc fix.
15434         (find-function-at-point): Replace function-at-point alias.
15436 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15438         * cus-face.el (custom-declare-face):
15439         Record defface in current-load-list.
15441         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15443         * emacs-lisp/find-func.el: Doc fixes.
15444         (find-face-regexp): New variable.
15445         (find-function-regexp-alist): New variable.
15446         (find-function-C-source): Third arg is now TYPE.
15447         (find-function-search-for-symbol): Handle general TYPE.
15448         (find-function-read, find-function-do-it): Handle general TYPE.
15449         (find-definition-noselect, find-face): New functions.
15450         (function-at-point): Alias deleted.
15452 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15454         * battery.el (display-battery-mode): Rename from display-battery.
15455         Handle the case where it gets turned off.
15457 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15459         * cus-edit.el (customize): Make :link point to user doc.
15461         * man.el (Man-fontify-manpage): Turn off undo generation.
15463         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15465 2005-01-04  Andreas Schwab  <schwab@suse.de>
15467         * files.el (insert-directory): Only look for error lines in
15468         inserted text.  Don't move too far after processing --dired markers.
15470 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15472         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15473         Don't expand if the character is @, period, dash, etc.
15474         (define-mail-abbrev): Quote names that contain problem characters.
15476 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15478         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15480 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15482         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15483         (query-replace-highlight, query-replace-lazy-highlight)
15484         (query-replace): Definitions moved up.  Doc fix.
15486 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15488         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15489         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15490         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15491         (lazy-highlight-face): Rename from isearch-lazy-...
15492         Change all references to them.
15494 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15496         * cus-edit.el (custom-file): Doc fix for defcustom.
15497         (custom-file): The function no longer sets the variable
15498         `custom-file' to its return value.
15500         * startup.el (command-line): No longer load `custom-file'.
15502 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15504         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15506         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15507         Don't confuse module-prefixed identifiers for labels.
15508         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15510 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15512         * files.el (basic-save-buffer-1): Fix previous change.
15514         * loadhist.el (file-loadhist-lookup): New function.
15515         (file-provides, file-requires): Use it.
15517         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15518         instead of calculating the right size.
15520 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15522         * vc-svn.el (vc-svn-diff): Stay local if possible.
15524 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15526         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15528         * files.el (hack-local-variables): Fix last change.
15530 2005-01-02  Jay Belanger  <belanger@truman.edu>
15532         * calc/calc-yank.el (calc-edit-top): New variable.
15533         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15534         object.  Change header properties.
15535         (calc-edit-finish, calc-edit-finish-stack-object)
15536         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15537         edited object.
15538         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15539         for the beginning of the edited object.
15540         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15541         for the beginning of the edited object.
15542         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15543         (calc-finish-formula-edit, calc-macro-repeats)
15544         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15545         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15546         beginning of the edited object.
15547         (calc-user-define-edit): Change the header for editing macros.
15548         Remove unnecessary variable.
15550 2005-01-01  Jay Belanger  <belanger@truman.edu>
15552         * calc/calc-yank.el (calc-edit-mode): Change default header.
15553         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15554         * calc/calc-store.el (calc-edit-variable): Change title to match new
15555         header.
15556         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15557         mode to match new header.
15558         (calc-user-define-edit): Change titles to include names of commands.
15559         (calc-finish-formula-edit): Adjust to handle new header.
15560         (calc-finish-macro-edit): Remove.
15561         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15562         (calc-edit-macro-command, calc-edit-macro-command-type)
15563         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15564         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15565         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15566         (calc-edit-macro-finish-edit): New functions.
15567         (calc-user-define-edit): Use new functions to edit named calc macros.
15569 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15571         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15573         * ses.el (copy-region-as-kill): Deactivate mark.
15575 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15577         * replace.el (occur-1): If the output buffer is also an input,
15578         don't kill it, rename it.
15580         * faces.el (set-face-background, set-face-foreground): Doc fix.
15582         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15583         for :foreground and :background.
15585         * dired.el (dired-view-command-alist): Variable deleted.
15586         (dired-view-file, dired-mouse-find-file-other-window):
15587         Delete the code to use it.
15589 2005-01-01  Kim F. Storm  <storm@cua.dk>
15591         * image.el (insert-sliced-image): Use t for line-height property.
15593 See ChangeLog.11 for earlier changes.
15595 ;; Local Variables:
15596 ;; coding: iso-2022-7bit
15597 ;; End:
15599     Copyright (C) 2005 Free Software Foundation, Inc.
15600   Copying and distribution of this file, with or without modification,
15601   are permitted provided the copyright notice and this notice are preserved.
15603 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1