From: Lyle J. <ly...@us...> - 2002-04-30 19:42:28
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv3907 Modified Files: Tag: release10 ChangeLog Log Message: Updated change history. Index: ChangeLog =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ChangeLog,v retrieving revision 1.24.2.1 retrieving revision 1.24.2.2 diff -C2 -d -r1.24.2.1 -r1.24.2.2 *** ChangeLog 29 Apr 2002 22:34:38 -0000 1.24.2.1 --- ChangeLog 30 Apr 2002 19:42:23 -0000 1.24.2.2 *************** *** 1,2 **** --- 1,52 ---- + 2002-04-30 14:05 lyle + + * setversions.rb, ANNOUNCE, ext/fox/extconf.rb: Updated the FXRuby + home page URL to http://www.fxruby.org in the setversions.rb + script. + + 2002-04-30 14:02 lyle + + * ext/fox/FXRbApp.cpp, ext/fox/core_wrap.cpp, + swig-interfaces/FXApp.i, ext/fox/dialogs_wrap.cpp, + ext/fox/icons_wrap.cpp, ext/fox/image_wrap.cpp, + ext/fox/layout_wrap.cpp, ext/fox/mdi_wrap.cpp, + ext/fox/opengl_wrap.cpp, ext/fox/ui_wrap.cpp, + ext/fox/include/FXRbApp.h: Removed the FXApp#enableThreads and + FXApp#disableThreads instance methods and replaced with a single + method, FXApp#threadsEnabled=, which accepts true or false. This + makes the API more consistent with the recently added + FXApp#threadsEnabled? instance method. + + 2002-04-30 12:23 lyle + + * fox-includes/fxver.h: Copied latest version of fxver.h (from the + FOX 1.0.10 distribution). + + 2002-04-29 21:12 lyle + + * doc/changes.xml, ext/fox/FXRbApp.cpp, ext/fox/core_wrap.cpp, + ext/fox/dialogs_wrap.cpp, ext/fox/icons_wrap.cpp, + ext/fox/image_wrap.cpp, ext/fox/layout_wrap.cpp, + ext/fox/mdi_wrap.cpp, ext/fox/opengl_wrap.cpp, + ext/fox/scintilla_wrap.cpp, ext/fox/ui_wrap.cpp, + ext/fox/include/FXRbApp.h, rdoc-sources/FXApp.rb, + swig-interfaces/FXApp.i: Added the FXApp#threadsEnabled? instance + method, to see if they are. + + 2002-04-29 20:54 lyle + + * ext/fox/include/FXRuby.h: Fixed the bug in overloaded to_ruby() + functions: + + VALUE to_ruby(FXObject*); + VALUE to_ruby(const FXObject*); + + for the case where the input pointer is NULL. Should return Qnil in + those cases. See SF Bug #550417. + + 2002-04-29 17:34 lyle + + * ChangeLog: [no log message] + 2002-04-29 17:23 lyle |