From 0515b38d289f48914623ea60862d81d97d8f2f9f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 29 Jun 2024 16:34:28 +0200 Subject: [PATCH] ; * etc/NEWS: Move keyboard macro items closer together. --- etc/NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index cc726a24f52..f8e55b9e33c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -630,13 +630,6 @@ The commands 'C-x C-k C-q =', 'C-x C-k C-q <', and 'C-x C-k C-q >' compare the macro counter with an optional prefix and terminate the macro if the comparison succeeds. ---- -** On X, Emacs now supports input methods which perform "string conversion". -This means an input method can now ask Emacs to delete text -surrounding point and replace it with something else, as well as query -Emacs for surrounding text. If your input method allows you to "undo" -mistaken compositions, this will now work as well. - +++ ** New mode 'kmacro-menu-mode' and new command 'list-keyboard-macros'. The new command 'list-keyboard-macros' is the keyboard-macro version @@ -646,6 +639,13 @@ of the currently existing keyboards macros using the new mode duplicating them, deleting them, and editing their counters, formats, and keys. +--- +** On X, Emacs now supports input methods which perform "string conversion". +This means an input method can now ask Emacs to delete text +surrounding point and replace it with something else, as well as query +Emacs for surrounding text. If your input method allows you to "undo" +mistaken compositions, this will now work as well. + --- ** New user option 'duplicate-region-final-position'. It controls the placement of point and the region after duplicating a