diff options
| author | Kenichi Handa | 2004-04-16 12:51:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-16 12:51:06 +0000 |
| commit | 6b61353c0a0320ee15bb6488149735381fed62ec (patch) | |
| tree | e69adba60e504a5a37beb556ad70084de88a7aab /oldXMenu | |
| parent | dc6a28319312fe81f7a1015e363174022313f0bd (diff) | |
| download | emacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz emacs-6b61353c0a0320ee15bb6488149735381fed62ec.zip | |
Sync to HEAD
Diffstat (limited to 'oldXMenu')
36 files changed, 98 insertions, 32 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 8e1b3742d9b..840c423471b 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -1,4 +1,3 @@ | |||
| 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 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | #include "copyright.h" | 3 | #include "copyright.h" |
| @@ -565,3 +564,6 @@ XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data, | |||
| 565 | return(ret_val); | 564 | return(ret_val); |
| 566 | 565 | ||
| 567 | } | 566 | } |
| 567 | |||
| 568 | /* arch-tag: 6b90b578-ecea-4328-b460-a0c96963f872 | ||
| 569 | (do not change this comment) */ | ||
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index ab8ed42b012..b7b52c0f642 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -102,3 +101,6 @@ XMenuAddPane(display, menu, label, active) | |||
| 102 | _XMErrorCode = XME_NO_ERROR; | 101 | _XMErrorCode = XME_NO_ERROR; |
| 103 | return((menu->p_count - 1)); | 102 | return((menu->p_count - 1)); |
| 104 | } | 103 | } |
| 104 | |||
| 105 | /* arch-tag: 62a26021-f29d-48ba-96ef-3b6c4ebd6547 | ||
| 106 | (do not change this comment) */ | ||
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 7807fb66518..40bbbde704c 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -103,3 +102,6 @@ XMenuAddSelection(display, menu, p_num, data, label, active, help) | |||
| 103 | _XMErrorCode = XME_NO_ERROR; | 102 | _XMErrorCode = XME_NO_ERROR; |
| 104 | return((pane->s_count - 1)); | 103 | return((pane->s_count - 1)); |
| 105 | } | 104 | } |
| 105 | |||
| 106 | /* arch-tag: 0161f024-c739-440d-9498-050280c6c355 | ||
| 107 | (do not change this comment) */ | ||
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index ca0c09ebb4e..4bcd8120556 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -435,3 +435,5 @@ | |||
| 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 e039507180f..123f18dec5a 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -64,3 +63,6 @@ XMenuChangePane(menu, p_num, label) | |||
| 64 | _XMErrorCode = XME_NO_ERROR; | 63 | _XMErrorCode = XME_NO_ERROR; |
| 65 | return(p_num); | 64 | return(p_num); |
| 66 | } | 65 | } |
| 66 | |||
| 67 | /* arch-tag: e267e9de-a3f0-4a0d-8c45-413afa176fd8 | ||
| 68 | (do not change this comment) */ | ||
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index d436a480a1b..7dce694c410 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -86,3 +85,6 @@ XMenuChangeSelection(display, menu, p_num, s_num, data, data_sw, label, label_sw | |||
| 86 | _XMErrorCode = XME_NO_ERROR; | 85 | _XMErrorCode = XME_NO_ERROR; |
| 87 | return(s_num); | 86 | return(s_num); |
| 88 | } | 87 | } |
| 88 | |||
| 89 | /* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841 | ||
| 90 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index e500e406349..bac3f079f60 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -1,4 +1,3 @@ | |||
| 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 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | #include "copyright.h" | 3 | #include "copyright.h" |
| @@ -759,3 +758,6 @@ XMenuCreate(display, parent, def_env) | |||
| 759 | _XMErrorCode = XME_NO_ERROR; | 758 | _XMErrorCode = XME_NO_ERROR; |
| 760 | return(menu); | 759 | return(menu); |
| 761 | } | 760 | } |
| 761 | |||
| 762 | /* arch-tag: 6945b7d2-3b13-40b9-8b6e-56b1b20f3463 | ||
| 763 | (do not change this comment) */ | ||
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index f656c32ea07..bdb084b36f3 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -86,3 +85,6 @@ XMenuDeletePane(display, menu, p_num) | |||
| 86 | _XMErrorCode = XME_NO_ERROR; | 85 | _XMErrorCode = XME_NO_ERROR; |
| 87 | return(p_num); | 86 | return(p_num); |
| 88 | } | 87 | } |
| 88 | |||
| 89 | /* arch-tag: 32a5bfd4-4bac-4090-bb53-844110f4908e | ||
| 90 | (do not change this comment) */ | ||
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index 76adcc17f2f..78b73113162 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -70,3 +69,6 @@ XMenuDeleteSelection(display, menu, p_num, s_num) | |||
| 70 | _XMErrorCode = XME_NO_ERROR; | 69 | _XMErrorCode = XME_NO_ERROR; |
| 71 | return(s_num); | 70 | return(s_num); |
| 72 | } | 71 | } |
| 72 | |||
| 73 | /* arch-tag: 24ca2bc7-8a37-471a-8095-e6363fc1ed10 | ||
| 74 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 588af2ad37d..8d904a53872 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -114,3 +113,6 @@ XMenuDestroy(display, menu) | |||
| 114 | */ | 113 | */ |
| 115 | free(menu); | 114 | free(menu); |
| 116 | } | 115 | } |
| 116 | |||
| 117 | /* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015 | ||
| 118 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 80f227209a6..1eb521b1642 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -28,3 +27,5 @@ XMenuError() | |||
| 28 | return(message); | 27 | return(message); |
| 29 | } | 28 | } |
| 30 | 29 | ||
| 30 | /* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d | ||
| 31 | (do not change this comment) */ | ||
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 375ea44841f..073d0ab90b4 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -24,3 +23,5 @@ XMenuEventHandler(handler) | |||
| 24 | _XMEventHandler = handler; | 23 | _XMEventHandler = handler; |
| 25 | } | 24 | } |
| 26 | 25 | ||
| 26 | /* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3 | ||
| 27 | (do not change this comment) */ | ||
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index af1ecce51bb..945d4595cab 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -62,3 +61,6 @@ XMenuFindPane(menu, label) | |||
| 62 | _XMErrorCode = XME_P_NOT_FOUND; | 61 | _XMErrorCode = XME_P_NOT_FOUND; |
| 63 | return (XM_FAILURE); | 62 | return (XM_FAILURE); |
| 64 | } | 63 | } |
| 64 | |||
| 65 | /* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54 | ||
| 66 | (do not change this comment) */ | ||
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 97853fae05d..1fed1114732 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -70,3 +69,6 @@ XMenuFindSelection(menu, p_num, label) | |||
| 70 | _XMErrorCode = XME_S_NOT_FOUND; | 69 | _XMErrorCode = XME_S_NOT_FOUND; |
| 71 | return (XM_FAILURE); | 70 | return (XM_FAILURE); |
| 72 | } | 71 | } |
| 72 | |||
| 73 | /* arch-tag: 564a4a95-9ab0-4580-b05f-6970c4b25dd4 | ||
| 74 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Imakefile b/oldXMenu/Imakefile index 8f69bdbc5f8..2637feb7768 100644 --- a/oldXMenu/Imakefile +++ b/oldXMenu/Imakefile | |||
| @@ -95,3 +95,6 @@ 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 25fa3390293..682423a4a05 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -110,3 +109,6 @@ XMenuInsertPane(menu, p_num, label, active) | |||
| 110 | _XMErrorCode = XME_NO_ERROR; | 109 | _XMErrorCode = XME_NO_ERROR; |
| 111 | return(p_num); | 110 | return(p_num); |
| 112 | } | 111 | } |
| 112 | |||
| 113 | /* arch-tag: ab94d53d-f05b-4273-82d3-f1b01eb9dc9e | ||
| 114 | (do not change this comment) */ | ||
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index b2c75c1043a..f3e2c4d7fb0 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -114,3 +113,6 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active) | |||
| 114 | _XMErrorCode = XME_NO_ERROR; | 113 | _XMErrorCode = XME_NO_ERROR; |
| 115 | return(s_num); | 114 | return(s_num); |
| 116 | } | 115 | } |
| 116 | |||
| 117 | /* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663 | ||
| 118 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index a8941bf3ee2..f1367a07351 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -1004,3 +1003,5 @@ _XMRefreshSelection(display, menu, select) | |||
| 1004 | } | 1003 | } |
| 1005 | } | 1004 | } |
| 1006 | 1005 | ||
| 1006 | /* arch-tag: 3ac61957-0852-4e72-8b88-7dfab1a5dee9 | ||
| 1007 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 145812dc3b3..47db7fa1103 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -76,3 +75,6 @@ XMenuLocate(display, menu, p_num, s_num, x_pos, y_pos, ul_x, ul_y, width, height | |||
| 76 | _XMErrorCode = XME_NO_ERROR; | 75 | _XMErrorCode = XME_NO_ERROR; |
| 77 | return(XM_SUCCESS); | 76 | return(XM_SUCCESS); |
| 78 | } | 77 | } |
| 78 | |||
| 79 | /* arch-tag: 1ff94bab-cf67-4c92-bff4-dc0130153173 | ||
| 80 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index e20a583514a..82269282c03 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -107,3 +107,5 @@ 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 d10b04945d0..3b39d796823 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -83,3 +82,6 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask) | |||
| 83 | return(data); | 82 | return(data); |
| 84 | } | 83 | } |
| 85 | } | 84 | } |
| 85 | |||
| 86 | /* arch-tag: 7b6104e5-fa32-4342-aa17-05296a30dd70 | ||
| 87 | (do not change this comment) */ | ||
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index 933a6bf9f33..b4bc4da3f72 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -102,3 +101,6 @@ XMenuRecompute(display, menu) | |||
| 102 | _XMErrorCode = XME_NO_ERROR; | 101 | _XMErrorCode = XME_NO_ERROR; |
| 103 | return(XM_SUCCESS); | 102 | return(XM_SUCCESS); |
| 104 | } | 103 | } |
| 104 | |||
| 105 | /* arch-tag: 1fe99b82-3873-4aab-b2b3-f277c93e00d9 | ||
| 106 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 7da7c118229..daddc1aa946 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -27,3 +26,6 @@ XMenuSetAEQ(menu, aeq) | |||
| 27 | */ | 26 | */ |
| 28 | menu->aeq = aeq; | 27 | menu->aeq = aeq; |
| 29 | } | 28 | } |
| 29 | |||
| 30 | /* arch-tag: 48fc22b4-0722-4852-a044-788444e4a9dc | ||
| 31 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index 0b5cb270f45..243cc64e0ed 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -26,3 +25,6 @@ XMenuSetFreeze(menu, freeze) | |||
| 26 | */ | 25 | */ |
| 27 | menu->freeze = freeze; | 26 | menu->freeze = freeze; |
| 28 | } | 27 | } |
| 28 | |||
| 29 | /* arch-tag: 69c5670b-3a46-4c78-8fdb-305936d79772 | ||
| 30 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index cdd9e37626a..39a87ac5ce3 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -41,3 +40,6 @@ XMenuSetPane(menu, p_num, active) | |||
| 41 | _XMErrorCode = XME_NO_ERROR; | 40 | _XMErrorCode = XME_NO_ERROR; |
| 42 | return(p_num); | 41 | return(p_num); |
| 43 | } | 42 | } |
| 43 | |||
| 44 | /* arch-tag: 90bc8d90-031d-41a2-a2c6-04bf94efbc90 | ||
| 45 | (do not change this comment) */ | ||
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index af812be31fe..4fe0c82a131 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -48,3 +47,6 @@ XMenuSetSelection(menu, p_num, s_num, active) | |||
| 48 | _XMErrorCode = XME_NO_ERROR; | 47 | _XMErrorCode = XME_NO_ERROR; |
| 49 | return(s_num); | 48 | return(s_num); |
| 50 | } | 49 | } |
| 50 | |||
| 51 | /* arch-tag: 79198ae0-c5a4-4d31-adb0-5747f833f56a | ||
| 52 | (do not change this comment) */ | ||
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index b6ba06e85da..e1abcbbe6c5 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $Header: /cvs/emacs/oldXMenu/X10.h,v 1.1 1999/10/03 19:35:16 fx Exp $ */ | ||
| 2 | /* | 1 | /* |
| 3 | * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | 2 | * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology |
| 4 | * | 3 | * |
| @@ -76,3 +75,6 @@ XAssocTable *XCreateAssocTable(); | |||
| 76 | char *XLookUpAssoc(); | 75 | char *XLookUpAssoc(); |
| 77 | 76 | ||
| 78 | #endif /* _X10_H_ */ | 77 | #endif /* _X10_H_ */ |
| 78 | |||
| 79 | /* arch-tag: b0b749fb-757b-470b-b405-af7d033a5aad | ||
| 80 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c index fae6defea05..67239a26d31 100644 --- a/oldXMenu/XCrAssoc.c +++ b/oldXMenu/XCrAssoc.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $XConsortium: XCrAssoc.c,v 10.17 91/01/06 12:04:57 rws Exp $ */ | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | /* | 3 | /* |
| @@ -66,3 +65,6 @@ XAssocTable *XCreateAssocTable(size) | |||
| 66 | 65 | ||
| 67 | return(table); | 66 | return(table); |
| 68 | } | 67 | } |
| 68 | |||
| 69 | /* arch-tag: 5df3237d-ada0-4345-a3ab-282cafb397aa | ||
| 70 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index df3bee6ee90..1c72447f931 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $XConsortium: XDelAssoc.c,v 10.19 91/01/06 12:06:39 rws Exp $ */ | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | /* | 3 | /* |
| @@ -69,3 +68,5 @@ XDeleteAssoc(dpy, table, x_id) | |||
| 69 | return; | 68 | return; |
| 70 | } | 69 | } |
| 71 | 70 | ||
| 71 | /* arch-tag: 90981a7e-601c-487a-b364-cdf55d6c475b | ||
| 72 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index d43b9c9576d..137c49f613d 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $XConsortium: XDestAssoc.c,v 10.17 91/02/08 13:11:50 rws Exp $ */ | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | /* | 3 | /* |
| @@ -47,3 +46,5 @@ XDestroyAssocTable(table) | |||
| 47 | free((char *)table); | 46 | free((char *)table); |
| 48 | } | 47 | } |
| 49 | 48 | ||
| 49 | /* arch-tag: a536bf02-8d63-45f2-8c1a-c7f9fd4da2cf | ||
| 50 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c index b3a98ca2569..ea7303bad61 100644 --- a/oldXMenu/XLookAssoc.c +++ b/oldXMenu/XLookAssoc.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $XConsortium: XLookAssoc.c,v 10.16 91/01/06 12:09:24 rws Exp $ */ | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | /* | 3 | /* |
| @@ -66,3 +65,5 @@ caddr_t XLookUpAssoc(dpy, table, x_id) | |||
| 66 | return(NULL); | 65 | return(NULL); |
| 67 | } | 66 | } |
| 68 | 67 | ||
| 68 | /* arch-tag: d5075d0c-4b71-467d-b33c-3f5c4c4afcf2 | ||
| 69 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c index f6ce766a9a0..ffe19adc410 100644 --- a/oldXMenu/XMakeAssoc.c +++ b/oldXMenu/XMakeAssoc.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $XConsortium: XMakeAssoc.c,v 10.18 91/01/06 12:09:28 rws Exp $ */ | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 2 | ||
| 4 | /* | 3 | /* |
| @@ -100,3 +99,5 @@ XMakeAssoc(dpy, table, x_id, data) | |||
| 100 | emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); | 99 | emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); |
| 101 | } | 100 | } |
| 102 | 101 | ||
| 102 | /* arch-tag: d7e3fb8a-f3b3-4c5d-a307-75ca67ec1b49 | ||
| 103 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index 3188f66fa4c..fde2a954620 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 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 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| @@ -261,3 +260,6 @@ char *XMenuError(); | |||
| 261 | 260 | ||
| 262 | #endif | 261 | #endif |
| 263 | /* Don't add after this point. */ | 262 | /* Don't add after this point. */ |
| 263 | |||
| 264 | /* arch-tag: 7e57b5ac-9355-4057-9385-afbe6912d60f | ||
| 265 | (do not change this comment) */ | ||
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 3929f20bc79..e96dfb1e910 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | ||
| 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 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | 3 | ||
| 5 | /* | 4 | /* |
| @@ -61,3 +60,6 @@ int _XMHighlightSelection(); /* No value actually returned. */ | |||
| 61 | 60 | ||
| 62 | #endif | 61 | #endif |
| 63 | /* Don't add stuff after this #endif */ | 62 | /* Don't add stuff after this #endif */ |
| 63 | |||
| 64 | /* arch-tag: 00640af1-9386-48b5-a4be-35620b8cd3aa | ||
| 65 | (do not change this comment) */ | ||
diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h index 1cd0883c70e..c5a4316043d 100644 --- a/oldXMenu/copyright.h +++ b/oldXMenu/copyright.h | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/copyright.h,v 1.1 1992/04/11 22:10:22 jimb Exp $ */ | ||
| 2 | /* | 1 | /* |
| 3 | 2 | ||
| 4 | Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | 3 | Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology |
| @@ -17,3 +16,5 @@ without express or implied warranty. | |||
| 17 | 16 | ||
| 18 | */ | 17 | */ |
| 19 | 18 | ||
| 19 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 | ||
| 20 | (do not change this comment) */ | ||
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index e15db5d6566..2b1f52bb02a 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -36,3 +36,6 @@ 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) */ | ||