X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ChangeLog;h=35bee2e1f66287b173019b466ee1b0f46c0d889e;hb=d102fa60157ab117d151624aa325477a09fbc671;hp=c96f4f6945ec6159c9d9c55ddb48dfba5eddf50c;hpb=754f856b57eee7dc0c59d9e90e441a7c4d3a3347;p=inkscape.git diff --git a/ChangeLog b/ChangeLog index c96f4f694..35bee2e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2007-06-24 Joel Holdsworth + + * modified the windows RC files to add version info and manifest data + +2007-03-16 Tim Dwyer + + * src/graphlayout/graphlayout.cpp: handle null bounding boxes + +2007-03-01 Markus Schwarzenberg + + Solaris 8 / gcc-3.2.3 fixes (selectively effecting only this special + + * src/display/nr-filter-gaussian.cpp: + + * include compatibility header "isnormal.h" + * template calcTriggsSdikaInitialization needs to be + specified explicitely for gcc 3.2.3 + + * src/display/pixblock-transform.cpp, src/display/nr-filter.cpp, + src/display/nr-filter.cpp + + * include compatibility header "round.h" + * using Inkscape::round + + * src/extension/internal/ps.cpp, src/print.cpp + + include on SOLARIS_2_8 for open, unlink + + * src/libcola/gradient_projection.cpp + + include and use compatibility headers "isnan.h" "isinf.h" + + * removed obsolete src/libvpsc/isnan.h + + * added src/isinf.h + + * configure.ac: Added Detection of solaris2.8 --> CXXFLAGS += -DSOLARIS_2_8 + +2006-08-05 John Bintz + + * node-context.cpp, nodepath.cpp: + + add checks to make sure given nodepath pointers are not + null before working with them + 2006-08-01 MenTaLguY * configure.ac: refactor pkg-config tests and add explicit cairo test