From 62d358bdc1fb56fed6f99f8ccbb4d6302914c134 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Thu, 16 Jun 2005 21:19:37 +0000 Subject: [PATCH] Took my "opinion" out of the ChangeLog message from Jun 14. --- src/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 68324206d..9660bef7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -16,8 +16,9 @@ * layout.c: Likewise. * view.c: Likewise. * view.c: Fixed an integer wraparound bug. - * view.c (view_get_filesize_with_exact): Removed. I didn't like - the name. Replaced with a new function view_may_still_grow(). + * view.c (view_get_filesize_with_exact): Removed. The replacement + function is view_may_still_grow(), which does not overlap with + view_get_filesize(). 2005-06-08 Roland Illig