X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=326517109177cb979cf4d8c13cd57cd63b709601;hb=458d169f64134f4e0a9d9b72398666a01761fcf8;hp=ddf6e685bc51c2f64cb02812381853a1860e3891;hpb=56728c4e740a15c66266f54bed1307299f723f56;p=pspp diff --git a/src/data/ChangeLog b/src/data/ChangeLog index ddf6e685bc..3265171091 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,17 @@ +2007-07-25 Ben Pfaff + + Fix bugs related to bug #17213. + + * settings.c: Use HAVE_LIBNCURSES instead of HAVE_LIBTERMCAP, + since the former is what config.h has. Include the needed ncurses + headers. + (static var echo) Rename to `do_echo' because the original name is + the same as an ncurses identifier. + (get_termcap_viewport) Use error instead of msg. + + * file-name.c (fn_interp_vars): Fix interpolation of $VARS. + (fn_close): Don't close stdin, stdout, stderr. + 2007-07-26 John Darrington * procedure.c procedure.h: Added callbacks which get invoked whenever