Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19400/Win32-GUI-ReleaseNotes
Modified Files:
RN_1_04.pod
Log Message:
Fix LoadLibrary and Scintilla with Cygwin paths
Index: RN_1_04.pod
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_04.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RN_1_04.pod 16 Jul 2006 11:09:33 -0000 1.1
--- RN_1_04.pod 16 Jul 2006 13:02:30 -0000 1.2
***************
*** 10,14 ****
This section details issues that are essential to understand when
! upgrading from earlier versions fof Win32::GUI.
=head2 Exported Constants
--- 10,14 ----
This section details issues that are essential to understand when
! upgrading from earlier versions of Win32::GUI.
=head2 Exported Constants
***************
*** 91,95 ****
=head3 New Documentation
-
=over
--- 91,94 ----
***************
*** 171,174 ****
--- 170,182 ----
option now works for splitter windows.
+ =item Better behaviour from LoadLibrary
+
+ The L<Win32::GUI::LoadLibrary()|Win32::GUI::Reference::Methods/LoadLibrary>
+ function has been enhanced so that it converts any passed
+ path to a Win32 representation before trying to use it.
+ Specifically this means that slashes are canonicised to 'C<\>',
+ and under Cygwin, cygwin style paths are converted to
+ Win32 paths.
+
=back