comparison ChangeLog @ 387:2f5ce7fb5aad

2003-2-2 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c - updated the format of the config file write_functions so that the value isn't written to a file descriptor. Instead, it is written to a buffer. * src/text/gftp-text.c (gftp_text_log) - search for newlines in the string and split on those characters first * src/text/textui.c (gftpui_disconnect) - disconnect from the host * src/uicommon/gftpui.c - removed calls to printf() functions. Instead print the values out using the logging function * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are connected to a local site, lookup the options local_sortasds and local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. * autogen.sh - disable maintainer mode * TODO - updated
author masneyb
date Tue, 03 Feb 2004 02:27:57 +0000
parents 55bf1644ac99
children 371695551cfa
comparison
equal deleted inserted replaced
386:16497a84c34b 387:2f5ce7fb5aad
1 2003-2-2 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c
3 src/gtk/gftp-gtk.c - updated the format of the config file
4 write_functions so that the value isn't written to a file descriptor.
5 Instead, it is written to a buffer.
6
7 * src/text/gftp-text.c (gftp_text_log) - search for newlines in the
8 string and split on those characters first
9
10 * src/text/textui.c (gftpui_disconnect) - disconnect from the host
11
12 * src/uicommon/gftpui.c - removed calls to printf() functions. Instead
13 print the values out using the logging function
14
15 * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are
16 connected to a local site, lookup the options local_sortasds and
17 local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol.
18
19 * autogen.sh - disable maintainer mode
20
21 * TODO - updated
22
1 2004-02-01 Alastair McKinstry <mckinstry@computer.org> 23 2004-02-01 Alastair McKinstry <mckinstry@computer.org>
2 24
3 * configure.in: Add Irish ("ga") to ALL_LINGUAS 25 * configure.in: Add Irish ("ga") to ALL_LINGUAS
4 26
5 2003-2-1 Brian Masney <masneyb@gftp.org> 27 2003-2-1 Brian Masney <masneyb@gftp.org>
2122 2144
2123 * configure.in - link in gthread 2145 * configure.in - link in gthread
2124 2146
2125 * cvsclean - added this script 2147 * cvsclean - added this script
2126 2148
2127 * *.[ch] - added $Id: ChangeLog,v 1.213 2004/02/02 09:04:01 alastairmck Exp $ tags 2149 * *.[ch] - added $Id: ChangeLog,v 1.214 2004/02/03 02:27:55 masneyb Exp $ tags
2128 2150
2129 * debian/* - updated files from Debian maintainer 2151 * debian/* - updated files from Debian maintainer
2130 2152
2131 2002-10-03 Brian Masney <masneyb@gftp.org> 2153 2002-10-03 Brian Masney <masneyb@gftp.org>
2132 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2154 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)