comparison lwlib/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 aa5ed11f473b
children 03ab78e48ef6 8b63e21b0436
comparison
equal deleted inserted replaced
4768:0f5bee973a7b 4769:5460287a3327
1 2009-12-09 Jerry James <james@xemacs.org>
2
3 * lwlib-Xlw.c: Include needed Xmu headers instead of obsolete xmu.h.
4 * xlwcheckbox.c: Ditto.
5 * xlwradio.c: Ditto.
6 * xlwgauge.c: Ditto. Unconditionally include HAVE_XMU code.
7 * xlwtabs.c: Ditto.
8 * xlwgcs.c: Ditto. Remove pre-X11R5 code.
9 * xlwgcs.h: Remove pre-X11R5 declarations.
10
1 2009-11-10 Jerry James <james@xemacs.org> 11 2009-11-10 Jerry James <james@xemacs.org>
2 12
3 * lwlib.c: Drop workaround for old NeXT systems. 13 * lwlib.c: Drop workaround for old NeXT systems.
4 14
5 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> 15 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org>