Mercurial > hg > xemacs-beta
comparison ChangeLog @ 4759:aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
<870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 08:49:14 -0700 |
parents | dd933a82720c |
children | 53f27fcd3cd9 |
comparison
equal
deleted
inserted
replaced
4758:75975fd0b7fc | 4759:aa5ed11f473b |
---|---|
1 2009-11-10 Jerry James <james@xemacs.org> | |
2 | |
3 * Makefile.in.in: Remove dynodump support. Delete out-of-date comment | |
4 about Xenix. | |
5 * aclocal.m4: Remove support for old operating systems. | |
6 * configure.ac: Remove support for old machines and operating systems. | |
7 Remove support for dynodump. | |
8 (COFF_ENCAPSULATE) Remove, unused. | |
9 * configure: Regenerate. | |
10 * dynodump: Remove. | |
11 | |
1 2009-11-18 Stephen J. Turnbull <stephen@xemacs.org> | 12 2009-11-18 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 13 |
3 * PROBLEMS: Describe duplicate symbol warnings on Mac OS X. | 14 * PROBLEMS: Describe duplicate symbol warnings on Mac OS X. |
4 | 15 |
5 2009-11-11 Stephen Turnbull <stephen@xemacs.org> | 16 2009-11-11 Stephen Turnbull <stephen@xemacs.org> |
7 * configure.ac (SYSTEM_MALLOC): Use system malloc on darwin. | 18 * configure.ac (SYSTEM_MALLOC): Use system malloc on darwin. |
8 (USE_PARAM_H): #include <sys/param.h> to do needed #defines. | 19 (USE_PARAM_H): #include <sys/param.h> to do needed #defines. |
9 | 20 |
10 2009-11-09 Jerry James <james@xemacs.org> | 21 2009-11-09 Jerry James <james@xemacs.org> |
11 | 22 |
12 * configure.ac: Don't defined GNU_MALLOC, as there is no longer an | 23 * configure.ac: Don't define GNU_MALLOC, as there is no longer an |
13 "old" GNU malloc. | 24 "old" GNU malloc. |
14 | 25 |
15 2009-10-05 Jerry James <james@xemacs.org> | 26 2009-10-05 Jerry James <james@xemacs.org> |
16 | 27 |
17 * configure.ac: Check for external giflib instead of using builtin | 28 * configure.ac: Check for external giflib instead of using builtin |