aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fa4d32..4370030 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.12 2Changes for 0.9.12
3*04/12/21:
4 * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) (Mathias)
5 - synchronize _NET_WM_STATE in Ewmh-Handler
6 - disable shape (aka round corners) in fullscreen-mode
7 Window.cc/hh Ewmh.cc/hh
8 * Added new command, which sets the current window onto head<int> (Mathias)
9 SetHead <int>
10 Remember.cc/hh FbCommandFactory.cc CurrentWindowCmd.cc/hh
3*04/12/18: 11*04/12/18:
4 * Fix possible segfault when new text in TextBox is 12 * Fix possible segfault when new text in TextBox is
5 smaller than the old one (Mathias) 13 smaller than the old one (Mathias)