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: Wed, 30 Apr 2003 08:08:31 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3216 emacs/src/ChangeLog:1.3217
*** emacs/src/ChangeLog:1.3216  Fri Apr 25 00:32:24 2003
--- emacs/src/ChangeLog Wed Apr 30 08:08:31 2003
***************
*** 1,3 ****
--- 1,23 ----
+ 2003-04-30  Richard M. Stallman  <address@hidden>
+ 
+       * keyboard.c (echo_char): Don't clear out a dash that follows a space.
+ 
+       * alloc.c (abort_on_gc): New variable.
+       (Fgarbage_collect): Abort if abort_on_gc is set.
+ 
+       * lisp.h (abort_on_gc): Add decl.
+ 
+       * eval.c (Fsignal): Clear abort_on_gc.
+ 
+       * editfns.c (Fformat): Set abort_on_gc during first scan of format.
+       Reinit FORMAT_START and END before second scan. 
+ 
+       * xdisp.c (move_it_vertically_backward): Do the final big else
+       even if nlines is 0.
+ 
+       * xdisp.c (redisplay_internal): Finish the per-frame loop
+       even if redisplay is suspended by input.
+ 
  2003-04-24  Andrew Choi  <address@hidden>
  
        * macterm.c (x_list_fonts): Return all fonts that match if




reply via email to

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