Mercurial > gftp.yaz
annotate ChangeLog @ 57:72f6ca02c83a
2002-11-11 Brian Masney <masneyb@gftp.org>
* configure.in - compile GTK+ 2.0 port by default
| author | masneyb |
|---|---|
| date | Tue, 12 Nov 2002 00:04:44 +0000 |
| parents | a12bcbc2fce4 |
| children | c01d91c10f6c |
| rev | line source |
|---|---|
| 57 | 1 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 2 * configure.in - compile GTK+ 2.0 port by default | |
| 3 | |
| 56 | 4 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 5 * src/gtk/dnd.c - fixes to DnD code | |
| 6 | |
| 7 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
| 8 | |
| 9 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
| 10 we're in a child thread, instead compare the value of pthread_self() | |
| 11 with main_thread_id | |
| 12 | |
| 13 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
| 14 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 15 don't set user_data to 0x1 if we're in a child thread | |
| 16 | |
| 17 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
| 18 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
| 19 | |
| 20 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
| 21 port for the ssh service | |
| 22 | |
| 23 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
| 24 the default port for that protocol there | |
| 25 | |
| 26 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
| 27 Be able to update the directory download progress in window1 now | |
| 28 | |
| 29 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
| 30 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
| 31 needed | |
| 32 | |
| 54 | 33 2002-11-11 Andras Timar <timar@gnome.hu> |
| 34 * configure.in: added 'hu' to ALL_LINGUAS | |
| 35 | |
| 51 | 36 2002-11-6 Brian Masney <masneyb@gftp.org> |
| 37 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
| 38 listbox to grab the double click event | |
| 39 | |
| 50 | 40 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 41 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
| 42 the function add_file_transfer() | |
| 43 | |
| 44 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
| 45 | |
| 46 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
| 47 click stuff not working properly | |
| 48 | |
| 49 | 49 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 50 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
| 51 | |
| 52 2002-11-5 Brian Masney <masneyb@gftp.org> | |
| 53 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
| 54 functions from the top of the file. I had to rearrange the order of a | |
| 55 bunch of functions to avoid compiler warnings | |
| 56 | |
| 57 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
| 58 defined, give a compiler warning and define our own | |
| 59 | |
| 60 * lib/local.c (local_get_next_file) - if this file is a device, store | |
| 61 the major/minor number in the file size | |
| 62 | |
| 63 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
| 64 use the major() and minor() macros to display the major and minor number | |
| 65 | |
| 47 | 66 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 67 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
| 68 gftp_delete_cache_entry | |
| 69 | |
| 70 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
| 71 remote site, clear all cache entries for that site | |
| 72 | |
| 73 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
| 74 pass a 0 as second argument to gftp_delete_cache_entry | |
| 75 | |
| 46 | 76 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 77 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
| 78 If g_locale_to_utf8 fails, print out a warning to the user on the | |
| 79 console | |
| 80 | |
| 45 | 81 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 82 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
| 83 version. May cause problems later on. | |
| 84 | |
| 85 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
| 86 functions for user data when using glib 2.0 | |
| 87 | |
| 44 | 88 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 89 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
| 90 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
| 91 gtk_window_add_accel_group for both GTK+ ports | |
| 92 (from Nam SungHyun <namsh@kldp.org>) | |
| 93 | |
| 43 | 94 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 95 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
| 96 | |
| 97 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
| 98 and SIGINT is received, terminate the program | |
| 99 | |
| 42 | 100 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 101 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 102 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 103 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 104 improved and simplified signal handling code | |
| 105 | |
| 41 | 106 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 107 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 108 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 109 g_get_tmp_dir () | |
| 110 | |
| 111 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 112 | |
| 113 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 114 lib/sshv2.c - check for interrupted signal calls | |
| 115 | |
| 116 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 117 | |
| 118 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 119 g_main_context_iteration in GTK+ 2.0 port | |
| 120 | |
| 121 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 122 in GTK+ 2.0 port | |
| 123 | |
| 40 | 124 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 125 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 126 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 127 try to abort the transfer. | |
| 128 | |
| 129 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 130 | |
| 131 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 132 rfc2068_end_transfer and local_end_transfer respectively | |
| 133 | |
| 134 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 135 | |
| 136 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 137 first. If that fails, disconnect from the site completely | |
| 138 | |
| 39 | 139 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 140 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 141 | |
| 142 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 143 entry is NULL | |
| 144 | |
| 145 * lib/protocols.c (copy_token) - when setting the end position of | |
| 146 the token to \0, after we're done set it back to the origional position | |
| 147 | |
| 148 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 149 to just list | |
| 150 | |
| 37 | 151 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 152 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 153 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 154 and GFTP_PORTS_ALL flags | |
| 155 | |
| 156 * lib/config_file.c - update to use new fields. | |
| 157 | |
| 158 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 159 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 160 | |
| 161 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 162 was given on the command line, don't connect to it until the local side | |
| 163 has been setup | |
| 164 | |
| 165 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 166 set | |
| 167 | |
| 168 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 169 clear cache. Sort the filelist based on the configuration options. | |
| 170 | |
| 171 * configure.in - update to version 2.0.14 | |
| 172 | |
| 173 * cvsclean - clean up the Makefile.am file better | |
| 174 | |
| 36 | 175 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 176 * lib/local.c - fixed file uploads | |
| 177 | |
| 178 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 179 you didn't have permission to | |
| 180 | |
| 181 * src/gtk/transfer.c - display fixes for hostname | |
| 182 | |
| 183 * autogen.sh - pass -c to automake | |
| 184 | |
| 34 | 185 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 186 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 187 from Debian. This can be used as a menu icon. | |
| 188 | |
| 33 | 189 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 190 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 191 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 192 | |
| 193 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 194 | |
| 195 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 196 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 197 will automagically add these for me. | |
| 198 | |
| 199 * autogen.sh - remove check for libtool | |
| 200 | |
| 201 * configure.in - link in gthread | |
| 202 | |
| 203 * cvsclean - added this script | |
| 204 | |
| 57 | 205 * *.[ch] - added $Id: ChangeLog,v 1.32 2002/11/12 00:04:44 masneyb Exp $ tags |
| 33 | 206 |
| 207 * debian/* - updated files from Debian maintainer | |
| 208 | |
| 32 | 209 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 210 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 211 | |
| 212 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 213 call gdk_threads_enter() and gdk_threads_leave() | |
| 214 | |
| 28 | 215 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 216 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 217 | |
| 27 | 218 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 219 * intl/ - remove this directory | |
| 220 | |
| 26 | 221 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 222 * Makefile.am (SUBDIRS): Add intl, | |
| 223 (ACLOCAL_AMFLAGS): New variable. | |
| 224 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 225 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 226 | |
| 25 | 227 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 228 * lib/config_file.c - separated saving of bookmarks from |
| 229 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 230 no longer be rewritten to disk every time gFTP exits | |
| 231 | |
| 232 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 233 gftp_write_config_file() when altering a bookmark | |
| 234 | |
| 235 * configure.in - Fixed problem with the text port being compiled | |
| 236 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 237 instead | |
| 238 | |
| 239 * autogen.sh - add this build script | |
| 240 | |
| 241 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 242 * Remove intl/ directory from CVS |
| 243 | |
| 23 | 244 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 245 * Updated French translation (from Damien Mascr? | |
| 246 <damienmascre@free.fr>) | |
| 247 | |
| 248 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 249 <inagaki@ryo1.net>) | |
| 250 | |
| 251 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 252 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 253 changes two times in the bookmark editor. Also, fixed several memory |
| 254 leaks | |
| 23 | 255 |
| 22 | 256 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 257 * po/de.po - Updated German translation (from Matthias Haase | |
| 258 <matthias_haase@bennewitz.com>) | |
| 259 | |
| 260 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 261 <LAV@VL3143.spb.edu>) | |
| 262 | |
| 21 | 263 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 264 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 265 Fixed compile errors when compiling against GTK+ 1.2 | |
| 266 | |
| 267 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 268 with GTK+ 1.2 | |
| 269 | |
| 19 | 270 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 271 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 272 numdirs from unsigned long to long. This must be a signed field. This | |
| 273 is a bug I introduced a few days ago. | |
| 274 | |
| 275 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 276 fdopen. This is also a bug I introduced a few days ago. | |
| 277 | |
| 278 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 279 difftime isn't a negative number when computing the KB/s | |
| 280 | |
| 281 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 282 GTK_OBJECT for the str variable | |
| 283 | |
| 284 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 285 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 286 | |
| 287 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 288 | |
| 289 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 290 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 291 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 292 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 293 | |
| 294 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 295 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 296 dialog buttons. | |
| 297 | |
| 298 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
299 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
300 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
301 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
302 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
|
303 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 304 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
305 * 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
|
306 to do the sorting |
| 1 | 307 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
308 * 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
|
309 automake 1.4 |
| 1 | 310 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
311 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 312 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
313 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 314 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 315 <tobias@portfolio16.de>) | |
| 1 | 316 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
317 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
|
318 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 319 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 320 like it when you read/write to the same FILE structure) | |
| 1 | 321 |
| 19 | 322 * lib/local.c - encode major/minor numbers for a device in the file |
| 323 size. This is probably still busted for other platforms | |
| 1 | 324 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
325 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 326 checking on the fdopen() calls. Also make sure that all of them have a |
| 327 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 328 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
329 * 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
|
330 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 331 |
| 19 | 332 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 333 should already be in the po files translated | |
| 1 | 334 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
335 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
|
336 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 337 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
338 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
|
339 * 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
|
340 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
|
341 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
|
342 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 343 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
344 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
|
345 * po/ko.po - language team change |
| 1 | 346 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
347 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
|
348 * po/ko.po - Updated Korean translation |
| 1 | 349 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
350 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
|
351 * 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
|
352 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
353 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
|
354 * configure.in - small build fixes |
| 1 | 355 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
356 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
|
357 * 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
|
358 elsewhere |
| 1 | 359 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
360 * 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
|
361 Removed anonymous FTP stuff |
| 1 | 362 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
363 * 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
|
364 is defined |
| 1 | 365 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
366 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 367 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
368 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 369 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
370 * 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
|
371 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 372 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
373 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 374 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 375 zh_TW | |
| 1 | 376 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
377 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
|
378 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 379 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
380 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 381 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
382 * zh_TW.Big5.gmo - Removed. |
| 1 | 383 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
384 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 385 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
386 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
|
387 * po/.cvsignore - Shhhhhh |
| 1 | 388 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
389 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
|
390 * po/de.po - Fixed German translation (charset, header) |
| 1 | 391 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
392 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 393 * lib/protocols.c - When we connect to a remote server, don't change |
| 394 the hostname to the PTR record of the hostname | |
| 1 | 395 |
| 19 | 396 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 397 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
|
398 Overwrite/Resume/Skip dialog |
| 1 | 399 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
400 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 401 |
| 19 | 402 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 403 <gvranjes@softhome.net>) | |
| 1 | 404 |
| 19 | 405 * po/nl.po - Dutch updates (from Myckel Habets |
| 406 <myckelhabets@netscape.net>) | |
| 1 | 407 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
408 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
|
409 * gFTP 2.0.13 released |
| 1 | 410 |
