Mercurial > gftp.yaz
comparison ChangeLog @ 783:6f766002bff2
2006-7-21 Brian Masney <masneyb@gftp.org>
* src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol
dropdown when some protocols are disabled (from
Aurelien Jarno <aurelien@aurel32.net>) (closes #348177)
* src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use
pause(). This causes a problem on systems that use NPTL. Use nanosleep()
instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883)
author | masneyb |
---|---|
date | Fri, 21 Jul 2006 13:17:33 +0000 |
parents | 1f822f137e19 |
children | 6cfc7104e23b |
comparison
equal
deleted
inserted
replaced
782:deb8a8b07797 | 783:6f766002bff2 |
---|---|
1 2006-7-21 Brian Masney <masneyb@gftp.org> | |
2 * src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol | |
3 dropdown when some protocols are disabled (from | |
4 Aurelien Jarno <aurelien@aurel32.net>) (closes #348177) | |
5 | |
6 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use | |
7 pause(). This causes a problem on systems that use NPTL. Use nanosleep() | |
8 instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883) | |
9 | |
1 2006-7-20 Brian Masney <masneyb@gftp.org> | 10 2006-7-20 Brian Masney <masneyb@gftp.org> |
2 * configure.in - added configure check for fsplib. Also, removed | 11 * configure.in - added configure check for fsplib. Also, removed |
3 intl/Makefile and po/Makefile.in from AC_OUTPUT() | 12 intl/Makefile and po/Makefile.in from AC_OUTPUT() |
4 | 13 |
5 2006-7-19 Brian Masney <masneyb@gftp.org> | 14 2006-7-19 Brian Masney <masneyb@gftp.org> |
9 | 18 |
10 * docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png - | 19 * docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png - |
11 added more pixmaps to CVS | 20 added more pixmaps to CVS |
12 | 21 |
13 * lib/misc.c (gftp_copy_request) - updated patch that makes sure the | 22 * lib/misc.c (gftp_copy_request) - updated patch that makes sure the |
14 request->hostp structure is copied properly (from (from Aurelien Jarno | 23 request->hostp structure is copied properly (from Aurelien Jarno |
15 <aurelien@aurel32.net>) (closes #314626) | 24 <aurelien@aurel32.net>) (closes #314626) |
16 | 25 |
17 * src/gtk/transfer.c (check_done_process) - make sure the temporary | 26 * src/gtk/transfer.c (check_done_process) - make sure the temporary |
18 files are removed in all cases (from Madhan Raj | 27 files are removed in all cases (from Madhan Raj |
19 <raj_madan@rediffmail.com>) (closes #171459) | 28 <raj_madan@rediffmail.com>) (closes #171459) |
3467 | 3476 |
3468 * configure.in - link in gthread | 3477 * configure.in - link in gthread |
3469 | 3478 |
3470 * cvsclean - added this script | 3479 * cvsclean - added this script |
3471 | 3480 |
3472 * *.[ch] - added $Id: ChangeLog,v 1.453 2006/07/20 10:22:16 masneyb Exp $ tags | 3481 * *.[ch] - added $Id: ChangeLog,v 1.454 2006/07/21 13:17:32 masneyb Exp $ tags |
3473 | 3482 |
3474 * debian/* - updated files from Debian maintainer | 3483 * debian/* - updated files from Debian maintainer |
3475 | 3484 |
3476 2002-10-03 Brian Masney <masneyb@gftp.org> | 3485 2002-10-03 Brian Masney <masneyb@gftp.org> |
3477 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 3486 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |