comparison man/internals/internals.texi @ 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 bc4f2511bbea
comparison
equal deleted inserted replaced
4768:0f5bee973a7b 4769:5460287a3327
3236 @item @file{xintrinsic.h} @tab @ref{Modules for Interfacing with X Windows}. 3236 @item @file{xintrinsic.h} @tab @ref{Modules for Interfacing with X Windows}.
3237 @item @file{xintrinsicp.h} @tab @ref{Modules for Interfacing with X Windows}. 3237 @item @file{xintrinsicp.h} @tab @ref{Modules for Interfacing with X Windows}.
3238 @item @file{xmmanagerp.h} @tab @ref{Modules for Interfacing with X Windows}. 3238 @item @file{xmmanagerp.h} @tab @ref{Modules for Interfacing with X Windows}.
3239 @item @file{xmotif.h} @tab 3239 @item @file{xmotif.h} @tab
3240 @item @file{xmprimitivep.h} @tab @ref{Modules for Interfacing with X Windows}. 3240 @item @file{xmprimitivep.h} @tab @ref{Modules for Interfacing with X Windows}.
3241 @item @file{xmu.c} @tab @ref{Modules for Interfacing with X Windows}.
3242 @item @file{xmu.h} @tab @ref{Modules for Interfacing with X Windows}.
3243 @end multitable 3241 @end multitable
3244 3242
3245 3243
3246 3244
3247 @node Modules for Building XEmacs, Low-Level Modules, A Summary of the Various XEmacs Modules, The Modules of XEmacs 3245 @node Modules for Building XEmacs, Low-Level Modules, A Summary of the Various XEmacs Modules, The Modules of XEmacs
21574 @end itemize 21572 @end itemize
21575 21573
21576 21574
21577 21575
21578 @example 21576 @example
21579 xmu.c
21580 xmu.h
21581 @end example
21582
21583 These files provide an emulation of the Xmu library for those systems
21584 (i.e. HPUX) that don't provide it as a standard part of X.
21585
21586
21587
21588 @example
21589 ExternalClient-Xlib.c 21577 ExternalClient-Xlib.c
21590 ExternalClient.c 21578 ExternalClient.c
21591 ExternalClient.h 21579 ExternalClient.h
21592 ExternalClientP.h 21580 ExternalClientP.h
21593 ExternalShell.c 21581 ExternalShell.c