emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e3748c3233: ; * etc/NEWS: Move item to correct section.


From: Stefan Kangas
Subject: master e3748c3233: ; * etc/NEWS: Move item to correct section.
Date: Thu, 29 Sep 2022 14:24:53 -0400 (EDT)

branch: master
commit e3748c323320c0bde6ad8f70f0c2ab8f686255a5
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * etc/NEWS: Move item to correct section.
    
    This change belongs in "Changes" rather than "Lisp Changes" as this is
    not only relevant to Lisp developers.
---
 etc/NEWS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 4b2e892f88..76e44965ba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -380,6 +380,15 @@ the major mode according to 'initial-major-mode', like at 
Emacs
 startup.  Previously, these functions ignored
 'initial-scratch-message' and left "*scratch*" in 'fundamental-mode'.
 
+---
+** Naming of Image-Dired thumbnail files has changed.
+Names of thumbnail files generated when 'image-dired-thumbnail-storage'
+is 'image-dired' now always end in ".jpg".  This fixes various issues
+on different platforms, but means that thumbnails generated in Emacs 28
+will not be used in Emacs 29, and vice-versa.  If disk space is an
+issue, consider deleting the 'image-dired-dir' directory after
+upgrading (usually "~/.emacs.d/image-dired/").
+
 ---
 ** The 'rlogin' method in the URL library is now obsolete.
 Emacs will now display a warning if you request a URL like
@@ -2672,15 +2681,6 @@ This means that images found through 'find-image' also 
have
 auto-scaling applied.  (This only makes a difference on HiDPI
 displays.)
 
----
-** Naming of thumbnail files has changed.
-Names of thumbnail files generated when 'image-dired-thumbnail-storage'
-is 'image-dired' now always end in ".jpg".  This fixes various issues
-on different platforms, but means that thumbnails generated in Emacs 28
-will not be used in Emacs 29, and vice-versa.  If disk space is an
-issue, consider deleting the directory 'image-dired-dir' after
-upgrading (usually "~/.emacs.d/image-dired/").
-
 +++
 ** Changes to "raw" in-memory xbm images are specified.
 Some years back Emacs gained the ability to scale images, and you



reply via email to

[Prev in Thread] Current Thread [Next in Thread]