==================== 2.7.92 ====================

==================== 2.7.91.1 ====================

==================== 2.7.91 ====================

==================== 2.7.90 ====================

2004-08-09  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_FishApplet_Factory.server.in.in: remove the
	panel:category attribute.

==================== 2.7.4.1 ====================

==================== 2.7.4 ====================

==================== 2.7.3 ====================

==================== 2.7.1 ====================

2004-04-13  Paolo Borelli  <pborelli@katamail.com>

	* fish.c (display_fortune_dialog): remove separator.

==================== 2.6.1 ====================

==================== 2.6.0 ====================

==================== 2.5.93 ====================

==================== 2.5.92 ====================

==================== 2.5.91 ====================

==================== 2.5.90 ====================

==================== 2.5.5 ====================

==================== 2.5.4 ====================

2004-01-21  Mark McLoughlin  <mark@skynet.ie>

	Fix for bug #131671 from Maneesh Pusalkar <mpusalkar@novell.com>.

	* fish.c: (command_value_changed): set a blank command
	rather than leaving as is if the user deletes the command.

==================== 2.5.3.1 ====================

==================== 2.5.3 ====================

2003-12-11  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: kill gnome-help.h and gnome-url.h includes.

2003-12-10  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (show_help): use the new libgnomeui and
	gdk functions instead of the egg-screen stuff.

	* Makefile.am: don't do the libegg thang.
	
	* egg-screen-exec.[ch],
	  egg-screen-help.[ch],
	  egg-screen-url.[ch],
	  update-from-egg.sh: die.

==================== 2.5.2 ====================

2003-12-09  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: distcheck fixes

2003-12-09  Vincent Untz  <vincent@vuntz.net>

	* fish.c: (update_fortune_dialog) set the accessibility name and
	description for the fortune dialog here...
	(display_fortune_dialog): ... and not there (now the name and
	description are updated when the fish name changes)
	(setup_fish_widget), (name_changed_notify): set/update the
	accessibility name and description for the applet
	Fix bug #128230.

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

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

2003-12-03  Vincent Untz  <vincent@vuntz.net>

	Don't use deprecated functions.

	* fish.c: (display_about_dialog): s/gdk_pixbuf_unref/g_object_unref
	(init_fools_day): s/g_strcasecmp/g_ascii_strcasecmp
	(fish_applet_expose_event): s/gdk_draw_pixmap/gdk_draw_drawable

==================== 2.5.1 ====================

2003-11-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: use $(DISABLE_DEPRECATED_CFLAGS).

2003-11-06  Vincent Untz  <vincent@vuntz.net>

	* fish.schemas.in: rotate pref default is false because it looks better
	on vertical panel when the applet is not rotated (look at the bubbles).

	* fish.c: (set_ally_name_desc), (update_fortune_dialog): remove GNOME
	from some visible strings: it's a Fish and not a GNOME Fish any more.
	(set_tooltip): use the name of the fish in the tooltip.
	(name_changed_notify): update tooltip with the new name.
	(fish_applet_fill): the rotate pref was always set to false. Now we
	just default it to false and respect what the user wants.

Mon Sep 15 15:31:42 2003  George Lebl <jirka@5z.com>

	* fish.c: if /desktop/gnome/lockdown/inhibit_command_line is true,
	  then make the command field in the preferences insensitive.

Mon Sep 15 15:10:23 2003  George Lebl <jirka@5z.com>

	* fish.c: when started with the locked_down flag hide the
	  preferences item

==================== 2.4.0 ====================

==================== 2.3.91 ====================

==================== 2.3.90 ====================

==================== 2.3.7 ====================

2003-08-20  Shakti Sen  <shakti.sen@wipro.com>

	* fish.glade: fix #120310 by setting the spin button
	to numeric only

==================== 2.3.6.2 ====================

==================== 2.3.6.1 ====================

==================== 2.3.6 ====================

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

	* fish.c: (display_preferences_dialog): we don't need two
	help manuals when we click on help thank you very much.
	Pointed out by Glynn.

==================== 2.3.4.1 ====================

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

	* fish.glade:  HIGify widget padding between dialog vbox and action area.

==================== 2.3.4 ====================

2003-07-09  Christian Neumair  <chris@gnome-de.org>

	* fish.schemas.in: Changed some strings, #117050.

==================== 2.3.3.3 ====================

==================== 2.3.3.2 ====================

Mon Jun 30 16:02:42 2003  George Lebl <jirka@5z.com>

	* fish.(c|glade): key-writability stuff for the config dialog.  And display
	  the useful command warning only once.

==================== 2.3.3.1 ====================

==================== 2.3.3 ====================

2003-05-30  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install the glade files in share/gnome-panel/glade.

2003-05-27  Ray Strode  <halfline@hawaii.rr.com>

	* fish.c: 
	(delete_event): Add return statement.
	(display_preferences_dialog): Bypass close_dialog and just 
	use gtk_widget_hide as the clicked handler directly (Mark's 
	idea).  
	(close_dialog): Remove this unused function.

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

	* fish.glade:  Fix widget padding per HIG.
 
2003-04-15  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (handle_button_press), (setup_fish_widget):
	catch button presses on the frame so that you can
	click on Wanda at the screen edge. Highly important
	you know ...

2003-04-10  Dennis Cranston <dennis_cranston at yahoo.com>

	* fish.c: (display_about_dialog) Remove misplaced 
	space.
	
	* fish.glade:  Make close button the default widget.

2003-04-08  Dennis Cranston <dennis_cranston at yahoo.com>

	* fish.c, fish.glade:  HIGify the preferences dialog. 
	Plus, fixes the mnemonics so they actually work.
	
	* help/C/fish/fish-applet-2.xml:  Update documentation 
	accordingly.
	  
2003-02-17  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add support for the GCONF_SCHEMAS_INSTALL
	conditional and the GCONF_SCHEMA_FILE_DIR variable.

2003-01-03  Muktha  <muktha.narayan@wipro.com>

	Fixes #102409.

	* fish.c:
	(show_help): take a link id as an argument.
	(handle_response): display the settings help page
	here, not the main one.
	(display_help_dialog): upd.

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

	* help/.cvsignore:
	* help/C/.cvsignore:
	* help/C/Makefile.am:
	* help/C/figures/fish_applet.png:
	* help/C/figures/fish_settings.png:
	* help/C/fish-applet-2-C.omf:
	* help/C/fish-applet-2.xml:
	* help/C/legal.xml:
	* help/C/topic.dat:
	* help/Makefile.am: remove these files.

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

	* Makefile.am: don't build help subdir. Its
	moved to $(toplevel)/help/ now.

2002-12-17  Mark McLoughlin  <mark@skynet.ie>

	* fish.glade: s/FIsh/Fish/. #101335.

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

	* GNOME_FishApplet_Factory.server.in.in: add bugzilla attributes

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

	* fish.c: (display_about_dialog): revert
	copyright changes until we decide on a
	format.

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

	* fish.c: make the prefs dialog instant
	apply, fixing #77044. In the process,
	substantially clean up this applet. Gladify
	the dialog, make it handle gconf key changes,
	derive from PanelApplet, respect the widget
	size allocation and more ...

2002-12-04  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (update_fortune_dialog): no whitespace
	before punctuation marks.

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

	* fish.c: (apply_dialog_properties): don't mark
	pango markup for translation. #100047.

2002-11-07  Vincent Untz  <vincent@vuntz.net>

	* fish.c: (fish_properties_apply), (display_about_dialog): Replace
	the use of 'Wanda' by the actual name of the fish (bug #97577).

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

	* egg-screen-help.[ch], egg-screen-url.[ch]: sync
	with libegg.

	* fish.c: use updated multiscreen help api.

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

	* fish.c: (fish_timeout): stop the april fools joke
	at midday - #77186. Based on patch by Christian Marrilat.

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

	* fish.c: (fishy_root_window), (fish_properties_apply), (phelp),
	(display_properties_dialog), (something_fishy_going_on),
	(update_fortune_dialog), (change_water), (display_help_dialog),
	(display_about_dialog): remove all HAVE_GTK_MULTIHEAD conditionals
	as we require gtk 2.1.0 now.

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

	* Makefile.am: add egg-screen-exec files to
	the build.

	* fish.c: (phelp),
	(display_help_dialog): use egg_screen_help_displ_desktop.

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

	* Makefile.am: install applet in libexec.

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

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

	* fish.c: (get_location): clean up a bit to
	fix warning.

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

	* fish.c: (something_fishy_going_on): fix build breakage.

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

	* fish.c:
	(something_fishy_going_on): add fish arg and set dialog
	screen.
	(fish_locate_fortune_command), (update_fortune_dialog): upd
	for above change.

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

	* fish.c: (something_fishy_going_on): impl.
	(fish_locate_fortune_command), (update_fortune_dialog):
	warn the user of fishy goings on if we can't either
	locate the command or execure it. #75783.

2002-07-06  Miguel Rodrguez Prez  <migrax@terra.es>

	* fish.c (update_fortune_dialog): Convert the fortune string from
	the user locale to UTF-8. This fixes bug #82254

2002-06-25  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (fishy_root_window),
	(fishy_window_set_screen): impl helper methods.
	(load_image_file): create the pixmap using the correct
	root window.
	(fish_properties_apply), (display_properties_dialog),
	(update_fortune_dialog), (change_water),
	(display_about_dialog): set the screen on which the window
	is to realize.

2002-06-21  Mark McLoughlin  <mark@skynet.ie>
  
  	* fish.c: (load_image_file), (create_fish_widget),

	* fish.c: sanity check speed and frames values.
	Fixes #70872.

2002-06-21  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (load_image_file), (create_fish_widget),
	(fish_applet_fill): don't create a silly popup menu
	to use when creating pixmaps for rgb rendering.
	Just use the root window to figure out the visual
	depth and let gdk render without an rgb colormap.

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

	* Makefile.am: use $(prefix)/$(DATADIRNAME)/locale instead
	of $datadir/locale for locale directory location. Reported
	by Hidetoshit Tajima in #83623.

2002-05-24  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (phelp), (display_help_dialog): update
	for actual doc names.

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

	* Makefile.am: Remove whitespace from start. Stephen 
	spotted this.

2002-05-20  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: generate .schemas files. Also install
	them correctly.

	* fish.schemas.in: cvs rename from fish.schemas

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

	* GNOME_FishApplet.xml: added mnemonics for the popup menu

2002-05-13  Dennis Cranston <dennis_cranston@yahoo.com>
	* fish.c: "About..." dialog fixes -- change the name
	to "Fish" to match that in the "Add to panel" menu.
	(bug #80071)

2002-04-17  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

	* fish.c: Invoke fortune dialog by pressing space or enter key
	when the fish icon has focus.

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

	* fish.c: (display_properties_dialog): some style
	changes (77407)

	* GNOME_FishApplet_Factory.server.in: use 'Fish' as the menu
	item rather than 'Wanda'. (77406)

Fri Apr 12 12:52:25 2002  George Lebl <jirka@5z.com>

	* fish.c: fix initial size (should fix #76919), fix adding of the
	  label and text view (should fix #71685)

2002-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* fish.c: don't use notebook, it doesn't make sense with one page.

Tue Apr 09 14:59:59 2002  George Lebl <jirka@5z.com>

	* fish.c: get rid of inappropriate use of g_return_if_fail

	Apply patch from (77513)

	2002-04-03  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

	* fish.c: Fix to set default buttons for 'fortune' and 'Preferences' 
	dialogs. Mnemonics is set for the labels in 'Preferences'.

2002-03-29  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_FishApplet.xml, fish.c: Use 'Preferences' instead
	of 'Properties' for applets (76823).

2002-03-28  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

	* fish.c: Added tooltip, accessible name and accessible
	description for the applet, also atk relation is set
	between label and entry box.

Sun Mar 18 20:35:00 2002  Aruna P R <aruna.pou@wipro.com>

	* fish.c: Removed depreceated GnomePropertyBox and replaced
	with GtkDialog and made all neccessary changes such as replaced
	callback fun phelp_cb and fish_properties_apply_cb by phelp and
	fish_properties_apply calls and add callback functions response_cb
	and changed_cb.

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

	* fish.schemas: use underscore instead of hypen
	for all gconf keys ... this the gconf convention.

	* fish.c:
	(load_image_file): initialise pixbuf.
	(fish_applet_fill): upd for gconf key changes.

Wed Feb 27 20:41:24 2002  George Lebl <jirka@5z.com>

	* fish.c: fix possible crash if image not present, also look in our
	  own prefix for fish pix.  Bind the change size and orient signals
	  right after getting the initial values so that we get change
	  notification if it happens right after the initial setting.
	  Also add running of help.  Display fortune text in monospace
	  font and use the default size thing for the fortune window,
	  and make sure it's never larger then the screen.  Port some
	  things to the gtk-dialog stuff.  Add margins around the
	  text and the title label is in larger font.

Tue Feb 26 18:50:12 2002  George Lebl <jirka@5z.com>

	* fish.c: port the fortune dialog to GtkTextView

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

	* GNOME_FishApplet_Factory.server.in: Mark category names
	for translation.
	
2002-02-17  Kjartan Maraas  <kmaraas@gnome.org>

	* fish.c: Remove deprecated calls to functions
	gtk_widget_push|pop_visual().
	
2002-02-16  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_FishApplet.xml: Added this to hold the xml menu.
	* fish.c: Use it.
	* Makefile.am: Hook it up.
	
2002-02-14  Seth Nickell  <snickell@stanford.edu>

	* GNOME_FishApplet_Factory.server.in:

	erm, enhance the description

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

	* Makefile.am: define GNOME_ICONDIR here.

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

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

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

	* fish.c: update for factory macro change.

Wed Feb 06 09:59:57 2002  George Lebl <jirka@5z.com>

	* fish.c: get the initial values for size and orient instead of
	  using defaults.

2002-01-31  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (display_about_dialog):
	initialise error. [fixes #69728]

	* fish_applet.desktop: remove

2002-01-30  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: update for AM_GCONF_SOURCE_2.

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

	* Makefile.am: Add schemas file to EXTRA_DIST

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

	* fish.c: Impl preferences handling. Kill off the fish config
	struct and just use gconf.

	* fish.schemas: new.

	* Makefile.am: add fish.schemas.

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

	* fish.c: (apply_cb), (fish_applet_fill), (fishy_factory):
	update for panel-applet api changes.

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

	* fish.c: (fish_applet_new): update for panel-applet
	  GNOME_Vertigo namespace changes.

2001-11-30  Mark McLoughlin  <mark@skynet.ie>

	* fish.c: (fish_applet_new): update for applet
	api changes.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: remove empty SUBDIRS.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: build against ../../libpanel-applet.

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

	* GNOME_FishApplet_Factory.server.in: add "panel:icon" and
	"panel:category" attributes.

	* fish.c: (create_fish_widget): remove unused style.

2001-11-21  Mark McLoughlin  <mark@skynet.ie>

	Port to new applets api.

	* fish.c:
	(load_image_file): use GError with gdk_pixbuf.
	(load_properties): #ifdef FIXME out all the gnome_config 
	stuff for now.
	(phelp_cb): #ifdef FIXME out for now - need to use new 
	help api.
	(display_properties_dialog): rename from propeties_dialog.
	(update_fortune_dialog):  #ifdef FIXME out for now - what
	replaces gnome_less ?
	(display_help_dialog): rename from help_cb.
	(display_about_dialog): rename from about_cb. Use GError with
	gdk_pixbuf. Port to gnome_program_locate_file.
	(applet_save_session): session saving not yet implmented.
	(wanda_{de}activator): kill.
	(fish_applet_new): impl.
	(fishy_factory): impl.

	* Makefile.am: build applet as an exe. don't install the
	.desktop file or the .gnorba file. Install the .server file.

	* GNOME_FishApplet_Factory.server.in: new file.

	* fish_applet.gnorba: kill.

	* fish_applet.desktop: retain only for translations.

2001-03-01  Kjartan Maraas  <kmaraas@gnome.org>

	* help/no/*: Updated Norwegian translation of telsa's nice doc.
	
Sat Feb 10 17:38:49 2001  George Lebl <jirka@5z.com>

	* fish.c: patch from Miguel Rodrguez Prez <migrax@terra.es> to make
	  the wnada day work with new glibc

Thu Dec 14 02:17:35 2000  George Lebl <jirka@5z.com>

	* fish.c:  Make the command settable.  Also some evil code to
	  preserve the uselessness of the applet.

Wed Nov 8 2000 Gregory Leblanc <gleblanc@cu-portland.edu>

	* help/da/fish_applet.sgml Updates for Nautilus Help Browser
	compliance.
	* help/da/fish.sgml Same
	
Mon Oct 9 2000 John Fleck <jfleck@inkstain.net>

	* checking changes to docs for 1.4 from Greg Leblanc

Sat Apr 29 15:30:22 2000  George Lebl <jirka@5z.com>

	* fish.c: apply a patch from Miguel "Rodrguez"
	  <migrasesp@netscape.net> to get dates properly (in spain that
	  special wanda day is different)

2000-04-15  Dan Mueth <d-mueth@uchicago.edu>

	* Changed preferences help link to point to new tag name
	* Updated docs to new template and added figures.

2000-04-12  Ettore Perazzoli  <ettore@helixcode.com>

	* fish.c: Updated for the new gdk-pixbuf API.

2000-04-04  Jacob Berkman  <jacob@helixcode.com>

	* fish.c (help_cb): fix the help button

2000-04-04  Kjartan Maraas  <kmaraas@online.no>

	* help/no/*: Added Norwegian translation of the
	documentation.
	
2000-02-29  Jacob Berkman  <jacob@helixcode.com>

	* Makefile.am (FISH_BITMAPS): added a monkey

	* fish.c (wanda_activator): add help menu

	* help/: docs from telsa

Sun Feb 13 18:02:24 2000  George Lebl <jirka@5z.com>

	* fish.c: some spelling/message text fixes from telsa

Sat Feb 12 20:45:15 2000  George Lebl <jirka@5z.com>

	* fish.c: just some boring changes

Thu Feb 10 19:26:00 2000  George Lebl <jirka@5z.com>

	* fish.c: Small fixes

Tue Jan 04 00:20:23 2000  George Lebl <jirka@5z.com>

	* fish_applet.desktop: use PanelApplet dentry type

1999-12-30  Kjartan Maraas  <kmaraas@online.no>

	* fish.c: Added comment to please msgfmt.
	
Sun Oct 31 13:06:22 1999  George Lebl  <jirka@5z.com>

	* Makefile.am, fish.c, fish_applet.gnorba: reenable compilation
	  as shlib applet as I have a gtksocket fix

Sun Oct 31 11:54:56 1999  George Lebl  <jirka@5z.com>

	* Makefile.am, fish.c, fish_applet.gnorba: do a little bit
	  of cleanup and make it non-shlib because shlib applets won't
	  resize properly (I guess gdkplug/socket is fucked up when they
	  are both in the same process)

Sun Oct 03 21:00:43 1999  George Lebl  <jirka@5z.com>

	* fish.c: fix a minor memleak with the fortune command checking

Thu Aug 19 13:26:07 1999  George Lebl  <jirka@5z.com>

	* fish.c: do garbage when the pixmap can't be loaded for some
	  reason

1999-08-16  Matthias Warkus  <mawa@iname.com>

	* gnome-fish.png: Added.
	* Makefile.am: Install gnome-fish.png.
	* fish_applet.desktop: Use gnome-fish.png.

Sun May 30 21:57:29 1999  George Lebl  <jirka@5z.com>

	* fish.c: add support for tiny size and rotation on vertical
	  panels, however the socket refuses to resize so it doesn't
	  really work too well

Mon Apr 12 16:46:29 1999  Owen Taylor  <otaylor@redhat.com>

	* fish.c (destroy_pb/about): Use gtk_widget_destroyed - 
	to fix problem where ->pb was zero'd instead of ->about.
	Bug #944.

Mon Apr 05 02:15:07 1999  George Lebl  <jirka@5z.com>

	* fish.c: set the gnome-less text thingie thing to at least 80x24
	  characters size

1999-01-18  Nat Friedman  <nat@nat.org>

	* fish.c (properties_dialog): Connect to the help signal of the
 	GnomePropertyBox to gnome_help_pbox_display.

Sat Dec 26 01:14:37 1998  George Lebl  <jirka@5z.com>

	* fish.c: cleaned up the rest, hit a bug in applet-widget most
	  likely, as destroy signal is never called

Fri Dec 25 18:54:21 1998  George Lebl  <jirka@5z.com>

	* fish.c: cleanup part one, now handles multiple fish correctly,
	  still a bunch of errors to fix and bunch of dumb things to clean
	  up

Thu Dec 24 16:18:02 1998  George Lebl  <jirka@5z.com>

	* fish.c: use pixmap entry, various cleanups and a sanity check

Tue Dec 22 13:41:53 1998  George Lebl  <jirka@5z.com>

	* fish.c: don't start the frame numbers at 0 but at 1, we don't want
	  any warships crashing

1998-09-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* fish.c (close_cb), (apply_properties): Removed unused
	variables. 

1998-11-03  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* fish.c (close_cb): set return type to gint and return FALSE,
	so that the properties dialog is closed and destroyed properly.

1998-11-01  Justin Maurer  <justin@openprojects.net>

	* added oldwanda(.png)

1998-11-01  Tuomas Kuosmanen  <tigert@gimp.org>

	* fishanim.png: replaced the blue whale with a cutie Pleco :)
	* fish.c: changed the default update to match the new fish better
	(1 sec interval)

1998-09-06  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am: Remove CXXLINK hack.

1998-07-19  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (fish_applet_LDADD): s/MICO_LIBS/ORB_LIBS/g.

1998-07-04  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* fish.c (main): Now uses stock menus icons.

1998-05-30  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am: Cleaned up Automake hack not to generate those
	pesky `dummy.cc' files.

1998-05-22  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* fish.c: Included 'config.h'. Added i18n of some strings.
	(main): Added initialization of i18n stuff.

1998-05-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* fish.c (create_fish_widget): Make the code visual-correct.

Sat May 09 02:17:48 1998  George Lebl  <jirka@5z.com>

	* fish.c: use imlib to create gdkpixmaps, which makes start up
	  instanteneous on my box

Sat May 09 02:03:20 1998  George Lebl  <jirka@5z.com>

	* fish.c: added per applet configurability as per
	  the applet standards (even global stuff should use
	  the paths and stuff that the panel provides, this
	  makes applets session aware without any effort)

Fri May  8 21:01:36 1998  Havoc Pennington  <hp@pobox.com>

	* fish.c: Added ability to name your GNOME Fish.

