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
