don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / common / fileconf.cpp
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-10-03  Jouk Jansen Modified Files:
2000-10-02  Vadim Zeitlinfix for group names containing ']'
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-15  Vadim Zeitlinfixed bug in handling value names with escaped chars
2000-02-03  Vadim Zeitlinfixed bug in handling quoted characters in value names
2000-01-26  Stefan NeisLINKAGEMODE is defined in defs.h. No need to have the...
2000-01-22  Vadim Zeitlin1. added wxMemoryConfig (private) class
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-11-22  Jouk Jansen Committing in .
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-29  David Webster*** empty log message ***
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-11  Vadim Zeitlinspaces around '=' are not needed any more in config...
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow relati...
1999-04-16  Vadim Zeitlinbug in handling escaped chars in entries/group names...
1999-04-16  Vadim Zeitlinattempted Borland C++ compilation fix
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-04-07  Karsten BallüderI seem to have fixed the DeleteSubGroups() bug - PLEASE...
1999-03-09  Vadim Zeitlinarbitrary characters allowed in wxFileConfig entry...
1999-02-02  Vadim Zeitlinallow 8bit chars in the group names in wxFileConfig
1999-02-01  Stefan Csomorlatest CW additions
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-01  Stefan Csomormac support as stubs added
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-16  Robert Roebling Fixed bug in dc::blit()
1998-11-15  Julian SmartFix to parser.y to make it compile with makefile.unx...
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-08  Denis PershinDP:
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-08-02  Karsten Ballüderadded slash to path
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-22  Vadim Zeitlinwarning under gcc removed
1998-07-20  Vadim Zeitlinbug in wxFileConfig::DeleteEntry/Group corrected
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-12  Vadim Zeitlinmemory leak plugged
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...
1998-05-20  Karsten BallüderInitial revision