Mercurial > emacs
comparison lwlib/ChangeLog @ 31342:8d5c06c62809
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 03 Sep 2000 11:40:32 +0000 |
parents | 29ff60f3411c |
children | fb34fa0a3cce |
comparison
equal
deleted
inserted
replaced
31341:1c5d68acbded | 31342:8d5c06c62809 |
---|---|
1 2000-09-03 Miles Bader <miles@gnu.org> | |
2 | |
3 * xlwmenu.c (x_alloc_lighter_color_for_widget): New extern declaration. | |
4 (make_shadow_gcs) [emacs]: Use x_alloc_lighter_color_for_widget to | |
5 do shadow calculation. | |
6 (make_shadow_gcs): Remove code that tests whether the top shadow | |
7 is dimmer than the bottom shadow--it shouldn't ever happen. | |
8 | |
1 2000-08-30 Miles Bader <miles@gnu.org> | 9 2000-08-30 Miles Bader <miles@gnu.org> |
2 | 10 |
3 * xlwmenu.c (XlwMenuSetValues): If the background color has | 11 * xlwmenu.c (XlwMenuSetValues): If the background color has |
4 changed, re-make the shadow-gcs too. | 12 changed, re-make the shadow-gcs too. |
5 | 13 |