aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lwlib/ChangeLog8
-rw-r--r--src/ChangeLog4
2 files changed, 12 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index d00da6cdd15..1e72aa853e2 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,11 @@
12000-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
12000-08-30 Miles Bader <miles@gnu.org> 92000-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
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f7bc8fc412..11076d2f08f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-09-03 Miles Bader <miles@gnu.org>
2
3 * xterm.c (x_alloc_lighter_color_for_widget): New function.
4
12000-09-02 Gerd Moellmann <gerd@gnu.org> 52000-09-02 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xdisp.c (redisplay_mode_lines): New function. 7 * xdisp.c (redisplay_mode_lines): New function.