]> git.decadent.org.uk Git - ion3.git/blobdiff - ChangeLog
[svn-upgrade] Integrating new upstream version, ion3 (20070608)
[ion3.git] / ChangeLog
index 4410265957f2f2df9c909e9851373214fd376edd..0bbfa9c1c3e55a65c7966d1e231afe6a713de38a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,154 @@
+2007-06-08 16:55 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  tagged ion-3rc-20070608
+
+2007-06-08 16:55 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Release notes
+
+2007-06-08 16:04 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Bah, too many indirect deps from Xmu; reimplement the wh^Wmacros.
+
+2007-06-08 15:57 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * X selection code tuning
+
+2007-06-06 18:10 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Use getloadavg(3) instead of /proc/loadavg or `uptime` in statusd.
+
+2007-06-05 19:21 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Updated configuration document name in man pages
+
+2007-06-05 15:15 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * 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 <tuomov@iki.fi>
+  * Fixed uninitialised variables
+
+2007-05-30 18:12 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed stdisp split tree node dodging
+
+2007-05-29 21:09 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops, hidden and pseudomodal flags used the same bit
+
+2007-05-28 19:59 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Document 'bottom' parameter to WGroup.attach_new
+
+2007-05-28 17:50 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Don't redraw full listing on completion cycle
+
+2007-05-28 08:14 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Bah, removed redundant statement
+
+2007-05-26 14:08 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * fix
+
+2007-05-26 14:00 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * More name policy refinements
+  (Removed "ion soup" and replaced with explicit patch requests 
+  by the user.)
+
+2007-05-24 20:57 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * 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 <tuomov@iki.fi>
+  * set_stdisp doc update
+
+2007-05-20 19:37 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Some "clean" style tuning
+
+2007-05-20 19:19 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added $(C99_SOURCE) to ion-completefile CFLAGS
+
+2007-05-20 17:09 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * 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 <tuomov@iki.fi>
+  * Made statusd startup timeout non-fatal
+
+2007-05-20 14:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * popen_bgread doc improvement
+
+2007-05-18 07:03 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Some improvements to name policy explanations
+
+2007-05-17 16:51 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * 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 <tuomov@iki.fi>
+  * ioncore.popen_bgread doc fix
+
+2007-05-14 16:13 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Ungrabbed submaps had stopped working. Fixed.
+
+2007-05-12 19:21 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Missing stdio.h header in ion-completefile
+
+2007-05-12 14:25 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * WTF is strcasecmp doing in strings.h and not string.h on some systems?
+
+2007-05-10 13:39 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed references to no longer existent layers
+
+2007-05-08 22:41 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * A bit more better wording
+
+2007-05-08 16:01 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed unsplit
+
+2007-05-08 15:56 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed tiling emergency restore code
+
+2007-05-08 15:25 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Binding fn. doc. fixes
+
+2007-05-08 15:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * "Improved" stacking traversal code wasn't considering fallback.
+
+2007-05-07 20:55 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * 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 <tuomov@iki.fi>
+  * Do not try to automatically launch statusd if config file launch fails
+
+2007-05-07 15:22 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed statusd-not-found message
+
+2007-05-07 08:34 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Doc. notation fix
+
+2007-05-07 08:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added some documentation and commented-out settings to cfg_ion.lua
+
+2007-05-06 20:50 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Better wording of name policy
+  (Author instead of copyright/trademark holder.)
+
 2007-05-06 14:43 UTC  Tuomo Valkonen <tuomov@iki.fi>
   tagged ion-3rc-20070506