~ubuntu-branches/ubuntu/warty/libtext-wikiformat-perl/warty

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Sam Johnston
  • Date: 2004-02-18 17:44:54 UTC
  • Revision ID: james.westby@ubuntu.com-20040218174454-hgevegftws121kgv
Tags: upstream-0.71
ImportĀ upstreamĀ versionĀ 0.71

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.71 Tue Aug  5 00:49:09 GMT 2003
 
2
        - fixed a bug in default paragraph regex (Sam Vilain and Kake)
 
3
 
 
4
0.70 Thu Jul 31 04:56:51 GMT 2003
 
5
        - apply slightly modified patch from Andy H. for absolute extended links
 
6
 
 
7
Wed Jul 30 01:23:01 GMT 2003
 
8
        - process header block contents (Kake)
 
9
        - fix an unintentional static variable bug in find_link_title()
 
10
        - fix a hash order bug in base.t (found by Kake)
 
11
        
 
12
Tue Jul 29 04:11:05 GMT 2003
 
13
        - fix Kake's last nesting problem
 
14
        - allow overriding strong and emphasized tag regexes
 
15
 
 
16
Fri May 16 07:29:15 GMT 2003
 
17
        - allow nested lists
 
18
        - major cleanup (see first point)
 
19
        - add indent tag
 
20
        - remove indent from list regexes
 
21
 
 
22
0.60 Sat Mar  1 18:54:06 GMT 2003
 
23
        - ported to use Module::Build
 
24
 
 
25
      Wed Feb 19 22:25:56 GMT 2003
 
26
        - added t/merge-hash.t (Kake)
 
27
        - make sure nested hashes merge even if not in destination (Kake)
 
28
        - protect against overwriting values of 0 (almost wrote a bug!)
 
29
        - fix a doc typo (Kake)
 
30
        - allow alternate extended link delimiters (Kake)
 
31
        - addede explicit.t (Kake)
 
32
        - added t/tag-override-use-as.t (Kake)
 
33
 
 
34
0.50 Thu Dec 26 23:07:07 GMT 2002
 
35
        - added t/tag-override.t tests for tag overriding (Kake)
 
36
        - minor refactorings to improve design
 
37
        - use hash merging to fix HoH overriding (Kake, again)
 
38
        - added t/lists-no-indent.t to test that non-indented lists work (kake)
 
39
        - added patch from Kake to allow non-indented lists
 
40
 
 
41
0.45 Fri Oct 18 01:14:53 UTC 2002
 
42
        - signed distribution with Module::Signature (thanks, Autrijus!)
 
43
 
 
44
     Thu Sep 12 18:11:10 UTC 2002
 
45
        - end lists followed by empty paragraphs (RT #1455b, <kake@earth.li>)
 
46
        - add 'implicit_links' flag (suggestion from Kate (kake))
 
47
        - fixed an import bug (also from kake, who provided tests!)
 
48
        - encode links property (yet another kake idea!)
 
49
 
 
50
         Sat Aug 24 23:35:44 UTC 2002
 
51
        - don't end a list if no list is active (RT #1455, <deus_x@pobox.com>)
 
52
 
 
53
0.40 Tue Jun 11 05:23:44 UTC 2002
 
54
        - added _available_lists(), 'linkorder', and t/lists.t
 
55
        - made format() respect 'linkorder'
 
56
        - made end_list() return blank code for empty list
 
57
        (all suggested by Tom Hukins, see CPAN RT #671)
 
58
 
 
59
        - avoid 'Subroutine redefined' warning with 5.8 in t/Wiki.t
 
60
 
 
61
0.30 Thu May  2 20:42:14 PDT 2002
 
62
        - added import() and its tests, suggested by Tony Bowden <tony@kasei.com>
 
63
 
 
64
0.20 Lost in the Mists of Time
 
65
        - initial CPAN release
 
66
 
 
67
0.10 Before Beer Was Invented
 
68
        - distributed with SlashWiki
 
69
 
 
70
0.01 Pre-History
 
71
        - part of the Jellybean project