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