Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31738
Modified Files:
CHANGELOG
Log Message:
Fix typo (Scintilla.PL) SendMessageNN -> SendMessage
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** CHANGELOG 9 Feb 2008 08:51:27 -0000 1.144
--- CHANGELOG 9 Feb 2008 12:53:44 -0000 1.145
***************
*** 7,10 ****
--- 7,14 ----
===================
+ [Robert May] : 9 February 2008 - Tweaks
+ --- Win32::GUI::Scintilla ---
+ - Scintilla.PL - fix SendMessageNN to SendMessage [Jeremy White]
+
+ + [Robert May] : 9 February 2008 - Tweaks
- build_tools/SrcParser.pm - minor change for perl 5.6.1
--- Win32::GUI::Constants ---
|