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