]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Nov 2004 09:28:48 +0000 (09:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Nov 2004 09:28:48 +0000 (09:28 +0000)
lisp/ChangeLog
src/ChangeLog

index 853daf41a26eeb9d1a23abfdc7d61ea7135ec00c..b22332ef287d8300c52acd41e6d420ef3caf5e19 100644 (file)
@@ -1,3 +1,27 @@
+2004-11-02  Richard M. Stallman  <rms@gnu.org>
+
+       * 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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * files.el (find-file-existing): New function.
 
 2004-11-01  Richard M. Stallman  <rms@gnu.org>
 
+       * 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)
index a957c28f4e6e2b28a30d871eb7d579bf64b148d1..20a3a8e251155befe3ced47610fcc4f226ed218a 100644 (file)
@@ -1,3 +1,26 @@
+2004-11-02  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <kobayays@otsukakj.co.jp>  (tiny change)
 
        * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for