From: Vadim Zeitlin Date: Fri, 24 Jan 2003 00:31:15 +0000 (+0000) Subject: mention Watcom makefile for wxBase X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1be6261e3403e69bbd5694df008f1edfda06eef mention Watcom makefile for wxBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 6a248c35ca..155f56d89f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -17,6 +17,10 @@ All: - use true/false throughout the library instead of TRUE/FALSE - wxStopWatch::Start() resumes the stop watch if paused, as per the docs +wxBase: + +- added Watcom makefiles + All GUI ports: - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)