summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11Changes 2.2.2:adam1-16/+0
* 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-11-22Changes 2.0.14:adam1-4/+4
* 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-21Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,xtraeme1-35/+13
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-0/+38
amd64 and sparc64. Patches provided by Olaf Seibert in PR pkg/26055.
2003-12-26Update to 2.0.2 (move abiword2 package here and change PKGNAME, really).wiz1-16/+0
2003-11-04Back out the last patch, which removed the conditional const-poisoning,fredb1-13/+14
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-0/+15
2001-10-30update to 0.9.4drochner1-18/+0
changes: Fully editable styles on Windows and Unix. New and improved import/export filters. This includes the initial release of a Word Perfect import filter. Dramatically faster spell checking. Plus new artwork, many bug fixes, speed ups and behind the scenes work.
2001-08-10Update abiword-personal to 0.9.0. This release is the first in the finaljlam1-7/+7
push toward a 1.0 release for AbiWord. Users will find this release is much faster and uses far fewer resources. Major changes from version 0.7.14: * _Tons_ of bug fixes * Fully Customizable Styles * Multi-Lingual Spell checking (Spell check in multiple languages) * Line Based Tables * Automatic Numbered Headings * Import/export improvements and additions * Preview as Web * Tons of Locale definitions * Plugin Architecture * AutoSaves of document * Major Encoding fixes and Improvements * Perl Bindings for AbiWord * Updated our Distrubuted Type 1 Fonts
2001-05-24Update abiword to 0.7.14. There were a large number of changes from versionjlam1-12/+17
0.7.10, both in bugfixes and in feature additions. No list of changes is provided, but from gleaning the CVS logs, this is update is a large step forward for this application.
2000-05-02Update abiword-personal to 0.7.9. Remove several patches which werejlam1-27/+4
incorporated into the AbiWord main source tree. Changes from 0.7.8: User Interface + Insert Symbol dialog (msevior@mccubbin.ph.unimelb.edu.au) + Word Count dialog (Sam Tobin-Hochstadt) + Overwrite Mode added (Alexey Sinutin) + Set Page Margins from ruler (Bruce Pearson) + Insert Field dialog (Henrik Berg)-- not fully enabled due to pending changes in the underlying fields implementation. Bug Fixes + The infamous libpng bug (Justin Bradford and Sam Tobin-Hochstadt) + Underline/superscript fix (Martin Sevior) + View Ruler consistency (Kevin Vajk) + RTF CR/LF handing (Harald Fernengel) + Various Other Bugs: #522 (sterwill@sourcegear.com), #10 and #811 (Sam Tobin-Hochstadt), #302 (Aaron Lehmann), #352 (Henrik Berg), #432 and #776 (Martin Sevior), #637 (Andy Richardson), #651 (Matt Kraai), #770 (Matthew Allen), #782 (Danny Faught), #788 and #789 (Joaquin Cuenca Abela) Other + Various localizations + Updated XML parser to version 1.1 (Sam Tobin-Hochstadt) + Mac port beginning (Bryan Prusha) + Lots of Gnome dialogs (John Tunison) -- no Gnome binaries for 0.7.9 but will be available in the next release + Command line conversions (Joaquin Cuenca Abela) -- for a complete list, type AbiWord -help from a command prompt
2000-02-29Update AbiWord Personal to 0.7.8. Selected highlights since 0.7.5:jlam1-14/+23
True WYSIWYG. Previously, we had subtle reformatting discrepancies when changing resolutions (such as printing and zooming). No more character dirt. Overline support. Minor display glitches. Insert Date and Time. Page-level navigation. Better support for non-English content. LaTeX exporter. Word importer. Justin and Caolan have fixed things so that tabstops, breaks, unicode conversion, page break before, widow/orphan control are all imported successfully now. RTF importer. Now handles negative values for margin-left and text-indent. Minor file format change. Error propagation. Unix stuff. By popular request, libstdc++ is no longer required. (We never really needed it anyhow.) PostScript emissions now use signed characters, as suggested by Bob Monaghan <bob@sbst.com>. With the latest fonts.dir, Symbol fonts should print properly now, too. First support for GNOME. Spelling speedup. The interactive spell check logic is now fast and smart like it should be, instead of woefully poky and dumb like it used to be. Subscript and superscript. View ruler. Stephen Hack <shack@uiuc.edu> implemented this menu item so that you can hide or show the ruler on a per-window basis. Compressed AbiWord files. The AbiWord file format (*.abw) was designed from the get-go to be a highly-readable form of XML. However, for those of you who care more about bloat than legibility, Richard Jefts <babs@cs.jhu.edu> added import/export logic for a gzip-compressed variant (*.zabw). Options dialog started. Zoom and Paragraph dialogs. Justification. Clipboard improvements. More Unicode-friendly. Smarter preferences.
1999-09-14* Change to correctly use MACHINE instead of MACHINE_ARCH.jlam1-2/+2
* Pass in Abi version number from top-level Makefile to simplify future updates.
1999-09-11AbiWord-0.7.5: Open Source cross-platform word processorjlam1-0/+27