2002-01-29  Seth Nickell  <snickell@stanford.edu>

	* gdict.png:

	Start making this look a little more like a
	dictionary. Will add gold lettering later.

2002-01-28  Darin Adler  <darin@bentspoon.com>

	* Makefile.am: Install the man page under its new name.

2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* gdict.1:
	* gnome-dictionary.1:

	Rename the manpage and bring it up to date with the
	binary name.

2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* GDict.desktop.in:
	* Makefile.am:
	* gnome-dictionary.desktop.in:

	Change binary to "gnome-dictionary" and .desktop file
	to match this. This is to avoid confusion having apps
	having menu entries that are very different from 
	their commands.
	
2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* GNOME_GDictApplet.server.in:

	Drop "Applet" from the name.

2002-02-12  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: dist the schemas file

2002-02-08  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: add back help. Somehow it found it's way
	to this module

2002-02-08  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet: remove old code, call gtk_window_present to
	show the window on lookup and improve tooltip

	* main.c: don't exit on startup if the server can't be found

	* pref-dialog.c: correct an error message

	* gdict-app.c: improve an error message

	* Makefile.am: comment out the help directory for now since
	it isn't being pulled in from cvs

2002-01-07 John Fleck <jfleck@inkstain.net>

	* Makefile.am, help/C/gdict-C.omf, gdict.xml, Makefile.am
	xmlizing the docs, which are now in the "help" directory

2001-12-31  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet.h: size the applet at startup so it get displayed
	properly initially

2001-12-31  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-pref-dialog.c: clean up some gconf useage by not
	calling gconf_client_get_default more than once

2001-12-23  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_GDictApplet.server.in: change the category menu to Utility
	so it slots nicely into the panel.

2001-12-18  Chris Phelps <chicane@reninet.com>
    * gdict-applet.c: fix for new applet api changes.

2001-12-14  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet.c: raise and show the def window when
	looking up text

2001-12-14  Mark McLoughlin  <mark@skynet.ie>

	* gdict-applet.c: (gdict_applet_determine_height):
	update for panel-applet GNOME_Vertigo namespace changes.

2001-12-14  Seth Nickell  <snickell@stanford.edu>

	* gdict-pref-dialog.h:

	Make type use "GType" rather than guint.

2001-12-13  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-app.c: remove the space in the history id for the 
	gnome-entry. Fixes the annoying gconf error on startup

2001-12-13  Kevin Vandersloot <kfv101@psu.edu>

	* Properly port to gconf with notification. Also get rid
	of all gnome_dialogs in favor of gtk_dialog

2001-12-12  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet.c: change the applet to be just a button
	that will look up text in the PRIMARY clipboard. It rocks,
	try it now ;)

2001-12-07  Seth Nickell  <snickell@stanford.edu>

	* GNOME_GDictApplet.server.in:
	* gdict-about.c: (gdict_about_new):
	* gdict-app.c: (gdict_app_create):

	Change name to reflect the panel menu entry.
	
2001-12-06  Kevin Vandersloot <kfv101@psu.edu>

	* gdict.desktop.in: no longer used

2001-12-05  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: update the .server file and make sure it gets
	created properly. Crap I forgot to cvs add the .server.in file

2001-12-05  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet.c: don't connect to server on 
	initialization. Lookup text from primary clipboard
	on button press instead of from the entry - some UI
	improvement needed to indicate that this will not search the
	text in the entry - perhaps replace lookup with a dict icon
	and an explanatory tooltip

	* gdict-app.c: get rid of applet_toggle gloable variable
	and add arguments to explictely state if the applet is running

2001-12-04  Kevin Vandersloot <kfv101@psu.edu>

	Make the applet build and run. Lots to be finished but at least
	it does something :)

	* gdict-applet.c: port to new API. 

	* Makefile.am: install the .server file

2001-12-04  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-app.c: make select all work

	* gdict-defbox.c: search now highlights the text

2001-12-04  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-app.c: support drag and drop of text onto the
	lookup button. Also add some padding to the lookup button

2001-12-03  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-defbox.c: apply the text attributes in a nicer fashion.
	Still a little ugly but I think it's the best I can do considering
	the TextView API

2001-12-03  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-speller.c: make find and find again work properly.
	GtkTextView rocks hard!

	* AUTHORS, TODO: add myself to authors and update TODO

2001-12-02  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-speller.c: make this derive from GtkDialog. Bind to
	activate signal for entry. Port the clist to treeview. In
	general make this dialog better :)

	* gdict-app.c: remove a GnomeDialog specific call here.
	Also add a left margin in the text box

2001-12-02  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-speller.c: remove an extra destroy call so the 
	spell dialog doesn't crash any more

2001-11-27  Seth Nickell  <snickell@stanford.edu>

	* GDict.desktop.in:

	Rename to "Dictionary", add Categories field.
	
	* Makefile.am:

	Install .desktop into datadir/applications

2001-11-20  Kevin Vandersloot <kfv101@psu.edu>

	* make ChangeLog just for gdict

	* gdict-pref-dialog.c: get rid of compile warnings by using
	gtk_editable_get_chars instead of gtk_entry_get_text

	* gdict-app.c, gdict-speller.c: ditto

	* gdict-app.c: make clearing work. Beginnings of some
	usability and cosmetic improvements
