aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-12-14 08:46:13 +0200
committerDmitry Gutov2013-12-14 08:46:13 +0200
commit276bc3337b27bcd76aa2735ed96c160c6a1b573a (patch)
tree998438a0496b773195c79bd11f9372d06497d96f /test/ChangeLog
parentdc7909c40a5524af650a7d4233f393a43bf6706c (diff)
downloademacs-276bc3337b27bcd76aa2735ed96c160c6a1b573a.tar.gz
emacs-276bc3337b27bcd76aa2735ed96c160c6a1b573a.zip
Fix bug#16118
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Return nil before open-paren tokens when preceded by a open-paren, too. (ruby-smie-rules): Handle virtual indentation after open-paren tokens specially. If there is code between it and eol, return the column where is starts. * test/indent/ruby.rb: New examples.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 6f75b33af95..ffa12498de4 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-12-14 Dmitry Gutov <dgutov@yandex.ru>
2
3 * indent/ruby.rb: New examples.
4
12013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> 52013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 6
3 * automated/python-tests.el (python-indent-dedenters-2): New test. 7 * automated/python-tests.el (python-indent-dedenters-2): New test.