aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-05 14:58:46 +0000
committerDave Love2000-06-05 14:58:46 +0000
commitf19f32dd0fdae87db186eecf6b5346f297db18b1 (patch)
treeb110e732e388ddd2436ae993f0f1e4412afa4cba
parent9d936abcd0a3252f21a141d33179f3c28b745730 (diff)
downloademacs-f19f32dd0fdae87db186eecf6b5346f297db18b1.tar.gz
emacs-f19f32dd0fdae87db186eecf6b5346f297db18b1.zip
*** empty log message ***
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45f35e3daf8..2b12cead6ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,34 @@
12000-06-05 Dave Love <fx@gnu.org> 12000-06-05 Dave Love <fx@gnu.org>
2 2
3 * xdisp.c: Include fontset.h.
4
5 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
6
7 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
8
9 * dispnew.c: Conditionally include term.h.
10
11 * coding.h: Declare code_convert_string_norecord.
12
13 * frame.h (struct frame): Use volatile unconditionally.
14
15 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
16
17 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
18
19 * systime.h: Protect against multiple inclusion.
20 (timezone) [USG5_4]: Define as time_t.
21
22 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
23 (Foptimize_char_table, make_temp_name): Declare.
24
25 * Makefile.in (xdisp.o): Depend on fontset.h.
26
27 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
28
29 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
30 (Foptimize_char_table, make_temp_name): Declare.
31
3 * s/irix4-0.h: 32 * s/irix4-0.h:
4 * s/irix5-0.h: 33 * s/irix5-0.h:
5 * s/netbsd.h: Don't define autoconfiscated MATHERR. 34 * s/netbsd.h: Don't define autoconfiscated MATHERR.