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