1. some patches from Janos Vegh to docview template detection
[wxWidgets.git] / src / common / intl.cpp
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-01-03  Ove KaavenUnicode compilation fix
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
2000-01-03  Václav Slavíknow grabs encoding info not from but from '' (empty...
2000-01-02  Václav SlavíkwxLocale now uses wxEncodingConverter (must be explicit...
1999-12-04  Robert Roebling String changes for translations,
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
1999-11-13  Ove KaavenNo, .mo files doesn't use Unicode, so use strcmp here...
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-10-28  Ove KaavenUse wxConvertMB2WX to fix compilation error in Unicode...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinsetlocale() argument corrected
1999-08-23  Harco de HilsterYour typical c_str => c_str() fix.
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-19  Karsten BallüderAdded support for locales like de_AT.iso-8859-1
1999-08-02  David Webster*** empty log message ***
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-21  Vadim Zeitlinmsg catalog code bugfix for 64 bit platforms
1999-04-12  Ove KaavenUnicode support. Uses wxWCharBuffer in Unicode build...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-02-18  Vadim Zeitlini18n fixes
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-05-20  Karsten BallüderInitial revision