diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-07-25 00:09:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-07-25 00:09:03 +0000 |
| commit | 5389e1acfcead17d0d13ef87a0e922548cb12755 (patch) | |
| tree | 2ba452b9d9f9c2694bba3d10acbd37bd5a43c7cc /ChangeLog | |
| parent | 5f6b750b362c9fd2759834cd255f733a40bd2f09 (diff) | |
| download | ruby-5389e1acfcead17d0d13ef87a0e922548cb12755.tar.gz ruby-5389e1acfcead17d0d13ef87a0e922548cb12755.tar.xz ruby-5389e1acfcead17d0d13ef87a0e922548cb12755.zip | |
* misc/ruby-mode.el (ruby-delimiter): include here document.
* misc/ruby-mode.el (ruby-deep-arglist): skips spaces after
parenthesis when 'space.
* misc/ruby-mode.el (ruby-imenu-create-index): fix for nested
classes.
* misc/ruby-mode.el (ruby-accurate-end-of-block): added. scan a
block in the order.
* misc/ruby-mode.el (ruby-expr-beg): support for here document.
* misc/ruby-mode.el (ruby-parse-partial): splitted from
ruby-parse-region.
* misc/ruby-mode.el (ruby-move-to-block): skips RD style comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Thu Jul 25 09:05:02 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * misc/ruby-mode.el (ruby-delimiter): include here document. + + * misc/ruby-mode.el (ruby-deep-arglist): skips spaces after + parenthesis when 'space. + + * misc/ruby-mode.el (ruby-imenu-create-index): fix for nested + classes. + + * misc/ruby-mode.el (ruby-accurate-end-of-block): added. scan a + block in the order. + + * misc/ruby-mode.el (ruby-expr-beg): support for here document. + + * misc/ruby-mode.el (ruby-parse-partial): splitted from + ruby-parse-region. + + * misc/ruby-mode.el (ruby-move-to-block): skips RD style comments. + Thu Jul 18 11:52:02 2002 Shugo Maeda <shugo@ruby-lang.org> * lib/net/ftp.rb (set_socket): new method. |
