comparison ChangeLog @ 609:d97e985f5dbe

2004-11-3 Brian Masney <masneyb@gftp.org> * lib/config_file.c (gftp_bookmarks_destroy) src/gtk/bookmarks.c (bm_apply_changes) - cleaned up the tree parsing code * lib/gftp.h lib/misc.c lib/config_file.c src/gtk/bookmarks.c - added free_node argument to gftp_free_bookmark() * lib/gftp.h src/gtk/bookmarks.c - added oldpath variable to the gftp_bookmarks structure.
author masneyb
date Wed, 03 Nov 2004 10:51:32 +0000
parents f946521bb2f2
children ddce8b4016f8
comparison
equal deleted inserted replaced
608:7e575601841a 609:d97e985f5dbe
1 2004-11-3 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c (gftp_bookmarks_destroy)
3 src/gtk/bookmarks.c (bm_apply_changes) - cleaned up the tree parsing
4 code
5
6 * lib/gftp.h lib/misc.c lib/config_file.c src/gtk/bookmarks.c - added
7 free_node argument to gftp_free_bookmark()
8
9 * lib/gftp.h src/gtk/bookmarks.c - added oldpath variable to the
10 gftp_bookmarks structure.
11
1 2004-11-1 Brian Masney <masneyb@gftp.org> 12 2004-11-1 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c (gftp_write_bookmarks_file) - if a folder has no 13 * lib/config_file.c (gftp_write_bookmarks_file) - if a folder has no
3 children, make sure the entry has a / appended to the end of the 14 children, make sure the entry has a / appended to the end of the
4 description. Don't write out any of the other unneeded fields 15 description. Don't write out any of the other unneeded fields
5 16
3004 3015
3005 * configure.in - link in gthread 3016 * configure.in - link in gthread
3006 3017
3007 * cvsclean - added this script 3018 * cvsclean - added this script
3008 3019
3009 * *.[ch] - added $Id: ChangeLog,v 1.357 2004/11/02 02:15:14 masneyb Exp $ tags 3020 * *.[ch] - added $Id: ChangeLog,v 1.358 2004/11/03 10:51:31 masneyb Exp $ tags
3010 3021
3011 * debian/* - updated files from Debian maintainer 3022 * debian/* - updated files from Debian maintainer
3012 3023
3013 2002-10-03 Brian Masney <masneyb@gftp.org> 3024 2002-10-03 Brian Masney <masneyb@gftp.org>
3014 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3025 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)