diff options
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 38991133a24..f4a1fdbe6da 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,10 @@ +2000-08-03 Gerd Moellmann <gerd@gnu.org> + + * lwlib.c, lwlib-Xm.c, lwlib-Xaw.c: Use NULL at the end of the + variable argument lists of XtVaSetValues and XtVaGetValues + functions because 0 is not sufficient on systems where sizeof + (int) < sizeof (void *). + 2000-07-19 Gerd Moellmann <gerd@gnu.org> * xlwmenu.c [emacs]: Don't include <X11/bitmaps/gray> because that |