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
;; 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.
;;; 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
;;;###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)))