summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-17 19:09:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-17 19:09:43 (GMT)
commitcf86d6dbba60e46a3dc3d186bff1f05e2fa76d14 (patch)
tree10203ed208f12cdd9470c3b1b85418e39b6a47a3 /ChangeLog
parentd13bccd74759cd1c63a2036c279f04d9f052ecf3 (diff)
Updated the width of a modified line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a2406..c3fcf8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
16-01-17 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/immediate.c:
+ Fix a bug: use IMM_MAX_SIZE as limit for snprintf(), not VMPA_MAX_SIZE.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Update the width of a modified line. Clean the code.
+
+ * src/glibext/gcodebuffer.c:
+ Prepare the update of the whole buffer width by adding a useful function.
+
+16-01-17 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/gtkviewpanel.c:
Reset output arguments in gtk_view_panel_get_position() in all cases.