Estimate parameters. Moved some code to re-usable functions.
[pspp] / src / ui / terminal / ChangeLog
index c626af0aae1cbebfed7a56913aec517fdbb79e3a..a5ad36d43247dc1f1eb95c536e4e25a632923b67 100644 (file)
@@ -1,3 +1,18 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       * Use unilbrk.h instead of linebreak.h and ulc_width_linebreaks
+       instead of mbs_width_linebreaks for compatibility with latest
+       gnulib.
+
+2007-11-03  Ben Pfaff  <blp@gnu.org>
+
+       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  <blp@gnu.org>
 
        Patch #6210: implement ability to resize output device parameters