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