From: Eli Zaretskii Date: Tue, 5 Nov 2024 12:40:13 +0000 (+0200) Subject: ; * etc/NEWS: Fix wording of last added entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4f674e3fe50ca2c48c5a931066a8f8c870d27c4;p=emacs.git ; * etc/NEWS: Fix wording of last added entry. (cherry picked from commit 3ff92054483ff92b19d3fe4b1ccf65a513fe58ca) --- diff --git a/etc/NEWS b/etc/NEWS index 8babeed4ea7..c28b8828b2c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -756,8 +756,9 @@ current buffer, if the major mode supports it. (Support for '--without-native-image-api'.) --- -** Images on MS-Windows now support the :transform-smoothing flag. -Bilinear interpolation with GDI+ is used to smooth images. +** Images on MS-Windows now support the ':transform-smoothing' flag. +Transformed images are smoothed using the bilinear interpolation by +means of the GDI+ library. ----------------------------------------------------------------------