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 /lisp | |
| 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
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/yow.el (renamed from lisp/play/yow.el) | 3 |
2 files changed, 7 insertions, 0 deletions
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 | ||