]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
non-PCH build fix (according to Tinderbox).
[wxWidgets.git] / docs / changes.txt
index 8fe35169b65bdd30f2fe9c6bd37dc420574e5bcd..5fa5cf6e46511eccec8e9a2dd4a2cae5fcf78ed5 100644 (file)
@@ -64,13 +64,32 @@ Major new features in 2.7 release
 2.7.2
 -----
 
+All:
+
+- Added wxFFile overload to wxFileName::CreateTemporaryFileName().
+- Added wxBackingFile and wxBackedInputStream
+
 All (GUI): 
 
 - wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
   calling SelectObject itself if a valid bitmap is passed.
 - Reverted wxBuffered[Paint]DC to pre 2.7.1 state, added
   wxAutoBufferedPaintDC and wxAutoBufferedPaintDCFactory.
+- Renamed wxProgressDialog::UpdatePulse() to just Pulse()
+- Added wxCollapsiblePane (Francesco Montorsi)
+- Added wxSimpleHtmlListBox (Francesco Montorsi)
 
+Unix Ports:
+
+- Added autopackage for wxGTK and an example of using autopackage for a wx
+  program (Francesco Montorsi)
+
+wxGTK
+- More RTL work.
+- Support wxALWAYS_SHOW_SB
+- Speed up MIME types loading. Only the GNOME database
+  should be loaded under GNOME etc. For this, the code
+  queries the X11 session protocol.
 
 
 2.7.1
@@ -94,11 +113,6 @@ All:
   "Events generated by the user vs programmatically generated events" paragraph
   in the "Event handling overview" topic for more info
 
-Unix Ports:
-
-- Added autopackage for wxGTK and an example of using autopackage for a wx
-  program (Francesco Montorsi)
-
 All (GUI):
 
 - Support for right-to-left text layout (started by Diaa Sami during Google Summer of