From e656b1f3ba99641e82e603fe5dcbc0c0cc8b8f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 6 Dec 2004 00:01:45 +0000 Subject: [PATCH] normalizing ChangeLog headers --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a52bf6e9..3a10b9145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -607,7 +607,7 @@ * src/cairo.h: replaced ct with cr in public headers to keep usage consistent. -2004-07-24 Jamey Sharp +2004-07-24 Jamey Sharp * src/cairo_xcb_surface.c: Updating for XCB API change around iterators. @@ -2190,7 +2190,7 @@ (_cairo_font_font_extents): These internal functions can never be called with a NULL font. -2003-10-23 Graydon Hoare +2003-10-23 Graydon Hoare * src/cairo_ft_font.c: New file. * src/Makefile.am: Add cairo_ft_font.c @@ -2440,7 +2440,7 @@ * src/Makefile.am (libcairo_la_SOURCES): Added cairo_fixed.c -2003-09-05 Keith Packard +2003-09-05 Keith Packard * src/cairo_path_stroke.c: comment face computations, check for reflecting transformation to select correct face orientations @@ -2496,7 +2496,7 @@ called before cairo_set_target and SEGV if cairo_fill called before cairo_set_rgb_color) -2003-09-04 Keith Packard +2003-09-04 Keith Packard * src/cairo_path_stroke.c: added comments describing miter join code and miter limit computation. Replace XFoo with cairo_foo