From b4f940b76799a3cdcc5a39f34dfadd76e83bbd2f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Feb 2003 15:13:54 +0000 Subject: * misc/ruby-mode.el (ruby-comment-column): customize comment column. [new] * misc/ruby-mode.el (ruby-deep-indent-paren): deep indentation parentheses. [new] * misc/ruby-mode.el (ruby-expr-beg): fix for / after $?. * misc/ruby-mode.el (ruby-parse-partial, ruby-calculate-indent): deep indentation support. * misc/ruby-mode.el (ruby-forward-sexp, ruby-backward-sexp): move forward/backward across one balanced expression. [new] * misc/ruby-mode.el (ruby-indent-exp): indent balanced expression. [new] * misc/ruby-mode.el (ruby-electric-brace): indent before show matching parenthesis. (contributed by NABEYA Kenichi) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c10bd2cdb6..55feaee634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Tue Feb 18 00:13:50 2003 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-comment-column): customize comment + column. [new] + + * misc/ruby-mode.el (ruby-deep-indent-paren): deep indentation + parentheses. [new] + + * misc/ruby-mode.el (ruby-expr-beg): fix for / after $?. + + * misc/ruby-mode.el (ruby-parse-partial, ruby-calculate-indent): + deep indentation support. + + * misc/ruby-mode.el (ruby-forward-sexp, ruby-backward-sexp): + move forward/backward across one balanced expression. [new] + + * misc/ruby-mode.el (ruby-indent-exp): indent balanced + expression. [new] + + * misc/ruby-mode.el (ruby-electric-brace): indent before + show matching parenthesis. (contributed by NABEYA Kenichi) + Mon Feb 17 14:36:56 2003 Nobuyoshi Nakada * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens. -- cgit v1.2.3