Mercurial > emacs
changeset 31342:8d5c06c62809
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 03 Sep 2000 11:40:32 +0000 |
parents | 1c5d68acbded |
children | 937d491f865c |
files | lwlib/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <miles@gnu.org> + + * 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 <miles@gnu.org> * xlwmenu.c (XlwMenuSetValues): If the background color has
--- 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 <miles@gnu.org> + + * xterm.c (x_alloc_lighter_color_for_widget): New function. + 2000-09-02 Gerd Moellmann <gerd@gnu.org> * xdisp.c (redisplay_mode_lines): New function.