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