X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=f7983110fdb801efbf9ed4888083ec88eccf78d2;hb=70c7494a0b0a9e6ce90c271f65095bc474b775ee;hp=b3063bd28162ede2d072b2156ed9a5f0f45036fd;hpb=f2ccb1b5f0ad814c1e6fcbc8f1ecaa62913b7e53;p=pspp diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index b3063bd281..f7983110fd 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,8 +1,26 @@ +2007-09-19 John Darrington + + * main.c: Moved get_termcap_viewport from src/data/settings.c + Added a handler for SIGWINCH to call this function. Adjusted + init_settings to suit new interface. + +2007-09-22 Ben Pfaff + + Bug #21128. Reviewed by John Darrington. + + * main.c (i18_init): Set up LC_PAPER locale, if available. Don't + bother with LC_MONETARY locale, since we don't use it anywhere. + 2007-08-26 Ben Pfaff + Bug #17238. Thanks to John Darrington for review. + + * main.c (main): When testing mode is enabled, use a built-in + output driver configuration instead of reading it from the + configuration file. + * msg-ui.c (handle_msg): Send error message to non-screen output - devices also, if routing to listing files is enabled. Bug - #17238. Thanks to John Darrington for review. + devices also, if routing to listing files is enabled. 2007-08-23 Ben Pfaff