summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-17 07:31:51 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-17 07:31:51 +0000
commit5da40da1b3ae5b9677e4c6748824c46b7abdd2e1 (patch)
tree82ea520263e3492c6eedccba2ab2dfaac161d5fd /ChangeLog
parentfbb4bbdd1bbc26aa5ac83450e2975430aed4a0b7 (diff)
downloadruby-5da40da1b3ae5b9677e4c6748824c46b7abdd2e1.tar.gz
ruby-5da40da1b3ae5b9677e4c6748824c46b7abdd2e1.tar.xz
ruby-5da40da1b3ae5b9677e4c6748824c46b7abdd2e1.zip
* ext/tk/lib/tk.rb: fix bug on setting up system encoding
* ext/tk/lib/tk/event.rb: fix error on require process * ext/tk/lib/font.rb: fix abnormal termination error on Windows * ext/tk/lib/tk/virtevent.rb: TkVirtualEvent::PreDefVirtEvent.new() accepts event-sequence arguments * ext/tk/lib/text.rb: fail to dump embedded images * ext/tk/lib/text.rb: tag_nextrange and tag_prevrange returns wrong types of values * ext/tk/lib/texttag.rb: nextrange and prevrange returns wrong types of values * ext/tk/lib/text.rb: add TkText::IndexModMethods module and TkText::IndexString class to treat text index modifiers * ext/tk/lib/texttag.rb: use TkText::IndexModMethods module * ext/tk/lib/textmark.rb: ditto * ext/tk/lib/textimage.rb: ditto * ext/tk/lib/textwindow.rb: ditto * ext/tk/lib/textimage.rb: wrong gravity of text mark for embedded image * ext/tk/lib/textwindow.rb: wrong gravity of text mark for embedded window git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 780aa6a86..d65350b61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+Fri Dec 17 16:28:12 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
+
+ * ext/tk/lib/tk.rb: fix bug on setting up system encoding
+
+ * ext/tk/lib/tk/event.rb: fix error on require process
+
+ * ext/tk/lib/font.rb: fix abnormal termination error on Windows
+
+ * ext/tk/lib/tk/virtevent.rb: TkVirtualEvent::PreDefVirtEvent.new()
+ accepts event-sequence arguments
+
+ * ext/tk/lib/text.rb: fail to dump embedded images
+
+ * ext/tk/lib/text.rb: tag_nextrange and tag_prevrange returns wrong
+ types of values
+
+ * ext/tk/lib/texttag.rb: nextrange and prevrange returns wrong
+ types of values
+
+ * ext/tk/lib/text.rb: add TkText::IndexModMethods module and
+ TkText::IndexString class to treat text index modifiers
+
+ * ext/tk/lib/texttag.rb: use TkText::IndexModMethods module
+
+ * ext/tk/lib/textmark.rb: ditto
+
+ * ext/tk/lib/textimage.rb: ditto
+
+ * ext/tk/lib/textwindow.rb: ditto
+
+ * ext/tk/lib/textimage.rb: wrong gravity of text mark for embedded
+ image
+
+ * ext/tk/lib/textwindow.rb: wrong gravity of text mark for
+ embedded window
+
Fri Dec 17 13:33:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/cgi/session.rb (CGI::Session#initialize): control adding