diff options
Diffstat (limited to 'lwlib/ChangeLog')
| -rw-r--r-- | lwlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index b4c18ee2654..8bbd084133c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-05-07 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xlwmenu.c (make_drawing_gcs): The scaling factor passed to | ||
| 4 | `x_alloc_lighter_color_for_widget' is a float, not an int, and | ||
| 5 | it's a multiplicative factor, so the name `delta' is inaccurate. | ||
| 6 | Always base disabled foreground on the normal foreground. | ||
| 7 | Don't use the temporary variable `temp'. | ||
| 8 | |||
| 1 | 2002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 9 | 2002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 10 | ||
| 3 | * xlwmenu.c (xlwMenuResources): New resource. | 11 | * xlwmenu.c (xlwMenuResources): New resource. |