Mercurial > gftp.yaz
annotate ChangeLog @ 42:cd169e4789df
2002-10-29 Brian Masney <masneyb@gftp.org>
* src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c
src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c
src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
improved and simplified signal handling code
| author | masneyb |
|---|---|
| date | Wed, 30 Oct 2002 03:34:37 +0000 |
| parents | 4bcfaf6307b5 |
| children | 36e2868ce8b7 |
| rev | line source |
|---|---|
| 42 | 1 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 2 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 3 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 4 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 5 improved and simplified signal handling code | |
| 6 | |
| 41 | 7 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 8 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 9 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 10 g_get_tmp_dir () | |
| 11 | |
| 12 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 13 | |
| 14 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 15 lib/sshv2.c - check for interrupted signal calls | |
| 16 | |
| 17 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 18 | |
| 19 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 20 g_main_context_iteration in GTK+ 2.0 port | |
| 21 | |
| 22 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 23 in GTK+ 2.0 port | |
| 24 | |
| 40 | 25 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 26 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 27 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 28 try to abort the transfer. | |
| 29 | |
| 30 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 31 | |
| 32 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 33 rfc2068_end_transfer and local_end_transfer respectively | |
| 34 | |
| 35 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 36 | |
| 37 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 38 first. If that fails, disconnect from the site completely | |
| 39 | |
| 39 | 40 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 41 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 42 | |
| 43 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 44 entry is NULL | |
| 45 | |
| 46 * lib/protocols.c (copy_token) - when setting the end position of | |
| 47 the token to \0, after we're done set it back to the origional position | |
| 48 | |
| 49 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 50 to just list | |
| 51 | |
| 37 | 52 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 53 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 54 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 55 and GFTP_PORTS_ALL flags | |
| 56 | |
| 57 * lib/config_file.c - update to use new fields. | |
| 58 | |
| 59 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 60 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 61 | |
| 62 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 63 was given on the command line, don't connect to it until the local side | |
| 64 has been setup | |
| 65 | |
| 66 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 67 set | |
| 68 | |
| 69 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 70 clear cache. Sort the filelist based on the configuration options. | |
| 71 | |
| 72 * configure.in - update to version 2.0.14 | |
| 73 | |
| 74 * cvsclean - clean up the Makefile.am file better | |
| 75 | |
| 36 | 76 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 77 * lib/local.c - fixed file uploads | |
| 78 | |
| 79 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 80 you didn't have permission to | |
| 81 | |
| 82 * src/gtk/transfer.c - display fixes for hostname | |
| 83 | |
| 84 * autogen.sh - pass -c to automake | |
| 85 | |
| 34 | 86 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 87 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 88 from Debian. This can be used as a menu icon. | |
| 89 | |
| 33 | 90 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 91 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 92 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 93 | |
| 94 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 95 | |
| 96 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 97 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 98 will automagically add these for me. | |
| 99 | |
| 100 * autogen.sh - remove check for libtool | |
| 101 | |
| 102 * configure.in - link in gthread | |
| 103 | |
| 104 * cvsclean - added this script | |
| 105 | |
| 42 | 106 * *.[ch] - added $Id: ChangeLog,v 1.21 2002/10/30 03:34:35 masneyb Exp $ tags |
| 33 | 107 |
| 108 * debian/* - updated files from Debian maintainer | |
| 109 | |
| 32 | 110 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 111 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 112 | |
| 113 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 114 call gdk_threads_enter() and gdk_threads_leave() | |
| 115 | |
| 28 | 116 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 117 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 118 | |
| 27 | 119 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 120 * intl/ - remove this directory | |
| 121 | |
| 26 | 122 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 123 * Makefile.am (SUBDIRS): Add intl, | |
| 124 (ACLOCAL_AMFLAGS): New variable. | |
| 125 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 126 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 127 | |
| 25 | 128 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 129 * lib/config_file.c - separated saving of bookmarks from |
| 130 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 131 no longer be rewritten to disk every time gFTP exits | |
| 132 | |
| 133 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 134 gftp_write_config_file() when altering a bookmark | |
| 135 | |
| 136 * configure.in - Fixed problem with the text port being compiled | |
| 137 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 138 instead | |
| 139 | |
| 140 * autogen.sh - add this build script | |
| 141 | |
| 142 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 143 * Remove intl/ directory from CVS |
| 144 | |
| 23 | 145 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 146 * Updated French translation (from Damien Mascr? | |
| 147 <damienmascre@free.fr>) | |
| 148 | |
| 149 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 150 <inagaki@ryo1.net>) | |
| 151 | |
| 152 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 153 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 154 changes two times in the bookmark editor. Also, fixed several memory |
| 155 leaks | |
| 23 | 156 |
| 22 | 157 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 158 * po/de.po - Updated German translation (from Matthias Haase | |
| 159 <matthias_haase@bennewitz.com>) | |
| 160 | |
| 161 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 162 <LAV@VL3143.spb.edu>) | |
| 163 | |
| 21 | 164 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 165 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 166 Fixed compile errors when compiling against GTK+ 1.2 | |
| 167 | |
| 168 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 169 with GTK+ 1.2 | |
| 170 | |
| 19 | 171 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 172 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 173 numdirs from unsigned long to long. This must be a signed field. This | |
| 174 is a bug I introduced a few days ago. | |
| 175 | |
| 176 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 177 fdopen. This is also a bug I introduced a few days ago. | |
| 178 | |
| 179 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 180 difftime isn't a negative number when computing the KB/s | |
| 181 | |
| 182 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 183 GTK_OBJECT for the str variable | |
| 184 | |
| 185 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 186 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 187 | |
| 188 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 189 | |
| 190 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 191 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 192 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 193 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 194 | |
| 195 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 196 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 197 dialog buttons. | |
| 198 | |
| 199 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
200 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
201 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
202 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
203 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
|
204 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 205 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
206 * 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
|
207 to do the sorting |
| 1 | 208 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
209 * 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
|
210 automake 1.4 |
| 1 | 211 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
212 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 213 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
214 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 215 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 216 <tobias@portfolio16.de>) | |
| 1 | 217 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
218 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
|
219 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 220 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 221 like it when you read/write to the same FILE structure) | |
| 1 | 222 |
| 19 | 223 * lib/local.c - encode major/minor numbers for a device in the file |
| 224 size. This is probably still busted for other platforms | |
| 1 | 225 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
226 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 227 checking on the fdopen() calls. Also make sure that all of them have a |
| 228 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 229 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
230 * 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
|
231 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 232 |
| 19 | 233 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 234 should already be in the po files translated | |
| 1 | 235 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
236 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
|
237 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 238 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
239 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
|
240 * 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
|
241 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
|
242 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
|
243 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 244 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
245 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
|
246 * po/ko.po - language team change |
| 1 | 247 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
248 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
|
249 * po/ko.po - Updated Korean translation |
| 1 | 250 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
251 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
|
252 * 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
|
253 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
254 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
|
255 * configure.in - small build fixes |
| 1 | 256 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
257 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
|
258 * 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
|
259 elsewhere |
| 1 | 260 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
261 * 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
|
262 Removed anonymous FTP stuff |
| 1 | 263 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
264 * 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
|
265 is defined |
| 1 | 266 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
267 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 268 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
269 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 270 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
271 * 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
|
272 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 273 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
274 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 275 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 276 zh_TW | |
| 1 | 277 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
278 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
|
279 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 280 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
281 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 282 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
283 * zh_TW.Big5.gmo - Removed. |
| 1 | 284 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
285 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 286 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
287 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
|
288 * po/.cvsignore - Shhhhhh |
| 1 | 289 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
290 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
|
291 * po/de.po - Fixed German translation (charset, header) |
| 1 | 292 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
293 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 294 * lib/protocols.c - When we connect to a remote server, don't change |
| 295 the hostname to the PTR record of the hostname | |
| 1 | 296 |
| 19 | 297 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 298 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
|
299 Overwrite/Resume/Skip dialog |
| 1 | 300 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
301 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 302 |
| 19 | 303 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 304 <gvranjes@softhome.net>) | |
| 1 | 305 |
| 19 | 306 * po/nl.po - Dutch updates (from Myckel Habets |
| 307 <myckelhabets@netscape.net>) | |
| 1 | 308 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
309 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
|
310 * gFTP 2.0.13 released |
| 1 | 311 |
