diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbabcfb6ee2..502cc2ff8c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-01-11 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and | ||
| 4 | max are almost equal. Also return the correct value for V which is | ||
| 5 | already between 0 and 1. | ||
| 6 | |||
| 1 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * emacs-lisp/ert.el (ert-run-test): Use point-max-marker. | 9 | * emacs-lisp/ert.el (ert-run-test): Use point-max-marker. |