2506
|
1 2004-11-05 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * res.rc:
|
|
4 Fix ^M brokenness.
|
|
5
|
2346
|
6 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
7
|
|
8 * XEmacs 21.5.18 "chestnut" is released.
|
|
9
|
1964
|
10 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
11
|
|
12 * XEmacs 21.5.17 "chayote" is released.
|
|
13
|
1716
|
14 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
15
|
|
16 * XEmacs 21.5.16 "celeriac" is released.
|
|
17
|
1665
|
18 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
19
|
|
20 * XEmacs 21.5.15 "celery" is released.
|
|
21
|
1510
|
22 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
23
|
|
24 * XEmacs 21.5.14 "cassava" is released.
|
|
25
|
1473
|
26 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
27
|
|
28 * XEmacs 21.5.13 "cauliflower" is released.
|
|
29
|
1431
|
30 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
31
|
|
32 * XEmacs 21.5.12 "carrot" is released.
|
|
33
|
1307
|
34 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
35
|
|
36 * XEmacs 21.5.11 "cabbage" is released.
|
|
37
|
1187
|
38 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
39
|
|
40 * XEmacs 21.5.10 "burdock" is released.
|
|
41
|
981
|
42 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
43
|
|
44 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
45
|
933
|
46 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
47
|
|
48 * XEmacs 21.5.8 "broccoli" is released.
|
|
49
|
894
|
50 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
51
|
|
52 * XEmacs 21.5.7 "broccoflower" is released.
|
|
53
|
819
|
54 2002-02-04 Andy Piper <andy@xemacs.org>
|
|
55
|
|
56 * install.cc (install_one): Munge installed filename to fit inside
|
|
57 dialog.
|
|
58
|
|
59 2001-12-17 Andy Piper <andy@xemacs.org>
|
|
60
|
|
61 * desktop.cc (do_desktop_setup): register the whole gamut of C++
|
|
62 file types.
|
|
63
|
|
64 2001-12-12 Andy Piper <andy@xemacs.org>
|
|
65
|
|
66 * win32.h (CDECL): reorder to remove warnings.
|
|
67
|
|
68 * Makefile.in.in: add new dependencies.
|
|
69
|
|
70 * desktop.h: new file.
|
|
71
|
|
72 * uninstall.cc: use it.
|
|
73
|
|
74 * install.cc (uninstall_one): when uninstalling xemacs remove
|
|
75 shortcuts also.
|
|
76
|
|
77 * desktop.cc (remove_xemacs_setup): split out from
|
|
78 remove_desktop_setup.
|
|
79 (remove_desktop_setup): call it.
|
|
80
|
|
81 2001-12-05 Andy Piper <andy@xemacs.org>
|
|
82
|
|
83 * win32.h: re-order declarations for native windows from Fabrice
|
|
84 Popineau.
|
|
85
|
|
86 2001-11-22 Andy Piper <andy@xemacs.org>
|
|
87
|
|
88 * Makefile.in.in (setup-bin.ini): cope with kit revisions.
|
|
89
|
|
90 * source.cc (save_dialog): warning removal.
|
|
91 (load_dialog): ditto.
|
|
92
|
|
93 * msg.cc: remove cvs id.
|
|
94
|
|
95 * desktop.cc (find_xemacs_version): new function. Cope with kit
|
|
96 revisions.
|
|
97 (find_xemacs_exe_path): use it.
|
|
98 (find_xemacs_exe_name): ditto.
|
|
99
|
804
|
100 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
101
|
|
102 * XEmacs 21.5.6 "bok choi" is released.
|
|
103
|
774
|
104 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
105
|
|
106 * The Great Mule Merge: placeholder.
|
|
107
|
768
|
108 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
109
|
|
110 * XEmacs 21.5.5 "beets" is released.
|
|
111
|
725
|
112 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
113
|
|
114 * XEmacs 21.5.4 "bamboo" is released.
|
|
115
|
707
|
116 2001-12-12 Andy Piper <andy@xemacs.org>
|
|
117
|
|
118 * win32.h (CDECL): reorder to remove warnings.
|
|
119
|
|
120 * Makefile.in.in: add new dependencies.
|
|
121
|
|
122 * desktop.h: new file.
|
|
123
|
|
124 * uninstall.cc: use it.
|
|
125
|
|
126 * install.cc (uninstall_one): when uninstalling xemacs remove
|
|
127 shortcuts also.
|
|
128
|
|
129 * desktop.cc (remove_xemacs_setup): split out from
|
|
130 remove_desktop_setup.
|
|
131 (remove_desktop_setup): call it.
|
|
132
|
|
133 2001-12-05 Andy Piper <andy@xemacs.org>
|
|
134
|
|
135 * win32.h: re-order declarations for native windows from Fabrice
|
|
136 Popineau.
|
|
137
|
|
138 2001-11-22 Andy Piper <andy@xemacs.org>
|
|
139
|
|
140 * Makefile.in.in (setup-bin.ini): cope with kit revisions.
|
|
141
|
|
142 * source.cc (save_dialog): warning removal.
|
|
143 (load_dialog): ditto.
|
|
144
|
|
145 * msg.cc: remove cvs id.
|
|
146
|
|
147 * desktop.cc (find_xemacs_version): new function. Cope with kit
|
|
148 revisions.
|
|
149 (find_xemacs_exe_path): use it.
|
|
150 (find_xemacs_exe_name): ditto.
|
|
151
|
|
152 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
153
|
|
154 * XEmacs 21.4.6 "Common Lisp" is released.
|
|
155
|
673
|
156 2001-10-27 Andy Piper <andy@xemacs.org>
|
|
157
|
|
158 * localdir.cc (dialog_cmd): allow download directory to be
|
|
159 created.
|
|
160 * log.cc (exit_setup): cygwin -> XEmacs
|
|
161 * net.cc (dialog_cmd):
|
|
162 (dialog_proc):
|
|
163 (do_net): sync with cygwin installer.
|
|
164 * res.rc:
|
|
165 * resource.h (IDS_CREATE_DIR): new.
|
|
166 * source.cc (load_dialog):
|
|
167 (save_dialog):
|
|
168 (dialog_cmd):
|
|
169 (dialog_proc):
|
|
170 (do_source): sync with cygwin installer.
|
|
171 * uninstall.cc (progress): remove log message.
|
|
172 * Makefile.in.in: generated setup-bin.ini correctly.
|
|
173
|
|
174 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
175
|
|
176 * Merge 21.5 codeline.
|
|
177
|
|
178 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
179
|
|
180 * setup.mak (OBJS): minor build fixes.
|
|
181 (distclean):
|
|
182
|
672
|
183 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
184
|
|
185 * desktop.cc:
|
|
186 * desktop.cc (do_desktop_setup):
|
|
187 * desktop.cc (load_dialog):
|
|
188 * desktop.cc (save_dialog):
|
|
189 * desktop.cc (do_desktop): handle idl file registration.
|
|
190 * geturl.cc (dialog): warning removal.
|
|
191 * geturl.cc (get_url_to_string):
|
|
192 * geturl.cc (get_url_to_file): make sure the nio gets deleted
|
|
193 after use, this also closes the inbound socket.
|
|
194 * nio-ftp.cc (ftp_line): fix from cygwin installer.
|
|
195 * nio-ftp.cc (NetIO_FTP): fix typeo.
|
|
196 * res.rc: support idl types.
|
|
197 * resource.h (IDC_IDL_TYPE): ditto.
|
|
198 * state.h: ditto.
|
|
199
|
666
|
200 2001-09-24 Andy Piper <andy@xemacs.org>
|
|
201
|
|
202 * desktop.cc:
|
|
203 * desktop.cc (make_link):
|
|
204 * desktop.cc (find_xemacs_exe_name):
|
|
205 * desktop.cc (remove_link):
|
|
206 * desktop.cc (start_menu):
|
|
207 * desktop.cc (desktop_icon):
|
|
208 * desktop.cc (remove_desktop_setup):
|
|
209 * desktop.cc (FROB):
|
|
210 * desktop.cc (do_desktop_setup):
|
|
211 * desktop.cc (check_startmenu):
|
|
212 * desktop.cc (do_desktop): Be more exacting about removal of
|
|
213 desktop things.
|
|
214 * regedit.cc (remove1):
|
|
215 * regedit.cc (remove_app_path):
|
|
216 * regedit.h (remove_app_path): remove more registry pieces.
|
|
217 * res.rc:
|
|
218 * setup.mak (APPVER):
|
|
219 * setup.mak (CCV):
|
|
220 * setup.mak (OBJS):
|
|
221 * setup.mak (LIBS):
|
|
222 * setup.mak (distclean):
|
|
223 * uninstall.cc:
|
|
224 * uninstall.cc (read_installed_db):
|
|
225 * uninstall.cc (uninstall_all): Cleanup.
|
|
226
|
657
|
227 2001-09-08 Andy Piper <andy@xemacs.org>
|
|
228
|
|
229 * Makefile.in.in (OBJS):
|
|
230 * Makefile.in.in (all):
|
|
231 * Makefile.in.in (extraclean):
|
|
232 * choose.cc (base):
|
|
233 * desktop.cc:
|
|
234 * desktop.cc (remove_link):
|
|
235 * desktop.cc (start_menu):
|
|
236 * desktop.cc (desktop_icon):
|
|
237 * desktop.cc (remove_desktop_setup):
|
|
238 * desktop.cc (do_desktop_setup):
|
|
239 * desktop.cc (load_dialog):
|
|
240 * desktop.cc (save_dialog):
|
|
241 * desktop.cc (do_desktop):
|
|
242 * dialog.h:
|
|
243 * download.cc (download_one):
|
|
244 * ini.h (pinfo):
|
|
245 * main.cc (WinMain):
|
|
246 * nio-ie5.cc:
|
|
247 * regedit.cc:
|
|
248 * regedit.cc (create_xemacs_root):
|
|
249 * regedit.cc (set_app_path):
|
|
250 * regedit.cc (set_install_path):
|
|
251 * regedit.cc (setup_explorer):
|
|
252 * regedit.cc (remove_app_path):
|
|
253 * regedit.cc (remove_uninstall_path):
|
|
254 * regedit.h (remove_app_path):
|
|
255 * reginfo.h:
|
|
256 * reginfo.h (XEMACS_INFO_XEMACS_ORG_REGISTRY_NAME):
|
|
257 * reginfo.h (XEMACS_NATIVE_ARCH_NAME):
|
|
258 * res.rc:
|
|
259 * resource.h (IDD_UNINSTALL):
|
|
260 * resource.h (IDC_TXT_TYPE):
|
|
261 * root.cc:
|
|
262 * root.cc (browse_cb):
|
|
263 * root.cc (set_default_root):
|
|
264 * splash.cc (do_splash):
|
|
265 * state.h:
|
|
266 * state.h (MIRROR_SITE):
|
|
267 * uninstall.cc:
|
|
268 * uninstall.cc (dialog_proc):
|
|
269 * uninstall.cc (progress):
|
|
270 * uninstall.cc (uninstall_one):
|
|
271 * uninstall.cc (do_uninstall):
|
|
272 * uninstall.cc (read_installed_db):
|
|
273 * uninstall.cc (uninstall_all):
|
|
274 * win32.h:
|
|
275 * win32.h (NOCOMATTRIBUTE): Update netinstaller to support
|
|
276 uninstallation and register standard file-types.
|
|
277
|
654
|
278 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
279
|
|
280 * XEmacs 21.5.3 "asparagus" is released.
|
|
281
|
641
|
282 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
283
|
|
284 * XEmacs 21.5.2 "artichoke" is released.
|
|
285
|
522
|
286 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
287
|
|
288 * XEmacs 21.5.1 "anise" is released.
|
|
289
|
472
|
290 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
291
|
|
292 * XEmacs 21.5.0 "alfalfa" is released.
|
|
293
|
462
|
294 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
295
|
|
296 * XEmacs 21.2.46 "Urania" is released.
|
|
297
|
|
298 2001-03-01 Andy Piper <andy@xemacs.org>
|
|
299
|
|
300 * desktop.cc (find_xemacs_exe_name): support 21.1 and 21.2 series.
|
|
301
|
|
302 * iniparse.c: remove.
|
|
303
|
|
304 * inilex.c: remove
|
|
305
|
460
|
306 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
307
|
|
308 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
309
|
458
|
310 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
311
|
|
312 * XEmacs 21.2.44 "Thalia" is released.
|
|
313
|
|
314 2001-02-02 Andy Piper <andy@xemacs.org>
|
|
315
|
|
316 * res.rc: update mirrors.lst location.
|
|
317
|
456
|
318 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
319
|
|
320 * XEmacs 21.2.43 "Terspichore" is released.
|
|
321
|
|
322 2001-01-21 Andy Piper <andy@xemacs.org>
|
|
323
|
|
324 * Makefile.in.in (%.o): use CXX to compile
|
|
325
|
|
326 * res.rc: beautify download status and install status.
|
|
327
|
|
328 * nio-ftp.cc: use xemacs-setup user for identity.
|
|
329
|
454
|
330 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
331
|
|
332 * XEmacs 21.2.42 "Poseidon" is released.
|
|
333
|
|
334 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
335
|
|
336 * ini.h: move extern "C" to aid win32 compilation. From Fabrice
|
|
337 Popineau.
|
|
338
|
452
|
339 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
340
|
|
341 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
342
|
|
343 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
344
|
|
345 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
346 isn't installed.
|
|
347
|
|
348 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
349
|
|
350 * README.xemacs: deleted.
|
|
351
|
|
352 * README: updated.
|
|
353
|
|
354 * tar.cc (tar_gzctell): new function picked up from some internal
|
|
355 cygnus version of zlib.
|
|
356
|
|
357 * Makefile.in.in (LOCALCFLAGS): use -O2
|
|
358 (OBJS): reinstate autoload.
|
|
359
|
|
360 2001-01-09 Andy Piper <andy@xemacs.org>
|
|
361
|
|
362 * root.cc (dialog_cmd): backslash root dir.
|
|
363
|
|
364 * desktop.cc (do_desktop): runemacs.exe is the exe to run.
|
|
365
|
|
366 * package-net.el (package-net-batch-convert-index-to-ini): new
|
|
367 batch command.
|
|
368
|
|
369 * Makefile.in.in (setup.ini): new target. Automatically create.
|
|
370 (LOCALCFLAGS): use extra_includes.
|
|
371 (setup.ini): new target.
|
|
372
|
|
373 * regedit.cc (create_xemacs_root): write out the package path.
|
|
374
|
|
375 * reginfo.h (XEMACS_NATIVE_ARCH_NAME): arch dir is i386 not i586
|
|
376
|
450
|
377 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
378
|
|
379 * XEmacs 21.2.40 is released.
|
|
380
|
448
|
381 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
382
|
|
383 * XEmacs 21.2.39 is released.
|
|
384
|
|
385 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
386
|
|
387 * desktop.cc (FROB): add more app paths.
|
|
388
|
|
389 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
390
|
|
391 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
|
|
392 parameter.
|
|
393
|
|
394 * choose.cc (package_sort):
|
|
395 * hash.cc (rev_len):
|
|
396 * site.cc (site_sort): must be __cdecl to be called by qsort().
|
|
397
|
|
398 * download.cc:
|
|
399 * install.cc:
|
|
400 * nio-file.cc:
|
|
401 * tar.cc: because of the redefinition of stat to _stat, the
|
|
402 inclusion of win32 headers has to be delayed.
|
|
403
|
|
404 * win32.h: added some declarations, such as CDECL if
|
|
405 not defined, #define for functions that are not standard in msvc
|
|
406 libc (strdup, stat ...)
|
|
407
|
|
408 * concat.h, concat.cc (concat): must be declared CDECL
|
|
409
|
|
410 * desktop.cc: <io.h> is needed.
|
|
411
|
|
412 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
|
|
413 be a HWND.
|
|
414
|
|
415 * diskfull.cc: syntax when declaring GDFS.
|
|
416
|
|
417 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
|
|
418 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
|
|
419
|
|
420 * inilex.l: <stdlib.h> required.
|
|
421
|
|
422 * iniparse.y: use strdup(), require "win32.h" and <string.h>
|
|
423
|
|
424 * install.cc (dialog): syntax when declaring. CreateDialog()
|
|
425 returns a HWND.
|
|
426
|
|
427 * postinstall.cc: <io.h> and <stdio.h> are needed.
|
|
428
|
|
429 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
|
|
430 anything about Cygwin stuff.
|
|
431
|
|
432 * setup.mak: new makefile for WIN32_NATIVE.
|
|
433
|
|
434 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
|
|
435
|
|
436 * tar.cc: msvc knows about __int64, but not `long long'.
|
|
437
|
|
438 * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
|
|
439 in including <windows.h> because the files listed there are not
|
|
440 enough for <wininet.h>.
|
|
441
|
|
442 * desktop.cc:
|
|
443 * fromcwd.cc:
|
|
444 * install.cc:
|
|
445 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
|
|
446
|
|
447 * choose.cc (do_choose):
|
|
448 * ini.cc (do_ini):
|
|
449 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
|
|
450
|
|
451 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
452
|
|
453 * choose.cc (read_installed_db): grok package versions correctly.
|
|
454
|
|
455 * Makefile.in.in: add MINGW define.
|
|
456
|
|
457 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
458
|
|
459 * res.rc: better look and feel.
|
|
460
|
|
461 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
462
|
|
463 * desktop.cc (do_desktop_setup): more app path fiddling.
|
|
464
|
|
465 2000-12-13 Andy Piper <andy@xemacs.org>
|
|
466
|
|
467 * root.cc (dialog_cmd): create the root in the registry if we are successful.
|
|
468
|
|
469 * desktop.cc (find_xemacs_exe_path): new function. Split out from
|
|
470 find_xemacs_exe ().
|
|
471 (find_xemacs_exe_name): ditto.
|
|
472 (do_desktop_setup): setup app paths if we are installing xemacs
|
|
473 itself.
|
|
474 (do_desktop): use new functions.
|
|
475
|
|
476 * regedit.cc (create_xemacs_root): fix key name.
|
|
477 (find_xemacs_root): set isnative whatever the key value.
|
|
478 (set_app_path): new function. Set path for an app.
|
|
479
|
|
480 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
481
|
|
482 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
|
|
483
|
|
484 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
485
|
|
486 * reginfo.h: new macros.
|
|
487
|
|
488 * iniparse.y: define xemacs_package.
|
|
489
|
|
490 * ini.h: declare xemacs_package.
|
|
491
|
|
492 * fromcwd.cc (found_file): guess core type from name.
|
|
493
|
|
494 * concat.cc: kill warnings.
|
|
495 * net.cc: ditto.
|
|
496
|
|
497 * choose.cc (do_choose): pick up core package type chosen.
|
|
498
|
|
499 * Makefile.in.in: make sure we can pick up a mingw zlib.
|
|
500
|
|
501 * desktop.cc: fix desktop icon creation.
|
|
502
|
|
503 2000-11-12 Andy Piper <andy@xemacs.org>
|
|
504
|
|
505 * all: port from cygwin setup.
|
657
|
506
|
2506
|
507 %%% $Id: ChangeLog,v 1.32 2005/01/26 05:11:01 ben Exp $
|
|
508 $Revision: 1.32 $
|
863
|
509
|