From 840f8003a15b41dc9962011114109e24aed07ce5 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 24 Nov 2018 19:14:09 +0000 Subject: editors/abiword: Update to 3.0.2 Changes: Fixes in the core (all platforms) Various build fixes: Bug 13697, bug 13650, bug 13726, Bug 13753, Bug 13569 Various crash fixes: Bug 13716, Bug 13752, Bug 13807, Bug 13766 Various memory leaks fixes. Bug 13709 - Fix import of very long paragraphs. Gtk Fixes specific to the Gtk+ version Bug 13533 - Fix printing of SVG images. Bug 13722 - Fix scrolling in the Insert Symbol dialog. Bug 13729 - Make the available languages list expandable. Bug 13731 - Fix text rendering after an SVG image Bug 13662 - Never change an image resolution on scaling. Bug 13734 - Do not execute radio buttons events when unchecked. Bug 13736 - Properly iterate through the plugin arguments Fix SVG icon.) Fixed bug in the font chooser. Bug 13773 - Fix the ruler and background page theming on Gtk3. Ruler knobs no longer do "3D" on Gtk3. Bug 13762 Bug 13787 - Fix the table widget drawing AbiWord works better on Wayland: Bug 13766, Bug 13767 Import/Export Fixes in the OpenDocument importer / exporter Bug 13707 - Fixed paragraph export to Open Document. Bug 13706 - If needed apply default style for headers. OpenDocument: Fix a buffer overrun Plugins Fixes in the collaboration plugin Fix various build issues. Bug 13712, Bug 13754 and Bug 13742 --- .../patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h (limited to 'editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h') diff --git a/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h b/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h deleted file mode 100644 index 3b12d543664..00000000000 --- a/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_text_ptbl_xp_pd__DocumentRDF.h,v 1.1 2015/09/13 21:32:13 nros Exp $ -* Fixes build on FreeBSD 10 with clang. From freebsd-ports mailing list. - Applied upstream. - https://lists.freebsd.org/pipermail/freebsd-ports/2015-March/098621.html - ---- src/text/ptbl/xp/pd_DocumentRDF.h.orig 2015-04-04 22:38:01.000000000 +0000 -+++ src/text/ptbl/xp/pd_DocumentRDF.h -@@ -68,6 +68,7 @@ class ABI_EXPORT PD_URI - bool isValid() const; - bool operator==(const PD_URI& b) const; - bool operator==(const std::string& b) const; -+ bool operator<(const PD_URI& b) const; - - virtual bool read( std::istream& ss ); - virtual bool write( std::ostream& ss ) const; -- cgit v1.2.3