"Fossies" - the Fresh Open Source Software Archive 
Member "Grutatxt-2.20/RELEASE_NOTES" (13 Mar 2019, 1845 Bytes) of package /linux/www/Grutatxt-2.20.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 Grutatxt Release Notes
2 ======================
3
4 2.20
5 ----
6
7 - License change: released into the public domain.
8 - Other changes:
9 - Minor tweaks to HTML output.
10 - The version numbering has changed from X.X.X to X.XXX (real number).
11
12 2.0.17
13 ------
14
15 * The title is marked with the class 'title'.
16 * When using `--no-pure-verbatim' under LaTeX mode,
17 blockquotes are enclosed in `alttt' instead of `verbatim'.
18 * The command line tool outputs the first <-> mark if in HTML mode.
19
20 2.0.16
21 ------
22
23 * New table of contents generation, triggered by the
24 `--toc' command line argument or by adding a special
25 mark inside the text.
26 * Mailto URLs are also processed.
27
28 2.0.15
29 ------
30
31 * New parameter `url-label-max' to the HTML driver to set
32 a maximum size for URLs.
33 * New script `pod2grutatxt', to convert Perl documentation
34 in POD format to Grutatxt.
35 * The `pre' mode is really verbatim, so bold / italic markup
36 is not processed.
37
38 2.0.14
39 ------
40
41 * More proper closing of `li' elements in HTML output.
42
43 2.0.13
44 ------
45
46 * Fixed sporadic hungups that happened under UTF-8 locales.
47
48 2.0.12
49 ------
50
51 * New markup for monospaced text / inline code, by enclosing text
52 between a backtick and an apostrophe.
53 * The command line utility now includes an option to set the HTML
54 charset encoding (with a default of iso-8859-1).
55 * The LaTeX driver now includes an option to change tabs into spaces.
56 * Fixed a bug in the man page driver, that made extra indentations
57 appear on blank lines.
58
59 2.0.11
60 ------
61
62 * New LaTeX driver.
63
64 2.0.10
65 ------
66
67 * Generates tidier HTML by quoting all attributes. Also, verbatim
68 HTML code is no longer bound to blocks of lines, but can happen in
69 the middle of a line.
70
71 2.0.9
72 -----
73
74 * Strips the leading ./ in relative URLs, and fixes some minor bugs.
75
76 2.0.8
77 -----
78
79 * Support for relative URLs.