aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15001b9..1d9f352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc2: 2Changes for 1.0rc2:
3*06/06/25: 3*06/06/25:
4 * Fix [ 1512046 ] "window.label.unfocus.pixmap" doesn't update (Simon)
5 - FbPixmap::copy was keeping the same pixmap if they had same
6 dimensions. This effectively broke the image cache.
7 FbPixmap.cc
4 * Explicitly map NoSymbol to keycode 0 (thanks Julien Trolet) 8 * Explicitly map NoSymbol to keycode 0 (thanks Julien Trolet)
5 (seems to be assigned to several keycodes) 9 (seems to be assigned to several keycodes)
6 FbTk/KeyUtil.cc 10 FbTk/KeyUtil.cc