From e2fe302f12a32ae4f8748591d15d27c184cdbda5 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 22 Jan 2010 04:20:39 +0000 Subject: [PATCH] back out quartz patches - and try again for a 2.26.2 stable release --- ChangeLog | 4 ++-- configure.ac | 4 ++-- plugin/quartz/gvloadimage_quartz.c | 6 +----- plugin/quartz/gvplugin_quartz.h | 5 +---- plugin/quartz/gvrender_quartz.c | 8 -------- 5 files changed, 6 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 629f7e730..db74f532c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -January 19, 2010 - - Release 2.26.1 +January 21, 2010 + - Release 2.26.2 - libcgraph.so version bumped from 4 to 5 due to API changes - Allow ranksep to specify multiple radial differences in twopi - Allow the user to specify all pairwise distances in neato with diff --git a/configure.ac b/configure.ac index 711056cd1..f21305731 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,9 @@ dnl even => stable series dnl For the micro number: 0 => in-progress development (from cvs) dnl timestamp => tar-file snapshot or release m4_define(graphviz_version_major, 2) -m4_define(graphviz_version_minor, 27) +m4_define(graphviz_version_minor, 26) #NB: the next line gets changed to a date/time string for development releases -m4_define(graphviz_version_micro, 0) +m4_define(graphviz_version_micro, 2) AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/]) diff --git a/plugin/quartz/gvloadimage_quartz.c b/plugin/quartz/gvloadimage_quartz.c index 638291ac5..ca3a52320 100644 --- a/plugin/quartz/gvloadimage_quartz.c +++ b/plugin/quartz/gvloadimage_quartz.c @@ -22,10 +22,6 @@ #include #include -#include -#include -#include - #include "gvplugin_loadimage.h" #include "gvplugin_quartz.h" @@ -188,4 +184,4 @@ gvplugin_installed_t gvloadimage_quartz_types[] = { {FORMAT_JPEG, "jpg:quartz", 8, &engine, NULL}, {FORMAT_PNG, "png:quartz", 8, &engine, NULL}, {0, NULL, 0, NULL, NULL} -}; +}; \ No newline at end of file diff --git a/plugin/quartz/gvplugin_quartz.h b/plugin/quartz/gvplugin_quartz.h index 914e1f4fb..0b5ddbac4 100644 --- a/plugin/quartz/gvplugin_quartz.h +++ b/plugin/quartz/gvplugin_quartz.h @@ -17,10 +17,7 @@ #ifndef GVPLUGIN_QUARTZ_H #define GVPLUGIN_QUARTZ_H -#include -#include -#include -#include +#include #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) #include diff --git a/plugin/quartz/gvrender_quartz.c b/plugin/quartz/gvrender_quartz.c index 7e8798199..33246e55e 100644 --- a/plugin/quartz/gvrender_quartz.c +++ b/plugin/quartz/gvrender_quartz.c @@ -21,20 +21,12 @@ #include #include -#include -#include - #include "gvplugin_device.h" #include "gvplugin_render.h" #include "graph.h" #include "gvplugin_quartz.h" -#ifndef CGFLOAT_DEFINED -/* nowhere defined, for Carbon Emacs the same work-around */ -typedef float CGFloat; -#endif - static CGFloat dashed[] = {6.0}; static CGFloat dotted[] = {2.0, 6.0}; -- 2.40.0