448
|
1 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.2.39 is released.
|
|
4
|
|
5 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
6
|
|
7 * desktop.cc (FROB): add more app paths.
|
|
8
|
|
9 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
10
|
|
11 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
|
|
12 parameter.
|
|
13
|
|
14 * choose.cc (package_sort):
|
|
15 * hash.cc (rev_len):
|
|
16 * site.cc (site_sort): must be __cdecl to be called by qsort().
|
|
17
|
|
18 * download.cc:
|
|
19 * install.cc:
|
|
20 * nio-file.cc:
|
|
21 * tar.cc: because of the redefinition of stat to _stat, the
|
|
22 inclusion of win32 headers has to be delayed.
|
|
23
|
|
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 ...)
|
|
27
|
|
28 * concat.h, concat.cc (concat): must be declared CDECL
|
|
29
|
|
30 * desktop.cc: <io.h> is needed.
|
|
31
|
|
32 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
|
|
33 be a HWND.
|
|
34
|
|
35 * diskfull.cc: syntax when declaring GDFS.
|
|
36
|
|
37 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
|
|
38 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
|
|
39
|
|
40 * inilex.l: <stdlib.h> required.
|
|
41
|
|
42 * iniparse.y: use strdup(), require "win32.h" and <string.h>
|
|
43
|
|
44 * install.cc (dialog): syntax when declaring. CreateDialog()
|
|
45 returns a HWND.
|
|
46
|
|
47 * postinstall.cc: <io.h> and <stdio.h> are needed.
|
|
48
|
|
49 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
|
|
50 anything about Cygwin stuff.
|
|
51
|
|
52 * setup.mak: new makefile for WIN32_NATIVE.
|
|
53
|
|
54 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
|
|
55
|
|
56 * tar.cc: msvc knows about __int64, but not `long long'.
|
|
57
|
|
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>.
|
|
61
|
|
62 * desktop.cc:
|
|
63 * fromcwd.cc:
|
|
64 * install.cc:
|
|
65 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
|
|
66
|
|
67 * choose.cc (do_choose):
|
|
68 * ini.cc (do_ini):
|
|
69 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
|
|
70
|
|
71 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
72
|
|
73 * choose.cc (read_installed_db): grok package versions correctly.
|
|
74
|
|
75 * Makefile.in.in: add MINGW define.
|
|
76
|
|
77 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
78
|
|
79 * res.rc: better look and feel.
|
|
80
|
|
81 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
82
|
|
83 * desktop.cc (do_desktop_setup): more app path fiddling.
|
|
84
|
|
85 2000-12-13 Andy Piper <andy@xemacs.org>
|
|
86
|
|
87 * root.cc (dialog_cmd): create the root in the registry if we are successful.
|
|
88
|
|
89 * desktop.cc (find_xemacs_exe_path): new function. Split out from
|
|
90 find_xemacs_exe ().
|
|
91 (find_xemacs_exe_name): ditto.
|
|
92 (do_desktop_setup): setup app paths if we are installing xemacs
|
|
93 itself.
|
|
94 (do_desktop): use new functions.
|
|
95
|
|
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.
|
|
99
|
|
100 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
101
|
|
102 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
|
|
103
|
|
104 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
105
|
|
106 * reginfo.h: new macros.
|
|
107
|
|
108 * iniparse.y: define xemacs_package.
|
|
109
|
|
110 * ini.h: declare xemacs_package.
|
|
111
|
|
112 * fromcwd.cc (found_file): guess core type from name.
|
|
113
|
|
114 * concat.cc: kill warnings.
|
|
115 * net.cc: ditto.
|
|
116
|
|
117 * choose.cc (do_choose): pick up core package type chosen.
|
|
118
|
|
119 * Makefile.in.in: make sure we can pick up a mingw zlib.
|
|
120
|
|
121 * desktop.cc: fix desktop icon creation.
|
|
122
|
|
123 2000-11-12 Andy Piper <andy@xemacs.org>
|
|
124
|
|
125 * all: port from cygwin setup.
|
|
126
|
|
127 %%% $Id: ChangeLog,v 1.1.2.5 2000/12/31 12:03:34 martinb Exp $
|
|
128 $Revision: 1.1.2.5 $
|