"Fossies" - the Fresh Open Source Software Archive 
Member "HTML-Stream-1.60/Changes" (7 Aug 2008, 4293 Bytes) of package /linux/www/old/HTML-Stream-1.60.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 CHANGE LOG
2 Version 1.60 (2008/08/06)
3 Fixed up the tests some more, updated changelog. (Which I'd
4 forgotten about...)
5
6 Version 1.59 (2008/06/01)
7 Better tests, better Meta.yml.
8
9 Version 1.58 (2008/05/28)
10 Another attempt at cleanup, as well expanding the Meta.yml file.
11
12 Version 1.57 (2008/05/28)
13 Cleaned up the Mac-specific files that were getting created in the
14 archive.
15
16 Version 1.56 (2008/05/27)
17 Added the start of a testing suite. In the process, I found an
18 error: HTML defines the tag 'NOFRAMES', not 'NOFRAME'. Both are
19 currently in the tag list, but consider 'NOFRAME' depriciated.
20
21 The test suite requires Test::More and Test::Output.
22
23 Version 1.55 (2003/10/28)
24 New maintainer: Daniel T. Staal. No major changes in the code,
25 except to complete the tag list to HTML 4.01 specifications. (With
26 the exception of the 'S' tag, which I want to test, and is
27 depreciated anyway. Note that the DOCTYPE is not actually a HTML
28 tag, and is not currently included.)
29
30 Version 1.54 (2001/08/20)
31 The terms-of-use have been placed in the distribution file
32 "COPYING". Also, small documentation tweaks were made.
33
34 Version 1.51 (2001/08/16)
35 No real changes to code; just improved documentation, and removed
36 HTML::Entities and HTML::Parser from ./etc at CPAN's request.
37
38 Version 1.47 (2000/06/10)
39 No real changes to code; just improved documentation.
40
41 Version 1.45 (1999/02/09)
42 Cleanup for Perl 5.005: removed duplicate typeglob assignments.
43
44 Version 1.44 (1998/01/14)
45 Win95 install (5.004) now works. Added SYNOPSIS to POD.
46
47 Version 1.41 (1998/01/02)
48 Removed $& for efficiency. *Thanks, Andreas!*
49
50 Added support for OPTION, and default now puts newlines after SELECT
51 and /SELECT. Also altered "TELEM" syntax to put newline after
52 end-tags of list element tags (like /OPTION, /LI, etc.). In theory,
53 this change could produce undesireable results for folks who embed
54 lists inside of PRE environments... however, that kind of stuff was
55 done in the days before TABLEs; also, you can always turn it off if
56 you really need to. *Thanks to John D Groenveld for these patches.*
57
58 Added text_nbsp(). *Thanks to John D Groenveld for the patch.* This
59 method may also be invoked as nbsp_text() as in the original patch,
60 but that's sort of a private tip-of-the-hat to the patch author, and
61 the synonym may go away in the future.
62
63 Version 1.37 (1997/02/09)
64 No real change; just trying to make CPAN.pm happier.
65
66 Version 1.32 (1997/01/12)
67 NEW TOOL for generating Perl code which uses HTML::Stream! Check
68 your toolkit for html2perlstream.
69
70 Added built-in support for escaping 8-bit characters.
71
72 Added "LATIN_1" auto-escape, which uses HTML::Entities to generate
73 mnemonic entities. This is now the default method for
74 HTML::Stream::Latin1.
75
76 Added "auto_format()," so you can now turn auto-formatting off/on.
77
78 Added "private_tags()", so it is now possible for HTML streams to
79 each have their own "private" copy of the %Tags table, for use by
80 "set_tag()".
81
82 Added "set_tag()". The tags tables may now be modified dynamically
83 so as to change how formatting is done on-the-fly. This will
84 hopefully not compromise the efficiency of the chocolate interface
85 (until now, the formatting was compiled into the method itself), and
86 *will* add greater flexibility for more-complex programs.
87
88 Added POD documentation for all subroutines in the public interface.
89
90 Version 1.29 (1996/12/10)
91 Added terminating newline to comment(). *Thanks to John D Groenveld
92 for the suggestion and the patch.*
93
94 Version 1.27 (1996/12/10)
95 Added built-in HTML::Stream::Latin1, which does a very simple
96 encoding of all characters above ASCII 127.
97
98 Fixed bug in accept_tag(), where 'my' variable was shadowing
99 argument. *Thanks to John D Groenveld for the bug report and the
100 patch.*
101
102 Version 1.26 (1996/09/27)
103 Start of history.