pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ggv2 Update to 2.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf6864020669
branches:  trunk
changeset: 471940:bf6864020669
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 01 18:56:51 2004 +0000

description:
Update to 2.6.0:

2004-03-21  Jaka Mocnik  <jaka%gnu.org@localhost>

        * configure.in: version 2.6.0; tagged as GGV_2_6_0.

2004-03-20  Gareth Owen  <gowen72%yahoo.com@localhost>

        * configure.in: Added en_GB to ALL_LINGUAS

2004-03-14  Jaka Mocnik  <jaka%gnu.org@localhost>

        * configure.in: version 2.5.99.1; tagged as GGV_2_5_99_1.
        * src/gtkgs.c (gtk_gs_load): only hide window if it is visible.
        * src/main.c (create_window): don't close window if the document is
        not loaded: this is not very nice, but doing otherwise causes
        mayhem in both control and shell processes, the cause of which I
        am currently unable to track down.
        * src/ggv-window.c: applied a patch from chenthill that makes the
        ESC key turn off fullscreen mode.

2004-03-08 Breda McColgan <breda.mccolgan%sun.com@localhost>

        * help/C/ggv.xml: Updated based on technical review comments
        * help/C/ggv-C.omf: Updated date and version number

2004-03-05  Jaka Mocnik  <jaka%gnu.org@localhost>

        * applied patch by chenthill that improves keyboard accelerators for
        zooming in the control.

2004-03-05  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/recent-files/egg-recent-model.c (egg_recent_model_filter): test
        for the existence of URI _after_ the URIs are filtered, reducing
        overhead! fixes #136238.
        * applied a patch from The Written Word that fixes AIX 5.1 build.
        * bonobo/ggv-postscript-view-ui.xml, src/ggv-ui.xml: removed delimit
        attribute from Viewer Items placeholder.
        * src/Makefile.am (libgtkgs_la_SOURCES): removed ggv-recent.[ch].
        * bonobo/main.c (main): Initialized the gnome libraries to provide
        support for Edit->Preferences Help to work. Fixes bug#135273. Patch
        by Shakti Sen.
        * configure.in: version 2.5.99; tagged as GGV_2_5_99.

2004-03-02 Breda McColgan <breda.mccolgan%sun.com@localhost>

        * help/C/ggv.xml: Updated for GNOME 2.6, technical review draft
        * help/C/ggv-C.omf: Updated for GNOME 2.6
        * help/C/l10n.txt: Updated for GNOME 2.6
        * help/C/figures/ggv_window.png: Updated for GNOME 2.6

2004-02-13  Jaka Mocnik  <jaka%gnu.org@localhost>

        * configure.in: version 2.5.4; tagged as GGV_2_5_4.

2004-02-12  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/recent-files/egg-recent-model.c (end_element_handler): only add
        an uri to the list if it exists!

2004-02-10  Jaka Mocnik <jaka%gnu.org@localhost>

        * src/ggv-window.c (ggv_window_reload): show a dialog if the file
        can't be reloaded.
        * src/ggv-prefs-ui.c: remember strings when focus leaves the
        entry.
        * src/ggv-window.c (verb_FileOpen): allow opening multiple files
        at once!
        * bonobo/GNOME_GGV.server.in.in: Postscript -> PostScript!

2004-02-10  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/recent-files/egg-recent-view-bonobo.c
        (egg_recent_view_bonobo_clear): added sanity checks for UI container.
        * src/ps.c (psscan): pass the filename as a parameter and use it to
        invoke the test command on strange files that might be PS but do not
        seem to be.
        * bonobo/ggv-sidebar.c (page_list_selection_changed): sanity check if
        (checklist != NULL).
        * bonobo/ggv-postscript-view.c (load_ps): return a boolean indicating
        success.
        (load_ps_from_stream): set exception when loading fails.
        (load_ps_from_file): set exception when loading fails.
        fix for #133601.
        * src/ggv-window.c (verb_FileOpen): keep the dialog open until user
        either enter a non-empty filename and opens it or cancel the
        operation. fixes #130603
        (verb_FileOpen): load PS file before showing a new window. destroy
        new window if the file is not valid PS. show dialog in that case.
        fixes #133601.
        * bonobo/ggv-postscript-view.c (add_dialog_to_view): add a dialog to
        the list of dialogs maintained by this PS view component.
        (ggv_postscript_view_destroy_dialogs): destroy all our dialogs.
        (ggv_postscript_view_destroy): destroy all dialogs via above func.
        * src/recent-files/*: synced with latest libegg, since James reverted
        the changes he made in November. here's what I get for tracking
        changes once...
        * src/ggv-window.c (verb_FileOpen):
        * src/ggv-recent.c (ggv_recent_init): use new recent-files API.

2004-02-05  Tomasz K³oczko <kloczek%pld.org.pl@localhost>

        * acinclude.m4: removed
          This file contain private copy of few aclocal macros provided by
          gettext. It breaks regenerata aclocal.m4 under automake diffrent
          version than used by mantainer. All neccessary macros are copied
          to aclocal.m4 during run autogen.sh.
        * configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS),
          AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are substed
          by default.

2004-02-04  Jaka Mocnik  <jaka%gnu.org@localhost>

        * bonobo/ggv-postscript-view.c (verb_FileSaveMarked): if Save is
        clicked in the file chooser and the url is empty, rerun the dialog.
        fixes #131656.
        * bonobo/ggv-control.c, bonobo/ggv-postscript-view.c: added
        sanity check (uicontainer != CORBA_OBJECT_NIL) before set prop
        calls that were not guarded yet.
        * src/ggv-ui.xml: removed ellipsis from "About" menu item label.
        * acinclude.m4: applied a patch from Alexander Winston that fixes
        the underquoted m4 definitions. fixes #133179.
        * configure.in: require intltool >= 0.30; version 2.5.3;
        tagged as GGV_2_5_3.

2004-01-12  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/recent-files/*: merge with current libegg HEAD.
        * src/ggv-recent.c: fix in order to work with new recent-files code.
        * src/cursors.c, bonobo/ggv-postscript-view.c: cache cursors per
        ps_view instead of per process.
        * src/ggv-window.c (ggv_window_new): set command sensitivity.
        added page_count member to keep track of the document's properites.
        * bonobo/ggv-postscript-view.c (view_realized_cb): removed one
        unref too many. did this behaviour change with GTK 2.5? hth did
        anything work at all in GGV 2.4.x otherwise?
        * src/ggv-window.c (ggv_window_close): deactivate the control frame
        before destroying the window contents.
        * src/ggv-ui.xml: moved visibility settings in top level popup menu
        to a submenu.
        * Makefile.am (EXTRA_DIST): Removed OrigTree.pm from EXTRA_DIST.
        * src/ggv-window.c (timer_callback): reload always when the window
        has a specified file name, regardless of the previous state of the
        document. use ggv_window_load(). fixes #127214.
        * src/ggv-window.c (verb_FileClose): close window unconditionally. if
        it was the last window, quit app. inspired by patch from Mikael
        Brockman.
        * src/ggv-ui.xml: removed Exit and New commands. patch from Mikael
        Brockman. with the entry above, this fixes #130310.
        * src/gtkgs.c (gtk_gs_munge_adjustments): step_increment now equals
        the arrow keys' increment. fixes #126639.
        * bonobo/ggv_postscript-view.c: call
        bonobo_control_set_transient_for() and
        gtk_window_set_destroy_with_parent() on all dialog windows. I suppose
        this should help with #103729, but - wtf! - it doesn't...

2004-01-10  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/ggv-ui.xml: add a mnemonic for fullscreen mode. fixes #119848.
        * ggv.desktop.in: added X-GNOME-DocPath entry - I suppose it can't
        hurt.
        * ggv.spec.in: fixed (hopefully) the RPM spec file. fixes #122003.

2004-01-02  Taneem Ahmed  <taneem%bengalinux.org@localhost>

        * configure.in: Added "bn" to ALL_LINGUAS.

2003-12-30  Jaka Mocnik  <jaka%gnu.org@localhost>

        * Makefile.am: include intltool-modules dir in distribution tarball.

2003-12-29  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/gtkgs.c (check_filecompressed): added sanity check
        (NULL != file).
        * src/recent-files/*: replace GnomeIconTheme with GtkIconTheme, since
        the former is deprecated in upcoming GTK+.
        * src/gtkchecklist.c: replace deprecated gtk_tree_model_get_iter_root()
        with gtk_tree_model_get_iter_first().
        * configure.in: added an --enable-deprecations flag in order to allow
        configurable use of *_DISABLE_DEPRECATED flags.
        bumped version to 2.5.1; tagged as GGV_2_5_1; release a tarball.
        * */Makefile.am: respect the above.

2003-12-20  Arafat Medini <lumina%silverpen.de@localhost>

        * configure.in: Added Arabic locale "ar" to ALL_LINGUAS

2003-12-14  Jaka Mocnik  <jaka%gnu.org@localhost>

        * src/ggv-window.c (ggv_window_set_fullscreen): applied a patch
        from janecek at ucw.cz that uses gtk_window_fullscreen() instead
        of my home-brewn stuff used in 2.4.
        removed functions and includes made redundant by the above patch.
        * src/Makefile.am: there was no need to link libgtkgs with librecent.a,
        so we do not do that anymore.

2003-12-05  Jan Arne Petersen  <jpetersen%uni-bonn.de@localhost>

        * bonobo/ggv-postscript-view.c: (verb_FileSaveMarked):
        * src/ggv-window.c: (verb_FileOpen): Replace GgvFileSel
        (GtkFileSelection) with GtkFileChooser.
        * src/Makefile.am:
        * src/ggv-file-sel.[ch]: removed unused files.

diffstat:

 print/ggv2/Makefile |   7 +++----
 print/ggv2/PLIST    |  12 +++++++++++-
 print/ggv2/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (73 lines):

diff -r 7c516a4273f2 -r bf6864020669 print/ggv2/Makefile
--- a/print/ggv2/Makefile       Thu Apr 01 18:56:25 2004 +0000
+++ b/print/ggv2/Makefile       Thu Apr 01 18:56:51 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2004/03/26 02:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/01 18:56:51 jmmv Exp $
 #
 
-DISTNAME=              ggv-2.4.1
-PKGREVISION=           4
+DISTNAME=              ggv-2.6.0
 CATEGORIES=            print gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ggv/2.4/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ggv/2.6/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
diff -r 7c516a4273f2 -r bf6864020669 print/ggv2/PLIST
--- a/print/ggv2/PLIST  Thu Apr 01 18:56:25 2004 +0000
+++ b/print/ggv2/PLIST  Thu Apr 01 18:56:51 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/12/15 00:19:40 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/04/01 18:56:51 jmmv Exp $
 bin/ggv
 lib/bonobo/servers/GNOME_GGV.server
 libexec/ggv-postscript-viewer
@@ -43,6 +43,7 @@
 share/gnome/help/ggv/zh_TW/legal.xml
 share/idl/Ggv.idl
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/ggv.mo
+${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/ggv.mo
@@ -53,6 +54,7 @@
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/ggv.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/ggv.mo
 ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/ggv.mo
@@ -116,7 +118,10 @@
 share/pixmaps/ggv/zoom.xpm
 share/pixmaps/gnome-ghostview.png
 @dirrm share/pixmaps/ggv
+@comment in xdg-dirs: @dirrm share/pixmaps
 @dirrm share/omf/ggv
+@comment in scrollkeeper: @dirrm share/omf
+@comment in ORBit2: @dirrm share/idl
 @dirrm share/gnome/help/ggv/zh_TW/figures
 @dirrm share/gnome/help/ggv/zh_TW
 @dirrm share/gnome/help/ggv/zh_CN/figures
@@ -138,3 +143,8 @@
 @dirrm share/gnome/help/ggv/C/figures
 @dirrm share/gnome/help/ggv/C
 @dirrm share/gnome/help/ggv
+@comment in gnome2-dirs: @dirrm share/gnome/help
+@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
+@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r 7c516a4273f2 -r bf6864020669 print/ggv2/distinfo
--- a/print/ggv2/distinfo       Thu Apr 01 18:56:25 2004 +0000
+++ b/print/ggv2/distinfo       Thu Apr 01 18:56:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/02/06 17:48:36 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/04/01 18:56:51 jmmv Exp $
 
-SHA1 (ggv-2.4.1.tar.bz2) = 1b78b7a17f83a1843b42e0021a0bc397727bc5f2
-Size (ggv-2.4.1.tar.bz2) = 1130149 bytes
+SHA1 (ggv-2.6.0.tar.bz2) = 5d1945be72073de0f063429e2f223daf69b2fb7f
+Size (ggv-2.6.0.tar.bz2) = 1176804 bytes



Home | Main Index | Thread Index | Old Index