X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e26104725bae7d1aca16dc62c19d3485de8b1808;hb=562cb4d37ba7667ac846fc3d426b152d21ef2c22;hp=cfe4c84fa50d8dea20d148fb1d24f139b3d72fcc;hpb=720e6978185b09f2b2f60a6b96018238085a7238;p=ion3.git diff --git a/ChangeLog b/ChangeLog index cfe4c84..e261047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,155 @@ +2008-01-03 18:23 UTC Tuomo Valkonen + tagged ion-3rc-20080103 + +2008-01-03 18:23 UTC Tuomo Valkonen + * Oops + +2008-01-03 18:11 UTC Tuomo Valkonen + * Release notes + +2008-01-03 18:07 UTC Tuomo Valkonen + * Hack for better modality handling on detach + +2008-01-03 16:56 UTC Tuomo Valkonen + * system.mk doc. refinement + +2008-01-02 15:15 UTC Tuomo Valkonen + * Changes in version.h defs. to accomodate flags + +2008-01-01 16:51 UTC Tuomo Valkonen + * New year + +2007-12-30 18:04 UTC Tuomo Valkonen + * system.mk documentation improvements + +2007-12-30 17:51 UTC Tuomo Valkonen + * Makefile tuning + +2007-12-30 17:51 UTC Tuomo Valkonen + * Replaced order of LIBS and EXTRA_LIBS in system.mk defaults + +2007-12-30 00:04 UTC Tuomo Valkonen + * Fixed FS mode return regression after recent pholder code changes. + +2007-12-28 18:02 UTC Tuomo Valkonen + * Added -s(trip) flags to binary install + +2007-12-28 17:28 UTC Tuomo Valkonen + * Improvements to relocatable builds + +2007-12-22 09:55 UTC Tuomo Valkonen + * README updates + +2007-12-22 00:02 UTC Tuomo Valkonen + * Improved system.mk documentation + +2007-12-20 19:33 UTC Tuomo Valkonen + * Oops, copy-paste mistake in commented-out cfg_query example + +2007-12-20 18:45 UTC Tuomo Valkonen + tagged ion-3rc-20071220 + +2007-12-20 18:13 UTC Tuomo Valkonen + * Split relocation code into libtu + +2007-11-09 19:14 UTC Tuomo Valkonen + * Build hacks for relocatable binary + +2007-11-09 19:02 UTC Tuomo Valkonen + * Fixed textdomain setup in reloc. binary + +2007-11-09 15:56 UTC Tuomo Valkonen + * Support for relocatable package/binary + +2007-12-20 17:35 UTC Tuomo Valkonen + * Release notes + +2007-12-20 17:31 UTC Tuomo Valkonen + * Simplifications in definition of significant change + +2007-12-19 18:45 UTC Tuomo Valkonen + * Added missing checks for attempts of between-root reparenting. + (Stupid artificially restricted XReparentWindow.) + +2007-12-19 00:09 UTC Tuomo Valkonen + * Changed stacking level setting on detach + +2007-12-19 00:06 UTC Tuomo Valkonen + * 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 + * 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 + * 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 + * Mention gettext in dependencies in README, etc. + +2007-12-14 20:27 UTC Tuomo Valkonen + * Added missing substrcompl option to mod_query. + +2007-12-14 20:08 UTC Tuomo Valkonen + * Simplify & comment + +2007-12-14 19:24 UTC Tuomo Valkonen + * Fixed and improved layout restore under session manager. + +2007-12-13 20:41 UTC Tuomo Valkonen + * More placeholder fixes/improvs/simplifications + +2007-12-12 21:51 UTC Tuomo Valkonen + * Doc. details + +2007-12-12 18:29 UTC Tuomo Valkonen + * Handle placeholders in the mplex rescue code + +2007-12-12 18:20 UTC Tuomo Valkonen + * Removed unused stdisp_watch_handler + +2007-12-12 18:00 UTC Tuomo Valkonen + * Removed deprecated pholder_root stuff + +2007-12-11 20:38 UTC Tuomo Valkonen + * Removed generic placeholder redirects + +2007-12-07 10:18 UTC Tuomo Valkonen + * Fixed shape update on style change + +2007-12-07 10:18 UTC Tuomo Valkonen + * Size hints weren't appropriately set when shading non-shaped frames. + +2007-12-02 20:17 UTC Tuomo Valkonen + * Better language + +2007-12-01 17:46 UTC Tuomo Valkonen + * 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 tagged ion-3rc-20071130 +2007-11-29 19:48 UTC Tuomo Valkonen + 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 + * Oops, tilings were resetting frame modes incorrectly. + (Copy-paste...) + 2007-11-30 17:24 UTC Tuomo Valkonen * Some release notes