summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-21 15:22:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-21 15:22:32 (GMT)
commite3ee1abf12d7868f5eaf759e04a4b4911fcdfa91 (patch)
tree748db8cf417d1f8358ba37a70f01eec4a0ecd033 /ChangeLog
parent01f20dc6887fc1d45e026306a4364c9e7b256250 (diff)
Removed useless functions dealing with buffers and optimized some old code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a843b9c..2901b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* src/glibext/gcodebuffer.c:
* src/glibext/gcodebuffer.h:
+ Remove useless functions dealing with buffers and optimize some old code.
+ Clean the code.
+
+16-01-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
Enable the buffer scan again and update its code. Delete the
g_buffer_view_export() function.