X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ChangeLog;h=84001f6e1c7ed12a3c5093a94559417a1aec6403;hp=4410265957f2f2df9c909e9851373214fd376edd;hb=a33db24c701fe232639d904f934f68818393f95e;hpb=d2a43a53786878c1273313249d3b49f6cd559b00 diff --git a/ChangeLog b/ChangeLog index 4410265..84001f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,218 @@ +2007-07-08 09:36 UTC Tuomo Valkonen + tagged ion-3rc-20070708 + +2007-07-08 09:36 UTC Tuomo Valkonen + * Release notes + +2007-07-08 09:29 UTC Tuomo Valkonen + * WGroupCW no signals name change on bottom change + +2007-07-08 09:21 UTC Tuomo Valkonen + * Group bottom setting code improvements + +2007-07-07 20:48 UTC Tuomo Valkonen + * tagged_attach improvements + +2007-07-03 09:02 UTC Tuomo Valkonen + * Fixes to Finnish translation + +2007-07-03 09:00 UTC Tuomo Valkonen + * The->This + +2007-07-02 18:30 UTC Miroslav Kure + * Updated Czech translation + +2007-07-01 17:32 UTC Tuomo Valkonen + * Updated Finnish translation + +2007-07-01 10:20 UTC Tuomo Valkonen + * Removed 'done' entries from TODO.riot + +2007-07-01 10:18 UTC Tuomo Valkonen + * _SOURCE option tuning + +2007-07-01 10:07 UTC Tuomo Valkonen + * Fixed frame_managed_disposeroot empty check + +2007-06-21 21:52 UTC Tuomo Valkonen + * Bindings clearing all tags weren't up-to-date + +2007-06-20 21:23 UTC Tuomo Valkonen + * More tuning for moronic systems + +2007-06-20 20:25 UTC Tuomo Valkonen + * CF_NO_GETTEXT + +2007-06-20 11:16 UTC Tuomo Valkonen + * Check for clock_gettime(CLOCK_MONOTONIC) failure. + Apparently _POSIX_MONOTONIC_CLOCK can't be trusted. + +2007-06-18 07:43 UTC Tuomo Valkonen + * Minor man page fix + +2007-06-16 20:21 UTC Tuomo Valkonen + * Removed cutbuffer support + +2007-06-16 20:19 UTC Tuomo Valkonen + * Some property setting code fixes/improvements + +2007-06-13 15:27 UTC Tuomo Valkonen + * Fixed mod_sp.set_shown_on return value + +2007-06-08 18:40 UTC Tuomo Valkonen + * Updated license notice in --about + +2007-06-08 16:55 UTC Tuomo Valkonen + tagged ion-3rc-20070608 + +2007-06-08 16:55 UTC Tuomo Valkonen + * Release notes + +2007-06-08 16:04 UTC Tuomo Valkonen + * Bah, too many indirect deps from Xmu; reimplement the wh^Wmacros. + +2007-06-08 15:57 UTC Tuomo Valkonen + * X selection code tuning + +2007-06-06 18:10 UTC Tuomo Valkonen + * Use getloadavg(3) instead of /proc/loadavg or `uptime` in statusd. + +2007-06-05 19:21 UTC Tuomo Valkonen + * Updated configuration document name in man pages + +2007-06-05 15:15 UTC Tuomo Valkonen + * Removed release from Ion ION_API_VERSION + (It should be "stable", so modules don't have to be checked to + be compiled against the exact release.) + +2007-06-04 06:32 UTC Tuomo Valkonen + * Fixed uninitialised variables + +2007-05-30 18:12 UTC Tuomo Valkonen + * Fixed stdisp split tree node dodging + +2007-05-29 21:09 UTC Tuomo Valkonen + * Oops, hidden and pseudomodal flags used the same bit + +2007-05-28 19:59 UTC Tuomo Valkonen + * Document 'bottom' parameter to WGroup.attach_new + +2007-05-28 17:50 UTC Tuomo Valkonen + * Don't redraw full listing on completion cycle + +2007-05-28 08:14 UTC Tuomo Valkonen + * Bah, removed redundant statement + +2007-05-26 14:08 UTC Tuomo Valkonen + * fix + +2007-05-26 14:00 UTC Tuomo Valkonen + * More name policy refinements + (Removed "ion soup" and replaced with explicit patch requests + by the user.) + +2007-05-24 20:57 UTC Tuomo Valkonen + * Use clock_gettime(CLOCK_MONOTONIC) when available. + + *nix provides only one interval timer (or 'select' timeout), so programs + with multiple timers need to do their own timeout management. This means + converting the times from delays to absolute times. When gettimeofday is + used, the time thus provided is not guaranteed to be monotonic, and may + be adjusted backwards, which is a serious problem. The CLOCK_MONOTONIC + time advanced monotonically from an unspecified starting point, thus + providing exactly what is needed for decent timeout management. + + This partially fixes issues with e.g. statusbar updates when time is + adjusted backwards. If CLOCK_MONOTONIC is not available, the issue + remains, as I can't be arsed to write ugly countermeasures against + the lack of an absolutely _essential_ feature that every system that + is not totally moronic, should have had to begin with. (I should also + be just using the rather nice libevent that I just learned about + instead of my own mainloop library... but since there's a feature + freeze and the conversion would be quite a bit of work that could + induce new bugs, it isn't happening for Ion3.) + +2007-05-21 18:27 UTC Pierre-Henri RAMBOZ DidouPh@gmail.com + * Added French translation + +2007-05-21 13:55 UTC Tuomo Valkonen + * set_stdisp doc update + +2007-05-20 19:37 UTC Tuomo Valkonen + * Some "clean" style tuning + +2007-05-20 19:19 UTC Tuomo Valkonen + * Added $(C99_SOURCE) to ion-completefile CFLAGS + +2007-05-20 17:09 UTC Tuomo Valkonen + * Don't start statusd in quiet mode + (non-statusd meters are also auto-loaded these days, so it might just + as well complain of meters not found.) + +2007-05-20 17:07 UTC Tuomo Valkonen + * Made statusd startup timeout non-fatal + +2007-05-20 14:58 UTC Tuomo Valkonen + * popen_bgread doc improvement + +2007-05-18 07:03 UTC Tuomo Valkonen + * Some improvements to name policy explanations + +2007-05-17 16:51 UTC Tuomo Valkonen + * Don't check for pointer in tab-bar when disabled. + While the bar has no geometry when disabled, the Fitt's Law + hack for top of the screen borders was still functional. + +2007-05-17 16:44 UTC Tuomo Valkonen + * ioncore.popen_bgread doc fix + +2007-05-14 16:13 UTC Tuomo Valkonen + * Ungrabbed submaps had stopped working. Fixed. + +2007-05-12 19:21 UTC Tuomo Valkonen + * Missing stdio.h header in ion-completefile + +2007-05-12 14:25 UTC Tuomo Valkonen + * WTF is strcasecmp doing in strings.h and not string.h on some systems? + +2007-05-10 13:39 UTC Tuomo Valkonen + * Removed references to no longer existent layers + +2007-05-08 22:41 UTC Tuomo Valkonen + * A bit more better wording + +2007-05-08 16:01 UTC Tuomo Valkonen + * Fixed unsplit + +2007-05-08 15:56 UTC Tuomo Valkonen + * Fixed tiling emergency restore code + +2007-05-08 15:25 UTC Tuomo Valkonen + * Binding fn. doc. fixes + +2007-05-08 15:23 UTC Tuomo Valkonen + * "Improved" stacking traversal code wasn't considering fallback. + +2007-05-07 20:55 UTC Tuomo Valkonen + * Do not use `which lua5.1` in system.mk examples. + Makes for confusing error messages if not found. + +2007-05-07 15:49 UTC Tuomo Valkonen + * Do not try to automatically launch statusd if config file launch fails + +2007-05-07 15:22 UTC Tuomo Valkonen + * Fixed statusd-not-found message + +2007-05-07 08:34 UTC Tuomo Valkonen + * Doc. notation fix + +2007-05-07 08:31 UTC Tuomo Valkonen + * Added some documentation and commented-out settings to cfg_ion.lua + +2007-05-06 20:50 UTC Tuomo Valkonen + * Better wording of name policy + (Author instead of copyright/trademark holder.) + 2007-05-06 14:43 UTC Tuomo Valkonen tagged ion-3rc-20070506