From 58158f3929e11a5743c5012bece8a3ca55385c99 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Tue, 11 Nov 2003 14:57:15 +0000 Subject: * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle the case when the requested font is not available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57b79dfbf..360a691e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 11 23:54:00 2003 Nathaniel Talbott + + * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle + the case when the requested font is not available. + Tue Nov 11 22:44:08 2003 Yukihiro Matsumoto * io.c (appendline): file may not end with newline. a bug if -- cgit