summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c2c5d3..9926314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+12-01-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/editor.c:
+ Update editor on view change.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview-int.h:
+ Move the rendering guidelines in the base view widget.
+
+ * src/gtkext/gtkdockstation.c:
+ * src/gtkext/gtkdockstation.h:
+ Add a signal to notify tab changes.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Move the rendering guidelines in the base view widget.
+
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ Fix a tiny bug and provide the current view panel.
+
+ * src/gui/menus/menubar.c:
+ * src/gui/menus/view.c:
+ * src/gui/menus/view.h:
+ Update menus on view change.
+
+ * src/gui/panels/panel.c:
+ * src/gui/panels/panel.h:
+ Connect the "switch-widget" signal to each created dock station.
+
12-01-14 Cyrille Bagard <nocbos@gmail.com>
* src/arch/immediate.c: