2007-XX-XX:
	* version 0.5.3
	* IMPORTANT! options are no longer automatically stored - use the
	  ~/.vimperatorrc file instead for persistent options
	* :tabnext and :tabprevious now accept an argument
	* the count to gT now specifies a relative tab motion like Vim
	* new :pa[geinfo] command, and ctrl-g and g, ctrl-g mappings (thanks Marco Candrian)
	* added new :mkvimperatorc command
	* remove :redraw and Ctrl-L commands as they rely on FF3 features
	* :ls, :history and :bmarks output is now hyperlinked
	* new gb and gB mappings to repeat the last :buffer[!] command,
	* :q doesn't close the whole browser, if there are more than one windows
	* new :winclose command
	* b calls :buffer! now instead of :buffer
	* [+], [-] and [+-] in the statusline, whether we can go back, forward, or both
	* :set showtabline now finally works as expected for all values

2007-10-11:
	* version 0.5.2
	* changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default
	  options, use :prefs! to get the about:config window
	* added "s" and "a" mappings to extended hints mode for saving hint targets
	* "d", "D" and :bdelete support count now
	* :back/:forward can use tabcompletion
	* :undoall support, and tabcompletion for :undo 
	* new :redraw and Ctrl-L commands for forced redrawing of the screen
	* added new 'laststatus' option and removed "s" value from 'guioptions'
	* Tab-completion improvements for :javascript and :open
	* IMPORTANT: changed semantics of :echo and :echoerr: Strings must be quoted with " or ' now,
	  but you can do things like :echo 3+2 or :echo window.document now
	* statusline is now white on black with bold font by default (like in (g)vim)
	  (change with userChrome.css if you don't like it until we have :colorscheme)
	* :let mapleader=","  and  in :map support
	* added new :let and :unlet commands
	* :b2 now allowed, no space required before the 2 anymore
	* :! to run commands through system()
	* separated search and Ex command history
	* added 'visualbellstyle' for styling/hiding the visual bell
	* merge the existing status bar with the standard FF status bar so that
	  security information and extension buttons are included
	* :buffer partial_string works now as in vim, and with ! even better
	* new :time command for profiling
	* added new :sidebar and :sbclose commands
	* added 'more' and standard more-prompt key mappings to control
	  behaviour of the message list pager 
	* added 'hlsearchstyle' option to allow for user CSS styling of the
	  highlighted text strings when 'hlsearch' is set
	* added 'linksearch' option to restrict page searches to link text - \L
	  and \l can be used in the search pattern to override 'linksearch'
	* vimperator trys to stay in command mode after loading pages instead
	  of having a text field focused
	* added a visual bell and replaced 'beep' with 'visualbell'
	* added vimperator logo (can be seen in the addons manager)
	* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
	* many small bug fixes and enhancements

2007-09-03:
	* version 0.5.1
	* native / and ? search and n and N working again
	* the URL in the status line can be selected with the mouse again
	* the Windows default RC file is now ~/_vimperatorrc and the plugin
	  directory is ~/vimperator/plugin
	* commandline history now works properly on Windows
	* filename completion now works on Windows
	* the Bookmarks Toolbar Folder is now read when bookmarks are first
	  loaded - it was skipped entirely in the past
	* fixed search for :open (previously needed to do :o  ONCE to
	  initialize them)
	* added :set {option}! support to toggle a boolean option's value
	* added :set all and :set all& support to show the current value of all
	  options and to reset all options to their default value
	* :tabmove! wrapping works again

2007-08-16:
	* version 0.5
	* :map support (also :noremap, :unmap)
	* :bmarks and :history now use the multiline message window for output
	* rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively
	* new :normal command
	* the command line keeps focus now, even when clicking outside of it
	* vimperator.events.feedkeys("2zi") support for scripts
	* Ctrl-U/Ctrl-D for scrolling the window up/down and the associated
	'scroll' option
	* files in ~/.vimperator/plugin/ are auto-sourced
	* :winopen support (multiple windows still very very experimental)
	* 'activate' option implemented
	* search engines which use POST instead of GET work now
	* :javascript < green, broken sites -> red in the statusbar
	* Vimperator now sets the window title, so it's "vimperator.mozdev.org -
	  Vimperator" instead of "vimperator.mozdev.org - Mozilla Firefox"
	  Use :set titlestring=... to change it back (help from Hannes Rist)
	* :tabmove command (by Doug Kearns)
	* 'showstatuslinks' option to control where/if we show the destination of
	a hovered link
	* :version! shows firefox version page
	* hovered links appear in the command line again, not statusbar
	* :help now opens in the current tab even for xhtml pages like "about:"
	* hints work on xhtml pages now (you need to reset the 'hinttags' and
	  'extendedhinttags' settings with :set hinttags& and :set extendedhinttags&)
	* :set option& resets the option to the default value
	* added :tabonly and :tabrewind and :tablast commands and some futher aliases :tabNext, etc. (by Doug Kearns)
	* added vimparator.vim for .vimperatorrc syntax highlighting in the XPI (by Doug Kearns)
	* Added keyword support for bookmarks to the :[tab]open commands
	* many small bug fixes and enhancements

2007-05-02:
	* version 0.4.1
	* Fixed bug that :open google.com/mail opened ".com/mail" in google search
	* made    etc. perform the default action, so menus kinda
	work, and it doesn't beep anymore on tab.
	* added 'defsearch' setting for setting default search engine

2007-05-01:
	* version 0.4
	* extension GUID was changed to 'vimperator@mozdev.net' -> YOU WILL HAVE
	  TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
	* support for internal search engines was dropped. Now we use Firefox search engines
	* support for 'wildmode' completion setting with support for matching the
	  longest common substring. Also new 'wildoptions' setting
	* added 'f' to the 'complete' option to allow listing of filenames in :open prompt
	* changed regexp search to normal text search for completion -> massive speedup, but limited functionality
	* support for :open ./ , :open .. and :open ... (patch from Lee Hinman)
	  'gu' and  goes up a directory component, gU and  to the root directory
	* Esc now doesn't stop loading the webpage, use Ctrl-c instead, :stop command added
	* changed hinttags to work with dict.leo.org and hintstyle to work with digg.com
	* :back! goes to beginning of history now
	* diabled firefox 3.0 support for now, as there are just too many small
	  bugs
	* new Makefile instead of build.sh (only important for developers)
	* newly designed help page
	* :help section supported, :help :set will show help for the :set command
	  (patch from Viktor Kojouharov)
	* :source support, and auto-sourcing ~/.vimperatorrc on startup
	* :javascript <