diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 29 |
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 @@ | |||
| 1 | 2000-06-05 Dave Love <fx@gnu.org> | 1 | 2000-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. |