[Commit] Xcursor .cvsignore,NONE,1.1 Xcursor.3,NONE,1.1 Makefile.am,1.2,1.3 Xcursor-def.cpp,1.2,1.3 Xcursor.h,1.5,1.6 cursor.c,1.5,1.6 display.c,1.6,1.7 file.c,1.3,1.4 library.c,1.2,1.3 xcursorint.h,1.4,1.5 xlib.c,1.4,1.5 Xcursor.man,1.2,NONE

Keith Packard commit@keithp.com
Tue, 06 May 2003 11:09:58 -0700


Committed by: keithp

Update of /local/src/CVS/Xcursor
In directory home.keithp.com:/tmp/cvs-serv14643

Modified Files:
	Makefile.am Xcursor-def.cpp Xcursor.h cursor.c display.c 
	file.c library.c xcursorint.h xlib.c 
Added Files:
	.cvsignore Xcursor.3 
Removed Files:
	Xcursor.man 
Log Message:
Update .cvsignore, move manual and install, fix CVS ident lines

--- NEW FILE: .cvsignore ---
*.lo
*.la
xcursor.pc
xcursor*.tar.gz
stamp-h1
mkinstalldirs
missing
install-sh
ltmain.sh
libtool
depcomp
configure
config.sub
config.status
config.log
config.h.in
config.h
config.guess
autom4te.cache
autom4te.guess
aclocal.m4
Makefile.in
Makefile
.libs
.deps

--- NEW FILE: Xcursor.3 ---
(This appears to be a binary file; contents omitted.)

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/Xcursor/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	6 May 2003 17:52:43 -0000	1.2
+++ Makefile.am	6 May 2003 18:09:55 -0000	1.3
@@ -25,6 +25,8 @@
 
 lib_LTLIBRARIES = libXcursor.la
 
+man_MANS = Xcursor.3
+
 libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
 
 libXcursor_la_LIBADD = $(XRENDER_LIBS)

Index: Xcursor-def.cpp
===================================================================
RCS file: /local/src/CVS/Xcursor/Xcursor-def.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Xcursor-def.cpp	30 Sep 2002 22:02:17 -0000	1.2
+++ Xcursor-def.cpp	6 May 2003 18:09:55 -0000	1.3
@@ -51,4 +51,4 @@
 XcursorShapeLoadImage
 XcursorShapeLoadImages
 XcursorTryShapeCursor
-/* $XFree86$ */
+/* $Id$ */

Index: Xcursor.h
===================================================================
RCS file: /local/src/CVS/Xcursor/Xcursor.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Xcursor.h	6 May 2003 17:49:08 -0000	1.5
+++ Xcursor.h	6 May 2003 18:09:55 -0000	1.6
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/Xcursor.h,v 1.3 2002/11/23 02:34:45 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: cursor.c
===================================================================
RCS file: /local/src/CVS/Xcursor/cursor.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cursor.c	26 Jan 2003 03:22:42 -0000	1.5
+++ cursor.c	6 May 2003 18:09:55 -0000	1.6
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/cursor.c,v 1.4 2002/11/23 02:34:45 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: display.c
===================================================================
RCS file: /local/src/CVS/Xcursor/display.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- display.c	20 Feb 2003 03:13:50 -0000	1.6
+++ display.c	6 May 2003 18:09:55 -0000	1.7
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/display.c,v 1.5 2002/11/27 05:35:10 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: file.c
===================================================================
RCS file: /local/src/CVS/Xcursor/file.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- file.c	6 May 2003 17:49:08 -0000	1.3
+++ file.c	6 May 2003 18:09:55 -0000	1.4
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/file.c,v 1.1tsi Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: library.c
===================================================================
RCS file: /local/src/CVS/Xcursor/library.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- library.c	26 Jan 2003 03:22:42 -0000	1.2
+++ library.c	6 May 2003 18:09:55 -0000	1.3
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/library.c,v 1.1 2002/08/29 04:40:34 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: xcursorint.h
===================================================================
RCS file: /local/src/CVS/Xcursor/xcursorint.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xcursorint.h	26 Jan 2003 03:22:42 -0000	1.4
+++ xcursorint.h	6 May 2003 18:09:55 -0000	1.5
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/xcursorint.h,v 1.3 2002/11/23 02:34:45 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: xlib.c
===================================================================
RCS file: /local/src/CVS/Xcursor/xlib.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xlib.c	22 Feb 2003 06:16:15 -0000	1.4
+++ xlib.c	6 May 2003 18:09:55 -0000	1.5
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/lib/Xcursor/xlib.c,v 1.3 2002/11/23 02:34:45 keithp Exp $
+ * $Id$
  *
- * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2002 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

--- Xcursor.man DELETED ---