comparison ChangeLog @ 441:f8a0c22af707

2004-3-20 Brian Masney <masneyb@gftp.org> * src/gtk/chmod_dialog.c - use gftpui_common_run_callback_function() to do the chmod operation. This will spawn a thread if necessary
author masneyb
date Sat, 20 Mar 2004 19:17:48 +0000
parents 44a018ea578c
children 9d03253b00d0
comparison
equal deleted inserted replaced
440:44a018ea578c 441:f8a0c22af707
1 2004-3-19 Brian Masney <masneyb@gftp.org> 1 2004-3-20 Brian Masney <masneyb@gftp.org>
2 * src/gtk/chmod_dialog.c - use gftpui_common_run_callback_function()
3 to do the chmod operation. This will spawn a thread if necessary
4
2 * debian/gftp-text.prerm - missing debian package file 5 * debian/gftp-text.prerm - missing debian package file
3 6
4 * Makefile.am - updated with EXTRA_DIST variable with the list of the 7 * Makefile.am - updated with EXTRA_DIST variable with the list of the
5 Debian package files 8 Debian package files
6 9
7 * debian/* - updated Debian package files from 10 * debian/* - updated Debian package files from
8 Aurelien Jarno <aurelien@aurel32.net> 11 Aurelien Jarno <aurelien@aurel32.net>
9 12
13 2004-3-19 Brian Masney <masneyb@gftp.org>
10 * lib/gftp.h - if _LARGEFILE_SOURCE is defined, but _LARGEFILE64_SOURCE 14 * lib/gftp.h - if _LARGEFILE_SOURCE is defined, but _LARGEFILE64_SOURCE
11 is not defined, define it 15 is not defined, define it
12 16
13 2004-3-18 Brian Masney <masneyb@gftp.org> 17 2004-3-18 Brian Masney <masneyb@gftp.org>
14 * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t) 18 * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t)
2336 2340
2337 * configure.in - link in gthread 2341 * configure.in - link in gthread
2338 2342
2339 * cvsclean - added this script 2343 * cvsclean - added this script
2340 2344
2341 * *.[ch] - added $Id: ChangeLog,v 1.245 2004/03/20 18:48:40 masneyb Exp $ tags 2345 * *.[ch] - added $Id: ChangeLog,v 1.246 2004/03/20 19:17:47 masneyb Exp $ tags
2342 2346
2343 * debian/* - updated files from Debian maintainer 2347 * debian/* - updated files from Debian maintainer
2344 2348
2345 2002-10-03 Brian Masney <masneyb@gftp.org> 2349 2002-10-03 Brian Masney <masneyb@gftp.org>
2346 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2350 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)