Updated changes.txt,

Removed use of Build Root Dir in wxGTK.spec,
  Small correction to tiff code,
  Added more tests (for Peek()) to stream tests
    in typetest sample,
  Fixed bug in wxTextInputStream::ReadWord()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-06-24 14:25:00 +00:00
parent 7aed63fdb7
commit 551490e542
8 changed files with 205 additions and 125 deletions

View File

@@ -1,6 +1,10 @@
20th June 2000: wxWindows 2.2 released
4th July 2000: wxWindows 2.2 released
Minor bug-fixes.
Added code for writing BMP images.
Added code for writing TIFF images.
Bug-fixes.
4th June 2000: wxWindows pre-2.2 release

View File

@@ -1,7 +1,7 @@
!!! When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One
example: wxGTK 2.1 beta 6, egcs 1.1.1, Redhat 5.0 !!!
example: wxGTK 2.2.0, egcs 1.1.1, Redhat 6.2 !!!
* The most simple case
-----------------------

View File

@@ -1,9 +1,7 @@
-------------------- High priority ---------------------
Improve, update translations. Install *.mo files somewehere.
Fix wxMenu::Replace() bug reported weeks ago.
Improve, update translations. Install *.mo files somewhere.
-------------------- Medium priority ---------------------
@@ -25,9 +23,6 @@ Add wxNoteBook::SetTabPosition()
More testing of Unicode support.
-> Postponed.
OwnerDraw for wxListCtrl and others
-> Hardly necessary.
Implement wxPalette
-> Postponed.