From 59eacb45e5576b6f304e66ba4ed8a89382921c9c Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 6 Apr 2013 16:43:32 +0000 Subject: Improve ruby-electric-mode. * misc/ruby-electric.el (ruby-electric-hash): New electric function that expands a hash sign inside a string or regexp to "#{}". * misc/ruby-electric.el (ruby-electric-curlies): Do not insert spaces inside when the curly brace is a delimiter of %r, %w, etc. * misc/ruby-electric.el (ruby-electric-curlies): Insert another space before a closing curly brace when ruby-electric-newline-before-closing-bracket is nil. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6aecb42f82..6782cd7f07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Apr 7 01:40:39 2013 Akinori MUSHA + + * misc/ruby-electric.el (ruby-electric-hash): New electric + function that expands a hash sign inside a string or regexp to + "#{}". + + * misc/ruby-electric.el (ruby-electric-curlies): Do not insert + spaces inside when the curly brace is a delimiter of %r, %w, + etc. + + * misc/ruby-electric.el (ruby-electric-curlies): Insert another + space before a closing curly brace when + ruby-electric-newline-before-closing-bracket is nil. + Sun Apr 7 01:01:26 2013 Tanaka Akira * strftime.c (rb_strftime_with_timespec): Test yday range. -- cgit v1.2.3