From: Robert M. <rob...@us...> - 2008-02-13 15:24:01
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22813 Modified Files: CHANGELOG GUI.pm GUI.rc Readme Readme.html Log Message: Prepare for V1.06 release Index: Readme.html =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Readme.html 1 Feb 2008 13:33:22 -0000 1.11 --- Readme.html 13 Feb 2008 15:24:04 -0000 1.12 *************** *** 5,19 **** <title>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> ! <link rev="made" href="mailto:ru...@x-..." /> </head> <body style="background-color: white"> ! <p><a name="__index__"></a></p> <!-- INDEX BEGIN --> <ul> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#installing">INSTALLING</a></li> <ul> --- 5,23 ---- <title>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> ! <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> ! <!-- INDEX BEGIN --> + <div name="index"> + <p><a name="__index__"></a></p> <ul> + <li><a href="#name">NAME</a></li> <li><a href="#description">DESCRIPTION</a></li> + <li><a href="#availability">AVAILABILITY</a></li> <li><a href="#installing">INSTALLING</a></li> <ul> *************** *** 43,51 **** <li><a href="#copyright_and_licence">COPYRIGHT and LICENCE</a></li> </ul> <!-- INDEX END --> - <hr /> <p> </p> <h1><a name="description">DESCRIPTION</a></h1> <p>Win32::GUI is a Win32-platform native graphical user interface toolkit for --- 47,62 ---- <li><a href="#copyright_and_licence">COPYRIGHT and LICENCE</a></li> </ul> + + <hr name="index" /> + </div> <!-- INDEX END --> <p> </p> + <h1><a name="name">NAME</a></h1> + <p>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</p> + <p> + </p> + <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>Win32::GUI is a Win32-platform native graphical user interface toolkit for *************** *** 53,61 **** user32.dll and gdi32.dll, with an object oriented perl interface and an event-based dialog model that mimic the functionality of visual basic.</p> ! <pre> ! ! =head1 AVAILABILITY</pre> ! <p>This is the README file for Win32::GUI v1.05_90 ! built on 01 Feb 2008.</p> <p>Source and ActiveState Perl PPMs are available from <a href="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</a>.</p> --- 64,73 ---- user32.dll and gdi32.dll, with an object oriented perl interface and an event-based dialog model that mimic the functionality of visual basic.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="availability">AVAILABILITY</a></h1> ! <p>This is the README file for Win32::GUI v1.06 ! built on 13 Feb 2008.</p> <p>Source and ActiveState Perl PPMs are available from <a href="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</a>.</p> *************** *** 123,127 **** nmake install</pre> <p>Built this way the GUI.dll extension can be very large (~3MB). There is a ! module in the <em>build_tools</em> directory that works with <strong>Config_m</strong> and <a href="/ExtUtils/FakeConfig.html">Extutils::FakeConfig</a> to set the MinGW compiler flags more optimally. If you want to try this, then replace the first --- 135,139 ---- nmake install</pre> <p>Built this way the GUI.dll extension can be very large (~3MB). There is a ! module in the <em class="file">build_tools</em> directory that works with <strong>Config_m</strong> and <a href="/ExtUtils/FakeConfig.html">Extutils::FakeConfig</a> to set the MinGW compiler flags more optimally. If you want to try this, then replace the first *************** *** 140,145 **** gzip</pre> <p>Build instructions:</p> ! <p>unpack <em>perl-Win32-GUI-X.XX-X-src.tar.bz2</em>. If you use setup to install ! this src package, it will be unpacked under <em>/usr/src</em> automatically.</p> <pre> cd /usr/src --- 152,157 ---- gzip</pre> <p>Build instructions:</p> ! <p>unpack <em class="file">perl-Win32-GUI-X.XX-X-src.tar.bz2</em>. If you use setup to install ! this src package, it will be unpacked under <em class="file">/usr/src</em> automatically.</p> <pre> cd /usr/src *************** *** 169,173 **** by the make process. It can also be generated by issuing:</p> <pre> ! nmake poddocs;</pre> <p> </p> --- 181,186 ---- by the make process. It can also be generated by issuing:</p> <pre> ! <span class="variable">nmake</span> <span class="variable">poddocs</span><span class="operator">;</span> ! </pre> <p> </p> *************** *** 177,181 **** <p>The HTML documentation can also be generated by issuing:</p> <pre> ! nmake htmldocs;</pre> <p> </p> --- 190,195 ---- <p>The HTML documentation can also be generated by issuing:</p> <pre> ! <span class="variable">nmake</span> <span class="variable">htmldocs</span><span class="operator">;</span> ! </pre> <p> </p> *************** *** 195,201 **** <hr /> <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.05_90 created 01 Feb 2008</p> <p>This document is autogenerated by the build process. Edits made here will be lost. ! Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p> <p> </p> --- 209,215 ---- <hr /> <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.06 created 13 Feb 2008</p> <p>This document is autogenerated by the build process. Edits made here will be lost. ! Edit <em class="file">docs/GUI/UserGuide/Readme.pod</em> instead.</p> <p> </p> *************** *** 212,216 **** <p>This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p> - <p></p> </body> --- 226,229 ---- Index: Readme =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Readme 1 Feb 2008 13:33:22 -0000 1.10 --- Readme 13 Feb 2008 15:24:04 -0000 1.11 *************** *** 14,18 **** AVAILABILITY ! This is the README file for Win32::GUI v1.05_90 built on 01 Feb 2008. Source and ActiveState Perl PPMs are available from --- 14,18 ---- AVAILABILITY ! This is the README file for Win32::GUI v1.06 built on 13 Feb 2008. Source and ActiveState Perl PPMs are available from *************** *** 162,166 **** VERSION ! Documentation for Win32::GUI v1.05_90 created 01 Feb 2008 This document is autogenerated by the build process. Edits made here --- 162,166 ---- VERSION ! Documentation for Win32::GUI v1.06 created 13 Feb 2008 This document is autogenerated by the build process. Edits made here Index: GUI.rc =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.rc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** GUI.rc 5 Nov 2006 20:04:49 -0000 1.10 --- GUI.rc 13 Feb 2008 15:24:04 -0000 1.11 *************** *** 8,13 **** 1 VERSIONINFO ! FILEVERSION 1,05,00,00 ! PRODUCTVERSION 1,05,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL --- 8,13 ---- 1 VERSIONINFO ! FILEVERSION 1,06,00,00 ! PRODUCTVERSION 1,06,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL *************** *** 17,30 **** BLOCK "040904E4" { ! VALUE "Comments" , "Win32::GUI Perl module v1.05" VALUE "CompanyName" , "Open Source" VALUE "FileDescription" , "perl-win32-gui Perl extension" ! VALUE "FileVersion" , "1.05" VALUE "InternalName" , "GUI.dll" ! VALUE "LegalCopyright" , "Copyright © Aldo Caplini 1997..2006" VALUE "LegalTrademarks" , "GNU and Artistic licences" VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.05" } } --- 17,30 ---- BLOCK "040904E4" { ! VALUE "Comments" , "Win32::GUI Perl module v1.06" VALUE "CompanyName" , "Open Source" VALUE "FileDescription" , "perl-win32-gui Perl extension" ! VALUE "FileVersion" , "1.06" VALUE "InternalName" , "GUI.dll" ! VALUE "LegalCopyright" , "Copyright © Aldo Caplini 1997..2008" VALUE "LegalTrademarks" , "GNU and Artistic licences" VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.06" } } Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** GUI.pm 8 Feb 2008 14:34:18 -0000 1.68 --- GUI.pm 13 Feb 2008 15:24:04 -0000 1.69 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_91"; # For MakeMaker and CPAN $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.06"; # For MakeMaker and CPAN $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.145 retrieving revision 1.146 diff -C2 -d -r1.145 -r1.146 *** CHANGELOG 9 Feb 2008 12:53:44 -0000 1.145 --- CHANGELOG 13 Feb 2008 15:24:04 -0000 1.146 *************** *** 6,9 **** --- 6,12 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 13 February 2008 - 1.06 Release + - Up version numbers to 1.06 + + [Robert May] : 9 February 2008 - Tweaks --- Win32::GUI::Scintilla --- |