summaryrefslogtreecommitdiff
path: root/editors/conglomerate/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-02-14 21:32:10 +0000
committerjmmv <jmmv>2005-02-14 21:32:10 +0000
commitf51211c17f588b8bf0ceea8e60fec1e45809c81c (patch)
tree81bd4f8579d58be904a5dd8b67bef3ca9e0d292b /editors/conglomerate/patches
parent78be4efa24d03b2dcff4e1aa53710fc115158ae9 (diff)
downloadpkgsrc-f51211c17f588b8bf0ceea8e60fec1e45809c81c.tar.gz
Update to 0.9.0:
This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
Diffstat (limited to 'editors/conglomerate/patches')
-rw-r--r--editors/conglomerate/patches/patch-aa26
1 files changed, 12 insertions, 14 deletions
diff --git a/editors/conglomerate/patches/patch-aa b/editors/conglomerate/patches/patch-aa
index aba80833b31..77146edab05 100644
--- a/editors/conglomerate/patches/patch-aa
+++ b/editors/conglomerate/patches/patch-aa
@@ -1,15 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2004/03/09 22:05:08 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2005/02/14 21:32:10 jmmv Exp $
---- src/cong-editor-node-element-span.c.orig 2004-02-17 18:24:28.000000000 +0100
-+++ src/cong-editor-node-element-span.c
-@@ -145,9 +145,8 @@ generate_line_areas_recursive (CongEdito
-
- if (child_line_fragments) {
- GList* list_of_areas;
-- list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
--
- gboolean is_first = TRUE;
-+ list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
-
- while (list_of_areas) {
-
+--- data/Makefile.in.orig 2005-02-14 18:04:43.000000000 +0100
++++ data/Makefile.in
+@@ -153,7 +153,7 @@ appdir = $(datadir)/application-registry
+ mimedir = $(datadir)/mime-info
+ mime_DATA = conglomerate.mime
+
+-schemadir = $(sysconfdir)/gconf/schemas/
++schemadir = $(GCONF_SCHEMA_FILE_DIR)
+ schema_in_files = conglomerate.schemas.in
+ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
+