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 /lisp/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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bab44db48a1..fc69b8643b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-11-13 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the | ||
| 4 | period before class method names, not after. Remove handling of | ||
| 5 | one impossible case. Add comments. | ||
| 6 | |||
| 1 | 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * emacs-lisp/advice.el: Remove support for freezing. | 9 | * emacs-lisp/advice.el: Remove support for freezing. |