annotate cvsclean @ 278:3bc63e3dbe12

2003-10-2 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - fixed rename bug (from Aurelien Jarno <aurel32@debian.org>) * src/gtk/gftp-gtk.c - make the help menu left aligned so that it is more consistent with other GNOME apps (from Miguel Ibarra <mibarra@ximian.com>) * src/gtk/transfer.c - right after the pointer to the next transfer is moved, set the current transfer size back to 0. The user could briefly (< 1 sec) see the old size transfered on the next file.
author masneyb
date Thu, 02 Oct 2003 09:50:20 +0000
parents dbf13a10be13
children 1c7cde8a3a53
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 #!/bin/sh
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 make distclean
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 find . -name Makefile.in -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 find . -name Makefile -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 find . -name "*~" -exec rm -f {} \;
87
6df043359b41 2003-1-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
7 find . -name ".#*" -exec rm -f {} \;
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 rm -rf intl
87
6df043359b41 2003-1-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
9 rm -rf autom4te.cache
261
dbf13a10be13 2003-8-20 Brian Masney <masneyb@gftp.org>
masneyb
parents: 87
diff changeset
10 rm -f po/Makefile.in.in po/*.gmo po/Makevars.template po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin config.log config.cache config.status config.h gftp.spec stamp-h stamp-h.in ABOUT-NLS INSTALL config.guess config.rpath config.status config.sub configure install-sh missing mkinstalldirs build-stamp
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11