diff options
| author | Dave Love | 2000-03-08 19:10:01 +0000 |
|---|---|---|
| committer | Dave Love | 2000-03-08 19:10:01 +0000 |
| commit | 7397acc4946b0a953b5f13cd99dfff9a68fffb66 (patch) | |
| tree | fc788c6221028775c3fa9b8b6d6f0b79ecbaa3f5 /src | |
| parent | eea0252e8347b1917bd6f23951e7a6d3de1d9869 (diff) | |
| download | emacs-7397acc4946b0a953b5f13cd99dfff9a68fffb66.tar.gz emacs-7397acc4946b0a953b5f13cd99dfff9a68fffb66.zip | |
(liblw.a): Don't bother testing for ranlib failing
since configure sets it up.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5e4608ae1bf..847ac8c7748 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-03-08 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * config.in: Don't depend on __STDC__ for volatile. | ||
| 4 | Add POINTER_TYPE, PTR, PROTOTYPES. | ||
| 5 | |||
| 6 | * hftctl.c, strftime.c: Use PROTOTYPES. | ||
| 7 | * eval.c (find_handler_clause): Likewise. | ||
| 8 | |||
| 9 | * mem-limits.h: Use POINTER_TYPE. | ||
| 10 | |||
| 11 | * lisp.h (P_): Define based on PROTOTYPES, not __STDC__. | ||
| 12 | (memory_warnings): Declare using POINTER_TYPE. | ||
| 13 | |||
| 1 | 2000-03-08 Gerd Moellmann <gerd@gnu.org> | 14 | 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 15 | ||
| 3 | * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor. | 16 | * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor. |