diff options
| author | Anders Lindgren | 2014-02-04 12:37:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-02-04 12:37:08 -0500 |
| commit | 08e41897364aecbfb4c275d3c3c0cd5acbd08cc9 (patch) | |
| tree | 4af0ad8df37c2a863e2a76bfa057a5562336e18b /lisp/ChangeLog | |
| parent | 8101203ad76faba349a98c79f54a6c09659d8719 (diff) | |
| download | emacs-08e41897364aecbfb4c275d3c3c0cd5acbd08cc9.tar.gz emacs-08e41897364aecbfb4c275d3c3c0cd5acbd08cc9.zip | |
* lisp/emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
the names.
Fixes: debbugs:16620
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a97860c8aa6..a7109284991 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | 2014-02-04 Anders Lindgren <andlind@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in | ||
| 4 | the names (bug#16620). | ||
| 5 | |||
| 1 | 2014-02-03 Martin Rudalics <rudalics@gmx.at> | 6 | 2014-02-03 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * faces.el (window-divider): New default value. Rewrite | 8 | * faces.el (window-divider): New default value. Rewrite doc-string. |
| 4 | doc-string. | 9 | (window-divider-first-pixel, window-divider-last-pixel): New faces. |
| 5 | (window-divider-first-pixel, window-divider-last-pixel): New | ||
| 6 | faces. | ||
| 7 | 10 | ||
| 8 | 2014-02-03 Dmitry Gutov <dgutov@yandex.ru> | 11 | 2014-02-03 Dmitry Gutov <dgutov@yandex.ru> |
| 9 | 12 | ||
| @@ -34,8 +37,8 @@ | |||
| 34 | 37 | ||
| 35 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 38 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 36 | 39 | ||
| 37 | * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): Also | 40 | * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): |
| 38 | try to display local help from just before point. | 41 | Also try to display local help from just before point. |
| 39 | 42 | ||
| 40 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> | 43 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 41 | 44 | ||