annotate ChangeLog @ 49:0fec02fb9e54

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