Stop harness from printing summary table header for each row in table
[p5sagit/p5-mst-13.2.git] / lib / Term / ANSIColor / ChangeLog
1 2005-08-21  Russ Allbery  <rra@stanford.edu>
2
3         * ANSIColor.pm: Version 1.10 released.
4
5         * ANSIColor.pm (colored): Fix the $EACHLINE support to work
6         properly with a line consisting solely of "0".  Remove Zenin's
7         now-defunct e-mail address from the documentation.
8         * test.pl: Test 0 and the empty string in combination with
9         $EACHLINE.
10
11         * tests/ansicolor: Add terminal test file from Joe Smith.
12         * tests/vt100-torture: Likewise.
13         * tests/README: Add an explanation of the test files.
14
15 2004-12-03  Russ Allbery  <rra@stanford.edu>
16
17         * ANSIColor.pm: Version 1.09 released.
18
19         * ANSIColor.pm: Add compatibility information for Mac OS X
20         Terminal from Daniel Lindsley.
21
22 2004-02-20  Russ Allbery  <rra@stanford.edu>
23
24         * test.pl: Always use eq, not ==, for string comparisons.
25
26 2004-02-19  Russ Allbery  <rra@stanford.edu>
27
28         * ANSIColor.pm: Version 1.08 released.
29
30         * ANSIColor.pm: Add DARK to %EXPORT_TAGS and add CYAN and WHITE to
31         the list of documented constants.
32         * test.pl: Add a test for DARK.  Redo the leading comment.
33
34 2003-03-25  Russ Allbery  <rra@stanford.edu>
35
36         * ANSIColor.pm: Version 1.07 released.
37
38         * ANSIColor.pm: Add PuTTY, Windows telnet, and Cygwin OpenSSH
39         information to the terminal emulators table, and update the URL to
40         the ECMA standard.
41
42 2002-12-09  Russ Allbery  <rra@stanford.edu>
43
44         * ANSIColor.pm: Version 1.06 released to synchronize the version
45         on CPAN with the version in Perl core.
46
47         * ANSIColor.pm: Fix typo in L<> link in documentation.
48
49 2002-06-28  Russ Allbery  <rra@stanford.edu>
50
51         * ANSIColor.pm: Version 1.05 released.
52
53         * ANSIColor.pm: Update the formatting style, add a pointer to the
54         module web site, use L<> for URLs, and use naked <>s where
55         permissible rather than E<lt> and E<gt>.  Renamed LICENSE to
56         COPYRIGHT AND LICENSE.
57
58 2002-02-14  Russ Allbery  <rra@stanford.edu>
59
60         * ANSIColor.pm: Added a mention of the specific Windows consoles
61         that don't work with this module.
62
63 2001-07-10  Russ Allbery  <rra@stanford.edu>
64
65         * ANSIColor.pm: Version 1.04 released.
66
67         * ANSIColor.pm: Add documentation, examples, and diagnostics for
68         uncolor.  Document ANSI_COLORS_DISABLED.  Add information about
69         the relevant standards for these escape sequences and the
70         additional ones that aren't supported by this module.  Add a
71         pointer to the relevant standards.  Add a LICENSE section.  Update
72         Zenin's e-mail address.
73
74         * ANSIColor.pm (AUTOLOAD): Add support for ANSI_COLORS_DISABLED.
75         (color): Likewise.
76         (colored): Likewise.
77         * test.pl: Add tests for ANSI_COLORS_DISABLED.
78
79         * ANSIColor.pm (uncolor): New function.
80         * test.pl: Add a test for it.
81
82 2000-08-06  Russ Allbery  <rra@stanford.edu>
83
84         * ANSIColor.pm: Version 1.03 released.
85
86         * Makefile.PL: Install in the Perl library directory for Perl
87         versions >= 5.6.0.
88
89         * test.pl: Added a new test for the array reference syntax for
90         colored.
91
92         * ANSIColor.pm: Changed $VERSION to a static string.  Added dark
93         to the attributes.  Updated the documentation to include a table
94         of supported attributes on different terminal emulators, to add
95         dark, to document the new optional way to call colored, and to
96         mark the diagnostics as fatal errors or warnings.
97         (colored): Allow the attributes to be passed as an initial array
98         reference as well as a final list, and for that calling syntax
99         take the rest of the arguments as text to be colored.
100
101 1998-11-27  Russ Allbery  <rra@stanford.edu>
102
103         * ANSIColor.pm: Version 1.02 released.
104
105         * Makefile.PL: Added a 5.005-only section giving ABSTRACT and
106         AUTHOR settings for generating a PPD to go with a binary
107         distribution or the Perl Resource Kits.
108
109 1998-04-14  Russ Allbery  <rra@stanford.edu>
110
111         * ANSIColor.pm: croak() instead of die() on AUTOLOAD failure to
112         get the right error text, fixed a bunch of typos in the
113         documentation, added a quote.
114
115 1997-12-10  Russ Allbery  <rra@stanford.edu>
116
117         * ANSIColor.pm: Version 1.01 released.
118
119         * ANSIColor.pm (color): Carp::croak() isn't predeclared, so it
120         needs parens around its argument.  This bug will only show up in
121         versions of Perl >5.004_04 since up until then strict.pm imports
122         Carp which predeclares the function.
123
124 1997-11-29  Russ Allbery  <rra@stanford.edu>
125
126         * ANSIColor.pm: Version 1.00 released.
127
128         * Makefile.PL: Now gets version information from the module, has
129         the correct rules to build a distribution.
130
131         * test.pl: Comments trimmed, minor test modifications.
132
133         * ANSIColor.pm: Changed my e-mail address, fixed to deal correctly
134         with trailing delimiters when EACHLINE is being used, die()
135         changed to croak() if the caller uses an invalid attribute name,
136         getting $VERSION from RCS updated to my current method, source
137         detabified.
138
139         * test.pl: Added test for EACHLINE with trailing delimiters.
140
141 1997-02-17  Russ Allbery  <rra@stanford.edu>
142
143         * ANSIColor.pm: Version 0.9 released.
144
145         * ANSIColor.pm: Changed the runtime error message to start with an
146         uppercase letter, reworked the documentation considerably
147         including adding more comparison between the two interfaces,
148         fixing some formatting bugs, fixing a typo, adding more
149         diagnostics, and generally being more verbose.
150
151 1997-01-08  Russ Allbery  <rra@stanford.edu>
152
153         * ANSIColor.pm: Version 0.8 released.
154
155         * test.pl: Fixed the test numbering in the BEGIN block.
156
157         * test.pl: Reformatted and commented to fit my programming style.
158
159         * ANSIColor.pm: Changed the method by which $VERSION is set so
160         that it will always have two digits after the decimal point.
161
162         * test.pl: New file.
163
164         * ANSIColor.pm: [Revision 0.7] Changed the codes so that reset is
165         always consistantly "\e[0m".
166
167         * ANSIColor.pm: [Revision 0.6] Added $EACHLINE and support to
168         colored() for it so that attributes can be reset around every
169         newline (or other line delimiter -- we're flexible).  Documented
170         this as well.
171
172         * ANSIColor.pm: [Revision 0.5] Changed implementation of the
173         constants to autoloaded subs, added the $AUTORESET variable for
174         use with the constants, and documented this.
175
176 1996-12-07  Russ Allbery  <rra@stanford.edu>
177
178         * ANSIColor.pm: [Revision 0.4] Added POD documentation.
179
180         * ANSIColor.pm: [Revision 0.3] Added constant forms, modified to
181         allow a space-separated string of attributes to be passed to
182         color() and colored(), added Zenin to the credits.
183
184 1996-12-04  Russ Allbery  <rra@stanford.edu>
185
186         * ANSIColor.pm: [Revision 0.2] Changed return syntax and check for
187         the null attribute string.
188
189         * ANSIColor.pm: New file.