ChangeLog
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:21k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. 2002-12-4 Brian Masney <masneyb@gftp.org>
  2. * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears
  3. in the banner, don't log into the server
  4. * docs/sample.gftp/gftprc - removed use_default_dl_types line
  5. 2002-12-4 Brian Masney <masneyb@gftp.org>
  6. * lib/protocols.c (gftp_set_data_type) - return 0 if there is no
  7. protocol specific set_data_type function
  8. * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic
  9. switching fixes
  10. 2002-12-3 Brian Masney <masneyb@gftp.org>
  11. * lib/config_file.c lib/gftp.h lib/protocols.c - removed 
  12. use_default_dl_types option. This is always enabled by default now.
  13. * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be 
  14. transferred as ascii
  15. 2002-12-2 Brian Masney <masneyb@gftp.org>
  16. * src/gtk/bookmarks.c (run_bookmark) - don't override the value of
  17. need_userpass for SSH transfers
  18. * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1
  19. * README - minor fixes
  20. * configure.in - increment version to 2.0.14
  21. * debian/copyright - change my email address and webpage 
  22. * debian/rules - 2 small changes
  23. * TODO - added 1 item
  24. 2002-12-2 Brian Masney <masneyb@gftp.org>
  25. * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys
  26. 2002-11-27 Brian Masney <masneyb@gftp.org>
  27. * Officially release 2.0.14rc1
  28. * lib/cache.c - take out a warning message
  29. * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c -
  30. add second argument (free_request) to gftp_request_destroy
  31. * lib/protocols.c (gftp_parse_url) - make sure the request structure
  32. is cleared before we start to modify it
  33. * src/gtk/gftp-text.c - fixed crash if you didn't enter a username
  34. 2002-11-26 Brian Masney <masneyb@gftp.org>
  35. * configure.in - change version to 2.0.14rc1
  36. * lib/local.c - fix for uploading files. Move setting of hostname
  37. from local_connect() to local_init()
  38. * lib/misc.c (gftp_request) - copy only select fields over instead of
  39. whole structure
  40. * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1
  41. * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config
  42. to be passed
  43. * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we
  44. are connected via the local protocol
  45. * src/gtk/transfer.c (create_transfer) - check to see if this protocol
  46. is always connected
  47. 2002-11-25 Brian Masney <masneyb@gftp.org>
  48. * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial
  49. SSH banner is bigger than 200 characters
  50. * lib/local.c (local_connect) - set request->hostname to local
  51. filesystem
  52. * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for 
  53. the directory when parsing a local URL
  54. * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be
  55. selected
  56. * src/gtk/dnd.c - small fixes
  57. 2002-11-23 Brian Masney <masneyb@gftp.org>
  58. * lib/sshv2.c - added more error checking so that the user won't get
  59. disconnected if they enter files or directories that don't exist
  60. 2002-11-23 Brian Masney <masneyb@gftp.org>
  61. * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c
  62. lib/gftp.h - added swap_socks function to gftp_request structure
  63. * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to 
  64. protocols.c (renamed to gftp_swap_socks)
  65. * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() 
  66. * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of
  67. swap_socks() to gftp_swap_socks()
  68. * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started 
  69. variable
  70. 2002-11-21 Brian Masney <masneyb@gftp.org>
  71. * lib/local.c (local_put_file) - small fix
  72. 2002-11-21 Brian Masney <masneyb@gftp.org>
  73. * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login
  74. sequence for SSH connections
  75. lib/sshv2.c - SSH transfers now works again
  76. 2002-11-21 Brian Masney <masneyb@gftp.org>
  77. * lib/protocols.c (gftp_get_next_line) - fixed several bugs 
  78. * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In 
  79. gftp_find_cache_entry(), don't log an error to the user if we can't
  80. open up the cache file
  81. * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes
  82. * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size 
  83. instead of buffer size - 1 to gftp_get_line
  84. 2002-11-20 Brian Masney <masneyb@gftp.org>
  85. * lib/config_file.c - don't check buf[-1] for blank newlines in 
  86. gftp_read_config_file() and gftp_read_bookmarks_file() 
  87. * lib/misc.c (string_hash_function) - Fixes if the string was less 
  88. than 2 characters
  89. * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX
  90. compliance)
  91. All 3 of these fixes are from Peter Osterlund <petero2@telia.com>
  92. 2002-11-20 Brian Masney <masneyb@gftp.org>
  93. * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), 
  94. gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. 
  95. Added struct_gftp_getline_buffer for gftp_get_line function()
  96. * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c 
  97. lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns
  98. off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t 
  99. instead of size_t. Added *_set_config_options function to gftp_request
  100. structure and protocol files. Use the new network functions
  101. documented above. Convert usage of ANSI C IO (FILE *) to standard BSD 
  102. sockets so that I can use timeouts properly with select
  103. * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(),
  104. gftp_read() and gftp_write() functions
  105. * lib/protocols.c - move some protocol specific code to the protocol
  106. specific files
  107. * lib/local.c - log succesful messages to gftp_logging_misc instead
  108. of gftp_logging_error
  109. * lib/cache.c - log some more error conditions to the user
  110. * lib/rfc959.c - added rfc959_getcwd(). In, 
  111. rfc959_accept_active_connection(), set set socket to blocking mode
  112. before calling accept()
  113. * src/text/gftk-text.c - If we get no files in gftp_text_ls(),
  114. return instead of segfaulting
  115. * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45
  116. pixels wide
  117. * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c 
  118. src/gtk/view_dialog.c - changes for conversion of request->{sock,data} 
  119. from ANSI C IO (FILE *) to standard BSD sockets
  120. 2002-11-11 Brian Masney <masneyb@gftp.org>
  121. * configure.in - compile GTK+ 2.0 port by default
  122. 2002-11-11 Brian Masney <masneyb@gftp.org>
  123. * src/gtk/dnd.c - fixes to DnD code
  124. * src/gtk/gftp-gtk.[ch] - added main_thread_id variable
  125. * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if 
  126. we're in a child thread, instead compare the value of pthread_self()
  127. with main_thread_id
  128. * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c
  129. src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
  130. don't set user_data to 0x1 if we're in a child thread
  131. * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make 
  132. r_getservbyname() available even if HAVE_GERADDRINFO is defined
  133. * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default
  134. port for the ssh service
  135. * lib/protocols.c (gftp_connect_server) - if the port is zero, store
  136. the default port for that protocol there
  137. * src/gtk/transfer.c - added function update_window_transfer_bytes().
  138. Be able to update the directory download progress in window1 now
  139. * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c
  140. src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where
  141. needed
  142. 2002-11-11 Andras Timar <timar@gnome.hu>
  143. * configure.in: added 'hu' to ALL_LINGUAS
  144. 2002-11-6 Brian Masney <masneyb@gftp.org>
  145. * src/gtk/gftp-gtk.c - connect to the select_row signal in the file
  146. listbox to grab the double click event
  147. 2002-11-5 Brian Masney <masneyb@gftp.org>
  148. * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with
  149. the function add_file_transfer()
  150. * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display()
  151. * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double
  152. click stuff not working properly
  153. 2002-11-5 Brian Masney <masneyb@gftp.org>
  154. * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port
  155. 2002-11-5 Brian Masney <masneyb@gftp.org>
  156. * lib/*.c src/gtk/*.c - removed function declarations for the static 
  157. functions from the top of the file. I had to rearrange the order of a 
  158. bunch of functions to avoid compiler warnings
  159. * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't
  160. defined, give a compiler warning and define our own
  161. * lib/local.c (local_get_next_file) - if this file is a device, store
  162. the major/minor number in the file size
  163. * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, 
  164. use the major() and minor() macros to display the major and minor number
  165. 2002-11-5 Brian Masney <masneyb@gftp.org>
  166. * lib/cache.c lib/gftp.h - added second argument ignore_directory to
  167. gftp_delete_cache_entry
  168. * src/gtk/menu-items.c (disconnect) - when disconnecting from the 
  169. remote site, clear all cache entries for that site
  170. * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c -
  171. pass a 0 as second argument to gftp_delete_cache_entry
  172. 2002-10-31 Brian Masney <masneyb@gftp.org>
  173. * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8.
  174. If g_locale_to_utf8 fails, print out a warning to the user on the 
  175. console
  176. 2002-10-31 Brian Masney <masneyb@gftp.org>
  177. * src/gtk/*.[ch] - don't check for gtk+ version based on the minor 
  178. version. May cause problems later on.
  179. * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8
  180. functions for user data when using glib 2.0
  181. 2002-10-30 Brian Masney <masneyb@gftp.org>
  182. * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated
  183. _gtk_accel_group_attach in GTK+ 2.0 port. Instead use 
  184. gtk_window_add_accel_group for both GTK+ ports 
  185. (from Nam SungHyun <namsh@kldp.org>)
  186. 2002-10-30 Brian Masney <masneyb@gftp.org>
  187. * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1
  188. * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0,
  189. and SIGINT is received, terminate the program
  190. 2002-10-29 Brian Masney <masneyb@gftp.org>
  191. * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c 
  192. src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c 
  193. src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
  194. improved and simplified signal handling code
  195. 2002-10-29 Brian Masney <masneyb@gftp.org>
  196. * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c
  197. src/gtk/view_dialog.c - removed tmp_directory variable. Instead use 
  198. g_get_tmp_dir ()
  199. * lib/gftp.h (struct gftp_request) - added int cancel : 1 
  200. * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c
  201. lib/sshv2.c - check for interrupted signal calls
  202. * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions
  203. * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use 
  204. g_main_context_iteration in GTK+ 2.0 port
  205. * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref
  206. in GTK+ 2.0 port
  207. 2002-10-17 Brian Masney <masneyb@gftp.org>
  208. * lib/protocols.c - add gftp_abort_transfer function. Also, in 
  209. gftp_transfer_file, when we do a gftp_put_file, if that fails,
  210. try to abort the transfer.
  211. * lib/rfc959.c - add rfc959_abort_transfer function
  212. * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to 
  213. rfc2068_end_transfer and local_end_transfer respectively
  214. * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function
  215. * src/gtk/transfer.c - when we stop a transfer, try to abort it 
  216. first. If that fails, disconnect from the site completely
  217. 2002-10-15 Brian Masney <masneyb@gftp.org>
  218. * lib/config_file.c - enable combo in GTK port for Proxy server type
  219. * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first
  220. entry is NULL
  221. * lib/protocols.c (copy_token) - when setting the end position of 
  222. the token to , after we're done set it back to the origional position
  223. * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list)
  224. to just list
  225. 2002-10-13 Brian Masney <masneyb@gftp.org>
  226.         * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and
  227.         added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK,
  228.         and GFTP_PORTS_ALL flags
  229.         * lib/config_file.c - update to use new fields.
  230.         * lib/config_file.c, lib/options.h, lib/gftp.h - added new global
  231.         options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds
  232.         * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url
  233.         was given on the command line, don't connect to it until the local side
  234.         has been setup
  235.         * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK
  236.         set
  237.         * src/text/gftp-text.c - add help screen for set command. Added command
  238.         clear cache. Sort the filelist based on the configuration options.
  239.         * configure.in - update to version 2.0.14
  240.         * cvsclean - clean up the Makefile.am file better
  241. 2002-10-07 Brian Masney <masneyb@gftp.org>
  242. * lib/local.c - fixed file uploads
  243. * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that
  244. you didn't have permission to
  245. * src/gtk/transfer.c - display fixes for hostname
  246. * autogen.sh - pass -c to automake
  247. 2002-10-07 Brian Masney <masneyb@gftp.org>
  248.         * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file
  249.         from Debian. This can be used as a menu icon.
  250. 2002-10-06 Brian Masney <masneyb@gftp.org>
  251. * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, 
  252. src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE}
  253. * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS
  254. 2002-10-03 Brian Masney <masneyb@gftp.org>
  255. * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh
  256. will automagically add these for me.
  257. * autogen.sh - remove check for libtool
  258. * configure.in - link in gthread
  259. * cvsclean - added this script
  260. * *.[ch] - added $Id: ChangeLog,v 1.47 2002/12/06 02:28:18 masneyb Exp $ tags
  261. * debian/* - updated files from Debian maintainer
  262. 2002-10-03 Brian Masney <masneyb@gftp.org>
  263. * src/gtk/gftp-gtk.c - call g_thread_init (NULL)
  264. * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c -
  265. call gdk_threads_enter() and gdk_threads_leave()
  266. 2002-09-24 Brian Masney <masneyb@gftp.org>
  267. * configure.in - take [external] off of AM_GNU_GETTEXT
  268. 2002-09-24 Brian Masney <masneyb@gftp.org>
  269. * intl/ - remove this directory
  270. 2002-09-24  gettextize  <bug-gnu-gettext@gnu.org>
  271. * Makefile.am (SUBDIRS): Add intl,
  272. (ACLOCAL_AMFLAGS): New variable.
  273. (EXTRA_DIST): Add config.rpath mkinstalldirs.
  274. * configure.in (AC_OUTPUT): Add intl/Makefile,
  275. 2002-09-24 Brian Masney <masneyb@gftp.org>
  276. * lib/config_file.c - separated saving of bookmarks from 
  277. gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
  278. no longer be rewritten to disk every time gFTP exits
  279. * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
  280. gftp_write_config_file() when altering a bookmark
  281. * configure.in - Fixed problem with the text port being compiled 
  282. against glib 1.2 if we wanted it to be compiled against glib 2.0 
  283. instead
  284. * autogen.sh - add this build script
  285. 2002-09-24 Brian Masney <masneyb@gftp.org>
  286. * Remove intl/ directory from CVS
  287. 2002-09-18 Brian Masney <masneyb@gftp.org>
  288.         * Updated French translation (from Damien Mascr?
  289.         <damienmascre@free.fr>)
  290.         * Updated Japanese translation (from Ryoichi INAGAKI
  291.         <inagaki@ryo1.net>)
  292. 2002-09-17 Brian Masney <masneyb@gftp.org>
  293. * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the 
  294. changes two times in the bookmark editor. Also, fixed several memory 
  295. leaks
  296. 2002-09-16 Brian Masney <masneyb@gftp.org>
  297. * po/de.po - Updated German translation (from Matthias Haase
  298.         <matthias_haase@bennewitz.com>)
  299. * po/ru.po - Updated Russian translation (from Vitaly Lipatov 
  300. <LAV@VL3143.spb.edu>)
  301. 2002-09-16 Brian Masney <masneyb@gftp.org>
  302. * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - 
  303. Fixed compile errors when compiling against GTK+ 1.2
  304. * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work
  305. with GTK+ 1.2
  306. 2002-09-15 Brian Masney <masneyb@gftp.org>
  307. * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and
  308. numdirs from unsigned long to long. This must be a signed field. This 
  309. is a bug I introduced a few days ago.
  310. * lib/local.c (local_put_file) - remove the + off of the ab mode to
  311. fdopen. This is also a bug I introduced a few days ago.
  312. * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable
  313. difftime isn't a negative number when computing the KB/s
  314. * src/gtk/menu-items.c (save_directory_listing) - remove casts to
  315. GTK_OBJECT for the str variable
  316. * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm,
  317. right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port
  318. * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu
  319. * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c,
  320.         src/gtk/misc-gtk.c, src/gtk/options_dialog.c and 
  321. src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 
  322. port to create the dialog.  Also, associate gFTP icon with this dialog
  323. * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and
  324. MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the 
  325. dialog buttons.
  326. 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
  327. * configure.in: added 'ro' to ALL_LINGUAS
  328. 2002-09-08 Brian Masney <masneyb@gftp.org>
  329. * lib/misc.c - added gftp_sort_filelist function
  330. * src/gtk/gftp-gtk.c (sortrows) - call gftp_sort_filelist now
  331. to do the sorting
  332. * config.sub, install-sh, missing, mkinstalldirs - new versions from
  333. automake 1.4
  334. * src/text/gftp-text.c, lib/protocols.c - more large file support
  335. 2002-09-04 Brian Masney <masneyb@gftp.org>
  336. * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher 
  337. <tobias@portfolio16.de>)
  338. 2002-09-03 Brian Masney <masneyb@gftp.org>
  339. * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from 
  340. request->sockfd and write to request->sockfd_write (Solaris doesn't 
  341. like it when you read/write to the same FILE structure)
  342. * lib/local.c - encode major/minor numbers for a device in the file 
  343. size. This is probably still busted for other platforms
  344. * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity 
  345. checking on the fdopen() calls. Also make sure that all of them have a 
  346. + in their open mode. Doesn't affect UNIX, but it does affect Windows
  347. * src/gtk/menu-items.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c - added 
  348. function save_directory_listing. It's in the Local and Remote menus
  349. * src/gtk/view_dialog.c - changed log message slightly. The new string 
  350. should already be in the po files translated
  351. 2002-08-30 Brian Masney <masneyb@gftp.org>
  352. * lib/misc.c - don't allow passing a 0 to log10
  353. 2002-08-30 Brian Masney <masneyb@gftp.org>
  354. * src/gtk/gftp-gtk.c - Use stockitem for menu items in gtk+ 2.0.
  355. Use _gtk_accel_group_attach for gtk 2.0 (removes FIXME). Only call 
  356. bind_textdomain_codeset if we're in gtk 2.0 
  357. (all from Sung-Hyun Nam <namsh@kldp.org>)
  358. 2002-08-29 Sung-Hyun Nam <namsh@kldp.org>
  359. * po/ko.po - language team change
  360. 2002-08-29 Sung-Hyun Nam <namsh@kldp.org>
  361. * po/ko.po - Updated Korean translation
  362. 2002-08-29 Yanko Kaneti <yaneti@declera.com>
  363. * po/bg.po - Updated Bulgarian translation
  364. 2002-08-23 Brian Masney <masneyb@gftp.org>
  365. * configure.in - small build fixes
  366. 2002-08-23 Brian Masney <masneyb@gftp.org>
  367. * lib/rfc959.c - put anonymous ftp checks in here instead of scattered
  368. elsewhere
  369. * src/gtk/gftp-gtk.c - call bind_textdomain_codeset in gtk+ port. 
  370. Removed anonymous FTP stuff
  371. * lib/local.c - open files with O_LARGEFILE if _LARGEFILE_SOURCE
  372. is defined
  373. * lib/protocols.c - removed anonymous FTP stuff
  374. * lib/rfc2068.c - don't check for anonymous username
  375. * src/gtk/misc-gtk.c - translation fixes for menus 
  376. (from Owen Taylor <otaylor@redhat.com>)
  377. 2002-08-23 <baddog@cvs.gnome.org>
  378. * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> 
  379. zh_TW
  380. 2002-08-23 Abel Cheung <maddog@linux.org.hk>
  381. * zh_TW.Big5.po renamed to zh_TW.po
  382. * zh_CN.GB2312.po renamed to zh_CN.po
  383. * zh_TW.Big5.gmo - Removed.
  384. * Makefile.in.in, gftp.pot - Remove generated file.
  385. 2002-08-23 <baddog@cvs.gnome.org>
  386. * po/.cvsignore - Shhhhhh
  387. 2002-08-14 <cneumair@cvs.gnome.org>
  388. * po/de.po - Fixed German translation (charset, header)
  389. 2002-08-05 Brian Masney <masneyb@gftp.org>
  390. * lib/protocols.c - When we connect to a remote server, don't change 
  391. the hostname to the PTR record of the hostname
  392. * src/gtk/transfer.c - Fixed crash if you was already transfering a 
  393. file, and you started another transfer, and if you hit cancel at the 
  394. Overwrite/Resume/Skip dialog
  395. * docs/sample.gftp/gftprc - put the ext= lines back in the config file
  396. * po/es.po - Spanish updates (from Gustavo D. Vranjes 
  397. <gvranjes@softhome.net>)
  398. * po/nl.po - Dutch updates (from Myckel Habets 
  399. <myckelhabets@netscape.net>)
  400. 2002-07-19 Brian Masney <masneyb@gftp.org>
  401. * gFTP 2.0.13 released