# HG changeset patch # User Miles Bader # Date 967981232 0 # Node ID 8d5c06c62809d166733380e9943d460c8076d71f # Parent 1c5d68acbdeda6004560ad1148afe037ebf61db1 *** empty log message *** diff -r 1c5d68acbded -r 8d5c06c62809 lwlib/ChangeLog --- a/lwlib/ChangeLog Sun Sep 03 11:37:45 2000 +0000 +++ b/lwlib/ChangeLog Sun Sep 03 11:40:32 2000 +0000 @@ -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 -r 1c5d68acbded -r 8d5c06c62809 src/ChangeLog --- a/src/ChangeLog Sun Sep 03 11:37:45 2000 +0000 +++ b/src/ChangeLog Sun Sep 03 11:40:32 2000 +0000 @@ -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.