From 5c0a7a0d5d2cb1bb22b7d2668510d659d67fd86d Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 10 Mar 2005 10:14:13 +0000 Subject: * ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handler when exit from a recursive called eventloop * ext/tk/lib/tk/timer.rb: new TkRTTimer class, which can works for a realtime operation * ext/tk/sample/tkrttimer.rb: sample of TkRTTimer class * ext/tk/lib/tk/textmark.rb: move TkTextMark#+ and TkTextMark#- to TkText::IndexModMethods * ext/tk/lib/tk/text.rb: improve TkTextMark#+ and TkTextMark#-, and add them to TkText::IndexModMethods module * ext/tk/sample/tktextio.rb: add test part of "seek by text index modifiers" git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e8d3aef3..8f677e1c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Thu Mar 10 19:12:06 2005 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timer + handler when exit from a recursive called eventloop + + * ext/tk/lib/tk/timer.rb: new TkRTTimer class, which can works for a + realtime operation + + * ext/tk/sample/tkrttimer.rb: sample of TkRTTimer class + + * ext/tk/lib/tk/textmark.rb: move TkTextMark#+ and TkTextMark#- to + TkText::IndexModMethods + + * ext/tk/lib/tk/text.rb: improve TkTextMark#+ and TkTextMark#-, and + add them to TkText::IndexModMethods module + + * ext/tk/sample/tktextio.rb: add test part of "seek by text index + modifiers" + Wed Mar 9 20:25:58 2005 GOTOU Yuuzou * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_write): call -- cgit