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