Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / ChangeLog
index a1a035a73a3df6a72573458a60ccf42dd24a8652..1e53daa2f7d0d7ca0854bd53c6902d244f86f9e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2008-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
+
+       * share/extensions/*.py: Use gettext for (many) error messages.
+       share/extensions/inkex.py: (errormsg): New function.
+
+2007-06-24  Joel Holdsworth  <joelholdsworth@yahoo.com>
+    
+    * modified the windows RC files to add version info and manifest data
+
+2007-03-16  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
+
+       * src/graphlayout/graphlayout.cpp: handle null bounding boxes
+
+2007-03-01  Markus Schwarzenberg <Markus.Schwarzenberg@ipms.fraunhofer.de>
+
+  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<PC> 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 <unistd.h> 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  <jcoswell@coswellproductions.org>
+
+  * node-context.cpp, nodepath.cpp:
+
+    add checks to make sure given nodepath pointers are not 
+    null before working with them
+
+2006-08-01  MenTaLguY  <mental@rydia.net>
+
+       * configure.ac: refactor pkg-config tests and add explicit cairo test
+
 2006-07-29  John Bintz  <jcoswell@coswellproductions.org>
 
   * src/nodepath.cpp:
@@ -5,7 +59,7 @@
     Fix bug where deleting a node broke the symmetry of neighboring
     smooth nodes and failed to convert those nodes to cusp nodes
 
-2006-06-29  MenTaLguY  <mental@rydia.net>
+2006-07-29  MenTaLguY  <mental@rydia.net>
 
        * src/sp-object.cpp:
 
@@ -20,7 +74,7 @@
 
          switch to sigc++ SPObject signals
 
-2006-06-27  MenTaLguY  <mental@rydia.net>
+2006-07-27  MenTaLguY  <mental@rydia.net>
 
        * src/dialogs/sp-attribute-widget.cpp,
          src/dialogs/sp-attribute-widget.h, src/sp-offset.cpp,