From f23f4f6e63b16d443855dde1fd19ed8c5a18960e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 7 Sep 2000 06:59:46 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09d861990..b26599859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,41 @@ -Mon Sep 4 12:58:31 2000 Yukihiro Matsumoto +Wed Sep 6 17:06:59 2000 Yukihiro Matsumoto * stable version 1.6.0 released. +Thu Sep 7 14:17:51 2000 Yukihiro Matsumoto + + * string.c (rb_str_cat): should work even for concatenating same + string. + +Wed Sep 6 17:06:38 2000 Yukihiro Matsumoto + + * variable.c (rb_cvar_declare): should check superclass's class + variable first. + +Wed Sep 6 10:42:02 2000 Yukihiro Matsumoto + + * misc/ruby-mode.el (ruby-calculate-indent): shift continuing line + if previous line ends with modifier keyword. + + * misc/ruby-mode.el (ruby-parse-region): should not give up if + modifiers are at the end of line. + + * misc/ruby-mode.el (ruby-expr-beg): indented wrongly if modified + statement was size 1. + +Wed Sep 6 10:41:19 2000 Kenichi Komiya + + * misc/ruby-mode.el (ruby-parse-region): modifier was not handled + well on emacs19. + +Tue Sep 5 17:10:12 2000 Yukihiro Matsumoto + + * time.c (time_to_s): fixed zone string UTC for utc time object. + +Tue Sep 5 00:26:06 2000 Yukihiro Matsumoto + + * regex.c (re_search): range worked wrongly on bm_search(). + Mon Sep 4 13:40:40 2000 WATANABE Hirofumi * configure.in: renamed libruby.a to libruby.{cygwin,mingw32}.a -- cgit