diff options
| author | Miles Bader | 2000-09-03 11:40:32 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-09-03 11:40:32 +0000 |
| commit | a3d35a398221e2fded74ad8e6167a9fe6c64d7b6 (patch) | |
| tree | 150c88ddd39f5d5cebe6a9b23d35ca01a849907b | |
| parent | 65c0ae052346801645a5f59802678224d96cd62e (diff) | |
| download | emacs-a3d35a398221e2fded74ad8e6167a9fe6c64d7b6.tar.gz emacs-a3d35a398221e2fded74ad8e6167a9fe6c64d7b6.zip | |
*** empty log message ***
| -rw-r--r-- | lwlib/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 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 |
diff --git a/src/ChangeLog b/src/ChangeLog index 9f7bc8fc412..11076d2f08f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-09-03 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_alloc_lighter_color_for_widget): New function. | ||
| 4 | |||
| 1 | 2000-09-02 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-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. |