diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-12 02:56:11 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-12 02:56:11 +0000 |
| commit | 5df75faf3f8e14516235d6f4e912a97a2f082948 (patch) | |
| tree | bb8242f37594d587d6458346ebd3ab2f68ca18f6 /ChangeLog | |
| parent | ee1f7ee0f661de49c1aa38758b2560563cc892d8 (diff) | |
| download | ruby-5df75faf3f8e14516235d6f4e912a97a2f082948.tar.gz ruby-5df75faf3f8e14516235d6f4e912a97a2f082948.tar.xz ruby-5df75faf3f8e14516235d6f4e912a97a2f082948.zip | |
* ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget
which is constructed with TkComposite module.
[new feature] support 'command' option which is called just before
popping up the balloon help.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Jan 12 11:53:08 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget + which is constructed with TkComposite module. + [new feature] support 'command' option which is called just before + popping up the balloon help. + Wed Jan 11 00:12:29 2006 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * lib/erb.rb (ERB::Compiler): add instance variable @insert_cmd to @@ -461,6 +468,13 @@ Mon Dec 12 00:33:56 2005 Yukihiro Matsumoto <matz@ruby-lang.org> be called before actual variable initialization. [ruby-dev:27986] +Sun Dec 11 23:54:07 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/*: update to support libraries in ActiveTcl8.4.12.0 + (see ext/tk/ChangeLog.tkextlib). + + * ext/tk/sample/scrollframe.rb: add a new sample. + Sun Dec 11 22:07:58 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * test/rinda/test_rinda.rb (test_remote_array_and_hash): pseudo remote |
