From: Michael Albinus Date: Mon, 24 Apr 2023 07:40:43 +0000 (+0200) Subject: * etc/NEWS: Fix outline level. (Bug#63042) X-Git-Tag: emacs-29.0.91~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=087e8181947;p=emacs.git * etc/NEWS: Fix outline level. (Bug#63042) Fix typos. --- diff --git a/etc/NEWS b/etc/NEWS index 62d2fdcd3a4..2cb56b4fabc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -857,17 +857,17 @@ This value stands for the value of the corresponding attribute of the inheriting from other faces. +++ -** New X resource: "borderThickness". +** New X resource "borderThickness". This controls the thickness of the external borders of the menu bars and pop-up menus. +++ -** New X resource: "inputStyle". +** New X resource "inputStyle". This controls the style of the pre-edit and status areas of X input methods. +++ -** New X resources: "highlightForeground" and "highlightBackground". +** New X resources "highlightForeground" and "highlightBackground". Only in the Lucid build, this controls colors used for highlighted menu item widgets. @@ -2664,7 +2664,7 @@ The old name was confusing, and is now an obsolete function alias. ** Images +++ -** New commands 'image-crop' and 'image-cut'. +*** New commands 'image-crop' and 'image-cut'. These commands allow interactively cropping/cutting the image at point. The commands are bound to keys 'i c' and 'i x' (respectively) in the local keymap over images. They rely on external programs, by @@ -2672,7 +2672,7 @@ default "convert" from ImageMagick, to do the actual cropping/eliding of the image file. +++ -*** New commands: 'image-flip-horizontally' and 'image-flip-vertically'. +*** New commands 'image-flip-horizontally' and 'image-flip-vertically'. These commands horizontally and vertically flip the image under point, and are bound to 'i h' and 'i v', respectively.