1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-06-05 14:58:46 +00:00
parent 9d936abcd0
commit f19f32dd0f

View File

@ -1,5 +1,34 @@
2000-06-05 Dave Love <fx@gnu.org>
* 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.