diff options
| author | Dmitry Gutov | 2013-12-20 07:20:33 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2013-12-20 07:20:33 +0200 |
| commit | b520f210b12911b747cd7cd725c310bef4790a48 (patch) | |
| tree | 77e79dd61f417764f4e32a0baa2c8a35548b35bc /test/ChangeLog | |
| parent | 26b75b456e536c1fb2d3979e07e82455b2d9c1ca (diff) | |
| download | emacs-b520f210b12911b747cd7cd725c310bef4790a48.tar.gz emacs-b520f210b12911b747cd7cd725c310bef4790a48.zip | |
* lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): New
option.
(ruby-smie--indent-to-stmt-p): Use it.
(ruby-smie-rules): Revert the logic in the handling of `when'.
Expand the `begin' clause to handle `ruby-align-to-stmt-keywords'.
(ruby-deep-arglist, ruby-deep-indent-paren)
(ruby-deep-indent-paren-style): Update docstrings to note that the
vars don't have any effect with SMIE.
* test/automated/ruby-mode-tests.el: Add tests for
`ruby-align-to-stmt-keywords'.
* test/indent/ruby.rb: Update examples to reflect the lack of change in
default indentation of `begin' blocks.
Fixes: debbugs:16182
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 374cae5a295..cefdd2de9fd 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-12-20 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el: Add tests for | ||
| 4 | `ruby-align-to-stmt-keywords'. | ||
| 5 | |||
| 6 | * indent/ruby.rb: Update examples to reflect the lack of change in | ||
| 7 | default indentation of `begin' blocks. | ||
| 8 | |||
| 1 | 2013-12-17 Dmitry Gutov <dgutov@yandex.ru> | 9 | 2013-12-17 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 10 | ||
| 3 | * indent/ruby.rb: Update examples according to the change | 11 | * indent/ruby.rb: Update examples according to the change |