aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2002-05-07 05:22:48 +0000
committerPavel Janík2002-05-07 05:22:48 +0000
commitef93458b2f8ae0e15c8e85656d68e22bb4f230b3 (patch)
treebcc17825eeba1ff3225f93373b4f336186f9fda2 /lwlib/ChangeLog
parentfe75e6d0237955a3d5bb2c23dfad6bb9c36bc17d (diff)
downloademacs-ef93458b2f8ae0e15c8e85656d68e22bb4f230b3.tar.gz
emacs-ef93458b2f8ae0e15c8e85656d68e22bb4f230b3.zip
(make_drawing_gcs): The scaling factor passed to
`x_alloc_lighter_color_for_widget' is a float, not an int, and it's a multiplicative factor, so the name `delta' is inaccurate. Always base disabled foreground on the normal foreground. Don't use the temporary variable `temp'.
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r--lwlib/ChangeLog8
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 @@
12002-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
12002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 92002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 10
3 * xlwmenu.c (xlwMenuResources): New resource. 11 * xlwmenu.c (xlwMenuResources): New resource.