Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22554/Win32-GUI-ReleaseNotes
Modified Files:
ReleaseNotes.pod
Added Files:
RN_1_05.pod
Log Message:
Bug Fixes
Index: ReleaseNotes.pod
===================================================================
RCS file:
/cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/ReleaseNotes.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ReleaseNotes.pod 16 Jul 2006 11:09:33 -0000 1.1
--- ReleaseNotes.pod 31 Oct 2006 22:24:16 -0000 1.2
***************
*** 1,3 ****
! =head1 Win32::GUI::ReleaseNotes
Win32::GUI::ReleaseNotes - release notes for Win32::GUI
--- 1,3 ----
! =head1 NAME
Win32::GUI::ReleaseNotes - release notes for Win32::GUI
***************
*** 7,10 ****
--- 7,12 ----
=over
+ =item Release L<1.05|Win32::GUI::ReleaseNotes::RN_1_05>
+
=item Release L<1.04|Win32::GUI::ReleaseNotes::RN_1_04>
--- NEW FILE: RN_1_05.pod ---
=head1 NAME
Win32::GUI::ReleaseNotes::RN_1_05 - release notes for v1.05 of Win32::GUI
Currently this document is under development, and describes changes
since the 1.04 release for builds marked 1.04_XX.
=head1 Release Date
TBD
=head1 Summary of Changes
This is a summary of changes between V1.04 and V1.05
See the CHANGELOG file in the distribution for the
full detail.
This release is a bug-fix release addressing the issues
below.
=head2 Bug Fixes
=over
=item NEM Events for NotifyIcon broken
Fix NEM events for the NotifyIcon Class (Tracker: 1585293)
=item Combobox SetEditSel method
Fix bug preventing setting the starting index to anything
than 0, and add documentation. (Tracker: 1586617)
=item Fix AbsLeft and AbsTop methods
Fix a bug where AbsLeft and AbsTop were not correctly
being converted to clinet co-ordinates for child windows
(Tracker: 1578492)
=back
=head1 Deprecated feature status
This section documents features that have been deprecated
in this release, or in recent releases, and feature that
will be deprecated in up-coming releases.
=head2 Win32::GUI::Constants
=head2 Win32::GUI::NotifyIcon
=head1 Contributors to this release
=over
=item Robert May
=back
=cut