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