Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4769:5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
<870180fe0912091102j6fde7336hdc187608be0ef97@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 10 Dec 2009 12:42:09 -0700 |
parents | 32b358a240b0 |
children | b9aaf2a18957 |
comparison
equal
deleted
inserted
replaced
4768:0f5bee973a7b | 4769:5460287a3327 |
---|---|
1 2009-12-09 Jerry James <james@xemacs.org> | |
2 | |
3 * config.h.in: Remove HAVE_XMU. | |
4 * s/windowsnt.h: Ditto. | |
5 * device-x.c: Include needed Xmu headers instead of obsolete xmu.h. | |
6 * EmacsFrame.c: Ditto. | |
7 * glyphs-x.c: Ditto. | |
8 * frame-x.c: Ditto. Always include editres code. | |
9 * xmu.c: Removed, obsolete. | |
10 * xmu.h: Ditto. | |
11 * depend: Regenerate. | |
12 | |
1 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> | 13 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 14 |
3 * faces.c (complex_vars_of_faces): Explain why "*" isn't rewritten | 15 * faces.c (complex_vars_of_faces): Explain why "*" isn't rewritten |
4 as a full XLFD. | 16 as a full XLFD. |
5 | 17 |