X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=079aee789cbb01417705843ae9d7613a219b587d;hb=fdcc4b6875ccdbf7bd01bc401e87afbeb71c2bfd;hp=a98b9244aa0affea65d68e4a8ba0fdadba203360;hpb=68b73d179454af3151156c62c2e27804019900d2;p=pspp-builds.git diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index a98b9244..079aee78 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,17 @@ +2007-08-23 Ben Pfaff + + Implement journaling. Bug #17240. + + * msg-ui.c (handle_msg): Send message to write_journal function + as well as msg_file. + (dump_message): Change interface so that it takes a function + pointer instead of a FILE. + (write_stream): New function. + (write_journal): New function. + + * read-line.c (welcome): Call journal_enable, so that the journal + is enabled by default. + 2007-07-25 Ben Pfaff Make interactive output go to the terminal (bug #17213), by