comparison etc/NEWS @ 59651:939528a9d14b

Add dotimes-with-progress-reporter.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Jan 2005 23:47:35 +0000
parents 18462b0e2a00
children 5c0ac872ffdb
comparison
equal deleted inserted replaced
59650:bc3232a12020 59651:939528a9d14b
2510 the text before point. Specifying the LIMIT argument bounds how far 2510 the text before point. Specifying the LIMIT argument bounds how far
2511 back the match can start; this is a way to keep it from taking too long. 2511 back the match can start; this is a way to keep it from taking too long.
2512 2512
2513 +++ 2513 +++
2514 ** New functions `make-progress-reporter', `progress-reporter-update', 2514 ** New functions `make-progress-reporter', `progress-reporter-update',
2515 `progress-reporter-force-update' and `progress-reporter-done' provide 2515 `progress-reporter-force-update', `progress-reporter-done', and
2516 a simple and efficient way for a command to present progress messages 2516 `dotimes-with-progress-reporter' provide a simple and efficient way for
2517 for the user. 2517 a command to present progress messages for the user.
2518 2518
2519 --- 2519 ---
2520 ** To manipulate the File menu using easy-menu, you must specify the 2520 ** To manipulate the File menu using easy-menu, you must specify the
2521 proper name "file". In previous Emacs versions, you had to specify 2521 proper name "file". In previous Emacs versions, you had to specify
2522 "files", even though the menu item itself was changed to say "File" 2522 "files", even though the menu item itself was changed to say "File"