# HG changeset patch # User masneyb # Date 1079524808 0 # Node ID f882d8e205c599e5d250488847c587564f000e55 # Parent 3a83011227bca33c54d5da25a5891203841ad6a3 2004-3-17 Brian Masney * ChangeLog-old - updated with summary of changes since 2.0.16 * docs/website/index.html.in - updated the list of translations available diff -r 3a83011227bc -r f882d8e205c5 ChangeLog-old --- a/ChangeLog-old Wed Mar 17 11:59:27 2004 +0000 +++ b/ChangeLog-old Wed Mar 17 12:00:08 2004 +0000 @@ -1,14 +1,19 @@ -Changes from 2.0.16 to 2.0.17 +Changes from 2.0.16 to 2.0.17rc1 -* Created a user interface common repository. Started to merge the UI - independant parts of the GTK+ and text ports into this. The GTK+ port - can now be controlled from a command line interface in the GUI. There - is an option you have to enable in the options dialog for this. +* Separated out more of the UI independent code in the GTK+ and Text ports and + created a user interface common repository. Cleaned up some of the existing + GTK+ code. The GTK+ port can now be controlled from a command line interface + in the GUI. There is an option you have to enable in the options dialog for + this. (enable manual commands in GUI) * Added support for the FTPS protocol. The control connection is the only one encrypted at the moment. +* When viewing/editing a file, the temporary file that is created is created + with the same extension as the remote file so that syntax highlighting works * File transfers can be resumed/skipped/overwritten in the text port and - whenever files are dropped on gftp. + whenever files are dropped on gftp in the GTK+ port. * FTP: Added support for MVS directory listings +* FTP: Fix for FXP transfers +* SSH2: fix for resuming uploads * Added option to show the transfer status in the title bar. * Added option to disable IPV6 support. * Fixed the wrong date being displayed when a file was modified last year @@ -18,9 +23,14 @@ * If a bookmarked site has it's password saved in the config file, then the passwords are written out in a scrambled format. This isn't secure, but it'll prevent someone from casually looking over your shoulder and seeing your - password. I would not recommend saving your passwords to disk. + password. I still do not recommend saving your passwords to disk. * Fix for systems that do not support the %'ld format argument -* Overall code cleanup in the user interface code and several small bug fixes +* The startup directory option is now expanded so that an option like + ~/src can be specified +* New language translations and updates (ca cs de ga hr hu nl pt_BR sr sr@Latn + ta th) +* Many other small changes and improvements. See the ChangeLog file in the + distribution for a detailed list of changes. Changes from 2.0.15 to 2.0.16 diff -r 3a83011227bc -r f882d8e205c5 docs/website/index.html.in --- a/docs/website/index.html.in Wed Mar 17 11:59:27 2004 +0000 +++ b/docs/website/index.html.in Wed Mar 17 12:00:08 2004 +0000 @@ -49,7 +49,7 @@
  • Allows for passive and non-passive file transfers
  • Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style directory listings
  • Full graphical configuration -
  • Fully Internationalized. I currently have a Amharic (am), Arabic (ar), Azerbaijani (az), Bangla (bn), Belarusian (be), Bulgarian (bg), Catalan (ca), Chinese (zh_TW,zh_CN), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), Finnish (fi), French (fr), German (de), Greek (el), Hungarian (hu), Irish (ga), Italian (it), Korean (ko), Japanese (ja), Macedonian (mk), Malayalam (ml), Malay (ms), Norwegian (no), Polish (pl), Portuguese (pt_BR), Romanian (ro), Russian (ru), Serbian (sr,sr@Latn), Slovak (sk), Spanish (es), Swedish (sv) and Turkish (tr) translations available. +
  • Fully Internationalized. I currently have a Amharic (am), Arabic (ar), Azerbaijani (az), Bangla (bn), Belarusian (be), Bulgarian (bg), Catalan (ca), Chinese (zh_TW,zh_CN), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), Finnish (fi), French (fr), German (de), Greek (el), Hungarian (hu), Irish (ga), Italian (it), Korean (ko), Japanese (ja), Macedonian (mk), Malayalam (ml), Malay (ms), Norwegian (no), Polish (pl), Portuguese (pt,pt_BR), Romanian (ro), Russian (ru), Serbian (sr,sr@Latn), Slovak (sk), Spanish (es), Swedish (sv), Tamil (ta), Thai (th), Turkish (tr) and Ukrainian (uk) translations available.

    Requirements