1.1 --- a/README.txt Fri Oct 11 09:07:02 2013 +0200
1.2 +++ b/README.txt Tue Oct 15 18:19:55 2013 +0200
1.3 @@ -363,6 +363,8 @@
1.4 table headings; added link titles; supported the opening of pop-up menus
1.5 and map labels using links and link targets.
1.6 * Fixed event parser formatting of wiki text from page-based events.
1.7 + * Removed the "pages" dependency from the macro, suggested by Marcel Häfner,
1.8 + permitting cached page content to be used where appropriate.
1.9
1.10 New in EventAggregator 0.10.1 (Changes since EventAggregator 0.10)
1.11 ------------------------------------------------------------------
2.1 --- a/macros/EventAggregator.py Fri Oct 11 09:07:02 2013 +0200
2.2 +++ b/macros/EventAggregator.py Tue Oct 15 18:19:55 2013 +0200
2.3 @@ -14,7 +14,7 @@
2.4 from MoinDateSupport import getFormMonth
2.5 from MoinMoin import wikiutil
2.6
2.7 -Dependencies = ['pages']
2.8 +Dependencies = []
2.9
2.10 # Macro functions.
2.11