X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=b4d329da37537be45e6db74d045ba759586eb881;hb=b87cb8f9f3e55ecb0dcc9f78928335c2c4223ef4;hp=1e96e790b9c8b401e1d6fc72737724a76c7578a5;hpb=3357ef01ec46f9612a71d1c14d53625467644cfe;p=pspp-builds.git diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index 1e96e790..b4d329da 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,34 @@ +2007-11-03 Ben Pfaff + + Allow output files to overwrite input files (bug #21280). + + * main.c (main): Use at_fatal_signal instead of calling signal + directly. + (interrupt_handler) Removed. + (terminate) Rename clean_up. Don't call exit directly. + +2007-09-25 Ben Pfaff + + Patch #6210: implement ability to resize output device parameters + to fit terminal window size as it changes. Reviewed by John + Darrington. + + * automake.mk (src_ui_terminal_libui_a_SOURCES): Add new files. + + * terminal.c: New file. + + * terminal.h: New file. + + * main.c (main): No need to set up SIGWINCH handler any longer. + But we do need to call terminal_init. + (set_fallback_viewport): Move to terminal.c. + [HAVE_LIBNCURSES] (get_termcap_viewport): Ditto. + [!HAVE_LIBNCURSES] (get_termcap_viewport): Ditto. + + * read-line.c (readln_read): After the first line of a command, + call terminal_check_size to allow it to re-detect the terminal + size. + 2007-09-24 Ben Pfaff Patch #6210. Reviewed by John Darrington.