diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18756b345f9..7972c662899 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-12-11 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * config.in (HAVE_FTELLO): Remove. | ||
| 4 | (HAVE_FSEEKO): Add. | ||
| 5 | (_XOPEN_SOURCE): Remove; the large-file code no longer needs it. | ||
| 6 | * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not | ||
| 7 | HAVE_FTELLO. | ||
| 8 | * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef. | ||
| 9 | * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE. | ||
| 10 | |||
| 1 | 2000-12-11 Miles Bader <miles@gnu.org> | 11 | 2000-12-11 Miles Bader <miles@gnu.org> |
| 2 | 12 | ||
| 3 | * window.c (displayed_window_lines): Don't round up when | 13 | * window.c (displayed_window_lines): Don't round up when |