The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for Perl Application Development and Refactoring Environment

0.44 2009.08.24
    - Help Search now supports perlopref.pod parsing - Perl operator reference 
      (AZAWAWI)
    - Fixed various "Help Search" dialog bugs for perlvars and CORE modules 
      (AZAWAWI)
    - "Directory Browser" stability fixes (AZAWAWI)
    - Refactored "Help Search" to use document help providers. This will make it
      faster (AZAWAWI)
    - Help Search looks up words selected or under the cursor (AZAWAWI)
    - allow the use of $main->open_file_dialog($dir) (SZABGAB)
    - Moved Ecliptic's Quick Fix to Padre core under the Edit menu (AZAWAWI)
    - Enable the F12 Save as shortcut again (SZBAGAB)
    - Added Perl 5 Quick Fix for 'use strict; use warnings;' (AZAWAWI)
    - Added Insert submenu and dialog, moved snippets into insert submenu (TEEJAY)

0.43 2009.08.16
    - Revised nice splash screen slightly. Move original artwork
      to Padre-Artwork (BRAMBLE)
    - Added a (hopefully) nice splash screen for Padre (GARU)
    - Added a Padre::Perl API for discovering the location of the system
      Perl in a way smart enough to handle people that specifically need a
      command line Perl, or specifically need a windowing Perl (ADAMK)
    - Temporarily remove PAR support (ADAMK)
    - Upgrade the plugin internals to support arbitrary class names,
      simplifying the implementation and clearing the way for
      Acme::Padre::Plugin::* modules. (ADAMK)
    - Updated PPI dependencies. Padre now supports 5.10 syntax in PPI-based
      features (ADAMK)
    - Find dialog now uses the Padre::Search API. (ADAMK)
    - New multiple-tabbed About box (ADAMK)
    - F3 with sub-line selected text converts it directly into an active
      search without needing to invoke the Find dialog (ADAMK)
    - Moved Perl 6 Help dialog to Padre core as "Help/Help Search" (AZAWAWI)
    - Help/Help Search now supports Perl 5 (AZAWAWI)
    - Moved Ecliptic's Open Resource to Padre core as "Search/Open Resource" 
      (AZAWAWI)
    - Moved Ecliptic's Quick Menu Access to Padre core as "Search/Quick Menu 
      Access" (AZAWAWI)
    - Fixed run command in a separate window bug on win32 (AZAWAWI)
    - Moved Ecliptic's "Open in file browser" to Padre core as "File/Open in 
      File Browser" and integrated it with Directory browser (AZAWAWI)
    - Moved functionality in Perl 5 plugin to Plugins -> Module Tools (ADAMK)
    - Implemented "Edit / Next Problem" (AZAWAWI)
    - Force setting of document (MIME) type when using New->Perl 5 test 
      (#476) (KARL.FORNER) (SZABGAB)
    - Make sure coloring is update when save-as file or when opening a new
      file from template. (SZABGAB)

0.42 2009.07.31
    - Fixed a bug that crashed Padre while moving panels with outline
      enabled (GARU)
    - The Directory browser hidden files support now automatically
      recognises intermediate directories (blib etc) in Perl distributions,
      and correctly ignores them (ADAMK)
    - Various performance improvements to directory tree (ADAMK)
    - New search engine coupled to directory tree with some regex
      characters support (GABRIELMAD)
    - Initial Padre actions support which means an action can be re-used 
      by anything running on Padre. Keyboard shortcut conflict warnings are
      implemented (AZAWAWI)
    - Added the "Artistic" and "COPYING" (GPLv1) files as well a note to the
      "README" about licensing per the request of the 
      http://directory.fsf.org/ maintainers. (SHLOMIF)
    - Added a "right margin" option which will show a line at the specified
      column (BRICAS)
    - Now new files belong to the project from where they were created till
      they are saved (GABRIELMAD)
    - Directory Tree shows the project directory or if none file is opened
      the default projects directory (configurable in Preferences > Behavior
    - none configured, default is user's documents directory) (GABRIELMAD)
    - Install some of the examples in the share directory and add an
      Open Example menu option (SZABGAB)
    - Adding Padre::Wx->add_pane_info convenience method to prevent the need
      for the stupid ugly Wx::AuiPaneInfo method chaining (ADAMK)
    - Create the Left panel and moved the Directory tool into it (ADAMK)
    - Upgrade Wx tree navigation to handle detached floating panels (ADAMK)
    - Implemented Smart Highlighting. Double click on a word to select it
      and a green squiggle will be shown for each matching word (AZAWAWI)
    - Now users can choose which is the project directory that Directory
      Tree must show (GABRIELMAD)
    - Moved close operations into Close... submenu (ADAMK)
    - Added "Close This Project" to close all open files in the same project
      as the current file (ADAMK)
    - Added "Close Other Projects" to close all open files in projects other
      than the project of the current file (ADAMK)
    - Changed a bunch of documentation from using items or comma-separation
      to using =head3 pod entries (ADAMK)
    - Adding new Blue Morpho logo (ADAMK)
    - Removed dependency on prefork.pm, it was only there to shut up the dev.pl
      DIE: warnings (ADAMK)
    - Removed dependency on Test::Most, and with it about 5-10 other excessive
      test-related dependencies (ADAMK)

0.41 2009.07.23
    - Remove Experimental mode.
    - Fixed a bug in Plugin config_write where ->selectrow_array was used 
      instead of ->do to SQL update (Thanks to tlbdk++). (AZAWAWI)
    - run_command in a separate window now works in win32 to support 
      prompt('...') in Perl 6 and <STDIN> in Perl 5. (AZAWAWI)
    - Now Padre can find/replace inside selections (GARU)
    - New Syntax highlighter configuration system. Plugins now can add more
      syntax highlighters and users can pick one per mime-type. (SZABGAB)
    - Directory browser new artwork and drag and drop support (GABRIELMAD)

0.40 2009.07.17
    - Removed about 10 dependencies, including several with lots of FAIL
      reports in CPAN Testers (ADAMK)
    - Complete refactoring of the Directory Browser, gaining a lot of 
      performance improvements and new features such as sorted output
      and context menu options (GABRIELMAD)

0.39 2009.07.09
    - Some of the refactoring code was moved to PPIx-EditorTools (MGRIMES)
    - Detection of Moose attributes in Outline view (JQUELIN)
    - Detection of MooseX::POE events in Outline view (JQUELIN)
    - Added keywords to META.yml (via Makefile.PL.) (SHLOMIF)
    - Bumped the required Test::More version to 0.88 - needed for note().
      (SHLOMIF)
    - Open Selection (ctrl-Shift-O) now displays all the files it finds
      and lets the user select (SZABGAB)
    - Eliminate crash when pressing F3/F4 while there are no open
      files (#421) (SZABGAB)
    - Enable/Disable Window menu options when there are (no) open
      files. (#417) (SZABGAB)
    - For Cut/Copy/Paste/Select All, use the focused textctrl instead
      of the editor textctrl (RSN)
    - Autoupgrade ascii files to be utf-8 on save if user types in wide
      characters (#304) (SZABGAB)
    - Allow the user to use external (xterm) to run the scrips. (SZABGAB)
    - Add menu option to show selection as hexa or as
      decimal. (#36) (SZABGAB)
    - Switch to Locale::Msgfmt and generate the .mo files at install
      time (RSN)
    - Add number of lines to GoTo line dialog (#439) (SZABGAB)

0.38 2009.06.27

    - Replace regex that needs 5.10 by a split (SZABGAB)

0.37 2009.06.25
    - "Introduce Temporary Variable" refactoring tool (SMUELLER)
    - Added a friendly icon on the toolbar to toggle comments (GARU)
    - Crazy Win32::API AllowSetForegroundWindow hack to allow the
      Single Instance Server to correctly foreground itself (ADAMK)
    - Added Padre::Search search and replace API (ADAMK)
    - Switching to last edited file is now Ctrl-Shift-p (SZABGAB)
    - Be compatible with older version of File::Path (RYAN52)
    - Links to Mibbit were replaced by links to our irc.html (SZABGAB)
    - Merged the code of Padre::Plugin::Encode into Padre (SZABGAB)
    - Update directory only when switching to new editor (SZABGAB)

0.36 2009.05.30
    - DocBrowser::POD resolver is now Pod::PerlDoc with benefits
      DocBrowser attempts to use current padre locale as language hint
      DocBrowser reuses tabs for same/similar documents (#323) (Andrew Bramble)
    - Make DocBrowser suck less. Quieter and faster (#322) (Andrew Bramble)
    - Output should be blank by default at startup (#351) (JQUELIN)
    - No padre version in window title (#349) (JQUELIN)
    - Added generic HTTP task support with Padre::Task::LWP (ADAMK)
    - Implemented first-generation Popularity Contest task (ADAMK)
    - Reorganized and differentiated Find and Replace dialogs (#348) (THEREK)
    - Add a set of filename wildcards to filter directory listing in Open File dialog (#343) (THEREK)
    - Add Chinese (Traditional) translation (BLUET)
    - Show Perl menu on a Project as well as Document basis (ADAMK)
    - Disable all Perl 6 code unless the Perl 6 plugin is enabled (ADAMK)
    - Reshuffle and relabel of some menus to improve asthetics (ADAMK)
    - Fix no_refresh during multi-file operations (ADAMK)
    - Added mibbit.com "Live Support" entries to the Help menu (ADAMK)
    - Removed the use of Class::Autouse, it was slowing down PPI (ADAMK)
    - Various performance improvements, load cost down by 12Mb (ADAMK)
    - Fixed the cut/copy/paste problem (#332) (ADAMK)

0.35 2009.05.08
    - Add Japanese translation (ISHIGAKI)
    - Implemented experimental Single Instance support (#117) (ADAMK)
    - Implemented context-sensitive right-click menu for Perl documents (SMUELLER)
    - Ctrl-left-click on a Perl variable will jump to its definition (SMUELLER)
    - Ctrl-left-click on a Perl function callwill jump to its definition (SMUELLER)
    - Left-clicks into documents can now be hooked by the document class (SMUELLER)
    - Fix to the thread-status display (SMUELLER)
    - Fixed ticket #300: disabled EVT_SET_FOCUS in preview (THEREK)
    - Fixed ticket #289: Scrolling in preference window (PZSCHMIDT)
    - Fixed ticket #301: Fix wx assertion failures (JQUELIN, SMUELLER)
    - Launching a browser now happens in the background (ADAMK)
    - Add Czech translation

0.34 2009.04.28
    - Fix crash in plugin manager when changing locale while window opened (#298) (JQUELIN)
    - Support for plugin l10n in place (JQUELIN)
    - Added Preferences->Run Parameters panel instead of Perl->Run Parameters menu option. (THEREK)
    - Stop refreshing the menues on every keystroke. Instead when the menu is being accessed. (SZABGAB)
    - Sessions support (#123) (JQUELIN)
    - Enable tooltips on the toolbar on Windows as well (SZABGAB)
    - Fix localization change in the Syntax window (#198) (SZABGAB)
    - Plugin manager correctly localized at startup (JQUELIN)
    - Plugin manager displaying full plugin names (JQUELIN)
    - Set file size limit to 500_000 to avoid loading too big files. (#186) (SZABGAB)
    - Double-clicking on an error now selects the line (#214) (JQUELIN)

0.33 2009.04.04
    - Fix bug in relative path showing in the Windows menu. (GARU)
    - Fix the swicthing between ppi mode and none-ppi mode (SZABGAB)
    - Stop forking at startup. (SZABGAB) 
    - Skip the win32 subtests if the locale is not English. (SZABGAB)
    - Added debug logging that can be turned on/off via the Developer plugin. (SZABGAB)
    - Simplified Chinese translation turned on. (FAYLAND, SZABGAB)
    - Added Polish translation. (THEREK)
    - Revamped plugin manager. (JQUELIN)

0.32 2009.03.29
    - Trying to fix again the skipping of Padre::CPAN under the CPAN shell.

0.31 2009.03.29
    - Avoid creating the ~/.padre during testing by two more tests. (SZABGAB, thanks to AYILMAZ)
    - Skip testing Padre::CPAN as it cannot be loaded under CPAN. (SZABGAB, thanks to AYILMAZ)
    - Fix the Directory browser to switch between projects. (SZABGAB)
    - Add "Run Tests" menu options to, err run tests. (SZABGAB)
    - Work around painful segmentation faults from multiply freeing
      AuiManagers (SMUELLER)
    - Lexical variable replace works for arrays and hashes in all their
      ugly incantations now (SMUELLER)
    - Re-enable the taskmanager tests after fixing them. (SMUELLER)

0.30 2009.03.27
    - Remove Test::Compile from the prereqs as well as it is not in use. (SZABGAB)
    - New GUI for selecting and installing CPAN modules. (SZABGAB)
    - CPAN related menu items moved to new Perl5 plugin (SZABGAB)
    - (Re-)Storing cursor position in file (#206) (JQUELIN)
    - Reload file keeps cursor position (#220) (JQUELIN)
    - Preferences windows title should match its menu invocation (#270) (JQUELIN)
    - Fix error if passed a non-existent filename on command-line (#155) (JQUELIN)
    - New task_warn/task_print methods in background tasks to easily
      print to the output pane (SMUELLER)
    - Fix bug in lexical variable declaration search that would prevent
      it from finding variables declared in the main doc scope (SMUELLER)
    - Lexical variable replace works for foreach my $foo too. (SMUELLER)

0.29 2009.03.13
    - Initial support for directory browser based on the Outline code (SZABGAB)
    - Improving Padre::Util::get_project_dir (SZABGAB)
    - Eliminate a test failure on non-English locale. (SZABGAB)
    - Internal cleanups & documentation for configuration subsystem (JQUELIN)
    - Require Test::Most for the testing and bail_on compilation errors. (SZABGAB)
    - Eliminated a huge memory leak by not updating the plugin menu on every keystroke. (SZABGAB)

0.28 2009.03.04
    - Move Wx::Perl::Dialog back to the Padre tree. (SZABGAB)
    - Allow the shortening of the the file list in the Window menu. (SZABGAB)
    - Fix Ctrl-TAB and Ctrl-Shift-TAB. (SZABGAB)
    - List the available perldiag translations and allow the user to change. (SZABGAB)
    - Fix a few missed cases of the API change. (SZABGAB)
    - Some sharedir improvement. (TSEE)
    - List of available perldiag translations. (SZABGAB)
    - Add prompt method to be used by plugins as well. (SZABGAB)

0.27 2009.02.10
    - Copyright changed to "The Padre development team as listed in Padre.pm." (SZABGAB)
    - Some fixes in the search menu.
    - Improve file type (Perl 5 / Perl 6 ) recognition. (SZABGAB)
    - Fix the Windows menu to be able to jump to files. (SZABGAB)
    - Statusbar visibility kept accross startup (#200). (JQUELIN)

0.26 2009.02.01
    - On X11 based platforms, selecting text using the mouse and pasting it
      via middle mouse button now works (HJANSEN)
    - Unifying Padre->inst and Padre->ide (ADAMK)
    - Complete rewrite of the configuration layer. All access to configuration
      data is now via methods so that we can add support for project-level
      customisation of the interface. (ADAMK)
    - Completely refactored all of the config setting names (ADAMK)
    - Added first-class configuration support for Plugins (ADAMK)
    - Moved config data on bookmarks, plugins and historical search/replace
      strings out of the config file and into the database. (ADAMK)
    - The output window now understands the color and font-face
      related ANSI control sequences (SMUELLER)
    - The long-awaited MainWindow.pm -> Main.pm (ADAMK)
    - Heavily modified many variables and method names to bring a greater
      simplicity and consistency to various APIs. Only possible because
      we were already breaking the config system and Main.pm (ADAMK)
    - Removed some classes and other code that had (astonishingly for such a
      young application) become useless and bit-rotten (ADAMK)
    - Added styles for text/x-patch, text/x-makefile, text/x-yaml,
      text/css, text/plain(apache conf) file types (KEEDI)
    - Now style config file supports foreground, background, bold,
      italic, eolfilled, underline properties (KEEDI)
    - Output window now uses mono-spaced font by default (SMUELLER)
    - The 'Crashed' button in the plugin manager dialog is now
      clickable if an explanation for the failure is
      available (SMUELLER)

0.25 2009.01.09
    - Added Chinese (Simplified) translation (FAYLAND)
    - Various subtle tweaks to the look and feel of the toolbar and
      the panels. The GUI now looks noticably "sharper" (ADAMK)
    - Expanded the variety and depth of functionality available in the
      bundled "Padre Developer Tools" plugin (ADAMK)
    - Our unattributed redistribution of tango was probably illegal,
      and made us incompatible with Debian. Switch to gnome for
      now. They are as ugly as sin, but at least they're legal (ADAMK)
    - All big MainWindow gui elements are now in their own classes,
      which should help us spread out feature logic properly (ADAMK)
    - Moved Padre::Plugin::CPAN functionality into the core so that
      we can do various sorts of tighter CPAN integration (ADAMK)
    - Padre::Wx::DocBrowser now uses Padre::Task::DocBrowser (let's 
      hope properly) (Andrew Bramble)
    - Class correction Padre::Wx::Menu -> Padre::Wx::Menubar (ADAMK)
    - Class correction Padre::Wx::Submenu -> Padre::Wx::Menu (ADAMK)
    - Now that Padre::DocBrowser has landed, delete the Padre::Pod
      family of modules (ADAMK)
    - Automatic indentation style detection now the default (SMUELLER)
    - User interface now "locked" by default (SMUELLER)
    - Updated Italian translation (SBLANDIN)
    - Addition of contextual (un-) commenting (CLAUDIO)

0.24 2009.01.06
    - Double-clicking an entry in the function list now faithfully
      matches the behaviour of the Ultraedit implementation (ADAMK)
    - Updated German translation (HJANSEN)
    - Replace Padre::Pod::Frame with Padre::Wx::DocBrowser, hopefully
      making help more helpful. (Andrew Bramble)
    - Moving to the glorious RFC4646-based second-generation Padre::Locale
      implementation. "Portugese" is no longer Brazilian :) (ADAMK)
    - Added a friendly icon to the ToolBar that displays the status
      (idle, running, high load) of the background tasks (SMUELLER)
    - Created Padre::Current, which should simplify everything that needs
      to know about the current whatever (ADAMK)
    - Used Padre::Current to kill off the slightly out of place non-class
      Padre::Documents (ADAMK)
    - View Document As... (FAYLAND)

0.23 2009.01.04
    - Updated Italian transation.
    - Refactored the plugin state hash out into a standalone
      Padre::PluginHandle class (ADAMK)
    - Add naive way to locate some of the annoying errors beginners
      might make that perl does not catch. (SZABGAB)
    - Makefile.PL tricks EU:MM into not loading every single dependency,
      making our dependency-heavy Makefile.PL far saner (ADAMK)
    - Portuguese (Brazilian) translation added (GARU)
    - Spanish translation added (PacoLinux)
    - Shutdown process now delays saving the session until after the
      interface phase (ADAMK)
    - Shutdown process now disables all the plugins, so they have a
      change to shut down elegantly too (ADAMK)
    - Plugins now reload correctly (ADAMK)
    - Created a basic stub Padre::Manual and moved the information in
      HACKING.txt into Padre::Manual::Hacking and
    - Padre::Manual::Translation (ADAMK)
    - Moved more bits of GUI code out of MainWindow and into their own
      classes (ADAMK)

0.22 2008.12.23
    - Various Perl6 and Parrot related snippets of code and
      functionality have been moved to the respective
      plugins (SZABGAB and others)
    - Extended preference dialog with tabs (HJANSEN)
    - Syntax checker now running in the background (SMUELLER)
    - Background Tasks can now prevent execution in the prepare
      hook (SMUELLER)
    - Added interface for passing events from worker threads to the
      main thread (SMUELLER)
    - Added simple example of a Task that sends events to the
      main thread (SMUELLER)
    - Tab/Space conversion only converts at the start of each
      line now (SMUELLER)
    - Improved comment/uncomment_lines for HTML/XML (FAYLAND)
    - Rewrote Padre::Wx::Dialog::PluginManager to interact directly with
      Padre::PluginManager (and not talk to Padre::Config) (ADAMK)
    - Migrated Padre::DB to use ORLite::Migrate instead of the
      (increasingly slow) ->setup method (ADAMK)
    - Allow several coloring styles, add style called 'night' (SZABGAB)
    - Right-click menu in margin column for code folding now
      allows to fold/unfold all foldable areas (HJANSEN)
    - Error list window for run-time errors and diagnostics (PSHANGOV)
    - Arabic translation added (AZAWAWI)
    - Italian translation updated (SBLANDIN)
    - Improved Ack (FAYLAND)
    - Allow selection of editor font and current line background 
      color (HJANSEN)
    - Hebrew translation updated (SHLOMIF)
    - Upped Encode requirement to 2.26, fixes some fatal errors with unicode (TEEJAY)
    - binmode fix for File::Temp" in SyntaxChecker.pm (TEEJAY)

0.21 2008.12.14
    - Note: If you are having issues running Padre after upgrading to 0.21,
      ("Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed")
      try moving or deleting your $HOME/.padre directory and check
      whether that fixes the issues. YMMV and let us know about any
      problems.
    - Now using Module::Install for building (ADAMK, SMUELLER, SZABGAB)
    - Fixed bookmark-related crash (#172) (SvenDowideit)
    - Fixed syntax-checker related focus glitch (#173) (SvenDowideit)
    - Removed JavaScript plugin from the main distribution (SZABGAB)
    - Major menu refactoring. Each menu is now implemented in a seperate
      class, with independant ->refresh methods and much improved
      encapsulation as a result. (ADAMK)
    - Rewrote the Padre bootstrap sequence. Not only does Padre start in
      a more sane order, but with some additional tweaks using
      ->Show, ->Freeze and ->Thaw, Padre LOOKS like it starts up
      and shuts down much much faster (ADAMK)
    - Reorganised the order and seperators for the View menu (ADAMK)
    - The Plugins menu no longer shows separators that don't separate
      anything (ADAMK)
    - Padre's lib directory now passes all of the rules in Perl::Critic's
      default Severity 5 policy. (ADAMK)
    - Changed the names of a number of Padre::Wx::*** classes to more-closely
      match the underlying Wx::*** classes that they subclass. (ADAMK)
    - Option to always auto-detect indentation style and adapt for each
      open document. (SMUELLER)
    - Default to showing functions in alphabetical order. (SMUELLER)
    - Option to show functions in alphabetical order, except private methods
      go last. (SMUELLER)
    - A bunch of autoindentation fixes. (SMUELLER)
    - AUI updates to the syntax-checker/output-window GUI elements (HJANSEN)
    - Various portability and miscellaneous fixes to the syntax checker
      (ADAMK, HJANSEN)
    - Add new Perl-specific feature: "Jump to variable declaration"
      and the experimental "replace lexical variable". (SMUELLER)
    - The Perl-specific "find unmatched brace" feature now processes
      the document in the background. (SMUELLER)
    - Generic Padre::Task::PPI class with tools for PPI-related
      background tasks. (SMUELLER)
    - Experimental implementation of the Padre::TaskManager thread pool
      and Padre::Task background-task-interface for running blocking
      tasks in additional threads. (SMUELLER)
    - Italian translation (SBLANDIN)
    - Show methods in abc order. Allow user to set preference to 'abc' or 'original'
      ordering of methods. (#163) (SZABGAB)
    - Open selection prompts user if nothing selected. (#143) (JQUELIN)
    - Russian translation added (Andrew Shitov)
    - Dutch translation added (Dirk De Nijs)
    - Lots and lots of encoding tweaks.

0.20 2008.12.02
    - Separate tab-width from indentation-level preference (SMUELLER)
    - Expend auto-detection of indentation style to include the
      indentation level (SMUELLER)
    - Apply automatic tab-compression if tab-indentation is used with
      an indentation-width != tab-width (SMUELLER)
    - Reworked the autoindentation: Now with auto-de-indentation on
      closing brace (SMUELLER)
    - Now using Class::XSAccessor for generating accessors (SMUELLER)
    - Moved the syntax checker from Main.pm into
      Padre::Wx::SyntaxChecker (SMUELLER)
    - Small improvement to startup time by not refreshing the plugin
      menu after loading each plugin (SMUELLER)
    - French translation added (JQUELIN)
    - Some refactoring, (SZABGAB)
    - Display error when reload file failed. (SZABGAB)
    - Korean updates. (KEEDI)
    - Hungarian updates. (GYU)
    - Fix the "cannot save new file bug". (TEEJAY)
    - Save files under Mac. #160 (ChrisDolan)
    - Restore inner window layout through restart. (HJANSEN)

0.19 2008.11.28
    - Korean translation added (KEEDI)
    - Hungarian translation added (GYU)
    - Hebrew translation added (Omer Zak)
    - Improvement in vi Plugin (SZABGAB)
    - Locale switching no longer needs a restart (HJANSEN)
    - Moved syntax checking out from experimental state (HJANSEN)
    - Prototype of printing support (HJANSEN)
    - Adding support for document type registration (ADAMK)
    - Adding plugin_name to the Padre::Plugin API (ADAMK)
    - Advancing the version numbers of some prereqs (ADAMK)
    - Save files in the same encoding as they were read.

0.18 2008.11.23
    - Added a few more directories to the no_index list in Build.PL (ADAMK)
    - Implement a reusable Padre::Pod2HTML class so that Padre can develop
      a specific look and feel for all HTML generated from Pod. (ADAMK)
    - Aggresively bump the Pod::Simple dependency so that the generated
      HTML contains support for all the latest developments. (ADAMK)
    - Add explicit dependency on HTML::Entities because Pod::Simple
      has now made the dependency optional. (ADAMK)
    - Aggressivly bump the HTML::Parser dependency so that we have
      better support for our Unicode-needing users (ADAMK)
    - Recognize when file is changed on disk (#55) (JQUELIN)
    - Un/Comment now filetype-dependant (#26) (JQUELIN)
    - Moving the vi keybinding code to a Plugin (SZABGAB)
    - Jump to the last open window using menu or Ctrl-6 (#137) (SZABGAB)
    - Hide the margin of the syntax checker when it is not in use. (SZABGAB)
    - Save-as updates the window menu (#145) (JQUELIN)
    - Drag and drop file(s) open them (#42) (SZABGAB,JQUELIN)
    - padre --index no longer crashes (#79) (JQUELIN)
    - Incremental, non-intrusive search a-la Firefox (#60) (JQUELIN)
    - New Plug-in system, incompatible with the previous one.
    - Plug-in manager dialog.
    - Rename Padre::Plugin::MY to Padre::Plugin::My.

0.17 2008.11.17
    - Optional highlighting of current line (via background color) (HJANSEN)
    - Code folding (#61) (HJANSEN)
    - Word Wrap and "Default word wrap on for each file" in Preferences (FAYLAND)
    - Show/Hide Output or Functions (FAYLAND)
    - Fix the failing plugin manager test. (SZABGAB)
    - Add configuration option to the autoindentation (no, same_level, deep). (SZABGAB)
    - Switch to File::ShareDir::PAR 0.03. (SZABGAB)
    - Allow opening multiple files at once (#43) (JQUELIN)
    - Add Padre::Plugin::MY and set it to be a prefered plugin. (SZABGAB)
    - Join lines with Ctrl+J (#128) (JQUELIN)
    - Full screen view (#131) (JQUELIN)
    - Hide/show white spaces and tabs (#132) (JQUELIN)
    - Check minimum App::Ack version (#104). (JQUELIN)
    - Selection markers to ease selection (#133) (JQUELIN)
    - Drag-n-drop files from Filer Explorer (CORION)
    - Add experimantal and basic vi mode. (SZABGAB)
    - Fix Shift-TAB (#141) (SZABGAB)
    - Add the beginning of second generation plugin support. (ADAMK)
    - Limit the plugin names to one deep only. Second level
      namespaces are saved for the implementation details. (SZABGAB)
    - Experimental perl -c based syntax checking. (HJANSEN)
    - Clean recent files list (#126). (FAYLAND)
    - Open all recent files (#125). (FAYLAND)
    - Alt-1, Alt-2, etc removed. (#122) (SZABGAB)
    - Initial Javascript support. (FAYLAND)
    - Enable/Disable the subs window via View menu (#100).
    - Move between the editor, the output window
      and the subs window with some hot-key (#14) (SZABGAB)

0.16 2008.11.09
    - Fix New on the Toolbar (SZABGAB)
    - Add Diff menu item to show changes in file. (SZABGAB)
    - Change windowing system to AUI solving several requests: (SZABGAB)
      Split view
      Tab reordering
      Tab close button
    - Localization and German translation. (HJANSEN)
    - Move the content of Padre::Wx::Dialog to Wx::Perl::Dialog 0.02 (SZABGAB)
    - Change back the new-file hot-key to be Ctr-N again. (SZABGAB)
    - Add experimental PPI based Perl5 syntax highlighting (FAYLAND, SZABGAB)
    - Save cursor position between runs of Padre. (FAYLAND)
    - Tab/space conversion menu items. (FAYLAND)
    - Upper/Lower case conversion menu items. (FAYLAND)
    - New icons on the toolbar adding undo/redo/cut/cop/paste/select all. (HJANSEN)
    - Also put cut/copy/paste/select all in the edit menu and in the right click menu. (HJANSEN)
    - Move Parrot plugin to separate distribution. (SZABGAB)
    - Enable switching between German and English. (SZABGAB)

0.15 2008.11.02
    - Don't let opening file that is already open. (SZABGAB)
    - Start UTF-8 support. (SZABGAB)
    - Switch to File::ShareDir::PAR (SMUELLER)
    - Start using File::Which to locate the perl interpreter
      (if padre is running from a par archive). (SZABGAB)
    - Fix the Split Window menu option to really work. (SZABGAB)
    - Adding "Close All but Current" menu option. (SZABGAB)
    - Add autoindentation. (SZABGAB)
    - Set focus on windows. (SZABGAB)
    - Before saving, check if file has changed on disk. (SZABGAB)
    - New menu option: "Reload file". (SZABGAB)
    - Move style definition to external yaml file. (SZABGAB)
    - Separate highlighting definition for PASM files. (SZABGAB)
    - Reorganize Menus (make the Perl menu really only perl specific). (SZABGAB)
    - Allow the execution of PASM files using parrot if PARROT_PATH
      is defined. (SZABGAB)
    - Load Parrot::Embed if it is available. (SZABGAB)
    - Add Padre::Plugin::Parrot to show how to use pir for plugin writing. (SZABGAB)
    - Allow execution of Perl 6 code using Rakudo. (SZABGAB)
    - Add copyright/license to all the .pm files as per Debian request. (SZABGAB)
    - Ctrl-T is the default new file hot-key just as in Firefox. (ADAMK)
    - Dialog cleanups. (SMUELLER, ADAMK, SZABGAB)
    - Replace the toolbar icons with icons from the Tango project. (SZABGAB)

0.14 2008.10.27
    - Skip the Test::Compile test if the module is not installed. (SZABGAB)
    - Make the add/remove Perl menu work without warnings. (ADAMK + SZABGAB)
    - Make brace matching (Ctrl-1) jump to the matching brace. (SZABGAB)
    - Allow preference to use tabs (or spaces) when pressing TAB. (SZABGAB)
    - Add automatic brace highlighting during. (SZABGAB)

0.13 2008.10.26
    - fix warning when closing Padre with no files open (BRICAS)
    - close lone unused document when opening a recent file (now works the same
      as file->open) (BRICAS)
    - SplitWindow widgets are now used properly (ADAMK)
    - Show Output nows correctly hides away the output window when non-visible (ADAMK)
    - Refactored out output window to Padre::Wx::Output (ADAMK)
    - General refactoring pass over Padre::Wx (ADAMK)
    - Padre::Wx forces all the Wx::wxCONSTANT values to be populated,
      so that we don't need all the use Wx qw{ wxCONSTANT } imports (ADAMK)
    - Make it clear in the main window title if running from SVN checkout (ADAMK)
    - Add Padre::PluginBuilder for Padre plugins with extra build targets (SMUELLER)
    - Create dialog abstraction in Padre::Wx::Dialog. (SZABGAB)
    - Lots of refreshing related fixes. (SZABGAB)
    - Create Padre::Documents to return the current or any other document object. (SZABGAB)
    - Stop importing Wx directly in the Padre::Wx:: modules. (SZABGAB)
    - Compile all modules if Test::Compile is available during tests. (SZABGAB)
    - Save button on toolbar is working now when the current document needs saving. (SZABGAB)
    - Use binmode :raw in order to help Windows when opening and writing files
      fixing the bug that we used to change the newline types whem editing on Windows. (SZABGAB)
    - Run Script did not work bug fixed #76 (SZABGAB)
    - chdir to directory to be executed with Run Script #69 (SZABGAB)

0.12 2008.10.23
    - All changes below this point by SZABGAB unless noted.
    - Stupid bugs left in 0.11 reported by Brian Cassidy.

0.11 2008.10.23
    - Updated ORLite dependency to 0.14 for create => 1 support (ADAMK)
    - Rewrote Padre::DB to auto-configure directly from Padre::Config (ADAMK)
    - All Padre.pm DBI code converted to Padre::DB calls (ADAMK)
    - Removed minor use of Class::Accessor to reduce memory overhead,
      namespace pollution and dependency count (ADAMK)
    - Removed some superfluous code from the PIR/PASM/Perl6 documents (ADAMK)
    - Cleaned up (and shrunk the code for) the bootstrap sequence (ADAMK)
    - Moved the "recent files" internal state into the database (ADAMK)
    - Removed index pointers unrelated to the IDE from Padre.pm (ADAMK)
    - Transaction-wrap exiting to make it much much faster (ADAMK)
    - Adding shortcut methods for popup messages/errors (ADAMK)
    - Optimised away the non-Wx non-class Padre::Wx::Execute (ADAMK)
    - Created Padre::Wx::History::TextDialog so we can have a dialog
      box that defaults to whatever the last answer was. (ADAMK)
    - Some clean up in the FindDialog window with abstraction.
    - Add support to Module::Starter and make it to be a prereq.
    - Add all the perl functions to the Calltip keyword list and move
      it to a yaml file.
    - Fix several bugs that were probably introduced after 0.10.
    - Turn the color definition of the syntax highlighting into a hash
      for easier maintenance.
    - Lots of code refactoring.

0.10 2008.09.22
    - Improve the search tool (include backward search).
    - Allow keeping the search window open (or close it and use F3).
    - Shift-F3 to jump backwards.
    - Add Search and Replace and global search and replace.
    - Setup mapping of file extensions to mime-types and to color coding.
    - Clean up the MainWindow module, move code to Document and Document::Perl.
    - Implement an experimental PASM, PIR and Perl 6 highlighting.
    - Allow experimental code to allow the user to execute code within Padre.
    - Report if file could not be saved and keep it in unsaved state (bug #74).
    - Separate the Padre::Install module from Build.PL.
    - Set default mime-type of new files to be perl.
    - Change mime-type when saving file to the appropriate new mime-type.

0.09 2008.09.17
    - Move various relevant menu items into a "Window" menu (ADAMK)
    - Rename "Enable CallTip" to "Show Call Tips" for consistency (ADAMK)
    - Adding more menu seperators to improve the visual look (ADAMK)
    - Always show status bar on Win32, as removing it breaks (ADAMK)
    - Added experimental Padre::Document::Perl (ADAMK)
    - Added experimental PPI intergration (ADAMK)
    - Experimental menu refresh closer to being usable (ADAMK)
    - Split out Wx-related utility functions into Padre::Wx (ADAMK)
    - Adding common platform-detection logic to Padre::Util (ADAMK)
    - If we start with a new file and then open another one,
      implicitly close the unused new file (ADAMK)
    - Some dialog cleanups.
    - Make sure we can build stand alon executable for Linux.
    - Remove Ctrl-Shift-Z from redo as Ctrl-Y already works.

0.08 2008.09.11
    - Add Ctrl-Shift-O to open a file based on the selection in the current window.
    - Enable ack integration even though it is not nice yet but it is working.
    - Use real Wx:AboutDialogInfo for the about box.
    - Hide method names (in the method window) when they don't start on the first column.
    - Add menu option to close all buffers.
    - Escape $ signs by default so they will not interpolate during search.
    - Open file now opens in the directory where the current file is.
    - Add Bookmarks.
    - Add toolbar with several icons. Tested on Windows as well.
    - Add icon for the application.
    - Enable/disable regex in search.
    - Add menu option to convert line endings.
    - Replace relative path with full path on the command line.
    - Implement basic CallTips and add menu option to enable/disable them.

0.07 2008.09.04
    - Allow the user to change the width ot TABs as they are displayed.
    - Separate the code to show the preferences window to the Padre::Wx::Preferences module
    - Separate code to Padre::Wx::Menu, Padre::Wx::Execute, Padre::Wx::Help
    - Allow spliting windows to see two parts of the same document
    - Add Zoom-in/Zoom-out/Zoom-reset menu options to change the zoom on all documents
    - Allow the use of PAR files as plugins (SMUELLER)
    - Stop jumping on selection movement in the list of methods frame.
    - Remove Padre::Demo and distribute it separately as Wx::Perl::Dialog. Make Padre depend on it.
    - Update the status when the mouse is moved
    - Update status works on Windows now.
    - Require threaded perl as there is experimental code in Padre to use ack.
    - Depend on App::Ack.
    - Depend on PAR.
    - Clean up the par generation.
    - Lots of code cleanup.

0.06 2008.08.28
    - Add some "new file" templates
    - Temporarily remove the toolbar
    - Change behavior of Padre::Demo, add wxer command line interface
    - Remove Demo::App
    - Padre::Demo add dir_selector() and password()
    - Update list of methods on save as well #54 (vincent)
    - Change the list of subs on the right hand side to be sorted
    - Set Alt-S to jump to the subs list
    - Deal with newlines in files
    - Lots of refactoring (ADAMK)
    - Remember that application was maximized (ADAMK)
    - Better choice of default size (ADAMK)
    - Adding a separate compilation test script (ADAMK)
    - Adding a ORLite interface to the database Padre::DB (ADAMK)
    - Include authors tests for Perl critic and POD in xt/ directory
    - Make commenting out and uncommenting out atomic in the undo buffer
    - Replace string search by regex search, change the GUI
    - Add case insensitive search
    - Limit the max number of recent files to 20

0.05 2008.08.17
    - First stab at autocompletition using Ctrl-P. (SZABGAB)
    - Allow opening files without extensions (on non-ms-windows systems). (SZABGAB)
    - Cleaning up to comply with perlcritic default settings. (ADAMK)
    - Adding basic "project" support. (ADAMK)
    - Adding Module::Inspector as prereq. (ADAMK)
    - Replace YAML with YAML::Tiny (ADAMK)
    - Moved bin/padre to script/padre. (ADAMK)
    - Moving all globals into a unified object tree. (ADAMK)
    - Created standalone Padre::Config (ADAMK)
    - Show the filetpe in the status bar. (SZABGAB)
    - remove Devel::PerlySense as prereq for now. (SZABGAB)
    - List functions of the current file on the right panel. (SZABGAB)
    - Syntax highlighting of more file types (PATSPAM)

0.04 2008.08.08
    - add Devel::PerlySense as prereq
    - stop checking for wx version for now
    - change the create_makefile_pl to passthrough as the traditional did not do the extra work done by Build.PL
    - Mark the buffer that is unsaved with a star.
    - stop saving the content of the loaded file and use GetModify
      to find out if the file has been modifyed since last save
    - replace the search_term by search_terms in the config file
    - allow remembering of search terms
    - replace the text dialog by a full dialog box and a Wx::ComboBox
    - Setup http://padre.perlide.org/ using trac
    - Move the repository to http://svn.perlide.org/padre/

0.03_02 2008.08.03
    - add experimental code for plugins
    - add experimental version of Padre::Plugin::PAR
    - fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita
    - replace the AppendSubMenu calls by Append calls to support older version of wxWidgets

0.03_01 2008.07.31
    - Experimental code in Build.PL to avoid test failures when wxWidgets is too old.
    - Added ToolBar
    - Experimental code to install non-perl files and then use find them using File::ShareDir

0.03 2008.07.28
    - Fix many issues reported by Octavian Rasnita
    - Rename some internal modules to get full indexing

0.02 2008.07.26
    - First public release under the name Padre
    - Slow improvements
    - Nothing special or ground breaking to mention

0.01 2008.07.20
    - First version