[Commit] Xcursor ChangeLog,NONE,1.1

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


Committed by: keithp

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

Added Files:
	ChangeLog 
Log Message:
Add initial change log

--- NEW FILE: ChangeLog ---
2003-05-06 11:09  keithp

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

2003-05-06 11:00  keithp

	* configure.ac: replace Xrender test with fragment from Xft

2003-05-06 10:52  keithp

	* Makefile.am: Add xcursorint.h to library sources list

2003-05-06 10:49  keithp

	* Imakefile, Makefile.am, Xcursor.h, autogen.sh, configure.ac,
	file.c, xcursor.pc.in: Convert Xcursor to autotools

2003-02-21 22:16  dawes

	* xlib.c:  941. Fix a problem where a malformed Ximage can cause
	Xcursor to step
	      outside the image data (#A.1636, Keith Packard, reported by
	      Michel Dänzer).

2003-02-19 19:13  dawes

	* display.c:  924. Fix a memory leak in XCloseDisplay, and a
	potential race condition
	      when multiple threads attempt to initialize the Xcursor
	library
	      simultaneously (#A.1623, Keith Packard).

2003-02-12 19:09  dawes

	* Xcursor.man:	880. Fix the Xcursor include path in the man page
	(#5617, Kevin Brosius).

2003-01-25 19:22  eich

	* Xcursor.h, cursor.c, library.c, xcursorint.h:  787. Add "core"
	theme to Xcursor to force old behaviour (Keith Packard).

2002-11-26 21:35  keithp

	* display.c: Fix XcursorSetTheme to permit NULL theme

2002-11-22 18:34  keithp

	* Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add animate
	cursor support, client side

2002-10-11 10:06  keithp

	* cursor.c: Off by one in XcursorAnimateNext (from Anders Carlsson)

2002-09-30 15:02  alanh

	* Xcursor-def.cpp: add Xv-def.cpp file add $XFree86$ tags

2002-09-26 00:52  alanh

	* Imakefile: #elif -> #else

2002-09-25 16:27  alanh

	* Xcursor-def.cpp: #5350, add Xcursor-def.cpp

2002-09-25 09:10  torrey

	* Imakefile: Add SharedXcursorReqs for operating systems that
	require it.

2002-09-18 10:11  tsi

	* file.c: Pacify gcc 3.2

2002-09-05 00:55  keithp

	* display.c: Clean up parsing of option that forces use of core
	cursors

2002-09-05 00:29  keithp

	* Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add
	themeable app-specific cursors.  Add dithers for core cursors. 
	Dont theme servers without Render by default

2002-08-28 21:40  keithp

	* Imakefile, Xcursor.h, Xcursor.man, config-subst, cursor.c,
	display.c, file.c, library.c, xcursor-config.in, xcursor.pc.in,
	xcursorint.h, xlib.c: Add Xcursor library and Xlib hooks for it