summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-19 21:06:12 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-19 21:06:12 +0200
commit96318d90a880125f7dd3c370576723a013bfe301 (patch)
treeb92cda7e9a07d057a4b0de88de690fdfa0b05b39
parent8f7330a6889fba66ce2b9b1cd7b40f83c0814058 (diff)
prepare 0.5.0
-rw-r--r--Makefile.am3
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--flpsed.16
4 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index af437a6..acbd977 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,4 @@
SUBDIRS = src
+
+man_MANS=flpsed.1
+EXTRA_DIST= $(man_MANS)
diff --git a/NEWS b/NEWS
index 37587e3..0cdf1be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
flpsed ChangeLog
=================
+flpsed-0.5.0
- fix scroll drawing problem.
- fix PostScript DSC problem (reported by Jim Cline).
- ask before overwriting files.
- fix problem with non-A4 paper sizes.
+ - add a manual page.
flpsed-0.3.9
- fix problem with documents that embed standard font replacements
diff --git a/configure.ac b/configure.ac
index dfa6beb..7e0770c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(flpsed, 0.3.91_pre2, Johannes.Hofmann@gmx.de)
+AC_INIT(flpsed, 0.5.0, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/GsWidget.H])
AC_CONFIG_HEADER(config.h)
diff --git a/flpsed.1 b/flpsed.1
index 427ec42..cc9a904 100644
--- a/flpsed.1
+++ b/flpsed.1
@@ -14,9 +14,11 @@
.Sh DESCRIPTION
The
.Nm
-utility allows to annotate Postscript and PDF files.
+utility allows to annotate Postscript files.
+PDF files can be imported using the pdftops and exported
+using the ps2pdf utility.
If the document was saved in Postscript format,
-added text can be reedited later with flpsed.
+added text can be reedited later.
.Nm
is useful for filling in forms or adding short comments.
Batch mode can be used to automate form filling.