2016-10-19:
    * version 1.4
    * compatibility fixes

2015-06-30: Just in time for summer
    * version 1.3
    * Better compatibility with Thunderbird up to version 38
    * Try harder with :moveto and :copyto to find a unique folder

2013-10-13:
    * version 1.2
    * Fix unmappable key "-". (Use \- or '-' or "-")
    * support command-count from map

2011-11-13:
    * version 1.1
    * Compatible with newer Thunderbirds
    * Fixed :contact and :contacts commands to work with newer Thunderbirds
    * Inherited newly designed Mode display from Vimperator
    * Fix ":compose -attachment"
    * add completer to ":compose -attachment" option
    * Fixed: editing message with external editor

2011-06-13
    * version 1.0
    * IMPORTANT: With the redesign of Vimperator for version 3.0 lots of things have
      changed also for Muttator. Please read Vimperator's release notes as well this time.
    * IMPORTANT: It is possible to yank more fields now, but it destroys previous key bindings.
      [m]yf[m] or [m]yy[m] to copy "From:"
      [m]ys[m] to copy Subject
      [m]y#[m] to copy Message ID
      [m]yt[m] to copy "To:"
      [m]yr[m] to copy recipients, To: + Cc:
      [m]yu[m] to copy URL of feed (only for RSS)
    * IMPORTANT: 'c' has been changed to 'o' for quickly opening folders
    * IMPORTANT: 'i' has been changed to 'm' to go into MESSAGE mode
    * IMPORTANT: Passthrough mode has been changed (just like in Vimperator)
      to 'i' for a single key and Shift-Esc for all keys
    * We no longer enter MESSAGE mode automatically after focus changes,
      use 'm' (and Esc) to enter/exit this mode.
    * Fix moving of more than one message with :moveto
    * add l1,l2,...,l5 to directly tag a message with the 1st, 2nd, ... tag
    * Fix ctrl-shift-n/p going to next/prev unread folder (thanks temerako)
    * fix all l* (label read/starred/etc.) mappings for new Thunderbirds
    * add ":dialog accounts" to open Thunderbird's account manager
    * change archive action (<C-s>) to use Thunderbird3 default feature
    * remove "archivefolder" option
    * Support rich text editor written by HTML.
      mode is into editing mode (INSERT, TEXTAREA, VISUAL) if the focused window is editable.
      And update map [m]i[m]: into be editing mode if editable otherwise MESSAGE mode.
    * enable to edit a HTML message on HTML compose mode.
    * new 'foldermode' option to change folder panel view.
    * add *-javascript* flag to [c]:abbreviate[c], [c]:iabbrev[c] and [c]:cabbrev[c].
    * More small fixes
    * enable 'hinttags' and 'extenedhinttags' to setlocal
    * Add 'remotecontent' option allows display remote content.

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

2009-03-29
    * version 0.5
    * fixes for recent TB nightly changes
    * new 'threads' option (non-functional for now)
    * new 'archivefolder' option
    * small bug fixes

2008-08-03:
    * version 0.4
    * new 'autoexternal' option to edit new messages/reply with the external editor by default.
      NOTE: You must set this option in your .muttatorrc, as options are not shared between the
      main thunderbird window and the compose window!
    * various *l* mappings for labeling messages
    * [m]p[m] to open RSS message in browser
    * [m]y[m] to yank sender or RSS URL
    * [m]Y[m] to yank subject
    * [m]R[m] to reply to all
    * new compose mappings: [m]s[m], [m]t[m] and [m]i[m] - Focus subject:, To: or message body
    * [m]q[m] quits composer now
    * new [m]x[m] mapping to toggle HTML display (is there a need for "simple HTML"?)
    * new [m]h[m] mapping to toggle headers

2008-06-04:
    * version 0.3
    * new tab related mappings + commands
    * new [c]:contacts[c] and [c]:contact[c] commands for address book operations
    * new [c]:message[c] command
    * new -- COMPOSE -- mode with mutt-like keybindings ([m]y[m] to send message, [m]e[m] to edit message)
    * external editor support for sending messages
    * [m]m[m] to open a new message compose window
    * new [m]M[m] command to send a new message to the sender of the currently selected message
    * completions for [c]:goto[c], [c]:copyto[c], [c]:moveto[c] commands
    * [c]:emptytrash[c] command
    * new [m]*[m] and [m]#[m] mappings to select next/prev message from same author (not perfect matching however)
    * [m]J[m], [m]K[m], [m]]s[m], etc. search in closed threads now
    * [m]gj[m] and [m]gk[m] to select messages in closed threads
    * [m]t[m] to select current thread, use [m]lr[m] now to label a message as read
    * KMail-like mode-independent scrolling with [m]<Left>[m]/[m]<Right>[m] and [m]<Up>[m]/[m]<Down>[m]
    * many small improvements

2008-04-30:
    * version 0.2
    * [m]<C-s>[m] mappings to move messages to an "Archive" folder (inspired by gmail)
    * new [c]:moveto[c] and [c]:copyto[c] commands
    * [m]u[m] and [m]<C-r>[m] mappings to undo/redo
    * new Muttator specific :help screen
    * small bug fixes

2008-04-29:
    * version 0.1
    * first public release, straight port from Vimperator with many basic mappings