emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4bd4df4: * lisp/net/html2text.el: Move to obsolete/


From: Stefan Monnier
Subject: [Emacs-diffs] master 4bd4df4: * lisp/net/html2text.el: Move to obsolete/.
Date: Sat, 24 Jun 2017 08:59:27 -0400 (EDT)

branch: master
commit 4bd4df40471f42d56e26af9ee62d7a52653ae82a
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/net/html2text.el: Move to obsolete/.
---
 doc/misc/emacs-mime.texi            | 2 +-
 etc/NEWS                            | 2 ++
 lisp/{net => obsolete}/html2text.el | 3 +++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index b0cfbc9..069d6b3 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -405,7 +405,7 @@ variable will cause @samp{text/html} parts to be treated as 
attachments.
 @item mm-text-html-renderer
 @vindex mm-text-html-renderer
 This selects the function used to render @acronym{HTML}.  The predefined
-renderers are selected by the symbols @code{gnus-article-html},
+renderers are selected by the symbols @code{shr}, @code{gnus-w3m},
 @address@hidden @uref{http://emacs-w3m.namazu.org/} for more
 information about emacs-w3m}, @code{links}, @code{lynx},
 @code{w3m-standalone} or @code{html2text}.  If @code{nil} use an
diff --git a/etc/NEWS b/etc/NEWS
index 78d37484..e43733e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -471,6 +471,8 @@ properties as intact as possible.
 
 * Changes in Specialized Modes and Packages in Emacs 26.1
 
+*** html2text is now marked obsolete.
+
 *** smerge-refine-regions can refine regions in separate buffers
 
 *** Info menu and index completion uses substring completion by default.
diff --git a/lisp/net/html2text.el b/lisp/obsolete/html2text.el
similarity index 99%
rename from lisp/net/html2text.el
rename to lisp/obsolete/html2text.el
index 87c71dc..27560a7 100644
--- a/lisp/net/html2text.el
+++ b/lisp/obsolete/html2text.el
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2002-2017 Free Software Foundation, Inc.
 
 ;; Author: Joakim Hove <address@hidden>
+;; Obsolete-since: 26.1
 
 ;; This file is part of GNU Emacs.
 
@@ -29,6 +30,8 @@
 ;;
 ;; The main function is `html2text'.
 
+;; This package was obsoleted by shr.el.
+
 ;;; Code:
 
 ;;



reply via email to

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