diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 610a237b050..cc30dc82341 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-01-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some | ||
| 4 | checks made superfluous by the \_< operator. | ||
| 5 | |||
| 6 | 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org> | ||
| 7 | |||
| 8 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<" | ||
| 9 | instead of "\\b". | ||
| 10 | |||
| 1 | 2013-01-27 Michael Albinus <michael.albinus@gmx.de> | 11 | 2013-01-27 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 12 | ||
| 3 | * autorevert.el (auto-revert-handler): Notifications which result | 13 | * autorevert.el (auto-revert-handler): Notifications which result |