From: oes Date: Fri, 13 Jul 2001 13:46:20 +0000 (+0000) Subject: Introduced GIF deanimation feature X-Git-Tag: v_2_9_9~283 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=4391b43d98a19764dacaf3b8073e657dff5d3903 Introduced GIF deanimation feature --- diff --git a/deanimate.c b/deanimate.c index 07515005..73dd5461 100644 --- a/deanimate.c +++ b/deanimate.c @@ -1,7 +1,7 @@ -const char deanimate_rcs[] = "$Id: $"; +const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp $"; /********************************************************************* * - * File : $Source: $ + * File : $Source: /cvsroot/ijbswa/current/deanimate.c,v $ * * Purpose : Declares functions to deanimate GIF images on the fly. * @@ -36,7 +36,7 @@ const char deanimate_rcs[] = "$Id: $"; * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: $ + * $Log: deanimate.c,v $ * **********************************************************************/ diff --git a/deanimate.h b/deanimate.h index ed5ccf23..6553e051 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,9 +1,9 @@ #ifndef _DEANIMATE_H #define _DEANIMATE_H -#define DEANIMATE_H_VERSION "$Id: $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.1 2001/07/13 13:40:09 oes Exp $" /********************************************************************* * - * File : $Source: $ + * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ * * Purpose : Declares functions to deanimate GIF images on the fly. * @@ -39,8 +39,7 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: $ - * + * $Log: deanimate.h,v $ * *********************************************************************/