aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-03-18 23:49:54 (GMT)
committermarkt <markt>2007-03-18 23:49:54 (GMT)
commitb3f7488a8deb5b51cdbbc3673eb26b1611ef5110 (patch)
tree8feccd0c358875e446eb75a6e4eea9ae407a5682 /ChangeLog
parent4945b88e1b08fe88bcae8f0c8b571b8b379045b5 (diff)
downloadfluxbox-b3f7488a8deb5b51cdbbc3673eb26b1611ef5110.zip
fluxbox-b3f7488a8deb5b51cdbbc3673eb26b1611ef5110.tar.bz2
changed remembering of positions so it only remembers position relative to the current head
that way, the windows don't get misplaced when the window is on second head, or when not using the head anymore
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8955409..898ef24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/03/18: 3*07/03/18:
4 * Changed position remembering so it only remembers position relative to the
5 current head (Mark)
6 Remember.cc
4 * Fixed problem with new mouse binding code when using emacs keychains (Mark) 7 * Fixed problem with new mouse binding code when using emacs keychains (Mark)
5 Keys.cc/hh 8 Keys.hh
6*07/03/17: 9*07/03/17:
7 * Iconified, stuck windows weren't being moved to different workspaces (Mark) 10 * Iconified, stuck windows weren't being moved to different workspaces (Mark)
8 Screen.cc 11 Screen.cc