pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/terminal msg-ui.c ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/terminal msg-ui.c ChangeLog
Date: Sat, 04 Nov 2006 23:49:36 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/11/04 23:49:35

Modified files:
        src/ui/terminal: msg-ui.c ChangeLog 

Log message:
                * msg-ui.c (handle_msg): Only write message to terminal if
                get_error_routing_to_terminal() returns true.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/msg-ui.c?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/ChangeLog?cvsroot=pspp&r1=1.13&r2=1.14

Patches:
Index: msg-ui.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/msg-ui.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- msg-ui.c    4 Jul 2006 04:39:05 -0000       1.3
+++ msg-ui.c    4 Nov 2006 23:49:35 -0000       1.4
@@ -141,8 +141,7 @@
 
   ds_put_cstr (&string, m->text);
 
-  /* FIXME: Check set_messages and set_errors to determine where to
-     send errors and messages. */
+  if (get_error_routing_to_terminal ())
   dump_message (ds_cstr (&string), get_viewwidth (), 8, stdout);
 
   ds_destroy (&string);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ChangeLog   8 Jul 2006 03:05:52 -0000       1.13
+++ ChangeLog   4 Nov 2006 23:49:35 -0000       1.14
@@ -1,3 +1,8 @@
+Sat Nov  4 15:48:04 2006  Ben Pfaff  <address@hidden>
+
+       * msg-ui.c (handle_msg): Only write message to terminal if
+       get_error_routing_to_terminal() returns true.
+
 Fri Jul  7 20:03:42 2006  Ben Pfaff  <address@hidden>
 
        * main.c: (main) Register SIGABRT with bug_handler also.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]