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