2002-06-12  Glynn Foster  <glynn.foster@sun.com>

	* main.c: (main): Unconnected the client_die_cb signal because
	gnome-session decides to kill the app after a timeout - which
	isn't nice if the app is trying to connect to the dict server.

2002-06-04  George Lebl  <jirka@5z.com>

	* gdict-app.c: use _UI_SUBTREE instead of _UI_SUBTREE_STOCK 
	since that makes translations actually work. _UI_SUBTREE_STOCK 
	means that the string comes from libgnomeui which in these cases
	it doesn't.

2002-06-02  Arvind Samptur <arvind.samptur@wipro.com>

	*  gdict-applet.c : changed gtk_main_do_event
	to gtk_propagate_event in button_press_hack
	for avoiding crash due to gtk event queue corruption. Fixes
	#83186.

2002-06-01  Ross Burton  <ross@burtonini.com>

	* gdict-about.h, gdict-about.c: Take a *GtkWindow as the parent
	window, and set the about dialog as a transient. Fixes #83799.
	* gdict-app.c: Change the menu builder code to pass a reference to
	the main window as the user_data pointer, and pass this pointer
	when the about dialog is called.

2002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* Makefile.am: Update for #83627.

2002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct place.
	Fixes #83627.

2002-05-31  Glynn Foster  <glynn.foster@sun.com>

	* gdict-about.c: Don't set the wmclass on about dialog.

2002-05-29  Glynn Foster  <glynn.foster@sun.com>

	* help/C/gnome-dictionary-C.omf: Remove dtd because it screws
	up the build.

2002-05-26  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-applet.c: get the button press hack correct so that
	middle click also works

2002-05-26 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-dictionary.xml
	* help/C/figures/*.png
	updated doc, new screenshots. This is likely not the final word
	(Sun version in progress), but this gives us something shippable
	that allows me to close bug #76426

2002-05-22  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Add back the DESTDIR check since I don't know
	what it does and might be important.

2002-05-22  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Fix up install of schemas. Thanks to Arvind
	for bugging me enough about his problem that seems to be 
	connected.

2002-05-20  Glynn Foster <glynn.foster@sun.com>

	* Makefile.am: Translates the schemas file.
	* gdict.schemas.in: New - thanks to Anders Carlsson for doing 
	cvs surgery.
	* gdict.schemas: Boot.

2002-05-17  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-pref.c: strdup the server pref since we try to free it
	later. Fixes bug #81941

2002-05-15  Seth Nickell  <snickell@stanford.edu>

	* gdict-applet.c: (gdict_applet_new):

	Restrict textbox size to a reasonable value, put
	the button on the correct side.

2002-05-14  Glynn Foster <glynn.foster@sun.com>

	* gdict-pref-dialog.c: give a default response.

2002-05-13  Deepa Natarajan  <deepa.natarajan@wipro.com>

	* .xml: added mnemonics to the popup menu.

2002-05-13  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: (gdict_app_create): Add a progress bar, although
	isn't hooked up yet.

2002-05-12  Havoc Pennington  <hp@pobox.com>

	* gdict-speller.c: left-align the items in the spell strategy
	menu.

2002-05-11  Glynn Foster  <glynn.foster@sun.com>

	* dict.c: Fix comment - hum, would be lovely if we could 
	somehow gnome-vfs this ;)
	* gdict-pref-dialog.c, gdict-pref.c, gdict-pref.h, 
	gdict.schemas: Fix GConf saving - for some reason it was
	broken - used this an excuse to change the schema for the
	last time.

2002-05-11  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Okay, what's the bet this comes back to 
	bite me because I'm trying to be too clever. Oh well.
	More fixes for sensitivity.

2002-05-11  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Hum, yeah, you might want to have Cut, Copy,
	and Paste sensitive even if here is no definition available.

2002-05-11  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Set the sensitivity of the menus depending on
	content of definition view. Fixes #76205.
	* gdict-pref.c: Give the settings default values just in case
	something weird happens and GConf fails - this needs to be 
	done more rigorously though. 

2002-05-10  Kevin Vandersloot <kfv101@psu.edu>

       * gdict-applet.c: make the applet a text entry again. Allow
       for dragging text onto the button and add a menu item for
       looking up selected text. Also set the window icon

2002-05-10  Paolo Maggi <maggi@athena.polito.it>

	* gdict-app.c: now "Find" restart from the beginning of the doc
	when you arrive at the end of it.
	Now gdict does not crash when you press ESC on the Find dialog

	* gdict-speller.c (gdict_speller_init):
	* gedit-pref-dialog.c (create_dialog): prevent dialog desctruction 
	when pressing ESC 

2002-05-10  Paolo Maggi <maggi@athena.polito.it>

	* gdict-app.c: cleaned up the "Find" dialog, show the menu hints in 
	the status bar

	* gdict-defbox.[ch] (gdict_defbox_find): return TRUE if the searched
	text is found 	

2002-05-10  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.h, gdict-speller.c: Move some useful functions around.
	* gdict-app.c: Remove 'Find' on the status bar and make it a dialog
	instead. Fixes #80630.

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

	* gdict-applet.c: copy the string from the selection since we
	don't own it. Pointed out by Hvard Wigtil - bug #80557

2002-04-29 Satyajit Kanungo <satyajit.kanungo>

	* Makefile.am - Added -DLIBDIR, -DSYSCONFDIR and DLIBDIR 
          to enable help on applets.	

2002-05-07  Satyajit Kanungo  <satyajit.kanungo@wipro.com>

	* gnome-dictionary.desktop.in: Added DocPath in the 
	desktop.in file. Fixes #80921.

2002-05-06  Glynn Foster <glynn.foster@sun.com>

	* Makefile.am: Fix to get gdict to make distcheck.

2002-04-30  Paolo Maggi  <maggi@athena.polito.it>

	* gdict-app.c: now the text view is etched in
 
2002-04-30  Paolo Maggi  <maggi@athena.polito.it>

	* gdict-speller.c (gdict_speller_init): added
	a mnemonic to the "Check Spelling" button

2002-04-30  Paolo Maggi  <maggi@athena.polito.it>

	Cleaned up the GUI and fixed bug #76426

	* gdict-app.[ch] (gdict_button_new_with_stock_image):
	new function

	* gdict-speller.c (gdict_dialog_add_button):
	new function
	(gdict_speller_init): almost rewritten

2002-04-29  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Unbreak the Quit menu item. Fixes #72826.

2002-04-29 Dennis Cranston <dennis_cranston@yahoo.com>

	* gdict-about.c:  Use gdict.png for logo and window icon
	in the about dialog. Fixes #80109.

2002-04-28 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-dictionary.xml
	docs edits from Nicholas Curran <quasar@austar.net.au>

2002-04-27 John Fleck <jfleck@inkstain.net>

	* help/C/gdict-find.png and gdict-main.png
	update screenshots, fixing #79960

2002-04-26  Adam Sulmicki <adam@cfar.umd.edu>

	* dict.c, dict.h, gdict-defbox.c, gdict-pref.c: Indicate to 
	the user which database the entry came from.

2002-04-26 Adam Sulmicki <adam@cfar.umd.edu>

	* gdict-pref-dialog.c: Use * instead of !. This basically has 
	the effect that it will search for all matches in a given 
	database. If this behaviour turns out to be bad, we'll revert it.

2002-04-26  Glynn Foster  <glynn.foster@sun.com>

	* GNOME_GDictApplet.xml: Remove ellipses.
	* gdict-pref-dialog.c: Rename window.
	Fixes #76808 - which is mostly a duplicate of #76426.

2002-04-26  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Get rid of the silly progress bar. Make sure we 
	refresh the status dock before each search. Fixes #75583.

2002-04-26  Glynn Foster  <glynn.foster@sun.com>

	* gdict-speller.c: On selection of a new search strategy, activate
	the spell lookup.

2002-04-26  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c: Start towards fixes for #76426. Use a 'Dictionary'
	menu instead of 'File'. Add 'Quit' instead of 'Exit'.

2002-04-26  Glynn Foster  <glynn.foster@sun.com>

	* gdict-pref.c, gdict-speller.c, main.c: Fix a few leaks, remove
	the pointless legacy popt options and give a default reponse to the
	spell check treeview. Fixes #75582.

2002-04-25  Glynn Foster  <glynn.foster@sun.com>

	* gdict.gnorba: Remove.

2002-04-25  Glynn Foster  <glynn.foster@sun.com>

	* gdict-app.c, gdict-defbox.c, gdict-speller.c: Remove 
	bogus libgnomeprint headers.

2002-04-25  Narayana Pattipati  <narayana.pattipati@wipro.com>

	* GNOME_GDictApplet.xml, gdict-app.c, gdict-applet.c,
	* gdict-pref-dialog.c, gdict-speller.c:

	Fixed some accessibility/keynav/usability issues. Bug#79044.

2002-04-25  Narayana Pattipati <narayana.pattipati@wipro.com>

	* gdict-app.c, gdict-pref-dialog.c, gdict-speller.c:
	Update atk_relation and atk_namedesc.

2002-04-24 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-dictionary-C.omf
	updating OMF file to match that required by
	ScrollKeeper >= 0.3.8

2002-04-10 Senthilkumar <senthil.ramasamy@wipro.com>

       * gdict-pref-dialog.c: Fixed the problem of garbled text in
       preference dialog.

2002-04-18  Senthilkumar Ramasamy <senthil.ramasamy@wipro.com>

	* dict.c : code added for checking the result of
	g_io_channel_read, & modifying return value according
	to g_io_channel_error, thereby fixing the hang problem
	when connecting to non-existing remote server.

2002-04-16  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am, gdict-app.c, gdict-applet.c, main.c: get
	help working from patch by Satyajit Kanungo - bug
	#78745

2002-04-15  Kjartan Maraas  <kmaraas@gnome.org>

	* gdict-app.c: Mark a dialog title for translation.
	
2002-04-09  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-app.c: don't connect to the close signal since we
	already connect to the response signal fro the speller

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

	* help/C/gnome-dictionary-C.omf
	adding seriesid to omf file
	removing old help/C/gdict.xml, which caused me embarassing
	confusion and is no longer relevant

2002-04-03  Kevin Vandersloot <kfv101@psu.edu>

	* gdict-pref-dialog.c: change server and port settings
	on focus_out instead of the explicit buttons. Make the 
	buttons read "Default" so they can return the default server
	settings. This requires a docs change I think. Add some
	mnemonics

2002-03-30 Senthilkumar Ramasamy <senthil.ramasamy@wipro.com>
        * dict.c handled one more condition where both G_IO_IN & G_IO_ERR 
	is set, to avoid error dialog which pops up even when server & 
	port are valid.

2002-03-24 John Fleck <jfleck@inkstain.net>

	* help/C/Makefile.am
	* help/C/gnome-dictionary.xml
	* help/C/legal.xml
	* help/C/*.png
	add updated docs from Daniel Carrera, with bonus fix to
	the docs and screenshots to match the UI change in bug
	#76080

2002-03-20 John Fleck <jfleck@inkstain.net>

	* gdict-app.c: move preferences to edit menu,
	eliminate settings menu
	fixes bug #76080

2002-03-20  Narayana Pattipati  <narayana.pattipati@wipro.com>

        * gdict-app.c: Word Entry on the main window is made to receive the
        keyboard focus properly.

        * gdict-pref-dialog.c:
        * gdict-speller.c:
        * gdict-app.h:

        Added accessibility code changes to all four files.

2002-03-16  Kevin Vandersloot <kfv101@psu.edu>

	* main.c, gdict-app.c: change gdict to gnome-dictionary since binary 
	was renamed. Also indicate that the -a flag is no longer
	used

	* gdict-pref-dialog.c: don't try to restore settings if a new
	server fails.

2002-03-14 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-dictionary.xml, gnome-dictionary-C.omf, 
	Makefile.am
	change docs to reflect new executable name, fixing bug
	#70080

2002-03-01  Deepa Chacko Pillai <deepa.chacko@wipro.com>

	* main.c: Added code to handle the "die" signal which
	is emitted when you log out of a session.

2002-03-10  Kevin Vandersloot <kfv101@psu.edu>

	* dict.c: In the data notify, close the command if a strange
	GIOCondition is given. Popup an error dialog asking the user
	to check the server settings. This should prevent the 
	infiinite looping occurring for me and others - bug
	#72822.  

	Translators, this adds a string (though it really is a urgently
	needed string)

2002-03-05  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: revert schemas installation changes

2002-03-05  Seth Nickell  <snickell@stanford.edu>

	* GNOME_GDictApplet.server.in:

	Put in "Accessories".

2002-03-03  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: fix missing ;

2002-03-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: don't do gconf fu if DESTDIR is set

2002-02-28  Deepa Chacko Pillai <deepa.chacko@wipro.com>

	* gdict-about.c: Removed set modal for the gdict about dialog
	so that credits dialog will be able to respond to user.

2002-02-27  Bastien Nocera  <hadess@hadess.net>

	* doc/C/gdict.sgml:
	* doc/es/gdict.sgml:
	* doc/es/gdict_util.sgml: change to new name
	(Fix: 70080)

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* gdict-applet.c: (text_received): remove debug

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* gdict-applet.c: (text_received): strip leading and trailing
	whitespace characters (Fixes:frb)
	"<frb> and it doesn't strip leading/trailing whitespace"

2002-02-21  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_GDictApplet.server.in: Mark category name for
	translation.
	
2002-02-21  Bastien Nocera  <hadess@hadess.net>

	* gdict-app.c: (gdict_app_show_preferences):
	* gdict-pref-dialog.c: (create_dialog), (pref_dialog_add_db),
	(pref_dialog_add_strat), (server_button_cb): make prefs
	work again (lots of strcmp which would choke on NULL strings)
	(Closes:70274)
	* and I couldn't add a nifty maginfying glass icon to the "look up"
	button, because it's frozen :/

2002-02-17  Kevin Vandersloot <kfv101@psu.edu>
	
	* gdict-applet.c: hack to get right click working on the button

2002-02-17  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_GDictApplet.xml: External ui description.
	* gdict-applet.c: Use it.
	* Makefile.am: Hook it up.
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_GDictApplet.server.in: move to Vertigo namespace.

	* gdict-applet.c: update for factory macro change.

2002-02-05  jacob berkman  <jacob@ximian.com>

	* Makefile.am (install-data-local): call gconftool-2 rather than
	gconftool

2002-01-31  Zbigniew Chyla  <cyba@gnome.pl>

	* gdict-about.c (gdict_about_new): Don't try to translate empty string.

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

	* gdict-pref-dialog.c: change ok button to close per HIG.
	Many cosmetic improvements

	* main.c: don't pop up error dialog on startup. Only do it
	when the user performs some action needing the server

	* gdict-app.c: remove toolbar and small cosmetic improvements

	* gdict-speller.c: cosmetic improvements

2001-02-02  Zbigniew Chyla  <cyba@gnome.pl>

	* .cvsignore: s/gdict/gnome-dictionary/

2002-02-02  Seth Nickell  <snickell@stanford.edu>

	* gdict.png:

	Get rid of the horrible monotonous blank
	red colour.

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
