summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-10-03 09:37:37 +0000
committerPeter Hutterer <peter@cs.unisa.edu.au>2006-10-03 09:37:37 +0000
commit7a83509c721e8e2c151af972c78eaf544256629f (patch)
tree5992c69f88a3e6cf5ef61cdd8fa4f7e843232de5 /Changelog
parent0393e95e81f8d0aa7390b44969ca14c255b27c9c (diff)
o x error handler is installed now, should stop MPWM from exiting when unmap
fails. + added XConn class, changed code to use XConn rather than passing dpy/screen/etc around. - cursor rendering code TAG: MPGWMPP_0_9
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0bcb04b..7d8ac38 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+03.10.2006
+o x error handler is installed now, should stop MPWM from exiting when unmap
+fails.
++ added XConn class, changed code to use XConn rather than passing
+dpy/screen/etc around.
+- cursor rendering code
+
+TAG: MPGWMPP_0_9
+
11.08.2006
+ added Manager::isWMDecoration()
o fixed a bug with unmap notifies, sometimes new windows didn't get closed.