diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 11:59:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 11:59:26 (GMT) |
commit | 3f05bacd4fec23824489b51d964a7ce3565bb85b (patch) | |
tree | 486cb1d96c11a33385a2155d2f326b88aae08e16 /ChangeLog | |
parent | fa30b0fb42d2e229de9f760bfa842f25738efc18 (diff) |
Memorized all creators of line content at the line level and saved memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +16-10-23 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/immediate.c: + * src/arch/target.c: + Update code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Memorize all creators of line content at the line level and save memory. + + * src/glibext/gbufferview.c: + * src/glibext/gbufferview.h: + * src/glibext/gcodebuffer.c: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkviewpanel-int.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gui/menus/edition.c: + Update code. + 16-10-22 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbuffersegment.c: |