2004-11-13  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbgp-gnome-print.c (Init_gnome_print): Adapted
	  Gnome::PrintReturnCode to GEnum/GFlags policy of Ruby-GNOME2.

	* src/rbgp-gnome-print-unit.c (Init_gnome_print_unit): Adapted
	  Gnome::PrintUnitBase to GEnum/GFlags policy of Ruby-GNOME2.

2004-11-03  Kouhei Sutou  <kou@cozmixng.org>

	* src/lib/gnomeprint2.rb: added backward compatibility for Rabbit
	  0.0.5.

2004-10-24  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbgp-gpa-printer.c: added G_DEF_SETTERS.

	* src/rbgp-gpa-node.c: added G_DEF_SETTERS.

	* src/rbgp-gpa-printer.c (GPAPrinter.list_load: removed.

	* src/rbgp-gpa-state.c: added.

	* src/rbgp-gpa-list.c: added.

	* src/lib/gnomeprint2.rb: added backward compatibility for Rabbit
	  0.0.5.

	* src/* (Init_*): removed mGP.
	
	* src/rbgp-gpa-settings.c: added.

	* src/rbgp-gpa-root.c: added.

	* src/rbgp-gpa-printer.c: added.

	* src/rbgp-gpa-node.c: added.

	* src/rbgp-gpa-model.c: added.
	

2004-10-19  Kouhei Sutou  <kou@cozmixng.org>

	* src/lib/gnomeprint2.rb: called GLib::Log.set_log_domain.

	* extconf.rb: used PKGConfig.have_pacakge instead of
	  PKGConfig.or_newer?.

2004-10-17  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbgp-gnome-print-config.c: PrintConfig.new ->
	  PrintConfig#initialize.

	* src/rbgp-gnome-print-config.c (PrintConfig.new): removed
	  PrintConfig.default function.

	* src/rbgp-gnome-print{,-config,-unit,job}.c: removed G_DEF_SETTERS.

	* src/rbgp-gnome-print-paper.c (PrintPaper#get): added. use
	  instead of PrintPaper#get_*.

	* src/rbgp-gnome-print-paper.c (PrintPaper#get_*): removed. use
	  PrintPaper#get.

	* src/rbgp-gnome-print-config.c (PrintConfig.from_string):
	  removed. Use PrintConfig.new(string).

	* src/*.{c,h}: added copyright header.

	* COPYING.LIB: added.

	* README: added Copying and Project Website.

2004-10-15  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbgp-gpa-root.c: Gnome::PrintGPA::Printer ->
	  Gnome::PrintPrinter.

	* src/rbgp-gnome-print-unit.c: handled base as GnomePrintUnitBase
	  not as integer.

	* src/rbgp-gnome-print-unit.c (PrintUnit#convert_*): added error
	  handling.

	* src/rbgp-utils.c: ADDED: utilities for handing error.

	* src/rbgp-gnome-print.c: added error handling.

	* src/rbgp-gnome-print-job.c: added error handling.

	* src/rbgp-gnome-print-pango.c: wrapper method of function which
	  returns void returns Qnil.

	* src/rbgp-gnome-print-config.c (PrintConfig#to_s,
	  PrintConfig.from_string): changed flags to optional argument
	  because flags isn't used in libgnomeprint.

	* src/rbgp-gnome-print-config.c (PrintConfig#get*): return Qnil if
	  fail.

	* src/rbgp-gnome-print-config.c (PrintConfig#dump): return Qnil.

	* src/rbgp-gnome-print-unit.c:
	  Gnome::PrintUnit.convert_distance*(..., from, ...) ->
	  from.convert_distance*(...)

	* gnomeprint: imported gnomeprint.
