summaryrefslogtreecommitdiff
path: root/xc/programs/xmh
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-21 11:10:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-21 11:10:28 -0700
commit9b0c8f1ae9f56cb00850351f5247b035e832edd6 (patch)
treecf60362908557930f8930862b08f610f106f16e3 /xc/programs/xmh
parent8bd5170e65dcd9bf0368033942c4498928446ada (diff)
final stateHEADmaster
Diffstat (limited to 'xc/programs/xmh')
-rw-r--r--xc/programs/xmh/Imakefile2
-rw-r--r--xc/programs/xmh/Xmh.ad2
-rw-r--r--xc/programs/xmh/actions.h2
-rw-r--r--xc/programs/xmh/bbox.c2
-rw-r--r--xc/programs/xmh/bbox.h2
-rw-r--r--xc/programs/xmh/bboxint.h2
-rw-r--r--xc/programs/xmh/command.c2
-rw-r--r--xc/programs/xmh/compfuncs.c2
-rw-r--r--xc/programs/xmh/externs.h2
-rw-r--r--xc/programs/xmh/folder.c2
-rw-r--r--xc/programs/xmh/globals.h2
-rw-r--r--xc/programs/xmh/icon.c2
-rw-r--r--xc/programs/xmh/init.c2
-rw-r--r--xc/programs/xmh/main.c2
-rw-r--r--xc/programs/xmh/menu.c2
-rw-r--r--xc/programs/xmh/miscfuncs.c2
-rw-r--r--xc/programs/xmh/mlist.c2
-rw-r--r--xc/programs/xmh/mlist.h2
-rw-r--r--xc/programs/xmh/msg.h2
-rw-r--r--xc/programs/xmh/pick.c2
-rw-r--r--xc/programs/xmh/popup.c2
-rw-r--r--xc/programs/xmh/screen.c2
-rw-r--r--xc/programs/xmh/toc.c2
-rw-r--r--xc/programs/xmh/toc.h2
-rw-r--r--xc/programs/xmh/tocfuncs.c2
-rw-r--r--xc/programs/xmh/tocintrnl.h2
-rw-r--r--xc/programs/xmh/tocutil.c2
-rw-r--r--xc/programs/xmh/tocutil.h2
-rw-r--r--xc/programs/xmh/tsource.c2
-rw-r--r--xc/programs/xmh/tsource.h2
-rw-r--r--xc/programs/xmh/tsourceP.h2
-rw-r--r--xc/programs/xmh/util.c2
-rw-r--r--xc/programs/xmh/version.h2
-rw-r--r--xc/programs/xmh/viewfuncs.c2
-rw-r--r--xc/programs/xmh/xmh.h2
-rw-r--r--xc/programs/xmh/xmh.man2
36 files changed, 35 insertions, 37 deletions
diff --git a/xc/programs/xmh/Imakefile b/xc/programs/xmh/Imakefile
index fa6f6477a..61f6f050f 100644
--- a/xc/programs/xmh/Imakefile
+++ b/xc/programs/xmh/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XConsortium: Imakefile,v 2.23 94/02/04 14:42:02 kaleb Exp $
+XCOMM $XConsortium: Imakefile,v 2.24 94/02/10 19:54:10 rws Exp $
#if HasVFork
VFORK_DEFINES = -DHAS_VFORK
#endif
diff --git a/xc/programs/xmh/Xmh.ad b/xc/programs/xmh/Xmh.ad
index 0714c534d..fd71a5c51 100644
--- a/xc/programs/xmh/Xmh.ad
+++ b/xc/programs/xmh/Xmh.ad
@@ -1,4 +1,4 @@
-! $XConsortium$
+! $XConsortium: Xmh.ad,v 1.32 94/02/09 19:44:06 gildea Exp $
! AppDefaultsVersion should only be defined in the site-wide file
Xmh.AppDefaultsVersion: 1
diff --git a/xc/programs/xmh/actions.h b/xc/programs/xmh/actions.h
index 61bced238..222dbbc5e 100644
--- a/xc/programs/xmh/actions.h
+++ b/xc/programs/xmh/actions.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: actions.h,v 1.9 91/07/17 21:20:49 converse Exp $
+ * $XConsortium: actions.h,v 1.10 94/04/17 20:24:00 converse Exp $
*
Copyright (c) 1989 X Consortium
diff --git a/xc/programs/xmh/bbox.c b/xc/programs/xmh/bbox.c
index f36339e05..9bb627d1a 100644
--- a/xc/programs/xmh/bbox.c
+++ b/xc/programs/xmh/bbox.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: bbox.c,v 2.34 91/07/05 18:22:39 converse Exp $
+ * $XConsortium: bbox.c,v 2.35 91/07/10 19:34:59 converse Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/bbox.h b/xc/programs/xmh/bbox.h
index 3243c3150..32d89f227 100644
--- a/xc/programs/xmh/bbox.h
+++ b/xc/programs/xmh/bbox.h
@@ -1,4 +1,4 @@
-/* $XConsortium: bbox.h,v 2.11 89/11/25 21:07:07 converse Exp $ */
+/* $XConsortium: bbox.h,v 2.12 91/07/10 19:34:09 converse Exp $ */
/*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/bboxint.h b/xc/programs/xmh/bboxint.h
index 1a57a3714..fc062b049 100644
--- a/xc/programs/xmh/bboxint.h
+++ b/xc/programs/xmh/bboxint.h
@@ -1,4 +1,4 @@
-/* $XConsortium: bboxint.h,v 2.9 89/07/20 21:15:51 converse Exp $
+/* $XConsortium: bboxint.h,v 2.10 89/09/15 16:10:22 converse Exp $
*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/command.c b/xc/programs/xmh/command.c
index 9663133a2..9d410682e 100644
--- a/xc/programs/xmh/command.c
+++ b/xc/programs/xmh/command.c
@@ -1,4 +1,4 @@
-/* $XConsortium: command.c,v 2.48 94/11/28 23:43:16 gildea Exp kaleb $ */
+/* $XConsortium: command.c,v 2.49 95/04/05 19:59:06 kaleb Exp $ */
/*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/compfuncs.c b/xc/programs/xmh/compfuncs.c
index ed3d4227f..ee200ca27 100644
--- a/xc/programs/xmh/compfuncs.c
+++ b/xc/programs/xmh/compfuncs.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: compfuncs.c,v 2.17 89/10/06 15:02:26 converse Exp $
+ * $XConsortium: compfuncs.c,v 2.18 92/04/08 12:20:08 rws Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/externs.h b/xc/programs/xmh/externs.h
index 56929b992..fe38c446a 100644
--- a/xc/programs/xmh/externs.h
+++ b/xc/programs/xmh/externs.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: externs.h,v 2.39 93/09/20 17:52:05 hersh Exp swick $
+ * $XConsortium: externs.h,v 2.40 94/08/26 18:07:47 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/folder.c b/xc/programs/xmh/folder.c
index 83ca0e58d..55b825195 100644
--- a/xc/programs/xmh/folder.c
+++ b/xc/programs/xmh/folder.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: folder.c,v 2.43 94/08/26 18:08:21 swick Exp swick $
+ * $XConsortium: folder.c,v 2.44 94/08/29 20:25:49 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/globals.h b/xc/programs/xmh/globals.h
index 7ebab9c32..b04307e9e 100644
--- a/xc/programs/xmh/globals.h
+++ b/xc/programs/xmh/globals.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: globals.h,v 2.38 91/07/17 21:23:56 converse Exp $
+ * $XConsortium: globals.h,v 2.39 91/07/18 21:03:15 converse Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/icon.c b/xc/programs/xmh/icon.c
deleted file mode 100644
index 1775c964a..000000000
--- a/xc/programs/xmh/icon.c
+++ /dev/null
@@ -1,2 +0,0 @@
-/* $XConsortium: icon.c,v 2.8 91/01/10 22:46:17 gildea Exp $ */
-/* This file and the newmail.bit and nomail.bit files are obsolete in R5 */
diff --git a/xc/programs/xmh/init.c b/xc/programs/xmh/init.c
index 21947a0f0..d5f62c129 100644
--- a/xc/programs/xmh/init.c
+++ b/xc/programs/xmh/init.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: init.c,v 2.80 95/01/25 14:33:57 swick Exp swick $
+ * $XConsortium: init.c,v 2.81 95/01/25 14:56:39 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/main.c b/xc/programs/xmh/main.c
index e4b520bba..cd0d7d78f 100644
--- a/xc/programs/xmh/main.c
+++ b/xc/programs/xmh/main.c
@@ -1,4 +1,4 @@
-/* $XConsortium: main.c,v 2.29 95/01/06 16:39:19 swick Exp swick $
+/* $XConsortium: main.c,v 2.30 95/01/25 14:33:57 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/menu.c b/xc/programs/xmh/menu.c
index d0670672b..ce538d4cc 100644
--- a/xc/programs/xmh/menu.c
+++ b/xc/programs/xmh/menu.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: menu.c,v 1.6 94/02/08 15:06:37 kaleb Exp $
+ * $XConsortium: menu.c,v 1.7 94/04/17 20:24:02 kaleb Exp $
*
Copyright (c) 1989 X Consortium
diff --git a/xc/programs/xmh/miscfuncs.c b/xc/programs/xmh/miscfuncs.c
index 73e223c60..fcf5d1f72 100644
--- a/xc/programs/xmh/miscfuncs.c
+++ b/xc/programs/xmh/miscfuncs.c
@@ -1,4 +1,4 @@
-/* $XConsortium: miscfuncs.c,v 1.6 91/07/13 17:52:59 gildea Exp kaleb $ */
+/* $XConsortium: miscfuncs.c,v 1.7 94/12/01 17:15:05 kaleb Exp $ */
#include <X11/Xos.h>
diff --git a/xc/programs/xmh/mlist.c b/xc/programs/xmh/mlist.c
index 1c1c7dc3f..1dbd333c4 100644
--- a/xc/programs/xmh/mlist.c
+++ b/xc/programs/xmh/mlist.c
@@ -1,4 +1,4 @@
-/* $XConsortium: mlist.c,v 2.9 89/07/21 18:56:29 converse Exp $" */
+/* $XConsortium: mlist.c,v 2.10 91/01/06 21:08:51 rws Exp $" */
/*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/mlist.h b/xc/programs/xmh/mlist.h
index c15139e3b..068f662bd 100644
--- a/xc/programs/xmh/mlist.h
+++ b/xc/programs/xmh/mlist.h
@@ -1,4 +1,4 @@
-/* $XConsortium: mlist.h,v 2.3 88/09/06 17:23:23 jim Exp $ */
+/* $XConsortium: mlist.h,v 2.4 89/05/04 15:11:31 converse Exp $ */
/*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/msg.h b/xc/programs/xmh/msg.h
index 44a96cfee..5644d26ab 100644
--- a/xc/programs/xmh/msg.h
+++ b/xc/programs/xmh/msg.h
@@ -1,4 +1,4 @@
-/* $XConsortium: msg.h,v 2.5 89/05/04 15:12:28 converse Exp $ */
+/* $XConsortium: msg.h,v 2.7 89/07/20 21:12:59 converse Exp $ */
/*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/pick.c b/xc/programs/xmh/pick.c
index da9de8337..1050ad3d8 100644
--- a/xc/programs/xmh/pick.c
+++ b/xc/programs/xmh/pick.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: pick.c,v 2.44 91/07/05 18:58:25 converse Exp $
+ * $XConsortium: pick.c,v 2.45 91/07/17 21:26:54 converse Exp $
*
*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/popup.c b/xc/programs/xmh/popup.c
index 60181785e..1274a05b7 100644
--- a/xc/programs/xmh/popup.c
+++ b/xc/programs/xmh/popup.c
@@ -1,4 +1,4 @@
-/* $XConsortium: popup.c,v 2.37 93/09/20 17:52:11 hersh Exp swick $
+/* $XConsortium: popup.c,v 2.38 94/08/26 18:04:22 swick Exp $
*
*
* COPYRIGHT 1989
diff --git a/xc/programs/xmh/screen.c b/xc/programs/xmh/screen.c
index b02eeca02..b54d889b3 100644
--- a/xc/programs/xmh/screen.c
+++ b/xc/programs/xmh/screen.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: screen.c,v 2.64 94/08/29 19:47:11 swick Exp swick $
+ * $XConsortium: screen.c,v 2.65 95/01/06 16:39:19 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/toc.c b/xc/programs/xmh/toc.c
index e74c85721..3e81fb6f5 100644
--- a/xc/programs/xmh/toc.c
+++ b/xc/programs/xmh/toc.c
@@ -1,4 +1,4 @@
-/* $XConsortium: toc.c,v 2.58 94/08/26 18:06:29 swick Exp swick $
+/* $XConsortium: toc.c,v 2.59 95/01/09 16:52:53 swick Exp $
*
*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/toc.h b/xc/programs/xmh/toc.h
index 82228bf1d..e1b300cf9 100644
--- a/xc/programs/xmh/toc.h
+++ b/xc/programs/xmh/toc.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: toc.h,v 2.12 91/07/14 18:53:30 converse Exp $
+ * $XConsortium: toc.h,v 2.13 91/07/17 12:28:29 converse Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/tocfuncs.c b/xc/programs/xmh/tocfuncs.c
index fbdd93baa..a008687f3 100644
--- a/xc/programs/xmh/tocfuncs.c
+++ b/xc/programs/xmh/tocfuncs.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: tocfuncs.c,v 2.38 91/07/17 21:28:33 converse Exp $
+ * $XConsortium: tocfuncs.c,v 2.39 92/04/08 12:19:21 rws Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/tocintrnl.h b/xc/programs/xmh/tocintrnl.h
index 41d29aac9..7676a3fd1 100644
--- a/xc/programs/xmh/tocintrnl.h
+++ b/xc/programs/xmh/tocintrnl.h
@@ -1,4 +1,4 @@
-/* $XConsortium: tocintrnl.h,v 2.17 91/07/13 17:13:14 converse Exp $ */
+/* $XConsortium: tocintrnl.h,v 2.18 91/07/14 18:53:37 converse Exp $ */
/*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/tocutil.c b/xc/programs/xmh/tocutil.c
index 59f67ef96..752ab07bc 100644
--- a/xc/programs/xmh/tocutil.c
+++ b/xc/programs/xmh/tocutil.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: tocutil.c,v 2.59 94/12/01 17:15:50 kaleb Exp swick $
+ * $XConsortium: tocutil.c,v 2.60 95/01/09 16:52:53 swick Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/tocutil.h b/xc/programs/xmh/tocutil.h
index 3fd7d6470..475003b3d 100644
--- a/xc/programs/xmh/tocutil.h
+++ b/xc/programs/xmh/tocutil.h
@@ -1,4 +1,4 @@
-/* $XConsortium: tocutil.h,v 2.6 89/12/10 17:30:14 converse Exp swick $ */
+/* $XConsortium: tocutil.h,v 2.7 95/01/09 16:52:53 swick Exp $ */
/*
* COPYRIGHT 1987
* DIGITAL EQUIPMENT CORPORATION
diff --git a/xc/programs/xmh/tsource.c b/xc/programs/xmh/tsource.c
index 6b9b23618..67029bf00 100644
--- a/xc/programs/xmh/tsource.c
+++ b/xc/programs/xmh/tsource.c
@@ -1,4 +1,4 @@
-/* $XConsortium: tsource.c,v 2.23 91/07/05 18:56:14 converse Exp $ */
+/* $XConsortium: tsource.c,v 2.24 91/10/21 14:32:36 eswu Exp $ */
/*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/tsource.h b/xc/programs/xmh/tsource.h
index d3f1337c5..ca0f33ec7 100644
--- a/xc/programs/xmh/tsource.h
+++ b/xc/programs/xmh/tsource.h
@@ -1,4 +1,4 @@
-/* $XConsortium: tsource.h,v 1.2 91/07/23 18:38:31 converse Exp $ */
+/* $XConsortium: tsource.h,v 1.3 94/04/17 20:24:04 converse Exp $ */
/***********************************************************
diff --git a/xc/programs/xmh/tsourceP.h b/xc/programs/xmh/tsourceP.h
index 8644922b2..71582bda6 100644
--- a/xc/programs/xmh/tsourceP.h
+++ b/xc/programs/xmh/tsourceP.h
@@ -1,5 +1,5 @@
/*
-* $XConsortium: tsourceP.h,v 1.1 89/09/01 17:36:46 kit Exp $
+* $XConsortium: tsourceP.h,v 1.2 94/04/17 20:24:05 kit Exp $
*/
diff --git a/xc/programs/xmh/util.c b/xc/programs/xmh/util.c
index 9b2362957..04124aefc 100644
--- a/xc/programs/xmh/util.c
+++ b/xc/programs/xmh/util.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: util.c,v 2.44 94/03/30 19:55:04 gildea Exp gildea $
+ * $XConsortium: util.c,v 2.45 94/11/28 23:43:16 gildea Exp $
*
*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/version.h b/xc/programs/xmh/version.h
index 7641a6d49..e305415c1 100644
--- a/xc/programs/xmh/version.h
+++ b/xc/programs/xmh/version.h
@@ -1,4 +1,4 @@
-/* $XConsortium: version.h,v 1.3 95/01/10 15:59:31 swick Exp swick $ */
+/* $XConsortium: version.h,v 1.4 95/01/10 21:59:40 swick Exp $ */
/*
Copyright (c) 1993 X Consortium
diff --git a/xc/programs/xmh/viewfuncs.c b/xc/programs/xmh/viewfuncs.c
index 42b5521c8..1ac9bc922 100644
--- a/xc/programs/xmh/viewfuncs.c
+++ b/xc/programs/xmh/viewfuncs.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: viewfuncs.c,v 2.22 91/07/17 21:25:48 converse Exp $
+ * $XConsortium: viewfuncs.c,v 2.23 92/04/08 12:18:41 rws Exp $
*
*
* COPYRIGHT 1987, 1989
diff --git a/xc/programs/xmh/xmh.h b/xc/programs/xmh/xmh.h
index 1d9b0121f..c72267a0a 100644
--- a/xc/programs/xmh/xmh.h
+++ b/xc/programs/xmh/xmh.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: xmh.h,v 2.31 91/04/02 19:28:34 gildea Exp $
+ * $XConsortium: xmh.h,v 2.32 93/09/08 15:31:11 kaleb Exp $
*
*
* COPYRIGHT 1987
diff --git a/xc/programs/xmh/xmh.man b/xc/programs/xmh/xmh.man
index 257b24d6c..2aff56b08 100644
--- a/xc/programs/xmh/xmh.man
+++ b/xc/programs/xmh/xmh.man
@@ -1,4 +1,4 @@
-.\" $XConsortium: xmh.man,v 1.35 94/08/02 02:14:54 gildea Exp swick $
+.\" $XConsortium: xmh.man,v 1.36 95/01/18 19:58:03 swick Exp $
.\" Copyright (c) 1989, 1991, 1994 X Consortium
.\" Copyright 1988, 1989, Digital Equipment Corporation.
.\"