summaryrefslogtreecommitdiff
path: root/editors/mlview/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Update to 0.7.0:jmmv1-3/+3
Enhancements since 0.6.3 ======================== * keyboard shortcuts a.k.a fast editing keybindings [Dodji Seketeli] * new validation and error reporting system. Early support of XSD/RNG [Nicolas Centa] * "comment out node" feature [Dodji Seketeli] * support new GtkFileChooser [Benjamin Dauvergne, Dodji Seketeli] * infinite Undo/Redo [Dodji Seketeli] * menu/toolbar management rework - now based on GtkUIManager [Dodji Seketeli] * better node clipboard management [Dodji Seketeli] * support of remote document loading [Philippe Mechaï] * docs drag & drop from the desktop to the editor [Philippe Mechaï] * view tabs & naming HIG-fication [Philippe Mechaï] * lots of HIG-ficcation [Philippe Mechaï, Dodji Seketeli] * Website redesign [Scott White] Bugfixes since 0.6.3 ==================== * #142163 autoscroll tree editing widget [Dodji Seketeli] * #142596 fix gcc 2.95 compilation errors [Adrian Bunk] * #142861 wrong behaviour when closing a view [Nicolas Centa] * #142980 segfault when multiple views on one doc [Nicolas Centa] * #144989 relative to absolute uri conversion [Nicolas Centa] * #144983 wrong behaviour when opening a doc twice [Dodji Seketeli] * #145381 no scroll during node search [Dodji Seketeli] * #145383 search dialog blocks the view [Dodji Seketeli] * #147690 nodes added twice from compl table [Dodji Seketeli] * #147820 phrasing error [Raphael Higino] * #148015 phrasing error [David Lodge] * #148335 phrasing error [David Lodge] * #150175 update completion table when DTD is associated [Dodji Seketeli] * #150184 wrong node names/attributes parsing [Dodji Seketeli] * #150206 node editor bad sync behaviour [Dodji Seketeli] * #150290 can't open file name with spaces [Bart Vanherck] * #150384 underscore escaping in filenames [Dodji Seketeli] * #150487 crash when re-associating a new DTD [Nicolas Centa] * #150872 wrap tree editing widget text to 80 chars [Dodji Seketeli] * #151442 crash during editing [Dodji Seketeli] * #152232 crash when validating empty doc [Dodji Seketeli] * #152629 badly formed node names [Dodji Seketeli] * #152858 use GtkFileChooser by default [John Spray] * #153735 crash when closing doc [Dodji Seketeli] * #153856 schema selector must use GtkFileChooser [Dodji Seketeli] * #153874 wrong compl list in contextual menu [Dodji Seketeli] * many crashers fixes here and there [Dodji Seketeli] Documentation ============= * Updated the "MlView internals" document * Wrote "MlView Keybindings" document Updated translations ==================== * ja [Ryoichi INAGAKI] * nl [Tino Meinen, Vincent Van Adrighem] * cs [Miloslav Trmac] * en_CA [Alexander Winston] * en_BG [David Lodge, Garret Owen] * pt_BR [Gustavo Maciel Dias Vieira] * es [Francisco Javier F Serrador] * it [Guido Spadotto] * zn_CN [Funda Wang] * de [Daniel Holbach] Enhancements since 0.6.2 ======================== * Updated translations: no [Kjartan Maraas] hr [Robert Sedak] en_GB [Gareth Owen] en_CA [Adam Weinberger] de [Daniel Holbach] * Added read/write support for DOCTYPE and entities declaration nodes [Dodji Seketeli] * new entity refs icon [Baptiste Mille-Mathias] * use glade/libglade instead of GnomeApp & co [Dodji Seketeli] * Put the "multi-type-of-editing-views" architecture in place [Dodji Seketeli, Stephane Bonhomme] * right click based editing [Dodji Seketeli] * delete attributes by hiting the 'del' key in the node editing widget [Sebastien Bacher] * added the --dtd|-d command line option [Luuk de Waard] * Set a default icon for all windows [Dodji Seketeli] * Deactivate some menuitems depending on the context [Dodji Seketeli] * Port our SAX plumbing over the new libxml2 2.6.x SAX2 without breaking it on previous versions [Dodji Seketeli] * Force the use of libxml2 2.6.6 or higher [Dodji Seketeli] * Allow element node name completion in the contextual menu [Nicolas Centa] Fixes since 0.6.2 ================= * #130036: better utf8 based interaction with gtk+ [Dodji Seketeli] * #130027: better node type picker behaviour [Dodji Seketeli] * #130089: xslt dialog crash [Paolo Borelli] * #132034: better add node dialog usability [Nicolas Centa] * #130184: cancel on exit dialog [Sebastien Bacher] * #135780,#139162,#141533,#141578: fix a bad random crash that becomes systematic on gnome 2.6 [Dodji Seketeli] * #135429: proper install of gconf schema file [Julio M. Merino Vidal] * Replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL [Dodji Seketeli] * #141664: validation fix [Dodji Seketeli] * #130251: avoid having two root element nodes in the same document [Dodji Seketeli] * #132756: avoid having two attributes with the same name on the same element node [Dodji Seketeli] * #141894: better synchronization between node editing widget and tree editing widget [Dodji Seketeli] * #141992: better memory management in the document object model [Dodji Seketeli] * #142152: fix crash in 'find node' [Dodji Seketeli]
2004-02-25Initial import of mlview, version 0.6.2, based on the package found injmmv1-0/+5
pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections): MlView is an XML editor for the GNOME environment. Some of its features are: * Cut/copy/paste as child/paste as prev/paste as next/ of XML elements. * XML element/attributes search. * Multi docs edition. * Several editing views can be opened on the same document. * Drag and drop based copy/cut/past of XML elements. * Edition of XML elements and attributes can be made directly on the tree. * Namespace support. * On-demand validation. * Graphical error reporting. Parse/validation time errors reported. graphically. This feature is new so it may be buggy or not well polished... * When validation is switched on, MlView proposes an elements/attributes. completion feature. When an element is added to the tree, MlView also adds the children elements required by the DTD for the document to be valid. * Validation can be switched off. The XML document editon can then be done without any constraint. * A clean code.