]> git.decadent.org.uk Git - ion3.git/blobdiff - ChangeLog
[svn-upgrade] Integrating new upstream version, ion3 (20071220)
[ion3.git] / ChangeLog
index cfe4c84fa50d8dea20d148fb1d24f139b3d72fcc..dee0e0b52b70f15e9c7f58b186cc022f57a20933 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,107 @@
+2007-12-20 18:45 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  tagged ion-3rc-20071220
+
+2007-12-20 18:13 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Split relocation code into libtu
+
+2007-11-09 19:14 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Build hacks for relocatable binary
+
+2007-11-09 19:02 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed textdomain setup in reloc. binary
+
+2007-11-09 15:56 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Support for relocatable package/binary
+
+2007-12-20 17:35 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Release notes
+
+2007-12-20 17:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Simplifications in definition of significant change
+
+2007-12-19 18:45 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added missing checks for attempts of between-root reparenting.
+  (Stupid artificially restricted XReparentWindow.)
+
+2007-12-19 00:09 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Changed stacking level setting on detach
+
+2007-12-19 00:06 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Moved detach binding to WMPlex.toplevel from WMPlex.
+  (Transient are detached with their full original frames now, instead
+  of being recreated on.)
+
+2007-12-15 14:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Use LuaFileSystem instead of LuaPosix (if available) for directory existence checks.
+  It seems to be the better supported approach.
+
+2007-12-15 14:42 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed quasiactivity (broken by recent placeholder changes).
+  Also implemented it on the Lua side in the same go, maintaining
+  the activation link structure being so much less pain than in C.
+
+2007-12-15 11:28 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Mention gettext in dependencies in README, etc.
+
+2007-12-14 20:27 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added missing substrcompl option to mod_query.
+
+2007-12-14 20:08 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Simplify & comment
+
+2007-12-14 19:24 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed and improved layout restore under session manager.
+
+2007-12-13 20:41 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * More placeholder fixes/improvs/simplifications
+
+2007-12-12 21:51 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Doc. details
+
+2007-12-12 18:29 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Handle placeholders in the mplex rescue code
+
+2007-12-12 18:20 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed unused stdisp_watch_handler
+
+2007-12-12 18:00 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed deprecated pholder_root stuff
+
+2007-12-11 20:38 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed generic placeholder redirects
+
+2007-12-07 10:18 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed shape update on style change
+
+2007-12-07 10:18 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Size hints weren't appropriately set when shading non-shaped frames.
+
+2007-12-02 20:17 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Better language
+
+2007-12-01 17:46 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * More sophisticated pointer event hack.
+  Apparently the old one was needed, after all, for actions on transients.
+  So now we do like this: if the subwindow from the event listens to the
+  button/modifier combination in question at all, then we let it handle it,
+  blocking the parent. Otherwise the parent handles it.
+  
+
 2007-11-30 17:25 UTC  Tuomo Valkonen <tuomov@iki.fi>
   tagged ion-3rc-20071130
 
+2007-11-29 19:48 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  UNDO: Removed pointer event subwindow forwarding hack.
+  Only useful use cases seem to be handled by not grabbing modifierless
+  bindings. This was stopping global (WScreen) grabs of buttons from 
+  being handled if there was a frame in the way. (Note that modifierless
+  pointing device bindings are never grabbed, on purpose, so they still
+  don't work through frames or client windows.)
+
+2007-11-30 19:43 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops, tilings were resetting frame modes incorrectly.
+  (Copy-paste...)
+
 2007-11-30 17:24 UTC  Tuomo Valkonen <tuomov@iki.fi>
   * Some release notes