zekopeko said: RGBA will be enabled by default (at least that is the plan). And no the transparent windows aren't the only feature of RGBA. They are probably the least important.
Right, but windows being able to look good (consistent, no weird corners) transparent means that it works well. All widgets need to be able to be rendered offscreen well (which is a goal of GTK+3), and engines need to be patched to take advantage of this. Not even murrine with an RGBA-enabled theme assumes offscreen widget rendering, and actually uses color and transparency of the background to repaint it behind widgets. This fact is especially annoying with stuff like webkit in which murrine actually had a bug clearing the right part of the screen to the background, and with rgba enabled, parts with forms are see-through, but still have borders around the widgets. Offscreen rendering fixes this, and allows murrine to work a little better there.
This is why I never complain about the theme, but only complain about the technologies behind it. GTK+ is getting cleaner and more full-featured, however it has lots of parts that will need to be changed in many applications and things that depend on it like the engines. This is why it is so great that there can be a big break like the break to GTK+3. Splitting off gtkNotebook into the options-dialog style and tabbed MDI window style is a possibility, and that would make gedit, epiphany, midori all look a little less hacky and more consistent with not having to abuse gtkNotebook.
As far as I see, the jump to GNOME3 and GTK+3 are much different than the jump to KDE4. All that I see is mostly cleanup of the platform and some new features added like zeitgeist and gnome-shell. It is universally good.