aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-09-03 11:40:32 +0000
committerMiles Bader2000-09-03 11:40:32 +0000
commita3d35a398221e2fded74ad8e6167a9fe6c64d7b6 (patch)
tree150c88ddd39f5d5cebe6a9b23d35ca01a849907b
parent65c0ae052346801645a5f59802678224d96cd62e (diff)
downloademacs-a3d35a398221e2fded74ad8e6167a9fe6c64d7b6.tar.gz
emacs-a3d35a398221e2fded74ad8e6167a9fe6c64d7b6.zip
*** empty log message ***
-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.