pkgsrc/editors/conglomerate/PLIST

296 lines
15 KiB
Text
Raw Normal View History

2009-06-14 19:48:39 +02:00
@comment $NetBSD: PLIST,v 1.10 2009/06/14 17:50:21 joerg Exp $
bin/conglomerate
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/application-registry/conglomerate.applications
share/applications/conglomerate.desktop
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/css/docbook.css
share/conglomerate/dispspecs/cnxml.xds
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/dispspecs/dispspec.xds
share/conglomerate/dispspecs/docbook.xds
share/conglomerate/dispspecs/forrest-document.xds
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/dispspecs/kernel-traffic-newsletter.xds
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/dispspecs/opml.xds
share/conglomerate/dispspecs/readme.xds
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/dispspecs/relax-ng.xds
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/dispspecs/release.xds
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)
2004-02-18 00:25:45 +01:00
share/conglomerate/dispspecs/teixlite.xds
share/conglomerate/dispspecs/website-layout.xds
share/conglomerate/dispspecs/website-webpage.xds
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/dispspecs/xhtml1-strict.xds
share/conglomerate/dispspecs/xsl.xds
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/dtd/release.dtd
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/dtd/xds.dtd
share/conglomerate/examples/cnxml.xml
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/examples/error-proposal.xml
share/conglomerate/examples/file-roller.xml
share/conglomerate/examples/i18n.xml
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/examples/nmtoken.xml
share/conglomerate/examples/readme.xml
share/conglomerate/examples/test-docbook.xml
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/examples/test-entities.xml
share/conglomerate/examples/test-table.xml
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/examples/test-table3.xml
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/glade/cong-file-import.glade
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/conglomerate/glade/cong-file-properties.glade
share/conglomerate/glade/cong-find-replace.glade
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/glade/cong-preferences.glade
share/conglomerate/glade/custom-element.glade
share/conglomerate/glade/docbook-common-properties.glade
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/conglomerate/glade/docbook-orderedlist-properties.glade
share/conglomerate/glade/docbook-ulink-properties.glade
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/glade/plugin-arbitrary.glade
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/conglomerate/glade/plugin-random.glade
share/conglomerate/glade/string_selection_dialog.glade
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/conglomerate/stylesheets/selection-to-text.xsl
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)
2005-02-14 22:32:10 +01:00
share/conglomerate/templates/dispspec-template.xds
share/conglomerate/templates/dispspec.xml
share/conglomerate/templates/html.xml
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)
2005-02-14 22:32:10 +01:00
share/doc/conglomerate/CongAttributeEditor.html
share/doc/conglomerate/CongAttributeEditorCDATA.html
share/doc/conglomerate/CongAttributeEditorENUMERATION.html
share/doc/conglomerate/CongAttributeEditorLang.html
share/doc/conglomerate/CongAttributeWrapper.html
share/doc/conglomerate/CongAttributeWrapperCheckButton.html
share/doc/conglomerate/CongAttributeWrapperRadioButton.html
share/doc/conglomerate/CongCommand.html
share/doc/conglomerate/CongCommandHistory.html
share/doc/conglomerate/CongDocument.html
share/doc/conglomerate/CongDocumentTraversal.html
share/doc/conglomerate/CongEditorArea.html
share/doc/conglomerate/CongEditorAreaBin.html
share/doc/conglomerate/CongEditorAreaBorder.html
share/doc/conglomerate/CongEditorAreaComposer.html
share/doc/conglomerate/CongEditorAreaContainer.html
share/doc/conglomerate/CongEditorAreaEntityDecl.html
share/doc/conglomerate/CongEditorAreaEntityRef.html
share/doc/conglomerate/CongEditorAreaExpander.html
share/doc/conglomerate/CongEditorAreaLabelled.html
share/doc/conglomerate/CongEditorAreaLine.html
share/doc/conglomerate/CongEditorAreaListitem.html
share/doc/conglomerate/CongEditorAreaParagraph.html
share/doc/conglomerate/CongEditorAreaPixbuf.html
share/doc/conglomerate/CongEditorAreaSpacer.html
share/doc/conglomerate/CongEditorAreaSpanTag.html
share/doc/conglomerate/CongEditorAreaStructural.html
share/doc/conglomerate/CongEditorAreaStructuralTag.html
share/doc/conglomerate/CongEditorAreaText.html
share/doc/conglomerate/CongEditorAreaTextComment.html
share/doc/conglomerate/CongEditorAreaTextFragment.html
share/doc/conglomerate/CongEditorAreaUnderline.html
share/doc/conglomerate/CongEditorAreaUnknownTag.html
share/doc/conglomerate/CongEditorNode.html
share/doc/conglomerate/CongEditorNodeElement.html
share/doc/conglomerate/CongEditorNodeElementListitem.html
share/doc/conglomerate/CongEditorNodeElementParagraph.html
share/doc/conglomerate/CongEditorWidget3.html
share/doc/conglomerate/CongModification.html
share/doc/conglomerate/CongModificationCursorChange.html
share/doc/conglomerate/CongModificationSelectionChange.html
share/doc/conglomerate/CongModificationSetDtdPtr.html
share/doc/conglomerate/CongNodeModification.html
share/doc/conglomerate/CongNodeModificationAddAfter.html
share/doc/conglomerate/CongNodeModificationAddBefore.html
share/doc/conglomerate/CongNodeModificationMakeOrphan.html
share/doc/conglomerate/CongNodeModificationRemoveAttribute.html
share/doc/conglomerate/CongNodeModificationSetAttribute.html
share/doc/conglomerate/CongNodeModificationSetParent.html
share/doc/conglomerate/CongNodeModificationSetText.html
share/doc/conglomerate/CongPlugin.html
share/doc/conglomerate/CongService.html
share/doc/conglomerate/CongServiceDocTool.html
share/doc/conglomerate/CongServiceDocumentFactory.html
share/doc/conglomerate/CongServiceEditorNodeFactory.html
share/doc/conglomerate/CongServiceExporter.html
share/doc/conglomerate/CongServiceImporter.html
share/doc/conglomerate/CongServiceNodePropertyDialog.html
share/doc/conglomerate/CongServiceNodeTool.html
share/doc/conglomerate/CongServiceTool.html
share/doc/conglomerate/CongTraversalNode.html
share/doc/conglomerate/CongXPathExpression.html
share/doc/conglomerate/ch01.html
share/doc/conglomerate/ch02.html
share/doc/conglomerate/class-hierarchy.html
share/doc/conglomerate/class-overview.html
share/doc/conglomerate/conglomerate-CongApp.html
share/doc/conglomerate/conglomerate-CongDispspec.html
share/doc/conglomerate/conglomerate-CongDispspecElement.html
share/doc/conglomerate/conglomerate-CongDispspecRegistry.html
share/doc/conglomerate/conglomerate-CongEditorNodeComment.html
share/doc/conglomerate/conglomerate-CongEditorNodeDocument.html
share/doc/conglomerate/conglomerate-CongEditorNodeDtd.html
share/doc/conglomerate/conglomerate-CongEditorNodeElementAdmonition.html
share/doc/conglomerate/conglomerate-CongEditorNodeElementSpan.html
share/doc/conglomerate/conglomerate-CongEditorNodeElementStructural.html
share/doc/conglomerate/conglomerate-CongEditorNodeElementUnknown.html
share/doc/conglomerate/conglomerate-CongEditorNodeEntityDecl.html
share/doc/conglomerate/conglomerate-CongEditorNodeEntityRef.html
share/doc/conglomerate/conglomerate-CongEditorNodeText.html
share/doc/conglomerate/conglomerate-CongEditorNodeUnimplemented.html
share/doc/conglomerate/conglomerate-CongLocation.html
share/doc/conglomerate/conglomerate-CongObject.html
share/doc/conglomerate/conglomerate-CongPluginManager.html
share/doc/conglomerate/conglomerate-CongRange.html
share/doc/conglomerate/conglomerate-CongSelection.html
share/doc/conglomerate/conglomerate-CongServicePrintMethod.html
share/doc/conglomerate/conglomerate-DTD-Handling.html
share/doc/conglomerate/conglomerate-Utility-functions.html
share/doc/conglomerate/conglomerate-XML-Nodes.html
share/doc/conglomerate/conglomerate-cong-dialog.html
share/doc/conglomerate/conglomerate-cong-edit-find-and-replace.html
share/doc/conglomerate/conglomerate-cong-eel-graphic-effects.html
share/doc/conglomerate/conglomerate-cong-eel.html
share/doc/conglomerate/conglomerate-cong-enum-mapping.html
share/doc/conglomerate/conglomerate-cong-error-dialog.html
share/doc/conglomerate/conglomerate-cong-fake-plugin-hooks.html
share/doc/conglomerate/conglomerate-cong-file-selection.html
share/doc/conglomerate/conglomerate-cong-font.html
share/doc/conglomerate/conglomerate-cong-glade.html
share/doc/conglomerate/conglomerate-cong-graph.html
share/doc/conglomerate/conglomerate-cong-marshal.html
share/doc/conglomerate/conglomerate-cong-overview-view.html
share/doc/conglomerate/conglomerate-cong-parser-error.html
share/doc/conglomerate/conglomerate-cong-primary-window.html
share/doc/conglomerate/conglomerate-cong-progress-checklist.html
share/doc/conglomerate/conglomerate-cong-text-cache.html
share/doc/conglomerate/conglomerate-cong-tree-view.html
share/doc/conglomerate/conglomerate-cong-ui-hooks.html
share/doc/conglomerate/conglomerate-cong-vfs.html
share/doc/conglomerate/conglomerate-cong-view.html
share/doc/conglomerate/conglomerate-global.html
share/doc/conglomerate/editor.html
share/doc/conglomerate/helper.html
share/doc/conglomerate/index.html
share/doc/conglomerate/index.sgml
share/doc/conglomerate/ix01.html
share/doc/conglomerate/misc.html
share/doc/conglomerate/plugins.html
share/doc/conglomerate/state.html
share/doc/conglomerate/views.html
share/doc/conglomerate/xml.html
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/gconf/schemas/conglomerate.schemas
share/gnome/help/conglomerate/C/cong_element_map_ref.xml
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/gnome/help/conglomerate/C/conglomerate.xml
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/gnome/help/conglomerate/C/conventions.xml
share/gnome/help/conglomerate/C/doc_type_support.xml
share/gnome/help/conglomerate/C/faq.xml
share/gnome/help/conglomerate/C/figures/caution.png
share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz1.png
share/gnome/help/conglomerate/C/figures/cong_create_new_file_wiz2.png
share/gnome/help/conglomerate/C/figures/cong_dump_xds_dialog.png
share/gnome/help/conglomerate/C/figures/cong_edit_xds_dialog.png
share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_overview.png
share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_popup_menu.png
share/gnome/help/conglomerate/C/figures/cong_editor_outlineview_raw.png
share/gnome/help/conglomerate/C/figures/cong_editor_window.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_area.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_edit.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_doc_edit_collapse.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_menubar.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_statusbar.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_titlebar.png
share/gnome/help/conglomerate/C/figures/cong_editor_window_toolbar.png
share/gnome/help/conglomerate/C/figures/cong_export_file_dialog.png
share/gnome/help/conglomerate/C/figures/cong_import_file_dialog.png
share/gnome/help/conglomerate/C/figures/cong_inline_menu.png
share/gnome/help/conglomerate/C/figures/cong_input_focus.png
share/gnome/help/conglomerate/C/figures/cong_open_dialog.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_add.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_add.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_adv.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_adv_add.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_dtd_reder.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_lang.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_rev.png
share/gnome/help/conglomerate/C/figures/cong_properties_dialog_scope.png
share/gnome/help/conglomerate/C/figures/cong_save_as_dialog.png
share/gnome/help/conglomerate/C/figures/cong_save_copy_dialog.png
share/gnome/help/conglomerate/C/figures/cong_start_window.png
share/gnome/help/conglomerate/C/figures/cong_validate_tool_dialog.png
share/gnome/help/conglomerate/C/figures/cong_view_source_menu.png
share/gnome/help/conglomerate/C/figures/cong_view_source_window.png
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/gnome/help/conglomerate/C/figures/conglomerate_logo.png
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/gnome/help/conglomerate/C/figures/important.png
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/gnome/help/conglomerate/C/figures/intro.png
share/gnome/help/conglomerate/C/figures/menu-properties.png
share/gnome/help/conglomerate/C/figures/new-doc-wizard.png
share/gnome/help/conglomerate/C/figures/new.png
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/gnome/help/conglomerate/C/figures/note.png
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/gnome/help/conglomerate/C/figures/properties-dialog.png
share/gnome/help/conglomerate/C/figures/quote.png
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/gnome/help/conglomerate/C/figures/tip.png
share/gnome/help/conglomerate/C/figures/warning.png
share/gnome/help/conglomerate/C/global.ent
share/gnome/help/conglomerate/C/glossary.xml
share/gnome/help/conglomerate/C/notice_fdl.xml
share/gnome/help/conglomerate/C/notice_gpl.xml
share/gnome/help/conglomerate/C/row_xml_lang_attrib.xml
share/gnome/help/conglomerate/C/tbl_element_attrib.xml
share/gnome/help/conglomerate/C/xds_dtd_def.xml
share/locale/az/LC_MESSAGES/conglomerate.mo
share/locale/ca/LC_MESSAGES/conglomerate.mo
share/locale/cs/LC_MESSAGES/conglomerate.mo
share/locale/da/LC_MESSAGES/conglomerate.mo
share/locale/de/LC_MESSAGES/conglomerate.mo
share/locale/el/LC_MESSAGES/conglomerate.mo
share/locale/en_CA/LC_MESSAGES/conglomerate.mo
share/locale/en_GB/LC_MESSAGES/conglomerate.mo
share/locale/es/LC_MESSAGES/conglomerate.mo
share/locale/fr/LC_MESSAGES/conglomerate.mo
share/locale/hr/LC_MESSAGES/conglomerate.mo
share/locale/ja/LC_MESSAGES/conglomerate.mo
share/locale/nl/LC_MESSAGES/conglomerate.mo
share/locale/no/LC_MESSAGES/conglomerate.mo
share/locale/pa/LC_MESSAGES/conglomerate.mo
share/locale/pl/LC_MESSAGES/conglomerate.mo
share/locale/pt/LC_MESSAGES/conglomerate.mo
share/locale/pt_BR/LC_MESSAGES/conglomerate.mo
share/locale/ru/LC_MESSAGES/conglomerate.mo
share/locale/rw/LC_MESSAGES/conglomerate.mo
share/locale/sq/LC_MESSAGES/conglomerate.mo
share/locale/sr/LC_MESSAGES/conglomerate.mo
share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo
share/locale/sv/LC_MESSAGES/conglomerate.mo
share/locale/uk/LC_MESSAGES/conglomerate.mo
share/locale/zh_CN/LC_MESSAGES/conglomerate.mo
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/mime-info/conglomerate.keys
share/mime-info/conglomerate.mime
Updated to 0.7.4. Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25 17:45:20 +02:00
share/omf/conglomerate/conglomerate-C.omf
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
share/pixmaps/conglomerate-icon-16.png
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)
2005-02-14 22:32:10 +01:00
share/pixmaps/conglomerate/cong-address-16.png
share/pixmaps/conglomerate/cong-answer-16.png
share/pixmaps/conglomerate/cong-author-16.png
share/pixmaps/conglomerate/cong-bibliography-16.png
share/pixmaps/conglomerate/cong-bulleted-list-16.png
share/pixmaps/conglomerate/cong-caution-48.png
share/pixmaps/conglomerate/cong-code-fragment-16.png
share/pixmaps/conglomerate/cong-comment-16.png
share/pixmaps/conglomerate/cong-definition-list-16.png
share/pixmaps/conglomerate/cong-docbook-article-16.png
share/pixmaps/conglomerate/cong-docbook-book-16.png
share/pixmaps/conglomerate/cong-docbook-set-16.png
share/pixmaps/conglomerate/cong-editor-16.png
share/pixmaps/conglomerate/cong-entry-16.png
share/pixmaps/conglomerate/cong-faq-16.png
share/pixmaps/conglomerate/cong-footnote-16.png
share/pixmaps/conglomerate/cong-history-16.png
share/pixmaps/conglomerate/cong-important-48.png
share/pixmaps/conglomerate/cong-indexterm-16.png
share/pixmaps/conglomerate/cong-list-16.png
share/pixmaps/conglomerate/cong-list-item-16.png
share/pixmaps/conglomerate/cong-metadata-16.png
share/pixmaps/conglomerate/cong-name-16.png
share/pixmaps/conglomerate/cong-note-48.png
share/pixmaps/conglomerate/cong-numbered-list-16.png
share/pixmaps/conglomerate/cong-paragraph-16.png
share/pixmaps/conglomerate/cong-publisher-16.png
share/pixmaps/conglomerate/cong-question-16.png
share/pixmaps/conglomerate/cong-subsection-16.png
share/pixmaps/conglomerate/cong-summary-16.png
share/pixmaps/conglomerate/cong-tip-48.png
share/pixmaps/conglomerate/cong-title-16.png
share/pixmaps/conglomerate/cong-uncomment-16.png
share/pixmaps/conglomerate/cong-warning-48.png
share/pixmaps/conglomerate/cong-wrapper-16.png
share/pixmaps/conglomerate/conglomerate-icon-32.png
share/pixmaps/conglomerate/conglomerate-logo.png