Jan 31st, 2001

	- v1.0.2 released.

Jan 26th, 2001

	- add: new and updated translations: Norwegian, Russian,
	  Swedish, Dutch, German, Hungarian, Finnish, Brazilian
	  Portuguese, Dutch, Japanese, Ukrainian, Spanish, and Slovak.

Jan 25th, 2001

	- fix: the "xtype" option always got its selected type from
	  the type specified in the "type" menu, not the "xtype" menu.
	- add: use pixmaps to indicate file or directory for each path
	  found in the results dialog.

Jan 24th, 2001

	- add: option for prompting before executing a command on
	  files selected in the results window.

Jan 23rd, 2001

	- change: disable the stupid GNOME crash dialog.  It only
	  served to cause people to submit totally useless bug reports
	  to bugs.gnome.org.
	- change: execute command to open files from the results list
	  in the background.

July 18th, 2000

	- add: drag (DnD) capabilities from files in results window.

July 17th, 2000

	- v1.0.1 released.

July 16th, 2000

	- fix embarrassing RPM build problem in gnome-find.spec[.in]

July 15th, 2000

	- v1.0 released.

July 14th, 2000

	- fix: gnome-find.spec.in did not properly include the locale
	  files (translations) in the RPM.

July 11th, 2000

	- add: updated Spanish translation (Joel Barrios Dueas).

Jun 30th, 2000

	- fix: more portability fixes (Dave Yearke).
	- fix: accidentally introduced in v0.6, the number of files
	  found was reported as zero, regardless if there really were
	  files found or not.

Jun 28th, 2000

	- v0.6 released.

Jun 25th, 2000

	- add: interface to the "locate" command.
	- fix: argc was less by one for the "-ok" action, which caused
	  an assert to trip.
	- improve: for the "-ok" action, use a GNOME dialog to ask
	  yes/no/cancel.
	- improve: if there was an error stat'ing the file, report the
	  error as the filename in the file properties dialog.

Jun 23rd, 2000

	- improve: file_info_stat() shows stats on symlinks and the
	  file it points to (if any).
	- improve: if -wls was selected, print file details into the
	  results clist with separate columns for each file stat.
	- improve: the clist showing file details can be sorted
	  by the file attributes by clicking on the column title.
	- improve: the error window in the results dialog can be
	  toggled to be shown or hidden (instead of only being shown).

Jun 21st, 2000

	- fix: re-add tooltips which were accidentally removed.
	- fix: some dialogs did not properly handle the close/delete
	  signal sent by the window manager.
	- fix: include own copy of gnu_regex.[ch] and use it if if GNU
	  regexp libraries are not found.
	- fix: call my_stpcpy() instead of stpcpy() directly.
	- fix: use ifdefs to check for existence of FNM_CASEFOLD
	  define, which may not exist on some systems such as Solaris
	  (Dave Yearke).
	- improve: file properties dialog is now contained in a
	  notebook, instead of a new/separate window for each file.

Jun 19th, 2000

	- v0.5 released.

Jun 16th, 2000

	- improve: internal changes to improve error handling, most
	  noticeable when an invalid syntax is specified for manual
	  searches.

Jun 13th, 2000

	- add: executing a specified shell command on search results.
	- misc: move pixmaps into pixmaps/ subdirectory.

Jun 12th, 2000

	- add: tearoff menus (apparently, Glade doesn't do this right
	  now).
	- add: allow manually entering search.

Jun 10th, 2000

	- add: preference entry for name of shell to execute.

Jun 9th, 2000

	- add: previous search command shown in an optional, popup
	  window/dialog.
	- add: special advanced action, "grep", for finding files
	  which contain a specified text string.

Jun 8th, 2000

	- add: support for "-fstype" advanced option/test.
	- add: GNOME help menus and HTML documentation.

Jun 7th, 2000

	- add: preferences for default archive file name, archiving
	  commands, and saving size of archive contents dialog window.
	- add: implement archive commands add, remove, and list.
	- improve: add status/message bar to results window, used to
	  provide visual status of file archive operations.
	- improve: "~" for home directories are now handled.
	- misc: change most list widgets to clist widgets.
	- add: for multi-file, multi-dir, and advopts toolbars,
	  implement remaining button operations (up, down, clear).

Jun 6th, 2000

	- improve: for various dialog windows, hitting ESCape now
	  closes them.
	- add: support for regular expression filenames (-regex and
	  -iregex options).
	- misc: move search specific code from win.c to search.[ch]

Jun 5th, 2000

	- v0.4 released.

Jun 4th, 2000

	- add: implement executing file operation commands from the
	  results window (e.g., open, delete, copy, print, execute).

May 28th, 2000

	- add: preferences settings for all toolbars (e.g., icons
	  only, text only, both); saving/restoring window sizes; and
	  file operation commands to execute from the results window.

May 25th, 2000

	- add: runtime debugging code, valid only if "--enable-debug"
	  was specified when running configure.
	- add: new command line option, "--info" to print detailed
	  info about binary (e.g., compile/link info).
	- add: Korean translation (Kang JeongHee).

May 24th, 2000

	- add: German translation (Kai Lahmann).
	- add: "File Properties" dialog box, launched from the results
	  window.

May 23rd, 2000

	- add: implemented the remaining advanced search options
	  (support for -mode, -user, -group, -uid, -gid, -nouser,
	  -nogroup, -size, -type, -xtype, -empty, -inu, and -links).
	- fix: if advanced search button is selected, but no options
	  actually are, a segmentation fault resulted.

May 22nd, 2000

	- v0.3 released.

May 20th, 2000

	- improve: add/use common routines for numerous advanced
	  search options to reduce amount of repeated code.
	- fix: if printing file details to a window, the value of the
	  files found number in the results dialog was always zero.
	- fix: if "Clear Search" was done after either of the
	  multi-file or multi-directory dialogs has been created, but
	  not both, a segmentation fault resulted.
	- add: implemented support for atime, ctime, and mtime
	  advanced search options.

May 18th, 2000

	- add: Russian translation (Valek Filippov).

May 17th, 2000

	- add: Spanish translation (Joel Barrios).
	- fix: spec file didn't actually build the rpm (Joel Barrios).
	- fix: small memory leak if gnome-find.glade is not found in
	  the current directory.
	- add: set minimized window icon (used gnome-searchtool.png).

May 15th, 2000

	- v0.2 released.

May 13th, 2000

	- add: multiple file and directory searches.

May 12th, 2000

	- add: implemented a number of advanced search features,
	  including all the "Options" and "Actions".

May 10th, 2000

	- add: enable GNOME progress bar, and update it while a find
	  is in progress.

May 09th, 2000

	- v0.1 released.

