From 607a8e6ec7d6dfa0bbf64fb94f0d00c886b4afab Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 14 Sep 2004 14:49:19 +0000 Subject: Add simple formatter to ri git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20d6fc3ab..dd8d0859f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 14 23:45:44 2004 Dave Thomas + + * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::TextFormatter.for): + Add Eric Hodel's simpleformatter. + Tue Sep 14 16:59:37 2004 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: fix SEGV @@ -45,6 +50,7 @@ Sun Sep 12 02:41:58 2004 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit= + * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/remote-tk.rb: ditto. -- cgit