summaryrefslogtreecommitdiff
path: root/editors/abiword/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-07 10:16:43 +0000
committeradam <adam@pkgsrc.org>2005-03-07 10:16:43 +0000
commitb5e02f775d86390acfc7344cfd5f59421747054e (patch)
tree7d7d2daffcab612ecbc01a74846b950c9d58b023 /editors/abiword/patches
parentcfa0c03a3018e9075b6a32ecd9451039e3a2078e (diff)
downloadpkgsrc-b5e02f775d86390acfc7344cfd5f59421747054e.tar.gz
Changes 2.2.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
Diffstat (limited to 'editors/abiword/patches')
-rw-r--r--editors/abiword/patches/patch-ae16
1 files changed, 5 insertions, 11 deletions
diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae
index 8b9d22ae87b..33f574a0c40 100644
--- a/editors/abiword/patches/patch-ae
+++ b/editors/abiword/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $
+$NetBSD: patch-ae,v 1.15 2005/03/07 10:16:43 adam Exp $
---- src/af/xap/unix/xap_UnixEncodingManager.cpp.orig Fri Dec 17 16:05:43 2004
-+++ src/af/xap/unix/xap_UnixEncodingManager.cpp Fri Dec 17 16:23:13 2004
-@@ -548,7 +548,7 @@
+--- src/af/xap/unix/xap_UnixEncodingManager.cpp.orig 2005-03-01 00:14:21.000000000 +0000
++++ src/af/xap/unix/xap_UnixEncodingManager.cpp
+@@ -546,7 +546,7 @@ void XAP_UnixEncodingManager::initializ
MYLANG += LanguageISOName;
MYLANG += "_";
MYLANG += LanguageISOTerritory;
@@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $
#else
UT_UTF8String MYLANG (LanguageISOName);
MYLANG += "_";
-@@ -571,7 +571,7 @@
+@@ -569,7 +569,7 @@ void XAP_UnixEncodingManager::initializ
#if defined(SETENV_MISSING)
MYLANG = "LANG=";
MYLANG += OLDLANG;
@@ -20,9 +20,3 @@ $NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $
#else
setenv("LANG", OLDLANG.utf8_str(), 1);
#endif
-@@ -584,4 +584,4 @@
- }
- }
- describe();
--}
-+};