aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-11-13 13:30:16 +0400
committerDmitry Gutov2012-11-13 13:30:16 +0400
commit5745cae6984ed60299a89485aaea8f2f3fb67382 (patch)
treed2566ee6ff5a0d45607b57f56a287374504ce2d9 /test/ChangeLog
parent2a14f83bbdb59565f3e4bffa8e583270e10cf92c (diff)
downloademacs-5745cae6984ed60299a89485aaea8f2f3fb67382.tar.gz
emacs-5745cae6984ed60299a89485aaea8f2f3fb67382.zip
* lisp/progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
period before class method names, not after. Remove handling of one impossible case. Add comments. * test/automated/ruby-mode-tests.el (ruby-add-log-current-method-examples): New test. (ruby-test-string): Extract from ruby-should-indent-buffer.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ad136117c1d..44c013e9887 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,7 +1,9 @@
12012-11-13 Dmitry Gutov <dgutov@yandex.ru> 12012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock) 3 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
4 (ruby-singleton-class-no-heredoc-font-lock): New tests. 4 (ruby-singleton-class-no-heredoc-font-lock)
5 (ruby-add-log-current-method-examples): New tests.
6 (ruby-test-string): Extract from ruby-should-indent-buffer.
5 7
62012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> 82012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7 9