put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / intl.h
2005-06-01  Vadim Zeitlinadded wxPLURAL() macro
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-22  Vadim Zeitlinfix for a warning in DLL build (patch 966823)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-11-19  Václav Slavíkdon't define ngettext, causes problems
2003-10-13  Václav Slavík1) use ngettext instead of _N, 2) cleanup of gettext...
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-05-25  Václav Slavíkfix _() for wxUSE_INTL==0 case
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-04  Vadim Zeitlinadded wxLocale::FindLanguageInfo()
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-15  Václav Slavíkrewrote wxLocale to work in Unicode mode and support...
2002-02-07  Gilles Depeyrotremoved trailing comma for SunSoft compiler
2002-02-06  Vadim Zeitlinoops, have to commit this after accidentally committing...
2001-07-07  Václav Slavíksafe macro expansion
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-04-06  Vadim Zeitlinno changes, just resolved conflicts
2001-03-25  Václav Slavíkmade wxLocale::GetSystemLanguage and wxLocale::AddLangu...
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-01-23  Václav Slavíknew locales code checked in
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-01-02  Václav SlavíkwxLocale now uses wxEncodingConverter (must be explicit...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-11-13  Ove KaavenFrom: #define wxTRANSLATE(str) (str)
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-12  Ove KaavenUnicode support. The _() macro is made to imply _T...
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-01-14  Karsten BallüderSplit part of wxExtHelpController into wxHTMLHelpContro...
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
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-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-17  Vadim ZeitlinwxTString removed
1998-05-26  Vadim Zeitlininline wxGetTranslation() moved so it's not called...
1998-05-20  Karsten BallüderInitial revision