comparison ChangeLog @ 129:fe0b21c006f6

2003-4-13 Brian Masney <masneyb@gftp.org> * lib/config_file.c - implemented gftp_set_global_option() * lib/gftp.h lib/misc.c - added gftp_tdata_new() * src/text/gftp-text.c src/gtk/transfer.c - use gftp_tdata_new() * src/gtk/bookmarks.c - In run_bookmark(), use gftp_parse_bookmark() function. Renamed all instances of gftp_bookmarks to gftp_bookmarks_var * src/gtk/gftp-gtk.[ch] - added global variables viewedit_processes and viewedit_processes_done. These used to be declared in lib/options.h * src/gtk/gftp-gtk.h (struct gftp_window_data) - removed sortcol and sortasds variables. Added prefix_col_str variable. This will either be local or remote * src/gtk/misc-gtk.c - removed r_gethostbyname() and r_getservbyname() * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(), get_status() and parse_attribs(). These are in the lib/ directory now. Also, use g_static_mutex_*() functions from glib instead of pthread_mutex_*() * src/gtk/bookmark.c src/gtk/dnd.c src/gtk/menu-items.c src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() * src/gtk/options_dialog.c - commented out large parts of this file. This file is busted at the moment * src/gtk/*.[ch] - Use new configuration interface in all source files. Updated copyright dates on all source files
author masneyb
date Sun, 13 Apr 2003 15:21:13 +0000
parents 1e65871fdfa1
children c77f85763e28
comparison
equal deleted inserted replaced
128:7616ab674d4e 129:fe0b21c006f6
1 2003-4-13 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c - implemented gftp_set_global_option()
3
4 * lib/gftp.h lib/misc.c - added gftp_tdata_new()
5
6 * src/text/gftp-text.c src/gtk/transfer.c - use gftp_tdata_new()
7
8 * src/gtk/bookmarks.c - In run_bookmark(), use gftp_parse_bookmark()
9 function. Renamed all instances of gftp_bookmarks to
10 gftp_bookmarks_var
11
12 * src/gtk/gftp-gtk.[ch] - added global variables viewedit_processes
13 and viewedit_processes_done. These used to be declared in
14 lib/options.h
15
16 * src/gtk/gftp-gtk.h (struct gftp_window_data) - removed sortcol and
17 sortasds variables. Added prefix_col_str variable. This will either be
18 local or remote
19
20 * src/gtk/misc-gtk.c - removed r_gethostbyname() and r_getservbyname()
21
22 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(), get_status() and
23 parse_attribs(). These are in the lib/ directory now. Also, use
24 g_static_mutex_*() functions from glib instead of pthread_mutex_*()
25
26 * src/gtk/bookmark.c src/gtk/dnd.c src/gtk/menu-items.c
27 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy()
28
29 * src/gtk/options_dialog.c - commented out large parts of this file.
30 This file is busted at the moment
31
32 * src/gtk/*.[ch] - Use new configuration interface in all source
33 files. Updated copyright dates on all source files
34
1 2003-4-9 Brian Masney <masneyb@gftp.org> 35 2003-4-9 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/config_file.c - reordered config option types. Added 36 * lib/gftp.h lib/config_file.c - reordered config option types. Added
3 gftp_option_type_textcomboedt type 37 gftp_option_type_textcomboedt type
4 38
5 * lib/options.h lib/rfc959.c - moved gftp_proxy_type to rfc959.c 39 * lib/options.h lib/rfc959.c - moved gftp_proxy_type to rfc959.c
648 682
649 * configure.in - link in gthread 683 * configure.in - link in gthread
650 684
651 * cvsclean - added this script 685 * cvsclean - added this script
652 686
653 * *.[ch] - added $Id: ChangeLog,v 1.68 2003/04/10 02:29:42 masneyb Exp $ tags 687 * *.[ch] - added $Id: ChangeLog,v 1.69 2003/04/13 15:21:10 masneyb Exp $ tags
654 688
655 * debian/* - updated files from Debian maintainer 689 * debian/* - updated files from Debian maintainer
656 690
657 2002-10-03 Brian Masney <masneyb@gftp.org> 691 2002-10-03 Brian Masney <masneyb@gftp.org>
658 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 692 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)