diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3116af3f89..e7c737edb91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-19 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | ||
| 4 | |||
| 1 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * xterm.c (x_set_offset): Take window manager decorations | 7 | * xterm.c (x_set_offset): Take window manager decorations |
| @@ -17,6 +21,8 @@ | |||
| 17 | 21 | ||
| 18 | 2003-09-18 Dave Love <fx@gnu.org> | 22 | 2003-09-18 Dave Love <fx@gnu.org> |
| 19 | 23 | ||
| 24 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | ||
| 25 | |||
| 20 | * process.c (Fnetwork_interface_info): Fix type error. | 26 | * process.c (Fnetwork_interface_info): Fix type error. |
| 21 | (Fnetwork_interface_list): Doc fix. | 27 | (Fnetwork_interface_list): Doc fix. |
| 22 | (read_process_output, read_process_output): Delete unused var. | 28 | (read_process_output, read_process_output): Delete unused var. |