diff options
| author | Stefan Monnier | 2017-06-24 08:59:20 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2017-06-24 08:59:20 -0400 |
| commit | 4bd4df40471f42d56e26af9ee62d7a52653ae82a (patch) | |
| tree | cba78c6dc2b4e4c943a5099de8e2e0751e834d27 | |
| parent | 2f943ab169cd6a88474e0e8a67112d3b7a5ff835 (diff) | |
| download | emacs-4bd4df40471f42d56e26af9ee62d7a52653ae82a.tar.gz emacs-4bd4df40471f42d56e26af9ee62d7a52653ae82a.zip | |
* lisp/net/html2text.el: Move to obsolete/.
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/obsolete/html2text.el (renamed from lisp/net/html2text.el) | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index b0cfbc9d3c0..069d6b3389b 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. | |||
| 405 | @item mm-text-html-renderer | 405 | @item mm-text-html-renderer |
| 406 | @vindex mm-text-html-renderer | 406 | @vindex mm-text-html-renderer |
| 407 | This selects the function used to render @acronym{HTML}. The predefined | 407 | This selects the function used to render @acronym{HTML}. The predefined |
| 408 | renderers are selected by the symbols @code{gnus-article-html}, | 408 | renderers are selected by the symbols @code{shr}, @code{gnus-w3m}, |
| 409 | @code{w3m}@footnote{See @uref{http://emacs-w3m.namazu.org/} for more | 409 | @code{w3m}@footnote{See @uref{http://emacs-w3m.namazu.org/} for more |
| 410 | information about emacs-w3m}, @code{links}, @code{lynx}, | 410 | information about emacs-w3m}, @code{links}, @code{lynx}, |
| 411 | @code{w3m-standalone} or @code{html2text}. If @code{nil} use an | 411 | @code{w3m-standalone} or @code{html2text}. If @code{nil} use an |
| @@ -471,6 +471,8 @@ properties as intact as possible. | |||
| 471 | 471 | ||
| 472 | * Changes in Specialized Modes and Packages in Emacs 26.1 | 472 | * Changes in Specialized Modes and Packages in Emacs 26.1 |
| 473 | 473 | ||
| 474 | *** html2text is now marked obsolete. | ||
| 475 | |||
| 474 | *** smerge-refine-regions can refine regions in separate buffers | 476 | *** smerge-refine-regions can refine regions in separate buffers |
| 475 | 477 | ||
| 476 | *** Info menu and index completion uses substring completion by default. | 478 | *** Info menu and index completion uses substring completion by default. |
diff --git a/lisp/net/html2text.el b/lisp/obsolete/html2text.el index 87c71dc504a..27560a70c63 100644 --- a/lisp/net/html2text.el +++ b/lisp/obsolete/html2text.el | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2002-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> | 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> |
| 6 | ;; Obsolete-since: 26.1 | ||
| 6 | 7 | ||
| 7 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 8 | 9 | ||
| @@ -29,6 +30,8 @@ | |||
| 29 | ;; | 30 | ;; |
| 30 | ;; The main function is `html2text'. | 31 | ;; The main function is `html2text'. |
| 31 | 32 | ||
| 33 | ;; This package was obsoleted by shr.el. | ||
| 34 | |||
| 32 | ;;; Code: | 35 | ;;; Code: |
| 33 | 36 | ||
| 34 | ;; | 37 | ;; |