diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-29 19:18:48 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-29 19:18:48 -0400 |
commit | 9326ba26824a87b59e065c7c1b051d8de5cbcf18 (patch) | |
tree | e064e86e24a854848017739feba43eb36d20d377 /etc | |
parent | 9d9ef8e860e4251b0369d845216333225392004a (diff) | |
download | emacs-9326ba26824a87b59e065c7c1b051d8de5cbcf18.tar.gz |
* 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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -112,6 +112,13 @@ sub-images are displayed successively with the duration defined by `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 |