diff options
| author | Gerd Moellmann | 2000-12-11 12:15:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 12:15:07 +0000 |
| commit | 169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2 (patch) | |
| tree | 490488cb8315f33650bc9e7f0b8d56db963ce796 /src | |
| parent | b7d95d4220021b84527bf9263cb0255ca057b367 (diff) | |
| download | emacs-169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2.tar.gz emacs-169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2.zip | |
*** empty log message ***
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 |