comparison ChangeLog @ 326:cdabbe5c9a95

2003-12-4 Brian Masney <masneyb@gftp.org> * src/gftp.in - check for the bin_dir for the binary location * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - when calling gftp_lookup_global_option() or gftp_lookup_request_option(), if the value is an integer, declare the variable type to be intptr_t. This fixes a bug on 64bit platforms (from Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>) * lib/config_file.c (gftp_config_file_read_float) - 64bit fixup * configure.in - increment version to 2.0.17pre0. Undefine _GNU_SOURCE. Check for stdint.h. * lib/gftp.h - include stdint.h if it is found on the system. * src/gtk/gftp-gtk.c (CreateToolbar) - on startup, have the host edit box grab the keyboard focus
author masneyb
date Fri, 05 Dec 2003 00:21:15 +0000
parents 0fcc6468a0af
children 51bb530a100c
comparison
equal deleted inserted replaced
325:0fcc6468a0af 326:cdabbe5c9a95
1 2003-12-4 Brian Masney <masneyb@gftp.org> 1 2003-12-4 Brian Masney <masneyb@gftp.org>
2 * src/gftp.in - check for the bin_dir for the binary location
3
2 * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c 4 * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c
3 lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c 5 lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c
4 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c 6 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c
5 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - 7 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
6 when calling gftp_lookup_global_option() or 8 when calling gftp_lookup_global_option() or
1797 1799
1798 * configure.in - link in gthread 1800 * configure.in - link in gthread
1799 1801
1800 * cvsclean - added this script 1802 * cvsclean - added this script
1801 1803
1802 * *.[ch] - added $Id: ChangeLog,v 1.177 2003/12/05 00:19:47 masneyb Exp $ tags 1804 * *.[ch] - added $Id: ChangeLog,v 1.178 2003/12/05 00:21:14 masneyb Exp $ tags
1803 1805
1804 * debian/* - updated files from Debian maintainer 1806 * debian/* - updated files from Debian maintainer
1805 1807
1806 2002-10-03 Brian Masney <masneyb@gftp.org> 1808 2002-10-03 Brian Masney <masneyb@gftp.org>
1807 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1809 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)