From a8e120ce460ced656e90b2b61b6b3a36c92f077d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 26 Apr 2005 21:17:20 +0000 Subject: [PATCH] Note XRCed update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.html | 10 ++++++++++ wxPython/docs/CHANGES.txt | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 70570ea38c..4261d016c2 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -74,6 +74,16 @@ a particular style.

wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN, EVT_KEY_UP and EVT_TEXT events from its embedded text control.

wxMac: Corrected refresh bugs in wxGrid.

+
+
XRCed: Updated to version 0.1.5.
+
    +
  • Added wxWizard, wxWizardPageSimple (only from pull-down menu).
  • +
  • Hide command for test window.
  • +
  • Replacing classes works better.
  • +
  • Added Locate tool.
  • +
+
+

2.5.5.1

diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 56dbc8250e..c737885a01 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -50,6 +50,11 @@ EVT_KEY_UP and EVT_TEXT events from its embedded text control. wxMac: Corrected refresh bugs in wxGrid. +XRCed: Updated to version 0.1.5. + * Added wxWizard, wxWizardPageSimple (only from pull-down menu). + * Hide command for test window. + * Replacing classes works better. + * Added Locate tool.