summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-01 01:35:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-01 01:35:26 (GMT)
commitef68a3dd8ff259200ca7f088eecc9ce35e7ffe8f (patch)
treef89cccbe3d0ac421b41cc49a28bee32e8903e45a /ChangeLog
parent89ceb1e27afed0bac789e33c2f10eade01747d88 (diff)
Handled all width measures per view in a dedicated manager.
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: