Subject: CVS commit: pkgsrc/print
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/01/2004 18:29:40
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Apr  1 18:29:40 UTC 2004

Modified Files:
	pkgsrc/print/libgnomeprint: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/print/libgnomeprintui: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/print/libgnomeprint/patches: patch-aa
	pkgsrc/print/libgnomeprintui/patches: patch-aa

Log Message:
Update to 2.6.0:

libgnomeprint 2.5.3
	* Some GtkFileChooser adjustments
	* Fix leak (133415)
	* Fix printing crash under cups if no ppd file available (132872)
	* Use g_get_tmp_dir rather than hard coding directory (133926)
	* Fix header order (required for Darwin) (134806)
	* Fix PDF locale bug
	* Accessibility fixes

libgnomeprint 2.5.2
	* Various fixes
	* Remove setlocale invocations where they change the
	  locale (109446)
	* Fix leak and erroneous model names (131359)
	* Fix encoding mismatch for cups ppd files
	* Fix mishandling of font weights (89580)
	* Fix unconfimed overwriting of files (assuming people use
	  gnome_print_dialog_run)
	* Switch to GtkFileChooser
	* Make the print preview theme-able

libgnomeprint 2.5.1
	* Handle ttc files
	* Handle duplex and tumble in postscript files
	* Improve handling of duplex printing (#128036)
	* HIGify print dialog (#128614)
	* Add delayed printing support in cups module
	* Remove modifying calls to setlocale
	* Remove markup from translatable text
	* Offer users the possibility to display several
	  pages together (#113956).
	* add source (tray) selector to paper selector (for
	  cups module)

libgnomeprint 2.5.0.1
	http://bugzilla.gnome.org/show_bug.cgi?id=126046
	* make gnumeric work correctly with cups via gnome-print.
	* handle fonts with spaces in postscript export
	* Change cups module to load ppd files on demand
	http://bugzilla.gnome.org/show_bug.cgi?id=115566
	* Protect against libcups changing the locale
	http://bugzilla.gnome.org/show_bug.cgi?id=125836
	* Implement a better fallback than first font.
	* Replace filename entry field with file selector.
	* Adjust Preview windo size
	http://bugzilla.gnome.org/show_bug.cgi?id=124307
	* Make ctl-q and ctl-w close the preview window
	* Reduce the usage of setlocale

libgnomeprint 2.5.0
	http://bugzilla.gnome.org/show_bug.cgi?id=125828
	* Apply patch (by bland@mail.ru) to improve performance
          exporting large images.
	http://bugzilla.gnome.org/show_bug.cgi?id=122741
	* Work around unreliable cupsGetDefault
	* Fix some leaks
	* Fix locating the lpr command.
	http://bugzilla.gnome.org/show_bug.cgi?id=120954
	* Use Sans Regular rather than Helvetica as fallback
	http://bugzilla.gnome.org/show_bug.cgi?id=120910
	* Fix clipping


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/print/libgnomeprint/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/print/libgnomeprint/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/print/libgnomeprint/buildlink3.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/print/libgnomeprint/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/print/libgnomeprint/patches/patch-aa
cvs rdiff -r1.23 -r1.24 pkgsrc/print/libgnomeprintui/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/print/libgnomeprintui/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/print/libgnomeprintui/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/print/libgnomeprintui/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/print/libgnomeprintui/patches/patch-aa

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