[Fxruby-commits] CVS: FXRuby/doc changes.xml,1.9,1.9.2.1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-04-30 02:34:18
|
Update of /cvsroot/fxruby/FXRuby/doc In directory usw-pr-cvs1:/tmp/cvs-serv20565/doc Modified Files: Tag: release10 changes.xml Log Message: Added the FXApp#threadsEnabled? instance method, to see if they are. Index: changes.xml =================================================================== RCS file: /cvsroot/fxruby/FXRuby/doc/changes.xml,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** changes.xml 2 Apr 2002 04:11:50 -0000 1.9 --- changes.xml 30 Apr 2002 02:12:33 -0000 1.9.2.1 *************** *** 6,9 **** --- 6,10 ---- <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> + <listitem><para>Added a new instance method, <methodname>FXApp#threadsEnabled?</methodname>, which returns <constant>true</constant></para> if support for multithreaded applications has been enabled.</listitem> </itemizedlist> </simplesect> |