diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-17 23:25:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-17 23:25:45 +0000 |
commit | 4b5768a79e86f5a4efac85c882e9cc1154cda7ec (patch) | |
tree | 8a12bf0b10a62def8b513daac5645a8a2146f2c1 /editors/conglomerate | |
parent | 5e187bc7647525fc6cdde26805e6e357c2885bbe (diff) | |
download | pkgsrc-4b5768a79e86f5a4efac85c882e9cc1154cda7ec.tar.gz |
Update to 0.7.12:
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
namespace URI (if any) and the local name within that namespace.
Element-matching code now uses namespaces rather than prefixes in various
places, including the XSL-FO and RELAX NG plugins, which should lead to
more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
such a choice. The new dialog lists both the XML names and the translated
names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
the problem is and tells you which elements are causing it. The problem
elements will not appear in the editor widget. The dialog repeats every
time the document is editor, but this is better behaviour than a silent
crash :-) (me)
Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
subdirectory, rather than sharing the "examples" folder with the sample
instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
obcure hackery with a more maintainable system. (me)
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 5 | ||||
-rw-r--r-- | editors/conglomerate/PLIST | 5 | ||||
-rw-r--r-- | editors/conglomerate/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 68df1d9795f..803618dcbd6 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/17 23:25:45 jmmv Exp $ # -DISTNAME= conglomerate-0.7.11 -PKGREVISION= 1 +DISTNAME= conglomerate-0.7.12 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/} diff --git a/editors/conglomerate/PLIST b/editors/conglomerate/PLIST index fa1d9c769d0..189c5773fe9 100644 --- a/editors/conglomerate/PLIST +++ b/editors/conglomerate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/09 12:38:58 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/17 23:25:45 jmmv Exp $ bin/conglomerate share/application-registry/conglomerate.applications share/applications/conglomerate.desktop @@ -10,6 +10,7 @@ share/conglomerate/dispspecs/forrest-document.xds share/conglomerate/dispspecs/kernel-traffic-newsletter.xds share/conglomerate/dispspecs/readme.xds share/conglomerate/dispspecs/relax-ng.xds +share/conglomerate/dispspecs/teixlite.xds share/conglomerate/dispspecs/website-layout.xds share/conglomerate/dispspecs/website-webpage.xds share/conglomerate/dispspecs/xhtml1-strict.xds @@ -136,6 +137,8 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/conglomerate.mo +${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/conglomerate.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/conglomerate.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/conglomerate.mo diff --git a/editors/conglomerate/distinfo b/editors/conglomerate/distinfo index 802bf8ef2ed..f1daf67a48a 100644 --- a/editors/conglomerate/distinfo +++ b/editors/conglomerate/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/02/09 12:38:58 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/02/17 23:25:45 jmmv Exp $ -SHA1 (conglomerate-0.7.11.tar.gz) = 85106884f40a5afef89770ee2423d561aa7d4b27 -Size (conglomerate-0.7.11.tar.gz) = 1932492 bytes +SHA1 (conglomerate-0.7.12.tar.gz) = 878c53f8eb837a1548f5cd3ec4cc41980b9d3e58 +Size (conglomerate-0.7.12.tar.gz) = 1996197 bytes |