* lisp/net/html2text.el: Move to obsolete/.
This commit is contained in:
parent
2f943ab169
commit
4bd4df4047
3 changed files with 6 additions and 1 deletions
|
@ -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},
|
||||
@code{w3m}@footnote{See @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
|
||||
|
|
2
etc/NEWS
2
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.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
;; Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Joakim Hove <hove@phys.ntnu.no>
|
||||
;; 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:
|
||||
|
||||
;;
|
Loading…
Add table
Reference in a new issue