diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-12 15:25:49 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-12 15:25:49 +0000 |
| commit | 3555f690aaf59c21697367a3736092bfe41f908c (patch) | |
| tree | ae877225c9d33c23865c14f81a6cf6252f10e590 /ChangeLog | |
| parent | 6524792969fd4548c70e17ac0ff43e96ecb54d06 (diff) | |
| download | ruby-3555f690aaf59c21697367a3736092bfe41f908c.tar.gz ruby-3555f690aaf59c21697367a3736092bfe41f908c.tar.xz ruby-3555f690aaf59c21697367a3736092bfe41f908c.zip | |
* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support
* ext/tcltklib/tcltklib.c: fix thread trouble on callback proc, and
eliminate warning about instance variable access
* ext/tk/lib/tk/menubar.rb: improve supported menu_spec
* ext/tk/lib/tk/menuspec.rb: [add] menu_spec support library
* ext/tk/lib/tk/root.rb: add menu_spec support
* ext/tk/lib/tk/text.rb: bug fix
* ext/tk/lib/tk/toplevel.rb: add menu_spec support
* ext/tk/sample/menubar?.rb: [add] sample of menu_spec usage
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Sun Jun 13 00:23:04 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support + + * ext/tcltklib/tcltklib.c: fix thread trouble on callback proc, and + eliminate warning about instance variable access + + * ext/tk/lib/tk/menubar.rb: improve supported menu_spec + + * ext/tk/lib/tk/menuspec.rb: [add] menu_spec support library + + * ext/tk/lib/tk/root.rb: add menu_spec support + + * ext/tk/lib/tk/text.rb: bug fix + + * ext/tk/lib/tk/toplevel.rb: add menu_spec support + + * ext/tk/sample/menubar?.rb: [add] sample of menu_spec usage + Sat Jun 12 14:15:20 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * dir.c: RDOC for File::FNM_CASEFOLD was missed. |
