The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Wx-Scintilla

0.21_08  2011.8.17
    - The following variable interpolation patterns are now
      highlighted correctly (KHMAN, AZAWAWI):
          ${word} @{word} and things like $${word}
          $#{word} @#{word} and things like $#${word}
          ${digit} @{digit}
          $$ and most special variables with operator characters
          $0 to $9 and things like $123
          $^A and other control character special variables

0.21_07  2011.8.16
    - Added variable interpolation for here-docs (KHMAN, AZAWAWI)

0.21_06  2011.8.15
    - Added variable interpolation for:  "" qq{} `` qx{} // m{} qr{} s{}{} (KHMAN, AZAWAWI)
    - Fix build failure on wxWidgets 2.8.10 (MARKD, AZAWAWI)

0.21_05  2011.8.12
    - Integrated Perl variable interpolation patch by Kein-Hong Man
      from Scintilla interest group (KHMAN, AZAWAWI)

0.21_04  2011.8.9
    - The rebirth of the experimental Perl 6 lexer (AZAWAWI)
    - Expose IndicatorSetAlpha, IndicatorGetAlpha, IndicatorSetUnder
      and IndicatorGetUnder (AZAWAWI)
    - Fixed a drawing bug for transparent boxed indicators (AZAWAWI, Reported by ADAMK)

0.21_03  2011.8.3
    - Test and install Module::Build actions invoke build first (AZAWAWI)
    - Build or link like make *only* when one of the output files is not
      up to date (AZAWAWI)

0.21_02  2011.8.2
    - Fix OSX compilation error (TOME++)
    - Updated editor.pl to include the perl 5.10 // scintilla test (AZAWAWI)

0.21_01  2011.8.2
    - Upgraded to Scintilla 2.28 which was released on 1st August 2011 (AZAWAWI)
    - Switched to building Scintilla 2.x by default (AZAWAWI)
    - Removed Scintilla 1.79 support (AZAWAWI)

0.20  2011.8.1
    - The editor doesn't need to be visible to pass tests (ADAMK)
    - Added 'perl Build.PL --stc2' to build experimental Scintilla 2.03. (AZAWAWI)
      This is a back port from wxWidgets 2.9.2 development branch for wxWidgets 2.8.10+.
      Please test and let me know if it works for you or not 

0.19  2011.7.4
    - Handle MinGW link to MS style perl5xx.lib (MARKD)

0.18  2011.6.29
    - Reformatted Changes file (AZAWAWI)
    - Fix RT #69176 Unrecognized command line option "-Wno-strict-overflow" (AZAWAWI)

0.17  2011.6.28
    - Wx::Scintilla cannot exist with Wx::STC (MARKD)
    - More simplified user-friendly build logs (AZAWAWI)
    - Less warnings noise while compiling Scintilla on GTK, MSWgcc and OSX (AZAWAWI)

0.16  2011.6.28
    - Show a simplified version of commands and show the actual command when it fails or
      interrupted with Ctrl-C unless perl Build.PL verbose=1 is used (AZAWAWI)
    - Fix RT #69115: Building Wx::Scintilla fails in relocatable perl (AZAWAWI)

0.15  2011.6.21
    - Minor POD fix (AZAWAWI)

0.14  2011.6.21
    - Ubuntu 11.04+ scrolling redraw fix http://trac.wxwidgets.org/ticket/13229 (MARKD)
    - Added initial version of Wx::Scintilla::Manual (AZAWAWI)
    - Removed File::ShareDir lookup as scintilla DLL is now side by side with the XS DLL  (MARKD)
    - Fixed the bad soname in Linux GTK build (MARKD)
    - Stop linking libperl on non-MSWin32 platforms. Relative -rpath for GTK ensures
      the current scintilla dll is always loaded (MARKD)
    - Removed File::ShareDir dependency (AZAWAWI)

0.13  2011.6.20
    - EVT_SCINTILLA* is now EVT_STC* for backward compatibility with Wx::STC (AZAWAWI)
    - POD updates (AZAWAWI)
    - Added Perl 6 lexer to linked lexers (AZAWAWI)

0.12  2011.6.17
    - Updated POD (AZAWAWI)
    - Don't set global Wx::Event version (MARKD)
    - Pre-build check for GTK development library (MARKD)
    - Static Perl linking fix (MARKD)
    - Totally experimental Perl 6 syntax higlighting that is made only
      for the brave of heart (AZAWAWI)

0.11  2011.6.16
    - OS compatibility patch (Big thanks to Mark Dootson++) (MARKD)
      CentOS 3 32 bit - custom built Perl
      CentOS 5 32/64 bit - custom built Perl
      Fedora 14 32 Bit - system Perl & Wx
      Ubuntu 10/11 32 Bit - system Perl & Wx
      Mac OS X Snow Leopard - 32 bit custom Perl
      Windows XP 32 bit custom Perl & Wx
      Windows Vista 32/64 bit custom Perl & Wx
      Windows 7 64 bit custom Perl & Wx

0.10  2011.6.15
    - Added Makefile.PL support through Module::Build::Compat (AZAWAWI)

0.09  2011.6.13
    - Experimental support 64-bit Ubuntu 10.10 (SZABGAB, AZAWAWI)
    - Defeat the indexer by splitting the package declaration on two lines for
      Wx::Event (MARKD, AZAWAWI)

0.08  2011.6.10
    - Proper ActivePerl + MS VC Compiler support in Wx::Scintilla (AZAWAWI)
    - Updated POD documentation about supported platforms (AZAWAWI)

0.07 2011.6.10
    - Removed the 'OS unsupported' test in Build.PL; i want it to fail on other platforms
    - so i can learn more from failures (AZAWAWI)

0.06 2011.6.9
    - Added t/03_editor.t to begin testing Scintilla editor functionality (AZAWAWI)
    - More POD updates (AZAWAWI)
    - Removed Makefile.PL because of weird compilation failures while using it (AZAWAWI)
    - Handled compilation failures and the user's control-c (AZAWAWI)
    - Removed a few Alien::wxWidgets dependencies in Build.PL which causes a lot
      of false UNKNOWNs in CPAN testers reports (AZAWAWI)
    - Reuse Module::Build API to use Config (AZAWAWI)
    - Fixed shared library loading problems on Linux by setting runtime link paths (AZAWAWI)

0.05  2011.6.8
    - Updated POD documentation (AZAWAWI)
    - Experimental linux gtk support (AZAWAWI)

0.042  2011.6.6
    - Quick version to handle packages with undefined versions

0.04  2011.6.6
    - Better handling of File::ShareDir death (AZAWAWI)
    - Fixed XS loader version mismatch bug in Wx::boot by replacing it by XSLoader::load (AZAWAWI)
    - File::Sharedir is not used to locate shared libs when the test harness is active (AZAWAWI)
    - Updated POD documentation (AZAWAWI)
    - Added a minimal demo Perl editor application in the SYNOPSIS section (AZAWAWI)

0.03  2011.6.6
    - The package version is extracted correctly to prevent test failures (AZAWAWI)
    - Wx::Event is no longer subclassed to prevent the permission error for now (AZAWAWI)
    - Include the important and missing Scintilla.xs (AZAWAWI)
    - More POD documentation (AZAWAWI)
    - Fixed missing dist_abstract warning in Build.PL (AZAWAWI, Reported by SZABGAB)

0.02  2011.6.5
    - Attempt to fix the Wx::Event-subclass-upload-permission error (AZAWAWI)

0.01  2011.6.5
    - First version, released on an unsuspecting world  (AZAWAWI)