diff --git a/docs/gtk/changes.txt b/docs/gtk/changes.txt index 99ed84b4e8..3b9735eaec 100644 --- a/docs/gtk/changes.txt +++ b/docs/gtk/changes.txt @@ -1,3 +1,13 @@ +1st May '2000: wxWindows 2.1.16 release + +It was time for another beta. + +Various enhancements to wxSizer. + +Added wxGridSizer and wxFlexGridSizer. + +Reworked wxURL. + 22th March '2000: wxWindows 2.1.15 released Build fix. RPMs no loner require GTK's include files. diff --git a/docs/gtk/readme.txt b/docs/gtk/readme.txt index 0c3dc55247..2b0f1715ce 100644 --- a/docs/gtk/readme.txt +++ b/docs/gtk/readme.txt @@ -1,5 +1,5 @@ - Welcome to wxWindows/Gtk 2.1.15 + Welcome to wxWindows/Gtk 2.1.16 you have downloaded a beta version of the GTK+ 1.2 port of the wxWindows GUI library. Although this is not yet the @@ -44,7 +44,7 @@ VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know this has no effect, but I tried... The library produced by the install process will be called -libwx_gtk.a (static) and libwx_gtk-2.1.so.15.0.0 (shared) so +libwx_gtk.a (static) and libwx_gtk-2.1.so.16.0.0 (shared) so that once a binary incompatible version of wxWindows/Gtk comes out we'll augment the library version number to avoid linking problems. diff --git a/docs/gtk/todo.txt b/docs/gtk/todo.txt index edeeb01b94..e06f458e3c 100644 --- a/docs/gtk/todo.txt +++ b/docs/gtk/todo.txt @@ -3,6 +3,18 @@ Improve, update translations. Install *.mo files somewehere. +wxFrame::SetMenuBar() bug + +Add wxNoteBook::GetPageIndex() + +Correct insert point in wxTextCtrl::SetValue() + +wxBitmapButton doesn't refresh when parent gets refreshed + +reverse log.h menu.h in menu.cpp + +wxMDIXXXX:SetTitle() has no effect + -------------------- Medium priority --------------------- Show accelerator control labels and actually implement them