gnome-find-users Mailing List for gnome-find
Brought to you by:
ackahn
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(8) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andy K. <ac...@ne...> - 2001-01-31 16:40:07
|
gnome-find v1.0.2 has been released. This release fixes a couple of bugs, adds a couple of small features, and includes lots of new/updated translations. Additions: - Drag (DnD) capabilities from files in the results window. - Preferences option for prompting before executing a command on files selected in the results window. - Lots of updated and new translations: Norwegian, Russian, Swedish, Dutch, German, Hungarian, Finnish, Brazilian Portuguese, Dutch, Japanese, Ukrainian, Spanish, and Slovak. - For each path listed in the results dialog, use a pixmap to indicate if the path found is a file or directory. Fixes: - The -xtype option always got its selected type from the type specified in the -type menu, not its own -xtype menu. - The default command for opening files from the results list now executes in the background. - Disable the stupid GNOME crash dialog. It only served to cause people to submit totally useless bug reports to bugs.gnome.org. You can download v1.0.2 using the following links: Source code - gzip'd tar: http://download.sourceforge.net/gnome-find/gnome-find-1.0.2.tar.gz Source code - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-1.0.2-1.src.rpm Precompiled x86 Binary - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-1.0.2-1.i386.rpm gnome-find's homepage can be found at: http://gnome-find.sourceforge.net --andy |
|
From: Andy K. <ac...@ne...> - 2000-07-17 17:40:34
|
On Sun, Jul 16, 2000 at 03:05:17AM -0400, Jason Trickett wrote: > This is my first time posting, so bear with me. > Just installed version 1.0-1, ran gnome-find from terminal, and this was the result: > > /dev/dsp: No such device > > **WARNING**: document not well formed! > **WARNING**: Could not parse file > > **ERROR**: file misc.c: line 206 (my_widgets_setup): assertion failed: (xml) > aborting ... > Aborted. > > Obviously, gnome-find didn't start. Can anyone help? It would be greatly appreciated. There was bug in building the RPM file. It's now been fixed, and released as v1.0.1. regards, --andy |
|
From: Andy K. <ac...@ne...> - 2000-07-17 16:13:27
|
On Mon, Jul 17, 2000 at 11:37:16AM +0200, Phi...@ce... wrote: ... > - on alpha-dec-osf4.0f, compilation stops at ... > :*:In file included from find.c:34: > :*:defs.h:181: conflicting types for `basename' > :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/string.h:165: previous declaration of `basename' ... > Solution: delete declaration of basename in src/defs.h This was a function prototype that the original GNU find used. I don't see any harm in removing the basename() prototype. Also, after looking through src/defs.h, it seems like the prototype for dirname() should also be removed. Consequently, the call to dirname() in fstype.c should be replaced with a call to g_dirname(). ... > : :gmake[1]: Entering directory `/scratch/happi/GNU.DESK/gnome-find-1.0.1/src' > : :gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DDATADIR=\"/happi/Make.17546/usr.local/share/gnome-find\" -I/usr/local/lib/glib/include -I/usr/local/include -O2 -Wall -Wunused -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/local/include/gnome-xml -c find.c > :*:In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/stdarg.h:36, > :*: from /usr/local/include/glib.h:70, > :*: from /usr/local/include/gdk/gdktypes.h:33, > :*: from /usr/local/include/gdk/gdk.h:31, > :*: from /usr/local/include/gtk/gtk.h:31, > :*: from win.h:27, > :*: from defs.h:51, > :*: from find.c:34: > :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list' > :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here ... > :*:find.c: In function `process_top_path': > :*:find.c:230: warning: implicit declaration of function `fchdir' > : :gmake[1]: Leaving directory `/scratch/happi/GNU.DESK/gnome-find-1.0.1/src' > :*:gmake[1]: *** [find.o] Error 1 > :*:gmake: *** [install-recursive] Error 1 Since I don't have access to a Digital Unix 4.x system with GNOME, would it be possible for you to provide a patch to get rid of these compiler warnings? thanks, --andy |
|
From: <Phi...@ce...> - 2000-07-17 09:37:22
|
Package: gnome-find Version: 1.0.1 Severity: critical grave Synopsis: compilation problems Class: sw-bug I have generated gnome-find 1.0.1 succesfully with egcs 1.1.2 on the following platforms: i686-pc-linux-gnu (Redhat 6.1) sparc-sun-solaris2.6 sparc-sun-solaris2.7 alpha-dec-osf4.0f hppa1.1-hp-hpux10.20 mips-sgi-irix6.5 powerpc-ibm-aix4.3.2.0 BUT: - on alpha-dec-osf4.0f, compilation stops at : :gmake[1]: Entering directory `/scratch/happi/GNU.DESK/gnome-find-1.0.1/src' : :gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DDATADIR=\"/happi/Make.17546/usr.local/share/gnome-find\" -I/usr/local/lib/glib/include -I/usr/local/include -O2 -Wall -Wunused -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/local/include/gnome-xml -c find.c :*:In file included from /usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/stdarg.h:36, :*: from /usr/local/include/glib.h:70, :*: from /usr/local/include/gdk/gdktypes.h:33, :*: from /usr/local/include/gdk/gdk.h:31, :*: from /usr/local/include/gtk/gtk.h:31, :*: from win.h:27, :*: from defs.h:51, :*: from find.c:34: :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list' :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here :*:In file included from find.c:34: :*:defs.h:181: conflicting types for `basename' :*:/usr/local/lib/gcc-lib/alpha-dec-osf4.0d/egcs-2.91.66/include/string.h:165: previous declaration of `basename' :*:find.c: In function `process_top_path': :*:find.c:230: warning: implicit declaration of function `fchdir' : :gmake[1]: Leaving directory `/scratch/happi/GNU.DESK/gnome-find-1.0.1/src' :*:gmake[1]: *** [find.o] Error 1 :*:gmake: *** [install-recursive] Error 1 Solution: delete declaration of basename in src/defs.h Amicalement. Philippe. |
|
From: Andy K. <ac...@ne...> - 2000-07-17 07:31:41
|
gnome-find v1.0.1 has been released. v1.0.1 fixes an embarrassing build problem in v1.0 such that the binary in the RPM file did not work. Building and installing from source was unaffected though. v1.0 was never announced. It only contained a few fixes since v0.6: - The number of files found was reported as zero, regardless if there really were files found or not. - Portability fixes. - Updated Spanish translation. - The RPM file did not contain the locale files (translations). You can download v1.0.1 using the following links: Source code - gzip'd tar: http://download.sourceforge.net/gnome-find/gnome-find-1.0.1.tar.gz Source code - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-1.0.1-1.src.rpm Precompiled x86 Binary - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-1.0.1-1.i386.rpm gnome-find's homepage can be found at: http://gnome-find.sourceforge.net --andy |
|
From: Jason T. <tri...@ma...> - 2000-07-16 07:06:06
|
This is my first time posting, so bear with me. Just installed version 1.0-1, ran gnome-find from terminal, and this was = the result: /dev/dsp: No such device **WARNING**: document not well formed! **WARNING**: Could not parse file **ERROR**: file misc.c: line 206 (my_widgets_setup): assertion failed: = (xml) aborting ... Aborted. Obviously, gnome-find didn't start. Can anyone help? It would be greatly = appreciated. Regards, JST |
|
From: Andy K. <ac...@ne...> - 2000-07-05 05:36:57
|
On Mon, Jul 03, 2000 at 02:51:40PM +0900, Takeshi Aihana wrote: > Hello everyone, > > I made the Japanese message catalog(ja.po) for gnome-finde version 0.6, > but I don't know I inform whome about this. > > If you have any information who packaging with i18N catalog file, > Please let me know. Look in the AUTHORS file that came with the source distribution. :) regards, --andy |
|
From: Takeshi A. <ta...@tu...> - 2000-07-03 05:51:28
|
--- Hello everyone, I made the Japanese message catalog(ja.po) for gnome-finde version 0.6, but I don't know I inform whome about this. If you have any information who packaging with i18N catalog file, Please let me know. Thank you. --- (TAKESHI) |
|
From: Andy K. <ac...@ne...> - 2000-06-29 06:55:35
|
gnome-find v0.6 has been released. This release fixes a small handful of bugs, and provides some improvements. Fixes: - Some dialogs did not properly handle the close/delete signal sent by the window manager, which could lead to a crash. - Portability fixes (using stpcpy(), GNU regexp, and FNM_CASEFOLD). - argc was less by one for the -ok action, causing a tripped assert. Improvements: - File properties dialog is now contained in a notebook, instead of a new/separate window for each file. - File properties dialog now also shows stats on symlinks as well as the file it points to, if any. - If printing file details is selected (-wls), they are printed into a clist with separate columns for each file stat. The list is sortable by clicking on the column title. - The error window in the results dialog can be togged to be shown or hidden, instead of only being shown. - For the -ok action, use a GNOME dialog to ask yes/no/cancel. You can download this release using the following links: Source code - gzip'd tar: http://download.sourceforge.net/gnome-find/gnome-find-0.6.tar.gz Source code - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-0.6-1.src.rpm Precompiled x86 Binary - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-0.6-1.i386.rpm gnome-find's homepage can be found at: http://gnome-find.sourceforge.net If no major problems come up, there's a good chance that the next release should be the final 1.0 release! --andy |
|
From: Andy K. <ac...@ne...> - 2000-06-20 01:11:51
|
gnome-find v0.5 has been released. The major highlights of this release include: - Searching for filenames using regular expressions (-regex and -iregex). - Handles "~" for home directories. - File archiving commands on search results. - Support for searching on specific file system types (-fstype). - Tearoff menus. - Searching for files containing a specific string of text. - Manually entering and executing a search command. - Preference settings for temporary directory and shell. - Executing a specified shell command on search results. - HTML documentation, GNOME help, and user manual. You can download this release using the following links: Source code - gzip'd tar: http://download.sourceforge.net/gnome-find/gnome-find-0.5.tar.gz Source code - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-0.5-1.src.rpm Precompiled x86 Binary - RedHat 6.x RPM http://download.sourceforge.net/gnome-find/gnome-find-0.5-1.i386.rpm gnome-find's homepage can be found at: http://gnome-find.sourceforge.net We're getting pretty close to a final 1.0 release, so test out this version thoroughly! --andy |
|
From: Andy K. <ac...@ne...> - 2000-06-09 17:35:01
|
On Thu, Jun 08, 2000 at 10:04:41PM -0400, Anthony Tekatch wrote:
...
> I have installed those packages in bits and pieces over the years. I just used
> rpmfind to update libglade-devel and now gnome-find compiles properly.
Ah. That's a common thing to forget to do (install the -devel
package). I think I'll need to figure out someway to detect this in
the configure script.
> Is there any plans on adding a context find (find files that contain text) to
> gnome-find?
That's one of the things you can use the -exec for. e.g., from the
command line:
find some_directory -exec grep -l some_text {} \;
This is especially useful if you want to find a bunch of files,
including looking in subdirectories. But if you only care about one
directory, it's a lot easier to simply use "grep -l" anyway.
I suppose this is typically non-obvious to novices at the "find"
command, so gnome-find should present an easy text entry field for
something like this. I'll see what I can do for the next release.
regards,
--andy
|
|
From: Anthony T. <te...@id...> - 2000-06-09 02:06:35
|
Andy, > Something is odd about your installation. Did you install gnome-libs > and libglade by hand? Or via a prepackaged package format, e.g., RPM > or DEB? > > If you've installed it via a prepackaged format, be sure to install > the -devel package as well. e.g., in addition to gnome-libs and > libglade, also install gnome-libs-devel and libglade-devel. I have installed those packages in bits and pieces over the years. I just used rpmfind to update libglade-devel and now gnome-find compiles properly. > My mistake. Try: > > env LDFLAGS="`libglade-config --libs gnome`" ./configure > > Let me know how this goes. That also worked very well. Thank you. Is there any plans on adding a context find (find files that contain text) to gnome-find? -- Anthony ------------------------------------------------------- -- Anthony |
|
From: Andy K. <ac...@ne...> - 2000-06-09 00:39:25
|
On Thu, Jun 08, 2000 at 08:19:02PM -0400, Anthony Tekatch wrote: > > > > This is odd, as it shouldn't be happening. Can you send me the output > > to these commands: > > > > gnome-config --libs-only-l libglade > > gnome-config --libs-only-L libglade > > Both of the above return: > Unknown library `libglade' > > This command: > gnome-config --version > produces: > gnome-libs 1.0.53 Something is odd about your installation. Did you install gnome-libs and libglade by hand? Or via a prepackaged package format, e.g., RPM or DEB? If you've installed it via a prepackaged format, be sure to install the -devel package as well. e.g., in addition to gnome-libs and libglade, also install gnome-libs-devel and libglade-devel. > > As a temporary workaround, you could try something like this: > > > > env LDFLAGS="`libglade-config --libs`" ./configure > > I also removed config.cache and the above seemed to get me a little further but > make still complained: > > main.o: In function `main': > /home/anthony/gnome-find-0.4/src/main.c:117: undefined reference to `glade_gnome_init' My mistake. Try: env LDFLAGS="`libglade-config --libs gnome`" ./configure Let me know how this goes. If this still doesn't work, please provide some more details about your system setup (Linux? Other Unix? Location of gnome-config? Location of libglade-config? Version numbers of everything mentioned so far. etc.) --andy |
|
From: Anthony T. <te...@id...> - 2000-06-09 00:30:09
|
Andy, > > This is odd, as it shouldn't be happening. Can you send me the output > to these commands: > > gnome-config --libs-only-l libglade > gnome-config --libs-only-L libglade Both of the above return: Unknown library `libglade' This command: gnome-config --version produces: gnome-libs 1.0.53 > As a temporary workaround, you could try something like this: > > env LDFLAGS="`libglade-config --libs`" ./configure I also removed config.cache and the above seemed to get me a little further but make still complained: main.o: In function `main': /home/anthony/gnome-find-0.4/src/main.c:117: undefined reference to `glade_gnome_init' ==== previous message for reference only ===== > Anthony, > > > I tried compiling version 0.3, and got the following problems: > ... > >> main.o: In function `main': > > /home/anthony/gnome-find-0.3/src/main.c:52: undefined reference to `glade_gnome_init' > ... > >> Makefile seems to have the proper location of libglade on my computer: > > > > LIBGLADE_LIBS = -L/usr/local/lib -lglade -L/usr/local/lib -lxml > > -lz -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib > > -ldl -lXext -lX11 -lm > ... Anthony |
|
From: Andy K. <ac...@ne...> - 2000-06-06 01:05:41
|
gnome-find v0.4 has been released. The major highlights of this release include: - A minor bug fix. - German and Korean translations - Implemented remaining advanced search options/tests (-mode, -user, -group, -uid, -gid, -nouser, -nogroup, -size, -type, -xtype, -empty, -inum, -links). - A complete preferences system to change settings for all toolbar styles; saving/restoring window sizes; and file operation commands to execute from the results window. - Implemented file operation commands executed from the results window (e.g., open, delete, copy, print, execute). A much more complete list of items to be completed can be found in the TODO file, included in the source distribution. You can download this release at: http://download.sourceforge.net/gnome-find/gnome-find-0.4.tar.gz gnome-find's homepage can be found at: http://gnome-find.sourceforge.net If you would like to help with development, please take a look at the aforementioned TODO file, and send me email if you are interested. --andy |
|
From: Andy K. <ac...@ne...> - 2000-06-05 17:15:47
|
Anthony, > I tried compiling version 0.3, and got the following problems: ... > main.o: In function `main': > /home/anthony/gnome-find-0.3/src/main.c:52: undefined reference to `glade_gnome_init' ... > Makefile seems to have the proper location of libglade on my computer: > > LIBGLADE_LIBS = -L/usr/local/lib -lglade -L/usr/local/lib -lxml > -lz -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib > -ldl -lXext -lX11 -lm ... This is odd, as it shouldn't be happening. Can you send me the output to these commands: gnome-config --libs-only-l libglade gnome-config --libs-only-L libglade As a temporary workaround, you could try something like this: env LDFLAGS="`libglade-config --libs`" ./configure Hope this helps, --andy |
|
From: Anthony T. <te...@id...> - 2000-05-28 13:42:18
|
I tried compiling version 0.3, and got the following problems: gcc -g -O2 -Wall -Wunused -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -rdynamic -L/usr/lib -L/usr/X11R6/lib -o gnome-find advopts.o error.o file.o filemode.o find.o fstype.o idcache.o listfile.o main.o misc.o modechange.o msgbar.o multiple.o parser.o pred.o results.o savedir.o stpcpy.o tree.o util.o win.o -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl main.o: In function `main': /home/anthony/gnome-find-0.3/src/main.c:52: undefined reference to `glade_gnome_init' misc.o: In function `my_glade_widget_get': /home/anthony/gnome-find-0.3/src/misc.c:41: undefined reference to `glade_xml_get_widget' misc.o: In function `my_glade_xml_get': /home/anthony/gnome-find-0.3/src/misc.c:72: undefined reference to `glade_xml_new' /home/anthony/gnome-find-0.3/src/misc.c:69: undefined reference to `glade_xml_new' collect2: ld returned 1 exit status make[2]: *** [gnome-find] Error 1 make[2]: Leaving directory `/home/anthony/gnome-find-0.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/anthony/gnome-find-0.3' make: *** [all-recursive-am] Error 2 Makefile seems to have the proper location of libglade on my computer: LIBGLADE_LIBS = -L/usr/local/lib -lglade -L/usr/local/lib -lxml -lz -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm Any help would be appreciated. Thanks -- Anthony |
|
From: Andy K. <ac...@ne...> - 2000-05-24 23:42:04
|
On Wed, May 24, 2000 at 08:34:57PM +0100, Paul Barnfather wrote: ... > /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl > -DDATADIR=\"/usr/local/share/gnome-find\" -I/usr/local/lib/glib/include > -I/usr/local/include -I/usr/openwin/include -O2 -msupersparc -Wall -Wunused > -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include > -I/usr/local/lib/glib/include -I/usr/openwin/include > -I/usr/local/include/gnome-xml -c parser.c > parser.c: In function `insert_regex': > parser.c:1179: sizeof applied to an incomplete type ... Try adding #include <regex.h> ...near the top of parser.c. regards, --andy |
|
From: Paul B. <pl...@cl...> - 2000-05-24 19:39:01
|
make output is: /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DDATADIR=\"/usr/local/share/gnome-find\" -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include -O2 -msupersparc -Wall -Wunused -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/openwin/include -I/usr/local/include/gnome-xml -c parser.c parser.c: In function `insert_regex': parser.c:1179: sizeof applied to an incomplete type parser.c:1181: dereferencing pointer to incomplete type parser.c:1182: dereferencing pointer to incomplete type parser.c:1182: dereferencing pointer to incomplete type parser.c:1183: dereferencing pointer to incomplete type parser.c:1189: dereferencing pointer to incomplete type parser.c:1192: dereferencing pointer to incomplete type parser.c:1195: dereferencing pointer to incomplete type parser.c:1197: warning: implicit declaration of function `re_compile_pattern' parser.c:1198: warning: assignment makes pointer from integer without a cast parser.c: In function `insert_fprintf': parser.c:1531: warning: subscript has type `char' parser.c:1534: warning: subscript has type `char' make[2]: *** [parser.o] Error 1 make[2]: Leaving directory `/src/build/gnome-find-0.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/src/build/gnome-find-0.3' make: *** [all-recursive-am] Error 2 -- ~~~~~~~~~~~~~~~~~~~~~~~~ Paul Barnfather ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | pl...@cl... pau...@no... | | __ http://www.clanger9.demon.co.uk . | o--o-... 75TS o'~o... 750SS |
|
From: Andy K. <ac...@ne...> - 2000-05-23 00:16:32
|
gnome-find v0.3 has been released. The major highlights of this release include: - A few bug fixes. - Spanish and Russian translations. - Implemented searching using boolean tests for atime, ctime, and mtime (-amin, -atime, -anewer, -cmin, -ctime, -cnewer, -mmin, -mtime, and -mnewer options). A much more complete list of items to be completed can be found in the TODO file, included in the source distribution. You can download this release at: http://download.sourceforge.net/gnome-find/gnome-find-0.3.tar.gz gnome-find's homepage can be found at: http://gnome-find.sourceforge.net If you would like to help with development, please take a look at the aforementioned TODO file, and send me email if you are interested. --andy |
|
From: Andy K. <ac...@ne...> - 2000-05-16 20:26:41
|
gnome-find v0.2 has been released. gnome-find is an easy-to-use, but powerful, graphical version of the GNU "find" utility. It is not just a front-end which forks and execs "find", nor is it a utility that reinvents the wheel by rewriting the "find" utility itself. Instead, the original source code to the GNU "find" utility (findutils-4.1) was used, and a GUI component integrated into it. The major highlights of this release include: - Enabling the GNOME progress bar, so that progress indication is shown to the user while a long-running search is running. - Support for all of the "Options" and "Actions" for advanced searches. - Multi-file and multi-directory searches. A much more complete list of items to be completed can be found in the TODO file, included in the source distribution. You can download this release at: http://download.sourceforge.net/gnome-find/gnome-find-0.2.tar.gz gnome-find's homepage can be found at: http://gnome-find.sourceforge.net If you would like to help with development, please take a look at the aforementioned TODO file, and send me email if you are interested. --andy |
|
From: Andy K. <ac...@ne...> - 2000-05-16 19:45:47
|
----- Forwarded message from Andy Kahn <ac...@ne...> ----- > Date: Wed, 10 May 2000 18:04:58 -0700 > From: Andy Kahn <ac...@ne...> > To: gno...@gn... > Subject: ANNOUNCE: gnome-find v0.1 released > Reply-To: Andy Kahn <ac...@ne...> > > gnome-find v0.1 has been released. > > This is the first public release of gnome-find, an easy-to-use, but > powerful, graphical version of the GNU "find" utility. > > It is not just a front-end which forks and execs "find", nor is it a > utility that reinvents the wheel by rewriting the "find" utility > itself. Instead, the original source code to the GNU "find" utility > (findutils-4.1) was used, and a GUI component integrated into it. > > This release features "basic" searching and multiple search windows. > A much more complete list of items to be completed can be found in the > TODO file, included in the source distribution. > > You can download this release at: > > http://download.sourceforge.net/gnome-find/gnome-find-0.1.tar.gz > > gnome-find's homepage can be found at: > > http://gnome-find.sourceforge.net > > If you would like to help with development, please take a look at the > aforementioned TODO file, and send me email if you are interested. > --andy > > _______________________________________________ > gnome-announce-list mailing list > gno...@gn... > http://mail.gnome.org/mailman/listinfo/gnome-announce-list ----- End forwarded message ----- |