[glom/glom-1-18] Correct the ChangeLog



commit cda8667ee2c35ceed4551568d86b2a35607c648a
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 16 14:30:36 2011 +0100

    Correct the ChangeLog

 ChangeLog |   11 +++++++++++
 NEWS      |    6 ++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0ef0f0b..bc115dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-04  Murray Cumming  <murrayc murrayc com>
+
+	Handle gdouble results from python functions.
+    
+        * glom/libglom/data_structure/field.cc: Add a mapping
+        instead of ignoring doubles.
+        This avoids a stderr warning and probably makes calculations
+        work.
+
 2011-11-03  Murray Cumming  <murrayc murrayc com>
 
 	Do not blank the data when showing the field definitions dialog.
@@ -6,6 +15,8 @@
 	view if using SQLite, which requires it, because it looks like a bug to 
 	the user.
 
+1.18.5:
+
 2011-10-27  Murray Cumming  <murrayc murrayc com>
 
 	More includes fixes to fix the build.
diff --git a/NEWS b/NEWS
index 196ed10..e81ccd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+TODO:
+
+* Handle gdouble results from python functions.
+* Do not blank the data when showing the field definitions dialog.
+  (Murray Cumming)
+
 1.18.5:
 
 * Details: Avoid an outdent after group titles



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]