diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -2796,6 +2796,11 @@ doing computations on a decoded time structure), 'make-decoded-time' | |||
| 2796 | filled out), and 'encoded-time-set-defaults' (which fills in nil | 2796 | filled out), and 'encoded-time-set-defaults' (which fills in nil |
| 2797 | elements as if it's midnight January 1st, 1970) have been added. | 2797 | elements as if it's midnight January 1st, 1970) have been added. |
| 2798 | 2798 | ||
| 2799 | ** New macros 'debounce' and 'debounce-reduce' postpone function call | ||
| 2800 | until after specified time have elapsed since the last time it was invoked. | ||
| 2801 | This improves performance of processing events occurring rapidly | ||
| 2802 | in quick succession. | ||
| 2803 | |||
| 2799 | ** 'define-minor-mode' automatically documents the meaning of ARG. | 2804 | ** 'define-minor-mode' automatically documents the meaning of ARG. |
| 2800 | 2805 | ||
| 2801 | +++ | 2806 | +++ |