summaryrefslogtreecommitdiffstats
path: root/ext/tk/ChangeLog.tkextlib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-29 10:27:32 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-29 10:27:32 +0000
commitf433e2abf2c67f058e6be7b00e0efdc9db52d592 (patch)
treecbb6b4949c30f48663e44b9ebc0b429a1990cbde /ext/tk/ChangeLog.tkextlib
parent0ae184922a2a7eb9555def093a765bbf83403273 (diff)
downloadruby-f433e2abf2c67f058e6be7b00e0efdc9db52d592.tar.gz
ruby-f433e2abf2c67f058e6be7b00e0efdc9db52d592.tar.xz
ruby-f433e2abf2c67f058e6be7b00e0efdc9db52d592.zip
* lib/tkextlib/blt/component.rb: cannot create elements except
default type of element. * lib/tkextlib/blt/barchart.rb: ditto. * lib/tkextlib/blt/graph.rb: ditto. * lib/tkextlib/blt/stripchart.rb: ditto. * lib/tkextlib/blt/component.rb: axis command option gets proper object type of arguments. * sample/tkextlib/blt/calendar.rb: new sample. * sample/tkextlib/blt/pareto.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/ChangeLog.tkextlib')
-rw-r--r--ext/tk/ChangeLog.tkextlib30
1 files changed, 24 insertions, 6 deletions
diff --git a/ext/tk/ChangeLog.tkextlib b/ext/tk/ChangeLog.tkextlib
index 85fd938e3..9c9f2bf36 100644
--- a/ext/tk/ChangeLog.tkextlib
+++ b/ext/tk/ChangeLog.tkextlib
@@ -1,3 +1,21 @@
+2005-03-29 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
+
+ * lib/tkextlib/blt/component.rb: cannot create elements except
+ default type of element.
+
+ * lib/tkextlib/blt/barchart.rb: ditto.
+
+ * lib/tkextlib/blt/graph.rb: ditto.
+
+ * lib/tkextlib/blt/stripchart.rb: ditto.
+
+ * lib/tkextlib/blt/component.rb: axis command option gets
+ proper object type of arguments.
+
+ * sample/tkextlib/blt/calendar.rb: new sample.
+
+ * sample/tkextlib/blt/pareto.rb: ditto.
+
2005-03-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* lib/tkextlib/blt.rb: add commands for zooming.
@@ -16,19 +34,19 @@
* lib/tkextlib/blt/htext.rb: add TkVariable object to access
special Tcl variables.
- * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: typo fix.
+ * lib/tkextlib/treectrl/tktreectrl.rb: typo fix.
- * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: proper treatment
+ * lib/tkextlib/treectrl/tktreectrl.rb: proper treatment
of 'font' option of element_configure.
- * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix on item_sort.
+ * lib/tkextlib/treectrl/tktreectrl.rb: bug fix on item_sort.
- * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: add methods to
+ * lib/tkextlib/treectrl/tktreectrl.rb: add methods to
call TreeCtrl commands for bindings.
- * ext/tk/sample/tkextlib/blt/*: add some sample scripts.
+ * sample/tkextlib/blt/*: add some sample scripts.
- * ext/tk/sample/tkextlib/treectrl/*: add some sample scripts.
+ * sample/tkextlib/treectrl/*: add some sample scripts.
2005-03-18 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>