From: Chong Yidong Date: Tue, 20 Feb 2007 01:56:02 +0000 (+0000) Subject: * frame.c (x_set_screen_gamma): Apply gamma value to the frame's X-Git-Tag: emacs-pretest-22.0.94~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=864a4ae770d365604a8b716cf40840908b7e32d4;p=emacs.git * frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor. --- diff --git a/src/ChangeLog b/src/ChangeLog index a6b24c04970..ea85360e144 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.