summaryrefslogtreecommitdiff
path: root/editors/abiword/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-10-09editors/abiword: Fix linker flag bugmarino1-1/+2
GCC 4.6+ does not tolerate flags starting with "--" like older versions of GCC do. These flags were meant to fall to the linker but starting with GCC 4.6, they must be explicitly prefixed with "-Wl," Fixes the gcc 4.7.2 breakage on "--no-undefined".
2012-05-03Fix build with glib-2.32.wiz1-1/+3
2011-02-01Fix build of abiword-plugins with png-1.5.wiz1-1/+3
2011-01-15Fix build with png-1.5.wiz1-1/+3
2010-11-26Changes 2.8.6:adam1-10/+9
* Preserve character properties when typing. This fixes a bad regression that was introduced in 2.8.5. Changes 2.8.5: * Fix paste of rich text from HTML and ODT, where previously some formatting properties were not closed properly. * Add a number of robustness fixes to the layout engine. * Fix a table selection bug.
2009-04-07update to 2.6.8drochner1-15/+8
This is a major update, I couldn't find the relevant changecogs but the last one. A couple of bugfixes. pkgsrc note: Since base and plugins are seperate distfiles now, we could abandon the Makefile.common or at least part of its complexity. I'll leave this to the MAINTAINER. Also, I'd suggest to rip -plugins into parts - many are too exotic. (There are also some new which are not built, I've just kept status quo.)
2008-03-02NetBSD's iconv(3) doesn't understand "UCS4", so use "UCS-4",drochner1-2/+2
should fix copy-and-paste, reported by Andreas Burghardt in PR pkg/38133, bump PKGREVISION
2007-11-29Abiword builds on Solaris with sunpro. Yay!rillig1-1/+2
2007-11-14Fixed six little things that prevented sunpro from building the package.rillig1-1/+7
Now it fails in the linker stage with an undefined reference to UT_XML::processingInstruction(const char *, const char *).
2006-11-09Changes 2.4.6:adam1-5/+4
* Bug-fix release, see ChangeLog for details
2006-10-05Fix a problem with fontconfig 2.4.x; revision bumpadam1-1/+2
2006-07-10Changes 2.4.5:adam1-5/+4
Almost completely rewrote the DocBook export filter, gaining substantial more functionality in the process Fixed a security bug pointed out to us by Joxean Koret Fixed a massive amount of bugs in the OpenDocument import and export filters Fixed the unstability on x86_64 architectures
2006-06-07The C++ operator const_cast<> needs parentheses around its argument.rillig1-2/+2
2006-06-07Solaris is identified by the __sun macro, not SunOS.rillig1-2/+2
2006-04-15Changes 2.4.4:adam1-5/+5
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-01-17Changes 2.4.2:adam1-6/+6
* Added an OpenDocument exportes, and substantially updated the OpenDocument importer * Greatly improved the print quality of images (Unix) * Fixed a substantial number of memory leaks
2005-12-21Fix installation of help files.reed1-1/+3
This is during the freeze. Hopefully, this fixes PR #32310 and #32144. Before this fix, under Linux, the package's PLIST didn't match up with what was actually installed. Also problem was seen recently on bulk-builds list. Add patch-af from abiword-2.0.9-windowshelppaths.patch from Fedora Core 4 Extras abiword-2.4.1-2. This gets rid of the DOS style file paths of images. Add patch-ag to have portable use of cp -r * instead of */. This fixes problem where files were not installed to their subdirectories. Use post-build target to create "help" docs and to clean out junk. (Fixes problem where "make clean" can't clean.) Fix permissions in post-build too. Fixes problem where some subdirectories for the help files were not browsable. Copy the help files into place in the post-install target. Many PLIST changes due to fixing of the help files. While I am here, use PKGMANDIR instead of "man" and add INSTALLATION_DIRS for that. Bump PKGREVISION. The maintainer of this package, adam, said he was unavailable to work on this currently and said it was okay for me to work on this. I tested on PkgLinux and NetBSD/i386. I reviewed some "help" files in browser (which abiword opens). And saw some images too.
2005-12-07Add DragonFly support. The libiconv conditional is nasty -- libiconvjoerg1-2/+3
adopts the iconv interface of the underlaying OS and DragonFly follows SUS there.
2005-10-17Changes 2.4.1:adam1-4/+4
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer * Fix the BiDi direction in menu strings (Windows) * Fix various crashers related to Equation editing
2005-10-04Changes 2.4.0:adam1-6/+6
* grammar checker, equation editor * improved GNOME Office integration * OpenDocument support
2005-09-27Changes 2.2.10:adam1-4/+4
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1 * Fix a list corruption in the MS Word importer * Fix the text highlighting color in TOC and field elements (Windows)
2005-07-28Changes 2.2.9:adam1-4/+4
* Bugfixes
2005-06-30Changes 2.2.8:adam1-5/+5
* Make Text Folding actually work * Fix text justification on MacOSX * Initial support for the OpenDocument (.odt) file format
2005-04-13update to 2.2.7drochner1-4/+4
windows importer improvements, and bugfixes
2005-04-07patch-ab rewritten as it should be :]adam1-2/+2
2005-04-04Changes 2.2.6:adam1-4/+4
* Bugfixes, mostly for MacOSX See http://www.abisource.com/changelogs/2.2.6.phtml
2005-03-07Changes 2.2.5:adam1-5/+5
Francis Franklin * Add a light gray border to the toolbars and adjust buttons (MacOSX) * RTF importer fix for Unicode above 32K which are wrapped as negative (variation on a patch by Roland Kay, bug 8468) * New document icons for RTF/DOC/WPD (MacOSX) * Don't open files at launch time until after plugins have loaded (MacOSX) * Improved toolbar combobox behaviour (bug 8417 & 8491) * Don't convert Helvetica to Helvetic during RTF import (MacOSX) * Use the correct names for units (points="pt" and pica="pi") in the Options dialog * Use the correct scale for mm ruler units in the rulers * Allow plugin-loading from Finder selection (MacOSX) * If no other windows open, revert to default window position for new frame (MacOSX) * Adjust zoom for new documents (bug 8415) * CocoaPlugin API support for adding items to the context menu (MacOSX) * Fix Stylist (MacOSX, bugs 8522 & 8523) * Fix the spinners in the Insert Table dialog (MacOSX, bug 8524) Roland Kay * Add UTF-8 locales to supported language table (bug 8500) * Bugfixes: 8499 (Modified by Dom Lachowicz) Birch Knutson * Fix bug where normal headers become even-page-only headers when exporting to RTF (bug 6217) * Language of styles was not imported from RTF (bug 8445) * Bugfixes: 5627 (partially), 7300 (partially) Dom Lachowicz * Bugfixes: some work towards fixing bug 8359
2005-02-24Changes 2.2.4:adam1-4/+4
* A new detection method has been added to repair importer mistakes. This should prevent crashes on importing documents. * Lots of improvements again to the Mac OS X port * Handle all platform supported graphics formats by default in the GTK port * Improved HTML export, including the handling of Tables of Contents * Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e) for Mac documents * and much more
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-02-10Do not set PKGREVISION in Makefile.common.wiz1-3/+3
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3 distfile (difference is a "const"). Hi adam!
2005-02-07Updated distinfo, since the archive size has changedadam1-3/+3
2005-01-13Changes 2.2.3:adam1-3/+3
* Bug fixes
2005-01-11Changes 2.2.2:adam1-7/+6
* A MacOSX port * Table of contents * Document history/revisions * Text frames * Better support for international scripts and locales * List folding * Text wrapping around images * Faster rendering * Dashboard integration * Visual drag and drop
2004-12-28Patch added for gcc 3.3.x issue:reed1-1/+2
xap_UnixEncodingManager.cpp:551: error: invalid conversion from `const char*' to `char*' Include ../../devel/popt/buildlink3.mk (and not using abiword's popt). Add support for building on Darwin/Mac OS X. (Note: using X11 instead of Cocoa.) Bump PKGREVISION.
2004-11-22Changes 2.0.14:adam1-5/+5
* Filed bugs fixed Bug 2633 - MS-Word document falsely password-protected Bug 6959 - .doc crashes on import Bug 5562 - Bad transcription of accent in XSL-FO documents Bug 7341 - at least one letter template should come with Abiword (Ryan Pavlik) Bug 7735 - Spelling error inn ispell_dictionary_list.xml (sum1) Bug 2726 - copy and paste cause additional style information in the document Bug 4788 - [valgrind] crash in msword doc Bug 6354 - --merge=FILE command line option does not work in abiword... (Jordi Mas) Bug 6537 - Export to XHTML ads 'lang' style, should be 'lang' attribute Bug 6606 - Localised status bar displayed as incorrect UTF-8 Bug 6700 - auto-save on crash must use .abw Bug 6731 - caps lock sensitive menu shortcuts (Jordi Mas) Bug 6959 - .doc crashes on import Bug 7338 - Rulers unrefreshed after deleting table Bug 7373 - Disable Insert > Endnote/Footnote when editing endnote Bug 7454 - Crash when opening a file after closing lists dialog (Jordi Mas) Bug 7456 - Cut and paste removes line break (<ENTER>) Bug 7680 - Segfault when saving copy of unnamed document Bug 7692 - Crash with breaks, tables, and endnotes Bug 7694 - Crash when deleting table with column selected Bug 7697 - Crash when inserting hyperlink with bullet and TOC selected Bug 7713 - "Select All" + Font Size change = Fatal Error (sum1) Bug 7725 - Export to RTF causing crash * Documentation AbiWord is not a System Administration utility [refiled man page] * Other changes Don't allow movement of cursor to illegal positions for text insertion (Martin Sevior) Fix uninitialized variable reported by Mike Nordell (Martin Sevior) Fix various .doc import problems (Sudar) Robustify fp_TextRun::_drawSquiggle (Robert Wilhelm) Prepare for and release 2.0.14 (Mark Gilbert)
2004-10-29Apply tshiozak@'s fix for NetBSD >= 2.0, more information:xtraeme1-1/+2
"Questions about iconv.h" on tech-userlevel@ mailing list. Bump PKGREVISION.
2004-10-21Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,xtraeme1-8/+4
which will be used for the upcoming abiword-plugins package, based on patch sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel Carnat too, thanks. Use bsd.options.mk for the gucharmap dependency/option, which now is disabled by default, because it adds a lot of GNOME dependencies (this is bad if you don't use GNOME). There are too many changes to list here, but notably bugfixes and some new features were added, as usual, please take a look at the ChangeLog file.
2004-06-27Fix several 64 bit issues to get this going on alpha and hopefullydmcmahill1-1/+6
amd64 and sparc64. Patches provided by Olaf Seibert in PR pkg/26055.
2004-03-31Update abiword to 2.0.5xtraeme1-3/+3
Changes: o Remove the coquille plugin from the RPM spec file. o Fix a crash on editting tables with multiple windows (bug 6332). o Fix stylesheet handling in wv. o Use FREEP() instead of delete[] on UT_strdup.
2004-03-30This fix was lost in last update.reed1-2/+2
This was my PR pkg/23368. And fredb fixed for me on 04/Nov/2003. Old patch was put in place accidently on 26/Dec/2003. This fixes the problem with ut_iconv.cpp and invalid conversion under gcc 3.3.x.
2004-03-06Update abiword to 2.0.4xtraeme1-3/+3
The changes from version 2.0.3 to 2.0.4 include, amongst others: # Fix the caret positioning on Windows. # Fix style export with when using non ASCII characters, corrupting the document. # Fix Input Methods handling for the Thai input handler. # Speedup the very slow setting of a language on a large selection.
2004-01-24Update abiword to 2.0.3xtraeme1-3/+3
Changes: o Several crasher bugs have been fixed related to Foot and Endnotes. o Fix a nagging bug causing Copy&Paste not to function properly. o Lots of Windows frontend fixes and cleanups. o Improved WordPerfect importer, adding initial support for WP4.2 and 5.x type documents. o Improved SDW importer. o Translation updates for the Arabic, Finish, Spanish, Albanian, Malay and Catalan languages.
2003-12-26Update to 2.0.2 (move abiword2 package here and change PKGNAME, really).wiz1-14/+5
2003-11-04Back out the last patch, which removed the conditional const-poisoning,fredb1-2/+2
but rather, make it work. The "const" wasn't be-ing put in for either NetBSD-current's or pkgsrc's libiconv, but both need it. This should close PR pkg/23368.
2003-09-26Let this compile with NetBSD-current/gcc-3.3.1.fredb1-1/+4
2003-04-17Updated abiword-personal to 1.0.5martti1-4/+4
* bug fixes
2003-01-28Updated abiword-personal to 1.0.4martti1-5/+5
* bug fixes * localisation updates
2003-01-10Use the ispell dictionary again. That's why there's a dependency.mycroft1-1/+2
(Maybe some day they will fix the endian and word size problems...)
2003-01-10Update from 1.0.2 to 1.0.3.mycroft1-3/+3
* What's New, Improved, or Just Different. * Long you've eagerly waited, and now it's here! A huge number of bug fixes (who knew it had so many bugs?), performance improvements, and new nifty niceties. * Build System * Plugins * New plugin build system, backported from the development branch (nextgen.sh) * Fixed the AbiMagick plugin build, which sometimes failed due to a syntax error. * Fixed Gdict plugin in non-gnome-enabled builds. * Fixed AbiSDW importer build on win32 (msvc6 issue). * Plugin build is now more flexible regarding placement of AbiWord source (--with-abiword=DIR). * Told AbiSDW where to find peer module wv. * Cleaned up optimizer settings in (Free/Open/Net)BSD build. * The pspell installation's validity is now checked when configuring using --with-pspell. * Fixed libxml2 build interaction with wv. * Cleaned out remnants of the no longer used ask installer. * Fixed iconv-related build bustage on FreeBSD. * (Free/Open/Net)BSD build now defaults to peer libiconv. * QNX build now uses shared zlib and libpng. * There was some simplification and update of the peer module wv build system. * The patch for libjpeg builds on win32 was merged in. * Peer module libpng is now a build option for unix. * The compiler pacifier (ABI_OPT_PACIFY_COMPILER) has been heavily enhanced. * Realcleaning has been altered to affect all OBJDIRs, so it is no longer required that all the usual flags be set when just realcleaning (realclean really cleans). * The debug build macros have been enhanced. * Fixed sometimes-fatal syntax in peer module expat config. * Environmental C(XX)FLAGS are now properly propogated (3674). * Fixed static build on unix. * Lots of osf/digital/tru64 build fixes. * Fix for non-perl builds that couldn't build with perl bindings if they wanted to. * No more accidental -g -O2 when not asked for in configure. * Rpm specfile * No BuildArch flags. * Correct dictionary files. * Gdict plugin now enabled by default. * Application and Code * Fixed 3351 (BiDi behavior), at least some of 3171 (for real), 3604(T602 importer), 3593 (code syntax with scandir), 3567 (html exporter generation of incorrect tags), 3565 (status bar cut off languages with verbose expressions), 3592 (putenv portability), 3608 and 3618 (pointless comparisons of an unsigned int with zero), 3095 (font path instability with repetitive entries), 3638 (crash on semi-bogus imports), 3523 (funky icons with aiksaurus), 3324 (newline character erasing crash), 3587 (adjacent superscript and subscript), 3722 (rtl dominance crash), 3507(printing screen colors), 1928 (context menu problem), 3122 (spell checker learning hyperlinked words), 2698 (hyperlink status bar text), 3590 (duplicate accelerator), 3089 (case conversion en mass), 3008 (cursor focus in win32 hyperlink dialog), 3060 (hyperlink offset), 3582 (multiline hyperlink display), 3109 (hyperlink insertion selection check)(not all platforms), 2715 (crash on zoom), 3584 (win32 encoding dialog input focus), 3802 (XSL-FO exporter faulty tags), 3827 (docs with jpegs), 1319 (increase indent off page crash), 3360 (handle rtfs that aren't fully spec compliant), 3330 (forcing of gcc flags to other compilers), 3663 (wrong parameter passing to linker), 3889 (Yiddish spell checking), 3537 (crash on zoom with header/footer), 3781 (downgrading abiword causes the profile to crash it), 3940 (perl bindings and perl 5.8). * Lots of memory leak fixes, as well as some rather significant speed enhancements. * Fixed some problems related to the zero margin difficulties, comma delimited fractions, and setlocale misuse. * Various qnx fix backports. * Backported fix for faulty syntax in the html exporter. * Fixed a crasher of the win32 Aiksaurus plugin. * WordPerfect importer now handles superscript, subscript, strike-out, and italic text attributes. * English dictionary update (does not affect pspell builds). * Fix default geometry, handle profile geometry better, take geometry runtime paramter (the last being 1124). * All snprintfs (which caused problems on some unix variants) have been removed from unix or xp code, except in peer module psiconv. * DocBook exporter now properly handles abw headings, plain text, and page breaks (the last being 2734). * Internationalization-specific (does not affect other aspects of the app) * Nynorsk (nn-NO) translation updated. * Ukrainian (uk-UA) translation and profile updated. * Basque (eu-ES) translation. * Bulgarian (bg-BG) update. * Romanian (ro-RO) translation. * Catalan (ca-ES) update. * Documentation * Massive French (fr-FR) documentation goodness. * Documentation build system fixes. * New English screenshots. * Documentation on adding documentation. * Cleaned up deprecated docs. * Small document on document creation. * Index (for en-US). * Toolbar help. * List howto. * Known Issues * There are some mysterious printing bugs, particularly on Win32 platforms, that we have not been able to track down because they are rare and not reproducible by the developers. Please give us as much information as possible if you encounter these, but when posting to bugzilla use the bug(s) that already exist instead of filing a new one. This is easier on us and you.
2002-09-27regen (bl1 -> bl2)wiz1-2/+1