From: Stefan Kangas Date: Fri, 25 Jun 2021 20:09:06 +0000 (+0200) Subject: ; * etc/NEWS: Re-arrange two items. X-Git-Tag: emacs-28.0.90~2027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2729dd8ee0cad67ea2ab0411526f9bc4a7b2c9a;p=emacs.git ; * etc/NEWS: Re-arrange two items. --- diff --git a/etc/NEWS b/etc/NEWS index 99096527cbb..b9a9369049a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -117,6 +117,10 @@ filters. * Changes in Emacs 28.1 +** 'blink-cursor-mode' is now enabled by default regardless of the UI. +It used to be enabled when Emacs is started in GUI mode but not when started +in text mode. The cursor still only actually blinks in GUI frames. + +++ ** Etags now supports the Mercury programming language. See https://mercurylang.org. @@ -296,14 +300,6 @@ commands. The new keystrokes are 'C-x x g' ('revert-buffer'), ** Commands 'set-frame-width' and 'set-frame-height' can now get their input using the minibuffer. ---- -** New user option 'bookmark-menu-confirm-deletion'. -In Bookmark Menu mode, Emacs by default does not prompt for -confirmation when you type 'x' to execute the deletion of bookmarks -that have been marked for deletion. However, if this new option is -non-nil then Emacs will require confirmation with 'yes-or-no-p' before -deleting. - --- ** New help window when Emacs prompts before opening a large file. Commands like 'find-file' or 'visit-tags-table' ask to visit a file @@ -490,10 +486,6 @@ in seconds. This used to be named 'macroexp--warn-and-return' and has proved useful and well-behaved enough to lose the "internal" marker. -** 'blink-cursor-mode' is now enabled by default regardless of the UI. -It used to be enabled when Emacs is started in GUI mode but not when started -in text mode. The cursor still only actually blinks in GUI frames. - ** Bindat +++ @@ -1293,6 +1285,14 @@ the variables 'bookmark-bmenu-use-header-line' and If non-nil, setting a bookmark will colorize the current line with 'bookmark-face'. +--- +*** New user option 'bookmark-menu-confirm-deletion'. +In Bookmark Menu mode, Emacs by default does not prompt for +confirmation when you type 'x' to execute the deletion of bookmarks +that have been marked for deletion. However, if this new option is +non-nil then Emacs will require confirmation with 'yes-or-no-p' before +deleting. + ** Edebug *** Obsoletions