libgnomeprint 2.5.2

Albert Chin-A-Young
	* Various fixes

Andreas
	* 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)

Muktha
	* Make the print preview theme-able

------------------------------------------------------------------------------
libgnomeprint 2.5.1

Akira TAGOH:
	* Handle ttc files

Andreas
	* 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

Lutz Mueller
	* Offer users the possibility to display several 
	  pages together (#113956).

Peter Colijn:
	* add source (tray) selector to paper selector (for
	  cups module)

------------------------------------------------------------------------------
libgnomeprint 2.5.0.1

Andreas:
	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

Andreas:
	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

Morten:
	* Fix some leaks
	* Fix locating the lpr command.

Owen Taylor:
	http://bugzilla.gnome.org/show_bug.cgi?id=120954
	* Use Sans Regular rather than Helvetica as fallback

Jean Brefort:
	http://bugzilla.gnome.org/show_bug.cgi?id=120910
	* Fix clipping

------------------------------------------------------------------------------
libgnomeprint 1.115.0
---------------------

Changes
=======

	- Added gtk-doc support.

------------------------------------------------------------------------------
libgnomeprint 1.114.0
---------------------

Note: all applications that depend on this library are recommended to bump
      their requirements to 1.114 or higher

What is libgnomeprint?
======================
Libgnomeprint is the non-gui part of the printing libraries for GNOME applications.

Download
========
ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/libgnomeprint/

Changes
=======

	- Set the orientation in the .ps files (%%%%Orientation) from GNOME_PRINT_KEY_ORIENTATION
     - Added GNOME_PRINT_KEY_DOCUMENT_TITLE and set %%Title in the .ps file (Chema)
	- Acoording to jacob, a void function cannot return a value (Jacob)
     - Added functionality to dump a GnomePrintConfig tree structure to the console (Chema)
	- Change the order of medias in data/media.xm so that Custom, USLetter & Legal are on top (Chema)
	- Call setpagedevice with pagesize and orientation 0 (Andreas) [#79343]
     - Added the custom backend lets the user specify the print command line (Carlos)
     - Added GNOME_PRINT_KEY_PREFERED_UNIT for the paper dialog (Andreas)
	- Make the generic printer use lpr as the default rather than output.ps (Chema)
	- Code & build cleanups, remove debuging messages and compile warnings (Chema)
	- In libgnomeprint-2.0.pc.in add pango as a requirement of libgnomeprint-2.0. (Chema)
     - gnome_print_config_get_length does not need a length conversion if unit = NULL (Andreas)
	- installer/parseAFM.c parseGlobals bug (williamp@multiverse.com) [#80407]
	- fix gff_pso_ensure_buffer_t1) (williamp@multiverse.com) [#80415, #80414]
	- gff_pso_ensure_buffer_t1 bug (williamp@multiverse.com) [#80414]
	- replaced all the stat+open with fopen+stat (Chema, Morten) [#76815]
	- i18n fixes (Zbigniew)
	- added /usr/openwin/lib/X11/fonts for the Solaris fonts to be loaded properly (Bharat Tewari) [#75628]

------------------------------------------------------------------------------
libgnomeprint 1.105.0

	Bug fixes
		* workaround buggy linux mmap (Jacob)
		* libxml include fixage (Darin)
		* track latest pango (Darin)
		* build fixage (Me)
		* several new translations
	
