1 2000-12-31 Martin Buchholz <martin@xemacs.org>
3 * XEmacs 21.2.39 is released.
5 2000-12-28 Andy Piper <andy@xemacs.org>
7 * desktop.cc (FROB): add more app paths.
9 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
11 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
14 * choose.cc (package_sort):
16 * site.cc (site_sort): must be __cdecl to be called by qsort().
21 * tar.cc: because of the redefinition of stat to _stat, the
22 inclusion of win32 headers has to be delayed.
24 * win32.h: added some declarations, such as CDECL if
25 not defined, #define for functions that are not standard in msvc
26 libc (strdup, stat ...)
28 * concat.h, concat.cc (concat): must be declared CDECL
30 * desktop.cc: <io.h> is needed.
32 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
35 * diskfull.cc: syntax when declaring GDFS.
37 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
38 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
40 * inilex.l: <stdlib.h> required.
42 * iniparse.y: use strdup(), require "win32.h" and <string.h>
44 * install.cc (dialog): syntax when declaring. CreateDialog()
47 * postinstall.cc: <io.h> and <stdio.h> are needed.
49 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
50 anything about Cygwin stuff.
52 * setup.mak: new makefile for WIN32_NATIVE.
54 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
56 * tar.cc: msvc knows about __int64, but not `long long'.
58 * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
59 in including <windows.h> because the files listed there are not
60 enough for <wininet.h>.
65 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
67 * choose.cc (do_choose):
69 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
71 2000-12-24 Andy Piper <andy@xemacs.org>
73 * choose.cc (read_installed_db): grok package versions correctly.
75 * Makefile.in.in: add MINGW define.
77 2000-12-18 Andy Piper <andy@xemacs.org>
79 * res.rc: better look and feel.
81 2000-12-18 Andy Piper <andy@xemacs.org>
83 * desktop.cc (do_desktop_setup): more app path fiddling.
85 2000-12-13 Andy Piper <andy@xemacs.org>
87 * root.cc (dialog_cmd): create the root in the registry if we are successful.
89 * desktop.cc (find_xemacs_exe_path): new function. Split out from
91 (find_xemacs_exe_name): ditto.
92 (do_desktop_setup): setup app paths if we are installing xemacs
94 (do_desktop): use new functions.
96 * regedit.cc (create_xemacs_root): fix key name.
97 (find_xemacs_root): set isnative whatever the key value.
98 (set_app_path): new function. Set path for an app.
100 2000-12-12 Andy Piper <andy@xemacs.org>
102 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
104 2000-12-12 Andy Piper <andy@xemacs.org>
106 * reginfo.h: new macros.
108 * iniparse.y: define xemacs_package.
110 * ini.h: declare xemacs_package.
112 * fromcwd.cc (found_file): guess core type from name.
114 * concat.cc: kill warnings.
117 * choose.cc (do_choose): pick up core package type chosen.
119 * Makefile.in.in: make sure we can pick up a mingw zlib.
121 * desktop.cc: fix desktop icon creation.
123 2000-11-12 Andy Piper <andy@xemacs.org>
125 * all: port from cygwin setup.
127 %%% $Id: ChangeLog,v 1.1.2.4 2000/12/30 10:01:41 andyp Exp $