Update of /cvsroot/fxruby/FXRuby/doc
In directory usw-pr-cvs1:/tmp/cvs-serv27719/doc
Modified Files:
changes.xml
Log Message:
Corrected the dangling pointer cleanup problem for FXTreeList#clearItems
as described by Gilles in SF Bug #533804.
Index: changes.xml
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/doc/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** changes.xml 21 Mar 2002 19:09:11 -0000 1.7
--- changes.xml 23 Mar 2002 00:03:24 -0000 1.8
***************
*** 2,5 ****
--- 2,11 ----
<title>Change History</title>
<simplesect>
+ <title>Changes Since Version 1.0.3</title>
+ <itemizedlist mark="bullet">
+ <listitem><para>Corrected the code for <methodname>FXTreeList#clearItems</methodname> so that after the C++ objects (the tree items) are destroyed, any Ruby instances holding references to those C++ objects are notified of their demise. This one was inadvertently overlooked when other, similar, fixes were made in the previous release. Thanks to Gilles Filippini for catching this!</para></listitem>
+ </itemizedlist>
+ </simplesect>
+ <simplesect>
<title>Changes Since Version 0.99.189</title>
<itemizedlist mark="bullet">
|