From 583ecda2563f377b44a39547c32b908137d9697d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Sep 2006 09:29:41 +0000 Subject: * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. a patch from Marshall T. Vandegrift . [ruby-core:08804] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c32d3c0df..9d09b4e8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,13 @@ +Wed Sep 13 18:25:18 2006 Yukihiro Matsumoto + + * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. + a patch from Marshall T. Vandegrift . + [ruby-core:08804] + Wed Sep 13 16:43:36 2006 Yukihiro Matsumoto * string.c (rb_str_intern): prohibit interning tainted string. - * string.c (rb_str_intern): allow symbols to contains nul. - - * string.c (sym_inspect): symbol may contain nul. - Wed Sep 13 01:14:02 2006 Nobuyoshi Nakada * lib/optparse.rb (OptionParser#getopts): works with pre-registered -- cgit