The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

0.15 2009.7.20

        - Ignore blib directory as well.
        - require Locale::Msgfmt 0.14
        - Ignore the blib directory as well (szabgab++).
        - Fixed ticket:456 "Ecliptic: quick menu access empty filter does not show 
                anything".
        - Unified behavior on quick menu, module and outline access.
        - Updated Arabic translation.
        - Keep the recently-opened 20 resources available when 
                you first open the "Open Resource" dialog. Productivity starts here.

0.14 2009.6.29

        - Only require Locale::Msgfmt when building the .mo files (RSN)

0.13 2009.6.27

        - Depends on Locale::Msgfmt to build the .mo files at install time (RSN, Ryan52++)

0.12 2009.6.24

        - Quick fix dialog has less size/position hard-coding. Takes a smaller font 
                than editor's line text height (i.e. works with CTRL +/-)
        - Ctrl+~ is out, Ctrl + Shift + 1 is now used for quick fix to be easier
                to use on uk/german keyboard shortcuts.
        - various POD fixes
        - POD shortcut update (e.g. Ctrl-3 => CTRL + 3)
        - a white background with a simple border like in Eclipse
        - Handled 'no filename' crash
        - Do nothing to exit the dialog when "No suggestion" is selected...

0.11 2009.6.21

        - Implemented "Quick Fix" popup list box which finds its list via 
                Padre::Document::SubClass->event_on_quick_fix.
        - Renamed List Key bindings into Quick Assist.

0.10 2009.6.10

        - Fixed "Open in Explorer" to work in KDE and GNOME
        - Updated translations:
                Arabic
                French (jquelin++)

0.09 2009.6.10

        - Implemented "Open in Explorer" action
        - POD fixes
        - Removing bad code. Padre::Current->main is now plugin->main
        - _T -> Wx::gettext. Alias++

0.08 2009.6.4

        - Implemented "List of key bindings" as detailed in ticket:379
        - Added translation:
                Polish (therek).

0.07 2009.5.31

        - [Open Resource] resource path is now shown in the status label.
        - Fixed a couple of GTK assertions
        - Any double-click event on list-box-es have now the same as pressing the OK button [garu++].
        - Avoid the debug assertion by ignoring the root item.

0.06 2009.5.31

        - Implemented "Quick Module Access" dialog.
        - Fixed 'Use of uninitialized value' on linux in
                "Open Resource" dialog (garu++)
        - Fixed the Kaboom bug in quick menu access in list box selection

0.05 2009.5.31

        - Implemented "Quick Outline Access" dialog.
        - Added translations:
                French (jquelin).
                Brazilian Portuguese (garu).
                Dutch (Dirk De Nijs).

0.04 2009.5.30

        - Implemented "Quick Menu Access" dialog.
        - Standard minimum size and centering for all dialogs.
        - Fixed a status message in "Open Resource" dialog.
        - Added Arabic translation.

0.03 2009.5.29

        - More POD fixes.
        - The "Open Resource" dialog has an ignore CVS/.svn/.git folders checkbox.

0.02 2009.5.28

        - Implemented "Open Resource" dialog.

0.01 2009.5.28

        - Initial release to CPAN.