From 024ca3965e8aa776d2457974b616e58a0e213c5d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 22:29:26 +0200 Subject: add --symall and --altall as alternatives to +A + m manual fix + -X, -V, -K options --- manuals/ponysay.texinfo | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 16ce53c..931f853 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -266,19 +266,21 @@ Just as @option{-L}, except it lists extra (non-MLP:FiM) ponies instead of stand Prints a list of all balloon styles. @item -A -@itemx --balloonlist +@itemx --all @opindex @option{-A} @opindex @option{--all} -@opindex @option{--all} -Show all ponies, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM -and the second are non-MLP-FiM. +List all ponies, MLP:FiM and non-MLP:FiM, in this case the first list are MLP:FiM +and the second are non-MLP:FiM. @item +A -@itemx --balloonlist +@itemx ++all +@itemx --symall +@itemx --altall @opindex @option{+A} @opindex @option{++all} -@opindex @option{++all} -Show both ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM +@opindex @option{--symall} +@opindex @option{--altall} +List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. @end table -- cgit From 8285ce9a0f8eb43777cf1d37d58c94b9b9a56f48 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 22:39:50 +0200 Subject: document -X, -V and -K in info manual (I am not sure if the manpage should document this, it is not too useful) --- manuals/ponysay.texinfo | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 931f853..2954af5 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -282,6 +282,38 @@ and the second are non-MLP:FiM. @opindex @option{--altall} List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. + +@item -X +@itemx --256-colours +@itemx --256colours +@itemx --x-colours +@opindex @option{-X} +@opindex @option{--256-colours} +@opindex @option{--256colours} +@opindex @option{--x-colours} +Use @command{xterm}'s 256-colour support (supported by most X11 terminals), despite +your terminal's actual compatibilies. + +@item -V +@itemx --tty-colours +@itemx --ttycolours +@itemx --vt-colours +@opindex @option{-V} +@opindex @option{--tty-colours} +@opindex @option{--ttycolours} +@opindex @option{--vt-colours} +Use Linux VT's compatbilies without KMS utilisation, despite your terminal's actual +compatibilies. + +@item -K +@itemx --kms-colours +@itemx --kmscolours +@opindex @option{-K} +@opindex @option{--kms-colours} +@opindex @option{--kmscolours} +Use Linux VT's compatbilies with KMS utilisation, despite your terminal's actual +compatibilies. + @end table @opindex @var{message} -- cgit From bb5e26b8d84d83b64cd4f63bb7009ecb6d55c582 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 22:43:55 +0200 Subject: changelog update --- manuals/ponysay.texinfo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 2954af5..e3f2a5c 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1913,6 +1913,8 @@ Support for explicit hypthenation using soft hyphens had been added to the word Support for explicit non-word wrapping using non-breaking space had been added to the word wrapper. @item The word wrapper colours the inserted hyphens in red. +@item +Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}. @end itemize -- cgit From 6b49c9412820479cc114204b580fe33801b1bd28 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Oct 2012 23:40:11 +0200 Subject: document the -o flag and update the change log --- manuals/ponysay.texinfo | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d2f2f6f..5df4fd2 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -283,6 +283,14 @@ and the second are non-MLP:FiM. List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. +@item -o +@itemx --pony-only +@itemx --ponyonly +@opindex @option{-o} +@opindex @option{--pony-only} +@opindex @option{--ponyonly} +Print just the pony, nothing else like the speech balloon. + @item -X @itemx --256-colours @itemx --256colours @@ -1916,6 +1924,8 @@ Support for explicit non-word wrapping using non-breaking space had been added t The word wrapper colours the inserted hyphens in red. @item Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}. +@item +Support for printing just the pony, using the flag @option{-o}. @end itemize -- cgit From dc38ab4e6d6302cf278df6e6adfcefe0afd841fe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 12 Oct 2012 01:56:08 +0200 Subject: colour options are almost fully functional, inplace balloons are problematic --- manuals/ponysay.texinfo | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 5df4fd2..a43a781 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -322,6 +322,45 @@ compatibilies. Use Linux VT's compatbilies with KMS utilisation, despite your terminal's actual compatibilies. +@item +c +@itemx --colour ANSI-COLOUR +@opindex @option{+c} +@opindex @option{--colour} +Colour the balloon, including link and message (the parts that are not individually +specified.) The argument, should be a ANSI colour sequence without leading CSI and +without a tailing ‘m’, for example @code{1;31} will make it in red and bold (or bright +depending on the terminal.) + +@item --colour-bubble +@itemx --colour-balloon ANSI-COLOUR +@opindex @option{--colour-bubble} +@opindex @option{--colour-balloon} +Just like @option{--colour}, but it only colours the balloon, without the message +or link. + +@item --colour-link ANSI-COLOUR +@opindex @option{--colour-link} +Just like @option{--colour}, but it only colours the balloon link. + +@item --colour-msg +@itemx --colour-message ANSI-COLOUR +@opindex @option{--colour-msg} +@opindex @option{--colour-message} +Just like @option{--colour}, but it only colours the message. + +@item --colour-pony ANSI-COLOUR +@opindex @option{--colour-pony} +Just like @option{--colour}, but it colours the pony. This colouring has no +effect ony regular pony files, as it has its own colouring. + +@item --colour-wrap +@itemx --colour-hyphen ANSI-COLOUR +@opindex @option{--colour-wrap} +@opindex @option{--colour-hyphen} +Just like @option{--colour}, but it colours hyphen added by the word wrapping. +By default this is red (@code{31}), if you want uncoloured use @code{0}, +without @code{0} or @code{39}, the default @code{31} is presistent. + @end table @opindex @var{message} @@ -1926,6 +1965,8 @@ The word wrapper colours the inserted hyphens in red. Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}. @item Support for printing just the pony, using the flag @option{-o}. +@item +Colouring option flags are added. @end itemize -- cgit From a83b92fe4fc4742775117d4e40e8018b12228870 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Sun, 14 Oct 2012 05:48:38 -0300 Subject: Added bubbleberry and drhoovesdiscorded (tumbrl) --- manuals/ponysay.texinfo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 59e5357..d267f98 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1872,6 +1872,8 @@ New ponies: @file{airheart}, @file{bastionyorsets}, @file{gustavelegrand}, @file @file{shiningarmorwedding}, @file{starlight}, @file{sunnyrays}, @file{sweatiesing}, @file{tenderheart}, @file{tom}, @file{twilightspike} @item +New extraponies: @file{blueberry}, @file{drhoovesdiscorded} (Tumblr) +@item Pony symlink added: @itemize @bullet @item @file{georgewashingtony} @arrow{} @file{bastionyorsets} -- cgit From 06d46c2325122add36feda16ab725773956a991c Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Wed, 17 Oct 2012 20:27:46 -0300 Subject: Fix -A +A texinfo alternates optiones --- manuals/ponysay.texinfo | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d267f98..1458f6c 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -266,18 +266,16 @@ Just as @option{-L}, except it lists extra (non-MLP:FiM) ponies instead of stand Prints a list of all balloon styles. @item -A -@itemx --balloonlist +@itemx --all @opindex @option{-A} @opindex @option{--all} -@opindex @option{--all} Show all ponies, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM and the second are non-MLP-FiM. @item +A -@itemx --balloonlist +@itemx --all @opindex @option{+A} @opindex @option{++all} -@opindex @option{++all} Show both ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. @end table -- cgit From 2775974decc4895743fa6e454754d6ca54c5696a Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Wed, 17 Oct 2012 22:30:39 -0300 Subject: Added more opines --- manuals/ponysay.texinfo | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 1458f6c..912bd5c 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1865,12 +1865,15 @@ sequences. @heading Version 2.8 @itemize @bullet @item -New ponies: @file{airheart}, @file{bastionyorsets}, @file{gustavelegrand}, @file{peppermoon}, -@file{pinkacopter}, @file{pinkiefly}, @file{pinkieparade}, @file{pinkieumbrellahat}, -@file{shiningarmorwedding}, @file{starlight}, @file{sunnyrays}, @file{sweatiesing}, -@file{tenderheart}, @file{tom}, @file{twilightspike} -@item -New extraponies: @file{blueberry}, @file{drhoovesdiscorded} (Tumblr) +New ponies: @file{airheart}, @file{bastionyorsets}, @file{gustavelegrand}, @file{milkyway}, +@file{peppermoon}, @file{pinkacopter}, @file{pinkiefly}, @file{pinkieparade}, +@file{pinkieumbrellahat}, @file{shiningarmorwedding}, @file{soaringofficer}, +@file{starlight}, @file{sunnyrays}, @file{sweatiesing}, @file{tenderheart}, @file{tom}, +@file{twilightspike}, @file{zecorabalance} +@item +New extraponies: @file{applejack} (Tumblr), @file{applejack-63}, @file{artemis}, @file{blueberry}, +@file{butterscotch}, @file{drhoovesdiscorded} (Tumblr), @file{duskshine}, @file{elusive}, +@file{rainbowblitz} @item Pony symlink added: @itemize @bullet -- cgit From 78fc2bda35591530231ffe374f0c6523a2220caa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 22 Oct 2012 12:31:32 +0200 Subject: minor dependency update (chmod in coreutils is used) --- manuals/ponysay.texinfo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index a43a781..d2c5165 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -754,12 +754,14 @@ We have provided a script that should run one most, if not all shells, named @table @command @item util-say>=2 -@cindex @command{util-say} +@pindex @command{util-say} @cindex kms @cindex tty @pindex linux vt For improved TTY support for user with custom colour palette and KMS support. -It can be downloaded at @url{https://github.com/maandree/util-say}. +It can be downloaded at @url{https://github.com/maandree/util-say}. If this is +used @command{chmod} from @command{coreutils} is also required. + @cindex .png @cindex png images -- cgit From bed638b035bbda4ddd4d9f64f9a0ffbd0000643a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 22 Oct 2012 13:19:34 +0200 Subject: change log update according to last commit --- manuals/ponysay.texinfo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d2c5165..6710829 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1969,6 +1969,8 @@ Support for terminal capabilities emulation with the flags @option{-X}, @option{ Support for printing just the pony, using the flag @option{-o}. @item Colouring option flags are added. +@item +Automatic correction of incorrectly spelled pony names and balloon style names added. @end itemize -- cgit From a07dadb81348b61b19f9ca9760fcb1a7696c4d06 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 22 Oct 2012 13:34:41 +0200 Subject: changelog typo --- manuals/ponysay.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 6710829..3bd4fe4 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1958,7 +1958,7 @@ Pony symlink added: @item @file{georgewashingtony} @arrow{} @file{bastionyorsets} @end itemize @item -Support for explicit hypthenation using soft hyphens had been added to the word wrapper. +Support for explicit hyphenation using soft hyphens had been added to the word wrapper. @item Support for explicit non-word wrapping using non-breaking space had been added to the word wrapper. @item -- cgit From 50f71bfd053cf90930c06199cd4147ea6d9624e4 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 22 Oct 2012 13:54:07 -0300 Subject: Added princes molestia, or almost a so close in color and appearance --- manuals/ponysay.texinfo | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'manuals/ponysay.texinfo') diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 81035bf..c65b2b5 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -8,7 +8,7 @@ @documentlanguage en @finalout @c %**end of header -@set VERSION 2.8 +@set VERSION 2.9 @defindex op @synindex op vr @@ -1947,6 +1947,13 @@ sequences. @cindex versions @cindex previous releases +@heading Version 2.9 +@itemize @bullet +@item +New extraponies: @file{molestia} (Tumblr) +@item +@end itemize + @heading Version 2.8 @itemize @bullet @item -- cgit