From 2de7be4b6b8b6965d69dc40f491c259f60f23553 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 3 Nov 2021 20:38:39 +0200 Subject: [PATCH 1/5] ; * etc/NEWS: Various fixes. Mark with +++ entries documented in the manual. Move 'lossage-size' closer to 'view-lossage'. --- etc/NEWS | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 9f1a00134da..bc43678c60f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -210,7 +210,7 @@ In Emacs 23, typing 'M-x' ('read-extended-command') and then 'C-s' (to do an interactive search) would search over possible completions. This was lost in Emacs 24, but is now back again. ---- ++++ ** User option 'completions-format' supports a new value 'one-column'. +++ @@ -380,10 +380,12 @@ requiring the user to specify the value via the prefix argument. ** Windows ++++ *** The key prefix 'C-x 4 1' displays next command buffer in the same window. It's bound to the command 'same-window-prefix' that requests the buffer of the next command to be displayed in the same window. ++++ *** The key prefix 'C-x 4 4' displays next command buffer in a new window. It's bound to the command 'other-window-prefix' that requests the buffer of the next command to be displayed in a new window. @@ -569,9 +571,9 @@ in other ways. --- *** Mouse wheel scrolling now works on more parts of frame's display. -When using 'mwheel-mode', the mouse wheel will now scroll also when +When using 'mouse-wheel-mode', the mouse wheel will now scroll also when the mouse cursor is on the scroll bars, fringes, margins, header line, -and mode line. ('mwheel-mode' is enabled by default on most graphical +and mode line. ('mouse-wheel-mode' is enabled by default on most graphical displays.) +++ @@ -602,7 +604,7 @@ built without SVG support, the old icons will be used instead. ** Help --- -*** The order things are displayed in the "*Help*" buffer has been changed. +*** The order of things displayed in the "*Help*" buffer has been changed. The indented "administrative" block (containing the "probably introduced" and "other relevant functions" (and similar things) has been moved to after the doc string. @@ -654,11 +656,6 @@ will look up the current symbol (if any) in Info. New command It enables outlines in the output buffer of 'describe-bindings' that can provide a better overview in a long list of available bindings. -+++ -*** New command 'lossage-size'. -It allows users to change the maximum number of keystrokes and -commands recorded for the purpose of 'view-lossage'. - +++ *** New commands to describe buttons and widgets. 'widget-describe' (on a widget) will pop up a help buffer and give a @@ -681,6 +678,11 @@ These new navigation commands are bound to 'n' and 'p' in The menu bar "Help" menu now has a "Show Recent Inputs" item under the "Describe" sub-menu. ++++ +*** New command 'lossage-size'. +It allows users to change the maximum number of keystrokes and +commands recorded for the purpose of 'view-lossage'. + --- *** Closing the "*Help*" buffer from the toolbar now buries the buffer. In previous Emacs versions, the "*Help*" buffer was killed instead when @@ -760,13 +762,13 @@ Haddock, Javadoc or Doxygen. By default this face inherits from 'font-lock-constant-face'. +++ -*** New face 'flat-button'. +*** New face box style 'flat-button'. This is a plain 2D button, but uses the background color instead of the foreground color. --- -*** New face 'shortdoc-heading'. -Applies to headings of shortdoc sections. +*** New faces 'shortdoc-heading' and 'shortdoc-section'. +Applied to shortdoc headings and sections. --- *** New face 'separator-line'. From e9c7a4935e2275c5e0f19db296c4edabc0127f04 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 3 Nov 2021 22:50:56 +0100 Subject: [PATCH 2/5] ; * etc/NEWS: Improve NEWS entry for Image-Dired. --- etc/NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index bc43678c60f..e0a1b455158 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2794,19 +2794,19 @@ trying to identify the thing at point. *** New function 'thing-at-mouse'. This is like 'thing-at-point', but uses the mouse event position instead. -** image-dired - ---- -*** 'image-dired-mouse-toggle-mark' now toggles files in the active region. +** Image-Dired +++ *** New user option 'image-dired-thumb-visible-marks'. -If non-nil (the default), use 'image-dired-thumb-mark' to say what -images are marked. +If non-nil (the default), use the new face 'image-dired-thumb-mark' +for marked images. --- *** New command 'image-dired-delete-marked'. +--- +*** 'image-dired-mouse-toggle-mark' now toggles files in the active region. + ** Flymake mode +++ From 82529b90acd6786a0ccdfa7ff36c90287bd53e6e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 4 Nov 2021 10:04:04 +0200 Subject: [PATCH 3/5] ; * etc/NEWS: Improve wording of a recently changed entry. --- etc/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index e0a1b455158..1e7ab2da371 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2805,7 +2805,9 @@ for marked images. *** New command 'image-dired-delete-marked'. --- -*** 'image-dired-mouse-toggle-mark' now toggles files in the active region. +*** 'image-dired-mouse-toggle-mark' is now sensitive to the active region. +If the region is active, this command now toggles Dired marks of all +the thumbnails in the region. ** Flymake mode From 6ee929c0b7657be9d30f5e136e8d56177b318374 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 2 Nov 2021 20:14:13 +0100 Subject: [PATCH 4/5] Use current face foreground for SVG icons in customize It turns out these few icons were missed when the color and size information was removed from the SVG icons that replaced XPM icons for Customize buffer. * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556) (cherry picked from commit 11702a6dd7cb8286f28b7cb986057d2d2c66a914) --- etc/images/down.svg | 2 +- etc/images/left.svg | 2 +- etc/images/right.svg | 2 +- etc/images/up.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/images/down.svg b/etc/images/down.svg index e2760427d73..707cd23ea4b 100644 --- a/etc/images/down.svg +++ b/etc/images/down.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/left.svg b/etc/images/left.svg index d6429bc4109..893515d2dfd 100644 --- a/etc/images/left.svg +++ b/etc/images/left.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/right.svg b/etc/images/right.svg index d58cd364359..6c7d715939d 100644 --- a/etc/images/right.svg +++ b/etc/images/right.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/up.svg b/etc/images/up.svg index 9e1a245be74..e358c29912b 100644 --- a/etc/images/up.svg +++ b/etc/images/up.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + From b1885ac8a53693e8589d02c4f2c675bbb387e1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 4 Nov 2021 09:57:18 +0100 Subject: [PATCH 5/5] ; * etc/NEWS: slightly more careful wording --- etc/NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 1e7ab2da371..a502f117aad 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -755,11 +755,11 @@ Applies to buttons that indicate a face. +++ *** New face 'font-lock-doc-markup-face'. Intended for documentation mark-up syntax and tags inside text that -uses 'font-lock-doc-face', with which it should harmonize. It would -typically be used in structured documentation comments in program -source code by language-specific modes, for mark-up conventions like -Haddock, Javadoc or Doxygen. By default this face inherits from -'font-lock-constant-face'. +uses 'font-lock-doc-face', which it should appropriately stand out +against and harmonize with. It would typically be used in structured +documentation comments in program source code by language-specific +modes, for mark-up conventions like Haddock, Javadoc or Doxygen. By +default this face inherits from 'font-lock-constant-face'. +++ *** New face box style 'flat-button'.