Mercurial > gftp.yaz
annotate ChangeLog @ 124:65048c959029
2003-4-6 Brian Masney <masneyb@gftp.org>
* lib/config_file.c src/text/gftp-text.c - changed arguments of
gftp_read_config_file() and gftp_read_bookmarks() to take an argument
to the path of the global config directory. The text/gtk+ port will
just pass SHARE_DIR. The native MacOS X port that is in the works
needs this (Nathan Robertson is currently working on this port)
* lib/gftp.h lib/config_file.c - removed config variable type
gftp_option_type_textarray
* lib/gftp.h lib/config_file.c - removed copy_function from
gftp_option_type_var. This is implemented with memcpy() instead
* lib/rfc959.c - remember to rename all instances of firewall_* to
ftp_proxy_*
* lib/sshv2.c - improved generating the argument list for the ssh
client
* lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to
ptym_open()
* lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup()
instead of g_malloc()/strcpy()
author | masneyb |
---|---|
date | Tue, 08 Apr 2003 01:43:33 +0000 |
parents | 1b41e6945e9d |
children | b875de05c22d |
rev | line source |
---|---|
124 | 1 2003-4-6 Brian Masney <masneyb@gftp.org> |
2 * lib/config_file.c src/text/gftp-text.c - changed arguments of | |
3 gftp_read_config_file() and gftp_read_bookmarks() to take an argument | |
4 to the path of the global config directory. The text/gtk+ port will | |
5 just pass SHARE_DIR. The native MacOS X port that is in the works | |
6 needs this (Nathan Robertson is currently working on this port) | |
7 | |
8 * lib/gftp.h lib/config_file.c - removed config variable type | |
9 gftp_option_type_textarray | |
10 | |
11 * lib/gftp.h lib/config_file.c - removed copy_function from | |
12 gftp_option_type_var. This is implemented with memcpy() instead | |
13 | |
14 * lib/rfc959.c - remember to rename all instances of firewall_* to | |
15 ftp_proxy_* | |
16 | |
17 * lib/sshv2.c - improved generating the argument list for the ssh | |
18 client | |
19 | |
20 * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to | |
21 ptym_open() | |
22 | |
23 * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() | |
24 instead of g_malloc()/strcpy() | |
25 | |
26 2003-4-5 Brian Masney <masneyb@gftp.org> | |
27 * lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c | |
28 lib/rfc2068.c lib/ssh.c - added new internal configuration interface. | |
29 Rather than having a global variable for each option, I have a global | |
30 hash table (gftp_global_options_htable) that I can look up option names | |
31 by name using gftp_lookup_global_option(). I also an options hash | |
32 associated with a request structure, so I will be able to call | |
33 gftp_lookup_request_option(). I will be able to override options with | |
34 bookmarks or while transfers are in progress very easily now. Also, all | |
35 options no longer have to appear in config_file.c, the per protocol | |
36 options can appear inside their own file | |
37 | |
38 * lib/gftp.h lib/bookmarks.c lib/local.c lib/rfc959.c lib/rfc2068.c - | |
39 remove set_data_type and protocol name from struct gftp_request | |
40 | |
41 * lib/rfc959.c - renamed all firewall_* variables to ftp_proxy_* in | |
42 the config file | |
43 | |
44 * lib/gftp.h lib/protocols.c lib/rfc959.c - renamed all GFTP_TYPE_* | |
45 vars to GFTP_DIRTYPE_* | |
46 | |
47 * lib/gftp.h - removed ascii field and renamed the node pointer to | |
48 user_data in struct gftp_file. In gftp_request, removed any setting | |
49 that is now stored in the global/local hash tables. Added | |
50 register_module() pointer that will be called whenever the protocol is | |
51 first loaded into gftp | |
52 | |
53 * lib/rfc959.c src/text/gftp-text.c - moved the ascii/binary | |
54 translation to rfc959.c. Also, moved any instance of automatically | |
55 setting the data type to rfc959.c as well. | |
56 | |
57 * lib/misc.c lib/sshv2.c - moved all ssh functions from misc.c to | |
58 sshv2.c. I had these origionally in misc.c because I used to have 2 | |
59 different SSH protocols | |
60 | |
61 * lib/protocols.c src/text/gftp-text.c - added gftp_calc_kbs() to | |
62 = protocols.c. This no longer needs to be in the different ports | |
63 | |
64 * src/text/gftp-text.c - read/write options based on new configuration | |
65 interface | |
66 | |
67 * Use new configuration interface in all source files | |
68 | |
69 * Updated copyright dates on all source files | |
70 | |
71 * Note: GTK+ port is completely broken at the moment. I'll upload | |
72 those changes whenever I get them done | |
73 | |
121
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
74 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com> |
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
75 |
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
76 * configure.in: Added "pt" to ALL_LINGUAS. |
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
77 |
116 | 78 2003-03-04 Yuriy Syrota <rasta renome.rovno.ua> |
79 | |
80 * configure.in: Added Ukrainian (uk) to ALL_LINGUAS | |
81 | |
115 | 82 2003-2-25 Brian Masney <masneyb@gftp.org> |
83 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of | |
84 gtk_scrolled_window_add_with_viewport() | |
85 (from Kang Jeong-Hee <Keizi@mail.co.kr>) | |
86 | |
113 | 87 2003-2-23 Brian Masney <masneyb@gftp.org> |
114 | 88 * lib/cache.c - added function gftp_parse_cache_entry(). Save |
89 request->server_type (output of SYST in FTP command) to the directory | |
90 entry | |
91 | |
92 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly | |
93 | |
94 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 | |
95 macro should automatically add this to the LIBS variable | |
96 | |
113 | 97 * acinclude.m4 - put largefile.m4 in here |
98 | |
110 | 99 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> |
100 * configure.in: Added Catalan (ca) to ALL_LINGUAS | |
101 | |
107 | 102 2003-2-17 Brian Masney <masneyb@gftp.org> |
103 * lib/protocols.c lib/rfc959.c - added VMS directory listing support | |
104 | |
105 * lib/config_file.c lib/protocols.c - extra checks when stripping off | |
106 carriage returns and linefeeds | |
107 | |
105 | 108 2003-2-9 Brian Masney <masneyb@gftp.org> |
109 * lib/protocols.c (parse_time) - parse more time formats. Better | |
110 error checking. If there was an error parsing this time, | |
111 skip ahead to the next token | |
112 | |
113 * lib/rfc2068.c - this was completely broken. This was broken whenever | |
114 I did the conversion over to use the gftp_get_line() function. | |
115 | |
116 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy | |
117 | |
101 | 118 2003-2-6 Brian Masney <masneyb@gftp.org> |
102 | 119 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new |
120 parse_time() function that should work across all locales. | |
121 It uses strptime() internally. | |
122 | |
123 * lib/misc.c - remove note from close statement | |
124 | |
101 | 125 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path |
126 option | |
127 | |
96 | 128 2003-02-03 Daniel Yacob <locales@geez.org> |
129 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS. | |
130 | |
93 | 131 2003-1-21 Brian Masney <masneyb@gftp.org> |
132 * configure.in - fix for Solaris. Move the initial declaration up | |
133 in the source file | |
134 | |
91 | 135 2003-1-21 Brian Masney <masneyb@gftp.org> |
136 * lib/gftp.h - added server type defines. Added server_type field to | |
137 gftp_request | |
138 | |
139 * lib/local.c - use S_ISDIR and S_ISLINK macros | |
140 | |
141 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for | |
142 parsing directory listing | |
143 | |
144 * lib/rfc959.c - added function rfc959_syst. Call this on startup | |
145 | |
146 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure | |
147 to gftp_parse_ls | |
148 | |
149 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX | |
150 | |
88 | 151 2003-1-11 Brian Masney <masneyb@gftp.org> |
152 * autogen.sh - removed --intl and --no-changelog flags to gettextize | |
153 | |
154 * aclocal.m4 - updated | |
155 | |
156 * configure.in - and intl and po directories to AC_OUTPUT | |
157 | |
158 * cvsclean - remove more stuff | |
159 | |
160 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark | |
161 function | |
162 | |
163 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use | |
164 request->url_prefix instead | |
165 | |
166 * lib/config_file.c - use proper exit codes. Also complain if the | |
167 default protocol specified in the config file is invalid | |
168 | |
169 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, | |
170 issocket and isfifo in struct gftp_file (not used anymore) | |
171 | |
172 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) | |
173 | |
174 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups | |
175 | |
176 * lib/misc.c (string_hash_function) - check key[i] instead of key[0] | |
177 | |
178 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() | |
179 | |
180 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set | |
181 request->url_prefix to be ftp. Added rfc2068_destroy() to free | |
182 url_prefix whenever the structure is to be freed | |
183 | |
86 | 184 2002-12-29 Brian Masney <masneyb@gftp.org> |
185 * lib/gftp.h - don't include sys/sysmacros.h | |
186 | |
187 * src/gtk/transfer.c - more GFTP_EFATAL checks | |
188 | |
84 | 189 2002-12-29 Brian Masney <masneyb@gftp.org> |
190 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - | |
191 removed old legacy SSH protocol and option to enable this protocol | |
192 | |
193 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes | |
194 | |
195 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c | |
196 lib/sshv2.c - return new error codes instead of -1 or -2 | |
197 | |
198 * lib/misc.c (gftp_*_sort_function_ds) - changed return values | |
199 | |
200 * src/gtk/transfer.c (connect_thread) - if return value of | |
201 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection | |
202 | |
81 | 203 2002-12-11 Brian Masney <masneyb@gftp.org> |
204 * configure.in - fix for enable/disable gtkport, textport and gtk20 | |
205 | |
80 | 206 2002-12-10 Brian Masney <masneyb@gftp.org> |
207 * configure.in - check for grantpt function | |
208 | |
209 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt() | |
210 is on the current system | |
211 | |
212 * lib/gftp.h - include stropts.h if grantpt is here | |
213 | |
214 2002-12-5 Brian Masney <masneyb@gftp.org> | |
215 * Release final 2.0.14 | |
216 | |
217 * lib/Chagelog-old - brief updates since 2.0.13 | |
218 | |
77 | 219 2002-12-4 Brian Masney <masneyb@gftp.org> |
220 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears | |
221 in the banner, don't log into the server | |
222 | |
223 * docs/sample.gftp/gftprc - removed use_default_dl_types line | |
224 | |
76 | 225 2002-12-4 Brian Masney <masneyb@gftp.org> |
226 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no | |
227 protocol specific set_data_type function | |
228 | |
229 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic | |
230 switching fixes | |
231 | |
232 2002-12-3 Brian Masney <masneyb@gftp.org> | |
75 | 233 * lib/config_file.c lib/gftp.h lib/protocols.c - removed |
234 use_default_dl_types option. This is always enabled by default now. | |
235 | |
236 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be | |
237 transferred as ascii | |
238 | |
73 | 239 2002-12-2 Brian Masney <masneyb@gftp.org> |
240 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of | |
241 need_userpass for SSH transfers | |
242 | |
243 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 | |
244 | |
245 * README - minor fixes | |
246 | |
247 * configure.in - increment version to 2.0.14 | |
248 | |
249 * debian/copyright - change my email address and webpage | |
250 | |
251 * debian/rules - 2 small changes | |
252 | |
253 * TODO - added 1 item | |
254 | |
72 | 255 2002-12-2 Brian Masney <masneyb@gftp.org> |
256 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys | |
257 | |
67 | 258 2002-11-27 Brian Masney <masneyb@gftp.org> |
259 * Officially release 2.0.14rc1 | |
260 | |
261 * lib/cache.c - take out a warning message | |
262 | |
263 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - | |
264 add second argument (free_request) to gftp_request_destroy | |
265 | |
266 * lib/protocols.c (gftp_parse_url) - make sure the request structure | |
267 is cleared before we start to modify it | |
268 | |
269 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username | |
270 | |
66 | 271 2002-11-26 Brian Masney <masneyb@gftp.org> |
272 * configure.in - change version to 2.0.14rc1 | |
273 | |
274 * lib/local.c - fix for uploading files. Move setting of hostname | |
275 from local_connect() to local_init() | |
276 | |
277 * lib/misc.c (gftp_request) - copy only select fields over instead of | |
278 whole structure | |
279 | |
280 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 | |
281 | |
282 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config | |
283 to be passed | |
284 | |
285 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we | |
286 are connected via the local protocol | |
287 | |
288 * src/gtk/transfer.c (create_transfer) - check to see if this protocol | |
289 is always connected | |
290 | |
65 | 291 2002-11-25 Brian Masney <masneyb@gftp.org> |
292 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial | |
293 SSH banner is bigger than 200 characters | |
294 | |
295 * lib/local.c (local_connect) - set request->hostname to local | |
296 filesystem | |
297 | |
298 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for | |
299 the directory when parsing a local URL | |
300 | |
301 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be | |
302 selected | |
303 | |
304 * src/gtk/dnd.c - small fixes | |
305 | |
64 | 306 2002-11-23 Brian Masney <masneyb@gftp.org> |
307 * lib/sshv2.c - added more error checking so that the user won't get | |
308 disconnected if they enter files or directories that don't exist | |
309 | |
310 2002-11-23 Brian Masney <masneyb@gftp.org> | |
63 | 311 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c |
312 lib/gftp.h - added swap_socks function to gftp_request structure | |
313 | |
314 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to | |
315 protocols.c (renamed to gftp_swap_socks) | |
316 | |
317 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() | |
318 | |
319 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of | |
320 swap_socks() to gftp_swap_socks() | |
321 | |
322 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started | |
323 variable | |
324 | |
62 | 325 2002-11-21 Brian Masney <masneyb@gftp.org> |
326 * lib/local.c (local_put_file) - small fix | |
327 | |
61 | 328 2002-11-21 Brian Masney <masneyb@gftp.org> |
329 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login | |
330 sequence for SSH connections | |
331 | |
332 lib/sshv2.c - SSH transfers now works again | |
333 | |
60 | 334 2002-11-21 Brian Masney <masneyb@gftp.org> |
335 * lib/protocols.c (gftp_get_next_line) - fixed several bugs | |
336 | |
337 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In | |
338 gftp_find_cache_entry(), don't log an error to the user if we can't | |
339 open up the cache file | |
340 | |
341 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes | |
342 | |
343 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size | |
344 instead of buffer size - 1 to gftp_get_line | |
345 | |
59 | 346 2002-11-20 Brian Masney <masneyb@gftp.org> |
347 * lib/config_file.c - don't check buf[-1] for blank newlines in | |
348 gftp_read_config_file() and gftp_read_bookmarks_file() | |
349 | |
350 * lib/misc.c (string_hash_function) - Fixes if the string was less | |
351 than 2 characters | |
352 | |
353 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX | |
354 compliance) | |
355 | |
356 All 3 of these fixes are from Peter Osterlund <petero2@telia.com> | |
357 | |
58 | 358 2002-11-20 Brian Masney <masneyb@gftp.org> |
359 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), | |
360 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. | |
361 Added struct_gftp_getline_buffer for gftp_get_line function() | |
362 | |
363 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c | |
364 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns | |
365 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t | |
366 instead of size_t. Added *_set_config_options function to gftp_request | |
367 structure and protocol files. Use the new network functions | |
368 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD | |
369 sockets so that I can use timeouts properly with select | |
370 | |
371 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), | |
372 gftp_read() and gftp_write() functions | |
373 | |
374 * lib/protocols.c - move some protocol specific code to the protocol | |
375 specific files | |
376 | |
377 * lib/local.c - log succesful messages to gftp_logging_misc instead | |
378 of gftp_logging_error | |
379 | |
380 * lib/cache.c - log some more error conditions to the user | |
381 | |
382 * lib/rfc959.c - added rfc959_getcwd(). In, | |
383 rfc959_accept_active_connection(), set set socket to blocking mode | |
384 before calling accept() | |
385 | |
386 * src/text/gftk-text.c - If we get no files in gftp_text_ls(), | |
387 return instead of segfaulting | |
388 | |
389 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 | |
390 pixels wide | |
391 | |
392 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c | |
393 src/gtk/view_dialog.c - changes for conversion of request->{sock,data} | |
394 from ANSI C IO (FILE *) to standard BSD sockets | |
395 | |
57 | 396 2002-11-11 Brian Masney <masneyb@gftp.org> |
397 * configure.in - compile GTK+ 2.0 port by default | |
398 | |
56 | 399 2002-11-11 Brian Masney <masneyb@gftp.org> |
400 * src/gtk/dnd.c - fixes to DnD code | |
401 | |
402 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
403 | |
404 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
405 we're in a child thread, instead compare the value of pthread_self() | |
406 with main_thread_id | |
407 | |
408 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
409 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
410 don't set user_data to 0x1 if we're in a child thread | |
411 | |
412 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
413 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
414 | |
415 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
416 port for the ssh service | |
417 | |
418 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
419 the default port for that protocol there | |
420 | |
421 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
422 Be able to update the directory download progress in window1 now | |
423 | |
424 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
425 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
426 needed | |
427 | |
54 | 428 2002-11-11 Andras Timar <timar@gnome.hu> |
429 * configure.in: added 'hu' to ALL_LINGUAS | |
430 | |
51 | 431 2002-11-6 Brian Masney <masneyb@gftp.org> |
432 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
433 listbox to grab the double click event | |
434 | |
50 | 435 2002-11-5 Brian Masney <masneyb@gftp.org> |
436 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
437 the function add_file_transfer() | |
438 | |
439 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
440 | |
441 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
442 click stuff not working properly | |
443 | |
49 | 444 2002-11-5 Brian Masney <masneyb@gftp.org> |
445 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
446 | |
447 2002-11-5 Brian Masney <masneyb@gftp.org> | |
448 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
449 functions from the top of the file. I had to rearrange the order of a | |
450 bunch of functions to avoid compiler warnings | |
451 | |
452 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
453 defined, give a compiler warning and define our own | |
454 | |
455 * lib/local.c (local_get_next_file) - if this file is a device, store | |
456 the major/minor number in the file size | |
457 | |
458 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
459 use the major() and minor() macros to display the major and minor number | |
460 | |
47 | 461 2002-11-5 Brian Masney <masneyb@gftp.org> |
462 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
463 gftp_delete_cache_entry | |
464 | |
465 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
466 remote site, clear all cache entries for that site | |
467 | |
468 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
469 pass a 0 as second argument to gftp_delete_cache_entry | |
470 | |
46 | 471 2002-10-31 Brian Masney <masneyb@gftp.org> |
472 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
473 If g_locale_to_utf8 fails, print out a warning to the user on the | |
474 console | |
475 | |
45 | 476 2002-10-31 Brian Masney <masneyb@gftp.org> |
477 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
478 version. May cause problems later on. | |
479 | |
480 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
481 functions for user data when using glib 2.0 | |
482 | |
44 | 483 2002-10-30 Brian Masney <masneyb@gftp.org> |
484 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
485 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
486 gtk_window_add_accel_group for both GTK+ ports | |
487 (from Nam SungHyun <namsh@kldp.org>) | |
488 | |
43 | 489 2002-10-30 Brian Masney <masneyb@gftp.org> |
490 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
491 | |
492 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
493 and SIGINT is received, terminate the program | |
494 | |
42 | 495 2002-10-29 Brian Masney <masneyb@gftp.org> |
496 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
497 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
498 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
499 improved and simplified signal handling code | |
500 | |
41 | 501 2002-10-29 Brian Masney <masneyb@gftp.org> |
502 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
503 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
504 g_get_tmp_dir () | |
505 | |
506 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
507 | |
508 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
509 lib/sshv2.c - check for interrupted signal calls | |
510 | |
511 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
512 | |
513 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
514 g_main_context_iteration in GTK+ 2.0 port | |
515 | |
516 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
517 in GTK+ 2.0 port | |
518 | |
40 | 519 2002-10-17 Brian Masney <masneyb@gftp.org> |
520 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
521 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
522 try to abort the transfer. | |
523 | |
524 * lib/rfc959.c - add rfc959_abort_transfer function | |
525 | |
526 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
527 rfc2068_end_transfer and local_end_transfer respectively | |
528 | |
529 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
530 | |
531 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
532 first. If that fails, disconnect from the site completely | |
533 | |
39 | 534 2002-10-15 Brian Masney <masneyb@gftp.org> |
535 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
536 | |
537 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
538 entry is NULL | |
539 | |
540 * lib/protocols.c (copy_token) - when setting the end position of | |
541 the token to \0, after we're done set it back to the origional position | |
542 | |
543 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
544 to just list | |
545 | |
37 | 546 2002-10-13 Brian Masney <masneyb@gftp.org> |
547 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
548 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
549 and GFTP_PORTS_ALL flags | |
550 | |
551 * lib/config_file.c - update to use new fields. | |
552 | |
553 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
554 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
555 | |
556 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
557 was given on the command line, don't connect to it until the local side | |
558 has been setup | |
559 | |
560 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
561 set | |
562 | |
563 * src/text/gftp-text.c - add help screen for set command. Added command | |
564 clear cache. Sort the filelist based on the configuration options. | |
565 | |
566 * configure.in - update to version 2.0.14 | |
567 | |
568 * cvsclean - clean up the Makefile.am file better | |
569 | |
36 | 570 2002-10-07 Brian Masney <masneyb@gftp.org> |
571 * lib/local.c - fixed file uploads | |
572 | |
573 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
574 you didn't have permission to | |
575 | |
576 * src/gtk/transfer.c - display fixes for hostname | |
577 | |
578 * autogen.sh - pass -c to automake | |
579 | |
34 | 580 2002-10-07 Brian Masney <masneyb@gftp.org> |
581 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
582 from Debian. This can be used as a menu icon. | |
583 | |
33 | 584 2002-10-06 Brian Masney <masneyb@gftp.org> |
585 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
586 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
587 | |
588 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
589 | |
590 2002-10-03 Brian Masney <masneyb@gftp.org> | |
591 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
592 will automagically add these for me. | |
593 | |
594 * autogen.sh - remove check for libtool | |
595 | |
596 * configure.in - link in gthread | |
597 | |
598 * cvsclean - added this script | |
599 | |
124 | 600 * *.[ch] - added $Id: ChangeLog,v 1.66 2003/04/08 01:43:31 masneyb Exp $ tags |
33 | 601 |
602 * debian/* - updated files from Debian maintainer | |
603 | |
32 | 604 2002-10-03 Brian Masney <masneyb@gftp.org> |
605 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
606 | |
607 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
608 call gdk_threads_enter() and gdk_threads_leave() | |
609 | |
28 | 610 2002-09-24 Brian Masney <masneyb@gftp.org> |
611 * configure.in - take [external] off of AM_GNU_GETTEXT | |
612 | |
27 | 613 2002-09-24 Brian Masney <masneyb@gftp.org> |
614 * intl/ - remove this directory | |
615 | |
26 | 616 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
617 * Makefile.am (SUBDIRS): Add intl, | |
618 (ACLOCAL_AMFLAGS): New variable. | |
619 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
620 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
621 | |
25 | 622 2002-09-24 Brian Masney <masneyb@gftp.org> |
26 | 623 * lib/config_file.c - separated saving of bookmarks from |
624 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
625 no longer be rewritten to disk every time gFTP exits | |
626 | |
627 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
628 gftp_write_config_file() when altering a bookmark | |
629 | |
630 * configure.in - Fixed problem with the text port being compiled | |
631 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
632 instead | |
633 | |
634 * autogen.sh - add this build script | |
635 | |
636 2002-09-24 Brian Masney <masneyb@gftp.org> | |
25 | 637 * Remove intl/ directory from CVS |
638 | |
23 | 639 2002-09-18 Brian Masney <masneyb@gftp.org> |
640 * Updated French translation (from Damien Mascr? | |
641 <damienmascre@free.fr>) | |
642 | |
643 * Updated Japanese translation (from Ryoichi INAGAKI | |
644 <inagaki@ryo1.net>) | |
645 | |
646 2002-09-17 Brian Masney <masneyb@gftp.org> | |
647 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
26 | 648 changes two times in the bookmark editor. Also, fixed several memory |
649 leaks | |
23 | 650 |
22 | 651 2002-09-16 Brian Masney <masneyb@gftp.org> |
652 * po/de.po - Updated German translation (from Matthias Haase | |
653 <matthias_haase@bennewitz.com>) | |
654 | |
655 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
656 <LAV@VL3143.spb.edu>) | |
657 | |
21 | 658 2002-09-16 Brian Masney <masneyb@gftp.org> |
659 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
660 Fixed compile errors when compiling against GTK+ 1.2 | |
661 | |
662 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
663 with GTK+ 1.2 | |
664 | |
19 | 665 2002-09-15 Brian Masney <masneyb@gftp.org> |
666 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
667 numdirs from unsigned long to long. This must be a signed field. This | |
668 is a bug I introduced a few days ago. | |
669 | |
670 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
671 fdopen. This is also a bug I introduced a few days ago. | |
672 | |
673 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
674 difftime isn't a negative number when computing the KB/s | |
675 | |
676 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
677 GTK_OBJECT for the str variable | |
678 | |
679 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
680 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
681 | |
682 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
683 | |
684 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
685 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
686 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
687 port to create the dialog. Also, associate gFTP icon with this dialog | |
688 | |
689 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
690 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
691 dialog buttons. | |
692 | |
693 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
694 |
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
695 * configure.in: added 'ro' to ALL_LINGUAS |
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
696 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
697 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
|
698 * lib/misc.c - added gftp_sort_filelist function |
1 | 699 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
700 * 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
|
701 to do the sorting |
1 | 702 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
703 * 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
|
704 automake 1.4 |
1 | 705 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
706 * src/text/gftp-text.c, lib/protocols.c - more large file support |
1 | 707 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
708 2002-09-04 Brian Masney <masneyb@gftp.org> |
19 | 709 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
710 <tobias@portfolio16.de>) | |
1 | 711 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
712 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
|
713 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
19 | 714 request->sockfd and write to request->sockfd_write (Solaris doesn't |
715 like it when you read/write to the same FILE structure) | |
1 | 716 |
19 | 717 * lib/local.c - encode major/minor numbers for a device in the file |
718 size. This is probably still busted for other platforms | |
1 | 719 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
720 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
19 | 721 checking on the fdopen() calls. Also make sure that all of them have a |
722 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
1 | 723 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
724 * 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
|
725 function save_directory_listing. It's in the Local and Remote menus |
1 | 726 |
19 | 727 * src/gtk/view_dialog.c - changed log message slightly. The new string |
728 should already be in the po files translated | |
1 | 729 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
730 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
|
731 * lib/misc.c - don't allow passing a 0 to log10 |
1 | 732 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
733 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
|
734 * 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
|
735 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
|
736 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
|
737 (all from Sung-Hyun Nam <namsh@kldp.org>) |
1 | 738 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
739 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
|
740 * po/ko.po - language team change |
1 | 741 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
742 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
|
743 * po/ko.po - Updated Korean translation |
1 | 744 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
745 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
|
746 * 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
|
747 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
748 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
|
749 * configure.in - small build fixes |
1 | 750 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
751 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
|
752 * 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
|
753 elsewhere |
1 | 754 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
755 * 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
|
756 Removed anonymous FTP stuff |
1 | 757 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
758 * 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
|
759 is defined |
1 | 760 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
761 * lib/protocols.c - removed anonymous FTP stuff |
1 | 762 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
763 * lib/rfc2068.c - don't check for anonymous username |
1 | 764 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
765 * 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
|
766 (from Owen Taylor <otaylor@redhat.com>) |
1 | 767 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
768 2002-08-23 <baddog@cvs.gnome.org> |
19 | 769 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
770 zh_TW | |
1 | 771 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
772 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
|
773 * zh_TW.Big5.po renamed to zh_TW.po |
1 | 774 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
775 * zh_CN.GB2312.po renamed to zh_CN.po |
1 | 776 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
777 * zh_TW.Big5.gmo - Removed. |
1 | 778 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
779 * Makefile.in.in, gftp.pot - Remove generated file. |
1 | 780 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
781 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
|
782 * po/.cvsignore - Shhhhhh |
1 | 783 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
784 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
|
785 * po/de.po - Fixed German translation (charset, header) |
1 | 786 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
787 2002-08-05 Brian Masney <masneyb@gftp.org> |
19 | 788 * lib/protocols.c - When we connect to a remote server, don't change |
789 the hostname to the PTR record of the hostname | |
1 | 790 |
19 | 791 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
792 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
|
793 Overwrite/Resume/Skip dialog |
1 | 794 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
795 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
1 | 796 |
19 | 797 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
798 <gvranjes@softhome.net>) | |
1 | 799 |
19 | 800 * po/nl.po - Dutch updates (from Myckel Habets |
801 <myckelhabets@netscape.net>) | |
1 | 802 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
803 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
|
804 * gFTP 2.0.13 released |
1 | 805 |