aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorMiles Bader2007-03-04 06:19:40 +0000
committerMiles Bader2007-03-04 06:19:40 +0000
commit70fff7b1002401c91fe8d6df6491e1ae1f71e02c (patch)
treee348ed422579ef028033ea51045d35d2a8f09ba3 /oldXMenu
parent9e53076ea9d9f18f9fbdf28d79958691720b446f (diff)
parentd2d64bc314369ffd3f97f029e26f9650b76b8302 (diff)
downloademacs-70fff7b1002401c91fe8d6df6491e1ae1f71e02c.tar.gz
emacs-70fff7b1002401c91fe8d6df6491e1ae1f71e02c.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 653-661) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 203-206) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-180
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c22
-rw-r--r--oldXMenu/AddPane.c6
-rw-r--r--oldXMenu/AddSel.c5
-rw-r--r--oldXMenu/ChangeLog5
-rw-r--r--oldXMenu/ChgPane.c5
-rw-r--r--oldXMenu/ChgSel.c5
-rw-r--r--oldXMenu/Create.c22
-rw-r--r--oldXMenu/DelPane.c5
-rw-r--r--oldXMenu/DelSel.c5
-rw-r--r--oldXMenu/Destroy.c5
-rw-r--r--oldXMenu/Error.c5
-rw-r--r--oldXMenu/EvHand.c5
-rw-r--r--oldXMenu/FindPane.c5
-rw-r--r--oldXMenu/Imakefile100
-rw-r--r--oldXMenu/InsPane.c5
-rw-r--r--oldXMenu/InsSel.c5
-rw-r--r--oldXMenu/Internal.c24
-rw-r--r--oldXMenu/Locate.c5
-rw-r--r--oldXMenu/Makefile.in48
-rw-r--r--oldXMenu/Post.c5
-rw-r--r--oldXMenu/README3
-rw-r--r--oldXMenu/Recomp.c5
-rw-r--r--oldXMenu/SetAEQ.c5
-rw-r--r--oldXMenu/SetFrz.c5
-rw-r--r--oldXMenu/SetPane.c5
-rw-r--r--oldXMenu/SetSel.c5
-rw-r--r--oldXMenu/X10.h2
-rw-r--r--oldXMenu/XCrAssoc.c3
-rw-r--r--oldXMenu/XDelAssoc.c2
-rw-r--r--oldXMenu/XDestAssoc.c2
-rw-r--r--oldXMenu/XLookAssoc.c2
-rw-r--r--oldXMenu/XMakeAssoc.c2
-rw-r--r--oldXMenu/XMenu.h5
-rw-r--r--oldXMenu/XMenuInt.h5
-rw-r--r--oldXMenu/descrip.mms25
35 files changed, 183 insertions, 185 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index 840fe6d8d07..7bca8665ea2 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -1,10 +1,28 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
7/* 5/*
6Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
7 Free Software Foundation, Inc.
8
9This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; see the file COPYING. If not, write to the
21Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22Boston, MA 02110-1301, USA. */
23
24
25/*
8 * XMenu: MIT Project Athena, X Window system menu package 26 * XMenu: MIT Project Athena, X Window system menu package
9 * 27 *
10 * XMenuActivate - Maps a given menu to the display and activates 28 * XMenuActivate - Maps a given menu to the display and activates
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index d80f1633077..54b55a150c9 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -1,8 +1,6 @@
1#include "copyright.h"
2
3/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2
5 2006, 2007 Free Software Foundation, Inc. */ 3#include "copyright.h"
6 4
7/* 5/*
8 * XMenu: MIT Project Athena, X Window system menu package 6 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c
index 0d1085bb3d5..e38b3404b56 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index faab4c2538c..c92563d3bc2 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,8 @@
12007-02-27 Glenn Morris <rgm@gnu.org>
2
3 * Imakefile: Remove unused file with no explicit legal info.
4 * Makefile.in (distclean): Remove Makefile.
5
12007-02-25 Glenn Morris <rgm@gnu.org> 62007-02-25 Glenn Morris <rgm@gnu.org>
2 7
3 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c: 8 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c
index 463b57151ed..35caf0917c9 100644
--- a/oldXMenu/ChgPane.c
+++ b/oldXMenu/ChgPane.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c
index 4249982d7d1..4d246f7bdbc 100644
--- a/oldXMenu/ChgSel.c
+++ b/oldXMenu/ChgSel.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 52560d01a68..11044a66bee 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,10 +1,28 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
7/* 5/*
6Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
7 2007 Free Software Foundation, Inc.
8
9This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; see the file COPYING. If not, write to the
21Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22Boston, MA 02110-1301, USA. */
23
24
25/*
8 * XMenu: MIT Project Athena, X Window system menu package 26 * XMenu: MIT Project Athena, X Window system menu package
9 * 27 *
10 * XMenuCreate - Creates an X window system menu object. 28 * XMenuCreate - Creates an X window system menu object.
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index fa300d91142..e7568cff56e 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c
index dd63b1c49ee..e7b6ace3845 100644
--- a/oldXMenu/DelSel.c
+++ b/oldXMenu/DelSel.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index f673ed9fcad..117f04ed1c5 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 35f5920e34a..6f43cbdbf9b 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c
index d0d2b8efa91..41ba49bcbca 100644
--- a/oldXMenu/EvHand.c
+++ b/oldXMenu/EvHand.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c
index 1ac74ef2b43..fa71c6b39a1 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Imakefile b/oldXMenu/Imakefile
deleted file mode 100644
index 2637feb7768..00000000000
--- a/oldXMenu/Imakefile
+++ /dev/null
@@ -1,100 +0,0 @@
1 HEADERS = XMenu.h
2 LINTLIBS = ../lib/X/llib-lX.ln
3 INSTALLFLAGS = $(INSTINCFLAGS)
4 RANLIB = ranlib -t
5
6SRCS = Activate.c \
7 AddPane.c \
8 AddSel.c \
9 ChgPane.c \
10 ChgSel.c \
11 Create.c \
12 DelPane.c \
13 DelSel.c \
14 Destroy.c \
15 Error.c \
16 EvHand.c \
17 FindPane.c \
18 FindSel.c \
19 InsPane.c \
20 InsSel.c \
21 Internal.c \
22 Locate.c \
23 Post.c \
24 Recomp.c \
25 SetAEQ.c \
26 SetFrz.c \
27 SetPane.c \
28 SetSel.c \
29 XCrAssoc.c \
30 XDelAssoc.c \
31 XDestAssoc.c \
32 XLookAssoc.c \
33 XMakeAssoc.c
34
35OBJS = Activate.o \
36 AddPane.o \
37 AddSel.o \
38 ChgPane.o \
39 ChgSel.o \
40 Create.o \
41 DelPane.o \
42 DelSel.o \
43 Destroy.o \
44 Error.o \
45 EvHand.o \
46 FindPane.o \
47 FindSel.o \
48 InsPane.o \
49 InsSel.o \
50 Internal.o \
51 Locate.o \
52 Post.o \
53 Recomp.o \
54 SetAEQ.o \
55 SetFrz.o \
56 SetPane.o \
57 SetSel.o \
58 XCrAssoc.o \
59 XDelAssoc.o \
60 XDestAssoc.o \
61 XLookAssoc.o \
62 XMakeAssoc.o
63
64#if DebugOldLibXMenu && ProfileOldLibXMenu
65DebuggedAndProfiledLibraryObjectRule()
66#else
67# if DebugOldLibXMenu
68DebuggedLibraryObjectRule()
69# else
70# if ProfileOldLibXMenu
71ProfiledLibraryObjectRule()
72# else
73NormalLibraryObjectRule()
74# endif
75# endif
76#endif
77
78NormalLibraryTarget(XMenu11,$(OBJS))
79LintLibraryTarget(XMenu11,$(SRCS))
80InstallLibrary(XMenu11,$(USRLIBDIR))
81#if InstallLintLibs
82InstallLintLibrary(XMenu11,$(LINTLIBDIR))
83#endif
84InstallMultiple($(HEADERS),$(INCDIR))
85
86#if ProfileOldLibXMenu
87ProfiledLibraryTarget(XMenu11,$(OBJS))
88InstallLibrary(XMenu11_p,$(USRLIBDIR))
89#endif
90
91#if DebugOldLibXMenu
92DebuggedLibraryTarget(XMenu11,$(OBJS))
93#endif
94
95DependTarget()
96
97NormalLintTarget($(SRCS))
98
99/* arch-tag: bc7d2799-8343-4700-a415-847e7fa12540
100 (do not change this comment) */
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c
index 980694f4cc4..0aa43935ea2 100644
--- a/oldXMenu/InsPane.c
+++ b/oldXMenu/InsPane.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c
index f4f615b430d..08a0370868c 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index f569c6d24df..6ab4ed8ff8b 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -1,8 +1,26 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */ 5/*
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 6Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
5 2006, 2007 Free Software Foundation, Inc. */ 7 2007 Free Software Foundation, Inc.
8
9This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; see the file COPYING. If not, write to the
21Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22Boston, MA 02110-1301, USA. */
23
6 24
7/* 25/*
8 * XMenu: MIT Project Athena, X Window system menu package 26 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c
index f419ba2a0bb..edd94369e6e 100644
--- a/oldXMenu/Locate.c
+++ b/oldXMenu/Locate.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index e20a583514a..ddbb5b7d315 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -1,3 +1,50 @@
1## Makefile for oldXMenu
2
3## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
4
5## Permission to use, copy, modify, and distribute this
6## software and its documentation for any purpose and without
7## fee is hereby granted, provided that the above copyright
8## notice appear in all copies and that both that copyright
9## notice and this permission notice appear in supporting
10## documentation, and that the name of M.I.T. not be used in
11## advertising or publicity pertaining to distribution of the
12## software without specific, written prior permission.
13## M.I.T. makes no representations about the suitability of
14## this software for any purpose. It is provided "as is"
15## without express or implied warranty.
16
17
18## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
19## Free Software Foundation, Inc.
20
21## This program is free software; you can redistribute it and/or modify
22## it under the terms of the GNU General Public License as published by
23## the Free Software Foundation; either version 2, or (at your option)
24## any later version.
25##
26## This program is distributed in the hope that it will be useful,
27## but WITHOUT ANY WARRANTY; without even the implied warranty of
28## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29## GNU General Public License for more details.
30##
31## You should have received a copy of the GNU General Public License
32## along with this program; see the file COPYING. If not, write to the
33## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34## Boston, MA 02110-1301, USA.
35
36
37### Commentary:
38
39## To the best of our knowledge, this code was originally based on the
40## X11 oldXMenu Makefile, which was automatically generated from the
41## X11 oldXMenu Imakefile. There was no explicit copyright information
42## in the Imakefile, therefore we have added the same MIT license as
43## used by the rest of the oldXMenu code.
44
45
46### Code:
47
1srcdir=@srcdir@ 48srcdir=@srcdir@
2VPATH=@srcdir@ 49VPATH=@srcdir@
3C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 50C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
@@ -103,6 +150,7 @@ mostlyclean: FRC.mostlyclean
103 rm -f libXMenu11.a ${OBJS} ${EXTRA} 150 rm -f libXMenu11.a ${OBJS} ${EXTRA}
104clean: mostlyclean 151clean: mostlyclean
105distclean: clean 152distclean: clean
153 rm -f Makefile
106maintainer-clean: distclean 154maintainer-clean: distclean
107 155
108tags:: 156tags::
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index 281c1197c62..c51f23e7146 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/README b/oldXMenu/README
index 5ee74991044..57365e59f49 100644
--- a/oldXMenu/README
+++ b/oldXMenu/README
@@ -1,5 +1,5 @@
1Most of the files in this directory are originally from the X11R2 1Most of the files in this directory are originally from the X11R2
2XMenu library, distributed under the terms in the file copyright.h. 2XMenu library, distributed by MIT under the terms in the file copyright.h.
3 3
4As of Release 2 of the X Window System, Version 11 from MIT, the XMenu 4As of Release 2 of the X Window System, Version 11 from MIT, the XMenu
5library is no longer supported. It is not used in any software 5library is no longer supported. It is not used in any software
@@ -14,7 +14,6 @@ The following files are from the X11 oldXMenu/ directory:
14 DelSel.c Destroy.c Error.c EvHand.c FindPane.c FindSel.c InsPane.c 14 DelSel.c Destroy.c Error.c EvHand.c FindPane.c FindSel.c InsPane.c
15 InsSel.c Internal.c Locate.c Post.c Recomp.c SetAEQ.c SetFrz.c 15 InsSel.c Internal.c Locate.c Post.c Recomp.c SetAEQ.c SetFrz.c
16 SetPane.c SetSel.c XMenu.h XMenuInt.h (renamed from "XMenuInternal.h") 16 SetPane.c SetSel.c XMenu.h XMenuInt.h (renamed from "XMenuInternal.h")
17 Imakefile
18 17
19The following files are from the X11 oldX/ directory: 18The following files are from the X11 oldX/ directory:
20 19
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c
index e985ee3e2a8..230db9e3a13 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c
index 49ff6646a24..0e81ed55a49 100644
--- a/oldXMenu/SetAEQ.c
+++ b/oldXMenu/SetAEQ.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c
index e6444551951..be9f76f7d80 100644
--- a/oldXMenu/SetFrz.c
+++ b/oldXMenu/SetFrz.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c
index 61759e3793d..b9ecb7e8706 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c
index e6f57bd0104..aae161322eb 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index cc592525a81..e1abcbbe6c5 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -15,8 +15,6 @@
15 * 15 *
16 */ 16 */
17 17
18/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
19 2006, 2007 Free Software Foundation, Inc. */
20 18
21/* 19/*
22 * X10.h - Header definition and support file for the C subroutine 20 * X10.h - Header definition and support file for the C subroutine
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c
index 36b77ce1bdf..874ed81d31f 100644
--- a/oldXMenu/XCrAssoc.c
+++ b/oldXMenu/XCrAssoc.c
@@ -1,7 +1,4 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4
5#include "copyright.h" 2#include "copyright.h"
6 3
7 4
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c
index 53192a54bf3..11e8c35a774 100644
--- a/oldXMenu/XDelAssoc.c
+++ b/oldXMenu/XDelAssoc.c
@@ -1,6 +1,4 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c
index b625ab6c1c3..fee53eb756f 100644
--- a/oldXMenu/XDestAssoc.c
+++ b/oldXMenu/XDestAssoc.c
@@ -1,6 +1,4 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c
index c1756d5bafa..0ab71c3e78b 100644
--- a/oldXMenu/XLookAssoc.c
+++ b/oldXMenu/XLookAssoc.c
@@ -1,6 +1,4 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c
index e9af85c1e59..d443084ac13 100644
--- a/oldXMenu/XMakeAssoc.c
+++ b/oldXMenu/XMakeAssoc.c
@@ -1,6 +1,4 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. */
4 2
5#include "copyright.h" 3#include "copyright.h"
6 4
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index ef94cf0a07a..2589ae68cca 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,8 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */
2
1#include "copyright.h" 3#include "copyright.h"
2 4
3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006, 2007 Free Software Foundation, Inc. */
6 5
7/* 6/*
8 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h
index 9bf976ccc6b..d2844d8ea2b 100644
--- a/oldXMenu/XMenuInt.h
+++ b/oldXMenu/XMenuInt.h
@@ -1,6 +1,7 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2
3 2006, 2007 Free Software Foundation, Inc. */ 3#include "copyright.h"
4
4 5
5/* 6/*
6 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/descrip.mms b/oldXMenu/descrip.mms
index 6ecd694bf08..71ae9c203bf 100644
--- a/oldXMenu/descrip.mms
+++ b/oldXMenu/descrip.mms
@@ -1,3 +1,28 @@
1### descrip.mms - port of oldXMenu Makefile to VMS
2
3## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006,
4## 2007 Free Software Foundation, Inc.
5
6## Author: Richard Levitte
7
8## This program is free software; you can redistribute it and/or modify
9## it under the terms of the GNU General Public License as published by
10## the Free Software Foundation; either version 2, or (at your option)
11## any later version.
12
13## This program is distributed in the hope that it will be useful,
14## but WITHOUT ANY WARRANTY; without even the implied warranty of
15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16## GNU General Public License for more details.
17
18## You should have received a copy of the GNU General Public License
19## along with this program; see the file COPYING. If not, write to
20## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21## Boston, MA 02110-1301, USA.
22
23
24### Code:
25
1!# Uncomment following line if linking temacs complains about missing insque. 26!# Uncomment following line if linking temacs complains about missing insque.
2EXTRA=insque.obj 27EXTRA=insque.obj
3 28