comparison ChangeLog @ 341:eedc2c5727fa

2003-12-28 Brian Masney <masneyb@gftp.org> **** NOTE: this commit breaks a lot of functionality in gftp. I **** **** still have more work to do on this. Please don't email me **** **** saying that the CVS code is broken. **** * lib/bookmark.c lib/gftp.h lib/local.c lib/options.h lib/rfc2068.c lib/rfc959.c lib/sshv2.c - moved the use_threads option from the request structure over to the protocol declaration in options.h. * lib/options.h src/gtk/gftp-gtk.c - added cmd_in_gui option. When this option is enabled, a new toolbar will be shown in the GTK+ port that will allow you to control the GUI by entering manual commands. * src/Makefile.am - added uicommon directory * src/gtk/Makefile.am src/text/Makefile.am - link in the uicommon library. * src/uicommon/* src/text/gftp-text.c - moved most of the functionality of the text port over to the uicommon directory. Made this code a little more generic so that the GTK+ port can have a text interface associated with it. * src/gtk/gtkui.c src/gtk/gftp-gtk.c src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/menu-items.c src/gtk/misc-gtk.c - started to clean up the callback functions and make them more tightly integrated with the uicommon code. * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/transfer.c - s/refresh/gftpui_refresh/g s/jmp_environment/gftpui_common_jmp_environment/g s/request->use_threads/gftpui_common_use_threads (request)/g * src/gtk/options_dialog.c (apply_changes) - whenever the options are saved, check to see if the command entry needs to be shown or hidden.
author masneyb
date Sun, 28 Dec 2003 16:02:07 +0000
parents 542a3e8708f9
children 07d635081926
comparison
equal deleted inserted replaced
340:c45fdcb87667 341:eedc2c5727fa
1 2003-12-28 Brian Masney <masneyb@gftp.org>
2
3 **** NOTE: this commit breaks a lot of functionality in gftp. I ****
4 **** still have more work to do on this. Please don't email me ****
5 **** saying that the CVS code is broken. ****
6
7 * lib/bookmark.c lib/gftp.h lib/local.c lib/options.h lib/rfc2068.c
8 lib/rfc959.c lib/sshv2.c - moved the use_threads option from the
9 request structure over to the protocol declaration in options.h.
10
11 * lib/options.h src/gtk/gftp-gtk.c - added cmd_in_gui option. When this
12 option is enabled, a new toolbar will be shown in the GTK+ port that
13 will allow you to control the GUI by entering manual commands.
14
15 * src/Makefile.am - added uicommon directory
16
17 * src/gtk/Makefile.am src/text/Makefile.am - link in the uicommon
18 library.
19
20 * src/uicommon/* src/text/gftp-text.c - moved most of the functionality
21 of the text port over to the uicommon directory. Made this code a little
22 more generic so that the GTK+ port can have a text interface
23 associated with it.
24
25 * src/gtk/gtkui.c src/gtk/gftp-gtk.c src/gtk/mkdir_dialog.c
26 src/gtk/rename_dialog.c src/gtk/menu-items.c src/gtk/misc-gtk.c -
27 started to clean up the callback functions and make them more tightly
28 integrated with the uicommon code.
29
30 * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c
31 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c
32 src/gtk/transfer.c -
33 s/refresh/gftpui_refresh/g
34 s/jmp_environment/gftpui_common_jmp_environment/g
35 s/request->use_threads/gftpui_common_use_threads (request)/g
36
37 * src/gtk/options_dialog.c (apply_changes) - whenever the options are
38 saved, check to see if the command entry needs to be shown or hidden.
39
1 2003-12-10 Brian Masney <masneyb@gftp.org> 40 2003-12-10 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - fix IPv6 compile problem when IPv6 support is not 41 * lib/rfc959.c - fix IPv6 compile problem when IPv6 support is not
3 available on the system. 42 available on the system.
4 43
5 * lib/gftp.h src/text/gftp-text.h src/gtk/gftp-gtk.h - added 44 * lib/gftp.h src/text/gftp-text.h src/gtk/gftp-gtk.h - added
1841 1880
1842 * configure.in - link in gthread 1881 * configure.in - link in gthread
1843 1882
1844 * cvsclean - added this script 1883 * cvsclean - added this script
1845 1884
1846 * *.[ch] - added $Id: ChangeLog,v 1.186 2003/12/13 21:01:49 masneyb Exp $ tags 1885 * *.[ch] - added $Id: ChangeLog,v 1.187 2003/12/28 16:01:57 masneyb Exp $ tags
1847 1886
1848 * debian/* - updated files from Debian maintainer 1887 * debian/* - updated files from Debian maintainer
1849 1888
1850 2002-10-03 Brian Masney <masneyb@gftp.org> 1889 2002-10-03 Brian Masney <masneyb@gftp.org>
1851 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1890 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)