[cairo-commit] cairo BUGS,1.31,1.32 ChangeLog,1.960,1.961

Carl Worth commit at pdx.freedesktop.org
Tue Aug 23 08:21:48 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11027

Modified Files:
	BUGS ChangeLog 
Log Message:

2005-08-23  Carl Worth  <cworth at cworth.org>

        * BUGS:
        * src/cairo-xlib-screen.c: Move comment about missing cleanup of
        caches on XCloseDisplay from BUGS to a
        _cairo_xlib_close_display. Also covered in bug #4120.


Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- BUGS	23 Aug 2005 08:55:29 -0000	1.31
+++ BUGS	23 Aug 2005 15:21:46 -0000	1.32
@@ -1,10 +1,3 @@
-cairo-xlib-surface needs to do the Xlib register extension hack so
-that it can listen for a Display close event. When it gets that, it
-needs to run through its caches and eliminate anything associated with
-that display.
-
---
-
 The caches need to be invalidated at font destruction time.
 
 --

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.960
retrieving revision 1.961
diff -u -d -r1.960 -r1.961
--- ChangeLog	23 Aug 2005 14:51:56 -0000	1.960
+++ ChangeLog	23 Aug 2005 15:21:46 -0000	1.961
@@ -1,5 +1,12 @@
 2005-08-23  Carl Worth  <cworth at cworth.org>
 
+	* BUGS:
+	* src/cairo-xlib-screen.c: Move comment about missing cleanup of
+	caches on XCloseDisplay from BUGS to a
+	_cairo_xlib_close_display. Also covered in bug #4120.
+
+2005-08-23  Carl Worth  <cworth at cworth.org>
+
 	* test/Makefile.am:
 	* test/caps-sub-paths.c: (main): Remove caps-sub-paths from the
 	XFAIL list since it is fixed now.



More information about the cairo-commit mailing list