dd80f062501d66b91a4b43f147599373fce4c597
[chise/xemacs-chise.git.1] / netinstall / ChangeLog
1 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
2
3         * XEmacs 21.4.3 "Academic Rigor" is released.
4
5 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
6
7         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
8
9 2001-04-19  Andy Piper  <andy@xemacs.org>
10
11         * Makefile.in.in (setup-bin.ini): new. Just calculate ini for the
12         binaries
13         (desktop.o): add correct dependency
14
15         * reginfo.h: Update arch to i586 and 21.4
16         * reginfo.h (XEMACS_NATIVE_ARCH_NAME): ditto
17
18 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
19
20         * XEmacs 21.4.1 "Copyleft" is released.
21
22 2001-04-17  Stephen J. Turnbull  <stephen@xemacs.org>
23
24         * reginfo.h: Fixup 21.2 -> 21.4.
25
26 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
27
28         * XEmacs 21.4.0 "Solid Vapor" is released.
29
30 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
31
32         * XEmacs 21.2.47 "Zephir" is released.
33
34 2001-03-21  Martin Buchholz <martin@xemacs.org>
35
36         * XEmacs 21.2.46 "Urania" is released.
37
38 2001-03-01  Andy Piper  <andy@xemacs.org>
39
40         * desktop.cc (find_xemacs_exe_name): support 21.1 and 21.2 series.
41
42         * iniparse.c: remove.
43
44         * inilex.c: remove
45
46 2001-02-23  Martin Buchholz <martin@xemacs.org>
47
48         * XEmacs 21.2.45 "Thelxepeia" is released.
49
50 2001-02-08  Martin Buchholz <martin@xemacs.org>
51
52         * XEmacs 21.2.44 "Thalia" is released.
53
54 2001-02-02  Andy Piper  <andy@xemacs.org>
55
56         * res.rc: update mirrors.lst location.
57
58 2001-01-26  Martin Buchholz <martin@xemacs.org>
59
60         * XEmacs 21.2.43 "Terspichore" is released.
61
62 2001-01-21  Andy Piper  <andy@xemacs.org>
63
64         * Makefile.in.in (%.o): use CXX to compile
65
66         * res.rc: beautify download status and install status.
67
68         * nio-ftp.cc: use xemacs-setup user for identity.
69
70 2001-01-20  Martin Buchholz <martin@xemacs.org>
71
72         * XEmacs 21.2.42 "Poseidon" is released.
73
74 2001-01-17  Andy Piper  <andy@xemacs.org>
75
76         * ini.h: move extern "C" to aid win32 compilation. From Fabrice
77         Popineau.
78
79 2001-01-17  Martin Buchholz <martin@xemacs.org>
80
81         * XEmacs 21.2.41 "Polyhymnia" is released.
82
83 2001-01-12  Andy Piper  <andy@xemacs.org>
84
85         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
86         isn't installed.
87
88 2001-01-10  Andy Piper  <andy@xemacs.org>
89
90         * README.xemacs: deleted.
91
92         * README: updated.
93
94         * tar.cc (tar_gzctell): new function picked up from some internal
95         cygnus version of zlib.
96
97         * Makefile.in.in (LOCALCFLAGS): use -O2
98         (OBJS): reinstate autoload.
99
100 2001-01-09  Andy Piper  <andy@xemacs.org>
101
102         * root.cc (dialog_cmd): backslash root dir.
103
104         * desktop.cc (do_desktop): runemacs.exe is the exe to run.
105
106         * package-net.el (package-net-batch-convert-index-to-ini): new
107         batch command.
108
109         * Makefile.in.in (setup.ini): new target. Automatically create.
110         (LOCALCFLAGS): use extra_includes.
111         (setup.ini): new target.
112         
113         * regedit.cc (create_xemacs_root): write out the package path.
114
115         * reginfo.h (XEMACS_NATIVE_ARCH_NAME): arch dir is i386 not i586
116
117 2001-01-08  Martin Buchholz <martin@xemacs.org>
118
119         * XEmacs 21.2.40 is released.
120
121 2000-12-31  Martin Buchholz <martin@xemacs.org>
122
123         * XEmacs 21.2.39 is released.
124
125 2000-12-28  Andy Piper  <andy@xemacs.org>
126
127         * desktop.cc (FROB): add more app paths.
128
129 2000-12-24  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
130
131         * choose.cc (create_listview): CreateWindowEx() does not take this kind of
132         parameter.
133
134         * choose.cc (package_sort):
135         * hash.cc (rev_len):
136         * site.cc (site_sort): must be __cdecl to be called by qsort().
137
138         * download.cc:
139         * install.cc:
140         * nio-file.cc:
141         * tar.cc: because of the redefinition of stat to _stat, the
142         inclusion of win32 headers has to be delayed.
143         
144         * win32.h: added some declarations, such as CDECL if
145         not defined, #define for functions that are not standard in msvc
146         libc (strdup, stat ...)
147
148         * concat.h, concat.cc (concat): must be declared CDECL
149
150         * desktop.cc: <io.h> is needed.
151
152         * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
153         be a HWND.
154
155         * diskfull.cc: syntax when declaring GDFS.
156
157         * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
158         and fprintf(). Various CDECL declarations: yyerror(), fprintf().
159         
160         * inilex.l: <stdlib.h> required.
161         
162         * iniparse.y: use strdup(), require "win32.h" and <string.h>
163         
164         * install.cc (dialog): syntax when declaring. CreateDialog()
165         returns a HWND.
166         
167         * postinstall.cc: <io.h> and <stdio.h> are needed.
168         
169         * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
170         anything about Cygwin stuff.
171         
172         * setup.mak: new makefile for WIN32_NATIVE.
173         
174         * splash.cc (load_dialog): GetDlgItem() returns a HWND.
175         
176         * tar.cc: msvc knows about __int64, but not `long long'.
177
178         * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
179         in including <windows.h> because the files listed there are not
180         enough for <wininet.h>.
181         
182         * desktop.cc:
183         * fromcwd.cc:
184         * install.cc: 
185         * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
186
187         * choose.cc (do_choose):
188         * ini.cc (do_ini):
189         * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
190
191 2000-12-24  Andy Piper  <andy@xemacs.org>
192
193         * choose.cc (read_installed_db): grok package versions correctly.
194
195         * Makefile.in.in: add MINGW define.
196
197 2000-12-18  Andy Piper  <andy@xemacs.org>
198
199         * res.rc: better look and feel.
200
201 2000-12-18  Andy Piper  <andy@xemacs.org>
202
203         * desktop.cc (do_desktop_setup): more app path fiddling.
204
205 2000-12-13  Andy Piper  <andy@xemacs.org>
206
207         * root.cc (dialog_cmd): create the root in the registry if we are successful.
208
209         * desktop.cc (find_xemacs_exe_path): new function. Split out from
210         find_xemacs_exe ().
211         (find_xemacs_exe_name): ditto.
212         (do_desktop_setup): setup app paths if we are installing xemacs
213         itself.
214         (do_desktop): use new functions.
215
216         * regedit.cc (create_xemacs_root): fix key name.
217         (find_xemacs_root): set isnative whatever the key value.
218         (set_app_path): new function. Set path for an app.
219
220 2000-12-12  Andy Piper  <andy@xemacs.org>
221
222         * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
223
224 2000-12-12  Andy Piper  <andy@xemacs.org>
225
226         * reginfo.h: new macros.
227
228         * iniparse.y: define xemacs_package.
229
230         * ini.h: declare xemacs_package.
231
232         * fromcwd.cc (found_file): guess core type from name.
233
234         * concat.cc: kill warnings.
235         * net.cc: ditto.
236
237         * choose.cc (do_choose): pick up core package type chosen.
238
239         * Makefile.in.in: make sure we can pick up a mingw zlib.
240
241         * desktop.cc: fix desktop icon creation.
242
243 2000-11-12  Andy Piper  <andy@xemacs.org>
244
245         * all: port from cygwin setup.
246
247 %%% $Id: ChangeLog,v 1.2.2.8 2001/05/17 14:59:49 stephent Exp $
248 $Revision: 1.2.2.8 $