[Fxruby-commits] CVS: FXRuby/doc changes.xml,1.8,1.9
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-04-02 04:11:54
|
Update of /cvsroot/fxruby/FXRuby/doc In directory usw-pr-cvs1:/tmp/cvs-serv7114 Modified Files: changes.xml Log Message: Added a note to the change log about Bil's report on the change in rb_rescue2(). Index: changes.xml =================================================================== RCS file: /cvsroot/fxruby/FXRuby/doc/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changes.xml 23 Mar 2002 00:03:24 -0000 1.8 --- changes.xml 2 Apr 2002 04:11:50 -0000 1.9 *************** *** 4,8 **** <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> --- 4,9 ---- <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> ! <listitem><para>The API for Ruby's <methodname>rb_rescue2()</methodname> function changed in Ruby 1.6.7, but I missed this since I had only compiled against the Ruby 1.6.6 and Ruby 1.7 header files. The API change led to a compile error for FXRuby.cpp; this has been fixed. Thanks to Bil Kleb for catching this one.</para></listitem> </itemizedlist> </simplesect> |