1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/oldXMenu
2010-07-24 13:53:19 +02:00
..
.gitignore
Activate.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
AddPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
AddSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
ChangeLog Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
ChgPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
ChgSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
copyright.h Don't claim copyright for the MIT license. 2007-02-22 04:42:52 +00:00
Create.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
DelPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
DelSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
Destroy.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
Error.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
EvHand.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
FindPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
FindSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
InsPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
insque.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
InsSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
Internal.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
Locate.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
Post.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
README *** empty log message *** 2007-02-27 03:34:25 +00:00
Recomp.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
SetAEQ.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
SetFrz.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
SetPane.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
SetSel.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
X10.h Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XCrAssoc.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XDelAssoc.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XDestAssoc.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XLookAssoc.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XMakeAssoc.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
XMenu.h * oldXMenu/XMenu.h: Include <stdlib.h>. 2010-07-12 12:49:40 -07:00
XMenuInt.h Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00

Most of the files in this directory are originally from the X11R2
XMenu library, distributed by MIT under the terms in the file copyright.h.

As of Release 2 of the X Window System, Version 11 from MIT, the XMenu
library is no longer supported.  It is not used in any software
supplied by MIT and its use is not encouraged.

In X11R1, oldXMenu/ was found in the lib/ directory of the X11 source;
but in X11R2 it was moved to contrib/.

The following files are from the X11 oldXMenu/ directory:

 Activate.c AddPane.c AddSel.c ChgPane.c ChgSel.c Create.c DelPane.c
 DelSel.c Destroy.c Error.c EvHand.c FindPane.c FindSel.c InsPane.c
 InsSel.c Internal.c Locate.c Post.c Recomp.c SetAEQ.c SetFrz.c
 SetPane.c SetSel.c XMenu.h XMenuInt.h (renamed from "XMenuInternal.h")

The following files are from the X11 oldX/ directory:

 X10.h XCrAssoc.c XDelAssoc.c XDestAssoc.c XLookAssoc.c XMakeAssoc.c

This code is used by Emacs in the absence of an X-toolkit.