PLEASE native alternative chip and freq. support!

So for a while I've been getting the arduino IDE to work with different kinds of chips, but it's annoying and time consuming, and downgrading versions is really irritating. Not to mention limited support means that the alternate compiles are buggy and inefficient. Does anyone else want native support for other atmel chips, specifically ATTiny models? I would also really like internal oscillator/non-16mhz crystal support, I guess this could be done now but some functions would not work properly. I would just really like to see some more compile options later on, because processing+wiring is beautiful and avr-c is ugly.

Read this:
http://smileymicros.com/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=70&MMN_position=117:117

Using this you can use the arduino simplifications and compile to any atmel chip.
Well, sort of..

Nice tutorials, thanks for the link!