Expunge revision histories in files.
[xtoys] / xcatch.c
index 8d45876..6ddb4ea 100644 (file)
--- a/xcatch.c
+++ b/xcatch.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xcatch.c,v 1.9 2002/01/13 14:43:27 mdw Exp $
+ * $Id: xcatch.c,v 1.10 2004/04/08 01:36:29 mdw Exp $
  *
  * Catch input and trap it in an X window
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: xcatch.c,v $
- * Revision 1.9  2002/01/13 14:43:27  mdw
- * Kill some spurious warnings.  Track @msg@ interface change.
- *
- * Revision 1.8  1999/06/19 23:42:55  mdw
- * Improve signal handling.  Fix options parsing to POSIX order only.
- *
- * Revision 1.7  1999/05/21 22:09:19  mdw
- * Take advantage of new dynamic string macros.
- *
- * Revision 1.6  1999/05/19 20:41:15  mdw
- * Track gratuitous change in mdwopt interface.
- *
- * Revision 1.5  1999/05/05 18:55:18  mdw
- * Block SIGCHLD around the `fork' call to prevent a race.
- *
- * Revision 1.4  1999/03/24 22:23:57  mdw
- * Improve display for large files.  Keep newly added material in view if
- * scrolled to bottom of window.
- *
- * Revision 1.3  1998/12/20 17:19:16  mdw
- * Return exit status of child process, rather than always returning
- * success.
- *
- * Revision 1.2  1998/12/16 00:10:58  mdw
- * Fix tabbing in help text.
- *
- * Revision 1.1  1998/12/15 23:46:50  mdw
- * New program: captures input and puts it in a window.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>