X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=0dbf5777662674fabcb2885af28d8ac589edac21;hb=255de8df66dde4395a62d7cfc84adf317f435744;hp=c404d820e53253a40a987bc55328928b25de3b9a;hpb=4e30d33a680cceb0ac2ee3e78c94fdeb46ab2fcd;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index c404d820..0dbf5777 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,13 @@ +2007-08-09 Ben Pfaff + + Fix bug reported by Jason Stover. + * settings.c: Move get_termcap_viewport and in particular the + #include for to the end of the file. curses.h + redefines bool on some systems (e.g. OpenBSD), which causes + disagreement between uses of bool before its inclusion and + afterward. + Tested by Jason Stover. + 2007-07-29 Ben Pfaff Provisional fix for bug #18692 and bug #20161. Reviewed by John