]> git.saurik.com Git - wxWidgets.git/commitdiff
Note XRCed update
authorRobin Dunn <robin@alldunn.com>
Tue, 26 Apr 2005 21:17:20 +0000 (21:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 26 Apr 2005 21:17:20 +0000 (21:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.html
wxPython/docs/CHANGES.txt

index 70570ea38c559fef904ce43b9c47073ffd77ddf2..4261d016c23008ebb01568486547cc6a1217e919 100644 (file)
@@ -74,6 +74,16 @@ a particular style.</p>
 <p>wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
 EVT_KEY_UP and EVT_TEXT events from its embedded text control.</p>
 <p>wxMac: Corrected refresh bugs in wxGrid.</p>
+<dl>
+<dt>XRCed: Updated to version 0.1.5.</dt>
+<dd><ul class="first last simple">
+<li>Added wxWizard, wxWizardPageSimple (only from pull-down menu).</li>
+<li>Hide command for test window.</li>
+<li>Replacing classes works better.</li>
+<li>Added Locate tool.</li>
+</ul>
+</dd>
+</dl>
 </div>
 <div class="section" id="id2">
 <h1><a name="id2">2.5.5.1</a></h1>
index 56dbc8250e6db5562885e2df1317fa30f8f5b5c9..c737885a0192e78a2fe2b32b1451f1f1726a9d14 100644 (file)
@@ -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.