diff options
| author | Stefan Monnier | 2014-03-28 18:47:46 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-28 18:47:46 -0400 |
| commit | 929c0500cc92dae4d2c3be18121f455fd5b325d6 (patch) | |
| tree | b35e0aa771a59dce0c714f3ba760d39a1c3a9b2c /lisp/ChangeLog | |
| parent | 84df8b963e843007782d897d48a6bc7e4f74ad13 (diff) | |
| download | emacs-929c0500cc92dae4d2c3be18121f455fd5b325d6.tar.gz emacs-929c0500cc92dae4d2c3be18121f455fd5b325d6.zip | |
* lisp/emacs-lisp/package.el (package-built-in-p): Treat a min-version of
0 like nil.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 970402ef86e..66d5910b280 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package-built-in-p): Treat a min-version of | ||
| 4 | 0 like nil. | ||
| 5 | |||
| 1 | 2014-03-27 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2014-03-27 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight | 8 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): |
| 4 | special globals with font-lock-builtin-face. (Bug#17057) | 9 | Highlight special globals with font-lock-builtin-face. (Bug#17057) |
| 5 | 10 | ||
| 6 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): | 11 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): |
| 7 | Don't propertize `?' or `!' as symbol constituent when after | 12 | Don't propertize `?' or `!' as symbol constituent when after |