summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13320d9..605fa0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+16-05-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/Makefile.am:
+ Add the 'gbufferview.[ch]' and 'gwidthtracker.[ch]' files to libglibext_la_SOURCES
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Move and clean code.
+
+ * src/glibext/gbufferview.c:
+ * src/glibext/gbufferview.h:
+ New entries: extract all buffer view related functions into a separate file.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Move and clean code.
+
+ * src/glibext/gwidthtracker.c:
+ * src/glibext/gwidthtracker.h:
+ New entries: handle all width measures per view in a dedicated manager.
+
+ * src/gtkext/gtkbufferview-int.h:
+ * src/gtkext/gtkbufferview.c:
+ Remove the useless reference to the current buffer.
+
+ * src/gtkext/gtkbufferview.h:
+ Update the included header name.
+
16-04-29 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferview.c: