aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-02-14 09:45:33 +0400
committerDmitry Gutov2013-02-14 09:45:33 +0400
commit71a048c16b1a3c8708c161b38e52155b77d0ea60 (patch)
tree84895b1fc0a34f1b914a08fd04c9fd2398f8fcf1 /test/ChangeLog
parent53ca88c478b773f2b56084442c8d17e83577f52c (diff)
downloademacs-71a048c16b1a3c8708c161b38e52155b77d0ea60.tar.gz
emacs-71a048c16b1a3c8708c161b38e52155b77d0ea60.zip
(ruby-add-log-current-method): Improve performance at the expense
of accuracy. `ruby-block-contains-point' is relatively slow, so only use it for method and singleton class blocks. * test/automated/ruby-mode-tests.el (ruby-add-log-current-method-after-inner-class): Lower expectations: move point inside a method, initially.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 7e08eccc2e3..7fed4f29408 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -4,6 +4,8 @@
4 (ruby-move-to-block-skips-percent-literal): Add depth-affecting 4 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
5 bits inside the examples. 5 bits inside the examples.
6 (ruby-move-to-block-skips-heredoc): New test. 6 (ruby-move-to-block-skips-heredoc): New test.
7 (ruby-add-log-current-method-after-inner-class): Lower
8 expectations: move point inside a method, initially.
7 9
82013-02-13 Dmitry Gutov <dgutov@yandex.ru> 102013-02-13 Dmitry Gutov <dgutov@yandex.ru>
9 11