aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-12-26 20:45:19 +0400
committerDmitry Gutov2012-12-26 20:45:19 +0400
commitdb590ef6e30d0b962e226ce5c5a003cc52a17953 (patch)
treec781d2e3e1513a1b2cac43be94b08eb7c2a99e35 /lisp/ChangeLog
parentf5c81c80c109fcaca04b25e08c34848110e2550b (diff)
downloademacs-db590ef6e30d0b962e226ce5c5a003cc52a17953.tar.gz
emacs-db590ef6e30d0b962e226ce5c5a003cc52a17953.zip
* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
"module" and "def" to have indentation before them. Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test). * test/automated/ruby-mode-tests.el (ruby-indent-after-block-in-continued-expression): New test.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b5fa2e85fae..f7664b663ac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4 "module" and "def" to have indentation before them. Regression
5 from 109911 (see the new test).
6
12012-12-24 Dmitry Gutov <dgutov@yandex.ru> 72012-12-24 Dmitry Gutov <dgutov@yandex.ru>
2 8
3 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200). 9 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).