# HG changeset patch # User Chong Yidong # Date 1171936562 0 # Node ID 74b530027eb35b435a3603c6bc37caec4a351eee # Parent c0a1f896395c06885a3ee9201ef04983a8c80566 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor. diff -r c0a1f896395c -r 74b530027eb3 src/ChangeLog --- a/src/ChangeLog Mon Feb 19 22:53:31 2007 +0000 +++ b/src/ChangeLog Tue Feb 20 01:56:02 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-20 Chong Yidong + + * frame.c (x_set_screen_gamma): Apply gamma value to the frame's + bgcolor. + 2007-02-19 Kim F. Storm * minibuf.c (Fassoc_string): Allow symbols as keys.