From: Dave Love Date: Mon, 5 Jun 2000 14:58:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f19f32dd0fdae87db186eecf6b5346f297db18b1;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 45f35e3daf8..2b12cead6ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,34 @@ 2000-06-05 Dave Love + * xdisp.c: Include fontset.h. + + * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned. + + * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. + + * dispnew.c: Conditionally include term.h. + + * coding.h: Declare code_convert_string_norecord. + + * frame.h (struct frame): Use volatile unconditionally. + + * buffer.h: Remove Vbefore_change_function, Vafter_change_function. + + * xmenu.c (menu_item_selection): Declare volatile unconditionally. + + * systime.h: Protect against multiple inclusion. + (timezone) [USG5_4]: Define as time_t. + + * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. + (Foptimize_char_table, make_temp_name): Declare. + + * Makefile.in (xdisp.o): Depend on fontset.h. + + * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. + + * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. + (Foptimize_char_table, make_temp_name): Declare. + * s/irix4-0.h: * s/irix5-0.h: * s/netbsd.h: Don't define autoconfiscated MATHERR.