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