2007-10-31 11:23  dougkearns

	* content/: completion.js, events.js, find.js, help.js, hints.js,
	  mappings.js, tabs.js, ui.js, vimperator.js: add some more missing
	  semicolons

2007-10-31 10:31  dougkearns

	* content/hints.js: remove duplicate "T" hints mapping

2007-10-31 10:20  dougkearns

	* content/events.js: remove empty statement

2007-10-31 10:02  dougkearns

	* content/commands.js: add some missing semicolons

2007-10-31 08:57  dougkearns

	* content/options.js: move the definition of v.options.pageinfo to
	  its proper alphabetical position

2007-10-31 08:44  dougkearns

	* content/bookmarks.js: remove redundant equality test for
	  engine_name in v.bookmarks.getSearchURL

2007-10-31 07:27  stubenschrott

	* content/hints.js: tab-support for hints

2007-10-31 05:28  dougkearns

	* content/: buffers.js, commands.js, tabs.js, ui.js, vimperator.js:
	  always specify the radix arg when calling parseInt rather than
	  rely on it 'guessing' correctly

2007-10-30 15:26  stubenschrott

	* content/: hints.js, mappings.js: changed always hints keys to ;f
	  and ;F

2007-10-30 15:06  stubenschrott

	* content/: events.js, modes.js, ui.js: fixed MOW message stacking
	  and some small speed improvements

2007-10-30 14:15  dougkearns

	* NEWS: update NEWS

2007-10-30 13:34  dougkearns

	* content/hints.js: make sure frame, iframe and area elements are
	  properly hinted on XHTML pages

2007-10-30 13:32  dougkearns

	* content/hints.js: fix capitalisation typo

2007-10-30 10:54  dougkearns

	* content/: commands.js, hints.js, vimperator.js: make sure frame,
	  iframe and area elements are properly hinted on XHTML pages

2007-10-30 10:44  dougkearns

	* content/events.js: make sure the MOW is not used when 'ssli' is
	  set to 2

2007-10-30 10:41  dougkearns

	* content/events.js: remove redundant return statement from
	  v.events.toString

2007-10-30 10:33  dougkearns

	* content/commands.js: merge improved :version command

2007-10-30 10:30  dougkearns

	* content/commands.js: move :pageinfo command definition to its
	  proper alphabetical position

2007-10-30 10:29  dougkearns

	* content/bookmarks.js: remove some old TODO comments

2007-10-30 10:24  dougkearns

	* content/buffers.js: merge improved v.buffer.evaluateXPath

2007-10-30 10:20  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, mappings.js:
	  make use of v.commandline.FORCE_MULTILINE in multiline echo calls

2007-10-30 10:05  dougkearns

	* content/commands.js: round the output times of :time to 2 decimal
	  places

2007-10-30 10:04  dougkearns

	* content/vimperator.js: only source JavaScript files (*.js) from
	  the plugin directory on startup

2007-10-30 10:03  dougkearns

	* NEWS, content/commands.js, content/mappings.js: allow :tabnext
	  and :tabprevious to accept an arg and make gT use its count for
	  relative tab motion

2007-10-30 09:48  dougkearns

	* NEWS, content/buffers.js, content/mappings.js: merge new <C-g>
	  and g<C-g> mappings and improved :pageinfo

2007-10-30 09:42  dougkearns

	* content/commands.js: use -1 as the default value for the ex
	  command count

2007-10-30 09:40  dougkearns

	* content/vimperator.js: display a better error message for invalid
	  ex commands

2007-10-30 06:54  dougkearns

	* content/buffers.js: remove unnecessary &nbsp; entities from the
	  output of :pageinfo (really this time)

2007-10-30 06:49  dougkearns

	* content/vimperator.js: revert last accidental commit

2007-10-30 04:23  dougkearns

	* content/vimperator.js: remove unnecessary &nbsp; entities from
	  the output of :pageinfo

2007-10-29 12:48  dougkearns

	* content/buffers.js: fix typo in :pageinfo compatibility string

2007-10-28 10:16  dougkearns

	* content/commands.js: round the output times of :time to 2 decimal
	  places

2007-10-28 08:09  dougkearns

	* content/vimperator.js: only source JavaScript files (*.js) from
	  the plugin directory on startup

2007-10-27 17:04  dougkearns

	* NEWS: fix some typos in NEWS

2007-10-27 16:38  stubenschrott

	* NEWS, content/buffers.js, content/mappings.js: new ctrl-g and
	  g,ctrl-g commands

2007-10-27 15:37  dougkearns

	* content/buffers.js: make further refinements to the output of
	  :pageinfo

2007-10-27 15:05  dougkearns

	* NEWS, content/commands.js, content/mappings.js: allow :tabnext
	  and :tabprevious to accept an arg and make gT use its count for
	  relative tab motion

2007-10-27 13:15  dougkearns

	* content/commands.js: move :pageinfo command definition to its
	  proper alphabetical position

2007-10-27 13:01  dougkearns

	* content/commands.js: fix whitespace

2007-10-27 12:44  dougkearns

	* content/commands.js: use -1 as the default value for the ex
	  command count

2007-10-27 09:12  dougkearns

	* content/vimperator.js: display a better error message for invalid
	  ex commands

2007-10-27 07:45  dougkearns

	* content/mappings.js: allow lowercase modifier chars in the {lhs}
	  arg of :map and related commands

2007-10-27 03:59  dougkearns

	* content/mappings.js: replace references to 'beep' in the help
	  with 'visualbell'

2007-10-27 03:57  dougkearns

	* NEWS: update NEWS

2007-10-27 03:57  dougkearns

	* NEWS, content/buffers.js, content/commands.js,
	  content/options.js: merge new :pageinfo command

2007-10-27 03:44  dougkearns

	* content/: commands.js, options.js, vimperator.js: merge faster
	  initial setting of gui options

2007-10-27 02:52  stubenschrott

	* NEWS, content/buffers.js, content/commands.js, content/events.js,
	  content/options.js: new :pageinfo command (thanks calmar)

2007-10-26 16:39  dougkearns

	* content/commands.js: prepend the count specified to a user
	  mapping to the map's RHS

2007-10-26 15:04  dougkearns

	* content/commands.js: prepend the count specified to a user
	  mapping to the map's RHS

2007-10-26 14:09  dougkearns

	* skin/vimperator.css: add a note about :hover requiring an element
	  in the selector when in quirks mode

2007-10-26 06:48  dougkearns

	* content/util.js: replace & with the HTML entity in escapeHTML

2007-10-26 05:47  stubenschrott

	* content/hints.js: increased zIndex as there seem to be sites with
	  zIndex = 1.000.000 out there

2007-10-26 04:59  stubenschrott

	* content/hints.js: experimental hinting of images with a
	  transparent span

2007-10-26 01:30  stubenschrott

	* NEWS, TODO, content/events.js, content/hints.js,
	  content/mappings.js: new alwayshints mode on ;a and F for
	  quickhints in new tab

2007-10-25 21:57  stubenschrott

	* content/: events.js, find.js, hints.js, modes.js, ui.js,
	  vimperator.js: many small fixes to the hints, and some minor mode
	  handling changes

2007-10-25 15:25  dougkearns

	* content/editor.js: trivial whitespace fixes

2007-10-25 14:48  dougkearns

	* content/mappings.js: add TODO and simplify replace 'pattern' for
	  uppercasing modifier chars

2007-10-25 09:59  dougkearns

	* content/mappings.js: allow lowercase modifier chars in the {lhs}
	  arg of :map and related commands

2007-10-25 09:42  dougkearns

	* content/mappings.js: remove duplication in private getMap() of
	  Mappings

2007-10-25 03:53  dougkearns

	* content/mappings.js: replace references to 'beep' in the help
	  with 'visualbell'

2007-10-24 23:20  stubenschrott

	* content/: hints.js, modes.js: <return> support for hints

2007-10-24 21:32  stubenschrott

	* content/: hints.js, mappings.js, modes.js: extract better text
	  for input or select fields

2007-10-24 13:52  stubenschrott

	* content/hints.js: quick fix for hints.hide(), will need to change
	  to something better

2007-10-24 10:21  stubenschrott

	* content/: buffers.js, events.js, hints.js, mappings.js, modes.js:
	  initial rewrite of the hints, please test and report (and i know,
	  it has problems, mainly it does not yet support framesets)

2007-10-23 16:01  stubenschrott

	* content/: editor.js, options.js: blink text box after editing
	  with external editor

2007-10-23 10:14  dougkearns

	* content/options.js: remove accidentally included addOption()
	  cruft from last commit

2007-10-22 14:41  stubenschrott

	* NEWS, content/commands.js, content/options.js,
	  content/vimperator.js: made initial setting of gui options faster

2007-10-22 08:39  dougkearns

	* content/commands.js: use a regexp literal for matching the leader
	  token in :map

2007-10-22 08:36  dougkearns

	* content/: events.js, mappings.js, vimperator.js: move Mappings()
	  to the vimperator namespace

2007-10-22 08:09  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, completion.js,
	  events.js, find.js, hints.js, io.js, mappings.js, options.js,
	  tabs.js, ui.js, vimperator.js: merge moving global constructor
	  functions to the vimperator namespace

2007-10-22 07:32  dougkearns

	* content/commands.js: use a regexp literal for matching the leader
	  token in :map

2007-10-22 07:18  dougkearns

	* content/: commands.js, mappings.js: move Map() to the vimperator
	  namespace

2007-10-22 06:45  dougkearns

	* NEWS: update NEWS

2007-10-22 05:47  dougkearns

	* content/: bookmarks.js, options.js, ui.js, vimperator.js: merge
	  relocation of
	  Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots
	  of vimperator.options

2007-10-22 05:38  dougkearns

	* content/vimperator.js: reduced timeout of asynchronous
	  vimperatorrc loading

2007-10-22 05:37  dougkearns

	* vimperator.vim: add :mkvimperatorrc to RC file highlighter

2007-10-22 05:35  dougkearns

	* NEWS, content/options.js: don't store options as preferences
	  anymore

2007-10-22 05:14  dougkearns

	* NEWS: update NEWS

2007-10-22 05:13  dougkearns

	* NEWS, content/commands.js, content/mappings.js: add new
	  :mkvimperatorrc command

2007-10-22 05:08  dougkearns

	* vimperator.vim: add :mkvimperatorrc to RC file highlighter

2007-10-22 04:55  dougkearns

	* content/: completion.js, io.js, mappings.js, vimperator.js: merge
	  new vimperator.io object

2007-10-22 04:19  dougkearns

	* content/: file.js, io.js, vimperator.xul: rename file.js to io.js

2007-10-22 03:37  dougkearns

	* NEWS, content/commands.js, content/mappings.js: remove :redraw as
	  it relys on a FF3 only feature

2007-10-21 12:39  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, completion.js,
	  editor.js, events.js, find.js, hints.js, io.js, options.js,
	  tabs.js, ui.js, vimperator.js: move remaining global constructor
	  functions to the vimperator namespace

2007-10-21 07:34  dougkearns

	* content/: bookmarks.js, events.js, mappings.js, modes.js,
	  options.js, ui.js, vimperator.js: move
	  Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots
	  of vimperator.options

2007-10-21 06:53  dougkearns

	* vimperator.vim: add 'editor' to RC file syntax highlighter

2007-10-21 04:00  dougkearns

	* content/modes.js: remove modes.js - accidentally included during
	  the directory structure change

2007-10-21 01:04  stubenschrott

	* content/vimperator.js: reduced timeout of asynchronous
	  vimperatorrc loading

2007-10-20 14:47  dougkearns

	* NEWS, content/options.js: don't store options as preferences
	  anymore

2007-10-20 14:40  dougkearns

	* content/commands.js, content/mappings.js, NEWS: add new
	  :mkvimperatorrc command

2007-10-20 09:39  dougkearns

	* vimperator.vim: match comments more aggressively - add a
	  vimperatorLineComment group

2007-10-20 04:53  dougkearns

	* NEWS, content/io.js, content/vimperator.js: remove
	  io.pathExists()

2007-10-19 20:32  stubenschrott

	* content/editor.js: changed to error printing

2007-10-19 20:15  stubenschrott

	* NEWS, content/editor.js, content/mappings.js, content/options.js,
	  content/vimperator.js: external editor support

2007-10-19 17:54  dougkearns

	* content/: commands.js, help.js, mappings.js: merge some minor
	  documentation improvements

2007-10-19 17:26  dougkearns

	* skin/: vimperator.css: move cursor property assignment to .hl-URL

2007-10-19 17:23  dougkearns

	* NEWS: update NEWS - remove MOW hyperlinking

2007-10-19 17:23  dougkearns

	* NEWS: update NEWS for MOW hyperlinking

2007-10-19 17:20  dougkearns

	* content/bookmarks.js, content/buffers.js, content/ui.js,
	  skin/vimperator.css: merge hyperlinked MOW URLs feature

2007-10-19 13:22  dougkearns

	* vimperator.vim: add basic string highlighting for the Vim RC file

2007-10-19 06:13  stubenschrott

	* TODO: added :iabbr idea

2007-10-19 05:45  stubenschrott

	* content/: completion.js, io.js, mappings.js, vimperator.js: new
	  vimperator.io. object

2007-10-19 02:00  dougkearns

	* content/: file.js, io.js, vimperator.xul: rename file.js io.js

2007-10-18 23:36  stubenschrott

	* content/: commands.js, mappings.js, util.js: get rid of
	  will/would in help

2007-10-18 20:30  stubenschrott

	* content/commands.js: allow -option foo in adition to -option=foo

2007-10-18 20:12  stubenschrott

	* content/commands.js: made quoting a little more bash/vim-like

2007-10-18 19:38  stubenschrott

	* NEWS, content/bookmarks.js, content/completion.js: better tab
	  completion for URL commands, tokenize "filter" on \s+ and match
	  each of the tokens

2007-10-18 18:45  stubenschrott

	* content/bookmarks.js, content/commands.js, content/completion.js,
	  content/util.js, skin/vimperator.css: :bmarks [filter] works
	  again, now even with -tags=foo filtering

2007-10-18 14:42  dougkearns

	* content/ui.js: fix link target of :ls URLs in the MOW

2007-10-18 13:35  dougkearns

	* skin/vimperator.css: explicity use an element in the
	  .hl-URL:hover selector since the MOW currently uses about:blank
	  which puts FF in quirks mode where this is required

2007-10-18 13:32  dougkearns

	* content/commands.js: allow _ in option names

2007-10-18 07:58  dougkearns

	* NEWS: update NEWS

2007-10-18 07:26  dougkearns

	* NEWS, content/buffers.js, content/commands.js,
	  content/mappings.js: merge new gb and gB commands

2007-10-18 06:01  dougkearns

	* AUTHORS, Donators: update AUTHORS and Donators

2007-10-18 05:57  dougkearns

	* NEWS, content/commands.js, content/tabs.js,
	  content/vimperator.js: merge better :q

2007-10-18 05:53  dougkearns

	* NEWS, TODO, content/commands.js: merge new :winclose command

2007-10-18 05:46  dougkearns

	* content/: ui.js, vimperator.js: merge update statusline on
	  browser start

2007-10-17 23:07  stubenschrott

	* TODO: updated todo

2007-10-17 23:01  stubenschrott

	* NEWS, TODO, content/commands.js: new :winclose command

2007-10-17 22:42  stubenschrott

	* content/: tabs.js, ui.js, vimperator.js: * return after quitting
	  last tab * update statusline on browser start

2007-10-17 22:34  stubenschrott

	* AUTHORS, Donators, NEWS, content/commands.js, content/tabs.js,
	  content/vimperator.js, skin/vimperator.css: better :q

2007-10-17 02:35  dougkearns

	* vimperator.vim: update vimperator.vim revision date

2007-10-17 02:33  dougkearns

	* vimperator.vim: further limit where vimperatorCommandWrapper
	  matches

2007-10-17 01:40  stubenschrott

	* content/: util.js, vimperator.js: improvements in :echo object,
	  :echo getBrowser() should work now reliable

2007-10-16 23:43  stubenschrott

	* NEWS, content/buffers.js, content/commands.js,
	  content/mappings.js: new gb and gB commands

2007-10-16 16:05  dougkearns

	* content/buffers.js, content/ui.js, skin/vimperator.css: use the
	  value of 'activate' when opening new tabs from the MOW

2007-10-16 15:27  stubenschrott

	* content/: buffers.js, ui.js: * only switch tabs when clicking the
	  URL in :ls, to make it easier to select text * allow
	  ctrl-(shift-)-clicks to select cells in the MOW

2007-10-16 14:49  dougkearns

	* NEWS: update NEWS for hyperlinked MOW output

2007-10-16 14:05  dougkearns

	* content/bookmarks.js, content/buffers.js, content/ui.js,
	  skin/vimperator.css: make each row of the buffer list clickable
	  and jump to the selected buffer

2007-10-16 13:11  dougkearns

	* content/bookmarks.js, content/ui.js, skin/vimperator.css: make
	  URLs in the :bmarks output clickable

2007-10-16 06:08  stubenschrott

	* Donators, NEWS, content/bookmarks.js, content/commands.js,
	  content/events.js: new args parser, converted :bmarks to it,
	  which can now user -keyword= and -tags=

2007-10-16 05:58  dougkearns

	* content/vimperator.js: minor refactoring of vimperator.beep

2007-10-16 03:53  dougkearns

	* content/: completion.js, file.js, mappings.js, vimperator.js:
	  move LocalFile and fopen to a vimperator.io namespace

2007-10-16 02:30  dougkearns

	* NEWS: remove backported NEWS item

2007-10-16 02:15  dougkearns

	* content/mappings.js, NEWS: merged change of "b" mapping to
	  :buffer!

2007-10-16 02:06  dougkearns

	* content/events.js: merge reshowing of the mode after a TabSelect
	  event

2007-10-16 00:57  stubenschrott

	* NEWS, content/commands.js, content/events.js,
	  content/mappings.js: * b is now :buffer! with ! * show mode again
	  on tabchange * temporary :command without real function, sorry
	  for the commit ;)

2007-10-15 16:18  dougkearns

	* content/options.js: use getAnonymousElementByAttribute to find
	  tabbrowser-tabs since FF2 doesn't have getElementsByClassName

2007-10-15 02:22  dougkearns

	* Makefile, chrome.manifest: allow Vimperator to run directly from
	  an unpackaged development directory

2007-10-15 00:47  dougkearns

	* content/: events.js, tabs.js: beep if trying to delete the last
	  tab which is already an empty tab

2007-10-15 00:40  dougkearns

	* NEWS, content/commands.js, content/help.js: remove backported
	  NEWS items

2007-10-15 00:39  dougkearns

	* NEWS, content/ui.js: [+] marker in the statusline

2007-10-15 00:21  dougkearns

	* NEWS, content/options.js: working showtabline!

2007-10-14 16:05  stubenschrott

	* NEWS, content/ui.js: [+] marker in the statusline

2007-10-14 15:47  stubenschrott

	* NEWS, content/options.js: working showtabline!

2007-10-14 12:28  stubenschrott

	* content/: events.js, tabs.js: beep if trying to delete the last
	  tab which is already an empty tab

2007-10-12 06:08  dougkearns

	* skin/: vimperator.css: enforce our status bar styles

2007-10-12 05:50  stubenschrott

	* TODO: updated TODO a little

2007-10-12 03:51  stubenschrott

	* content/bookmarks.js: removed useless outer loop

2007-10-11 20:36  stubenschrott

	* content/: bookmarks.js, commands.js: more verbose :version output

2007-10-11 16:12  stubenschrott

	* content/bookmarks.js: show keywords and tags in the :bmarks
	  output

2007-10-11 14:55  stubenschrott

	* NEWS: updated news so that we don't show 0.5.2 features for 0.6

2007-10-11 14:10  dougkearns

	* content/events.js: pass all key events through to FF when in
	  designMode

2007-10-11 14:01  dougkearns

	* NEWS, vimperator.vim: update vimperator.vim

2007-10-11 10:35  dougkearns

	* content/events.js: pass all key events through to FF when in
	  designMode

2007-10-11 06:02  dougkearns

	* Makefile: bump version number

2007-10-11 05:19  dougkearns

	* ChangeLog, Makefile, NEWS: update version number for pending
	  release

2007-10-11 04:06  dougkearns

	* content/bookmarks.js: remove unused keyword and tag columns from
	  :bmark output

2007-10-11 03:26  dougkearns

	* content/: help.js: put the help section locating block in a
	  timeout to sure the first call to :help {arg} works

2007-10-11 03:06  dougkearns

	* content/: commands.js: fix typo in :preferences usage

2007-10-10 13:52  dougkearns

	* ChangeLog: update ChangeLog

2007-10-10 08:02  dougkearns

	* content/: help.js: mention $VIMPERATOR_HOME in the help

2007-10-10 07:32  dougkearns

	* ChangeLog, content/commands.js: minor improvement to :sbclose
	  help

2007-10-10 04:54  dougkearns

	* content/: commands.js, options.js, util.js, vimperator.js: new
	  :set and :prefs commands, tweaked :set output to use colors

2007-10-10 04:46  dougkearns

	* NEWS, TODO: update NEWS and TODO

2007-10-10 02:39  dougkearns

	* content/: commands.js, vimperator.js: add :!! support and don't
	  show error on :!non-existing-command (as the non-existing-command
	  can't be known if it really does not exist)

2007-10-10 02:23  stubenschrott

	* NEWS, content/commands.js, content/options.js, content/util.js,
	  content/vimperator.js: new :set and :prefs commands, tweaked :set
	  output to use colors

2007-10-10 01:21  dougkearns

	* skin/vimperator.css: allow the sidebar width to range from 10% -
	  90%

2007-10-10 01:19  dougkearns

	* skin/vimperator.css: allowd the sidebar width to range from 10% -
	  90%

2007-10-09 17:49  stubenschrott

	* content/: commands.js, vimperator.js: add :!! support and don't
	  show error on :!non-existing-command (as the non-existing-command
	  can't be known if it really does not exist)

2007-10-09 15:50  dougkearns

	* NEWS, TODO, content/commands.js, content/mappings.js,
	  content/tabs.js: merge count support for deleting buffers

2007-10-09 15:34  dougkearns

	* NEWS, TODO, content/commands.js, content/completion.js:
	  back/:forward has tab completion, slightly broken for
	  wildmode=longest for now, as we need to refactor g_substrings
	  later

2007-10-09 15:19  dougkearns

	* NEWS, content/commands.js: :undoall + :undo tab-completion

2007-10-09 14:51  dougkearns

	* NEWS, content/hints.js, content/mappings.js: add "s" and "a"
	  mappings to extended hints mode for saving hint targets

2007-10-09 14:47  dougkearns

	* NEWS, content/hints.js, content/mappings.js: add "s" and "a"
	  mappings to extended hints mode for saving hint targets

2007-10-09 08:40  dougkearns

	* content/: mappings.js: update / and ? help for changed
	  'linksearch' modifiers

2007-10-09 08:38  dougkearns

	* Donators, NEWS, content/commands.js, content/find.js,
	  content/mappings.js: merge new :redraw command and changed
	  'linksearch' pattern modifiers

2007-10-09 07:44  dougkearns

	* content/: ui.js, vimperator.xul: merge MOW improvements

2007-10-09 07:13  dougkearns

	* content/: help.js, ui.js: merge use of "[Help]" and "[No Name]"
	  in the status line for the internal help page and about:blank

2007-10-09 07:08  dougkearns

	* content/: help.js, ui.js: use "[Help]" in the status line for the
	  internal help page

2007-10-09 06:40  dougkearns

	* content/: ui.js, vimperator.xul: revert to using the text box for
	  echoing commands

2007-10-09 05:09  stubenschrott

	* content/: commands.js, mappings.js: fixed typo

2007-10-09 04:59  stubenschrott

	* NEWS, TODO, content/commands.js, content/mappings.js,
	  content/tabs.js, content/ui.js: count support for deleting
	  buffers

2007-10-09 03:39  stubenschrott

	* NEWS, TODO, content/commands.js, content/completion.js:
	  :back/:forward has tab completion, slightly broken for
	  wildmode=longest for now, as we need to refactor g_substrings
	  later

2007-10-09 02:33  stubenschrott

	* NEWS, content/commands.js: :undoall + :undo tab-completion

2007-10-09 02:20  dougkearns

	* content/completion.js: use the document's title attribute to grab
	  the page title for buffer completions rather than the raw text
	  node content

2007-10-09 01:22  stubenschrott

	* content/: bookmarks.js, buffers.js, commands.js, events.js,
	  find.js, hints.js, mappings.js, modes.js, options.js, ui.js,
	  vimperator.js: added flags to vimperator.commandline.echo()

2007-10-08 15:21  stubenschrott

	* Donators, NEWS, content/commands.js, content/find.js,
	  content/mappings.js: * :redraw and ctrl-l commands * \u\U changed
	  to \l\L

2007-10-08 08:58  dougkearns

	* content/ui.js: restore appending of echoed single lines to the
	  MOW when it's already open and fix vimperator.commandline.echo so
	  it can display non-string args again

2007-10-08 03:36  dougkearns

	* content/: vimperator.xul: sst default highlight group class to
	  hl-Normal for #status-bar and #vimperator-commandline

2007-10-08 02:44  dougkearns

	* content/ui.js, skin/vimperator.css: use standard-ish Vim
	  highlight group names for the statusline styling

2007-10-08 01:08  dougkearns

	* content/: commands.js: close :time MOW output table element

2007-10-07 23:19  dougkearns

	* content/: events.js: clear the commandline when changing tabs

2007-10-06 16:40  dougkearns

	* NEWS, content/commands.js, content/vimperator.js: merge :! es
	  command

2007-10-06 16:35  dougkearns

	* NEWS, content/commands.js, content/vimperator.js: make
	  vimperator.system() Windows aware

2007-10-06 15:18  dougkearns

	* vimperatorrc.example: update vimperatorrc.example - 'beep' is now
	  'visualbell'

2007-10-06 15:17  dougkearns

	* content/commands.js: display an error message if :buffers is
	  given an argument

2007-10-06 15:16  dougkearns

	* content/bookmarks.js, content/buffers.js, content/commands.js,
	  content/find.js, content/mappings.js, content/options.js,
	  content/ui.js, content/util.js, content/vimperator.js,
	  content/vimperator.xul, skin/vimperator.css: merge MOW
	  improvements

2007-10-06 09:07  dougkearns

	* content/vimperator.js: make vimperator.run() Windows aware...poor
	  thing

2007-10-06 04:14  dougkearns

	* vimperatorrc.example: update vimperatorrc.example - 'beep' is now
	  'visualbell'

2007-10-06 04:10  dougkearns

	* content/commands.js: display an error message if :buffers is
	  given an argument

2007-10-06 04:05  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, options.js:
	  escape ex command stings prepended to the MOW output

2007-10-06 03:58  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, help.js,
	  mappings.js, util.js, vimperator.js, vimperator.xul: add
	  vimperator.util.escapeHTML

2007-10-06 03:12  dougkearns

	* content/: bookmarks.js, buffers.js, commands.js, mappings.js,
	  options.js, ui.js: don't prepend the ex command string to the MOW
	  output for all commands

2007-10-05 03:43  stubenschrott

	* content/: ui.js, vimperator.js: faster echo() method

2007-10-04 22:35  dougkearns

	* content/ui.js, skin/vimperator.css: append command output to the
	  MOW rather than overwriting if it is already open

2007-10-04 21:10  dougkearns

	* content/: vimperator.xul: allow the Console to be opened by
	  :sidebar

2007-10-04 15:59  dougkearns

	* content/vimperator.xul: move the completion widget beneath the
	  MOW

2007-10-04 15:29  dougkearns

	* content/: completion.js: add fold markers

2007-10-04 13:45  dougkearns

	* vimperator.vim: update RC file highlighting

2007-10-04 13:23  dougkearns

	* vimperator.vim: update RC file highlighting

2007-10-04 12:53  dougkearns

	* content/: events.js: don't call focusContent() on page load since
	  it causes window map events to be fired

2007-10-04 12:44  dougkearns

	* content/vimperator.xul: move the completion widget beneath the
	  MOW

2007-10-02 22:45  dougkearns

	* content/bookmarks.js, content/buffers.js, content/commands.js,
	  content/mappings.js, content/options.js, content/ui.js,
	  content/vimperator.js, skin/vimperator.css: move more-prompt
	  messages to the commandline and use the default UI font size in
	  the MOW

2007-10-02 21:40  dougkearns

	* vimperator.vim: add 'more' to vimperator.vim

2007-10-02 20:24  dougkearns

	* content/modes.js: use hl-ModeMsg for highlighting mode messages

2007-10-02 20:20  dougkearns

	* skin/vimperator.css, content/bookmarks.js, content/buffers.js,
	  content/find.js, content/mappings.js, content/options.js,
	  content/ui.js, content/vimperator.js: add more CSS classes for
	  highlighting output messages and use hl-Warning (red on white)
	  for find related wrap messages

2007-10-01 21:13  dougkearns

	* NEWS: update NEWS

2007-10-01 21:10  dougkearns

	* content/: commands.js, completion.js, vimperator.js: merge
	  improved :echo, :echoerr and :javascript commands

2007-10-01 21:04  dougkearns

	* content/completion.js: merge completion refactoring

2007-10-01 20:49  dougkearns

	* content/commands.js: replace < and > with HTML entities in
	  :javascript help string

2007-10-01 20:48  dougkearns

	* content/: help.js: close help logo img element

2007-10-01 19:38  dougkearns

	* Makefile: don't run the binary files through sed when replacing
	  the VERSION token

2007-10-01 15:31  dougkearns

	* NEWS, vimperator.vim, content/options.js: merge new 'laststatus'
	  option

2007-10-01 14:57  dougkearns

	* NEWS, content/options.js: remove "s" value from 'guioptions' as
	  we now have 'laststatus'

2007-10-01 12:28  dougkearns

	* install.rdf, skin/icon.png: add icon for addons dialog

2007-10-01 12:23  dougkearns

	* Makefile, chrome.manifest, content/bookmarks.js,
	  content/buffers.js, content/commands.js, content/completion.js,
	  content/events.js, content/file.js, content/find.js,
	  content/help.css, content/help.js, content/hints.js,
	  content/logo_white.png, content/mappings.js, content/modes.js,
	  content/options.js, content/tabs.js, content/test.js,
	  content/ui.js, content/vimperator.js, content/vimperator.xul,
	  skin/vimperator.css: change directory structure to follow the
	  more standard package hierarchy

2007-10-01 12:08  dougkearns

	* content/vimperator.xul: remove invalid comment

2007-10-01 09:02  dougkearns

	* vimperator.vim, content/options.js: change short version of
	  'linksearch' to 'lks' since 'ls' is used by 'laststatus'

2007-09-30 19:08  dougkearns

	* NEWS, content/options.js: add 'laststatus' option

2007-09-30 18:41  dougkearns

	* Makefile, chrome.manifest, install.rdf, content/bookmarks.js,
	  content/buffers.js, content/commands.js, content/completion.js,
	  content/editor.js, content/events.js, content/file.js,
	  content/find.js, content/help.css, content/help.js,
	  content/hints.js, content/logo_white.png, content/mappings.js,
	  content/modes.js, content/options.js, content/tabs.js,
	  content/ui.js, content/vimperator.js, content/vimperator.xul,
	  skin/icon.png, skin/vimperator.css: change directory structure to
	  follow the more standard package hierarchy

2007-09-30 02:55  stubenschrott

	* Donators, NEWS: simple tab-completion for :javascript and :echo,
	  really just a quick time saver, but prone to errors

2007-09-27 14:52  stubenschrott

	* NEWS: new vimperator.hints.show() method, DOES NOT work on framed
	  pages for now.  The colors will change later, they are just to
	  see which type of hint it is

2007-09-25 21:37  dougkearns

	* AUTHORS: merge new VIMPERATOR_HOME env variable support

2007-09-25 21:19  dougkearns

	* NEWS: mention new :let and :unlet commands in NEWS file

2007-09-25 20:42  dougkearns

	* NEWS: merge new :let and :unlet commands and support for <Leader>
	  in mappings

2007-09-24 15:11  stubenschrott

	* ChangeLog, NEWS: changed statusbar colors to match vim by default

2007-09-24 13:48  stubenschrott

	* NEWS: :! command, fixed statusbar height properly, system() now
	  returns the stdout string

2007-09-23 16:14  dougkearns

	* NEWS: separate Ex command and search commandline history

2007-09-23 12:21  dougkearns

	* NEWS: merge new :time command

2007-09-23 10:52  dougkearns

	* NEWS: separate Ex command and search commandline history

2007-09-22 17:44  dougkearns

	* NEWS: add a new 'visualbellstyle' option

2007-09-22 16:50  dougkearns

	* NEWS: process link text only find modifiers \[uU] before looking
	  for capitalized letters when 'smartcase' is set

2007-09-22 16:29  dougkearns

	* NEWS: merge the existing status bar with the standard FF status
	  bar

2007-09-22 16:07  dougkearns

	* NEWS: merge the existing status bar with the standard FF status
	  bar

2007-09-20 15:17  dougkearns

	* vimperator.vim: add 'hlsearchstyle' to Vim syntax file

2007-09-19 05:20  stubenschrott

	* NEWS, TODO: added full zoom, and changed some zoom shortcuts

2007-09-19 03:15  stubenschrott

	* NEWS: added intelligent :buffer selection

2007-09-19 01:57  stubenschrott

	* NEWS: added ! version to :time

2007-09-19 00:27  stubenschrott

	* AUTHORS, ChangeLog: - fixed generating artificial firefox
	  commands with feedkeys()/:norm/:map - home/end/etc. keys work
	  again in the location bar - <c-v><c-k>, etc. work again to focus
	  special form fields - small formatting improvements

2007-09-18 10:49  dougkearns

	* NEWS, TODO: merge :sbclose and viewSidebarMenu menuitem additions

2007-09-18 10:25  dougkearns

	* NEWS, TODO: add :sbclose to close the sidebar and :sbar, :sbopen
	  aliases for :sidebar

2007-09-17 15:26  dougkearns

	* NEWS: add an initial implementation of :sidebar

2007-09-17 14:43  dougkearns

	* NEWS, TODO: add an initial implementation of :sidebar

2007-09-17 07:49  dougkearns

	* NEWS: merge new 'more' option and more-prompt improvements

2007-09-16 14:18  dougkearns

	* NEWS: add 'more' option and standard more-prompt key mappings

2007-09-14 15:38  dougkearns

	* NEWS: add a 'hlsearchstyle' option to allow for match styling and
	  a 'linksearch' option to restrict page searches to link text

2007-09-14 15:24  dougkearns

	* NEWS: add a 'hlsearchstyle' option to allow for match styling and
	  a 'linksearch' option to restrict page searches to link text

2007-09-14 05:35  stubenschrott

	* ChangeLog, NEWS, TODO: major mode rewrite, still not fully
	  complete, but usable

2007-09-13 01:49  stubenschrott

	* Donators: allow number input in command line

2007-09-12 17:45  stubenschrott

	* NEWS: fixed msn.com

2007-09-12 17:42  dougkearns

	* vimperator.vim: update Vim syntax highlighting for changed
	  command names

2007-09-12 15:41  stubenschrott

	* NEWS, vimperator.vim: - new 'insertmode' option - fixed c-u
	  behavior

2007-09-10 15:40  dougkearns

	* TODO: add document relationship navigation to pending feature
	  list

2007-09-08 11:50  dougkearns

	* NEWS: added a visual bell and replaced the 'beep' option with
	  'visualbell'

2007-09-08 11:41  dougkearns

	* Makefile: use preX.X for development version numbers

2007-09-08 06:17  stubenschrott

	* NEWS: - TEXTAREA support! Not working perfectly, but for a
	  one-day-work i am impressed myself, now just needing to add
	  commands with MOTION like cw or d0. Visual mode works already
	  quite well.  - gi support - BUG: special keys like home/end in
	  the location bar stoped working by this dramatic changes

2007-09-07 14:08  stubenschrott

	* vimperator.vim: updated vimperator.vim

2007-09-06 20:46  stubenschrott

	* vimperator.vim: new 'popups' option, please test thorougly!

2007-09-06 19:39  stubenschrott

	* Donators, NEWS: * and # support

2007-09-06 18:10  stubenschrott

	* NEWS: First commit of caret mode, many things work, some bugs of
	  course, not sure if we can fix them since we heavily rely on the
	  firefox interface for it.

2007-09-06 16:24  stubenschrott

	* NEWS: start of a caret mode

2007-09-06 14:32  stubenschrott

	* NEWS: experimental attempt to keep you in command mode after
	  loading pages

2007-09-06 02:04  dougkearns

	* NEWS, vimperator.vim: merge new 'incsearch', 'ignorecase',
	  'smartcase', 'hlsearch' options from MAIN

2007-09-05 21:33  stubenschrott

	* Donators: updated Donators once again, thanks so much all the
	  recent donators!

2007-09-05 20:49  dougkearns

	* NEWS, vimperator.vim: add a visual bell and replace 'beep' with
	  'visualbell'

2007-09-05 15:44  stubenschrott

	* Makefile, NEWS, install.rdf: fixed makefile

2007-09-05 14:51  stubenschrott

	* Donators: updated Donators

2007-09-05 14:19  dougkearns

	* TODO: document that incremental searching doesn't search
	  backwards when using ?

2007-09-05 13:45  dougkearns

	* Makefile: use preX.X for development version numbers

2007-09-05 13:44  dougkearns

	* NEWS: update NEWS

2007-09-05 13:32  dougkearns

	* NEWS, vimperator.vim: add the 'smartcase' option and support for
	  \c and \C in search patterns

2007-09-04 10:08  dougkearns

	* Makefile: add logo to help page

2007-09-04 08:21  dougkearns

	* NEWS: add 'ignorecase' option

2007-09-04 04:50  dougkearns

	* Makefile: update version to 0.6dev

2007-09-04 04:50  dougkearns

	* Makefile, NEWS: update version to 0.5.2dev

2007-09-04 02:13  stubenschrott

	* Donators: updated donators

2007-09-03 21:45  dougkearns

	* NEWS: update NEWS for 'hlsearch' and 'incsearch'

2007-09-03 17:14  dougkearns

	* ChangeLog, NEWS: update NEWS and ChangeLog for release

2007-09-03 16:21  dougkearns

	* vimperator.vim: add highlighting for :nohlsearch

2007-09-03 07:12  dougkearns

	* NEWS, vimperator.vim: merge native / and ? search

2007-09-01 20:14  stubenschrott

	* NEWS: first commit of native / and ? search, especially ? is
	  buggy right now

2007-09-01 13:49  dougkearns

	* vimperatorrc.example: remove outdated :js examples

2007-08-28 14:16  dougkearns

	* NEWS: update NEWS

2007-08-27 16:19  dougkearns

	* Makefile: update Makefile version to 0.5.1

2007-08-27 14:08  dougkearns

	* Makefile: GNU make 3.80 can't parse "else ifeq"

2007-08-26 16:27  dougkearns

	* NEWS: fix commandline history on Windows - prevent the default
	  cmd_charPrevious action from being invoked for <Up

2007-08-26 16:26  dougkearns

	* NEWS: fix commandline history on Windows - prevent the default
	  cmd_charPrevious action from being invoked for <Up>

2007-08-26 14:05  dougkearns

	* NEWS: update NEWS

2007-08-24 15:55  stubenschrott

	* ChangeLog, NEWS: fixed :o foo bla search

2007-08-24 06:57  stubenschrott

	* Donators, install.rdf: ATTENTION: FIRST FIREFOX 3 alpha7+ ONLY
	  RELEASE! Ported bookmarks/keywords to Places Disabled global
	  history for now, will come soon.

2007-08-23 15:38  dougkearns

	* Makefile: use 0.5 for the version strings

2007-08-22 12:02  stubenschrott

	* Donators: updated donators file

2007-08-22 01:15  stubenschrott

	* Makefile: first attempt for an logo probably at the wrong chrome
	  location, it just didn't accept files in chrome/skin/ in my first
	  attempts, but i don't really care as a logo is also "content" :)

2007-08-21 23:54  dougkearns

	* Makefile, NEWS, TODO: merge HEAD

2007-08-21 20:50  dougkearns

	* NEWS: mention the new :set all and :set all& commands in NEWS

2007-08-20 12:43  dougkearns

	* NEWS, TODO: remove :set {option}! support from the TODO - now
	  implemented

2007-08-17 16:59  dougkearns

	* Makefile: find the correct FIREFOX_DEFAULT extensions directory
	  path when run on Cygwin

2007-08-17 13:57  stubenschrott

	* TODO: updated TODO for 0.6

2007-08-17 11:41  stubenschrott

	* Makefile, NEWS: Changed version number to 0.6 CVS

2007-08-16 23:50  stubenschrott

	* Makefile, TODO: only add NEWS instead of ChangeLog in .xpi, to
	  dramatically reduce size for future releases

2007-08-16 18:18  stubenschrott

	* ChangeLog, NEWS: last commit before 0.5 is tagged

2007-08-15 20:27  stubenschrott

	* ChangeLog: added colors to :ls

2007-08-15 17:32  dougkearns

	* NEWS: update NEWS to mention the renaming of bookmark related
	  commands and fix some trivial help typos

2007-08-13 20:12  stubenschrott

	* ChangeLog: hopefully made the MOW hack better, so that it doesn't
	  show during startup fixed wildoptions=sort

2007-08-12 08:48  dougkearns

	* NEWS: add initial implementation of :normal command

2007-08-12 02:03  stubenschrott

	* NEWS: commandline and MIW try to keep focus now changed
	  commandline handling in general autosize MIW on new content new
	  handling should be more robust, but there may be bugs, please
	  report

2007-08-11 19:08  stubenschrott

	* ChangeLog, NEWS: changelog->NEWS, ChangeLog autogenerated now

2007-08-11 11:28  dougkearns

	* ChangeLog: rename :qmarkadd :qmark and :qmarkdel :delqmarks, sort
	  :qmarks list output and limit buffer marks to [a-zA-Z]

2007-08-10 20:30  stubenschrott

	* ChangeLog: "enter" is an alias for "return" or "cr"

2007-08-10 00:41  stubenschrott

	* ChangeLog, TODO: - Fixed gn command - added gH to activate option

2007-08-09 06:29  dougkearns

	* vimperator.vim: reorder vimperatorCommand highlight group so that
	  :map is highlighted

2007-08-08 07:27  dougkearns

	* ChangeLog: add C-u/C-d mappings and the associated 'scroll'
	  option

2007-08-01 04:51  stubenschrott

	* ChangeLog: couldn't resist, had to add support for auto-sourcing
	  ~/.vimperator/plugin/ before we release 0.5

2007-08-01 03:17  stubenschrott

	* ChangeLog: winopen support

2007-07-31 17:41  stubenschrott

	* TODO: Make sure, search engine aliases are unique

2007-07-29 05:48  stubenschrott

	* ChangeLog, TODO: inputMultiline method finished (some display bug
	  may remain) :js <<EOF support is back, better than ever (TM)

2007-07-27 02:01  stubenschrott

	* ChangeLog: stringToURLs -> String.prototype.toURLArray

2007-07-26 15:39  dougkearns

	* Makefile: fix bug #17377 - Unable to build sources on Mac OS X

2007-07-25 17:55  dougkearns

	* TODO: fix infinite loop when calling "gu" with a {count}

2007-07-22 17:15  dougkearns

	* vimperator.vim: add map, mapclear, noremap and unmap commands to
	  the vimperatorCommand highlight group

2007-07-22 13:44  dougkearns

	* ChangeLog: allow :noremap name abbreviations

2007-07-17 16:55  dougkearns

	* ChangeLog, TODO: replace readonly textboxes in the commandline
	  and statusbar with labels and simplify the skin styling

2007-07-10 01:12  stubenschrott

	* ChangeLog: :saveas works now

2007-07-09 15:27  stubenschrott

	* AUTHORS: reverted scroll window.content patch for now (untested)

2007-07-04 15:32  stubenschrott

	* ChangeLog: changed '|' to ', ' as a url separator

2007-07-03 11:04  stubenschrott

	* TODO: Fixed some focus issues First (non-working) readMultiline
	  implementation

2007-07-02 08:57  dougkearns

	* ChangeLog: add new Ctrl-^ mapping for selecting the alternate tab

2007-06-30 15:14  stubenschrott

	* ChangeLog: changed gO to gn

2007-06-28 04:16  dougkearns

	* TODO: move the global variable hah to vimperator.hints and fix
	  bug #17254

2007-06-25 23:23  stubenschrott

	* vimperator.vim: verbosity -> verbose

2007-06-25 17:54  dougkearns

	* vimperator.vim: add verbosity and vbs to options syntax group

2007-06-23 13:08  dougkearns

	* vimperator.vim: link vimperatorTodo to the Todo highlight group

2007-06-19 06:40  dougkearns

	* vimperator.vim: update vimperator.vim with new commands

2007-06-12 12:48  stubenschrott

	* ChangeLog, TODO: - fixed commandline focus/blur behavior - could
	  be buggy, so please report any bugs - text selection is not
	  possible anymore for :echo'ed things, should come later when
	  holding shift - cleared commandline on scroll events

2007-06-09 15:39  stubenschrott

	* ChangeLog, TODO: now we have a Events() class Please report all
	  bugs which arised because of these changes Still not sure, if we
	  should put that into an event.js

2007-06-08 19:21  stubenschrott

	* mozunit.js: added preliminary unit tests, not working yet,
	  because the vimperator object cannot be found in this context.

2007-06-08 01:33  stubenschrott

	* ChangeLog: marks support (thanks viktor)

2007-06-05 07:22  dougkearns

	* TODO: add <ESC> closes :addons window bug to TODO

2007-05-24 23:57  stubenschrott

	* AUTHORS, ChangeLog, TODO: added Y command

2007-05-24 12:47  stubenschrott

	* AUTHORS, ChangeLog: flashing frame works now

2007-05-23 03:18  stubenschrott

	* ChangeLog: moved tab related functions to the Tabs class

2007-05-22 11:13  stubenschrott

	* ChangeLog, TODO: many help fixes moved echo() ->
	  vimperator.echo() and removed old XUL entries.

2007-05-21 11:35  stubenschrott

	* ChangeLog, TODO, vimperator.vim: "R" -> reload without cache

2007-05-20 18:01  stubenschrott

	* ChangeLog: changed colors

2007-05-17 20:48  stubenschrott

	* AUTHORS, ChangeLog, TODO: Added "titlestring" setting

2007-05-14 15:24  stubenschrott

	* ChangeLog: initial :tabmove command

2007-05-11 14:42  stubenschrott

	* Makefile: First attempt in making vimperator object orietened.
	  For now only the CommandLine widget was made a real encapsulated
	  object.

2007-05-09 13:56  stubenschrott

	* ChangeLog: final commit before trying to integrate the search
	  patch

2007-05-09 02:31  stubenschrott

	* ChangeLog: cleaned up html code for :help to make it more xhtml
	  compatible :help now opens in the current tab even when current
	  tab is a xhtml document

2007-05-08 23:21  stubenschrott

	* ChangeLog: hint work on xhtml pages now (slight problem with not
	  disapperaring them still open)

2007-05-08 18:57  stubenschrott

	* AUTHORS, ChangeLog, TODO: added :tablast etc. commands

2007-05-05 00:48  stubenschrott

	* AUTHORS, ChangeLog: fixed :dl command

2007-05-04 20:04  stubenschrott

	* ChangeLog, Donators, Makefile, vimperator.vim,
	  vimperatorrc.example: keyword support for bookmarks

2007-05-02 14:59  stubenschrott

	* ChangeLog: [no log message]

2007-05-02 14:55  stubenschrott

	* ChangeLog, Makefile: bug fix release

2007-05-02 14:47  stubenschrott

	* ChangeLog: fixed :open google.com opening google for searching
	  ".com"

2007-05-01 19:29  stubenschrott

	* ChangeLog: added 'defsearch' setting

2007-05-01 13:23  stubenschrott

	* ChangeLog, TODO, install.rdf: [no log message]

2007-05-01 02:19  stubenschrott

	* Makefile: fixed gu and gU

2007-04-30 12:59  stubenschrott

	* ChangeLog: fixed :o http://www.url.com

2007-04-29 21:13  stubenschrott

	* Makefile, update.rdf.in: new make release command

2007-04-29 20:55  stubenschrott

	* Makefile: more makefile fixes by Bart

2007-04-29 20:50  stubenschrott

	* Makefile: [no log message]

2007-04-29 18:31  stubenschrott

	* ChangeLog, install.rdf: website updates

2007-04-29 17:04  stubenschrott

	* ChangeLog, TODO: Many small bugfixes changed wildsort ->
	  wildoptions=sort added completion for filenames

2007-04-29 02:26  stubenschrott

	* Makefile, TODO: Makefile fixes and much sexier help file

2007-04-28 20:08  stubenschrott

	* update.rdf.in: added update.rdf.in changed help file to look much
	  more vim like (with monospaced font)

2007-04-28 18:05  stubenschrott

	* install.rdf: added ###VERSION### and ###DATE### for being seded
	  in the Makefile

2007-04-28 14:14  stubenschrott

	* ChangeLog, TODO: added goUp() and isDirectory(uri) functions gu
	  and gU mappings for going up

2007-04-28 03:56  stubenschrott

	* ChangeLog: major code cleanup by using constants instead of
	  indices, small bugs still may occur due to this change

2007-04-27 21:06  stubenschrott

	* TODO, install.rdf: wildmode and wildsort support :open . and ..
	  and .../ supported

2007-04-25 19:11  stubenschrott

	* Makefile, TODO, vimperatorrc.example: Makefile changes for
	  missing chrome/ dir

2007-04-25 11:20  stubenschrott

	* TODO: added feeling lucky 'lucky' quick search

2007-04-24 23:06  stubenschrott

	* ChangeLog, TODO: esc -> C-c to stop page :stop command added

2007-04-24 16:10  stubenschrott

	* vimperatorrc.example: added sample vimperatorrc, not really
	  useful yet

2007-04-24 14:12  stubenschrott

	* AUTHORS: applied 'B' patch from Lars (not working fully) cleaned
	  up init() and moved all eventlisteneres code to
	  addEventListeners()

2007-04-23 01:21  vkojouharov

	* Makefile, install.rdf: redesing of the help page to be more like
	  vim's help. :tab command like in vim.  the extension id has
	  changed to a more readable string. any older versions of
	  vimperator MUST be uninstalled, otherwise there will be 2
	  versions of the extension in the addons list.

2007-04-22 19:50  stubenschrott

	* Donators: update

2007-04-22 16:10  vkojouharov

	* TODO: bug--

2007-04-22 15:00  stubenschrott

	* AUTHORS: updated AUTHORS file

2007-04-21 20:07  stubenschrott

	* Contributors, vimperator_0.1.xpi, vimperator_0.2.xpi: removed old
	  files

2007-04-21 20:06  stubenschrott

	* ChangeLog: :back! and :forward! support

2007-04-21 13:18  stubenschrott

	* Donators: set horizontal offset to 0

2007-04-20 23:25  stubenschrott

	* ChangeLog, Donators, TODO: added section support for :help

2007-04-20 17:23  stubenschrott

	* AUTHORS: forgot this file

2007-04-20 17:07  stubenschrott

	* Makefile: small changes

2007-04-20 17:03  stubenschrott

	* ChangeLog, Makefile: :source support

2007-04-20 16:46  stubenschrott

	* ChangeLog, Makefile, build.sh: now we have a new build Makefile
	  also added file.js which is responsible for file writing/loading
	  in future

2007-04-20 15:33  stubenschrott

	* ChangeLog, TODO: - fixed hints display on zoom - fixed n and N
	  commands (don't use closures)

2007-04-20 05:01  stubenschrott

	* ChangeLog, TODO: hmm, forgot what I changed :)

2007-04-19 18:09  stubenschrott

	* ChangeLog, Donators, TODO: added modelines everywhere

2007-04-19 15:29  stubenschrott

	* TODO: restart command

2007-04-18 15:33  stubenschrott

	* TODO: added contact section to homepage

2007-04-18 13:42  stubenschrott

	* ChangeLog, TODO: support for space and alt-left/right keys

2007-04-18 13:06  stubenschrott

	* ChangeLog, TODO: [+-] support for settings

2007-04-17 22:07  stubenschrott

	* ChangeLog, Donators, TODO: Added n and N commands

2007-04-17 19:34  stubenschrott

	* ChangeLog: removed < and >

2007-04-17 18:44  stubenschrott

	* ChangeLog, Donators, TODO, build.sh, install.rdf: version 0.3,
	  added ignorekeys support

2007-04-17 01:31  stubenschrott

	* ChangeLog, Contributors, Donators, TODO, build.sh: Added Ctrl-[
	  alias, and 's' guioption

2007-04-11 20:38  stubenschrott

	* TODO: go_tab -> tab_go

2007-04-11 05:15  stubenschrott

	* TODO: updated TODO file

2007-04-11 04:04  stubenschrott

	* ChangeLog, TODO: [no log message]

2007-04-10 21:32  stubenschrott

	* ChangeLog, TODO, build.sh, chrome.manifest, install.rdf,
	  vimperator_0.1.xpi, vimperator_0.2.xpi:
	  Initial import

