Mercurial > gftp.yaz
annotate ChangeLog @ 35:9d73b3cf05a6
Updated Polish translation by GNOME PL Team <translators@gnome.pl>
author | chyla |
---|---|
date | Mon, 07 Oct 2002 18:17:08 +0000 |
parents | 87a94b93c36c |
children | bc9473ba9a90 |
rev | line source |
---|---|
34 | 1 2002-10-07 Brian Masney <masneyb@gftp.org> |
2 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
3 from Debian. This can be used as a menu icon. | |
4 | |
33 | 5 2002-10-06 Brian Masney <masneyb@gftp.org> |
6 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
7 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
8 | |
9 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
10 | |
11 2002-10-03 Brian Masney <masneyb@gftp.org> | |
12 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
13 will automagically add these for me. | |
14 | |
15 * autogen.sh - remove check for libtool | |
16 | |
17 * configure.in - link in gthread | |
18 | |
19 * cvsclean - added this script | |
20 | |
34 | 21 * *.[ch] - added $Id: ChangeLog,v 1.15 2002/10/07 10:44:05 masneyb Exp $ tags |
33 | 22 |
23 * debian/* - updated files from Debian maintainer | |
24 | |
32 | 25 2002-10-03 Brian Masney <masneyb@gftp.org> |
26 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
27 | |
28 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
29 call gdk_threads_enter() and gdk_threads_leave() | |
30 | |
28 | 31 2002-09-24 Brian Masney <masneyb@gftp.org> |
32 * configure.in - take [external] off of AM_GNU_GETTEXT | |
33 | |
27 | 34 2002-09-24 Brian Masney <masneyb@gftp.org> |
35 * intl/ - remove this directory | |
36 | |
26 | 37 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
38 * Makefile.am (SUBDIRS): Add intl, | |
39 (ACLOCAL_AMFLAGS): New variable. | |
40 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
41 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
42 | |
25 | 43 2002-09-24 Brian Masney <masneyb@gftp.org> |
26 | 44 * lib/config_file.c - separated saving of bookmarks from |
45 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
46 no longer be rewritten to disk every time gFTP exits | |
47 | |
48 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
49 gftp_write_config_file() when altering a bookmark | |
50 | |
51 * configure.in - Fixed problem with the text port being compiled | |
52 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
53 instead | |
54 | |
55 * autogen.sh - add this build script | |
56 | |
57 2002-09-24 Brian Masney <masneyb@gftp.org> | |
25 | 58 * Remove intl/ directory from CVS |
59 | |
23 | 60 2002-09-18 Brian Masney <masneyb@gftp.org> |
61 * Updated French translation (from Damien Mascr? | |
62 <damienmascre@free.fr>) | |
63 | |
64 * Updated Japanese translation (from Ryoichi INAGAKI | |
65 <inagaki@ryo1.net>) | |
66 | |
67 2002-09-17 Brian Masney <masneyb@gftp.org> | |
68 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
26 | 69 changes two times in the bookmark editor. Also, fixed several memory |
70 leaks | |
23 | 71 |
22 | 72 2002-09-16 Brian Masney <masneyb@gftp.org> |
73 * po/de.po - Updated German translation (from Matthias Haase | |
74 <matthias_haase@bennewitz.com>) | |
75 | |
76 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
77 <LAV@VL3143.spb.edu>) | |
78 | |
21 | 79 2002-09-16 Brian Masney <masneyb@gftp.org> |
80 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
81 Fixed compile errors when compiling against GTK+ 1.2 | |
82 | |
83 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
84 with GTK+ 1.2 | |
85 | |
19 | 86 2002-09-15 Brian Masney <masneyb@gftp.org> |
87 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
88 numdirs from unsigned long to long. This must be a signed field. This | |
89 is a bug I introduced a few days ago. | |
90 | |
91 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
92 fdopen. This is also a bug I introduced a few days ago. | |
93 | |
94 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
95 difftime isn't a negative number when computing the KB/s | |
96 | |
97 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
98 GTK_OBJECT for the str variable | |
99 | |
100 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
101 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
102 | |
103 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
104 | |
105 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
106 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
107 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
108 port to create the dialog. Also, associate gFTP icon with this dialog | |
109 | |
110 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
111 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
112 dialog buttons. | |
113 | |
114 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
115 |
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
116 * configure.in: added 'ro' to ALL_LINGUAS |
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
117 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
118 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
|
119 * lib/misc.c - added gftp_sort_filelist function |
1 | 120 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
121 * 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
|
122 to do the sorting |
1 | 123 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
124 * 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
|
125 automake 1.4 |
1 | 126 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
127 * src/text/gftp-text.c, lib/protocols.c - more large file support |
1 | 128 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
129 2002-09-04 Brian Masney <masneyb@gftp.org> |
19 | 130 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
131 <tobias@portfolio16.de>) | |
1 | 132 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
133 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
|
134 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
19 | 135 request->sockfd and write to request->sockfd_write (Solaris doesn't |
136 like it when you read/write to the same FILE structure) | |
1 | 137 |
19 | 138 * lib/local.c - encode major/minor numbers for a device in the file |
139 size. This is probably still busted for other platforms | |
1 | 140 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
141 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
19 | 142 checking on the fdopen() calls. Also make sure that all of them have a |
143 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
1 | 144 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
145 * 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
|
146 function save_directory_listing. It's in the Local and Remote menus |
1 | 147 |
19 | 148 * src/gtk/view_dialog.c - changed log message slightly. The new string |
149 should already be in the po files translated | |
1 | 150 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
151 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
|
152 * lib/misc.c - don't allow passing a 0 to log10 |
1 | 153 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
154 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
|
155 * 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
|
156 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
|
157 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
|
158 (all from Sung-Hyun Nam <namsh@kldp.org>) |
1 | 159 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
160 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
|
161 * po/ko.po - language team change |
1 | 162 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
163 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
|
164 * po/ko.po - Updated Korean translation |
1 | 165 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
166 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
|
167 * 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
|
168 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
169 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
|
170 * configure.in - small build fixes |
1 | 171 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
172 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
|
173 * 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
|
174 elsewhere |
1 | 175 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
176 * 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
|
177 Removed anonymous FTP stuff |
1 | 178 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
179 * 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
|
180 is defined |
1 | 181 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
182 * lib/protocols.c - removed anonymous FTP stuff |
1 | 183 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
184 * lib/rfc2068.c - don't check for anonymous username |
1 | 185 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
186 * 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
|
187 (from Owen Taylor <otaylor@redhat.com>) |
1 | 188 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
189 2002-08-23 <baddog@cvs.gnome.org> |
19 | 190 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
191 zh_TW | |
1 | 192 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
193 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
|
194 * zh_TW.Big5.po renamed to zh_TW.po |
1 | 195 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
196 * zh_CN.GB2312.po renamed to zh_CN.po |
1 | 197 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
198 * zh_TW.Big5.gmo - Removed. |
1 | 199 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
200 * Makefile.in.in, gftp.pot - Remove generated file. |
1 | 201 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
202 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
|
203 * po/.cvsignore - Shhhhhh |
1 | 204 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
205 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
|
206 * po/de.po - Fixed German translation (charset, header) |
1 | 207 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
208 2002-08-05 Brian Masney <masneyb@gftp.org> |
19 | 209 * lib/protocols.c - When we connect to a remote server, don't change |
210 the hostname to the PTR record of the hostname | |
1 | 211 |
19 | 212 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
213 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
|
214 Overwrite/Resume/Skip dialog |
1 | 215 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
216 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
1 | 217 |
19 | 218 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
219 <gvranjes@softhome.net>) | |
1 | 220 |
19 | 221 * po/nl.po - Dutch updates (from Myckel Habets |
222 <myckelhabets@netscape.net>) | |
1 | 223 |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
224 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
|
225 * gFTP 2.0.13 released |
1 | 226 |