diff options
| author | Stefan Kangas | 2020-05-26 04:56:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-05-26 04:56:56 +0200 |
| commit | 8b940dac32c2a37f93b8670751a0e5f72ec86cea (patch) | |
| tree | 4d24dbaed7051a56a2ec191e26d90ec77e333f97 /etc | |
| parent | 3f66908ee0821d638ec9bf4360400cbd2e58f70a (diff) | |
| download | emacs-8b940dac32c2a37f93b8670751a0e5f72ec86cea.tar.gz emacs-8b940dac32c2a37f93b8670751a0e5f72ec86cea.zip | |
Mark metamail.el as obsolete (Bug#41388)
The metamail package was last released in 1994, and has been removed
from most GNU/Linux distributions due to being buggy and unmaintained.
* lisp/mail/metamail.el: Move from here...
* lisp/obsolete/metamail.el: ...to here.
* etc/NEWS: Mention its obsoletion.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -405,6 +405,8 @@ Previously 'xml-print' would produce invalid XML when given a string | |||
| 405 | with characters that are not valid in XML (see | 405 | with characters that are not valid in XML (see |
| 406 | https://www.w3.org/TR/xml/#charsets). Now it rejects such strings. | 406 | https://www.w3.org/TR/xml/#charsets). Now it rejects such strings. |
| 407 | 407 | ||
| 408 | ** The metamail.el library is now marked obsolete. | ||
| 409 | |||
| 408 | 410 | ||
| 409 | * New Modes and Packages in Emacs 28.1 | 411 | * New Modes and Packages in Emacs 28.1 |
| 410 | 412 | ||