diff options
| author | Miles Bader | 2007-03-04 06:19:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-03-04 06:19:40 +0000 |
| commit | 70fff7b1002401c91fe8d6df6491e1ae1f71e02c (patch) | |
| tree | e348ed422579ef028033ea51045d35d2a8f09ba3 /oldXMenu | |
| parent | 9e53076ea9d9f18f9fbdf28d79958691720b446f (diff) | |
| parent | d2d64bc314369ffd3f97f029e26f9650b76b8302 (diff) | |
| download | emacs-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')
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 | /* |
| 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | ||
| 7 | Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | This program is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 2, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | This program is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with this program; see the file COPYING. If not, write to the | ||
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, 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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-02-25 Glenn Morris <rgm@gnu.org> | 6 | 2007-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 | /* |
| 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, | ||
| 7 | 2007 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | This program is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 2, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | This program is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with this program; see the file COPYING. If not, write to the | ||
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, 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 | |||
| 6 | SRCS = 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 | |||
| 35 | OBJS = 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 | ||
| 65 | DebuggedAndProfiledLibraryObjectRule() | ||
| 66 | #else | ||
| 67 | # if DebugOldLibXMenu | ||
| 68 | DebuggedLibraryObjectRule() | ||
| 69 | # else | ||
| 70 | # if ProfileOldLibXMenu | ||
| 71 | ProfiledLibraryObjectRule() | ||
| 72 | # else | ||
| 73 | NormalLibraryObjectRule() | ||
| 74 | # endif | ||
| 75 | # endif | ||
| 76 | #endif | ||
| 77 | |||
| 78 | NormalLibraryTarget(XMenu11,$(OBJS)) | ||
| 79 | LintLibraryTarget(XMenu11,$(SRCS)) | ||
| 80 | InstallLibrary(XMenu11,$(USRLIBDIR)) | ||
| 81 | #if InstallLintLibs | ||
| 82 | InstallLintLibrary(XMenu11,$(LINTLIBDIR)) | ||
| 83 | #endif | ||
| 84 | InstallMultiple($(HEADERS),$(INCDIR)) | ||
| 85 | |||
| 86 | #if ProfileOldLibXMenu | ||
| 87 | ProfiledLibraryTarget(XMenu11,$(OBJS)) | ||
| 88 | InstallLibrary(XMenu11_p,$(USRLIBDIR)) | ||
| 89 | #endif | ||
| 90 | |||
| 91 | #if DebugOldLibXMenu | ||
| 92 | DebuggedLibraryTarget(XMenu11,$(OBJS)) | ||
| 93 | #endif | ||
| 94 | |||
| 95 | DependTarget() | ||
| 96 | |||
| 97 | NormalLintTarget($(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, | 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
| 5 | 2006, 2007 Free Software Foundation, Inc. */ | 7 | 2007 Free Software Foundation, Inc. |
| 8 | |||
| 9 | This program is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 2, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | This program is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with this program; see the file COPYING. If not, write to the | ||
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, 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 | |||
| 1 | srcdir=@srcdir@ | 48 | srcdir=@srcdir@ |
| 2 | VPATH=@srcdir@ | 49 | VPATH=@srcdir@ |
| 3 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 50 | C_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} |
| 104 | clean: mostlyclean | 151 | clean: mostlyclean |
| 105 | distclean: clean | 152 | distclean: clean |
| 153 | rm -f Makefile | ||
| 106 | maintainer-clean: distclean | 154 | maintainer-clean: distclean |
| 107 | 155 | ||
| 108 | tags:: | 156 | tags:: |
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 @@ | |||
| 1 | Most of the files in this directory are originally from the X11R2 | 1 | Most of the files in this directory are originally from the X11R2 |
| 2 | XMenu library, distributed under the terms in the file copyright.h. | 2 | XMenu library, distributed by MIT under the terms in the file copyright.h. |
| 3 | 3 | ||
| 4 | As of Release 2 of the X Window System, Version 11 from MIT, the XMenu | 4 | As of Release 2 of the X Window System, Version 11 from MIT, the XMenu |
| 5 | library is no longer supported. It is not used in any software | 5 | library 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 | ||
| 19 | The following files are from the X11 oldX/ directory: | 18 | The 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. |
| 2 | EXTRA=insque.obj | 27 | EXTRA=insque.obj |
| 3 | 28 | ||