1 2001-02-08 Martin Buchholz <martin@xemacs.org>
3 * XEmacs 21.2.44 "Thalia" is released.
5 2001-02-02 Andy Piper <andy@xemacs.org>
7 * res.rc: update mirrors.lst location.
9 2001-01-26 Martin Buchholz <martin@xemacs.org>
11 * XEmacs 21.2.43 "Terspichore" is released.
13 2001-01-21 Andy Piper <andy@xemacs.org>
15 * Makefile.in.in (%.o): use CXX to compile
17 * res.rc: beautify download status and install status.
19 * nio-ftp.cc: use xemacs-setup user for identity.
21 2001-01-20 Martin Buchholz <martin@xemacs.org>
23 * XEmacs 21.2.42 "Poseidon" is released.
25 2001-01-17 Andy Piper <andy@xemacs.org>
27 * ini.h: move extern "C" to aid win32 compilation. From Fabrice
30 2001-01-17 Martin Buchholz <martin@xemacs.org>
32 * XEmacs 21.2.41 "Polyhymnia" is released.
34 2001-01-12 Andy Piper <andy@xemacs.org>
36 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
39 2001-01-10 Andy Piper <andy@xemacs.org>
41 * README.xemacs: deleted.
45 * tar.cc (tar_gzctell): new function picked up from some internal
46 cygnus version of zlib.
48 * Makefile.in.in (LOCALCFLAGS): use -O2
49 (OBJS): reinstate autoload.
51 2001-01-09 Andy Piper <andy@xemacs.org>
53 * root.cc (dialog_cmd): backslash root dir.
55 * desktop.cc (do_desktop): runemacs.exe is the exe to run.
57 * package-net.el (package-net-batch-convert-index-to-ini): new
60 * Makefile.in.in (setup.ini): new target. Automatically create.
61 (LOCALCFLAGS): use extra_includes.
62 (setup.ini): new target.
64 * regedit.cc (create_xemacs_root): write out the package path.
66 * reginfo.h (XEMACS_NATIVE_ARCH_NAME): arch dir is i386 not i586
68 2001-01-08 Martin Buchholz <martin@xemacs.org>
70 * XEmacs 21.2.40 is released.
72 2000-12-31 Martin Buchholz <martin@xemacs.org>
74 * XEmacs 21.2.39 is released.
76 2000-12-28 Andy Piper <andy@xemacs.org>
78 * desktop.cc (FROB): add more app paths.
80 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
82 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
85 * choose.cc (package_sort):
87 * site.cc (site_sort): must be __cdecl to be called by qsort().
92 * tar.cc: because of the redefinition of stat to _stat, the
93 inclusion of win32 headers has to be delayed.
95 * win32.h: added some declarations, such as CDECL if
96 not defined, #define for functions that are not standard in msvc
97 libc (strdup, stat ...)
99 * concat.h, concat.cc (concat): must be declared CDECL
101 * desktop.cc: <io.h> is needed.
103 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
106 * diskfull.cc: syntax when declaring GDFS.
108 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
109 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
111 * inilex.l: <stdlib.h> required.
113 * iniparse.y: use strdup(), require "win32.h" and <string.h>
115 * install.cc (dialog): syntax when declaring. CreateDialog()
118 * postinstall.cc: <io.h> and <stdio.h> are needed.
120 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
121 anything about Cygwin stuff.
123 * setup.mak: new makefile for WIN32_NATIVE.
125 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
127 * tar.cc: msvc knows about __int64, but not `long long'.
129 * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
130 in including <windows.h> because the files listed there are not
131 enough for <wininet.h>.
136 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
138 * choose.cc (do_choose):
140 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
142 2000-12-24 Andy Piper <andy@xemacs.org>
144 * choose.cc (read_installed_db): grok package versions correctly.
146 * Makefile.in.in: add MINGW define.
148 2000-12-18 Andy Piper <andy@xemacs.org>
150 * res.rc: better look and feel.
152 2000-12-18 Andy Piper <andy@xemacs.org>
154 * desktop.cc (do_desktop_setup): more app path fiddling.
156 2000-12-13 Andy Piper <andy@xemacs.org>
158 * root.cc (dialog_cmd): create the root in the registry if we are successful.
160 * desktop.cc (find_xemacs_exe_path): new function. Split out from
162 (find_xemacs_exe_name): ditto.
163 (do_desktop_setup): setup app paths if we are installing xemacs
165 (do_desktop): use new functions.
167 * regedit.cc (create_xemacs_root): fix key name.
168 (find_xemacs_root): set isnative whatever the key value.
169 (set_app_path): new function. Set path for an app.
171 2000-12-12 Andy Piper <andy@xemacs.org>
173 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
175 2000-12-12 Andy Piper <andy@xemacs.org>
177 * reginfo.h: new macros.
179 * iniparse.y: define xemacs_package.
181 * ini.h: declare xemacs_package.
183 * fromcwd.cc (found_file): guess core type from name.
185 * concat.cc: kill warnings.
188 * choose.cc (do_choose): pick up core package type chosen.
190 * Makefile.in.in: make sure we can pick up a mingw zlib.
192 * desktop.cc: fix desktop icon creation.
194 2000-11-12 Andy Piper <andy@xemacs.org>
196 * all: port from cygwin setup.
198 %%% $Id: ChangeLog,v 1.1.2.16 2001/02/02 19:47:47 andyp Exp $
199 $Revision: 1.1.2.16 $