Subject: CVS commit: pkgsrc/print/ggv2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 17:11:25
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Sep 21 17:11:25 UTC 2004

Modified Files:
	pkgsrc/print/ggv2: Makefile PLIST distinfo

Log Message:
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

2004-09-12  Jaka Mocnik  <jaka@gnu.org>

	* configure.in: version 2.8.0; tag GGV_2_8_0; tarball for the upcoming 2.8.0 release.

2004-09-06  Jaka Mocnik  <jaka@gnu.org>

	* configure.in: version 2.7.99; tag GGV_2_7_99; released a tarball.
	* ggv.desktop.in (MimeType): removed application/pdf as the pdf
	viewing functionality of ggv is, although still available, not
	actively supported - use gpdf for PDF previewing.

2004-08-27  Akagic Amila  <bono@linux.org.ba>

	* configure.in: Added 'bs' to ALL_LINGUAS.

2004-08-17  Mark McLoughlin  <mark@skynet.ie>

	* src/recent-files/egg-recent-item.[ch],
	  src/recent-files/egg-recent-model.c,
	  src/recent-files/egg-recent-util.[ch],
	  src/recent-files/egg-recent-view-bonobo.c,
	  src/recent-files/egg-recent-view-gtk.c,
	  src/recent-files/egg-recent-view.[ch]: sync with
	latest libegg.

	* src/recent-files/update-from-egg.sh: add

	* src/recent-files/Makefile.am: add update-from-egg.sh to
	EXTRA_DIST.

2004-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS.

2004-07-21  Ray Strode  <rstrode@redhat.com>
	* ggv/ggv.desktop.in: Add MimeType line to desktop file
	new mime sytem.

2004-07-18  Jaka Mocnik  <jaka@gnu.org>

	* configure.in: version 2.7.0; released a tarball.
	* src/ggv-prefs.c (ggv_prefs_load): test for "/usr/usb/lpr" on Solaris.
	* src/ggv-ui.xml: changed "Fullscreen mode" to "Full Screen"; fixes #144876.
	* src/gtkgs.c (gtk_gs_goto_page): do a gtk_gs_set_page_size() in order to properly
	display documents with pages of multiple sizes. now how could this one have crept in
	and how come no one noticed it until now? fixes #147591.
	* bonobo/ggv-postscript-view.c (ggv_postscript_view_print): do not attempt to execute
	a print command from an argv array whose first element is NULL; fixes #147705.

2004-07-16  Muktha  <muktha.narayan@wipro.com>

	* bonobo/main.c (main): disable session manager connection for
	ggv-postscript-viewer. Fixes bug #147710.

Fri Jun 18 08:33:07 2004  Jonathan Blandford  <jrb@gnome.org>

	* AUTHORS: Changed the authors file to make it more obvious who's
	really in charge.

2004-06-16  Jaka Mocnik  <jaka@gnu.org>

	* src/ggv-window.c (ggv_window_load): applied patch from Subrahmanyam
	Madduri: added code for getting the filename which is to be opened,
	from the path of the file. Also changed the order of display in title
	to "<filename> - GGV". Fixes bug #60092
	* bonobo/ggv-postscript-view-ui.xml: applied a patch from Udayan Kumar,
	that adds a print icon to the toolbar, fixing #140907.

2004-04-18  Jaka Mocnik  <jaka@gnu.org>

	* ggv-prefs-ui.c: (ggv_prefs_dialog_new): Changed accelarators
	for Document tab - Default Zoom and Coordination Units to resolve
	conflicts in accelarators. patch by Archana Shah. Fixes bug#
	134976.
	* src/ggv-window.c (ggv_add_open_button): added tooltip for recent
	files button. patch by chenthill.
	* backport of bugfixes from gnome-2-6 branch.
	* src/ggv-window.c (verb_FileOpen): don't set the file chooser size.
	fixes #139518. patch by Darren Adams.
	* src/gsdefaults.c (gtk_gs_defaults_set_*): only set the new value
	if it differs from the old: should fix #139362.
	* src/ggv-window.c (open_button_pressed_cb): applied a patch by
	Kouichirou Hiratsuka, fixing a crash when event parameter is NULL.
	fixes #139408.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-07  Remi Cohen-Scali  <rcoscali@cvs.gnome.org>

	Fix for bug #139363

	* bonobo/ggv-postscript-view.c (verb_FileSaveMarked): Added
	chooser filter for PS docs and all files.

	* src/ggv-window.c (verb_FileOpen): Added chooser filters for
	PS docs and all files.

2004-04-07  Jaka Mocnik  <jaka@gnu.org>

	* src/recent-files/egg-recent-model.c (egg_recent_model_filter): do not
	test for existence of files since this is done before setting the mime
	filter, so we can (and usually will) end up with testing a bunch of URIs,
	many of which can be remote, which causes unacceptable delays when
	starting GGV!
	* configure.in: bump version to 2.7.0.

2004-03-31  Christian Rose  <menthos@menthos.com>

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

2004-03-30  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.

2004-03-29  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* is.po: Added "is" to ALL_LINGUAS.

2004-03-24  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 pkgsrc/print/ggv2/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/print/ggv2/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/print/ggv2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.