comparison etc/NEWS @ 71778:31adfc0704b6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 00:48:06 +0000
parents c8ed266edc5e
children 526741e654b5
comparison
equal deleted inserted replaced
71777:5fb29ee9d9aa 71778:31adfc0704b6
4898 4898
4899 +++ 4899 +++
4900 *** `sit-for' can now be called with args (SECONDS &optional NODISP). 4900 *** `sit-for' can now be called with args (SECONDS &optional NODISP).
4901 4901
4902 +++ 4902 +++
4903 *** `sit-for' called with a negative SECONDS value now forces an 4903 *** Iconifying or deiconifying a frame no longer makes sit-for return.
4904 immediate redisplay even if input is pending. 4904
4905 +++
4906 *** New function `redisplay' causes an immediate redisplay if no input is
4907 available, equivalent to (sit-for 0). The call (redisplay t) forces
4908 an immediate redisplay even if input is pending.
4905 4909
4906 +++ 4910 +++
4907 *** New function `force-window-update' can initiate a full redisplay of 4911 *** New function `force-window-update' can initiate a full redisplay of
4908 one or all windows. Normally, this is not needed as changes in window 4912 one or all windows. Normally, this is not needed as changes in window
4909 contents are detected automatically. However, certain implicit 4913 contents are detected automatically. However, certain implicit