diff options
| author | Dmitry Gutov | 2012-11-13 13:30:16 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2012-11-13 13:30:16 +0400 |
| commit | 5745cae6984ed60299a89485aaea8f2f3fb67382 (patch) | |
| tree | d2566ee6ff5a0d45607b57f56a287374504ce2d9 /test/ChangeLog | |
| parent | 2a14f83bbdb59565f3e4bffa8e583270e10cf92c (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2012-11-13 Dmitry Gutov <dgutov@yandex.ru> | 1 | 2012-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 | ||
| 6 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 9 | ||