From: Robert M. <rob...@us...> - 2008-01-13 11:46:09
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25992 Modified Files: CHANGELOG Log Message: Bug fix to Listview.xs (note: actual change accidently committed in last commit) Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** CHANGELOG 13 Jan 2008 11:42:57 -0000 1.129 --- CHANGELOG 13 Jan 2008 11:46:13 -0000 1.130 *************** *** 6,9 **** --- 6,13 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 13 January 2008 - Bug Fixes + - ListView.xs - SelectedItems now returns empty list (rather than + undef) if there are no selected items. + + [Robert May] : 13 January 2008 - Bug fixes/code re-org for BitmapInline - BitmapInline.pm - move to its own subdirectory. |