diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-05 09:15:18 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-05 09:15:18 +0000 |
| commit | 519d19cc467963248abb0a7ac2e257b7e02220f5 (patch) | |
| tree | 8f585348d5df515492d671637122f3bab693ca9b /ChangeLog | |
| parent | a03dc29bc779c47b6a4ecd8be2b04caf693d0745 (diff) | |
| download | ruby-519d19cc467963248abb0a7ac2e257b7e02220f5.tar.gz ruby-519d19cc467963248abb0a7ac2e257b7e02220f5.tar.xz ruby-519d19cc467963248abb0a7ac2e257b7e02220f5.zip | |
* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollable
and Y_Scrollable
* ext/tk/lib/tk/entry.rb: include X_Scrollable instead of Scrollable
* ext/tk/lib/tk/autoload.rb: define autoload for X_Scrollable and Y_Scrollable
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Nov 5 18:12:42 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into + X_Scrollable and Y_Scrollable + + * ext/tk/lib/tk/entry.rb: include X_Scrollable instead of Scrollable + + * ext/tk/lib/tk/autoload.rb: define autoload for X_Scrollable and + Y_Scrollable + Fri Nov 5 16:05:32 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x" |
