1999-01-08  Tomasz Koczko <kloczek@rudy.mif.pg.gda.pl>

	* po/pl.po
	added pl translation.

Thu Jan  7 11:45:07 1999  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c (gnome_font_name_closest): Adding more support
	for unsized fonts, in general, as that's going to be the main
	interface for gnome-text.

	* gnome-text.h:
	* gnome-text.c: getting a good start on the implemementation
	of font handles and font list handles. Still very much work in
	progress, though.

1999-01-07  Chris Lahey  <clahey@umich.edu>

	* gnome_printer-dialog.h, gnome-printer-dialog.c
	(gnome_printer_dialog_get_printer): Added this function to allow
	the programmer to get the chosen printer information.

Wed Jan  6 18:53:40 1999  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c (gnome_font_add_unimapping): It will now correctly
	configure the mapping from Unicode to Adobe Type1 standard
	encoding. (gnome_font_get_glyph) added a function that finds
	the glyph number corresponding to a unicode code.

	* configure.in: changed from kpsetool to kpsewhich, which
	seems to work better on the RH 5.2 install (kpsetool was
	inserting some exclamation points).

Wed Jan  6 17:04:51 1999  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c (gnome_font_get_glyph): Added some code to map
	unicodes to glyph numbers - still need to get the mappings
	initialized when loading fonts. (gnome_font_find_glyphnum) fixed a
	stupid segv.

Wed Jan  6 00:09:40 1999  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c: a lot of code to parse .afm files and
	suck out kerning and ligature data

	* gnome-text.h:
	* gnome-text.c: gnome_text_new now decodes the utf input,
	although it currently doesn't do anything with it.

	* gnome-print-ps.c: slightly more intelligent about escaping
	strings to show.
	
Mon Jan  4 11:29:57 1999  Raph Levien  <raph@gimp.org>

	* gnome-font-install.in: Simple bugfix to allow installing
	individual font files, not just entire dirs.

1999-01-05  Chris Lahey  <clahey@umich.edu>

	* gnome-printer-dialog.c (gnome_printer_dialog_new): Added this
	function to generate a non-modal font dialog.

Sun Jan  3 23:10:28 1999  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c: Added code for font families and dealing
	reasonably with font weights.
	
	* gnome-text.h: Expanded out the concepts somewhat.

	* gnome-text.c: Added this file.

	* testprint.c: Uses font families now.

	* Makefile.am: added gnome-text.[ch] files.
	
Sun Jan  3 21:12:05 EST 1999  Jeff Garzik  <jgarzik@pobox.com>

	* configure.in:
	Correct TeX check.
	
	* gnome-print-ps:
	Fixed two non-void funcs returning no value.
	Added g_return_val_if_fail guard to check for null ptr derefs.

	* po/Makefile.in.in:
	Removed 'po/ChangeLog' from distfiles.  'make distcheck' works.

	* po/fr.po:
	Added dummy file so configure.in won't complain.

Wed Dec 16 12:35:18 1998  Raph Levien  <raph@gimp.org>

	* configure.in: Improved test for TEXMF (it now uses
	kpsetool so it can be in arbitrary locations).

Mon Dec 14 12:35:18 EST 1998	Michael K. Johnson <johnsonm@redhat.com>

	* Makefile.am, gnome-print.c, gnome-print.h, gnome-print-ps.c:
	Added rotate, scale, and translate wrappers and postscript
	deconvolvers from concat back to rotate, scale, and translate.
	All the guts come from libart_lgpl.

1998-11-17  Havoc  <hp@pobox.com>

	* gnome-printer-dialog.c (gnome_printer_dialog_class_init): 
	Replace gtk_dialog_get_type() with gnome_dialog_get_type();
	fixes a segfault when trying to print in gwp.

1998-11-17  Seth Alves  <alves@hungry.com>

	* gnome-print-ps.c (gnome_print_ps_setrgbcolor): don't set the
	color if that color is already set
	(gnome_print_ps_setfont): don't set the font if that font is
	already set

Wed Oct 21 20:43:41 1998  Raph Levien  <raph@gimp.org>

	* gnome-font.h:
	* gnome-font.c:
	* gnome-print-ps.h:
	* gnome-print-ps.c (gnome_print_ps_setfont): Support for glyph
	aliasing.

	* gnome-font-install: cleanups, and support for glyph-alias

	* parseAFM.c (token, linetoken): stopped buffer overruns.
	* parseAFM.h: added AFM_ prefix to error codes.

	Our experience with the parseAFM module really points up the need
	for coding standards, and the need to bring imported code up to
	those standards.

1998-10-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* parseAFM.c: #include <stdlib.h> and <string.h>
	(parseCharWidths): Added missing return type int (ewww, K&R
	function prototypes...).
	(parseCharMetrics): Likewise.
	(parseTrackKernData): Likewise.
	(parsePairKernData): Likewise.
	(parseCompCharData): Likewise.
	(enum parseKey): Why make an enum declaration static?

	* gnome-font.c (gnome_font_get_width_string): Added parens around
	assignment used as truth value.

	* gnome-print-ps.c (gnome_print_ps_setfont): Removed unused status
	variable.

Mon Oct  5 16:16:04 1998  Raph Levien  <raph@gimp.org>

	* Makefile.am (install-data-local): Make it so that it
	runs gnome-font-install to find GhostScript and TeX fonts
	upon "make install".

	* gnome-print-ps.c: expanded support for gnome-font, and
	also minor change to image api (removed matrix).

	* gnome-font.c: serious extensions to read the fontmap,
	download fonts to the printer, and support querying of
	widths.

	* testprint.c (print_test_page): added test for
	gnome_font_get_width_string.

Sun Oct  4 22:18:45 1998  Raph Levien  <raph@gimp.org>

	* gnome-font.c (gnome_font_add_mapping): The gnome-font
	module now loads fontmaps, and gnome-font-install does a
	credible job creating them.

Sun Oct  4 09:45:43 1998  Raph Levien  <raph@gimp.org>

	* fontinst.pl: A quick hack to find PostScript fonts and install
	symlinks in ~/.gnome/fonts

1998-10-01  Seth Alves  <alves@hungry.com>

	* gnome-print-ps.c (gnome_print_ps_new): send postscript header and
	trailer comments

1998-09-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* Makefile.ama: Use '?' to separate the sed
	commands as ',' is used when people pass -Wl,something.

1998-09-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* configure.in: Output our compilation flags.

	* printConf.sh.in:  New file, used to plug gnome-print into the
	gnome-config setup.

	* Makefile.am: Create and install printConf.sh from
	printConf.sh.in

Thu Sep 24 12:42:53 1998  Raph Levien  <raph@gimp.org>

	* The image operators are now supported.

Wed Sep 23 17:50:43 1998  Raph Levien  <raph@gimp.org>

	* Started gnomifying, adding a printer dialog.

Wed Sep 23 15:28:58 1998  Raph Levien  <raph@gimp.org>

	* Initial version. Based on
	http://www.levien.com/gnome/print-arch.html
	

