summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-05 14:29:44 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-05 14:29:44 +0000
commit4ed3e3046193d9b19e5e3c8fb28754fa4a852493 (patch)
treec36a191852163edd51d5033b6a2c64f756e90b9a /NEWS
parent4f46294b7d2fd58f219711081e06ce35b0afde19 (diff)
* NEWS: add entries about tk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a0130ec0e..70c408f988 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,18 @@ with all sufficient information, see the ChangeLog file.
* tk
+ * Tk::X_Scrollable (Y_Scrollable) is renamed to Tk::XScrollable
+ (YScrollable). Tk::X_Scrollable (Y_Scrollable) is still available,
+ but it is an alias name.
+
+ * Updated Tile extension support based on Tile 0.7.8.
+
+ * Support --without-X11 configure option for non-X11 versions of
+ Tcl/Tk (e.g. Tcl/Tk Aqua).
+
+ * New sample script: irbtkw.rbw -- IRB on Ruby/Tk. It has no trouble
+ about STDIN blocking on Windows.
+
=== New methods and features
* builtin classes