Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / textfile.h
1999-07-30  David WebsterOS/2 updates
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-06-30  Robin Dunnadded some WXDLLEXPORT's
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-02-06  Vadim ZeitlinwxTextFile::Eof() bug corrected (always returned FALSE...
1998-12-22  Vadim ZeitlinwxTextFile::Type changed to ::wxTextFileType (portability)
1998-11-25  Julian SmartVarious fixes.
1998-10-19  Vadim Zeitlinadded methods for sequential scan of wxTextFile: Get...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-28  Karsten Ballüderfixed compiler warning (newline at last line missing)
1998-05-20  Karsten BallüderInitial revision