# HG changeset patch # User Richard M. Stallman # Date 1099387728 0 # Node ID 539ce55481ef0952102bdfd0c941848d90278a54 # Parent 9fdca28528812fd6da6f8f6929fe2a136c7ac718 *** empty log message *** diff -r 9fdca2852881 -r 539ce55481ef lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 02 09:27:26 2004 +0000 +++ b/lisp/ChangeLog Tue Nov 02 09:28:48 2004 +0000 @@ -1,3 +1,27 @@ +2004-11-02 Richard M. Stallman + + * emacs-lisp/elp.el (elp-instrument-function): + Use called-interactively-p. + + * emacs-lisp/easymenu.el (easy-menu-intern): + Don't downcase; rather, case-flip the first letter of each word. + + * emacs-lisp/easy-mmode.el (define-minor-mode): + Use called-interactively-p. + + * emacs-lisp/bytecomp.el (byte-compile-warning-types): + Add interactive-only. + (byte-compile-warnings): Add interactive-only as option. + (byte-compile-interactive-only-functions): New variable. + (byte-compile-form): Warn about calls to functions + in byte-compile-interactive-only-functions. + + * emacs-lisp/autoload.el (update-file-autoloads): + Don't use interactive-p; take new arg SAVE-AFTER. + + * emacs-lisp/advice.el (ad-make-advised-definition): + Use called-interactively-p. + 2004-11-02 Jan Dj,Ad(Brv * files.el (find-file-existing): New function. @@ -91,6 +115,10 @@ 2004-11-01 Richard M. Stallman + * textmodes/ispell.el (ispell-word): Don't use interactive-p. + + * textmodes/flyspell.el (flyspell-word): Don't use interactive-p. + * allout.el (allout group): Add :version. (allout-init): Don't use interactive-p. (allout-ascend-to-depth, allout-ascend, allout-end-of-level) diff -r 9fdca2852881 -r 539ce55481ef src/ChangeLog --- a/src/ChangeLog Tue Nov 02 09:27:26 2004 +0000 +++ b/src/ChangeLog Tue Nov 02 09:28:48 2004 +0000 @@ -1,3 +1,26 @@ +2004-11-02 Richard M. Stallman + + * insdel.c (replace_range_2): New function. + + * casefiddle.c (casify_region): Handle changes in byte-length + using replace_range_2. + + * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb. + + * xdisp.c (back_to_previous_visible_line_start): + Subtract 1 from pos when checking previous newline for invisibility. + + * window.c (window_scroll_pixel_based): Update preserve_y + for header line if any. + (Fscroll_left, Fscroll_right): Don't call interactive_p; + use a new second argument instead. + + * eval.c (Fcall_interactive_p): New function. + (interactive_p): Don't test INTERACTIVE here. + (Finteractive_p): Doc fix. + + * eval.c (Feval): Abort if INPUT_BLOCKED_P. + 2004-11-02 KOBAYASHI Yasuhiro (tiny change) * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for