On Sun, 2007-03-18 at 21:02 +0000, Tuomo Valkonen wrote:
> This may be the last "ds" release if Ion3; if all goes well, the next
> release is likely to be an "rc". Some minor improvements will still
> be done, and minor requests may be accepted, so be quick.

I'm just about to upload a Debian package of this.  Some things I noted
while preparing it:

- Context menus for frames now affect the current object.  Previously
  (certainly in 20061223; I'm not sure about 20070203) they would
  affect the tab that the context menu was opened on.  This change
  doesn't seem to have been documented, but I've noted it in
  NEWS.Debian.  Was it an intentional change?

- Size request changes by docked applications (I use "docker") seem to
  be ignored.  I narrowed this down to the patch 'Full screen mode fixes
  and improvements'.  I don't understand quite what this is doing, so
  for now I've simply reverted it in the Debian package.

- Minor nit: rootwin_init() does:
    LINK_ITEM(*(WRegion**)&ioncore_g.rootwins, (WRegion*)rootwin, p_next, 
p_prev);
  and similarly rootwin_deinit() does:
    UNLINK_ITEM(*(WRegion**)&ioncore_g.rootwins, (WRegion*)rw, p_next, p_prev);
  I think these casts violate the aliasing rules, but I'm not certain.

Ben.

-- 
Ben Hutchings
compatible: Gracefully accepts erroneous data from any source

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to