aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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 @@
12013-12-22 Dmitry Gutov <dgutov@yandex.ru> 12013-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
102013-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 `=>'.