Mercurial > emacs
diff etc/NEWS @ 107573:954352cc49bd
* subr.el: Extend progress reporters to perform "spinning".
(progress-reporter-update, progress-reporter-do-update): Handle
non-numeric value arguments.
(progress-reporter--pulse-characters): New var.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 29 Mar 2010 19:18:48 -0400 |
parents | 2931d193b6c2 |
children | babfb0a156a1 |
line wrap: on
line diff
--- a/etc/NEWS Mon Mar 29 10:19:03 2010 +0000 +++ b/etc/NEWS Mon Mar 29 19:18:48 2010 -0400 @@ -112,6 +112,13 @@ `image-animate-max-time' and the delay between sub-images defined by the Graphic Control Extension of the image. +** Progress reporters can now "spin". +The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can +now be nil, or omitted. This makes a "non-numeric" reporter. Each +time you call `progress-reporter-update' on that progress reporter, +with a nil or omitted VALUE argument, the reporter message is +displayed with a "spinning bar". + * Changes in Emacs 24.1 on non-free operating systems