diff options
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. |