From 96318d90a880125f7dd3c370576723a013bfe301 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 19 Jul 2007 21:06:12 +0200 Subject: prepare 0.5.0 --- Makefile.am | 3 +++ NEWS | 2 ++ configure.ac | 2 +- flpsed.1 | 6 ++++-- 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. -- cgit v1.2.3