[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 32e736d903 6/8: Make thumbs.el obsolete
From: |
Stefan Kangas |
Subject: |
master 32e736d903 6/8: Make thumbs.el obsolete |
Date: |
Sat, 24 Sep 2022 08:08:18 -0400 (EDT) |
branch: master
commit 32e736d903f65a74af2bbf0d3b7bd7ee60ee5837
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Make thumbs.el obsolete
* lisp/obsolete/thumbs.el: Add Obsolete-since.
* etc/NEWS: Announce obsoletion of thumbs.el. (Bug#57779)
---
etc/NEWS | 4 ++++
lisp/obsolete/thumbs.el | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index ff97c2350f..fd9fadc51f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -398,6 +398,10 @@ We recommend using either the built-in
'display-line-numbers-mode', or
the 'nlinum' package from GNU ELPA instead. The former has better
performance, but the latter is closer to a drop-in replacement.
+---
+** The thumbs.el library is now obsolete.
+We recommend using `M-x image-dired' instead.
+
---
** The autoarg.el library is now marked obsolete.
This library provides the 'autoarg-mode' and 'autoarg-kp-mode' minor
diff --git a/lisp/obsolete/thumbs.el b/lisp/obsolete/thumbs.el
index a9ff9f5ebc..a98b339b47 100644
--- a/lisp/obsolete/thumbs.el
+++ b/lisp/obsolete/thumbs.el
@@ -5,6 +5,7 @@
;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca>
;; Maintainer: emacs-devel@gnu.org
;; Keywords: Multimedia
+;; Obsolete-since: 29.1
;; This file is part of GNU Emacs.
@@ -23,6 +24,11 @@
;;; Commentary:
+;; NOTE: This library was made obsolete in Emacs 29.1.
+;; We recommend using `M-x image-dired' instead.
+;;
+;; --------------------
+;;
;; This package create two new modes: `thumbs-mode' and
`thumbs-view-image-mode'.
;; It is used for basic browsing and viewing of images from within Emacs.
;; Minimal image manipulation functions are also available via external
@@ -387,6 +393,7 @@ and SAME-WINDOW to show thumbs in the same window."
;;;###autoload
(defalias 'thumbs 'thumbs-show-from-dir)
+(make-obsolete 'thumbs 'image-dired "29.1")
(defun thumbs-find-image (img &optional num otherwin)
(let ((buffer (current-buffer)))
- master updated (06de788529 -> 5be35812ac), Stefan Kangas, 2022/09/24
- master 16681ba91c 3/8: image-dired: Improve performance of marking commands, Stefan Kangas, 2022/09/24
- master 0bca1b4d03 7/8: image-dired: Fix C-a/C-e in thumbnail buffer, Stefan Kangas, 2022/09/24
- master 61b877237b 1/8: Add new macro image-dired--with-dired-buffer, Stefan Kangas, 2022/09/24
- master 3d75bab0e5 2/8: image-dired: Mark 'per-directory' as :safe, Stefan Kangas, 2022/09/24
- master 95d4f5d691 4/8: image-dired: Regenerate old thumbnails when needed, Stefan Kangas, 2022/09/24
- master 4b537dd99f 5/8: Move thumbs.el to lisp/obsolete, Stefan Kangas, 2022/09/24
- master 5be35812ac 8/8: image-dired: Prefer command remapping, Stefan Kangas, 2022/09/24
- master 32e736d903 6/8: Make thumbs.el obsolete,
Stefan Kangas <=