diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-03 20:24:26 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-03 20:24:26 +0000 |
commit | f4988be716e944e017592038055085cf99fec0b9 (patch) | |
tree | 8af1f207c922de12c422a1750b6acf7a7940e22f /lwlib | |
parent | c52e7aa6e2955763050e305229a75c43924ec1e4 (diff) | |
download | emacs-f4988be716e944e017592038055085cf99fec0b9.tar.gz |
*** empty log message ***
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 |