Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
107572:ed0efa62bd7d | 107573:954352cc49bd |
---|---|
110 new function `create-animated-image' creates an animated image where | 110 new function `create-animated-image' creates an animated image where |
111 sub-images are displayed successively with the duration defined by | 111 sub-images are displayed successively with the duration defined by |
112 `image-animate-max-time' and the delay between sub-images defined | 112 `image-animate-max-time' and the delay between sub-images defined |
113 by the Graphic Control Extension of the image. | 113 by the Graphic Control Extension of the image. |
114 | 114 |
115 ** Progress reporters can now "spin". | |
116 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can | |
117 now be nil, or omitted. This makes a "non-numeric" reporter. Each | |
118 time you call `progress-reporter-update' on that progress reporter, | |
119 with a nil or omitted VALUE argument, the reporter message is | |
120 displayed with a "spinning bar". | |
121 | |
115 | 122 |
116 * Changes in Emacs 24.1 on non-free operating systems | 123 * Changes in Emacs 24.1 on non-free operating systems |
117 | 124 |
118 | 125 |
119 ---------------------------------------------------------------------- | 126 ---------------------------------------------------------------------- |