Changeset 5285


Ignore:
Timestamp:
06/18/09 00:57:19 (3 years ago)
Author:
azawawi
Message:

[Perl 6] Updated Changes for the major bug-fix Perl 6 plugin release (0.42)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/Changes

    r5271 r5285  
    11Changes 
    22 
    3 =head1 0.42 NOT RELEASED! 
    4     - Depends on S:H:P6 0.60 which fixes ticket:392 undeclared prompt() 
     3=head1 0.42 2009.6.18 
     4    - Fixed "p6tokens.pl was not being copied" by renaming it to p6tokens.p5 
     5    - Depends on S:H:P6 0.61 which fixes ticket:392 undeclared prompt() 
     6    - Updated to version 43 of S29-functions.pod (30-May-2009) 
    57    - Major refactoring to stop polluting Padre::Document and Padre::Task  
    6         namespaces 
     8        namespaces. 
     9    - STD error/warning parsing is now case insensitive. and added support  
     10        for "Undeclared routine" warning. 
     11    - STD lex corruption message was misleading and not localized. This usually  
     12        happens when you upgrade Syntax::Highlight::Perl6. 
     13    - Decreased wait time before starting another colorizing task to 100 ms  
     14        instead 1 sec. 
     15    - A couple of various refactorings: 
     16        - _T -> Wx::gettext. 
     17        - use -> require to improve startup speed. 
    718 
    819=head1 0.41 2009.5.30 
Note: See TracChangeset for help on using the changeset viewer.