]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Added GetTempDir
[wxWidgets.git] / docs / changes.txt
index 7d21c120d3a7c22a6ba92def87bd613b6545cfbe..5fa5cf6e46511eccec8e9a2dd4a2cae5fcf78ed5 100644 (file)
@@ -64,6 +64,11 @@ 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,
@@ -71,6 +76,7 @@ All (GUI):
 - 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:
@@ -78,6 +84,12 @@ 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