2003-10-19  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: pass make distcheck

2003-10-19  Kjartan Maraas  <kmaraas@gnome.org>

	* gsearchtool-support.c: (get_readable_date): Move
	the comment down one line to fix bug #120434 for
	good.

2003-10-15  Dennis Cranston <dennis_cranston at yahoo com>
	
	* gsearchtool.c, gsearchtool-callbacks.c, and 
	  gsearchtool-support.c:  Various memory leak fixes
	  for bug report #124656. Patch provided by Kjartan 
	  Maraas <kmarass at gnome org>.
	  
2003-10-10  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool-callbacks.c: Ditto.
	
2003-10-10  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c:  Support drag and drop with BUTTON2.

2003-09-29  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c:  Fix for a portability issue detected on 
	AIX. See bug report 123191, "G_IO_HUP is not enough to
	detect broken pipe".
	(http://bugzilla.gnome.org/show_bug.cgi?id=123191)
	
2003-09-22  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool-support.c:  Add a comment for translators.
	(http://bugzilla.gnome.org/show_bug.cgi?id=120434)
	
2003-09-22  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.[ch]:  Fix for bug report 122704.
	(http://bugzilla.gnome.org/show_bug.cgi?id=122704)
	
2003-09-21  Dennis Cranston <dennis_cranston at yahoo com>

	* gnome-search-tool-animation.png:  Small touch up.

2003-09-18  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c:  Fix for bug report 122419.
	(http://bugzilla.gnome.org/show_bug.cgi?id=122419)
	
	* gsearchtool-callbacks.[ch]:  Rename the callback function 
	constraint_menu_toggled_cb to constraint_menu_item_activate_cb.

2003-09-18  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool-callbacks.c:  Apply fix based on patch from
	Hidetoshi Tajima (hidetoshi.tajima@sun.com) for bug report
	122402. (http://bugzilla.gnome.org/show_bug.cgi?id=122402)

2003-08-23  Dennis Cranston <dennis_cranston at yahoo com>

	* gnome-search-tool.schemas, gsearchtool.c:  Clean up gconf
	key paths.

2003-08-22  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c:  Do not use the locate command for finding
	files in the /tmp directory.
	
	* gsearchtool-support.[ch]:  Added is_path_in_tmp_folder().
	
Thu Aug 21 17:03:22 2003  George Lebl <jirka@5z.com>

	* gsearchtool.[ch]: the 'pixmap' field is not used anymore
	  and was just causing trouble.  Fix the width being too large
	  for drawing and so the icon is now back and no more
	  runtime warnings.  Also don't screw up in case the icon
	  with the animation is not found, handle pixbuf == NULL
	  case.  Also set the interface structure to all 0 with
	  memset just for anality

	* gsearchtool.c: fix shell escaping, use g_shell_quote
	  and not g_strescape which is not correct and could lead
	  to errors and fix a leak when eascaping

	* gsearchtool.c, gsearchtool-callbacks.c, gsearchtool-support.c:
	  Never, ever under any circumstances do if (foo == TRUE), since
	  foo could be something other then '1' (which is the value of
	  the TRUE define) and still TRUE.  This leads to VERY subtle
	  errors that are hard to catch.  foo == FALSE is fine since there
	  is only one FALSE value (0).  foo != FALSE could be used but
	  that adds more confusion then clarity.

2003-06-18  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c: According to the HIG use header capitalization 
	for titlebar labels.
 
2003-05-31  Christian Neumair  <chris@gnome-de.org>

	* gsearchtool.c: Moved gettext call for available options
	menu so that it gets localized in spite of the
	remove_mnemonic_character call.

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

	* gsearchtool.c, gsearchtool-callback.c:  HIGify the alert 
	dialogs.  Replaced function calls to gtk_message_dialog_new () 
	with gsearchtool_hig_dialog_new ().
	
	* gsearchtool-support.[ch]: Added gsearchtool_hig_dialog_new ().
		
2003-05-30  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c (create_main_window):  Update a few atk 
	name descriptions.
	
	* gsearchtool-callbacks.c (drag_data_animation_cb):  
	Simplify code.

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

	* gsearchtool-callbacks.c (drag_data_animation_cb):  Added
	startup notification support to desktop files.
	
2003-05-29  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.[ch]: Added drag and drop support to the 
	animation image.  Dragging the animation drops a desktop file
	to launch a search with the same search options. Added a
	get_desktop_item_name () function.  Added an argument to 
	set_clone_command () to support escaping of arguments.
	
	* gsearchtool-callbacks.[ch]: Added drag_data_animation_cb ().
	
	* gsearchtool-support.[ch]: Added gsearchtool_unique_filename ().
	
	* Makefile.am:  Added GNOMEDESKTOP_CFLAGS & GNOMEDESKTOP_LIBS.
	
2003-05-28  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c (add_constraint) , gsearchtool-callbacks.c
	(click_check_button_cb):  Adjust minimum size of window
	depending on whether more options are shown or hidden.
	
	* gsearchtool.h:  Added defines for minimum window width
	and height.

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

	* gsearchtool-callbacks.c (save_results_cb):  Fix bug
	report #113868 based on patch by hidetoshi.tajima@sun.com 
	(Hidetoshi Tajima).

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

	* gsearchtool.c (build_search_command):  Added a hidden 
	'disable_quick_search' gconf key and when set to TRUE the 
	search tool will not use the locate command for performing 
	simple file name searches.  By default the key is set to FALSE.

	* gnome-search-tool.schemas:  Added the 'disable_quick_search' 
	gconf key.
 
2003-05-23  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c  (add_file_to_search_results): Modified sort order 
	of the listview columns to match nautilus.
	
	* gsearchtool-support.[ch]:  Remove get_date().
 
2003-05-23  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c (main): Support svg icons.

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

	* gsearchtool.c: Fix recent added mnemonics clash.

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

	* gsearchtool.c (update_animation_timeout_cb):  Fix displaying
	frames at start and end of animation twice.

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

	* help/C/figures/gnome-search-tool_window.png:  Updated.
	
2003-05-21  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.[ch]:  Convert the image into an animation.  
	Remove the status and progress bar.  Place status information
	across from the search results label and in the window title.
	
	* gsearchtool-callbacks.c: Remove duplicate code.
		
	* Makefile.am:  Add an animation file for installation.
	
	* gnome-search-tool-animation.png:  Add a simple animation file,
	maybe someday a graphic artist will put together a better file.	
	
2003-05-20  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c, gsearchtool-callbacks.[ch]:  Change function
	toggle_check_button_cb() to click_check_button_cb().

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

	* gsearchtool.[ch]:  Replace disclosure widget with a standard 
	check button with mnemonic label.  This synchronizes the UI with 
	recent changes made to the run application dialog.  
	
	* gsearchtool-callbacks.[ch]:  Add a toggle_check_button_cb()
	function.
	
	* gsearchtool-support.[ch]:  Remove code for the custom 
	disclosure widget.
	
	* help/C/figures/gnome-search-tool_window.png:  Update for this
	change.
	
	* help/C/gnome-search-tool.xml: Update for this change.
	  
2003-05-19  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c (create_main_window)  minor HIG spacing adjustment
	to button spacing.

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

	* gsearchtool.c (create_main_window)  convert g_get_current_dir()
	value to utf8.

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

	* gsearchtool.c (setup_case_insensitive_arguments)  Correct
	a typo.  This should fix bug 112945.

2003-05-06  Kaushal Kumar <kaushal.kumar@wipro.com>

	* gsearchtool.c (spawn_search_command): Removed the flag 
	G_SPAWN_DO_NOT_REAP_CHILD from g_spawn_async_with_pipes call.
	Fixes #112358.

2004-04-29  Dennis M. Cranston <dennis_cranston at yahoo com>

	* help/C/figures/gnome-search-tool_window.png:  Update for
	previous commit.
	
2004-04-26  Dennis M. Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c, gsearchtool-callbacks.c:  Minor HIGification:
	correct widget padding (remove GNOME_PAD*). Also, set scrolled
	window's shadow type to GTK_SHADOW_NONE.
	
2004-04-25  Dennis M. Cranston <dennis_cranston at yahoo com>

	* gsearchtool.c:  HIGify the mnemonic label of the listview.
	
	* help/C/figures/gnome-search-tool_window.png:  Update accordingly.
	* help/C/gnome-search-tool.xml: Update accordingly.
	

2004-04-09  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* help/Makefile.am:  Commented out recently checked-in
	& broken translations (de es fr it sv ko zh_CN zh_TW).  
	Looking at the screenshots, the documentation is 
	outdated.

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

	* gsearchtool.c:  make_list_of_templates() emit the
	activate signal.

2003-03-30  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool-callbacks.c:  Prevent a click on the find 
	button from starting a new search immediately after a 
	search has either aborted or finished.  This modification 
	is similar to the commit on 2003-03-02 for the escape
	key.

2003-03-30  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  Fix the find & stop button resizing 
	problem (discovered in Galaxy widget theme).
	
2003-03-25  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c, gsearchtool-callbacks.c:  Fix for bug 
	report #107703, added a "Show hidden files and folders" 
	option.

	* gnome-search-tool.schemas:  Added a
	show_hidden_files_and_folders key to the schemas file.

	* help/C/gnome-search-tool.xml:  Updated documentation 
	for additional options to include "Show hidden files and 
	folders".  Also, converted a few 'directory' strings to 
	'folder'.

2003-03-17  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  Finished the remaining work for bug 
	report #107805.  Based on a patch submitted by 
	<pasupathi.duraisamy@wipro.com (Pasupathi)>.  

2003-03-16  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool-support.c:  Disabled toggling of the 
	show_additional_options gconf key, but keep it around 
	for advanced users.

2003-03-16  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  In create_constraint_box() set the 
	appropriate constraint data (text/time/number) to value.
	
2003-03-15  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c, gsearchtool-callbacks.[ch]:  Applied 
	a patch for bug report #107805: "gsearchtool is not 
	fully session aware" based on a patch from  
	<pasupathi.duraisamy@wipro.com (Pasupathi)>.

	* gsearchtool.c:  Reordered popt argument handling
	to match the order in the available options menu. 

2003-03-14  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  Added g_set_application_name().
	
2003-03-14  Dennis M. Cranston <dennis_cranston at yahoo.com>

	Fix for bug report #107245, "gsearchtool does not retain
	additional constraints".

	* gnome-search-tool.schemas:  New schemas file.

	* Makefile.am:  Added the schemas file.
  
	* gsearchtool.[ch]:  Added set_constraint_gconf_boolean()
	and handle_gconf_settings().
	
	* gsearchtool-callbacks.c:  When removing an option set 
	its gconf key to false.  Added gsearchtool_gconf_get_boolean() 
	and gsearchtool_gconf_set_boolean().
	
	* gsearchtool-support.[ch]:  When toggling the disclosure
	widget set its gconf key accordingly.
	   
2003-03-05  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  Connected the key press event to 
	file_key_press_event_cb() for search results.
	
	* gsearchtool-callbacks.[ch]:  Added file_key_press_event_cb()
	to open a file if space or return is pressed like in nautilus'
	list view.  Also, removed an unused variable in 
	constraint_entry_changed_cb().
	
2003-03-02  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.[ch]:  Prevent the escape key from quiting
	the application immediately after a search has either aborted 
	or finished.  Also, replaced deprecated gtk_timeout_*() calls.
	
	* gsearchtool-callbacks.[ch]:  Added not_running_timeout_cb().
	Replaced deprecated gtk_timeout_*() calls.
	
2003-02-28  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* help/C/gnome-search-tool.xml:  Search rules table update.
	
2003-02-28  Dennis M. Cranston <dennis_cranston at yahoo.com>

	* gsearchtool.c:  Remove unnecessary gtk_widget_set_sensitive().
	
2003-02-27  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Minor handle_search_command_stdout_io()
	optimization.
	
2003-02-27  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* help/Makefile.am:  Comment out the broken ja directory
	from SUBDIRS.
	
2003-02-27  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix for bug report #107118 based on patch 
	from Kaushal Kumar <kaushal.kumar@wipro.com> to make the 
	'Name contains' entry optional.  This means the 'Find' button 
	is sensitive by default.  
	
	* gsearchtool-callbacks.c:  Fix for bug report #107118 
	based on patch from Kaushal Kumar <kaushal.kumar@wipro.com> 
	to make the 'Name contains' entry optional.
	
	* gsearchtool.c:  Include folders in search results!
 
2003-02-23  Takeshi AIHANA <aihana@gnome.gr.jp>

	* help/ja/*: added Japanese translations by
				KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>.
	* help/ja/Makefile.am:  added ja into SUBDIRS.

2003-02-19  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* help/C/figures/gnome-search-tool_window.png:  Updated
	screenshot.
	
2003-02-19  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Converted the search results section from 
	a frame to a vbox and increased the padding between the result's 
	label and window.  Also, added GTK_SHRINK flag to the filename
	and folder entries.
	
2003-02-17  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Do not exclude .gnome-desktop 
	from the search results.  Fixes bug #106153.

2003-01-20  Dennis Cranston <dennis_cranston@yahoo.com>

	* help/C/gnome-search-tool.xml,
	* help/C/figures/gnome-search-tool_window.png:
	Updated the docs and screenshot for bugs #98548 and #100728.
	
2003-01-20  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix bug #102480.  Add mnemonics to additional 
	options of type SEARCH_CONSTRAINT_TEXT.

	* gsearchtool-support.[ch]:  Added remove_mnemonic_character().

2003-01-20  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix bug #100728.  Default filename search 
	constraint should be case insensitive (system dependent).  Also, 
	converted the 'Contains the text' and 'File is not named' search 
	constraints to be case insensitive for consistency.  

2003-01-20  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix bug #98548.  Default filename search 
	should be by substring.  As a result, the 'file is named' 
	entry has been renamed to 'Name contains'.

2003-01-09  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Do not use the locate command for finding
	files in the /mnt directory.
	
	* gsearchtool-support.[ch]:  Added is_path_in_mount_folder().
	
2003-01-05  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Toggle the sensitivity of the contraints
	while searching.
	
2003-01-04  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Minor LEFT_LABEL_SPACING adjustment.

2003-01-04  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Toggle the sensitivity of the results frame 
	rather than its scrolled window.
	
2002-12-29  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix bug #101771. Used "Select the '%s' 
	constraint" for many of the popt argument descriptions.  Also, 
	changed name->named as it conflicts with gtk+'s name argument.

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

	* gsearchtool.c:  Fix bug #101767.  Removed cryptic use of 
	%s from the 'No files found', 'One file found', and '%d files found' 
	messages.

2002-12-16  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Apply disclosure widget changes
	from Arvind Samptur <arvind.samptur@wipro.com> provided
	in bugzilla report 100992.
	(class_init) Attached a destroy handler.
	(cddb_disclosure_destroy) Removed the timer on a destroy.
	(do_animation) Replaced gtk_timeout_remove() with g_source_remove().
	
2002-12-15  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Left indent the options contained in 
	the disclosure widget.

2002-12-07  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  (size_allocate_cb) 
	Oops...use gtk_widget_set_size_request().
	
2002-12-06  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  (save_results_cb)  When the user 
	fails to select a file name in the 'Save Search Results As...' 
	dialog, don't ask to overwrite a folder.  Instead, display the 
	appropriate error message.
	
2002-12-06  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  (size_allocate_cb) Call function
	gtk_widget_set_usize() instead of gtk_widget_set_size_request().

2002-12-06  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Connect the "size_allocate" signal of
	the find button to size_allocate_cb().
	
	* gsearchtool-callbacks.[ch]:  Implement the size_allocate_cb()
	function.
	
2002-12-06  Dennis Cranston <dennis_cranston@yahoo.com>

	* help/C/gnome-search-tool.xml:  Correct the description
	for the 'contains the text' search rule.  Fixes bug 97363.
	  
2002-12-05  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Apply slightly modified patch from
	Glynn Foster to fix bug report #100448, 'The icon in
	gnome-search-tool dialog doesn't theme'.
	 
2002-12-02  Glynn Foster  <glynn.foster@sun.com>

	* gnome-search-tool.desktop.in: Re-order stuff to be consistant
	with the other gnome-utils.

2002-11-30  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gnome-search-tool.desktop.in:  Added StartupNotify=true.
	 
2002-11-29  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.[ch]: Fixed (-Wall) compiler warnings.  
	Replaced call to bonobo_init() with bonobo_init_full().
	
	* gsearchtool-callbacks.[ch]:  Fixed (-Wall) compiler 
	warnings. Replaced calls to g_return_if_fail() with 
	g_return_val_if_fail().
	
	* gsearchtool-support.[ch]:  Fixed (-Wall) compiler 
	warnings.  Removed unused global_client_free() function.
	
2002-11-29  Fernando Herrera <fherrera@onirica.com>

       * gnome-search-tool.desktop.in: add X-GNOME-BUGZILLA stuff

2002-11-24  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fix key_press_cb() 
	to correctly handle the shift F10 event.  It has 
	not worked since multiselection was enabled in 
	the results list.
	
2002-11-19  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Remove duplicate calls to
	gtk_tree_view_column_set_sizing().
	
2002-11-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Replace use of 
	_gtk_check_button_get_props() with gtk_widget_style_get().
	This patch was supplied by the Gman.
	  
2002-11-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.[ch]:  If constraints are unavailable
	make the add button insensitive.
	 
2002-11-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Removed the horizontal separator from 
	above the button box.
	
	* help/C/figures/gnome-search-tool_window.png:  Updated
	screenshot.
	
2002-11-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Patch from "jaiserca@inf.upv.es 
	(jaiserca)" to fix disclosure widget drawing problems 
	in RTL (right to left) environments.  Fixes bug 98215.
	 
2002-11-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix variable name confusion.

2002-10-31  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.h: Add a look_in_folder variable to the 
	search_command structure.
	
	* gsearchtool.c:  For handle_search_command_stdout_io(), add
	a filter to ignore a string returned by the find and locate 
	commands if the string does not have look_in_folder as its prefix.
	
	Solaris' default grep command does not support the q option.  
	Use the c option as a work around, since counts will be 
	filtered out of the results. 
	
	* gsearchtool.c, gsearchtool-callbacks.c:  When calling 
	gnome_file_entry_get_full_path() set the file_must_exist 
	flag to FALSE.
	
2002-10-30  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Support searches of file sizes
	greater than 2.0 GB by replacing "-size %dc" with 
	"-size %uc".  Thanks to Pasupathi Duraisamy.
	
2002-10-29  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

	* gsearchtool.c: For size type constraint use "-size %dc" 
	option which is available both on GNU version "find" 
	command and Solaris specific "find" command. 
	Fixes Bug#96679

2002-10-26  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Set the window placement
	of the 'Save Search Results As...' dialog to 
	GTK_WIN_POS_CENTER_ON_PARENT.
	
2002-10-22  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Prevent possible warnings in
	add_file_to_search_results() when gnome-icon-theme
	is not installed.
	
	* gsearchtool-support.c:  Prevent possible warnings
	in get_file_icon_with_mime_type().
	  
2002-10-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Remove work-around to get 
	the icon for a directory as this has been fixed in
	libgnomeui.  <<REQUIRES LIBGNOMEUI CVS HEAD>>
	 
2002-10-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* help/C/figures/gnome-search-tool_window.png:  
	Updated to include bug report #95339 and the widget 
	padding changes.
	
2002-10-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Minor padding adjustment to the
	additional options section.
	
2002-10-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Move the buttons to the bottom of
	the window.  Fixes bug report #95339.
	
2002-10-15  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Applied patch to fix bug report #95875 
	from Hidetoshi Tajima <hidetoshi.tajima@sun.com>. Fixes
	utf8 conversion problems.  Thanks!!
	
2002-10-14  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Allow window manager to include the
	minimize and maximize buttons.  Fix for bug report 
	#95755.
	
2002-10-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Another fix for multiple
	file selection.  It would be so much nicer if Gtk+
	did this stuff correctly by default.
	
2002-10-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Improved drag and drop 
	behavior when multiple files have been selected. 
	
2002-10-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fix a possible crash in 
	file_event_after_cb().
	
2002-10-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Hooked up a handler for the drag_begin
	signal.
	
	* gsearchtool-callbacks.[ch]:  Added drag_begin_file_cb()
	and set drag image to the stock multiple dnd icon when
	dragging multiple files.
	
2002-10-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Changed the gtk selection mode to 
	multiple.  Added event-after and button-release-event
	signal handlers.
	
	* gsearchtool-callbacks.h:  Added file_event_after_cb()
	and file_button_release_event_cb().
	
	* gsearchtool-callbacks.c:  Implemented support for
	selecting multiple files in the search results list.  
	Fixes bug report #95457.
	
2002-10-11  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Added gnome_entry_prepend_history()
	calls to store the 'File is named' and 'Look in folder'
	entry values.  <<REQUIRES LIBGNOMEUI CVS HEAD>>
	
2002-10-09  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Added ability to move files from
	the results (i.e. added GDK_ACTION_MOVE action).
	
2002-10-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Autosize the tree view columns
	when displaying the 'no files found' message to
	prevent the message from being possibly truncated.
	
2002-10-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Renamed the 'autostart' command
	line argument to 'start'.
	
2002-10-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c, gsearchtool-callbacks.c:  Cleanup 
	the last two error message dialogs.
	
2002-10-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Added escape_single_quotes()
	for filename in open_file_with_application().
	
2002-10-08  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c, gsearchtool-callbacks.c:  Cleanup the 
	various error message dialogs.
	
2002-10-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Fixed open_file_with_application() 
	to correctly handle GnomeVFSMimeApplication command strings
	containing multiple arguments.
	
2002-10-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.[ch]:  Added function launch_file().
	
	* gsearchtool-callbacks.c:  Added ablity to execute
	binary programs by calling launch_file() when attempting
	to open the file.
	
2002-10-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Included the missing check
	for unknown mime types - part of my previous commit.
	
2002-10-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Added code to detect the 
	'link (broken)' file type.
	
2002-10-06  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Improved file type 
	detection of symbolic links.
	
2002-10-06  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Updated the no viewer
	available error message dialog.
	
2002-10-06  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.[ch]:  Added icon theme structure to 
	our interface structure and defined it in main().
	
	*gsearchtool-support.[ch]:  Removed get_mime_name().
	Rewrote get_file_icon_with_mime_type() to use the
	new icon theme lookup functions.  
	<< REQUIRES LIBGNOMEUI CVS HEAD>>
	  
2002-10-06  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c, gsearchtool-support.c:  Improve 
	file type recognition by replacing calls to the
	function gnome_vfs_mime_type_from_name() with 
	gnome_vfs_get_mime_type().
	
2002-10-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Minor string changes.
	
	* help/C/gnome-search-tool.xml:  Updated for string
	changes.
	
	* help/C/figures/gnome-search-tool_window.png: Updated
	for string changes.
	
2002-10-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.[ch]:  Added function 
	is_component_action_type().
	
	* gsearchtool-callbacks.c:  Fix for bug report #94858, 
	before opening a file with nautilus call 
	is_component_action_type() to check that the file has 
	a default action type of component.  
	
2002-10-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fixed popup menu for 
	result window's scrolled horizontally.
	
2002-10-03  Dennis M. Cranston <dennis_cranston@yahoo.com>
	
	* gsearchtool.c:  Update command line argument parsing for 
	the recent constraint changes.  Also, set the spin button's 
	initial value based on command line arguments.
	
2002-10-03  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Use a Gtk spin button entry for
	constraints of type time and number.
	 
2002-10-03  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Moved 'File is empty' constraint
	into the size group.  
	
	* help/C/gnome-search-tool.xml:  Updated to reflect
	new order of constraints.
	
2002-10-03  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.[ch]:  Added support for horizontal 
	separators in the available search constraints 
	option menu.  Added several separators to the option 
	menu and grouped the similar options.  Also, 
	simplified phrasing of a few the constraints.   
	
	* C/help/gnome-search-tool.xml:  Updated to reflect
	the new search constraint order and phrasing.
	 
2002-10-03  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  In handle_search_command_stderr_io()
	reset truncate_error_msgs to false when handling
	the G_IO_HUP signal.
	
2002-10-02  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Prevent possible search deadlock by 
	rewriting handle_search_command_stderr_io() to handle 
	both G_IO_IN and G_IO_HUP signals.
	
2002-09-27  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Do not escape the pattern string
	passed to fnmatch().
	
2002-09-26  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Replace g_pattern_match_string()
	with fnmatch() so that searches of the type "*.[ch]" 
	will work.
	
2002-09-25  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Add "'!' -type p" argument to exclude 
	FIFO pipes from find command results.
	 
2002-09-25  Dennis M. Cranston <dennis_cranston@yahoo.com>

        * gnome-search-tool.1: Update man page.
	
2002-09-25  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* AUTHORS: added myself.
	
2002-09-25  Pat Costello <patrick.costello@sun.com>

	* gnome-search-tool.xml
	* gnome-search-tool-C.omf
	* gnome-search-tool_window.png
	Updates to reflect application UI changes.
	
2002-09-23  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Cleanup g_path_get_basename() and
	g_pattern_match_string() warnings.
	
2002-09-18  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Substitute "-xdev" for "-mount".
	The xdev option is compatible with the current GNU, 
	Solaris, HP, and AIX versions of the find command.
	
2002-09-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Correct right click and double
	click handling in the click_file_cb() function.
	
2002-09-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Toggle the sensitivity
	of the "Save Results As..." popup menu option.
	 
2002-09-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fix bug #93435 -- for a
	dialog window the escape key should close the dialog.
	So, if a search is not running then close the dialog.
	
	* gsearchtool.c:  Append an "(aborted)" message to
	the status bar text if a search is canceled. 
	
2002-09-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c, gsearchtool-callbacks.[ch]:  Fix bug 
	#93395 "Popup menu cannot be invoked with the keyboard".
	
2002-09-16  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Limit the tree view hack to only 
	the first few pixels.
	 
2002-09-15  Dennis M. Cranston <dennis_cranston@yahoo.com>
	
	* gsearchtool.c:  Fix the progress bar related warnings
	caused when the user closes the window while a search 
	is in progress.

2002-09-15  Dennis M. Cranston <dennis_cranston@yahoo.com>
	
	* gsearchtool.c:  Take another 'crack' at my previous 
	check-in.
	
2002-09-15  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Implement work around for an annoying tree 
	view feature -- if the scroll position is at the top of the 
	tree view then remain at the top.
	 
2002-09-14  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  correct typo in popt usage.
	
2002-09-14  Dennis M. Cranston <dennis_cranston@yahoo.com>
	
	* gsearchtool-callbacks.c:  (HIG) Remove the '...' from open 
	and open folder in the popup menu.
	
2002-09-14  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Do not show the tree view headers unless
	a file is found.
	 
2002-09-14  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.[ch]:  Add the rest of the popt command line 
	arguments.  We have an argument for all available constraints.
	This should finish up bug report #81198.  For details, run 
	'gnome-search-tool --help'. 
	
	* gsearchtool-callbacks.c:  Move window geometry adjustments
	from add_constraint_cb() to add_constraint().
	
2002-09-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Add popt command line argument handling.
	This is the first part of my changes for bug report #81198.  
	The new application options are:
  	  --name=STRING       Set the text of 'file is named'
  	  --path=STRING       Set the text of 'look in folder'
  	  --sortby=STRING     Sort files by one of the following:
                              name, folder, size, type, or date
  	  --descending        Set sort order to descending, the
                              default is ascending
  	  --autostart         Automatically start a search

2002-09-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Adjust minimum width.
	
2002-09-13  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Add gnome search tool image to the 
	window.  I am told this makes the dialog more inviting.
	 
2002-09-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix 'file is named' entry to remember
	text between runs.
	
2002-09-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fix escape_key_press_cb().
	
2002-09-11  Dennis M. Cranston <dennis_cranston@yahoo.com>	
	 
	"Time is passing. Yet, for the United States of America, there 
	will be no forgetting September the 11th. We will remember 
	every rescuer who died in honor. We will remember every family 
	that lives in grief. We will remember the fire and ash, the last 
	phone calls, the funerals of the children." 
	-- President George W. Bush (11/11/2001)
	
	Remember those who lost their lives on September 11, 2001.  
	Honor the spirit of freedom that will live forever.
	
	* gsearchtool.c:  Clicking on the OK button in the browse 
	dialog would incorrectly start a search, so it had been 
	commented out.  Fixed this by hooking up a 'key_press_event' 
	signal for the look in folder entry widget.  Also, filter out 
	the "No such file or directory" errors from our error message
	dialog.
	
	* gsearchtool-callbacks.[ch]:  Add look_in_folder_key_press_cb().
		
2002-09-10  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Filter out grep errors from our error 
	message dialog.  Remove a g_warning() debug statement.
	
2002-09-10  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Synchronize the default find commands
	for when additional constraints are shown or hidden.  Since 
	the "-mount" argument is enabled by default, this means 
	negating the "Search only this filesystem" constraint.  
	The constraint is now "Search other filesystems".

2002-09-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Change the column sizing to use
	auto mode.
	
2002-09-07  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Since the menu bar has been removed,
	apply the dialog window type hint.
	
2002-09-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-callbacks.c:  Fix a minor drap and drop
	crash that would occur if no files were found.
	
2002-09-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Keep the aspect ratio when scaling
	the icons.
	
2002-09-05  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.h:  Add file_extension_is().
	
	* gsearchtool-support.c:  Improve the code for grabbing 
	the icons.  Use the current nautilus theme if available.
	Fixes bug #92177.
	
	* gsearchtool-support.c:  Run nautilus with "--sm-disable 
	--no-desktop --no-default-window" arguments.  
	
	* gsearchtool.c:  Increase the icon size from 20 to 24 pixels.
	Append the G_DIR_SEPARATOR_S to the search path.
	
2002-08-24  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Implement drag and drop support to copy
	files from search results. 
	
	* gsearchtool-callbacks.[ch]: Add drag_file_cb().
	
2002-08-20  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: ** FIX BUG #81821 **  GUI enhancements
	
	Merge tabs together.  Place advanced constraints in a 
	disclosure widget.  
	
	Implement changes suggested from discussions on 
	usability@gnome.org.  (1) various string changes, (2) remove 
	the menu bar, (3) add help and close buttons, and (4) add 
	right click menu for search results.
	
	Also, add search by size constraints. Fixes bug #90774.
	
	* gsearchtool-support.[ch]:  new files for the support 
	functions.
	
	* gsearchtool-callbacks.[ch]:  new files for callback 
	functions.
	
	* Makefile.am:  build gsearchtool-support.[ch] and
	gsearchtool-callbacks.[ch].
	
2002-08-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Use the stock button (GTK_STOCK_FIND).
  	Also, remove a few unused #defines.
	 
2002-08-10  Dennis M. Cranston <dennis_cranston@yahoo.com>
	
	* gsearchtool.c:  Fix the 'Matches regular expression' 
	advanced rule.  Use regcomp() & regexec() calls, since
	the previous logic was not g_spawn_* compatible. 

2002-08-10  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Add more appropriate accessibility
	descriptions for both the 'enabled' check buttons and 
	the 'remove' buttons.  Also, add a ":" to end of text, 
	number, and time advanced rule types.  Bug #90278.

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

        * gnome-search-tool.1: Update man page.

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

	* gsearchtool.c:  Add "File contains text" rule
	for advanced tab.  Bug #83444.
	
2002-08-01  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  For simple searches, filter out the hidden  
	files from search results.  Bug #84723.

2002-07-31  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Use the find command for simple searches of
	the home directory.  Bug #89535.

2002-07-30  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Rewrite of custom fork/exec commands
	to use glib's g_spawn_* functions.  Fixes #81199.
	 
2002-07-29  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* Makefile.am: don't add -I$(includedir), it causes
	gcc 3.1.x warning when prefix=/usr
	
2002-07-16  Glynn Foster  <glynn.foster@sun.com>

 	* gsearchtool.c: (create_find_page): s/Starting in folder/Start         
	in folder. Fixes bug #88221. We should do a UI/String review on                                                                                         
	this stuff though :/                                                    

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

        * gnome-search-tool.desktop.in: s/DocPath/X-GNOME-DocPath. Now
        conforms to spec.

2002-06-19  Aruna Pourohit <aruna.pou@wipro.com>

        * gsearchtool.c: instead of just running search command, doing exec of
        the search command. Completely fixes #85131.

2002-06-13  Aruna Pourhit <aruna.pou@wipro.co>

	* gsearchtool.c (stop_search): Don't break if status of 
	child process is returned, since we want to kill the 
	child process. Fixes #85131.

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

	* gsearchtool.c: (stop_search): Don't run a search when
	we just want to stop the search. Fixes part of #85131.

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

	* gsearchtool.c: Set the dialogs as a transient for the
	parent window.  Also pass a reference to the main window as the
	user data to the menu bar callbacks. Fixes #83799.

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

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

2002-05-28 Yogeesh MB <yogeeshappa.mathighatta@wipro.com>

        * gsearchtool.c: Patch for the bug#82555 (exit before search
        completion results in crash)

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

	* help/C/gnome-search-tool.xml
	* help/C/figures/gnome-search-tool_window.png
	quick update of doc and screenshot to fix #79366
	The docs may be updated yet again by the Sun team, but this
	gives us something shippable.

2002-05-20  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Fix handling of searches for '*filename' 
	and 'filename' as this is not the same search criteria. This 
	is specific to simple searches that use the locate command.
	
2002-05-20  Glynn Foster <glynn.foster@sun.com>

	* gsearchtool.c: Remove mnemonics from tabs.

2002-05-16  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: UTF-8->locale corrections.  Should fix 
	bug #80780.
	  
2002-05-09  Paolo Maggi <maggi@athena.polito.it>

	* gsearchtool.c: added a status bar with an activity
	bar

2002-05-08 Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c:  Fix pattern matching bug introduced
	with patch for bug #78865.  Thanks to Gman for spotting it.  

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

	* gsearchtool.c: now you cannot double click on 
	"No Files Found."

2002-05-07 Rajeev Karale <rajeev.karale@wipro.com>

	* gsearchtool/gsearchtool.c: Added "Matches regular expression"
	  option to gsearchtool advance search.

2002-05-06 Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Fix memory leaks and remove an
	unused variable. Fixes #80528.

2002-05-06 Gaute Lindkvist <lindkvis@stud.ntnu.no>

	* gsearchtool.c: surpress the results that are found
	that are only due to the fact of a match in the 
	basename. Modified by Dennis Cranston. Fixes #78865.

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

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

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

	* gsearchtool.c: fixed an accellerator conflict
	(_Search <-> _Stop)

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

	* gsearchtool.c: little UI changes to improve HIG
	compliance (bug #76313)

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

	* gsearchtool.c: (make_locate_cmd), (run_command),
	(run_cmd_dialog): s/directory/folder as per documentation
	style guide. Part fixes #70827 - the never ending saga. Thanks
	to John for pointing this out.

2002-05-03  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c: Add a "Starting in folder" field to the
	simple tab.  Fixes solaris slow search problem in bug #70827.  
	
	* gsearchtool.c: Filter out the annoying "Permission denied" 
	error messages.  Users do not want to see these errors. 
	
	* gsearchtool.c: Commented out code that connects the 
	activate signal on the gnome_file_entry_gnome_entry widget.  
	This was causing a search to begin when clicking on the 
	OK button in the Browse dialog.
	
2002-04-09  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c Implement one of the UI suggestions
	to improve HIG compliance.  Display "No files found."
	message in the results list when there are no matches.
	(bug 76313)

Mon Apr 29 12:41:50 2002  Owen Taylor  <otaylor@redhat.com>

	* gsearchtool.c: Fix GNOMEUIINFO_MENU_EXIT_ITEM
	to GNOMEUIINFO_MENU_EXIT_ITEM, since the former
	has been deprecated.

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

	* gsearchtool.c: About dialog fixes #80109.

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

	* gsearchtool.c: Change OAFIID for Nautilus_Factory 
	to match a recent nautilus code change.

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

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

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

	* help/C/gnome-search-tool.xml
	change reference to old bugs web site

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

        * Makefile.am, gsearchtool.c: get help working

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

	* gsearchtool.c Replace the get_file_base_name(),
	get_file_dir_name(), and get_file_full_path_name()
	hacks with the appropriate built-in glib functions.
	(may resolve bug 75219)

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

        * gsearchtool.c   Added code for stopping search with 
        Escape, and for starting search by pressing Enter/Return
        on the advanced search page. Bug#77699.

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

	* gsearchtool.c   Added accessibility code changes like
	accessible names/descriptions, Atk relations etc.

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

	* gsearchtool.c For simple searches, if the locate
	command is not installed fallback to the find command.
	(bug 70827)

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

	* gsearchtool.c Fix arguments passed to the find command
	for advanced rules.  (partial fix for bug 70827)
	  
2002-04-07 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-search-tool.xml
	* help/C/gnome-search-gool.xml
	editing doc, adding info to omf file
	* removing help/C/gsearchtool.xml and 
	gsearchtool-C.omf (replaced by newly named
	versions)
	
2002-03-20  Kevin Vandersloot <kfv101@psu.edu>

	* gsearchtool.c Apply patch from Dennis Cranston 
	<dennis_cranston@yahoo.com> adding session management. 
	Fixes bug 75082

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

	* help/C/gnome-search-tool.xml, gnome-search-tool-C.omf,
	Makefile.am
	Change docs to reflect new executable name
	fixes bug #70081

2002-02-22 Yogeesh MB <yogeeshappa.mathighatta@wipro.com>

	* Patch for the bug#71555 (saving results before search
	completion)

2002-02-26  Lauris Kaplinski  <lauris@ximian.com>

	* gsearchtool.c (main): s/gsearchtool/gnome-search-tool/ to match
	actual program name

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

	* gsearchtool.c: (make_find_cmd): make it work with folders
	with spaces in their name (patch by dennis_cranston@yahoo.com)

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

	* gsearchtool.c: (save_results): ask the user if we should
	overwrite (patch by dennis_cranston@yahoo.com)

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

	* gsearchtool.c: (make_find_cmd), (run_command): use -print
	instead of -print0 (patch by dennis_cranston@yahoo.com)
	Should fix problems on Solaris, still works on Linux

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

	* gsearchtool.c: (add_file_to_list_store), (really_run_command):
	cast the filesize to gdouble to avoid warnings, and look for sh
	in the path rather than using hardcoded /bin/sh path
	(adapted from patch by <dennis_cranston@yahoo.com>, Closes:70827)

2002-02-10 John Fleck <jfleck@inkstain.net>

	* help/C/gsearchtool.xml, figures/*.png
	* updated screenshots and docs to new UI

Sun Feb 03 23:54:40 2002  George Lebl <jirka@5z.com>

	* gsearchtool.c: applied a patch from "Dennis M. Cranston"
	  <dennis_cranston@yahoo.com> which does a bunch of things to
	  improve usability based on feedback from the usability
	  list.  Also add Dennis to the authors list.

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

	* gsearchtool.c (about_cb): Don't try to translate empty string.

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

	* .cvsignore: s/gsearchtool/gnome-search-tool/

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

	* help/C/Makefile.am - adding legal.xml to build

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

	* help/C/gsearchtool.xml, help/C/figures/*.png
	updating docs based on editing comments from Kevin Breit

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

	* updated docs to reflect new UI
	* help/C/gsearchtool.xml, help/C/figures/gsearchtool_advanced.png
	* help/C/figures/gsearchtool_simple.png

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

	* gnome-searchtool.png:

	Add newer nicer icon.

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

	* Makefile.am:
	* gnome-search-tool.1:
	* gnome-search-tool.desktop.in:
	* gsearchtool.1:
	* gsearchtool.desktop.in:

	Change to new binary name based on the menu name.
	
Mon Jan 21 01:21:32 2002  George Lebl <jirka@5z.com>

	* gsearchtool.c, Makefile.am: Apply patch from "Dennis M. Cranston"
	  <dennis_cranston@yahoo.com> and massage it a bit to compile
	  cleanly.  Makes the searchtool more 'nice' in gnome2 terms and
	  removes use of deprecated widgets etc...

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

	* help/C/gsearchtool.xml, gsearchtool-C.omf, Makefile.am
	xmlizing the documentation

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

	* Makefile.am:

	Install .desktop file into datadir/applications
	
	* gsearchtool.desktop.in:

	Rename "Search Tool", add Categories field.

2001-10-13  Bastien Nocera  <hadess@hadess.net>

	* outdlg.c: (save_ok), (outdlg_double_click): ported to Gnome2

2001-10-13  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, gsearchtool.c: (entry_changed), (run_locate_command),
	(about_cb), outdlg.c: (outdlg_additem): nearly finished porting
	to Gnome2

2001-08-08  Abel Cheung  <maddog@linux.org.hk>

	* \*.desktop: Added zh_TW.Big5 (traditional Chinese) strings.

Tue Jun 12 00:24:02 2001  George Lebl <jirka@5z.com>

	* outdlg.c: fix filename corruption

Thu Jun 07 14:40:22 2001  George Lebl <jirka@5z.com>

	* gsearchtool.c: fix locate interface since that uses '\n' not '\0'
	  for separating entries and make it start the search on enter

2001-06-07  Kjartan Maraas  <kmaraas@gnome.org>

	* outdlg.c: Mark a string for translation.
	
Thu Apr 19 13:49:23 2001  George Lebl <jirka@5z.com>

	* gsearchtool.c: limit number of errors to 20

2000-02-20 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>

	* Typo fix closing bug 16743.

2000-01-02 John Fleck <jfleck@inkstain.net>

	* mv help/es/gsearch.sgml to gsearchtool.sgml, add topic.dat, and
	needed .png files for working es docs

2001-01-02 John Fleck <jfleck@inkstain.net>

	* mv help/it/gsearch.sgml to help/it/gsearchtool.sgml (to match
	Nautilus help file naming convention) updating Makefile.am to match
	
2000-12-26 John Fleck <jfleck@inkstain.net>

	* mv help/C/gsearch.sgml to help/C/gsearchtool.sgml - name of
	*.sgml file needs to = name of share/gnome/help directory for
	Nautilus to recognize it. Updated help/C/Makefile.am to accomodate
	the change

2000-10-17  Alexander Kirillov  <kirillov@math.sunysb.edu>

	* help/C/gsearch.sgml: updated links, legalinfo, license for GNOME
	1.4; added "manual" to the title.

Sun Sep 10 15:08:51 2000  George Lebl <jirka@5z.com>

	* gsearchtool.c: fix buffer overflow by using GString.  Also make
	  the running flag an enum.

2000-06-28 John Fleck <jfleck@inkstain.net>
	* updating version number in gsearch.sgml

Tue Jun 06 15:31:30 2000  George Lebl <jirka@5z.com>

	* gsearchtool.c: use the -0 and -Z and other tricks to make this
	  work correctly for weird filenames.  The downside is it won't
	  work on non-GNU versions of find, grep and xarg, but it's really
	  unsafe if arbitrary things can be passed to programs.  Also add
	  a dialog box to display the command used.

Tue Jun  6 12:09:56 EDT 2000 Gregory McLean <gregm@comstar.net>

	* help/* : Lots of loving going on so the documentation 
	people will be happy with the result and I don't have much pain
	to go through to maintain this mess.
 	Anyway.. Documentation generation should be perfect now, providing
	you have the voodoo that they call docbook installed. If not fear
	not young warrior. We copy the generated stuff into the dist so
	only the maintainer has to pull hair getting docbook set up 
	correctly.

2000-04-22  Fatih Demir	<kabalak@gmx.net>

	* gsearchtool.desktop : Added [tr] .

Mon Mar 27 16:55:40 2000  George Lebl <jirka@5z.com>

	* gsearchtool.c: pack the find and grep boxes in with no expanding
	  so that removing looks saner, also leave the default window policy,
	  also stop the commands on window close/quit.  Also make start
	  button unsensitive during run

2000-03-26  Karl EICHWALDER  <ke@suse.de>

	* gsearchtool.c (create_locate_page): Add missing dot.

2000-03-24  Alexander Kirillov  <kirillov@math.sunysb.edu>

	* help/**/*: edited docs; changed license to FDL

2000-02-23  Peter Hawkins  <peterhawkins@ozemail.com.ai>

	* gsearchtool.c: Stopped about dialog from being shown multiple times at once.

Wed Feb 16 22:25:28 2000  George Lebl <jirka@5z.com>

	* help/**/*: added new documentation from Alexander Kirillov
	  <kirillov@math.sunysb.edu>

Sat Feb 12 22:47:05 2000  George Lebl <jirka@5z.com>

	* gsearchtool.c,outdlg.c: call gtk_widget_ensure_style so that
	  the widget gets the style set so that our list adding function
	  gets the correct font.  Also use gtk_window_set_default_size
	  instead of set_usize on the clist and allow the dialog to be
	  resized

Mon Feb 07 14:52:28 2000  George Lebl <jirka@5z.com>

	* help/C/*: added online help from Alexander Kirillov
	  <kirillov@math.sunysb.edu>

Sat Feb 05 16:43:42 2000  George Lebl <jirka@5z.com>

	* gsearchtool.c: implement simple locate interface, make boolean
	  options simpler, add nosubdirs and nomounted by default, implement
	  saving from outdlg, cleanup running of programs, fix quoting of
	  text fields, use gnome_file_entry for the start directory entry

Mon Nov 29 22:47:21 1999  George Lebl <jirka@5z.com>

	* gsearchtool.c: applied patch from Martin Oberzalek
	  <oberzalek@chello.at> and modified it to be a bit saner.  It gets
	  and prints out the errors into a dialog box

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

	* gnome-searchtool.png: Icon by Ben Frantzdale.
	* Makefile.am: Installs gnome-searchtool.png.
	* gsearchtool.desktop: Uses gnome-searchtool.png.

1999-05-05  JP Rosevear <jpr@arcavia.com>
	* outdlg.c: Added support for double-clicking on results list and
	  having the file open with the mime associated application.

1999-03-17  Ettore Perazzoli  <ettore@comm2000.it>

	* gsearchtool.desktop: Added Italian translations.

Wed Jan 06 17:49:11 1999  George Lebl  <jirka@5z.com>

	* gsearchtool.c: standardized menus

Sun Jan 03 14:48:31 1999  George Lebl  <jirka@5z.com>

	* gsearchtool.c: use ! instead of -not to be compatible with
	  other then GNU find

Sun Nov 29 02:44:57 1998  George Lebl  <jirka@5z.com>

	* outdlg.c: use scrolled window for clist

1998-07-01  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* gsearchtool.desktop: Added Portuguese translation.

Sat Jun 20 22:25:46 1998  George Lebl  <jirka@5z.com>

	* gsearchtool.c: use the new interface and get rid of the old one

	* unixcmd.[ch]: removed, not really needed

	* outdlg.[ch]: use gnome dialog and clist

Mon Jun 08 07:38:45 1998  George Lebl  <jirka@5z.com>

	* gsearchtool.c: new interface work, but it's still
	  all #if 0'ed out.  this seems like it will be a complete
	  rewrite after all

Tue May 26 02:05:35 1998  George Lebl  <jirka@5z.com>

	* gsearchtool.[ch]: a lot of interface work, but almost
	  no functionality yet on the new front end, so it's still
	  #if 0'ed out and the old one is still in there

Mon May 25 02:21:04 1998  George Lebl  <jirka@5z.com>

	* gsearchtool.[ch]: a little bit of work on teh new
	  way of doing things, but nothing is showing (yet).

