From 29bb7127341d58cdda011520188930dd92b630ab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Nov 2004 09:28:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 28 ++++++++++++++++++++++++++++ src/ChangeLog | 23 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 853daf41a26..b22332ef287 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index a957c28f4e6..20a3a8e2511 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2