diff options
| author | Bozhidar Batsov | 2013-11-26 12:38:19 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-26 12:38:19 +0200 |
| commit | 4e9fc48c06eef312b81764ff235293bfe2be594b (patch) | |
| tree | 2b6dc9e18e84486ae47799aa8265b87a0fe6bc3a /test/ChangeLog | |
| parent | 1ecfd96e0f976da520a1ee7f5a9b120fd999f65f (diff) | |
| download | emacs-4e9fc48c06eef312b81764ff235293bfe2be594b.tar.gz emacs-4e9fc48c06eef312b81764ff235293bfe2be594b.zip | |
Improve a couple of changelog entries.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index a0c17f6cfb7..d22c47f62df 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -28,9 +28,12 @@ | |||
| 28 | 28 | ||
| 29 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> | 29 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> |
| 30 | 30 | ||
| 31 | * test/automated/ruby-mode-tests.el: | 31 | * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock): |
| 32 | Add a failing test for Bug#15874. | 32 | Add a failing test for Bug#15874. |
| 33 | * test/automated/ruby-mode-tests.el: | 33 | * test/automated/ruby-mode-tests.el |
| 34 | (ruby--insert-coding-comment-ruby-style) | ||
| 35 | (ruby--insert-coding-comment-emacs-style) | ||
| 36 | (ruby--insert-coding-comment-custom-style): | ||
| 34 | Add a few tests for `ruby--insert-coding-comment'. | 37 | Add a few tests for `ruby--insert-coding-comment'. |
| 35 | 38 | ||
| 36 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> | 39 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> |