diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | README | 10 |
2 files changed, 19 insertions, 5 deletions
@@ -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 @@ -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: |