annotate ChangeLog @ 26:d74bfa342116

2002-09-24 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (SUBDIRS): Add intl, (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath mkinstalldirs. * configure.in (AC_OUTPUT): Add intl/Makefile, 2002-09-24 Brian Masney <masneyb@gftp.org> * lib/config_file.c - separated saving of bookmarks from gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will no longer be rewritten to disk every time gFTP exits * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of gftp_write_config_file() when altering a bookmark * configure.in - Fixed problem with the text port being compiled against glib 1.2 if we wanted it to be compiled against glib 2.0 instead * autogen.sh - add this build script
author masneyb
date Tue, 24 Sep 2002 12:18:40 +0000
parents 8ded3af0172c
children 6db3583f538a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
1 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
2
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
3 * Makefile.am (SUBDIRS): Add intl,
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
4 (ACLOCAL_AMFLAGS): New variable.
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
5 (EXTRA_DIST): Add config.rpath mkinstalldirs.
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
6 * configure.in (AC_OUTPUT): Add intl/Makefile,
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
7
25
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
8 2002-09-24 Brian Masney <masneyb@gftp.org>
26
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
9 * lib/config_file.c - separated saving of bookmarks from
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
10 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
11 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
12
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
13 * 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
14 gftp_write_config_file() when altering a bookmark
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
15
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
16 * 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
17 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
18 instead
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
19
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
20 * autogen.sh - add this build script
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
21
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
22 2002-09-24 Brian Masney <masneyb@gftp.org>
d74bfa342116 2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
masneyb
parents: 25
diff changeset
23
25
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
24 * Remove intl/ directory from CVS
8ded3af0172c 2002-09-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 23
diff changeset
25
23
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
26 2002-09-18 Brian Masney <masneyb@gftp.org>
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
27 * Updated French translation (from Damien Mascr?
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
28 <damienmascre@free.fr>)
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
29
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
30 * Updated Japanese translation (from Ryoichi INAGAKI
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
31 <inagaki@ryo1.net>)
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
32
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
33 2002-09-17 Brian Masney <masneyb@gftp.org>
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
34 * 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
35 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
36 leaks
23
e19785b088d7 2002-09-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 22
diff changeset
37
22
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
38 2002-09-16 Brian Masney <masneyb@gftp.org>
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
39 * po/de.po - Updated German translation (from Matthias Haase
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
40 <matthias_haase@bennewitz.com>)
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
41
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
42 * po/ru.po - Updated Russian translation (from Vitaly Lipatov
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
43 <LAV@VL3143.spb.edu>)
cc6431f1ca55 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 21
diff changeset
44
21
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
45 2002-09-16 Brian Masney <masneyb@gftp.org>
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
46 * 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
47 Fixed compile errors when compiling against GTK+ 1.2
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
48
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
49 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
50 with GTK+ 1.2
4b244bf9d84d 2002-09-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 19
diff changeset
51
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
52 2002-09-15 Brian Masney <masneyb@gftp.org>
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
53 * 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
54 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
55 is a bug I introduced a few days ago.
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
56
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
57 * 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
58 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
59
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
60 * 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
61 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
62
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
63 * 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
64 GTK_OBJECT for the str variable
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
65
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
66 * 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
67 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
68
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
69 * 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
70
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
71 * 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
72 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
73 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
74 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
75
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
76 * 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
77 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
78 dialog buttons.
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
79
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
80 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
18
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
81
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
82 * configure.in: added 'ro' to ALL_LINGUAS
6b2e606554aa 2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents: 17
diff changeset
83
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
84 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
85 * lib/misc.c - added gftp_sort_filelist function
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
86
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
87 * 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
88 to do the sorting
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
89
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
90 * 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
91 automake 1.4
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
92
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
93 * src/text/gftp-text.c, lib/protocols.c - more large file support
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
94
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
95 2002-09-04 Brian Masney <masneyb@gftp.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
96 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
97 <tobias@portfolio16.de>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
98
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
99 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
100 * 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
101 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
102 like it when you read/write to the same FILE structure)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
103
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
104 * 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
105 size. This is probably still busted for other platforms
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
106
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
107 * 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
108 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
109 + in their open mode. Doesn't affect UNIX, but it does affect Windows
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
110
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
111 * 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
112 function save_directory_listing. It's in the Local and Remote menus
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
113
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
114 * 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
115 should already be in the po files translated
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
116
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
117 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
118 * lib/misc.c - don't allow passing a 0 to log10
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
119
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
120 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
121 * 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
122 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
123 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
124 (all from Sung-Hyun Nam <namsh@kldp.org>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
125
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
126 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
127 * po/ko.po - language team change
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
128
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
129 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
130 * po/ko.po - Updated Korean translation
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
131
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
132 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
133 * 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
134
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
135 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
136 * configure.in - small build fixes
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
137
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
138 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
139 * 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
140 elsewhere
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
141
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
142 * 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
143 Removed anonymous FTP stuff
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
144
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
145 * 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
146 is defined
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
147
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
148 * lib/protocols.c - removed anonymous FTP stuff
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
149
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
150 * lib/rfc2068.c - don't check for anonymous username
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
151
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
152 * 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
153 (from Owen Taylor <otaylor@redhat.com>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
154
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
155 2002-08-23 <baddog@cvs.gnome.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
156 * 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
157 zh_TW
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
158
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
159 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
160 * zh_TW.Big5.po renamed to zh_TW.po
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
161
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
162 * zh_CN.GB2312.po renamed to zh_CN.po
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
163
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
164 * zh_TW.Big5.gmo - Removed.
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
165
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
166 * Makefile.in.in, gftp.pot - Remove generated file.
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
167
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
168 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
169 * po/.cvsignore - Shhhhhh
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
170
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
171 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
172 * po/de.po - Fixed German translation (charset, header)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
173
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
174 2002-08-05 Brian Masney <masneyb@gftp.org>
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
175 * 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
176 the hostname to the PTR record of the hostname
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
177
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
178 * 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
179 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
180 Overwrite/Resume/Skip dialog
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
181
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
182 * docs/sample.gftp/gftprc - put the ext= lines back in the config file
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
183
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
184 * po/es.po - Spanish updates (from Gustavo D. Vranjes
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
185 <gvranjes@softhome.net>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
186
19
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
187 * po/nl.po - Dutch updates (from Myckel Habets
3b2dcdefc7e9 2002-09-15 Brian Masney <masneyb@gftp.org>
masneyb
parents: 18
diff changeset
188 <myckelhabets@netscape.net>)
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
189
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents: 2
diff changeset
190 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
191 * gFTP 2.0.13 released
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
192