aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJulien Danjou2012-01-19 23:06:49 +0000
committerKatsumi Yamaoka2012-01-19 23:06:49 +0000
commit0d0deb382bfc139f4c30f1f17ef1ab410ff94836 (patch)
treeb42830135710aea1059a7dc389940794b6a6b5c1 /lisp/ChangeLog
parent1ef176814849c2c180ce80c65feb7af3ca3efa68 (diff)
downloademacs-0d0deb382bfc139f4c30f1f17ef1ab410ff94836.tar.gz
emacs-0d0deb382bfc139f4c30f1f17ef1ab410ff94836.zip
color.el (color-name-to-rgb): Use the white color to find the max color component value and return correctly computed values.
(color-name-to-rgb): Add missing float conversion for max value.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8fa8031d125..ab813e21922 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-01-19 Julien Danjou <julien@danjou.info>
2
3 * color.el (color-name-to-rgb): Use the white color to find the max
4 color component value and return correctly computed values.
5 (color-name-to-rgb): Add missing float conversion for max value.
6
12012-01-19 Martin Rudalics <rudalics@gmx.at> 72012-01-19 Martin Rudalics <rudalics@gmx.at>
2 8
3 * window.el (window--state-get-1, window-state-get): Do not use 9 * window.el (window--state-get-1, window-state-get): Do not use