Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
reverting config.mk as it contains debug flags.
Handling maprequest. that means tabbed works for xterm.
first version is 0.1, cleanup config.mk
corrected compilation flags
embedding works nice now.
resizing works again, windows are getting managed.
removing surf-stuff, distributing tabbed on its own.
Applied Jacobs patch. Thanks!
adding -Werror to config.mk
better download handling.
merged, now has download bar, other misc fixes