aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e28e01e356..04387d12f12 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -914,10 +914,18 @@ F7 starts a macro, F8 ends the macro, and pressing F8 again executes
914the last macro. While defining the macro, F7 inserts a counter value 914the last macro. While defining the macro, F7 inserts a counter value
915which automatically increments every time the macro is executed. 915which automatically increments every time the macro is executed.
916 916
917M-F7 edits the last macro, C-F7 sets the counter, and S-F7 sets the 917There is now a keyboard macro ring which stores the most recently
918counter format. S-F8 executes the previous macro (actually the head of 918defined macros.
919the keyboard macro ring), and C-F8 cycles through the keyboard macro 919
920ring. C-u F8 swaps the last macro with the head of the macro ring. 920The C-x C-k sequence is now a prefix for the kmacro keymap which
921defines bindings for moving through the keyboard macro ring,
922C-x C-k C-p and C-x C-k C-n, editing the last macro C-x C-k C-e,
923manipulating the macro counter and format via C-x C-k C-c,
924C-x C-k C-a, and C-x C-k C-f. See the commentary in kmacro.el
925for more commands.
926
927The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
928the keyboard macro ring.
921 929
922+++ 930+++
923*** Calc is now part of the Emacs distribution. 931*** Calc is now part of the Emacs distribution.