Mercurial > emacs
comparison lwlib/ChangeLog @ 48481:3c1c8a8c21cd
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Nov 2002 19:26:18 +0000 |
parents | 99a48943a879 |
children | ada254f3e717 |
comparison
equal
deleted
inserted
replaced
48480:9d09b87e8f3a | 48481:3c1c8a8c21cd |
---|---|
1 2002-11-20 Dave Love <fx@gnu.org> | |
2 | |
3 * lwlib.c: Remove obsolete USE_OLIT code. | |
4 [PROTOTYPES]: Provide ISO C arglists for functions with Boolean | |
5 args. | |
6 (lwlib_memset): Declare length arg as size_t. | |
7 (malloc_widget_value): Cast arg of lwlib_memset. | |
8 | |
9 * xlwmenu.c (separator_height): Prototype. | |
10 | |
1 2002-05-07 Miles Bader <miles@gnu.org> | 11 2002-05-07 Miles Bader <miles@gnu.org> |
2 | 12 |
3 * xlwmenu.c (make_drawing_gcs): The scaling factor passed to | 13 * xlwmenu.c (make_drawing_gcs): The scaling factor passed to |
4 `x_alloc_lighter_color_for_widget' is a float, not an int, and | 14 `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. | 15 it's a multiplicative factor, so the name `delta' is inaccurate. |