diff ChangeLog @ 49:0fec02fb9e54

2002-11-5 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port
author masneyb
date Wed, 06 Nov 2002 02:46:12 +0000
parents eec25f215772
children d433c1417d7d
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 06 02:20:25 2002 +0000
+++ b/ChangeLog	Wed Nov 06 02:46:12 2002 +0000
@@ -1,3 +1,20 @@
+2002-11-5 Brian Masney <masneyb@gftp.org>
+	* src/gtk/transfer.c - use stock icons in GTK+ 2.0 port
+
+2002-11-5 Brian Masney <masneyb@gftp.org>
+	* lib/*.c src/gtk/*.c - removed function declarations for the static 
+	functions from the top of the file. I had to rearrange the order of a 
+	bunch of functions to avoid compiler warnings
+
+	* lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't
+	defined, give a compiler warning and define our own
+
+	* lib/local.c (local_get_next_file) - if this file is a device, store
+	the major/minor number in the file size
+
+	* src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, 
+	use the major() and minor() macros to display the major and minor number
+
 2002-11-5 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c lib/gftp.h - added second argument ignore_directory to
 	gftp_delete_cache_entry
@@ -137,7 +154,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.26 2002/11/05 20:36:10 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.27 2002/11/06 02:46:11 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer