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