diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-12 22:31:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-12 22:31:55 +0000 |
commit | ed84bdcb51dea2c43eddccb9152668be1c46fa36 (patch) | |
tree | 9309cf6f5a1eab878517569727a307c2127abab4 /textproc/antiword/Makefile | |
parent | 75c8f2e5b314978d35fb9ddfd0da71d10c894edc (diff) | |
download | pkgsrc-ed84bdcb51dea2c43eddccb9152668be1c46fa36.tar.gz |
Update to 0.35:
Changes 0.34 to 0.35
--------------------
Bug fixes:
- Bug in the use of the environment variable ANTIWORDHOME
New features:
- The XML/DocBook output is slightly better.
- Scale view window is closed when the main window is closed. Thanks to Tony
Moore <old_coaster@yahoo.co.uk> (RISC OS only)
- More support for WinWord 1.x documents
Changes 0.33 to 0.34
--------------------
Bug fixes:
- Bug in UTF-8 tables fixed
- Bug reported by Stewart Goldwater <sg@janus.freeserve.co.uk> fixed
- Bug reported by Karl-Otto Linn <linn@informatik.fh-wiesbaden.de> fixed
- Fixed a bug that made DOS hang when Antiword processed a document > 8 MB.
New features:
- Better approximations for fancy characters in the output
- A Word document can now be saved as XML/DocBook.
- Linux Makefile is now closer to conventions.
- Support for Text Boxes
- An environment variable ANTIWORDHOME was added to create a more flexable
place for the fontnames file and the mapping files.
- Antiword is now Latin9 enabled. Thanks to Stefan Bellon
<sbellon@sbellon.de> (RISC OS only)
- Some support for MacWord 4 and 5 documents
- More support for Word-for-DOS documents
- Support for superscripts and subscripts
- Displays slightly more images.
- Improved lists, especially in documents from Word 97 or later.
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 4f6cfa96781..7ee9ced9b6b 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/21 17:27:25 martti Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/12 22:31:55 wiz Exp $ # -DISTNAME= antiword-0.33 +DISTNAME= antiword-0.35 CATEGORIES= textproc converters print MASTER_SITES= http://www.winfield.demon.nl/linux/ |