output-item: Make label a part of every output_item.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 07e2e20234334fcbea69a5970fc556a840c3b9aa..491168199b88abc86fcd3d98178c4e49b2960f45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
 Changes from 1.4.1 to 1.5.2:
 
- * PSPP can now write its results directly to a TeX source file.
+ * An error in the displayed signficance of oneway anova
+   contrasts tests has been corrected.
 
  * Added Drag-N-Drop in output view.
 
@@ -17,13 +18,29 @@ Changes from 1.4.1 to 1.5.2:
    The new interface provides the user with a preview of the data to be imported
    and interactive methods to select the desired ranges.
 
- * The html output driver has a new option "bare".
+ * The user manual, in its Info and HTML versions, now includes
+   graphical output examples and screenshots.
+
+ * Output improvements:
+
+   - New drivers for output to TeX source files and to PNG files.
+
+   - Table output styles may now be set with the new option
+     --table-look and the new SET TLOOK command.
+
+   - New driver option "trim" to remove empty space from PDF,
+     PostScript, SVG, and PNG output files.
+
+   - The PDF output driver now adds an outline to allow PDF viewers to display
+     as a "table of contents" for the file.
+
+   - The HTML output driver has a new option "bare".
 
  * New features in pspp-output:
 
    - New --table-look and --nth-commands options.
 
-   - New get-table-look command.
+   - New get-table-look and convert-table-look commands.
 
 Changes from 1.4.0 to 1.4.1: