Bug #21128. Reviewed by John Darrington.
[pspp] / src / ui / terminal / ChangeLog
index 079aee789cbb01417705843ae9d7613a219b587d..0e6e014d9b49b9c6f5c186ec442a67813e0a9d78 100644 (file)
@@ -1,3 +1,21 @@
+2007-09-22  Ben Pfaff  <blp@gnu.org>
+
+       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  <blp@gnu.org>
+
+       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.
+
 2007-08-23  Ben Pfaff  <blp@gnu.org>
 
        Implement journaling.  Bug #17240.