aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3bf4c81014b..819637b79fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2796,6 +2796,11 @@ doing computations on a decoded time structure), 'make-decoded-time'
2796filled out), and 'encoded-time-set-defaults' (which fills in nil 2796filled out), and 'encoded-time-set-defaults' (which fills in nil
2797elements as if it's midnight January 1st, 1970) have been added. 2797elements as if it's midnight January 1st, 1970) have been added.
2798 2798
2799** New macros 'debounce' and 'debounce-reduce' postpone function call
2800until after specified time have elapsed since the last time it was invoked.
2801This improves performance of processing events occurring rapidly
2802in 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+++