diff options
| author | Gerd Moellmann | 2000-08-03 20:24:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-03 20:24:26 +0000 |
| commit | f4988be716e944e017592038055085cf99fec0b9 (patch) | |
| tree | 8af1f207c922de12c422a1750b6acf7a7940e22f /src/ChangeLog | |
| parent | c52e7aa6e2955763050e305229a75c43924ec1e4 (diff) | |
| download | emacs-f4988be716e944e017592038055085cf99fec0b9.tar.gz emacs-f4988be716e944e017592038055085cf99fec0b9.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-08-02 Gerd Moellmann <gerd@gnu.org> | 16 | 2000-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. |