diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /oldXMenu | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'oldXMenu')
36 files changed, 27 insertions, 125 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index de4109cb444..8e1b3742d9b 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Activate.c,v 1.5 2003/02/04 14:19:01 lektu Exp $ */ | 1 | /* $Header: /cvs/emacs/oldXMenu/Activate.c,v 1.4 2002/04/22 18:27:03 jhd Exp $ */ |
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 3 | ||
| 4 | #include "copyright.h" | 4 | #include "copyright.h" |
| @@ -565,6 +565,3 @@ XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data, | |||
| 565 | return(ret_val); | 565 | return(ret_val); |
| 566 | 566 | ||
| 567 | } | 567 | } |
| 568 | |||
| 569 | /* arch-tag: 6b90b578-ecea-4328-b460-a0c96963f872 | ||
| 570 | (do not change this comment) */ | ||
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index 5e1dcee0f88..ab8ed42b012 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/AddPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/AddPane.c,v 1.1 1999/10/03 19:34:51 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -102,6 +102,3 @@ XMenuAddPane(display, menu, label, active) | |||
| 102 | _XMErrorCode = XME_NO_ERROR; | 102 | _XMErrorCode = XME_NO_ERROR; |
| 103 | return((menu->p_count - 1)); | 103 | return((menu->p_count - 1)); |
| 104 | } | 104 | } |
| 105 | |||
| 106 | /* arch-tag: 62a26021-f29d-48ba-96ef-3b6c4ebd6547 | ||
| 107 | (do not change this comment) */ | ||
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 8a8e9dff50e..7807fb66518 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/AddSel.c,v 1.2 2000/01/27 15:30:18 gerd Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -103,6 +103,3 @@ XMenuAddSelection(display, menu, p_num, data, label, active, help) | |||
| 103 | _XMErrorCode = XME_NO_ERROR; | 103 | _XMErrorCode = XME_NO_ERROR; |
| 104 | return((pane->s_count - 1)); | 104 | return((pane->s_count - 1)); |
| 105 | } | 105 | } |
| 106 | |||
| 107 | /* arch-tag: 0161f024-c739-440d-9498-050280c6c355 | ||
| 108 | (do not change this comment) */ | ||
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 4bcd8120556..ca0c09ebb4e 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -435,5 +435,3 @@ | |||
| 435 | Free Software Foundation, Inc. | 435 | Free Software Foundation, Inc. |
| 436 | Copying and distribution of this file, with or without modification, | 436 | Copying and distribution of this file, with or without modification, |
| 437 | are permitted provided the copyright notice and this notice are preserved. | 437 | are permitted provided the copyright notice and this notice are preserved. |
| 438 | |||
| 439 | ;;; arch-tag: 8b17c869-6677-40ce-be86-e62cf34061cf | ||
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index e92be93a2da..e039507180f 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgPane.c,v 1.1 1999/10/03 19:34:53 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/ChgPane.c,v 1.1 1992/04/11 22:10:17 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -64,6 +64,3 @@ XMenuChangePane(menu, p_num, label) | |||
| 64 | _XMErrorCode = XME_NO_ERROR; | 64 | _XMErrorCode = XME_NO_ERROR; |
| 65 | return(p_num); | 65 | return(p_num); |
| 66 | } | 66 | } |
| 67 | |||
| 68 | /* arch-tag: e267e9de-a3f0-4a0d-8c45-413afa176fd8 | ||
| 69 | (do not change this comment) */ | ||
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index 60b2b2c909c..d436a480a1b 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/ChgSel.c,v 1.1 1999/10/03 19:34:54 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -86,6 +86,3 @@ XMenuChangeSelection(display, menu, p_num, s_num, data, data_sw, label, label_sw | |||
| 86 | _XMErrorCode = XME_NO_ERROR; | 86 | _XMErrorCode = XME_NO_ERROR; |
| 87 | return(s_num); | 87 | return(s_num); |
| 88 | } | 88 | } |
| 89 | |||
| 90 | /* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841 | ||
| 91 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index 9dcfeada285..e500e406349 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Create.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 1 | /* $Header: /cvs/emacs/oldXMenu/Create.c,v 1.1 1999/10/03 19:34:56 fx Exp $ */ |
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 3 | ||
| 4 | #include "copyright.h" | 4 | #include "copyright.h" |
| @@ -759,6 +759,3 @@ XMenuCreate(display, parent, def_env) | |||
| 759 | _XMErrorCode = XME_NO_ERROR; | 759 | _XMErrorCode = XME_NO_ERROR; |
| 760 | return(menu); | 760 | return(menu); |
| 761 | } | 761 | } |
| 762 | |||
| 763 | /* arch-tag: 6945b7d2-3b13-40b9-8b6e-56b1b20f3463 | ||
| 764 | (do not change this comment) */ | ||
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index aaa91db1e65..f656c32ea07 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/DelPane.c,v 1.1 1999/10/03 19:34:57 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -86,6 +86,3 @@ XMenuDeletePane(display, menu, p_num) | |||
| 86 | _XMErrorCode = XME_NO_ERROR; | 86 | _XMErrorCode = XME_NO_ERROR; |
| 87 | return(p_num); | 87 | return(p_num); |
| 88 | } | 88 | } |
| 89 | |||
| 90 | /* arch-tag: 32a5bfd4-4bac-4090-bb53-844110f4908e | ||
| 91 | (do not change this comment) */ | ||
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index 2b5cc7f7457..76adcc17f2f 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/DelSel.c,v 1.1 1999/10/03 19:34:58 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -70,6 +70,3 @@ XMenuDeleteSelection(display, menu, p_num, s_num) | |||
| 70 | _XMErrorCode = XME_NO_ERROR; | 70 | _XMErrorCode = XME_NO_ERROR; |
| 71 | return(s_num); | 71 | return(s_num); |
| 72 | } | 72 | } |
| 73 | |||
| 74 | /* arch-tag: 24ca2bc7-8a37-471a-8095-e6363fc1ed10 | ||
| 75 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 150d3e13544..588af2ad37d 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Destroy.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/Destroy.c,v 1.1 1999/10/03 19:34:59 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -114,6 +114,3 @@ XMenuDestroy(display, menu) | |||
| 114 | */ | 114 | */ |
| 115 | free(menu); | 115 | free(menu); |
| 116 | } | 116 | } |
| 117 | |||
| 118 | /* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015 | ||
| 119 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 400070827d9..80f227209a6 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.1 1999/10/03 19:35:00 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Error.c,v 1.1 1992/04/11 22:10:18 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -28,5 +28,3 @@ XMenuError() | |||
| 28 | return(message); | 28 | return(message); |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | /* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d | ||
| 32 | (do not change this comment) */ | ||
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 6e335a1b660..375ea44841f 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.1 1999/10/03 19:35:01 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/EvHand.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -24,5 +24,3 @@ XMenuEventHandler(handler) | |||
| 24 | _XMEventHandler = handler; | 24 | _XMEventHandler = handler; |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | /* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3 | ||
| 28 | (do not change this comment) */ | ||
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 7950bc431aa..af1ecce51bb 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -62,6 +62,3 @@ XMenuFindPane(menu, label) | |||
| 62 | _XMErrorCode = XME_P_NOT_FOUND; | 62 | _XMErrorCode = XME_P_NOT_FOUND; |
| 63 | return (XM_FAILURE); | 63 | return (XM_FAILURE); |
| 64 | } | 64 | } |
| 65 | |||
| 66 | /* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54 | ||
| 67 | (do not change this comment) */ | ||
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index af3ce1324a6..97853fae05d 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.1 1999/10/03 19:35:03 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindSel.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -70,6 +70,3 @@ XMenuFindSelection(menu, p_num, label) | |||
| 70 | _XMErrorCode = XME_S_NOT_FOUND; | 70 | _XMErrorCode = XME_S_NOT_FOUND; |
| 71 | return (XM_FAILURE); | 71 | return (XM_FAILURE); |
| 72 | } | 72 | } |
| 73 | |||
| 74 | /* arch-tag: 564a4a95-9ab0-4580-b05f-6970c4b25dd4 | ||
| 75 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Imakefile b/oldXMenu/Imakefile index 2637feb7768..8f69bdbc5f8 100644 --- a/oldXMenu/Imakefile +++ b/oldXMenu/Imakefile | |||
| @@ -95,6 +95,3 @@ DebuggedLibraryTarget(XMenu11,$(OBJS)) | |||
| 95 | DependTarget() | 95 | DependTarget() |
| 96 | 96 | ||
| 97 | NormalLintTarget($(SRCS)) | 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 63116e63010..25fa3390293 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/InsPane.c,v 1.1 1999/10/03 19:35:04 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -110,6 +110,3 @@ XMenuInsertPane(menu, p_num, label, active) | |||
| 110 | _XMErrorCode = XME_NO_ERROR; | 110 | _XMErrorCode = XME_NO_ERROR; |
| 111 | return(p_num); | 111 | return(p_num); |
| 112 | } | 112 | } |
| 113 | |||
| 114 | /* arch-tag: ab94d53d-f05b-4273-82d3-f1b01eb9dc9e | ||
| 115 | (do not change this comment) */ | ||
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index f2b6b2627b4..b2c75c1043a 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/InsSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/InsSel.c,v 1.1 1999/10/03 19:35:05 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -114,6 +114,3 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active) | |||
| 114 | _XMErrorCode = XME_NO_ERROR; | 114 | _XMErrorCode = XME_NO_ERROR; |
| 115 | return(s_num); | 115 | return(s_num); |
| 116 | } | 116 | } |
| 117 | |||
| 118 | /* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663 | ||
| 119 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 70a917a8eff..a8941bf3ee2 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Internal.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/Internal.c,v 1.1 1999/10/03 19:35:07 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -1004,5 +1004,3 @@ _XMRefreshSelection(display, menu, select) | |||
| 1004 | } | 1004 | } |
| 1005 | } | 1005 | } |
| 1006 | 1006 | ||
| 1007 | /* arch-tag: 3ac61957-0852-4e72-8b88-7dfab1a5dee9 | ||
| 1008 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 1fbae84c881..145812dc3b3 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Locate.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/Locate.c,v 1.1 1999/10/03 19:35:09 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -76,6 +76,3 @@ XMenuLocate(display, menu, p_num, s_num, x_pos, y_pos, ul_x, ul_y, width, height | |||
| 76 | _XMErrorCode = XME_NO_ERROR; | 76 | _XMErrorCode = XME_NO_ERROR; |
| 77 | return(XM_SUCCESS); | 77 | return(XM_SUCCESS); |
| 78 | } | 78 | } |
| 79 | |||
| 80 | /* arch-tag: 1ff94bab-cf67-4c92-bff4-dc0130153173 | ||
| 81 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 82269282c03..e20a583514a 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -107,5 +107,3 @@ maintainer-clean: distclean | |||
| 107 | 107 | ||
| 108 | tags:: | 108 | tags:: |
| 109 | $(TAGS) -t *.[ch] | 109 | $(TAGS) -t *.[ch] |
| 110 | |||
| 111 | # arch-tag: dbfc0b16-4e0c-4acb-a9c1-fc12ee76db06 | ||
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 8d850ca0815..d10b04945d0 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 gerd Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -83,6 +83,3 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask) | |||
| 83 | return(data); | 83 | return(data); |
| 84 | } | 84 | } |
| 85 | } | 85 | } |
| 86 | |||
| 87 | /* arch-tag: 7b6104e5-fa32-4342-aa17-05296a30dd70 | ||
| 88 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index 952bf9f4b54..933a6bf9f33 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -102,6 +102,3 @@ XMenuRecompute(display, menu) | |||
| 102 | _XMErrorCode = XME_NO_ERROR; | 102 | _XMErrorCode = XME_NO_ERROR; |
| 103 | return(XM_SUCCESS); | 103 | return(XM_SUCCESS); |
| 104 | } | 104 | } |
| 105 | |||
| 106 | /* arch-tag: 1fe99b82-3873-4aab-b2b3-f277c93e00d9 | ||
| 107 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 3a3900400aa..7da7c118229 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/SetAEQ.c,v 1.1 1999/10/03 19:35:12 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/SetAEQ.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -27,6 +27,3 @@ XMenuSetAEQ(menu, aeq) | |||
| 27 | */ | 27 | */ |
| 28 | menu->aeq = aeq; | 28 | menu->aeq = aeq; |
| 29 | } | 29 | } |
| 30 | |||
| 31 | /* arch-tag: 48fc22b4-0722-4852-a044-788444e4a9dc | ||
| 32 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index 556eb0bf06b..0b5cb270f45 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/SetFrz.c,v 1.1 1999/10/03 19:35:13 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/SetFrz.c,v 1.1 1992/04/11 22:10:21 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -26,6 +26,3 @@ XMenuSetFreeze(menu, freeze) | |||
| 26 | */ | 26 | */ |
| 27 | menu->freeze = freeze; | 27 | menu->freeze = freeze; |
| 28 | } | 28 | } |
| 29 | |||
| 30 | /* arch-tag: 69c5670b-3a46-4c78-8fdb-305936d79772 | ||
| 31 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index 2c51e618937..cdd9e37626a 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.1 1999/10/03 19:35:14 fx Exp $ */ | 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/SetPane.c,v 1.1 1992/04/11 22:10:21 jimb Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -41,6 +41,3 @@ XMenuSetPane(menu, p_num, active) | |||
| 41 | _XMErrorCode = XME_NO_ERROR; | 41 | _XMErrorCode = XME_NO_ERROR; |
| 42 | return(p_num); | 42 | return(p_num); |
| 43 | } | 43 | } |
| 44 | |||
| 45 | /* arch-tag: 90bc8d90-031d-41a2-a2c6-04bf94efbc90 | ||
| 46 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index cd67d79aeb2..af812be31fe 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/SetSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/SetSel.c,v 1.1 1999/10/03 19:35:15 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -48,6 +48,3 @@ XMenuSetSelection(menu, p_num, s_num, active) | |||
| 48 | _XMErrorCode = XME_NO_ERROR; | 48 | _XMErrorCode = XME_NO_ERROR; |
| 49 | return(s_num); | 49 | return(s_num); |
| 50 | } | 50 | } |
| 51 | |||
| 52 | /* arch-tag: 79198ae0-c5a4-4d31-adb0-5747f833f56a | ||
| 53 | (do not change this comment) */ | ||
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index 4ffe45adac8..b6ba06e85da 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/X10.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 1 | /* $Header: /cvs/emacs/oldXMenu/X10.h,v 1.1 1999/10/03 19:35:16 fx Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | 3 | * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology |
| 4 | * | 4 | * |
| @@ -76,6 +76,3 @@ XAssocTable *XCreateAssocTable(); | |||
| 76 | char *XLookUpAssoc(); | 76 | char *XLookUpAssoc(); |
| 77 | 77 | ||
| 78 | #endif /* _X10_H_ */ | 78 | #endif /* _X10_H_ */ |
| 79 | |||
| 80 | /* arch-tag: b0b749fb-757b-470b-b405-af7d033a5aad | ||
| 81 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c index 71c2aa20404..fae6defea05 100644 --- a/oldXMenu/XCrAssoc.c +++ b/oldXMenu/XCrAssoc.c | |||
| @@ -66,6 +66,3 @@ XAssocTable *XCreateAssocTable(size) | |||
| 66 | 66 | ||
| 67 | return(table); | 67 | return(table); |
| 68 | } | 68 | } |
| 69 | |||
| 70 | /* arch-tag: 5df3237d-ada0-4345-a3ab-282cafb397aa | ||
| 71 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index a4c4b9f514d..df3bee6ee90 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c | |||
| @@ -69,5 +69,3 @@ XDeleteAssoc(dpy, table, x_id) | |||
| 69 | return; | 69 | return; |
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | /* arch-tag: 90981a7e-601c-487a-b364-cdf55d6c475b | ||
| 73 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index 84b7a4ddc2e..d43b9c9576d 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c | |||
| @@ -47,5 +47,3 @@ XDestroyAssocTable(table) | |||
| 47 | free((char *)table); | 47 | free((char *)table); |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | /* arch-tag: a536bf02-8d63-45f2-8c1a-c7f9fd4da2cf | ||
| 51 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c index 788eaaa4e1e..b3a98ca2569 100644 --- a/oldXMenu/XLookAssoc.c +++ b/oldXMenu/XLookAssoc.c | |||
| @@ -66,5 +66,3 @@ caddr_t XLookUpAssoc(dpy, table, x_id) | |||
| 66 | return(NULL); | 66 | return(NULL); |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | /* arch-tag: d5075d0c-4b71-467d-b33c-3f5c4c4afcf2 | ||
| 70 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c index 408342d1c79..f6ce766a9a0 100644 --- a/oldXMenu/XMakeAssoc.c +++ b/oldXMenu/XMakeAssoc.c | |||
| @@ -100,5 +100,3 @@ XMakeAssoc(dpy, table, x_id, data) | |||
| 100 | emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); | 100 | emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); |
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | /* arch-tag: d7e3fb8a-f3b3-4c5d-a307-75ca67ec1b49 | ||
| 104 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index c679a91e362..3188f66fa4c 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ | 3 | /* $Header: /cvs/emacs/oldXMenu/XMenu.h,v 1.2 2000/01/27 15:29:38 gerd Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -261,6 +261,3 @@ char *XMenuError(); | |||
| 261 | 261 | ||
| 262 | #endif | 262 | #endif |
| 263 | /* Don't add after this point. */ | 263 | /* Don't add after this point. */ |
| 264 | |||
| 265 | /* arch-tag: 7e57b5ac-9355-4057-9385-afbe6912d60f | ||
| 266 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 8e48645a2ce..3929f20bc79 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenuInt.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ | 2 | /* $Header: /cvs/emacs/oldXMenu/XMenuInt.h,v 1.1 1999/10/03 19:35:24 fx Exp $ */ |
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| @@ -61,6 +61,3 @@ int _XMHighlightSelection(); /* No value actually returned. */ | |||
| 61 | 61 | ||
| 62 | #endif | 62 | #endif |
| 63 | /* Don't add stuff after this #endif */ | 63 | /* Don't add stuff after this #endif */ |
| 64 | |||
| 65 | /* arch-tag: 00640af1-9386-48b5-a4be-35620b8cd3aa | ||
| 66 | (do not change this comment) */ | ||
diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h index 7b426cdb398..1cd0883c70e 100644 --- a/oldXMenu/copyright.h +++ b/oldXMenu/copyright.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Header: /cvsroot/emacs/emacs/oldXMenu/copyright.h,v 1.1 1999/10/03 19:35:25 fx Exp $ */ | 1 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/copyright.h,v 1.1 1992/04/11 22:10:22 jimb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | 3 | ||
| 4 | Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | 4 | Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology |
| @@ -17,5 +17,3 @@ without express or implied warranty. | |||
| 17 | 17 | ||
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 | ||
| 21 | (do not change this comment) */ | ||
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 2b1f52bb02a..e15db5d6566 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -36,6 +36,3 @@ emacs_remque (elem) | |||
| 36 | if (prev) | 36 | if (prev) |
| 37 | prev->q_forw = next; | 37 | prev->q_forw = next; |
| 38 | } | 38 | } |
| 39 | |||
| 40 | /* arch-tag: a8719d1a-5c3f-4bce-b36b-173106d36165 | ||
| 41 | (do not change this comment) */ | ||