aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f10a7c7e1b..a1f784207c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12000-08-03 Gerd Moellmann <gerd@gnu.org>
2
3 * s/ia64.h: New file.
4
5 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
6 Use NULL instead of 0 at the end of variable argument list of
7 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
8 sizeof (int) < sizeof (void *).
9
10 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
11 of variable argument lists of XtVaGetValues and XtVaSetValues.
12
13 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
14 variable argument lists of XtVaGetValues and XtVaSetValues.
15
12000-08-02 Gerd Moellmann <gerd@gnu.org> 162000-08-02 Gerd Moellmann <gerd@gnu.org>
2 17
3 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. 18 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.