diff options
| author | Glenn Morris | 2013-02-13 00:50:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-13 00:50:44 -0800 |
| commit | 4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf (patch) | |
| tree | 9b7f89bd578ef877902e778fc35a92998b818998 | |
| parent | ef79c6ed07f093d6f40f335734dba8acfe8a09df (diff) | |
| download | emacs-4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf.tar.gz emacs-4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf.zip | |
Make yow.el obsolete
* lisp/play/yow.el: Move to obsolete/.
* doc/emacs/ack.texi (Acknowledgments): Don't mention yow any more.
* doc/misc/message.texi (News Headers): Don't mention yow any more.
* etc/NEWS: Mention this.
Fixes: debbugs:9384
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 5 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/message.texi | 9 | ||||
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/yow.el (renamed from lisp/play/yow.el) | 3 |
7 files changed, 23 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e5404a15c59..ba6f7e323e0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ack.texi (Acknowledgments): Don't mention yow any more. | ||
| 4 | |||
| 1 | 2013-02-13 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-02-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * cmdargs.texi (General Variables): | 7 | * cmdargs.texi (General Variables): |
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 99e0c690a09..718a51c60db 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -811,9 +811,8 @@ Richard Mlynarik wrote @file{cl-indent.el}, a package for indenting | |||
| 811 | Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for | 811 | Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for |
| 812 | buffer listings; @file{ehelp.el}, bindings for browsing help screens; | 812 | buffer listings; @file{ehelp.el}, bindings for browsing help screens; |
| 813 | @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format, | 813 | @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format, |
| 814 | used in mail messages and news articles; @file{terminal.el}, a | 814 | used in mail messages and news articles; and @file{terminal.el}, a |
| 815 | terminal emulator for Emacs subprocesses; and @file{yow.el}, an | 815 | terminal emulator for Emacs subprocesses. |
| 816 | essential utility. | ||
| 817 | 816 | ||
| 818 | @item | 817 | @item |
| 819 | Gerd Moellmann was the Emacs maintainer from the beginning of Emacs 21 | 818 | Gerd Moellmann was the Emacs maintainer from the beginning of Emacs 21 |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 11ff3700da4..dd3c0ccd1e2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * message.texi (News Headers): Don't mention yow any more. | ||
| 4 | |||
| 1 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 6 | ||
| 3 | * calc.texi (Basic Operations on Units): | 7 | * calc.texi (Basic Operations on Units): |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 4d5d82aa6bd..a98c7e48e53 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1817,17 +1817,14 @@ a string nor @code{nil}, use the user name only. However, it is highly | |||
| 1817 | unlikely that you should need to fiddle with this variable at all. | 1817 | unlikely that you should need to fiddle with this variable at all. |
| 1818 | @end table | 1818 | @end table |
| 1819 | 1819 | ||
| 1820 | @findex yow | ||
| 1821 | @cindex Mime-Version | 1820 | @cindex Mime-Version |
| 1822 | In addition, you can enter conses into this list. The @sc{car} of this cons | 1821 | In addition, you can enter conses into this list. The @sc{car} of this cons |
| 1823 | should be a symbol. This symbol's name is the name of the header, and | 1822 | should be a symbol. This symbol's name is the name of the header, and |
| 1824 | the @sc{cdr} can either be a string to be entered verbatim as the value of | 1823 | the @sc{cdr} can either be a string to be entered verbatim as the value of |
| 1825 | this header, or it can be a function to be called. This function should | 1824 | this header, or it can be a function to be called. This function should |
| 1826 | return a string to be inserted. For instance, if you want to insert | 1825 | take no arguments, and return a string to be inserted. For |
| 1827 | @code{Mime-Version: 1.0}, you should enter @code{(Mime-Version . "1.0")} | 1826 | instance, if you want to insert @code{Mime-Version: 1.0}, you should |
| 1828 | into the list. If you want to insert a funny quote, you could enter | 1827 | enter @code{(Mime-Version . "1.0")} into the list. |
| 1829 | something like @code{(X-Yow . yow)} into the list. The function | ||
| 1830 | @code{yow} will then be called without any arguments. | ||
| 1831 | 1828 | ||
| 1832 | If the list contains a cons where the @sc{car} of the cons is | 1829 | If the list contains a cons where the @sc{car} of the cons is |
| 1833 | @code{optional}, the @sc{cdr} of this cons will only be inserted if it is | 1830 | @code{optional}, the @sc{cdr} of this cons will only be inserted if it is |
| @@ -201,6 +201,9 @@ are obsolete. Customize the `woman-* faces instead. | |||
| 201 | 201 | ||
| 202 | *** terminal.el is obsolete; use term.el instead. | 202 | *** terminal.el is obsolete; use term.el instead. |
| 203 | 203 | ||
| 204 | +++ | ||
| 205 | *** yow.el is obsolete; use fortune.el or cookie1.el instead. | ||
| 206 | |||
| 204 | 207 | ||
| 205 | * New Modes and Packages in Emacs 24.4 | 208 | * New Modes and Packages in Emacs 24.4 |
| 206 | ** New nadvice.el package offering lighter-weight advice facilities. | 209 | ** New nadvice.el package offering lighter-weight advice facilities. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 172af2f4efd..d7c7ed7218f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * play/yow.el: Move to obsolete/. (Bug#9384) | ||
| 4 | |||
| 1 | 2013-02-13 Juri Linkov <juri@jurta.org> | 5 | 2013-02-13 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus' | 7 | * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus' |
diff --git a/lisp/play/yow.el b/lisp/obsolete/yow.el index 10c69347469..42bb0a0b354 100644 --- a/lisp/play/yow.el +++ b/lisp/obsolete/yow.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Author: Richard Mlynarik | 6 | ;; Author: Richard Mlynarik |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
| 8 | ;; Obsolete-since: 24.4 | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||
| @@ -24,6 +25,8 @@ | |||
| 24 | ;;; Commentary: | 25 | ;;; Commentary: |
| 25 | 26 | ||
| 26 | ;; Important pinheadery for GNU Emacs. | 27 | ;; Important pinheadery for GNU Emacs. |
| 28 | ;; This file is obsolete. For similar functionality, see | ||
| 29 | ;; fortune.el and cookie1.el. | ||
| 27 | 30 | ||
| 28 | ;;; Code: | 31 | ;;; Code: |
| 29 | 32 | ||