Mercurial > gftp.yaz
annotate ChangeLog @ 23:e19785b088d7
2002-09-18 Brian Masney <masneyb@gftp.org>
* Updated French translation (from Damien Mascr?
<damienmascre@free.fr>)
* Updated Japanese translation (from Ryoichi INAGAKI
<inagaki@ryo1.net>)
2002-09-17 Brian Masney <masneyb@gftp.org>
* src/gtk/bookmarks.c - Fixed crash that would occur if you saved the
changes two times in the bookmark editor. Also, fixed several memory leaks
| author | masneyb |
|---|---|
| date | Wed, 18 Sep 2002 12:12:18 +0000 |
| parents | cc6431f1ca55 |
| children | 8ded3af0172c |
| rev | line source |
|---|---|
| 23 | 1 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 2 | |
| 3 * Updated French translation (from Damien Mascr? | |
| 4 <damienmascre@free.fr>) | |
| 5 | |
| 6 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 7 <inagaki@ryo1.net>) | |
| 8 | |
| 9 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 10 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 11 changes two times in the bookmark editor. Also, fixed several memory leaks | |
| 12 | |
| 22 | 13 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 14 * po/de.po - Updated German translation (from Matthias Haase | |
| 15 <matthias_haase@bennewitz.com>) | |
| 16 | |
| 17 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 18 <LAV@VL3143.spb.edu>) | |
| 19 | |
| 21 | 20 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 21 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 22 Fixed compile errors when compiling against GTK+ 1.2 | |
| 23 | |
| 24 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 25 with GTK+ 1.2 | |
| 26 | |
| 19 | 27 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 28 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 29 numdirs from unsigned long to long. This must be a signed field. This | |
| 30 is a bug I introduced a few days ago. | |
| 31 | |
| 32 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 33 fdopen. This is also a bug I introduced a few days ago. | |
| 34 | |
| 35 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 36 difftime isn't a negative number when computing the KB/s | |
| 37 | |
| 38 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 39 GTK_OBJECT for the str variable | |
| 40 | |
| 41 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 42 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 43 | |
| 44 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 45 | |
| 46 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 47 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 48 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 49 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 50 | |
| 51 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 52 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 53 dialog buttons. | |
| 54 | |
| 55 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
56 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
57 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
58 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
59 2002-09-08 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
60 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 61 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
62 * src/gtk/gftp-gtk.c (sortrows) - call gftp_sort_filelist now |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
63 to do the sorting |
| 1 | 64 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
65 * config.sub, install-sh, missing, mkinstalldirs - new versions from |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
66 automake 1.4 |
| 1 | 67 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
68 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 69 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
70 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 71 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 72 <tobias@portfolio16.de>) | |
| 1 | 73 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
74 2002-09-03 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
75 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 76 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 77 like it when you read/write to the same FILE structure) | |
| 1 | 78 |
| 19 | 79 * lib/local.c - encode major/minor numbers for a device in the file |
| 80 size. This is probably still busted for other platforms | |
| 1 | 81 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
82 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 83 checking on the fdopen() calls. Also make sure that all of them have a |
| 84 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 85 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
86 * src/gtk/menu-items.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c - added |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
87 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 88 |
| 19 | 89 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 90 should already be in the po files translated | |
| 1 | 91 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
92 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
93 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 94 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
95 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
96 * src/gtk/gftp-gtk.c - Use stockitem for menu items in gtk+ 2.0. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
97 Use _gtk_accel_group_attach for gtk 2.0 (removes FIXME). Only call |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
98 bind_textdomain_codeset if we're in gtk 2.0 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
99 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 100 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
101 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
102 * po/ko.po - language team change |
| 1 | 103 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
104 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
105 * po/ko.po - Updated Korean translation |
| 1 | 106 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
107 2002-08-29 Yanko Kaneti <yaneti@declera.com> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
108 * po/bg.po - Updated Bulgarian translation |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
109 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
110 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
111 * configure.in - small build fixes |
| 1 | 112 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
113 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
114 * lib/rfc959.c - put anonymous ftp checks in here instead of scattered |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
115 elsewhere |
| 1 | 116 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
117 * src/gtk/gftp-gtk.c - call bind_textdomain_codeset in gtk+ port. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
118 Removed anonymous FTP stuff |
| 1 | 119 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
120 * lib/local.c - open files with O_LARGEFILE if _LARGEFILE_SOURCE |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
121 is defined |
| 1 | 122 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
123 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 124 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
125 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 126 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
127 * src/gtk/misc-gtk.c - translation fixes for menus |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
128 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 129 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
130 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 131 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 132 zh_TW | |
| 1 | 133 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
134 2002-08-23 Abel Cheung <maddog@linux.org.hk> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
135 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 136 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
137 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 138 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
139 * zh_TW.Big5.gmo - Removed. |
| 1 | 140 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
141 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 142 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
143 2002-08-23 <baddog@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
144 * po/.cvsignore - Shhhhhh |
| 1 | 145 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
146 2002-08-14 <cneumair@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
147 * po/de.po - Fixed German translation (charset, header) |
| 1 | 148 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
149 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 150 * lib/protocols.c - When we connect to a remote server, don't change |
| 151 the hostname to the PTR record of the hostname | |
| 1 | 152 |
| 19 | 153 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 154 file, and you started another transfer, and if you hit cancel at the | |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
155 Overwrite/Resume/Skip dialog |
| 1 | 156 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
157 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 158 |
| 19 | 159 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 160 <gvranjes@softhome.net>) | |
| 1 | 161 |
| 19 | 162 * po/nl.po - Dutch updates (from Myckel Habets |
| 163 <myckelhabets@netscape.net>) | |
| 1 | 164 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
165 2002-07-19 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
166 * gFTP 2.0.13 released |
| 1 | 167 |
