summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--README10
2 files changed, 19 insertions, 5 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..896f55e
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,14 @@
+flpsed ChangeLog
+=================
+
+flpsed-0.2
+ - Change internal format to allow for more compatible PostScript code.
+ - Improve PostScript output.
+ - Make flpsed work with various page sizes.
+ - Major code restructuring.
+ - Allow pasting of text.
+ - Fix segmentation fault when saving large documents.
+ - Add support for '\' character.
+
+flpsed-0.1
+ - initial version \ No newline at end of file
diff --git a/README b/README
index 42c4fc0..87b383c 100644
--- a/README
+++ b/README
@@ -15,19 +15,19 @@ Usage:
- remove text, by hitting BackSpace.
- click on the lower left corner of a text line, to focus it.
- navigate within the document with the Page->Next or Page->First menu buttons.
-- save your document and preview it with ghostview or something
- similar.
+- save your document and preview it with ghostview or something similar.
- if you reopen the document with flpsed, you can edit the added text lines.
Features:
- add arbitrary text to existing PostScript documents.
- reedit text, that has been added with flpsed.
+- the overall structure of the PostScript document is not
+ modified. flpsed only adds the additional text.
Restrictions:
- flpsed probably does not work on all existing PostScript documents.
- You simply have to test it.
-- the view size is currently hardcoded DIN A4.
-- flpsed is alpha software, so please backup your files, befor trying to
+ You simply have to test it for your documents.
+- flpsed is alpha software, so please backup your files, before trying to
modify them.
Building: