From b48d8458ee773d118bffe21b1a95d52932679124 Mon Sep 17 00:00:00 2001
From: Nick Gasson <nick@nickg.me.uk>
Date: Fri, 29 Aug 2008 20:39:05 +0100
Subject: [PATCH] Update NEWS and man page

---
 NEWS      | 34 ++++++++++++++++++++++++++++++++++
 xcowsay.6 | 11 ++++++++++-
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e69de29..c2afb2f 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,34 @@
+     Changes since 1.0
+     =================
+
+- Added a new option --dream which displays an image instead
+  of text. 
+
+- Added a new --think mode which displays a thought bubble
+  instead of the usual speech bubble
+
+- Added new wrapper scripts xcowdream and xcowthink as 
+  shortcuts for the above.
+
+- Added a new Portuguese translation (courtesy of Vinícius 
+  Moreira de Oliveira)
+
+- Made --disable-dbus the default configure option as not 
+  many people seem to be using the daemon. Hopefully this
+  will be replaced by the GNOME applet soon anyway.
+
+- Removed the xcowat script as it was pretty useless.
+
+- You can now click on the bubble as well as the cow to close
+  the window.
+
+- Fixed a bug where the cow could appear off the left edge
+  of the screen in some circumstances. (Although this will
+  still occur if the cow and bubble are wider than the screen.)
+
+- Fixed a separate bug where the bubble could appear cut off
+  at the top of the screen.
+
+- Fixed various bugs with the daemon mode.
+
+- A few other bug fixes ;-)
diff --git a/xcowsay.6 b/xcowsay.6
index 6f8712c..bc1f126 100644
--- a/xcowsay.6
+++ b/xcowsay.6
@@ -89,7 +89,16 @@ Font for the speech bubble text. Accepts Pango font strings. The
 corresponding config file option is
 .IR font .
 .TP
-.B "-d, --daemon"
+.BI "-d " file ", --dream=" file
+Display an image instead of text in the cow's bubble. The
+.I dream_time 
+config file option sets the numer of milliseconds to display the
+image for. The default is 10 seconds.
+.TP
+.B "--think"
+Display a thought bubble instead of a speech bubble.
+.TP
+.B "--daemon"
 Run xcowsay in daemon mode if DBus support has been enabled. See the
 description for more information.
 .TP
-- 
2.39.5