From 0b9b7d630a55f21387b49b76bb199c0841785d24 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Sep 2003 08:41:34 +0000 Subject: * misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is valid delimiter. * misc/ruby-mode.el (ruby-here-doc-end-match): must quote arbitrary string to use as regexp. * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): must not call `ruby-here-doc-end-match' unless `ruby-here-doc-beg-re' matched. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16c9105c66..e60f41ff01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Sep 4 17:41:31 2003 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is + valid delimiter. + + * misc/ruby-mode.el (ruby-here-doc-end-match): must quote + arbitrary string to use as regexp. + + * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): must not + call `ruby-here-doc-end-match' unless `ruby-here-doc-beg-re' + matched. + Wed Sep 4 15:40:07 2003 NAKAMURA, Hiroshi * test/csv/test_csv.rb: run on test/unit original layer. @@ -37,7 +49,7 @@ Tue Sep 2 14:02:19 2003 * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception - * ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb} : + * ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb} : bug fix and improvement of font control Tue Sep 2 09:51:36 2003 Nobuyoshi Nakada -- cgit v1.2.3