1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:27:57 +01:00
Files
pentadactyl-pm/ChangeLog

3012 lines
75 KiB
Plaintext

2008-01-03 12:43 stubenschrott
* content/: commands.js, mappings.js: swapped meaning of gf and gF
2008-01-03 12:39 stubenschrott
* AUTHORS, NEWS, TODO, content/commands.js, content/editor.js,
content/hints.js, content/mappings.js: new gf gF and :viewsource
commands (thanks dpb)
2008-01-02 18:22 stubenschrott
* content/ui.js: simple fix, that we don't echo message while not
in the main thread. This fixes :set editor=unknown_editor to not
hang firefox
2008-01-02 15:17 stubenschrott
* content/bookmarks.js, content/buffers.js, content/commands.js,
content/completion.js, content/editor.js, content/events.js,
content/find.js, content/help.css, content/help.js,
content/hints.js, content/io.js, content/mappings.js,
content/modes.js, content/options.js, content/tabs.js,
content/ui.js, content/util.js, content/vimperator.js,
content/vimperator.xul, skin/vimperator.css: updated copyright
dates, thanks to dpb with: for i in `grep -r 2007 content skin |
grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i;
done
2008-01-02 13:52 stubenschrott
* content/: bookmarks.js, events.js, hints.js: fixed bookmarks to
work with newer FF3 API
2008-01-02 09:26 stubenschrott
* Donators: updated donators
2008-01-01 01:20 dougkearns
* content/buffers.js: fix v.buffer.textZoom setter - accidently
marked as getter
2007-12-31 12:24 stubenschrott
* Donators: updated donators
2007-12-28 05:53 dougkearns
* content/events.js: add missing closing fold marker
2007-12-28 05:32 calmar
* content/: completion.js, events.js: PageLoad rather then
onPageLoad
2007-12-28 05:05 calmar
* NEWS: autocmd's added to NEWS
2007-12-28 04:18 calmar
* content/: commands.js, completion.js, events.js, vimperator.js:
autocommands (:au[tocmd]... ; onPageLoad event for now only.
2007-12-26 13:25 dougkearns
* Makefile: bump version number
2007-12-21 03:57 stubenschrott
* Donators: updated donators
2007-12-20 16:19 stubenschrott
* content/: buffers.js, events.js, vimperator.js: new
vimperator.buffer.element function to quickly retrieve a single
element with XPath attributes
2007-12-18 16:05 stubenschrott
* content/: buffers.js, editor.js, events.js, hints.js, io.js,
mappings.js, modes.js, ui.js, vimperator.js, vimperator.xul: *
Initial code for "waiting" macros. Still buggy/incomplete, but
commiting, before merging other patches becomes even more
tedious. * Also a new attempt that pages don't have input focus
after load, probably buggy as well
2007-12-17 21:45 stubenschrott
* NEWS, TODO, content/buffers.js, content/events.js: lastInputField
is now available after switching tabs, new v.buffer.loaded
getter/setter
2007-12-17 12:29 stubenschrott
* content/mappings.js: count support for @, and removed old unused
hint mappings code
2007-12-16 23:22 calmar
* content/events.js: @ added to allowed playMarco arguments
2007-12-16 23:18 calmar
* content/: events.js, mappings.js: macro renamings
2007-12-16 06:01 calmar
* content/: events.js, mappings.js: @@ and some checks added to
macro/recording...
2007-12-16 02:32 calmar
* content/events.js: when a map got not found, refeed the so far
collected keys in v.input.buffer (and don't try to find maps
while doing so, preventing an eternal loop)
2007-12-16 01:45 calmar
* content/: events.js, mappings.js, modes.js: marco code, not fully
functional yet
2007-12-13 14:56 stubenschrott
* content/io.js: better fix for getcwd
2007-12-13 14:50 stubenschrott
* content/io.js: another attempt to fix getcwd on windows
2007-12-12 18:58 stubenschrott
* content/io.js: fixed getCurrentDirectory() to not call an
infinite loop, makes :cd etc. work on windows hopefully
2007-12-12 14:53 dougkearns
* content/commands.js: fix :pwd help and allow it to be called with
the :pw abbreviation
2007-12-12 07:00 stubenschrott
* NEWS, TODO, content/events.js, content/modes.js: fixed timeout
when changing from HINTS mode
2007-12-12 06:27 stubenschrott
* content/: buffers.js, mappings.js: advanced scrolling when focus
is at a wrong element/frame
2007-12-12 05:29 stubenschrott
* content/: buffers.js, help.js: removed accidental alert()
2007-12-12 05:23 stubenschrott
* content/: events.js, help.js: reset mode on begin document load,
this should fix the annoying -- INSERT -- problem
2007-12-12 02:39 stubenschrott
* content/mappings.js: quick fix for :help not working, CRASHES
firefox however when issuing :help when :help is already open. ->
need to look into that later
2007-12-11 14:54 stubenschrott
* Donators, content/options.js: added stal=0 reference to
guioptions help
2007-12-09 11:29 dougkearns
* content/: util.js: fix util.highlightURL to use the unnamed
anchor for link href values to prevent :pageinfo links from being
loaded in the MOW
2007-12-07 16:33 calmar
* content/commands.js: rhs has to be optional or "just to let
sleeping dogs lie"
2007-12-07 15:17 calmar
* content/commands.js: using a regex again, but still
easier/smarter than before, I think
2007-12-07 14:37 calmar
* content/commands.js: using split instead of a regex to get lhs,
rhs
2007-12-07 13:47 calmar
* content/mappings.js: no need to check futher -> break;
2007-12-07 05:22 calmar
* content/: commands.js, mappings.js: map multi-mode enhancement, i
= Insert+Textarea
2007-12-06 04:16 dougkearns
* content/buffers.js: use FF2 urlSecurityCheck so that :pageinfo
lists feeds properly
2007-12-06 00:47 stubenschrott
* Donators: updated donators
2007-12-06 00:24 calmar
* NEWS: imap added to the NEWS file
2007-12-05 15:50 calmar
* content/commands.js: :imap, :imapclear, :inoremap, :iunmap added
2007-12-04 16:08 calmar
* content/buffers.js: unnecessary line removed
2007-12-04 15:08 stubenschrott
* content/commands.js: small help fixes, thanks dpb!
2007-12-04 09:23 dougkearns
* content/: editor.js, events.js, mappings.js, ui.js: minor
formatting fixes
2007-12-04 09:21 dougkearns
* content/completion.js: rename completion#files "short" parameter
to "tail"
2007-12-04 09:19 dougkearns
* content/commands.js: remove trailing comma from :paginfo
instantiation
2007-12-04 07:57 dougkearns
* content/buffers.js: add support for navigating the rev document
relationship and for navigating document relationships on
frameset pages (thanks kidd)
2007-12-04 04:52 calmar
* content/: commands.js, events.js, hints.js, mappings.js: <leader>
toggles the escape-numbers mode in hints
2007-12-04 00:42 stubenschrott
* content/options.js: changed next/prevpatterns again
2007-12-04 00:07 stubenschrott
* AUTHORS: changed AUTHORS file slightly
2007-12-03 23:12 stubenschrott
* content/: bookmarks.js, commands.js, mappings.js: "A" adds the
bookmark in the unfiled bookmarks folder now
2007-12-03 08:13 dougkearns
* content/commands.js: fix typo in :help help string
2007-12-03 07:03 stubenschrott
* Donators, NEWS, content/mappings.js: new g0/g$ mappings
2007-12-02 12:12 dougkearns
* NEWS, vimperator.vim: update NEWS and vimperator.vim for new
'history' option
2007-12-02 10:07 dougkearns
* content/: commands.js, tabs.js: generate errors for Ex tab
commands in the command rather than in v.tabs
2007-12-02 09:59 dougkearns
* content/buffers.js: remove some unnecessary boolean 'error'
return values
2007-12-02 09:54 dougkearns
* content/bookmarks.js: whitespace fixes
2007-12-02 09:53 dougkearns
* content/: events.js, tabs.js: use gBrowser#mTabContainer in
preference to tabContainer
2007-12-02 01:13 stubenschrott
* content/bookmarks.js: fixed some bookmarks of appearing twice
2007-11-30 10:34 dougkearns
* content/options.js: simplify Option#hasName
2007-11-30 10:22 dougkearns
* content/: options.js, ui.js: add initial implementation of the
'history' option - no dynamic resizing yet
2007-11-30 10:10 dougkearns
* content/: bookmarks.js, buffers.js, commands.js: normalise catch
block parameter names
2007-11-29 14:10 dougkearns
* content/mappings.js: fix typo in v.mappings.hasMap
2007-11-29 13:44 dougkearns
* content/mappings.js: minor refactoring of incrementURL() and
<C-x>/<C-a> mappings
2007-11-29 13:39 dougkearns
* content/: commands.js, completion.js, io.js, mappings.js:
whitespace fixes
2007-11-29 12:27 dougkearns
* content/commands.js: assign an object literal to
v.Command.prototype rather than using individual function
assignments
2007-11-29 12:20 dougkearns
* content/: commands.js, events.js, mappings.js, modes.js: begin
cleaning up v.mappings and add a default iterator function to
v.modes
2007-11-27 14:58 stubenschrott
* content/bookmarks.js: also fix :bmark
2007-11-27 13:35 stubenschrott
* content/bookmarks.js: fixed bookmarks with: bookmarksRoot ->
placesRoot
2007-11-27 06:14 dougkearns
* content/options.js: don't set the hidden property of gui
components not in 'guioptions' - setting collapsed is sufficient
2007-11-27 05:56 dougkearns
* content/test.js: remove mozunit.js
2007-11-26 14:39 stubenschrott
* content/: completion.js, options.js: slightly changed next/prev
patterns to allow things like "< Older", or "back <"
2007-11-24 14:37 dougkearns
* content/: events.js, hints.js, mappings.js: fix
v.hints.currentState and hintedElements properties being called
as functions
2007-11-23 03:05 stubenschrott
* AUTHORS, Donators, NEWS, content/mappings.js: changed ]n and ]p
to ]] and [[
2007-11-22 21:00 stubenschrott
* NEWS, TODO, install.rdf, content/io.js, content/mappings.js,
content/util.js: * merged ctrl-x/a commands * fixes for file:/
handling * fixed gu and gU
2007-11-22 16:13 dougkearns
* content/: commands.js, completion.js, vimperator.js: vimperator
is default namespace for scripts, :echo, :js and :time now, so if
(options["visualbell"]) ... works there
2007-11-22 16:10 dougkearns
* content/: commands.js, help.js, options.js: whitespace fixes
2007-11-22 13:33 dougkearns
* content/find.js: move the find error message to the end of the
event queue so it's not cleared prematurely
2007-11-22 13:08 dougkearns
* content/: commands.js, help.js, mappings.js, options.js:
whitespace fixes
2007-11-22 13:02 dougkearns
* content/util.js: use regexps as args to replace in escapeHTML()
as they appear to be about 10% faster
2007-11-22 13:01 dougkearns
* content/: buffers.js, commands.js: merge improvements to
:pageinfo
2007-11-22 12:50 dougkearns
* content/: commands.js, hints.js: specify the radix arg to
parseInt
2007-11-22 12:46 dougkearns
* content/: bookmarks.js, commands.js, events.js, mappings.js,
options.js, ui.js, vimperator.js: use RegExp#test in preference
to String#match
2007-11-22 12:30 dougkearns
* NEWS, content/bookmarks.js, content/buffers.js,
content/commands.js, content/completion.js, content/events.js,
content/find.js, content/help.js, content/hints.js,
content/io.js, content/mappings.js, content/options.js,
content/tabs.js, content/ui.js, content/util.js,
content/vimperator.js: use the singleton construction idiom for
all top level modules and convert all identifiers to camel case
2007-11-22 06:38 dougkearns
* content/: buffers.js, commands.js, completion.js: use the
singular form for completion methods
2007-11-22 06:32 dougkearns
* content/: bookmarks.js, commands.js, events.js, io.js, modes.js,
util.js: whitespace fixes
2007-11-22 06:31 dougkearns
* content/find.js: fix the self reference in
v.search.searchSubmitted
2007-11-22 03:41 dougkearns
* content/vimperator.xul: use JavaScript 1.8
2007-11-21 10:12 calmar
* content/: commands.js, completion.js, mappings.js: :cmap + 'nore'
support; update on :dialog
2007-11-20 14:04 stubenschrott
* content/bookmarks.js: moved updating of statusline from toggle->
add/remove
2007-11-20 13:57 stubenschrott
* content/: bookmarks.js, commands.js: Fixed :cd not changing to
home dir
2007-11-20 03:24 stubenschrott
* content/: bookmarks.js, buffers.js, ui.js: an experimental hearts
symbol in the statusline for bookmarked pages. Needs a unicode
font, so might be problematic
2007-11-20 02:12 stubenschrott
* content/io.js: error message for non-existing :cd dir
2007-11-20 01:40 stubenschrott
* NEWS, content/commands.js, content/completion.js, content/io.js,
content/mappings.js, content/util.js: many bug fixes, :cd and
:pwd commands, ~ mapping
2007-11-19 23:46 stubenschrott
* content/: buffers.js, commands.js, completion.js, io.js: *
io.getFile() works for relative filenames now * completion
functions must return the start point now from which position of
the "filter" string they return the results
2007-11-19 19:42 stubenschrott
* content/options.js: changed default next/prev patterns slightly
2007-11-19 08:27 dougkearns
* content/options.js: improve documentation for 'nextpattern' and
'previouspattern'
2007-11-19 08:13 dougkearns
* content/: buffers.js, commands.js, completion.js, editor.js,
events.js, find.js, hints.js, io.js, modes.js, util.js,
vimperator.js: normalize foldmarkers
2007-11-19 07:44 dougkearns
* content/: buffers.js, commands.js, completion.js: normalize the
completion module's method names
2007-11-19 04:52 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
editor.js, events.js, find.js, help.js, hints.js, io.js,
mappings.js, modes.js, options.js, tabs.js, ui.js, util.js,
vimperator.js: use camel case for all indentifiers
2007-11-19 00:48 dougkearns
* content/: buffers.js, mappings.js: follow next/previous document
relationships specified with link elements (Raimon Grau Cuscó)
2007-11-18 18:48 calmar
* NEWS: :dialog command added
2007-11-18 15:09 calmar
* content/: commands.js, completion.js: :about command added
2007-11-18 11:43 dougkearns
* content/: commands.js, events.js, mappings.js, options.js,
vimperator.js: use the singleton construction idiom to create
v.commands, v.events, v.mappings and v.options
2007-11-18 05:14 stubenschrott
* content/mappings.js: added -title=... to a mapping
2007-11-18 01:51 stubenschrott
* NEWS, content/bookmarks.js, content/commands.js,
content/mappings.js: new a and A mappings
2007-11-17 15:59 stubenschrott
* TODO: some new ideas in the TODO
2007-11-17 15:22 stubenschrott
* AUTHORS: changed AUTHORS back to utf-8, even if mozdev does not
work correctly with it. Also moved Viktor to inactive developers
for now.
2007-11-17 13:48 dougkearns
* content/: hints.js, vimperator.js: use the singleton construction
idiom to create vimperator.hints
2007-11-17 13:42 dougkearns
* content/hints.js: remove redundant return statement
2007-11-17 12:10 calmar
* content/completion.js: regexp catches also commands with \!
2007-11-16 16:00 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, editor.js,
help.js, hints.js, mappings.js, options.js, vimperator.js:
declare some loop counters in followDocumentRelation and
whitespace fixes
2007-11-16 14:53 dougkearns
* content/: completion.js, util.js, vimperator.js: remove
unnecessary parentheses from typeof args
2007-11-16 14:22 dougkearns
* content/util.js: use regexps as args to replace in escapeHTML()
as they appear to be about 10% faster
2007-11-16 13:57 dougkearns
* content/buffers.js: remove the "a" prefix from the parameters of
isValidFeed()
2007-11-16 13:48 dougkearns
* content/: bookmarks.js, commands.js, events.js, mappings.js,
options.js, tabs.js, ui.js, util.js, vimperator.js: use
RegExp#test in preference to String#match
2007-11-16 13:06 dougkearns
* vimperator.vim: add KeySym highlighting to RC file highlighter
2007-11-16 13:02 dougkearns
* vimperator.vim: add KeySym highlighting to RC file highlighter
2007-11-16 12:38 dougkearns
* content/commands.js: fix short version names for :abclear,
:iabclear and :cabclear
2007-11-16 06:27 dougkearns
* AUTHORS: update AUTHORS
2007-11-15 04:34 dougkearns
* AUTHORS: fix kidd's name in AUTHORS
2007-11-15 04:05 dougkearns
* content/buffers.js: use ignorecase when matching the
'nextpattern' and 'previouspattern' regexps
2007-11-15 03:43 dougkearns
* AUTHORS, NEWS, content/buffers.js, content/mappings.js,
content/options.js: add ]n and ]p mappings for navigating
document relationships defined by the 'nextpattern' and
'previouspattern' options - thanks kidd
2007-11-14 15:16 dougkearns
* TODO: update TODO
2007-11-13 23:43 stubenschrott
* content/: commands.js, completion.js, vimperator.js: vimperator
is default namespace for scripts, :echo, :js and :time now, so if
(options["visualbell"]) ... works there
2007-11-13 22:31 stubenschrott
* content/: buffers.js, hints.js, vimperator.js: made followLink()
a function in vimperator.buffer. so also other modules can use it
2007-11-13 13:54 mac
* content/buffers.js: Check for a 'bogus' date (Firefox return the
year 1970)
2007-11-13 07:00 dougkearns
* content/util.js: merge improvements in :echo object
2007-11-13 06:58 dougkearns
* content/: buffers.js, util.js: merge :paginfo output refinements
2007-11-13 06:45 dougkearns
* content/options.js: allow :set wildoptions=
2007-11-12 19:19 stubenschrott
* content/buffers.js: tweaked pageinfo output slightly
2007-11-12 13:29 dougkearns
* content/: buffers.js, commands.js, help.js, mappings.js, tabs.js,
ui.js, vimperator.js: use the singleton construction idiom to
create vimperator.tabs
2007-11-12 13:05 stubenschrott
* content/: buffers.js, util.js: better byte formating
2007-11-12 12:51 stubenschrott
* content/options.js: allow :set wildoptions=
2007-11-11 18:09 stubenschrott
* content/buffers.js: shorter date for ctrl-g
2007-11-11 11:03 dougkearns
* content/find.js: finish changing linksearch to work with \[lL]
rather than \[uU] modifiers
2007-11-11 04:27 dougkearns
* content/editor.js: rename the char parameter to ch for
v.editor.findCharForward and v.editor.FindCharBackward as "char"
is a reserved word
2007-11-11 04:21 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
events.js, find.js, help.js, hints.js, io.js, mappings.js,
options.js, tabs.js, test.js, ui.js, util.js, vimperator.js:
whitespace formatting fixes
2007-11-11 04:02 dougkearns
* content/commands.js: ignore mappings if :normal is called with
the !
2007-11-11 04:01 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
editor.js, events.js, find.js, help.js, hints.js, io.js,
mappings.js, options.js, tabs.js, ui.js, util.js, vimperator.js:
add more missing semicolons
2007-11-11 04:01 dougkearns
* content/commands.js: make it clear that the arg is optional for
:tabnext and :tabprevious
2007-11-11 03:18 dougkearns
* content/: bookmarks.js, buffers.js, completion.js, editor.js,
find.js, io.js, modes.js, ui.js, vimperator.js: use the
'singleton' construction idiom rather than classical constructors
for creating the bookmarks, history, commandline, search,
previewwindow, bufferwindow, statusline, buffer, editor, marks
and quickmarks objects
2007-11-11 03:00 dougkearns
* content/find.js: finish changing linksearch to work with \[lL]
rather than \[uU] modifiers
2007-11-10 16:14 dougkearns
* content/commands.js: ignore mappings if :normal is called with
the !
2007-11-10 16:06 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
editor.js, events.js, find.js, help.js, hints.js, io.js,
mappings.js, modes.js, options.js, tabs.js, ui.js, util.js,
vimperator.js: whitespace formatting fixes
2007-11-10 13:02 dougkearns
* content/commands.js: make it clear that the arg is optional for
:tabnext and :tabprevious
2007-11-09 15:09 stubenschrott
* content/hints.js: * initial frame support for hints, slightly
buggy * numbers can now be escaped with \ to be treated as text
(thanks calmar)
2007-11-09 13:58 dougkearns
* content/: commands.js, events.js: merge improved :noremap
2007-11-09 13:53 dougkearns
* content/commands.js: remove the warning in :noremap's help
regarding its general bodginess
2007-11-09 12:56 dougkearns
* content/buffers.js: don't attempt to add the frame indicator if
v.buffer.shiftFrameFocus is called on a non-HTML document
2007-11-09 12:48 dougkearns
* content/buffers.js: use the innerHeight property of window rather
than mPanelContainer's box object for calculating
v.buffer.pageHeight
2007-11-09 12:46 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
events.js, find.js, help.js, hints.js, io.js, mappings.js,
options.js, ui.js, util.js, vimperator.js: convert single quotes
to double quotes
2007-11-09 12:26 dougkearns
* content/options.js: return the boolean expression directly from
option validators since nothing is done in the conditionals
2007-11-09 12:23 dougkearns
* content/options.js: add a validator for the 'activate' option
2007-11-09 12:21 dougkearns
* content/commands.js: simplify the implementation of :qmark
2007-11-09 12:17 dougkearns
* content/: commands.js, options.js: allow ^= to be used for
prepending values to string options and for multiplying number
options
2007-11-09 07:06 dougkearns
* vimperator.vim, vimperatorrc.example: update vimperator.vim and
vimperatorrc.example
2007-11-09 06:31 dougkearns
* mozunit.js: remove mozunit.js
2007-11-09 06:30 dougkearns
* content/: hints.js, options.js, ui.js, vimperator.js: declare
some accidentally global vars
2007-11-09 06:15 dougkearns
* content/: commands.js, mappings.js, vimperator.js: fix some help
typos
2007-11-09 01:43 stubenschrott
* content/hints.js: removed useless 3rd paramter from setTimeout
2007-11-09 01:41 stubenschrott
* content/hints.js: slight hint display improvment on illegal hint
number
2007-11-09 01:24 stubenschrott
* content/hints.js: no beep on f18<esc> with 'hto' > 0
2007-11-09 01:19 stubenschrott
* content/: hints.js, options.js: added working hinttimeout option
2007-11-08 18:37 stubenschrott
* content/buffers.js: changed date in pageinfo to locale date
format
2007-11-07 13:00 dougkearns
* content/: commands.js, util.js, vimperator.js: move
String#toURLArray to v.util.stringToURLArray - think of the
kittens!
2007-11-07 12:53 dougkearns
* content/util.js: merge faster replace() based v.util.escapeHTML
2007-11-07 12:51 dougkearns
* content/events.js: also prevent websites from catching keyup keys
(fixes dict.leo.org)
2007-11-07 12:38 dougkearns
* content/bookmarks.js: move concatenation operator to end of
continued lines in v.marks.list
2007-11-07 12:33 dougkearns
* content/events.js: remove empty statement
2007-11-07 12:31 dougkearns
* content/: buffers.js, options.js, util.js: merge new support for
feeds in :pageinfo
2007-11-07 12:21 dougkearns
* content/bookmarks.js: remove redundant equality test for
engine_name in v.bookmarks.getSearchURL
2007-11-07 12:16 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-11-07 11:24 dougkearns
* content/: commands.js, events.js: add support for arbitrary {rhs}
key sequences and <Leader> to :noremap
2007-11-07 04:08 dougkearns
* content/commands.js: allow number options to be set with octal
and hex values
2007-11-06 17:00 stubenschrott
* content/help.css: added black foreground color to help
2007-11-06 13:10 dougkearns
* content/buffers.js: don't attempt to add the frame indicator if
v.buffer.shiftFrameFocus is called on a non-HTML document
2007-11-06 12:42 dougkearns
* content/buffers.js: use the innerHeight property of window rather
than mPanelContainer's box object for calculating
v.buffer.pageHeight
2007-11-06 12:22 dougkearns
* content/: bookmarks.js, buffers.js, commands.js, completion.js,
editor.js, events.js, find.js, help.js, hints.js, io.js,
mappings.js, options.js, ui.js, util.js, vimperator.js: convert
single quotes to double quotes
2007-11-06 11:21 dougkearns
* content/options.js: return the boolean expression directly from
option validators since nothing is done in the conditionals
2007-11-06 10:45 dougkearns
* content/options.js: add a validator for the 'activate' option
2007-11-06 10:24 dougkearns
* content/commands.js: simplify the implementation of :qmark
2007-11-06 09:59 dougkearns
* content/: commands.js, options.js: allow ^= to be used for
prepending values to string options and for multiplying number
options
2007-11-05 23:51 stubenschrott
* content/hints.js: fixed ;y and ;Y hints
2007-11-05 23:48 stubenschrott
* Donators, content/buffers.js, content/commands.js,
content/mappings.js, content/options.js, content/util.js: added
feeds info to :pageinfo
2007-11-04 13:55 stubenschrott
* content/hints.js: small hint tweak, thanks calmar
2007-11-04 07:32 dougkearns
* vimperatorrc.example: update the example RC file's sample echo
command as it now requires a quoted string arg
2007-11-04 06:53 dougkearns
* vimperator.vim: update vimperator.vim
2007-11-03 19:12 stubenschrott
* content/hints.js: fixed display of active hint
2007-11-03 09:55 dougkearns
* mozunit.js: remove mozunit.js
2007-11-03 09:51 dougkearns
* content/: hints.js, options.js, ui.js, vimperator.js: declare
some accidentally global vars
2007-11-02 23:19 stubenschrott
* content/: hints.js, vimperator.xul: removed a log message
2007-11-02 22:57 stubenschrott
* content/options.js: now really remove that option
2007-11-02 15:17 stubenschrott
* NEWS: removed maxhints option
2007-11-02 15:15 stubenschrott
* content/hints.js: fixed combination of tab + numbers in hints
2007-11-02 14:58 stubenschrott
* content/editor.js: updated abbreviations
2007-11-02 11:05 dougkearns
* content/: commands.js, mappings.js, options.js: fix some help
typos
2007-11-02 09:34 dougkearns
* content/vimperator.js: update comment
2007-11-02 09:30 dougkearns
* content/: commands.js, util.js, vimperator.js: move
String#toURLArray to v.util.stringToURLArray - think of the
kittens!
2007-11-02 09:11 dougkearns
* content/util.js: specify the "g" flag to all replace calls in
escapeHTML
2007-11-02 02:07 stubenschrott
* content/events.js: also prevent websites from catching keyup keys
(fixes dict.leo.org)
2007-11-02 01:57 stubenschrott
* content/: commands.js, editor.js, vimperator.js: saving
abbreviations with :mkvimperatorrc works; also added :source!
~/.vimperatorrc.local to :mkv
2007-11-01 21:30 stubenschrott
* AUTHORS, NEWS, content/commands.js, content/editor.js,
content/events.js, content/mappings.js, content/ui.js:
abbreviations for textboxes (thanks calmar)
2007-11-01 14:31 stubenschrott
* content/: buffers.js, hints.js, modes.js: speeded up hints
display on large sites by factor 2
2007-11-01 10:56 dougkearns
* content/: buffers.js, commands.js, completion.js, events.js,
find.js, help.js, hints.js, io.js, mappings.js, options.js,
tabs.js, ui.js, util.js, vimperator.js: merge those pesky missing
semicolons
2007-11-01 02:18 dougkearns
* content/bookmarks.js: remove redundant boolean equality test in
v.bookmarks.add
2007-10-31 17:31 stubenschrott
* ChangeLog, NEWS, content/hints.js, content/options.js: initial
number support for hints, unpolished however
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