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