From 38d4d63578a176f3c67715fbadd250dfd7b05106 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 Oct 2007 17:06:29 +0000 Subject: * parse.y (parser_yylex): dot at the head of the line denote line continuation from previous one to support fluent interface. [experimental] * misc/ruby-mode.el (ruby-calculate-indent): support fluent dot. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5878a6475..39bf572e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,14 @@ Fri Oct 26 01:48:28 2007 Yukihiro Matsumoto * hash.c (rb_hash_s_create): Hash#[] now takes assocs as source of hash conversion. +Thu Oct 25 16:46:05 2007 Yukihiro Matsumoto + + * parse.y (parser_yylex): dot at the head of the line denote line + continuation from previous one to support fluent interface. + [experimental] + + * misc/ruby-mode.el (ruby-calculate-indent): support fluent dot. + Thu Oct 25 14:19:33 2007 Nobuyoshi Nakada * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093] -- cgit