Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984
Modified Files:
CHANGELOG GUI.pm GUI.rc GridLayout.pm MANIFEST Readme
Readme.html
Log Message:
1.04 Release
Index: GUI.rc
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.rc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GUI.rc 16 Mar 2006 21:11:11 -0000 1.8
--- GUI.rc 15 Oct 2006 14:07:45 -0000 1.9
***************
*** 8,13 ****
1 VERSIONINFO
! FILEVERSION 1,03,00,00
! PRODUCTVERSION 1,03,00,00
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
--- 8,13 ----
1 VERSIONINFO
! FILEVERSION 1,04,00,00
! PRODUCTVERSION 1,04,00,00
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
***************
*** 17,30 ****
BLOCK "040904E4"
{
! VALUE "Comments" , "Win32::GUI Perl module v1.03"
VALUE "CompanyName" , "Open Source"
VALUE "FileDescription" , "perl-win32-gui Perl
extension"
! VALUE "FileVersion" , "1.03"
VALUE "InternalName" , "GUI.dll"
! VALUE "LegalCopyright" , "Copyright © Aldo Caplini
1997..2005"
VALUE "LegalTrademarks" , "GNU and Artistic licences"
VALUE "OriginalFilename" , "GUI.dll"
VALUE "ProductName" , "Win32::GUI"
! VALUE "ProductVersion" , "1.03"
}
}
--- 17,30 ----
BLOCK "040904E4"
{
! VALUE "Comments" , "Win32::GUI Perl module v1.04"
VALUE "CompanyName" , "Open Source"
VALUE "FileDescription" , "perl-win32-gui Perl
extension"
! VALUE "FileVersion" , "1.04"
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.04"
}
}
Index: GUI.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** GUI.pm 15 Oct 2006 12:23:28 -0000 1.55
--- GUI.pm 15 Oct 2006 14:07:45 -0000 1.56
***************
*** 20,24 ****
# STATIC OBJECT PROPERTIES
#
! $VERSION = "1.03_05"; # For MakeMaker
$XS_VERSION = $VERSION; # For dynaloader
$VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle)
--- 20,24 ----
# STATIC OBJECT PROPERTIES
#
! $VERSION = "1.04"; # For MakeMaker
$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.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** CHANGELOG 15 Oct 2006 13:40:31 -0000 1.102
--- CHANGELOG 15 Oct 2006 14:07:45 -0000 1.103
***************
*** 6,9 ****
--- 6,13 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 15 October 2006 - 1.04 Release
+ - Win32::GUI 1.04 release. Up versions, fix docs etc.
+ - Tagged head as Win32-GUI-1_04
+
+ [Robert May] : 15 October 2006 - Fix dist build
--- Win32::GUI::Constants ---
Index: GridLayout.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GridLayout.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GridLayout.pm 16 Jul 2006 11:07:47 -0000 1.8
--- GridLayout.pm 15 Oct 2006 14:07:45 -0000 1.9
***************
*** 1,5 ****
package Win32::GUI::GridLayout;
! $Win32::GUI::GridLayout::VERSION = "0.05_01";
$Win32::GUI::GridLayout::VERSION = eval $Win32::GUI::GridLayout::VERSION;
--- 1,5 ----
package Win32::GUI::GridLayout;
! $Win32::GUI::GridLayout::VERSION = "0.06";
$Win32::GUI::GridLayout::VERSION = eval $Win32::GUI::GridLayout::VERSION;
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MANIFEST 16 Jul 2006 13:02:29 -0000 1.19
--- MANIFEST 15 Oct 2006 14:07:45 -0000 1.20
***************
*** 319,322 ****
--- 319,323 ----
Win32-GUI-Grid/MFCGrid/InPlaceEdit.cpp
Win32-GUI-Grid/MFCGrid/InPlaceEdit.h
+ Win32-GUI-Grid/MFCGrid/Makefile.mfcgrid
Win32-GUI-Grid/MFCGrid/MemDC.h
Win32-GUI-Grid/MFCGrid/StdAfx.cpp
Index: Readme
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Readme 16 Mar 2006 21:11:12 -0000 1.6
--- Readme 15 Oct 2006 14:07:45 -0000 1.7
***************
*** 14,21 ****
AVAILABILITY
! This is the README file for Win32::GUI v1.03 built on 21 Nov 2005.
Source and ActiveState Perl PPMs are available from
! http://sourceforge.net/project/showfiles.php?group_id=16572.
A cygwin distribution (available through cygwin's setup.exe) is
--- 14,21 ----
AVAILABILITY
! This is the README file for Win32::GUI v1.04 built on 15 Oct 2006.
Source and ActiveState Perl PPMs are available from
! <http://sourceforge.net/project/showfiles.php?group_id=16572>.
A cygwin distribution (available through cygwin's setup.exe) is
***************
*** 157,166 ****
nmake ppm
! This procedure will generate a PPM for you current perl environment,
including the HTML documentation, ready for installation as above.
VERSION
! Documentation for Win32::GUI v1.03 created 21 Nov 2005
This document is autogenerated by the build process. Edits made here
--- 157,166 ----
nmake ppm
! This procedure will generate a PPM for your current perl environment,
including the HTML documentation, ready for installation as above.
VERSION
! Documentation for Win32::GUI v1.04 created 15 Oct 2006
This document is autogenerated by the build process. Edits made here
***************
*** 169,183 ****
SUPPORT
! Homepage: http://perl-win32-gui.sourceforge.net/.
For further support join the users mailing
list("[EMAIL PROTECTED]") from the website at
! http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There
! is a searchable list archive at
! http://sourceforge.net/mail/?group_id=16572.
COPYRIGHT and LICENCE
! Copyright (c) 1997..2005 Aldo Calpini. All rights reserved.
This program is free software; you can redistribute it and/or modify it
--- 169,183 ----
SUPPORT
! Homepage: <http://perl-win32-gui.sourceforge.net/>.
For further support join the users mailing
list("[EMAIL PROTECTED]") from the website at
! <http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users>.
! There is a searchable list archive at
! <http://sourceforge.net/mail/?group_id=16572>.
COPYRIGHT and LICENCE
! Copyright (c) 1997..2006 Aldo Calpini. All rights reserved.
This program is free software; you can redistribute it and/or modify it
Index: Readme.html
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Readme.html 16 Mar 2006 21:11:12 -0000 1.7
--- Readme.html 15 Oct 2006 14:07:45 -0000 1.8
***************
*** 62,67 ****
<hr />
<h1><a name="availability">AVAILABILITY</a></h1>
! <p>This is the README file for Win32::GUI v1.03
! built on 22 Nov 2005.</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>
--- 62,67 ----
<hr />
<h1><a name="availability">AVAILABILITY</a></h1>
! <p>This is the README file for Win32::GUI v1.04
! built on 15 Oct 2006.</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>
***************
*** 195,199 ****
nmake test
nmake ppm</pre>
! <p>This procedure will generate a PPM for you current perl environment,
including the HTML documentation, ready for installation as above.</p>
<p>
--- 195,199 ----
nmake test
nmake ppm</pre>
! <p>This procedure will generate a PPM for your current perl environment,
including the HTML documentation, ready for installation as above.</p>
<p>
***************
*** 201,205 ****
<hr />
<h1><a name="version">VERSION</a></h1>
! <p>Documentation for Win32::GUI v1.03 created 22 Nov 2005</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>
--- 201,205 ----
<hr />
<h1><a name="version">VERSION</a></h1>
! <p>Documentation for Win32::GUI v1.04 created 15 Oct 2006</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>
***************
*** 215,219 ****
<hr />
<h1><a name="copyright_and_licence">COPYRIGHT and LICENCE</a></h1>
! <p>Copyright (c) 1997..2005 Aldo Calpini. All rights reserved.</p>
<p>This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.</p>
--- 215,219 ----
<hr />
<h1><a name="copyright_and_licence">COPYRIGHT and LICENCE</a></h1>
! <p>Copyright (c) 1997..2006 Aldo Calpini. All rights reserved.</p>
<p>This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.</p>