2005-01-10  Davyd Madeley  <davyd@madeley.id.au>

	* gtik.c:
	   - Update to GtkAboutDialog
	   - Use stock buttons for Add/Remove

2005-01-06  Davyd Madeley  <davyd@madeley.id.au>

	* gtik.c: Fix incorrect percentages for stocks. Fixes bug #143737.
	  Patch from <prothonotar@tarnation.dyndns.org>.

2004-09-29  Davyd Madeley  <davyd@madeley.id.au>

	* gtik.c: Resolve some string composition problems in the ticker.
	  Closes #150894.

2004-09-13  Shaun McCance  <shaunm@gnome.org>

	* help/C/gtik2_applet2-C.omf:
	* help/C/gtik2_applet2.xml:
	- Update for 2.8 from Angela Boyle

2004-08-24  Davyd Madeley  <davyd@madeley.id.au>

	* gtik.c: String composition is confusing and bad. Added a comment to
	assist those coping with #150894. Must fix after string freeze.

2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Remove references to screen-exec.
	* access/accessibledrawingarea.h: ANSIfication.
	* access/accessibledrawingareafactory.c:
	(accessible_drawing_area_factory_get_type): Same.
	* access/accessibledrawingareafactory.h: Export
	accessible_drawing_area_*factory*_get_type not
	accessible_drawing_area_get_type which is exported
	in accessibledrawingarea.h.
	* gtik.c: (gtik_applet_fill): Use g_signal_connect().
	Add extern prototype for set_relation(). Also remove
	a call to a non-existant setup_factory() function.

2004-06-17  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c (splitChange): "No Change" string
	was marked strangly as reported by:
	Paisa Seeluangsawat  <paisa@users.sf.net>

	Fixes bug #136728.

2004-06-16  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c (splitPrice, splitChange):
	Increased the size of the string to 1024 to avoid the crash.

	Patch by: Shakti Sen <shprasad@novell.com>

	Fixes bug #144403

2004-06-16  Dennis Smit  <ds@nerds-incorporated.org>
	
	* gtik.c (add_symbol): Adding symbols is
	coma and space separated.

	Patch by: shakti  <shprasad@novell.com>
	
	Fixes bug: #144406 and 144407.

2004-06-09  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c: HIG fixes for the treeview.
	
	Patch by: Ross Burton  <r.burton@180sw.com>

	Fixes bug: #144027.

2004-06-03  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c (updateOutput): Add a string to indicate
	that there are no stocks to be monitored.

	Fixes bug #137677.

	Patch by: Arvind Samptur  <arvind.samptur@wipro.com>

2004-03-20  Arvind Samptur  <arvind.samptur@wipro.com>

	Approved by release team and Kevin

	* gtik.c (updateOutput): Don't go about
	fetching CSV  data  if we don't have any
	stocks to monitor. Fixes crash #137677

2004-03-17  Glynn Foster  <glynn.foster@sun.com>

	* help/ja/*: Add ja docs since the original author didn't get
	back to me.

2004-03-16  Glynn Foster  <glynn.foster@sun.com>

	* help/Makefile.am: Add l10n'd docs to the build.

2004-03-15  Glynn Foster  <glynn.foster@sun.com>
	
	* help/*: Localized online help from Sun's translation team for
	de, es, fr, it, ko, sv, zh_CN, zh_HK and zh_TW.

2004-03-11  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c (properties_cb): Remove semicolon
	after if.

	Patch by Kjartan Maraas <kmaraas@gnome.org>.

	Fixes bug #136844.

	This is approved by the release team.

2004-02-23  Dennis Smit  <ds@nerds-incorporated.org>

	* gtik.c (about_cb): Set the screen right
	when the user requests the about dialog and it's
	already there but not on the right screen.

2004-02-19  Jody Goldberg <jody@gnome.org>

	* gtik.c : include <locale.h> to get things compiling.
	  There are still a pile of compiler warnings in here, some of which
	  could cause trouble on 64bit platforms

2004-02-18  Kevin Vandersloot

	* gtik.c: Use CSV for gettting stock data. Fixes bug #123125.
	Patch from Rémi Cohen-Scali.

2004-02-11 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/gtik2_applet2.xml: Updated for GNOME 2.6.
	* help/C/gtik2_applet2-C.omf: Updated for GNOME 2.6.
	* help/C/l10n.txt: Updated for GNOME 2.6.

2004-01-30  Chee Bin HOH  <cbhoh@gnome.org>

	* gtik/gtik.c: Update documenters credit in 
	About dialog.
	
2004-01-19 Vijaykumar Patwari <vijaykumar.patwari@wipro.com>

	* gtik/gtik.c: Destroys about dialog when that instance
	of applet is removed. Fixes bug# 125893.

2004-01-18  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (install-data-local): builddir != srcdir fix.

2004-01-09  Kevin Vandersloot

	* gtik.c: use gtk arrows for the scroll buttons. Patch from Muktha
	Fixes bug #128555

2003-12-12  Padraig O'Briain <padraig.obriain@sun.com>

	* Makefile.am:
	Add CLEANFILES so that make clean deletes $(server_DATA) and
	$(server_DATA).in.

	* gtik.c (updateOutput): Add weak pointer so that access_drawing_area
	is set to NULL when widget is destroyed,
	(gik_vbox_accessible_ref_child): Add check that index is valid and
	access_drawing_area is not NULL. Call g_object_ref on AtkObject being
	returned. Fixes bug #128593.

2003-09-18  Kevin Vandersloot

	* gtik.c: Fix for new yahoo html changes. Fixes bug #121926

Mon Sep 15 15:18:26 2003  George Lebl <jirka@5z.com>

	* gtik.c: when started in lockdown mode, hide the preferences item

2003-07-23  Kevin Vandersloot

	* schemas.in: Clean up the strings.

2003-07-21  Dennis Cranston <dennis_cranston at yahoo com>

	* gtik.c:  HIGify widget padding between the vbox and action area 
	of the dialog.  Thanks to <chris@gnome-de.org> Christian - 
	Manny Calavera - Neumair.

Wed Jul 09 16:31:49 2003  George Lebl <jirka@5z.com>

	* gtik.c: respect key writability

2003-06-19  Kevin Vandersloot

	* access/accessibledrawingarea.c: don't pass pointers for integers. Patch from
	Kelledin. Fixes bug #114073

2003-06-16  Kevin Vandersloot

	* gtik.c: use default colors by default. Fixes rest of #91333.

2003-06-15  Kevin Vandersloot

	* gtik.c: add keybinding for "update"

2003-06-12  Kevin Vandersloot

	* gtik.c: center the text.

2003-06-12  Kevin Vandersloot

	* gtik.c: move the tooltip to the drawing area so the buttons satisfy Fitts' law. Also set
	font to default and add option to show default font. Fixes half of #91333.

2003-06-01  Kevin Vandersloot

	* gtik.c: expand the applet for Fitt's law. Update the width when the spin changes.
	Also indicate that the applet is updating when it is, and display a better error message when
	failing. Also don't display the error message twice. Fixes bug #86923

2003-05-30  Kevin Vandersloot

	* README, NEWS: update. remove NEWS

2003-05-07  Dennis Cranston <dennis_cranston at yahoo com>

	* gtik.c:  HIGify the action area of the preferences dialog.

2003-04-25  Dennis Cranston <dennis_cranston at yahoo com>

	* gtik.c:  Minor HIG changes: set default button; use sentence 
	capitalization for various labels; add missing colons from various 
	labels; add units after spin controls; fix widget padding.
	
2003-04-21  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: set sensitivity of add/remove buttons accordingly. Fixes bug #93463

2003-04-20  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: remove 3 pixel veritcal padding on display. Update when prefs have changed.
	Fixes bug #90243

2003-03-07  Mark McLoughlin  <mark@skynet.ie>

	* gtik.c: (help_cb), (phelp_cb): update for screen-exec changes.

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

	* gtik.c: clean up prefs dialog and HIGify.
	
	* gtik.schemas: add comment about unused config

2003-01-23  Irene Ryan <irene.ryan@sun.com>

	* help/C/gtik2_applet2.xml: updated help for GNOME 2.2
	* help/C/gtik2_applet2-C.omf: updated for GNOME 2.2
	
2003-01-21  Arvind Samptur <arvind.samptur@wipro.com>
	* gtik.c (destroy_applet) Destroy the preferences dialog
	when destroying the applet.

2002-12-14  Fernando Herrera <fherrera@onirica.com>

	* GNOME_GtikApplet.server.in.in: added bugzilla attributtes

2002-12-02  Christian Neumair  <chris@gnome-de.org>

	* gtik.c: Made tabs HIG compliant (removed mnemonics).

2002-11-27  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: realize drawing widget on startup since sometimes it doesn't seem
	to be realized and the gc created at startup is therefore NULL

2002-11-27  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: some changes from the stable branch. Make the scroll speed slower by
	default. Make the skip-forward/backword buttons scroll a shorter distance.

2002-11-27  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: don't create a new gc on every repaint. Performance improvement
	from bug #99696

2002-09-15  Juan Salaverria <rael@vectorstar.net>

	* GNOME_GtikApplet.xml: Added a separator in the
	menu and ordered the menu items. May fix bug #89864

2002-10-29  Rajkumar Sivasamy  <rajkumar.siva@wipro.com>

	* gtik.c: Add colons to the labels in the preferences dialog.
	Fixes #81136

2002-09-19  Mark McLoughlin  <mark@skynet.ie>

	* gtik.c: (about_cb), (help_cb), (phelp_cb), (properties_cb):
	kill the HAVE_GTK_MULTIHEAD conditionals. We require gtk+ HEAD now.

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

	* help/C/gtik2_applet2.xml: Update docs for s/Refresh/Update.
	Fixes #86756.

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

	* gtik.c: fix bug in saving scroll speed

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

	* gtik.c: add ability to change scroll speed and width of
	the applet. Also size the height based on the panel height.
	Fixes bug #84612 and #83701. I know... the prefs dialog is really
	ass ugly right now ;)

2002-08-22  Kevin Vandersloot <kfv101@psu.edu>
	
	* gtik.c: fix small bug in display logic

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

	* gtik.c: another massive speedup. Don't paint strings that
	lie outside the display area. Makes the applet usable with
	lots of stocks

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

	* gtik.c: greatly speed up the display of the quotes. Cache
	the string widths so we don't have to keep recaculating on
	each update. Simplify things by only having one font now.

2002-08-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link against libscreen-exec.la

	* gtik.c: (help_cb), (phelp_cb): use the multiscreen
	gnome_help variants.

2002-07-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install applet in libexec.

	* GNOME_GtikApplet.server.in: move .server.in to
	.server.in.in to allow for libexec dir substitution.

2002-07-11  Mark McLoughlin  <mark@skynet.ie>

	* gtik.c: (about_cb), (properties_cb): realise
	dialogs on the same screen as the applet.

2002-07-10  Mark McLoughlin  <mark@skynet.ie>

	* gtik.c: use unsafe verbs to minimise casting.

2002-07-01  Kevin Vandersloot <kfv101@psu.edu>

	* *.xml: change "refresh" to "update". Fixes bug #86756

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

	* gtik.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-05-31 Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct
	location. Fixes #83621. 

2002-05-31  Kjartan Maraas  <kmaraas@gnome.org>

	* gtik.c: Fix a typo reported by Christian Rose. #83619.
	
2002-05-29  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: return TRUE in timeout callback so that the
	timeout keeps going and the applet actually updates. Fix
	bug #83340

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

	* gtik.c: report errors if not able to get gconf values. Also make
	middle and right click work on the buttons.

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

	* gtik.c: set window icon

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

	* gtik.c: add the ability to customize the unchanged text
	color. Fixes bug #81235

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

	* gtik.c: try to make it build on solaris.  hopefully i didn't
	break it more (seems improbably but who knows)

2002-05-13  Satyajit Kanungo <satyajit.kanungo@wipro.com>
	*. gtik.c , Added a help button and callback to create a 
	   "help" button in the preference diaqlog box.
	   	

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

	* .xml: added mnemonics for the popup menu

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

	* gtik.c, *.xml: get help working

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

	* gtik.c: remove proxy prefs tab since we now have a capplet

2002-05-06  Jagadeesh B.G. <jagadeesh.bana@wipro.com>

	* gtik.c: add tooltip to display applet name

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

	* gtik.c: handle removale of all stock symbols gracefully.
	Should fix bug #80568. Also select the next item when
	a stock is removed from the list

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

	* gtik.c:  "About..." dialog fixes -- change name to 
	"Stock Ticker" to match "Add to panel" menu.  Also, add
	gnome-money.png for logo and window icon.
	
	* GNOME_GtikApplet_server.in:  Add gnome-money.png icon
	
2002-04-25  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: Remove the "show arrows" option since it's no longer
	supported.

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

	* gtik.c: From patch by Deepa Chacko Pillai. Port applet
	to Pango - bug #74945. Also make zipping right or left work
	in a non-slow fashion.

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

	* gtik.c: unref the GdkGC to plug mahor memory leak I just
	introduced. Fix some other memory leaks

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

	* gtik.c, gtik.schemas: change default bg color to white per 
	accesability suggestions. Change default fg colors, 
	and font size. Fix typo in proxy tab. Allow for customization
	of the background color

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* access/.cvsignore: New file.
	* gtik.c: Added translation_credit and documenters placeholders.

2002-04-14  Mikael Hallendal  <micke@codefactory.se>

	* access/accessibledrawingarea.h: util/ -> libgail-util/
	
	* access/accessibledrawingarea.c: same.

2002-04-07  Kevin Vandersloot <kfv101@psu.edu>
	
	* gtik.c: don't do another update if one is in progress

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

	* gtik.c: fix timeout updating. Pass the stockdata pionter to
	the timeout function not "NULL"! Also set the min timeout
	to 1 minute

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

	* gtik.c: fix color changing

2002-03-25  Jagadeesh B.G. <jagadeesh.bana@wipro.com>

	* gtik.c, Makefile.am : Added accessibility for the stock ticker display
	and other components

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

	* gtik.c: fix default fonts if gconf doesn't return a value.
	Also don't bail out if fonts can't be found just used fixed 12

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

	* gtik.c: change properties to preferences and add mnemonics.

	* .xml: change properties to preferences

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

	* gtik.c: give the stocks list some extra width. Fixes bug
	#76436

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

	* gtik.c: NULL terminate the authors string. Might fix bug
	#75377

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

	* gtik.c: focus_out_event returns a gboolean. Fixes crashes
	in proxy pref dialog

2002-03-17  Kevin Vandersloot <kfv101@psu.edu>
	
	* gtik.c: add prefs settings for proxy. Fixes bug #74091

	* GNOME_GtikApplet.server.in: don't use the gnome-gegl icon.
	We need someone to make an icon for this

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

	* gtik.c: set the font picker font

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

	* GNOME_GtikApplet.server.in:

	Update description, move into Accessories.

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

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

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

	* gtik.c: fix memleaks. Also don't pop up multiple
	pref dialogs

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

	* gtik.c: change font loading to use PangoFontDescription
	and hook up font selector dialogs. Use GnomeFontPicker.

	* gtik.schemas: update fonts to new Pango descriptions

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

	* gtik.schemas, gtik.c: make the default stocks Dow Jones, 
	Nasdaq and S&P 500 instead of stupid linux stocks ;)

2002-02-22  Mark McLoughlin  <mark@skynet.ie>

	* gtik2_applet.desktop.in:
	* gtik2_applet.gnorba: remove these files

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

	* gtik.c: fix gnome_vfs_async_xfer problems by removing calls to
	g_print  in the xfer_callback. Dunno why that was screwing things
	up but it did. The applet now doesn't block when updating. Also
	remove a lot of debug spew. Also speed up the display

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

	* gtik.c: fix up the font issues so that one can display arrows.
	Fixes bug #70919. Also don't reload quote if the arrows option wasn't
	changed

2002-02-17  Cody Russell  <bratsche@gnome.org

	* gtik.c: Moved BonoboUI XML data out of here.

	* GNOME_GtikApplet.xml: Moved it here.

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

	* GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n.
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

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

	* gtik.c: update for factory macro change.

2002-02-09  Remi Cohen-Scali  <remi@cohen-scali.com>

       	* gtik.c (configured): Changed the html chunk used to locate
       	symbols in yahoo page in order to allow the ticker to run again
       	after the changes yahoo made.

2002-01-27  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: prefs saving and make the prefs dialog work. Port 
	the clist to GtkTreeView. Make the rtl motion work and
	get colors working. Major issue left with this applet is 
	porting from GdkFont to Pango stuff. Applet actually works
	now :)

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

	* Makefile.am, gtik.schemas: add gconf suppport and schemas

	* gtik.c: get config from gconf and change some braindead
	usage of strings for variables that could easily be bools.
	Use stock refresh icon for right click menu

2002-01-25  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: port prefs dialog to GtkDialog and conform to
	ui standards. Prefs not really implemented though

2002-01-22  Kevin Vandersloot <kfv101@psu.edu>

	* gtik.c: initial port to GNOME 2.0. Some issues with gnome-vfs to work out.

2001-09-21  Jim Garrison  <garrison@users.sourceforge.net>

	* gtik.c: (parseQuote), (Repaint), (remFromClist), (properties_cb),
	(main), (reSetOutputArray), (setOutputArray): more strings are
	dynamicly allocated (less segfaults); fixed bug when removing
	multiple symbols at once

2001-09-13  Jim Garrison  <garrison@users.sourceforge.net>

	* gtik.c: (font_selector), (QuitFontDialog): font selector can
	now be re-opened (fixed patch from kmaraas)

2001-09-13  Jim Garrison  <garrison@users.sourceforge.net>

	* Makefile.am: using gnome-vfs instead of ghttp
	* gtik.c: (xfer_callback), (updateOutput), (properties_load),
	(apply_cb), (font_selector), (main): uses gnome-vfs for async
	ops; applied patch from kjartan to only allow one fonts box
	open at a time; fixed bug which made update interval useless

2001-09-10  Maciej Stachowiak  <mjs@noisehavoc.org>

	* Makefile.am: handle gnome-vfs LIBS and CFLAGS properly.

2001-09-08  Jim Garrison  <garrison@users.sourceforge.net>

	* Makefile.am:
	* gtik.c: (xfer_callback), (updateOutput), (main): now uses
	gnome-vfs async operations to get stock quote data

2001-09-10  Maciej Stachowiak  <mjs@noisehavoc.org>

	* Makefile.am: handle gnome-vfs LIBS and CFLAGS properly.

