pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors Changes 2.2.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d02da42c5a8
branches:  trunk
changeset: 490323:2d02da42c5a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 07 10:16:43 2005 +0000

description:
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:

 editors/abiword-plugins/PLIST    |   4 ++--
 editors/abiword-plugins/distinfo |   8 ++++----
 editors/abiword/Makefile.common  |   4 ++--
 editors/abiword/PLIST            |   3 ++-
 editors/abiword/distinfo         |  10 +++++-----
 editors/abiword/patches/patch-ae |  16 +++++-----------
 6 files changed, 20 insertions(+), 25 deletions(-)

diffs (116 lines):

diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword-plugins/PLIST
--- a/editors/abiword-plugins/PLIST     Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword-plugins/PLIST     Mon Mar 07 10:16:43 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/02/24 09:55:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/03/07 10:18:45 adam Exp $
 lib/AbiWord-2.2/plugins/libAbiApplix.la
 lib/AbiWord-2.2/plugins/libAbiBMP.la
 lib/AbiWord-2.2/plugins/libAbiBZ2.la
@@ -8,9 +8,9 @@
 lib/AbiWord-2.2/plugins/libAbiEML.la
 lib/AbiWord-2.2/plugins/libAbiJPEG.la
 lib/AbiWord-2.2/plugins/libAbiKWord.la
-lib/AbiWord-2.2/plugins/libAbiNroff.la
 lib/AbiWord-2.2/plugins/libAbiLaTeX.la
 lib/AbiWord-2.2/plugins/libAbiMSWrite.la
+lib/AbiWord-2.2/plugins/libAbiNroff.la
 lib/AbiWord-2.2/plugins/libAbiWML.la
 lib/AbiWord-2.2/plugins/libAbiXHTML.la
 lib/AbiWord-2.2/plugins/libAbiXSLFO.la
diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword-plugins/distinfo
--- a/editors/abiword-plugins/distinfo  Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword-plugins/distinfo  Mon Mar 07 10:16:43 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 09:55:48 adam Exp $
+$NetBSD: distinfo,v 1.8 2005/03/07 10:17:07 adam Exp $
 
-SHA1 (abiword-2.2.4.tar.bz2) = 28fa658b1f2fe355cab974778ee9f1ee9dff27cd
-RMD160 (abiword-2.2.4.tar.bz2) = fe8ccb1306bd1d879525d00a9ab8a76d0a215b2b
-Size (abiword-2.2.4.tar.bz2) = 23736805 bytes
+SHA1 (abiword-2.2.5.tar.bz2) = 2cfbdcc9cfd427c74e46be183d819e8d9c9cd891
+RMD160 (abiword-2.2.5.tar.bz2) = eabf1606ce1ebaa7142a03c3fe6b37d31e35569d
+Size (abiword-2.2.5.tar.bz2) = 23740589 bytes
diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword/Makefile.common
--- a/editors/abiword/Makefile.common   Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword/Makefile.common   Mon Mar 07 10:16:43 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.13 2005/02/24 09:55:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/03/07 10:16:43 adam Exp $
 
 # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating
-ABIWORD_VERSION=       2.2.4
+ABIWORD_VERSION=       2.2.5
 DISTNAME=      abiword-${ABIWORD_VERSION}
 
 CATEGORIES=    editors
diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword/PLIST
--- a/editors/abiword/PLIST     Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword/PLIST     Mon Mar 07 10:16:43 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2005/02/24 09:55:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2005/03/07 10:16:43 adam Exp $
 bin/AbiWord-2.2
 bin/abiword
 bin/ttfadmin.sh
@@ -735,6 +735,7 @@
 share/AbiSuite-2.2/AbiWord/strings/it-IT.strings
 share/AbiSuite-2.2/AbiWord/strings/ja-JP.strings
 share/AbiSuite-2.2/AbiWord/strings/jbo.strings
+share/AbiSuite-2.2/AbiWord/strings/ku.strings
 share/AbiSuite-2.2/AbiWord/strings/lt-LT.strings
 share/AbiSuite-2.2/AbiWord/strings/lv-LV.strings
 share/AbiSuite-2.2/AbiWord/strings/mg-MG.strings
diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword/distinfo
--- a/editors/abiword/distinfo  Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword/distinfo  Mon Mar 07 10:16:43 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2005/02/24 09:55:34 adam Exp $
+$NetBSD: distinfo,v 1.38 2005/03/07 10:16:43 adam Exp $
 
-SHA1 (abiword-2.2.4.tar.bz2) = 28fa658b1f2fe355cab974778ee9f1ee9dff27cd
-RMD160 (abiword-2.2.4.tar.bz2) = fe8ccb1306bd1d879525d00a9ab8a76d0a215b2b
-Size (abiword-2.2.4.tar.bz2) = 23736805 bytes
+SHA1 (abiword-2.2.5.tar.bz2) = 2cfbdcc9cfd427c74e46be183d819e8d9c9cd891
+RMD160 (abiword-2.2.5.tar.bz2) = eabf1606ce1ebaa7142a03c3fe6b37d31e35569d
+Size (abiword-2.2.5.tar.bz2) = 23740589 bytes
 SHA1 (patch-aa) = e54908d64747a3fc78e13036ebbd909b2b1b64aa
 SHA1 (patch-ab) = 5957635eb05d4b6f9d623c8585ae252d9c484408
 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5
-SHA1 (patch-ae) = aededf86e6a48e7901680ecb05aee3fa9fa9a48a
+SHA1 (patch-ae) = 5eab37824f36bfd21238d5cd11507062ac8dccdb
diff -r cabc397a06a7 -r 2d02da42c5a8 editors/abiword/patches/patch-ae
--- a/editors/abiword/patches/patch-ae  Mon Mar 07 10:14:23 2005 +0000
+++ b/editors/abiword/patches/patch-ae  Mon Mar 07 10:16:43 2005 +0000
@@ -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 @@
  #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 @@
  #else
                                        setenv("LANG", OLDLANG.utf8_str(), 1);
  #endif                        
-@@ -584,4 +584,4 @@
-               }
-       }
-       describe();
--}
-+};



Home | Main Index | Thread Index | Old Index