diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6eb18889c3a..6933cd190e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2000-06-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.h (poll_for_input_1): Declare. | ||
| 4 | |||
| 5 | * getloadavg.c: Don't define NLIST_STRUCT (handled by configure). | ||
| 6 | |||
| 7 | * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | ||
| 8 | |||
| 9 | * doprnt.c: Don't declare xmalloc, xrealloc. | ||
| 10 | |||
| 11 | * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text) | ||
| 12 | (getenv, ctime, getwd): Removed. | ||
| 13 | (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE. | ||
| 14 | |||
| 15 | * xterm.h: Remove duplicate prototypes. Declare free_frame_xic, | ||
| 16 | x_set_tool_bar_lines. | ||
| 17 | |||
| 18 | * config.in: Add HAVE_GETWD. Move some definitions above | ||
| 19 | machine/system includes. | ||
| 20 | |||
| 1 | 2000-06-20 Kenichi Handa <handa@etl.go.jp> | 21 | 2000-06-20 Kenichi Handa <handa@etl.go.jp> |
| 2 | 22 | ||
| 3 | * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1. | 23 | * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1. |