Update of /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/docs/GUI/UserGuide

Modified Files:
        Concepts.pod FAQ.pod Introduction.pod 
Log Message:
Doc updates and add Win32::GUI::ReleaseNotes

Index: FAQ.pod
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide/FAQ.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FAQ.pod     26 Jun 2005 16:41:02 -0000      1.1
--- FAQ.pod     16 Jul 2006 11:09:32 -0000      1.2
***************
*** 129,132 ****
--- 129,136 ----
  e.g. you can redistribute it under the same terms of Perl itself."
  
+ Note that some of the extensions may be released under different terms.
+ Please ensure that you check the documentation of such extensions
+ for individual licencing terms.
+ 
  =head2 What is Win32::GUI?
  
***************
*** 149,152 ****
--- 153,158 ----
  =over
  
+ =item L<http://perl-win32-gui.sourceforge.net/>
+ 
  =item L<http://sourceforge.net/projects/perl-win32-gui/>
  
***************
*** 165,169 ****
  
  Full documentation is installed with the PPM installation, and
! somewhat older versions of the documents can be found at:
  
  =over
--- 171,183 ----
  
  Full documentation is installed with the PPM installation, and
! can be found online at:
! 
! =over
! 
! =item L<http://perl-win32-gui.sourceforge.net/docs/>
! 
! =back
! 
! Somewhat older versions of the documents can be found at:
  
  =over
***************
*** 390,402 ****
  =head2 Is there a spreadsheet (grid) look-a-like solution or component?
  
! "No, but I'm thinking about implementing one (just thinking for now :-). "
! 
! Have a look at Win32::GUI::Grid,  a control by Laurent Rocher.
! 
! =over
! 
! =item L<http://perso.club-internet.fr/rocherl/Win32GUI.html#Grid>
  
! =back
  
  =head2 Is there a inline web browser somewhere or an HTML or XML parser?
--- 404,411 ----
  =head2 Is there a spreadsheet (grid) look-a-like solution or component?
  
! Have a look at Win32::GUI::Grid.
  
! The original author was Laurent Rocher, but the module is included
! with Win32::GUI from V1.04 onwards
  
  =head2 Is there a inline web browser somewhere or an HTML or XML parser?
***************
*** 434,442 ****
  to "add" a web browser to a Win32::GUI window.
  
! =over
! 
! =item L<http://perso.club-internet.fr/rocherl/Win32GUI.html#AxWindow>
! 
! =back
  
  =head2 Is there support for JPG or common image formats like PNG or GIF?
--- 443,448 ----
  to "add" a web browser to a Win32::GUI window.
  
! Win32::GUI::AxWindow is included in the Win32::GUI distribution with
! V1.04 and later.
  
  =head2 Is there support for JPG or common image formats like PNG or GIF?
***************
*** 477,487 ****
  For more information see 
  
! =over
! 
! =item L<http://perso.club-internet.fr/rocherl/Win32GUI.html#DIBBitmap>
! 
! (email from Laurent Rocher Aug 20, 2001)
! 
! =back
  
  =head2 How can I deal with moving and resizing stuff when a window is resized?
--- 483,488 ----
  For more information see 
  
! Win32::GUI::DIBitmap is included with Win32::GUI v1.04
! and later
  
  =head2 How can I deal with moving and resizing stuff when a window is resized?
***************
*** 602,605 ****
--- 603,607 ----
    Erick Bourgeois, erick at jeb dot ca 
    Felix Gaehler, feli at freesurf dot ch
+   Robert May, robertemay at users dor sourceforge dot net
  
  __W32G_POSTAMBLE__

Index: Introduction.pod
===================================================================
RCS file: 
/cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide/Introduction.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Introduction.pod    26 Jun 2005 16:41:02 -0000      1.1
--- Introduction.pod    16 Jul 2006 11:09:32 -0000      1.2
***************
*** 21,30 ****
  
  The creator and chief maintainer of the Win32::GUI module is Aldo
! Calpini. The module and pertinent information can be found at
! L<http://dada.perl.it>. (See below for more information.)
! "The module is actually in beta testing so be warned that syntax and
! behavior can change with future builds; and of course, that there are
! many incomplete parts, sparse documentation (you can browse here the
! work in progress), and generally a lot of things to do."
  
  =head2 Other Information
--- 21,32 ----
  
  The creator and chief maintainer of the Win32::GUI module is Aldo
! Calpini. The current active maintainer is Robert May.
! The module and pertinent information can be found at
! L<http://perl-win32-gui.sourceforge.net>. (See below for more information.)
! 
! There are still some incomplete parts, and particularly some sparse
! documentation.  If you would like to contribute to the developement
! then plase contact Robert May (C<[EMAIL PROTECTED]>)
! and join the perl-win32-gui-hackers mailing list.
  
  =head2 Other Information
***************
*** 35,39 ****
  To subscribe, goto:
  L<http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users> and
! follow the instructions on screen."
  
  __W32G_POSTAMBLE__
--- 37,41 ----
  To subscribe, goto:
  L<http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users> and
! follow the instructions on screen.
  
  __W32G_POSTAMBLE__

Index: Concepts.pod
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide/Concepts.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Concepts.pod        26 Jun 2005 16:41:02 -0000      1.1
--- Concepts.pod        16 Jul 2006 11:09:32 -0000      1.2
***************
*** 44,48 ****
  a windows or controls font); some of them,
  like pens and brushes, are used instead with
! the L<DC|/DC> package, which
  implement the drawing primitives.
  
--- 44,48 ----
  a windows or controls font); some of them,
  like pens and brushes, are used instead with
! the L<DC|Win32::GUI::DC> package, which
  implement the drawing primitives.
  


Reply via email to