emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111767: Make yow.el obsolete


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111767: Make yow.el obsolete
Date: Wed, 13 Feb 2013 00:50:44 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111767
fixes bug: http://debbugs.gnu.org/9384
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-13 00:50:44 -0800
message:
  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.
renamed:
  lisp/play/yow.el => lisp/obsolete/yow.el
modified:
  doc/emacs/ChangeLog
  doc/emacs/ack.texi
  doc/misc/ChangeLog
  doc/misc/message.texi
  etc/NEWS
  lisp/ChangeLog
  lisp/obsolete/yow.el
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-02-13 00:42:56 +0000
+++ b/doc/emacs/ChangeLog       2013-02-13 08:50:44 +0000
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <address@hidden>
+
+       * ack.texi (Acknowledgments): Don't mention yow any more.
+
 2013-02-13  Paul Eggert  <address@hidden>
 
        * cmdargs.texi (General Variables):

=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2013-02-12 17:36:54 +0000
+++ b/doc/emacs/ack.texi        2013-02-13 08:50:44 +0000
@@ -811,9 +811,8 @@
 Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for
 buffer listings; @file{ehelp.el}, bindings for browsing help screens;
 @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
-used in mail messages and news articles; @file{terminal.el}, a
-terminal emulator for Emacs subprocesses; and @file{yow.el}, an
-essential utility.
+used in mail messages and news articles; and @file{terminal.el}, a
+terminal emulator for Emacs subprocesses.
 
 @item
 Gerd Moellmann was the Emacs maintainer from the beginning of Emacs 21

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-02-09 23:17:05 +0000
+++ b/doc/misc/ChangeLog        2013-02-13 08:50:44 +0000
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <address@hidden>
+
+       * message.texi (News Headers): Don't mention yow any more.
+
 2013-02-09  Jay Belanger  <address@hidden>
 
        * calc.texi (Basic Operations on Units):

=== modified file 'doc/misc/message.texi'
--- a/doc/misc/message.texi     2013-02-12 17:36:54 +0000
+++ b/doc/misc/message.texi     2013-02-13 08:50:44 +0000
@@ -1817,17 +1817,14 @@
 unlikely that you should need to fiddle with this variable at all.
 @end table
 
address@hidden yow
 @cindex Mime-Version
 In addition, you can enter conses into this list.  The @sc{car} of this cons
 should be a symbol.  This symbol's name is the name of the header, and
 the @sc{cdr} can either be a string to be entered verbatim as the value of
 this header, or it can be a function to be called.  This function should
-return a string to be inserted.  For instance, if you want to insert
address@hidden: 1.0}, you should enter @code{(Mime-Version . "1.0")}
-into the list.  If you want to insert a funny quote, you could enter
-something like @code{(X-Yow . yow)} into the list.  The function
address@hidden will then be called without any arguments.
+take no arguments, and return a string to be inserted.  For
+instance, if you want to insert @code{Mime-Version: 1.0}, you should
+enter @code{(Mime-Version . "1.0")} into the list.
 
 If the list contains a cons where the @sc{car} of the cons is
 @code{optional}, the @sc{cdr} of this cons will only be inserted if it is

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-02-13 04:31:09 +0000
+++ b/etc/NEWS  2013-02-13 08:50:44 +0000
@@ -201,6 +201,9 @@
 
 *** terminal.el is obsolete; use term.el instead.
 
++++
+*** yow.el is obsolete; use fortune.el or cookie1.el instead.
+
 
 * New Modes and Packages in Emacs 24.4
 ** New nadvice.el package offering lighter-weight advice facilities.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-13 08:41:56 +0000
+++ b/lisp/ChangeLog    2013-02-13 08:50:44 +0000
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <address@hidden>
+
+       * play/yow.el: Move to obsolete/.  (Bug#9384)
+
 2013-02-13  Juri Linkov  <address@hidden>
 
        * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'

=== renamed file 'lisp/play/yow.el' => 'lisp/obsolete/yow.el'
--- a/lisp/play/yow.el  2013-01-01 09:11:05 +0000
+++ b/lisp/obsolete/yow.el      2013-02-13 08:50:44 +0000
@@ -5,6 +5,7 @@
 ;; Maintainer: FSF
 ;; Author: Richard Mlynarik
 ;; Keywords: games
+;; Obsolete-since: 24.4
 
 ;; This file is part of GNU Emacs.
 
@@ -24,6 +25,8 @@
 ;;; Commentary:
 
 ;; Important pinheadery for GNU Emacs.
+;; This file is obsolete.  For similar functionality, see
+;; fortune.el and cookie1.el.
 
 ;;; Code:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]