diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a17b16c4e2d..26b9cd339d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2000-08-17 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | ||
| 4 | declare make_temp_name twice. | ||
| 5 | |||
| 6 | * lread.c: Prototype readevalloop, load_unwind, | ||
| 7 | load_descriptor_unwind. | ||
| 8 | (unreadpure): Give it an arg. | ||
| 9 | |||
| 10 | * unexalpha.c: Prototype fatal_unexec, mark_x, | ||
| 11 | update_dynamic_symbols. Declare unexec as void. | ||
| 12 | |||
| 13 | * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>. | ||
| 14 | [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. | ||
| 15 | |||
| 16 | * alloc.c (lisp_malloc): Declare with POINTER_TYPE. | ||
| 17 | [SYSTEM_MALLOC]: Make decls in malloc.h conditional on | ||
| 18 | DOUG_LEA_MALLOC. | ||
| 19 | |||
| 20 | * alloca.c: Use #error. | ||
| 21 | [POINTER_TYPE]: Use it. | ||
| 22 | |||
| 23 | * eval.c (Fdefvar): Doc fix. | ||
| 24 | |||
| 25 | * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid | ||
| 26 | INITIALIZE_INTERVAL. | ||
| 27 | |||
| 28 | * buffer.h: Avoid DECLARE_INTERVALS. | ||
| 29 | |||
| 30 | * config.in: Add size_t. | ||
| 31 | |||
| 1 | 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il> | 32 | 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 33 | ||
| 3 | * w16select.c (set_clipboard_data): If there's not enough memory | 34 | * w16select.c (set_clipboard_data): If there's not enough memory |