diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36877e3dbbe..f6b51d21a30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2013-12-22 Dmitry Gutov <dgutov@yandex.ru> | 1 | 2013-12-22 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 2 | ||
| 3 | * progmodes/ruby-mode.el (ruby--at-indentation-p): New function, | ||
| 4 | extracted from `ruby-smie-rules'. | ||
| 5 | (ruby--electric-indent-chars): New variable. | ||
| 6 | (ruby--electric-indent-p): New function. | ||
| 7 | (ruby-mode): Use `electric-indent-functions' instead of | ||
| 8 | `electric-indent-chars'. | ||
| 9 | |||
| 10 | 2013-12-22 Dmitry Gutov <dgutov@yandex.ru> | ||
| 11 | |||
| 3 | * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the | 12 | * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the |
| 4 | docstring. | 13 | docstring. |
| 5 | (ruby-smie-rules): Indent plus one level after `=>'. | 14 | (ruby-smie-rules): Indent plus one level after `=>'. |