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