diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-04 08:41:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-04 08:41:34 +0000 |
| commit | dcaf5b767ccdd5552d4f75aa522e0289220449a3 (patch) | |
| tree | 428c41052e49e6fbf2432da67e1601a18302123c /ChangeLog | |
| parent | 1e813ad961f96a379a26eb861920c6fe5c81a587 (diff) | |
| download | ruby-dcaf5b767ccdd5552d4f75aa522e0289220449a3.tar.gz ruby-dcaf5b767ccdd5552d4f75aa522e0289220449a3.tar.xz ruby-dcaf5b767ccdd5552d4f75aa522e0289220449a3.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@4490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Thu Sep 4 17:41:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nahi@ruby-lang.org> * test/csv/test_csv.rb: run on test/unit original layer. @@ -37,7 +49,7 @@ Tue Sep 2 14:02:19 2003 <nagai@ai.kyutech.ac.jp> * 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 <nobu@ruby-lang.org> |
