File: Changes

package info (click to toggle)
libparse-man-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 1,426; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision history for Parse-Man

0.03    2022-02-10
        [CHANGES]
         * Updated to perl v5.14
         * Parse .SM correctly, handling 1/2/3 argument cases
         * Parse .EX / .EE
         * Parse marker and indent specification of .IP paragraphs
         * Decompress automatically via :gzip IO layer if filename ends .gz
         * Handle various escapes: \-, \&, named chars
         * Improved API of indent option
         * Bugfix to .sp inside .TP

0.02    CHANGES:
         * Nicer method for handling chunks 
            + just provide one chunk method, it takes options
            + represent font vs. size as two different options
         * Recognise two-character font names like \f(CW
         * Ensure that man-to-html.pl handles \f(CW as <tt>
         * Optionally create an index of manpages
         * Allow 'also' aliasing of manpages

0.01    First version, released on an unsuspecting world.