-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
82 lines (53 loc) · 1.92 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
2010-07-08 Florian Ragwitz <rafl@debian.org>
* v1.03
* Provide better dist metadata
* Don't ship example.pod with the dist
2010-07-08 Steffen Schwigon <ss5@renormalist.net>
* v1.02
* pod-mode taken over by a lambda ninja :-)
* Big rework and improvements by Florian Ragwitz:
- introduce customizable, pod-specific faces
- new set of default fonts and sizes
- interactive commands/keybinds to create link formatting codes
- support weaver keywords for outline and imenu
- improve documentation
- support for balanced and nested formatting codes
- make Pod::Weaver command highlighting more robust
2010-06-02 Steffen Schwigon <ss5@renormalist.net>
* v1.01
* fix meta information
2010-06-02 Steffen Schwigon <ss5@renormalist.net>
* v1.0
* support for Dist::Zilla PodWeaver, by Florian Ragwitz
- Automatically load weaver keywords for files that
are part of a project
* big version bump as Demonstration der Stärke :-)
2009-02-15 Steffen Schwigon <ss5@renormalist.net>
* v0.502
* more meta fiddling, although it still ignores the "abstract:"
2008-07-27 Steffen Schwigon <ss5@renormalist.net>
* v0.501
* fixed link to the Emacs Language Mode Creation Tutorial
(after resurrecting and hosting it)
* fiddle with META.yml to help the indexer
2008-05-20 Steffen Schwigon <ss5@renormalist.net>
* v0.5
* add META.yml to describe this distribution on CPAN
* add support for outline-minor-mode (#21828, Slaven Rezic)
2005-08-22 Steffen Schwigon <schwigon@cpan.org>
* v0.4
* imenu support, thanks to Slaven Rezic
* minor regex optimizations
* fixed incorrect regexes for L<>
2005-04-01 Steffen Schwigon <schwigon@cpan.org>
* v0.3
* more keywords
* X<>, Z<>
* more regexes for L<>
2003-05-02 v0.2
* font-lock-function-name-face for E<> entities
* fixed handling of doublequoted strings (cpan #2469)
* small regex finetuning
2003-04-25 v0.1
* initial version
* mostly syntax highlighting