]> the.earth.li Git - htag.git/blob - docs/Changelog.htagplugin
Import Upstream version 0.0.23
[htag.git] / docs / Changelog.htagplugin
1 HISTORY - HtagPlugin.pm
2
3
4 01/06/2002 - 0.6
5         Changed scansigfile to cope with @M*@ style macros.
6 27/05/2001 - 0.5
7         Change to use perl style version number so it can be verified with
8         "use HtagPlugin.pm 0.5;"
9         Use nicedie as htagdie now and move it from htag.pl to here.
10 09/11/2000 - 0.0.4
11         Added reg_deletion and delete_tmpfiles.
12 15/08/2000 - 0.0.3
13         Modified so that it evals perl plugins.
14         Lots of things could have gone wrong here.  I think I've got rid of
15         most of the problems but let me know if you find any.
16 15/08/2000 - 0.0.2
17         Only passes the three arguments which you cannot obtain elsewhere to
18         all plugins. (Message file, config file and VERSION)
19         Added the cunning "plugins may substitute just like tags can" code.
20         Pick an unused letter between A-Z and a-z and then get users to use
21         @X10R@ style things (where X is your letter). Call scansigfile("X")
22         and parse the results generating one line per returned array element
23         which merge.pl will merge in for you.
24         See marknlard for the first sample plugin to use this.
25         Register your letter with me to avoid disappointment.
26         See LETTERS for the official list of reserved letters.
27 29/07/2000 - 0.0.1
28         Made all plugins check for version of HtagPlugin.pm