Mercurial > gftp.yaz
comparison ChangeLog @ 422:38bfc112ab46
2004-3-14 Brian Masney <masneyb@gftp.org>
* lib/misc.c (expand_path) - skip over paths that are empty
* lib/misc.c (gftp_sort_filelist) - fixed NULL pointer dereference
that would occur when attempting to sort an empty filelist
(from Hans-J?rgen Sch?ler <hjschaeler@t-online.de>)
* src/uicommon/gftpui.c (_gftpui_common_thread_callback) - fix so that
retries would occur properly after a timeout
(from Nam SungHyun <namsh@kldp.org>)
* src/gtk/Makefile.am - removed unneeded localedir defination
(from Nam SungHyun <namsh@kldp.org>)
* lib/gftp.h lib/protocols.c src/gtk/gftp-gtk.c src/text/gftp-text.c -
added gftp_setup_startup_directory(). This function will expand the
startup directory so that ~ directories will work properly
* lib/rfc959.c - removed invalid response error message if the user
enters an invalid password
* src/gtk/bookmarks.c - only allow one bookmark entry to be edited at a
time. This is a design flaw in my code and I'll remove this restriction
until I have time to recode this. Also, fixed segfault that would occur
when renaming a bookmark
* src/gtk/view_dialog.c - when editing a file, make sure the file has
the right suffix so that syntax highlighting works
author | masneyb |
---|---|
date | Mon, 15 Mar 2004 18:07:15 +0000 |
parents | d66801310c09 |
children | 4cee2498761d |
comparison
equal
deleted
inserted
replaced
421:cf22a94fb55a | 422:38bfc112ab46 |
---|---|
1 2004-3-14 Brian Masney <masneyb@gftp.org> | |
2 * lib/misc.c (expand_path) - skip over paths that are empty | |
3 | |
4 * lib/misc.c (gftp_sort_filelist) - fixed NULL pointer dereference | |
5 that would occur when attempting to sort an empty filelist | |
6 (from Hans-J?rgen Sch?ler <hjschaeler@t-online.de>) | |
7 | |
8 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - fix so that | |
9 retries would occur properly after a timeout | |
10 (from Nam SungHyun <namsh@kldp.org>) | |
11 | |
12 * src/gtk/Makefile.am - removed unneeded localedir defination | |
13 (from Nam SungHyun <namsh@kldp.org>) | |
14 | |
15 * lib/gftp.h lib/protocols.c src/gtk/gftp-gtk.c src/text/gftp-text.c - | |
16 added gftp_setup_startup_directory(). This function will expand the | |
17 startup directory so that ~ directories will work properly | |
18 | |
19 * lib/rfc959.c - removed invalid response error message if the user | |
20 enters an invalid password | |
21 | |
22 * src/gtk/bookmarks.c - only allow one bookmark entry to be edited at a | |
23 time. This is a design flaw in my code and I'll remove this restriction | |
24 until I have time to recode this. Also, fixed segfault that would occur | |
25 when renaming a bookmark | |
26 | |
27 * src/gtk/view_dialog.c - when editing a file, make sure the file has | |
28 the right suffix so that syntax highlighting works | |
29 | |
1 2004-3-1 Brian Masney <masneyb@gftp.org> | 30 2004-3-1 Brian Masney <masneyb@gftp.org> |
2 * lib/sslcommon.c - added verify_ssl_peer option | 31 * lib/sslcommon.c - added verify_ssl_peer option |
3 | 32 |
4 * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM | 33 * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM |
5 | 34 |
2234 | 2263 |
2235 * configure.in - link in gthread | 2264 * configure.in - link in gthread |
2236 | 2265 |
2237 * cvsclean - added this script | 2266 * cvsclean - added this script |
2238 | 2267 |
2239 * *.[ch] - added $Id: ChangeLog,v 1.229 2004/03/02 02:37:16 masneyb Exp $ tags | 2268 * *.[ch] - added $Id: ChangeLog,v 1.230 2004/03/15 18:06:51 masneyb Exp $ tags |
2240 | 2269 |
2241 * debian/* - updated files from Debian maintainer | 2270 * debian/* - updated files from Debian maintainer |
2242 | 2271 |
2243 2002-10-03 Brian Masney <masneyb@gftp.org> | 2272 2002-10-03 Brian Masney <masneyb@gftp.org> |
2244 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2273 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |