Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17186/Win32-GUI-Grid
Modified Files:
TODO
Log Message:
Bugfix NotifyIcon Delete method
Index: TODO
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TODO 11 Jun 2006 16:42:11 -0000 1.1
--- TODO 15 Oct 2006 12:23:28 -0000 1.2
***************
*** 5,6 ****
--- 5,21 ----
- more tests!
- fix 'unreferenced targ' compiler warnings
+
+ - Add missing constants to SetCharFormat documentation.
+ DT_CHARSTREAM
+ DT_DISPFILE
+ DT_IDEPREFIX
+ DT_METAFILE
+ DT_NOFULLWIDTHCHARBREAK
+ DT_PLOTTER
+ DT_PREFIXONLY
+ DT_RASCAMERA
+ DT_RASDISPLAY
+ DT_RASPRINTER
+ - Remove export of DT_ constants, as they are supported by
+ Win32::GUI::Constants?
+
|