summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-03-28 16:37:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-03-28 16:37:00 (GMT)
commitd5e55f2ad015781bd7bee0e3216e47d6218e0841 (patch)
treefe23d48509be3b4acb88b980539c271d699523e4 /ChangeLog
parent8123d9342f92a2cf6fd999b350252c001f403092 (diff)
Made the g_rendering_options_new() function simple.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@145 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abdd3d5..e6a92f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+10-03-28 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/roptions.c:
+ * src/analysis/roptions.h:
+ * src/dialogs/export.c:
+ Remove the second argument of the g_rendering_options_new() function
+ as it can be guessed from the first one.
+
10-03-21 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/exporter.c: