diff ChangeLog @ 290:6e255984c0b0

2003-10-18 Brian Masney <masneyb@gftp.org> * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added gftp_locale_init(). * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of LOCALE_DIR * lib/Makefile.am - added declaration of LOCALE_DIR
author masneyb
date Sat, 18 Oct 2003 15:21:39 +0000
parents 5f66f09e5194
children 265244924868
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 18 14:54:53 2003 +0000
+++ b/ChangeLog	Sat Oct 18 15:21:39 2003 +0000
@@ -1,9 +1,18 @@
-2003-10-17 Brian Masney <masneyb@gftp.org>
+2003-10-18 Brian Masney <masneyb@gftp.org>
+	* lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added
+	gftp_locale_init().
+
+	* src/gtk/Makefile.am src/text/Makefile.am - removed declaration of
+	LOCALE_DIR
+
+	* lib/Makefile.am - added declaration of LOCALE_DIR
+
 	* lib/misc.c (insert_commas) - if _GNU_SOURCE is defined, instead of
 	using my builtin function for formatting numbers, use glibc's %'ld
 	(or %'lld) format to print the numbers out. This is more portable for
 	other locales.
 
+2003-10-17 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c (rfc959_ipv[46]_data_connection_new) - when there is an
 	error establishing a connection to the remote server, make sure that
 	GFTP_ERETRYABLE is returned.
@@ -1568,7 +1577,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.151 2003/10/18 14:54:52 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.152 2003/10/18 15:21:37 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer