diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-04 04:46:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-04 04:46:55 +0200 |
commit | e6bdf2e5ba92b4f01178a1d1bd1d601da38375da (patch) | |
tree | 7bcb1dbbe5a4d67a93eb2127429e5eb25828fe9a /manuals/ponysay.texinfo | |
parent | 1ca607912af63cf0169c012692e8aa39b2cc2e68 (diff) | |
download | ponysay-e6bdf2e5ba92b4f01178a1d1bd1d601da38375da.tar.gz ponysay-e6bdf2e5ba92b4f01178a1d1bd1d601da38375da.tar.bz2 ponysay-e6bdf2e5ba92b4f01178a1d1bd1d601da38375da.zip |
word wrapping bug fixed + word wrapper supports soft hythens and non-breaking space + word wrapper colour inserted hyphens red
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r-- | manuals/ponysay.texinfo | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 737aba8..bbae2a9 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -8,7 +8,7 @@ @documentlanguage en @finalout @c %**end of header -@set VERSION 2.7 +@set VERSION 2.8 @defindex op @synindex op vr @@ -1848,6 +1848,18 @@ sequences. @cindex versions @cindex previous releases + +@heading Version 2.8 +@itemize @bullet +@item +Support for explicit hypthenation 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 +The word wrapper colours the inserted hyphens in red. +@end itemize + + @heading Version 2.7 @itemize @bullet @item |