]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix API calls to match header changes made in richtextbuffer.h 1.42 and restore compi...
[wxWidgets.git] / docs / changes.txt
index b1fd11f2ddf0cae7909b5ac4f43d1af1ccec0e22..7b0d6dbc258957ceeb595b11df6463bf857f81c8 100644 (file)
@@ -21,6 +21,8 @@ Changes in behaviour not resulting in compilation errors, please read this!
   instead of a char the range -128 - 127.
 - A sequence returned by wxFileSystem::FindFirst()/FindNext() may now be
   be scoped to a single instance of wxFileSystem.
+- Streams returned by wxFileSystem::OpenFile are not necessarily seekable by
+  default. Open with flags wxFS_READ | wxFS_SEEKABLE if seeking is required.
 
 
 Changes in behaviour which may result in compilation errors
@@ -79,7 +81,7 @@ Major new features in 2.8 release
   comboboxes. Associated classes include wxOwnerDrawnComboBox, wxComboPopup
   and wxBitmapComboBox.
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
-  and enhanced), wxHtmlSimpleListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
+  and enhanced), wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
   wxAboutBox, wxTreebook, tar streams.
 
@@ -95,6 +97,7 @@ All:
 wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
+- Use system default paper size for printing instead of A4
 
 2.7.2
 -----