From: Miles Bader Date: Sun, 3 Sep 2000 11:40:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3d35a398221e2fded74ad8e6167a9fe6c64d7b6;p=emacs.git *** empty log message *** --- diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index d00da6cdd15..1e72aa853e2 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,11 @@ +2000-09-03 Miles Bader + + * xlwmenu.c (x_alloc_lighter_color_for_widget): New extern declaration. + (make_shadow_gcs) [emacs]: Use x_alloc_lighter_color_for_widget to + do shadow calculation. + (make_shadow_gcs): Remove code that tests whether the top shadow + is dimmer than the bottom shadow--it shouldn't ever happen. + 2000-08-30 Miles Bader * xlwmenu.c (XlwMenuSetValues): If the background color has diff --git a/src/ChangeLog b/src/ChangeLog index 9f7bc8fc412..11076d2f08f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-09-03 Miles Bader + + * xterm.c (x_alloc_lighter_color_for_widget): New function. + 2000-09-02 Gerd Moellmann * xdisp.c (redisplay_mode_lines): New function.