diff options
author | martti <martti> | 2002-02-25 10:00:07 +0000 |
---|---|---|
committer | martti <martti> | 2002-02-25 10:00:07 +0000 |
commit | c107ea9ece38437f0bbe8dcc8d6226399f76e049 (patch) | |
tree | ac96926f410b3a4ac356734ff50f6fdfbac0b3b8 /editors/abiword/Makefile | |
parent | 35bf0f02e45d3abbc36dc79bbdb04eed33314002 (diff) | |
download | pkgsrc-c107ea9ece38437f0bbe8dcc8d6226399f76e049.tar.gz |
Updated abiword to 0.99.2
* Import/Export bookmarks to RTF
* Multi-threaded incremental loader
* Perl Scripting now works by default
* State of the art Theasurus plugin
* Start of HTML importer plugin
* Spelling support for Commonwealth English, Brazilian Portuguese,
Hungarian, Ukranian, Galican
* Word Perfect Import improvements
* Import Lists from MS Word
* New improved toolbar icons
* Fields update automatically
* Styles Lock
* Export nested lists to RTF
* Import First and facing header/footers from RTF
* Import Bookmarks for MS Word
* Import hyperlink from MS Word
* Add header/footer export to HTML
* Look in dictionary file for suggestions to misspelt words.
* Help file improvements
* Perl script to convert the docs to HTML
* Lots of progress on OSX port
* MS Word importer imports all known image types
* New AbiWord server
* Start of Open Office importer plugin
* Web layout Mode
* Free translate plugin for Windows
* Drag and drop hyperlinks and images from Galeon/Mozilla into AbiWord
* Gnome2 icons
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index cfb3146a098..5f226f00fd0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/12/17 14:24:50 martti Exp $ +# $NetBSD: Makefile,v 1.42 2002/02/25 10:00:07 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -7,7 +7,7 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} -ABIWORD_VERS= 0.9.6.1 +ABIWORD_VERS= 0.99.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} DIST_SUBDIR= abisuite |