summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 12 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 9a0130ec0e..de1dafb533 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
@@ -77,14 +89,6 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
- * Time#to_s now returns a string in a form that
- conforms to RFC2822.
-
- # Before
- "Wed Mar 03 12:34:56 JST 2007"
- # After
- "Wed, 03 Mar 2007 12:34:56 +0900"
-
* String#intern now raises SecurityError when $SAFE level is greater
than zero.