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