2001-09-12  Radek Doulik  <rodo@ximian.com>

	* main.c (picker_clicked): set filter only for mono spaced fonts,
	allow selection of monospaced font for proportional (I realized
	this with Japanese fonts, where you often want use mono spaced
	font as your base [proportional] font)

2001-08-28  Radek Doulik  <rodo@ximian.com>

	* gnome-bindings-prop.c (get_keymap): be more carefull about
	active item
	(gnome_bindings_properties_get_keymap_name): be more carefull
	about keymap entry

	* main.c (main): commented out use of homerc_file, don't free it
	twice


2001-08-12  Radek Doulik  <rodo@ximian.com>

	* used next part of UI designed by Anna, removed custom
	keybindings functionality (before it could be rewritten to use XML
	to store keybindings and allow create custom keybindings based on
	predefined ones - probably post-1.0 :(

2001-08-07  Radek Doulik  <rodo@ximian.com>

	* main.c (picker_clicked): new signal handler which sets filter
	for font selection dialog to avoid selecting proportional font for
	mono spaced one and vice versa
	(setup): use picker_clicked

2001-07-26  Chema Celorio  <chema@celorio.com>

	* gnome-bindings-prop.c (init): set the usize of
	the clists since the new control center is not embeding
	capplets but displaying them in a window

2001-07-25  Radek Doulik  <rodo@ximian.com>

	* Makefile.am: generate .desktop, substitute ICONSDIR

	* moved html-viewer.png to ../art/

2001-07-25  Jakub Steiner <jimmac@ximian.com>

	* html-viewer.png: icon for the new gnomecc. I tried to modify
	  the gtkhtml-properties.desktop and Makefile.am files, but since
	  it didn't quite work, I'll leave that to someone who has a
	  clue.

2001-07-13  Larry Ewing  <lewing@ximian.com>

	* gtkhtml-capplet.glade: rename the Magic Links checkbox.

	* Makefile.am (glade_DATA): copy the .desktop to the new control
	centers capplet directory as well (from Richard Hestilow
	<hestgray@hotmail.com>)

2001-06-06  gtkhtml@thewrittenword.com

	* gnome-bindings-prop.c (init):
	Sun C complains about:
	gchar *cols1 [2] = {_("Key"), _("Command")};

2001-05-29  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (EXTRA_DIST): remove gtkhtml-capplet.glade.h

2001-05-07  Larry Ewing  <lewing@ximian.com>

	* gtkhtml-capplet.glade: fix spelling of keyboard.

2001-04-01  Fatih Demir <kabalak@gtranslator.org>

	* .cvsignore: Added "gtkhtml-capplet.glade.h" to the
		ignores.

2001-02-19  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* .desktop: Add Japanese trasnlation.
	* Fix Commento -> Comment

2001-01-26  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* gtkhtml-properties.desktop: added Slovak translation

2001-01-24  Radek Doulik  <rodo@helixcode.com>

	* main.c: added xemacs bindings

2001-01-19  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* gtkhtml-properties.desktop: added Slovak translation
	* gtkhtml-editor-properties.desktop: added Slovak translation

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

	* main.c: read/store full font name

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

