2000-12-11  Radek Doulik  <rodo@helixcode.com>

	* Makefile.am: added gtkhtml-capplet.glade to EXTRA_DIST

2000-12-11  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* main.c: merge with viewer.c, and gladify

	* Makefile.am: only build one capplet

2000-11-28  Radek Doulik  <rodo@helixcode.com>

	* viewer.c (main): updated for latest gconf

	* aplied patch from Chipzz@ULYSSIS.Org
	capitalize Entry in .desktop files

2000-11-26  Christopher R. Gabriel  <cgabriel@softwarelibero.org>
	
	* gtkhtml-properties.desktop: added italian translation

	* gtkhtml-editor-properties.desktop: Likewise

2000-11-04  Zbigniew Chyla  <cyba@gnome.pl>

	* gtkhtml-editor-properties.desktop.cyba,
	gtkhtml-properties.desktop.cyba: Added Polish translation.

2000-11-01  Radek Doulik  <rodo@helixcode.com>

	* gnome-bindings-prop.c (gnome_bindings_properties_save_keymap):
	save only non-empty bindings

2000-10-11  Radek Doulik  <rodo@helixcode.com>

	* Makefile.am (CFLAGS): don't add pspell cflags, they aren't
	needed anymore
	(LDADD): removed pspell libs

2000-09-23  Jesus Bravo Alvarez  <jba@pobox.com>

	* *.desktop: Added Galician translations.

2000-09-15  Radek Doulik  <rodo@helixcode.com>

	* main.c (setup_behaviour): fixed typo

2000-09-12  Radek Doulik  <rodo@helixcode.com>

	* main.c: capplet split into notebook pages bindings/behaviour

2000-09-11  Radek Doulik  <rodo@helixcode.com>

	* gnome-bindings-prop.c: added keymap_selected signal
	(gnome_bindings_properties_get_keymap_name): new function

2000-09-09  Kjartan Maraas  <kmaraas@gnome.org>

	* *.desktop: Added Norwegian translations.
	
2000-09-04  Radek Doulik  <rodo@helixcode.com>

	* viewer.c: fonts for printing

2000-08-17  Larry Ewing  <lewing@helixcode.com>

	* Makefile.am: add pspell cflags and libs as well so that things
	at least compile again.

2000-08-17  Radek Doulik  <rodo@helixcode.com>

	* main.c (apply_fonts): new helper function to set font attributes
	(apply): use apply_fonts
	(set_ui): set font attributes
	(setup): add table with fonts attributes, it looks like Editor
	capllet is going to split soon :)

2000-07-24  Fatih Demir	<kabalak@gmx.net>

	* gtkhtml-properties.desktop: Added the Turkish desktop
		entries.

2000-07-21  Radek Doulik  <rodo@helixcode.com>

	* main.c: updated to use gnome_config if gconf is disabled

2000-06-29  Radek Doulik  <rodo@helixcode.com>

	* gnome-bindings-prop.c (bind_from_key): updated for shift

2000-06-28  Radek Doulik  <rodo@helixcode.com>

	* gnome-bindings-prop.c (string_from_key): updated for shift
	(key_from_string): likewise

2000-06-20  Radek Doulik  <rodo@helixcode.com>

	* gnome-bindings-prop.c (remove_snooper): restore grab button only
	if bindings are non empty
	(keymap_select_row): if no bindings defined, disable all editing
	widgets except Add button
	(add_button_clicked): handle properly case when no bindings
	defined yet
	(delete_button_clicked): disable editing except Add button when
	last binding is deleted
	(add_button_clicked): enable editing after binding (possibly
	first) added

2000-06-17  Ettore Perazzoli  <ettore@helixcode.com>

	* Makefile.am (INCLUDES): Use `top_builddir' so that it works with
	builddir != srcdir.

2000-06-14  Radek Doulik  <rodo@helixcode.com>

	* Makefile.am (gtkhtml_properties_capplet_LDADD): we include
	../src/gtkhtml-properties.o in LDADD - this is quite ugly, some
	automake volunteer? Or maybe we should move capplet to src dir?
	(gtkhtml_properties_capplet_LDADD): removed -lgconf-gtk which was
	hack and is fixed now

	* new directory for capplet

