1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/oldXMenu
Dan Nicolaescu b782e2d7f3 Convert function definitions in oldXMenu to standard C.
* oldXMenu/Activate.c: Convert function definitions to standard C.
* oldXMenu/AddPane.c:
* oldXMenu/AddSel.c:
* oldXMenu/ChgPane.c:
* oldXMenu/ChgSel.c:
* oldXMenu/Create.c:
* oldXMenu/DelPane.c:
* oldXMenu/DelSel.c:
* oldXMenu/Destroy.c:
* oldXMenu/Error.c:
* oldXMenu/EvHand.c:
* oldXMenu/FindPane.c:
* oldXMenu/FindSel.c:
* oldXMenu/InsPane.c:
* oldXMenu/InsSel.c:
* oldXMenu/Internal.c:
* oldXMenu/Locate.c:
* oldXMenu/Post.c:
* oldXMenu/Recomp.c:
* oldXMenu/SetAEQ.c:
* oldXMenu/SetFrz.c:
* oldXMenu/SetPane.c:
* oldXMenu/SetSel.c:
* oldXMenu/X10.h:
* oldXMenu/XCrAssoc.c:
* oldXMenu/XDelAssoc.c:
* oldXMenu/XDestAssoc.c:
* oldXMenu/XLookAssoc.c:
* oldXMenu/XMakeAssoc.c:
* oldXMenu/XMenu.h:
* oldXMenu/XMenuInt.h:
* oldXMenu/insque.c: Likewise.
2010-07-03 22:57:11 -07: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 Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07: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
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 Let configure handle ranlib. 2010-05-06 00:29:09 -07:00
Post.c Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -07:00
README
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 Convert function definitions in oldXMenu to standard C. 2010-07-03 22:57:11 -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.