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