comparison etc/NEWS @ 71326:17ff429570c5

New preemptive redisplay.
author Kim F. Storm <storm@cua.dk>
date Mon, 12 Jun 2006 22:44:25 +0000
parents f27e25866475
children 36a9fd55127e
comparison
equal deleted inserted replaced
71325:ab800262f66c 71326:17ff429570c5
771 *** New user option `history-delete-duplicates'. 771 *** New user option `history-delete-duplicates'.
772 If set to t when adding a new history element, all previous identical 772 If set to t when adding a new history element, all previous identical
773 elements are deleted from the history list. 773 elements are deleted from the history list.
774 774
775 ** Redisplay changes: 775 ** Redisplay changes:
776
777 +++
778 *** Preemtive redisplay now adapts to current load and bandwidth.
779
780 To avoid preemping redisplay on fast computers, networks, and displays,
781 the arrival of new input is now performed at regular intervals during
782 redisplay. The new variable `redisplay-preemption-period' specifies
783 the period; the default is to check for input every 0.1 seconds.
776 784
777 +++ 785 +++
778 *** The mode line position information now comes before the major mode. 786 *** The mode line position information now comes before the major mode.
779 When the file is maintained under version control, that information 787 When the file is maintained under version control, that information
780 appears between the position information and the major mode. 788 appears between the position information and the major mode.