diff options
| author | Dmitry Gutov | 2012-11-13 07:07:09 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2012-11-13 07:07:09 +0400 |
| commit | f178c32dd1f7dd6172e3088a49ebd6d36cd8ce0e (patch) | |
| tree | d3d47b97e0d1f417e4819295262d345b4c9410a4 /test/ChangeLog | |
| parent | 413d4689c0c3f616856615ac7b8bb047c5f2febd (diff) | |
| download | emacs-f178c32dd1f7dd6172e3088a49ebd6d36cd8ce0e.tar.gz emacs-f178c32dd1f7dd6172e3088a49ebd6d36cd8ce0e.zip | |
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Never
font-lock the beginning of singleton class as heredoc.
* test/automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
(ruby-singleton-class-no-heredoc-font-lock): New tests.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 4a9d215aa21..ad136117c1d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-13 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el (ruby-heredoc-font-lock) | ||
| 4 | (ruby-singleton-class-no-heredoc-font-lock): New tests. | ||
| 5 | |||
| 1 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * automated/advice-tests.el: New tests. | 8 | * automated/advice-tests.el: New tests. |