emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 02 Nov 2004 04:32:08 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3965 emacs/src/ChangeLog:1.3966
*** emacs/src/ChangeLog:1.3965  Tue Nov  2 08:54:05 2004
--- emacs/src/ChangeLog Tue Nov  2 09:16:11 2004
***************
*** 1,3 ****
--- 1,26 ----
+ 2004-11-02  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>  (tiny change)
  
        * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for




reply via email to

[Prev in Thread] Current Thread [Next in Thread]