Today we release Vimperator 2.3 and Muttator 0.6.
Both versions focus more on stability work than on lots of groundbreaking new features. This goes well with our attitude that both Vimperator and Muttator should Just Work (tm) with as little bugs as possible. If you share this vision, feel free to help us and start coding.

Vimperator's main change was in dropping asciidoc as our documentation system, we use XML files now which gets translated to XHTML via XSLT. All respect for this new system goes to Kris Maglione. This new Vimperator version also brings lots of bug fixes which I want to also say a big thank you to Doug Kearns.

List of changes:

2010-03-29:
* version 2.3
* remove | mapping to toggle source view, as gf already does
  exactly that and | might be of use for some future piping feature
* add basic plugin authorship documentation
* plugins may now provide full-fleged ':help' documentation
* asciidoc is no longer required to build Vimperator
* the help system is newly modularized
* remove [c]:edit[c], [c]:tabedit[c], and [c]:winedit[c]
* add 'jsdebugger' option - switch on/off javascript debugger service
* add "addons", "downloads", "extoptions" and "help" to the 'activate' option.
* add *-urls* option to mapping commands.
* many more small bug fixes
                
            

Muttator's main change was that we keep up with Thunderbird's quick development, we should work properly on new 3.0 releases now. There have also been many improvements to the compose window which should be less buggy and actually usable now.

List of changes:

2010-03-29:
* version 0.6
* remove special handling of Ctrl-v/Ctrl-z in insert mode so that usual
  copy'n'paste actions will work again when writing a message
* add +/- mapping in normal mode for pagewise scrolling of message
  (like <Space>, but without automatic jump to next unread message)
* add ! mapping to toggle "junk" state of a message
* asciidoc is no longer required to build Muttator
* The full help system now available for Muttator.
* add 'titlestring' option
* rename *FolderLoaded* autocommand event to *FolderLoad*
* add the *DOMLoad* autocommand event
* add 'online' option
* add 'smtpserver' option
* add 'jsdebugger' option - switch on/off javascript debugger service