# HG changeset patch # User Dave Love # Date 966521857 0 # Node ID 27d71c4b6de1dcb3cb0ea46f90cd87e1afed1477 # Parent 0bc07afc3c0dc2ca5c765bd783a8f598e3d7a90f *** empty log message *** diff -r 0bc07afc3c0d -r 27d71c4b6de1 src/ChangeLog --- a/src/ChangeLog Thu Aug 17 14:15:15 2000 +0000 +++ b/src/ChangeLog Thu Aug 17 14:17:37 2000 +0000 @@ -1,3 +1,34 @@ +2000-08-17 Dave Love + + * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't + declare make_temp_name twice. + + * lread.c: Prototype readevalloop, load_unwind, + load_descriptor_unwind. + (unreadpure): Give it an arg. + + * unexalpha.c: Prototype fatal_unexec, mark_x, + update_dynamic_symbols. Declare unexec as void. + + * cm.c [HAVE_TERMCAP_H]: Include . + [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. + + * alloc.c (lisp_malloc): Declare with POINTER_TYPE. + [SYSTEM_MALLOC]: Make decls in malloc.h conditional on + DOUG_LEA_MALLOC. + + * alloca.c: Use #error. + [POINTER_TYPE]: Use it. + + * eval.c (Fdefvar): Doc fix. + + * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid + INITIALIZE_INTERVAL. + + * buffer.h: Avoid DECLARE_INTERVALS. + + * config.in: Add size_t. + 2000-08-17 Eli Zaretskii * w16select.c (set_clipboard_data): If there's not enough memory