->Interfaces implemented :
Document
View
EditInterface
CursorInterface
UndoInterface
SelectionInterface
SearchInterface (not complete)
WordWrapInterface
EncodingInterface
ClipboardInterface
ViewCursorInterface
DynWordwrapInterface

->Interfaces TODO :
MarkInterface // that can be done 
BlockSelectionInterface //seems possible
CodecompletionInterface //will work when our QXEmbed stuff stop eating our keypress
Plugin // plugins in Vim ? :)
PopupMenuInterface // won't be easy at all
SessionConfigInterface // waiting for KVim to implement Session Management
HighlightingInterface // useful ?

->Interfaces USELESS IN VIM:
ViewStatusMsgInterface // useless
ConfigInterface // useless
ConfigInterfaceExtension //useless
DocumentInfo // who did that one ? i don't see what it's used for

->Interfaces NOT POSSIBLE IN VIM:
MarkInterfaceExtension // impossible could be a good word for this one, maybe the +sign feature of Vim can do it
SelectionInterfaceExt // not possible
SelectionExtDcopInterface // not possible
PrintInterface // not yet in Vim, this is the kind of work we may start quite soon
