emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 13 Dec 2004 14:31:21 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1083 emacs/etc/NEWS:1.1084
*** emacs/etc/NEWS:1.1083       Mon Dec 13 05:19:18 2004
--- emacs/etc/NEWS      Mon Dec 13 19:24:04 2004
***************
*** 2371,2376 ****
--- 2371,2381 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** (while-no-input BODY...) runs BODY, but only so lomg as no input
+ arrives.  If the user types or clicks anything, BODY stops as if a
+ quit had occurred.  while-no-input returns the value of BODY, if BODY
+ finishes.  It returns nil if BODY was aborted.
+ 
  ---
  ** To manipulate the File menu using easy-menu, you must specify the
  proper name "file".  In previous Emacs versions, you had to specify
***************
*** 2620,2627 ****
  around potentially blocking or long-running code in timers
  and post-command-hooks.
  
! ** An unconditional face specification in defface (one where the DISPLAY part
! is just t) applies to all cases and does not override subsequent entries.
  
  +++
  ** New face attribute `min-colors' can be used to tailor the face color
--- 2625,2634 ----
  around potentially blocking or long-running code in timers
  and post-command-hooks.
  
! ** The first face specification element in a defface can specify
! `default' instead of frame classification.  Then its attributes act as
! defaults that apply to all the subsequent cases (and may be overridden
! by them).
  
  +++
  ** New face attribute `min-colors' can be used to tailor the face color




reply via email to

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