pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/mlview Update to 0.7.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/30c7724a99f9
branches: trunk
changeset: 481390:30c7724a99f9
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Oct 03 09:43:57 2004 +0000
description:
Update to 0.7.0:
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]
diffstat:
editors/mlview/Makefile | 7 +++----
editors/mlview/PLIST | 36 +++++++++++++++++++++++++-----------
editors/mlview/distinfo | 6 +++---
editors/mlview/patches/patch-aa | 15 ---------------
4 files changed, 31 insertions(+), 33 deletions(-)
diffs (114 lines):
diff -r d5a9271e67e3 -r 30c7724a99f9 editors/mlview/Makefile
--- a/editors/mlview/Makefile Sun Oct 03 09:26:29 2004 +0000
+++ b/editors/mlview/Makefile Sun Oct 03 09:43:57 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:14:39 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/03 09:43:57 jmmv Exp $
#
-DISTNAME= mlview-0.6.2
-PKGREVISION= 5
+DISTNAME= mlview-0.7.0
CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.7/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
diff -r d5a9271e67e3 -r 30c7724a99f9 editors/mlview/PLIST
--- a/editors/mlview/PLIST Sun Oct 03 09:26:29 2004 +0000
+++ b/editors/mlview/PLIST Sun Oct 03 09:43:57 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:30 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/10/03 09:43:57 jmmv Exp $
bin/mlv
lib/libmlview.la
share/applications/mlview.desktop
@@ -7,12 +7,16 @@
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mlview.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/mlview.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mlview.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/mlview.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mlview.mo
@@ -20,19 +24,29 @@
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/mlview.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/mlview.mo
+share/mlview/main-menu-bar.xml
+share/mlview/main-toolbar.xml
+share/mlview/mlview-app-icon.png
+share/mlview/mlview-app-icon.xpm
+share/mlview/mlview-css-picker.glade
share/mlview/mlview-dtd-choice-dtd-not-resolved.glade
share/mlview/mlview-dtd-choice.glade
+share/mlview/mlview-main-app-win.glade
+share/mlview/mlview-main-app-win2.glade
share/mlview/mlview-preferences.glade
-share/mlview/tree-view-find-dialog.glade
-share/pixmaps/mlview-app-icon.png
-share/pixmaps/mlview-app-icon.xpm
-share/pixmaps/xml-comment-node.png
-share/pixmaps/xml-element-node-open.png
-share/pixmaps/xml-element-node.png
-share/pixmaps/xml-pi-node.png
-share/pixmaps/xml-root-open.png
-share/pixmaps/xml-root.png
-share/pixmaps/xml-text-node.png
+share/mlview/mlview-schemas-window.glade
+share/mlview/mlview-search-node.glade
+share/mlview/mlview-uri-dialog.glade
+share/mlview/mlview-validation-report.glade
+share/mlview/tree-view-edit-menu.xml
+share/mlview/xml-comment-node.png
+share/mlview/xml-element-node-open.png
+share/mlview/xml-element-node.png
+share/mlview/xml-entity-ref-node.png
+share/mlview/xml-pi-node.png
+share/mlview/xml-root-open.png
+share/mlview/xml-root.png
+share/mlview/xml-text-node.png
@dirrm share/mlview
@comment in GConf2: @dirrm share/gconf/schemas
@comment in xdg-dirs: @dirrm share/applications
diff -r d5a9271e67e3 -r 30c7724a99f9 editors/mlview/distinfo
--- a/editors/mlview/distinfo Sun Oct 03 09:26:29 2004 +0000
+++ b/editors/mlview/distinfo Sun Oct 03 09:43:57 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/25 22:04:48 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/10/03 09:43:57 jmmv Exp $
-SHA1 (mlview-0.6.2.tar.bz2) = 700a27c44a9b37b40bdea11000f7459cac0c98b2
-Size (mlview-0.6.2.tar.bz2) = 451900 bytes
+SHA1 (mlview-0.7.0.tar.bz2) = 9c6333a726f7998f3dc8cc258c781e4568c5151e
+Size (mlview-0.7.0.tar.bz2) = 632125 bytes
SHA1 (patch-aa) = 34823f38e99948dfd16ff00e0091791ce8005203
diff -r d5a9271e67e3 -r 30c7724a99f9 editors/mlview/patches/patch-aa
--- a/editors/mlview/patches/patch-aa Sun Oct 03 09:26:29 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/25 22:04:48 jmmv Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=135429
-
---- schemas/Makefile.in.orig 2004-02-25 22:46:03.000000000 +0100
-+++ schemas/Makefile.in
-@@ -131,7 +131,7 @@ VERSION = @VERSION@
- mlview = @mlview@
-
- EXTRA_DIST = mlview.schemas
--schemasdir = $(sysconfdir)/gconf/schemas
-+schemasdir = $(GCONF_SCHEMA_FILE_DIR)
- schemas_DATA = mlview.schemas
- GCONFTOOL = @GCONFTOOL@
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Home |
Main Index |
Thread Index |
Old Index