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