No changes, just fix a typo in a comment in docview event handling code.
[wxWidgets.git] / src / common / protocol.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-30  Stefan Csomorfixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0
2009-08-28  Vadim ZeitlinCompilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-07  Vadim Zeitlinalso remove WXUNUSED_UNLESS_DEBUG to fix release build...
2009-03-07  Vadim Zeitlincompilation fix: add missing header after r59404
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-09-20  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-19  Vadim Zeitlincompilation fix for Borland
2004-09-18  Vadim Zeitlinoops, compilation fix after moving code around
2004-09-18  Vadim Zeitlinuse 4K buffer instead of reading characters one by...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlininitialize wxStrings in initialization list, not ctor...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-14  Mattia BarbonAllow building wxProtocol without wxUSE_SOCKETS
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-02-09  Guillermo Rodrigue... Stupid bug: using LastError() instead of Error()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-09-30  Guillermo Rodrigue... Uses wxSocketBase::Unread instead of CreatePushback
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-04-13  Ove KaavenUnicode interface (the communication itself is still...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...