comparison ChangeLog @ 355:60d3da6ab336

2003-1-5 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.h src/gtk/gtkui.c - when spawning a thread, make sure that the GUI will be updated properly as soon as the thread is finished. * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.h - added gftpui_common_run_ls() * src/uicommon/gftpui.c (gftpui_common_cmd_ls) src/gtk/transfer.c (ftp_list_files) - converted these functions over to use gftpui_common_run_ls()
author masneyb
date Tue, 06 Jan 2004 01:44:09 +0000
parents 2ea37b3c0158
children 7cb3327f96f7
comparison
equal deleted inserted replaced
354:2ea37b3c0158 355:60d3da6ab336
1 2003-1-5 Brian Masney <masneyb@gftp.org> 1 2003-1-5 Brian Masney <masneyb@gftp.org>
2 * src/gtk/gftp-gtk.h src/gtk/gtkui.c - when spawning a thread,
3 make sure that the GUI will be updated properly as soon as the thread
4 is finished.
5
6 * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.h - added
7 gftpui_common_run_ls()
8
9 * src/uicommon/gftpui.c (gftpui_common_cmd_ls)
10 src/gtk/transfer.c (ftp_list_files) - converted these functions
11 over to use gftpui_common_run_ls()
12
2 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - added logging 13 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - added logging
3 level type gftp_logging_misc_nolog. If a message is logged with this 14 level type gftp_logging_misc_nolog. If a message is logged with this
4 level, it will be displayed to the screen but, it will not be logged 15 level, it will be displayed to the screen but, it will not be logged
5 to disk. 16 to disk.
6 17
1924 1935
1925 * configure.in - link in gthread 1936 * configure.in - link in gthread
1926 1937
1927 * cvsclean - added this script 1938 * cvsclean - added this script
1928 1939
1929 * *.[ch] - added $Id: ChangeLog,v 1.195 2004/01/05 23:38:19 masneyb Exp $ tags 1940 * *.[ch] - added $Id: ChangeLog,v 1.196 2004/01/06 01:44:07 masneyb Exp $ tags
1930 1941
1931 * debian/* - updated files from Debian maintainer 1942 * debian/* - updated files from Debian maintainer
1932 1943
1933 2002-10-03 Brian Masney <masneyb@gftp.org> 1944 2002-10-03 Brian Masney <masneyb@gftp.org>
1934 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1945 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)