aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-11 12:15:07 +0000
committerGerd Moellmann2000-12-11 12:15:07 +0000
commit169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2 (patch)
tree490488cb8315f33650bc9e7f0b8d56db963ce796 /src
parentb7d95d4220021b84527bf9263cb0255ca057b367 (diff)
downloademacs-169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2.tar.gz
emacs-169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
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 @@
12000-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
12000-12-11 Miles Bader <miles@gnu.org> 112000-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