chiark / gitweb /
Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
Makefile.am
cancel.c
cancel.h
configure.in
mdwfocus.c
mdwfocus.h
msg.c
msg.h

index 00ffc3124dbf3efeff131332ddf156ed2cabc43f..0de062b508257a7cabed38b8480e5de635ae5f48 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.7 2003/11/10 10:01:39 mdw Exp $
+## $Id: Makefile.am,v 1.8 2004/04/08 01:36:14 mdw Exp $
 ##
 ## Makefile for mgLib
 ##
 ##
 ## Makefile for mgLib
 ##
 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ## MA 02111-1307, USA.
 
 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ## MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.7  2003/11/10 10:01:39  mdw
-## Various Debian fixes.
-##
-## Revision 1.6  1999/11/11 19:54:37  mdw
-## Prep for standalone release.
-##
-## Revision 1.5  1999/07/27 18:59:09  mdw
-## Fix relative order of `automake' and `autoconf'.
-##
-## Revision 1.4  1999/05/06 19:51:47  mdw
-## Reformatted the LGPL notice a little bit.
-##
-## Revision 1.3  1999/05/05 18:52:45  mdw
-## Change licensing conditions to LGPL.
-##
-## Revision 1.2  1998/12/21 16:29:29  mdw
-## Install the include files properly.
-##
-## Revision 1.1  1998/12/11 09:44:21  mdw
-## Initial version.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 lib_LTLIBRARIES = libmgLib.la
 AUTOMAKE_OPTIONS = foreign
 
 lib_LTLIBRARIES = libmgLib.la
index 9ddcf92872c760fbfbb35803227dc725fcb69bd9..9cd66e71602df44a279d82c07418ba2b4d092674 100644 (file)
--- a/cancel.c
+++ b/cancel.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: cancel.c,v 1.5 1999/11/11 19:54:37 mdw Exp $
+ * $Id: cancel.c,v 1.6 2004/04/08 01:36:14 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: cancel.c,v $
- * Revision 1.5  1999/11/11 19:54:37  mdw
- * Prep for standalone release.
- *
- * Revision 1.4  1999/05/06 19:51:47  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1999/03/25 23:36:07  mdw
- * Compile to nothing in absence of GTK, for the benefit of parent packages
- * which contain non-GTK-dependent parts.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <gtk/gtk.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <gtk/gtk.h>
index 4c5f572eb147307edf63f00d5589ff65397f164a..47e31ce55d570006a75a7975f5553ae3231e7585 100644 (file)
--- a/cancel.h
+++ b/cancel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: cancel.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
+ * $Id: cancel.h,v 1.5 2004/04/08 01:36:14 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: cancel.h,v $
- * Revision 1.4  2000/08/15 22:40:15  mdw
- * Change guard constants.
- *
- * Revision 1.3  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 #ifndef MGLIB_CANCEL_H
 #define MGLIB_CANCEL_H
 
 #ifndef MGLIB_CANCEL_H
 #define MGLIB_CANCEL_H
 
index 39b5802e6aef09f04bee6aeccf90ea25b1c86382..8f2c22af240803a8d891faa531a5bef06db361ab 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.11 2003/11/29 23:45:03 mdw Exp $
+dnl $Id: configure.in,v 1.12 2004/04/08 01:36:14 mdw Exp $
 dnl
 dnl Configuration script for mgLib
 dnl
 dnl
 dnl Configuration script for mgLib
 dnl
@@ -26,44 +26,6 @@ dnl License along with mgLib; if not, write to the Free
 dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 dnl MA 02111-1307, USA.
 
 dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 dnl MA 02111-1307, USA.
 
-dnl ----- Revision history --------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.11  2003/11/29 23:45:03  mdw
-dnl Debianization fixes.
-dnl
-dnl Revision 1.10  2002/01/13 14:32:33  mdw
-dnl Use the correct compiler flags.  Maybe.
-dnl
-dnl Revision 1.9  2000/08/15 22:45:56  mdw
-dnl Whoops.  Use the right library initialization rune.
-dnl
-dnl Revision 1.8  2000/08/15 22:40:48  mdw
-dnl New library configuration stuff from `common'.
-dnl
-dnl Revision 1.7  1999/11/11 19:54:37  mdw
-dnl Prep for standalone release.
-dnl
-dnl Revision 1.6  1999/05/06 19:51:48  mdw
-dnl Reformatted the LGPL notice a little bit.
-dnl
-dnl Revision 1.5  1999/05/05 18:52:45  mdw
-dnl Change licensing conditions to LGPL.
-dnl
-dnl Revision 1.4  1999/03/25 23:36:08  mdw
-dnl Compile to nothing in absence of GTK, for the benefit of parent packages
-dnl which contain non-GTK-dependent parts.
-dnl
-dnl Revision 1.3  1999/03/24 22:22:59  mdw
-dnl Remove redundant call to AC_PROG_INSTALL.
-dnl
-dnl Revision 1.2  1998/12/15 23:48:21  mdw
-dnl Don't need to check for `vsnprintf' any more.
-dnl
-dnl Revision 1.1  1998/12/11 09:44:21  mdw
-dnl Initial version.
-dnl
-
 AC_INIT(mdwfocus.c)
 mdw_INIT_LIB(mgLib, mgLib, 1.1.0)
 
 AC_INIT(mdwfocus.c)
 mdw_INIT_LIB(mgLib, mgLib, 1.1.0)
 
index b7ee5b085c8796dbb01e4cfe6b8d963ac8523537..376f899437178c246486627386bd78ffa4c7109d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: mdwfocus.c,v 1.5 1999/11/11 19:54:37 mdw Exp $
+ * $Id: mdwfocus.c,v 1.6 2004/04/08 01:36:14 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
  *
  * Tell my hacked `fvwm' to focus this window
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: mdwfocus.c,v $
- * Revision 1.5  1999/11/11 19:54:37  mdw
- * Prep for standalone release.
- *
- * Revision 1.4  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1999/03/25 23:36:09  mdw
- * Compile to nothing in absence of GTK, for the benefit of parent packages
- * which contain non-GTK-dependent parts.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <gtk/gtk.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <gtk/gtk.h>
index 923e1dcbad89dfab1133dc8cee7d3f6eb4e5e25d..4b67fb2a217a83e1bff21248dddb404a816ef6c5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: mdwfocus.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
+ * $Id: mdwfocus.h,v 1.5 2004/04/08 01:36:14 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
  *
  * Tell my hacked `fvwm' to focus this window
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: mdwfocus.h,v $
- * Revision 1.4  2000/08/15 22:40:15  mdw
- * Change guard constants.
- *
- * Revision 1.3  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 #ifndef MGLIB_MDWFOCUS_H
 #define MGLIB_MDWFOCUS_H
 
 #ifndef MGLIB_MDWFOCUS_H
 #define MGLIB_MDWFOCUS_H
 
diff --git a/msg.c b/msg.c
index d51fa21396768ab913af94a80e837cdad95ec075..d574060de47d1134257af97e67586b5918d2059f 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: msg.c,v 1.10 2002/01/13 14:33:43 mdw Exp $
+ * $Id: msg.c,v 1.11 2004/04/08 01:36:14 mdw Exp $
  *
  * Display a message and get an answer
  *
  *
  * Display a message and get an answer
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: msg.c,v $
- * Revision 1.10  2002/01/13 14:33:43  mdw
- * Track @dstr_vputf@ change.
- *
- * Revision 1.9  2002/01/13 14:32:22  mdw
- * Allow control over the message box title.
- *
- * Revision 1.8  1999/11/11 19:54:37  mdw
- * Prep for standalone release.
- *
- * Revision 1.7  1999/05/21 22:08:20  mdw
- * Take advantage of new dynamic string macros.
- *
- * Revision 1.6  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.5  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.4  1999/04/29 20:48:13  mdw
- * Add documentation for `msg'.
- *
- * Revision 1.3  1999/03/25 23:36:10  mdw
- * Compile to nothing in absence of GTK, for the benefit of parent packages
- * which contain non-GTK-dependent parts.
- *
- * Revision 1.2  1998/12/15 23:48:06  mdw
- * Use `dstr_putf' for formatting, rather than `sprintf'.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdarg.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdarg.h>
diff --git a/msg.h b/msg.h
index 8c973c5a552dc201a1c92bf6ee5bc97db5bbee14..ae2e9293567bc3074a142863674d1dad912a563a 100644 (file)
--- a/msg.h
+++ b/msg.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: msg.h,v 1.6 2002/01/13 14:32:23 mdw Exp $
+ * $Id: msg.h,v 1.7 2004/04/08 01:36:14 mdw Exp $
  *
  * Display a message and get an answer
  *
  *
  * Display a message and get an answer
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: msg.h,v $
- * Revision 1.6  2002/01/13 14:32:23  mdw
- * Allow control over the message box title.
- *
- * Revision 1.5  2000/08/15 22:40:15  mdw
- * Change guard constants.
- *
- * Revision 1.4  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1999/04/29 20:48:13  mdw
- * Add documentation for `msg'.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
 #ifndef MGLIB_MSG_H
 #define MGLIB_MSG_H
 
 #ifndef MGLIB_MSG_H
 #define MGLIB_MSG_H