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