summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-07-16 16:03:36 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-07-16 16:03:36 +0200
commit95aa46d66ef547374ebcf2a565fc228f4574a7cd (patch)
tree11402b8183c4d54b6689c2000050688654dedb26 /NEWS
parentdd6cd52d013d549febee602704e01b052c28b803 (diff)
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a289901..e2969a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
flpsed ChangeLog
=================
+
+flpsed-0.3.8
+ - implicitely end setup section if %%Page comment is encountered and check
+ for valid setup length after DSC parsing.
+ - only set modified flag if real changes have been made to the document.
+ - use fl_choice() instead of deprecated fl_ask().
+ - no longer rely on %%Pages comment because of possible use of (atend).
+ - call XSync() to avoid "Cannot get ghostview property" error from gs
+ (reported by A Mennucc).
+ - don't die on SIGPIPE if gs has a problem (reported by A Mennucc).
+
flpsed-0.3.7
- use setenv() instead of putenv() for POSIX
compatibility (noticed by Jeff Orczykowski on Solaris 8).