diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-17 19:09:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-17 19:09:43 (GMT) |
commit | cf86d6dbba60e46a3dc3d186bff1f05e2fa76d14 (patch) | |
tree | 10203ed208f12cdd9470c3b1b85418e39b6a47a3 /ChangeLog | |
parent | d13bccd74759cd1c63a2036c279f04d9f052ecf3 (diff) |
Updated the width of a modified line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |