From ab4b236eb7ba3deb6b7d0ff946bca73735319506 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 20 Aug 2012 14:17:09 +0200 Subject: change log update --- CHANGELOG | 9 +++++++++ manuals/ponysay.texinfo | 17 ++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9a48f48..28a5537 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,15 @@ Version 2.1 New ponies: purplehaze, owlowiscious + Cowsay has be reimplemented, and have full Unicode support + and support for @code{figlet} style messages. + + Deleted environment variables: PONYSAY_COWSAY, PONYSAY_COWTHINK + + You will need Python 3, but not GNU Bash, Perl or Cowsay. + + New .pony file format is used. + Version 2.0 diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 85dfb02..784a8b5 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -962,6 +962,20 @@ To be able to run @command{make -B ttyponies} you must have the packages listed @code{applebumkin} is renamed to @code{applebumpkin}. @item New ponies: @code{purplehaze}, @code{owlowiscious} +@item +Cowsay has be reimplemented, and have full Unicode support and support +for @code{figlet} style messages. +@item +Deleted environment variables: @code{PONYSAY_COWSAY}, @code{PONYSAY_COWTHINK} +@item +You will need Python 3, but not GNU Bash, Perl or Cowsay. +@item +New .pony file format is used: +@c BEGIN the following is too descriptive for the plain/text change log +@command{unisay}'s format instead of @command{cowsay}'s Perl based format. +This includes arbitrary position of balloon, mirrored balloon links, and +minimum size of balloon. +@c END @end itemize @heading Version 2.0 @@ -1002,7 +1016,8 @@ Pony symlinks added: @item @code{sindy} → @code{powderrouge} @end itemize @item -@code{PREFIX=/some-dir} can be used when invoking @command{make}, the default value is @code{/usr} +@code{PREFIX=/some-dir} can be used when invoking @command{make}, +the default value is @code{/usr} @end itemize @heading Version 1.2 -- cgit