diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-05 03:25:02 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-05 03:25:02 +0000 |
| commit | 93a532a88bad82ebd330086e20d3d1005bf93086 (patch) | |
| tree | 4642d9b1a7d667b174467e02e2374886a1cd570b /ChangeLog | |
| parent | 787280d0260978b61cb2f926c4dbc4bc7ad7d403 (diff) | |
| download | ruby-93a532a88bad82ebd330086e20d3d1005bf93086.tar.gz ruby-93a532a88bad82ebd330086e20d3d1005bf93086.tar.xz ruby-93a532a88bad82ebd330086e20d3d1005bf93086.zip | |
* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]
* misc/ruby-mode.el (ruby-parse-region): handle nested parentheses
in a string and terminators in #{}.
* misc/ruby-mode.el (ruby-calculate-indent): ditto.
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords):
fix font-lock problem [ruby-talk:29296].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Jan 4 17:23:49 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * misc/ruby-mode.el (ruby-forward-string): forward a string. [new] + + * misc/ruby-mode.el (ruby-parse-region): handle nested parentheses + in a string and terminators in #{}. + + * misc/ruby-mode.el (ruby-calculate-indent): ditto. + Sat Jan 5 00:19:12 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * parse.y (yycompile): strdup()'ed twice. @@ -95,6 +104,11 @@ Tue Dec 25 02:11:17 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (rb_check_convert_type): ditto. +Mon Dec 24 02:37:40 2001 Le Wang <lewang@bigfoot.com> + + * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): + fix font-lock problem [ruby-talk:29296]. + Sat Dec 22 22:52:14 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * time.c (time_timeval): wrong cast to time_t. |
