mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 11:52:28 +01:00
2228 lines
64 KiB
Plaintext
2228 lines
64 KiB
Plaintext
2007-09-03 14:48 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: remove CVS from version
|
|
string for release
|
|
|
|
2007-09-03 12:46 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: add usage and long help
|
|
for / and ? mappings
|
|
|
|
2007-09-03 10:18 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: remove extra blank lines from
|
|
help page
|
|
|
|
2007-09-03 05:26 dougkearns
|
|
|
|
* chrome/content/vimperator/options.js: whitespace formatting
|
|
improvements
|
|
|
|
2007-09-03 05:12 dougkearns
|
|
|
|
* NEWS, vimperator.vim, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/find.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/options.js,
|
|
chrome/content/vimperator/ui.js: merge native / and ? search
|
|
|
|
2007-09-01 15:57 dougkearns
|
|
|
|
* chrome/content/vimperator/buffers.js: use document.location.href
|
|
for buffer.URL rather than document.URL since the latter is
|
|
undefined for XUL documents
|
|
|
|
2007-09-01 11:49 dougkearns
|
|
|
|
* vimperatorrc.example: remove outdated :js examples
|
|
|
|
2007-09-01 11:39 dougkearns
|
|
|
|
* chrome/content/vimperator/: completion.js, help.js: add
|
|
initialization section to help
|
|
|
|
2007-08-31 06:54 dougkearns
|
|
|
|
* chrome/content/vimperator/events.js: comment out currently unused
|
|
DOMTitleChanged event handler
|
|
|
|
2007-08-31 06:53 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: don't indicate menu mode
|
|
when 'smd' is set
|
|
|
|
2007-08-29 15:55 dougkearns
|
|
|
|
* chrome/content/vimperator/events.js: use gContextMenu and the
|
|
menubar events for controlling menu mode
|
|
|
|
2007-08-29 13:20 dougkearns
|
|
|
|
* chrome/content/vimperator/events.js: don't enter menu mode when
|
|
tooltip popups are shown
|
|
|
|
2007-08-28 12:16 dougkearns
|
|
|
|
* NEWS: update NEWS
|
|
|
|
2007-08-28 12:14 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: minor help highlighting
|
|
improvments
|
|
|
|
2007-08-28 09:55 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.xul: allow text in the
|
|
status line URL field to be selected
|
|
|
|
2007-08-27 17:35 dougkearns
|
|
|
|
* chrome/content/vimperator/events.js: fix typo in
|
|
removeEventListener call
|
|
|
|
2007-08-27 14:26 dougkearns
|
|
|
|
* chrome/content/vimperator/: events.js, vimperator.js: add menu
|
|
mode
|
|
|
|
2007-08-27 14:19 dougkearns
|
|
|
|
* Makefile: update Makefile version to 0.5.1
|
|
|
|
2007-08-27 12:08 dougkearns
|
|
|
|
* Makefile: GNU make 3.80 can't parse "else ifeq"
|
|
|
|
2007-08-27 11:44 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: use the coerced boolean
|
|
value of args rather than testing for 0 string length when
|
|
determining if an arg was passed to an ex command
|
|
|
|
2007-08-27 07:07 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: if no argument is given to
|
|
:winopen open about:blank in the new window
|
|
|
|
2007-08-26 15:12 dougkearns
|
|
|
|
* chrome/content/vimperator/completion.js: complete ':set inv' with
|
|
boolean options
|
|
|
|
2007-08-26 14:27 dougkearns
|
|
|
|
* NEWS, chrome/content/vimperator/ui.js: fix commandline history on
|
|
Windows - prevent the default cmd_charPrevious action from being
|
|
invoked for <Up
|
|
|
|
2007-08-26 12:05 dougkearns
|
|
|
|
* NEWS: update NEWS
|
|
|
|
2007-08-26 11:57 dougkearns
|
|
|
|
* chrome/content/vimperator/completion.js: add filename completion
|
|
for Windows
|
|
|
|
2007-08-25 15:48 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: read the Bookmarks
|
|
Toolbar Folder when loading bookmarks - it has previously been
|
|
skipped since BookmarksUtils.getAllChildren(root) doesn't read it
|
|
|
|
2007-08-24 16:37 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: make sure search engine
|
|
aliases are properly initialized
|
|
|
|
2007-08-24 11:13 dougkearns
|
|
|
|
* chrome/content/vimperator/ui.js: remove unnecessary temp variable
|
|
|
|
2007-08-24 11:10 dougkearns
|
|
|
|
* chrome/content/vimperator/: default.css, vimperator.xul: make
|
|
sure the active listcell in the second column of the preview
|
|
window uses HighlightText as the CSS color value and move the
|
|
#vimperator-multiline-output styles to default.css
|
|
|
|
2007-08-23 14:07 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: allow ~/_vimperatorrc as
|
|
the RC file and ~/vimperator/plugin as the plugin directory on
|
|
Windows
|
|
|
|
2007-08-23 13:38 dougkearns
|
|
|
|
* Makefile: use 0.5 for the version strings
|
|
|
|
2007-08-21 21:54 dougkearns
|
|
|
|
* Makefile, NEWS, TODO, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/buffers.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/events.js,
|
|
chrome/content/vimperator/file.js,
|
|
chrome/content/vimperator/find.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/options.js,
|
|
chrome/content/vimperator/tabs.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js: merge HEAD
|
|
|
|
2007-08-16 16:54 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, ui.js: fixed :map x
|
|
:<cr> problem
|
|
|
|
2007-08-16 16:18 stubenschrott
|
|
|
|
* ChangeLog, NEWS: last commit before 0.5 is tagged
|
|
|
|
2007-08-16 16:01 dougkearns
|
|
|
|
* chrome/content/vimperator/events.js: reset
|
|
vimperator.input.buffer before executing mappings that may add
|
|
more key events to the event buffer
|
|
|
|
2007-08-16 15:56 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: revert changes to :map arg
|
|
parsing regexp in 1.190
|
|
|
|
2007-08-16 15:51 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: fix help typo
|
|
|
|
2007-08-16 15:49 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: make sure URLs processed
|
|
as a result of "gu" don't have //../ (the double forward slash)
|
|
at the end
|
|
|
|
2007-08-16 14:19 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, vimperator.js:
|
|
Fixed :map partly, still cannot cope with :map commans, where lhs
|
|
is a 2-char string
|
|
|
|
2007-08-16 12:25 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: fix some
|
|
trivial capitalization errors in help
|
|
|
|
2007-08-16 11:21 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: replace '<' and '>' with
|
|
HTML entities in help for n and N mappings
|
|
|
|
2007-08-16 11:14 dougkearns
|
|
|
|
* chrome/content/vimperator/: buffers.js, commands.js, help.js,
|
|
hints.js: move the global evaluateXPath() function to
|
|
vimperator.buffer
|
|
|
|
2007-08-16 10:58 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js, events.js,
|
|
hints.js, mappings.js, options.js: fix some help typos
|
|
|
|
2007-08-16 09:31 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, default.css, help.js,
|
|
mappings.js, options.js: many small help fixes
|
|
|
|
2007-08-15 18:49 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove half-baked guard
|
|
clauses for unimplemented bookmark commands
|
|
|
|
2007-08-15 18:27 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/bookmarks.js: added colors
|
|
to :ls
|
|
|
|
2007-08-15 17:47 stubenschrott
|
|
|
|
* chrome/content/vimperator/ui.js: fixed focusing the MOW
|
|
|
|
2007-08-15 17:45 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.xul: overflow: hidden for
|
|
the MOW
|
|
|
|
2007-08-15 17:31 stubenschrott
|
|
|
|
* chrome/content/vimperator/buffers.js: added colors to :ls
|
|
|
|
2007-08-15 17:21 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: use
|
|
vimperator.events.feedkeys() for :map
|
|
|
|
2007-08-15 16:45 dougkearns
|
|
|
|
* chrome/content/vimperator/: buffers.js, commands.js, mappings.js,
|
|
tabs.js: use the multiline output window for :buffers and move
|
|
the existing persistent window functionality to :buffers!
|
|
|
|
2007-08-15 15:32 dougkearns
|
|
|
|
* NEWS, chrome/content/vimperator/commands.js: update NEWS to
|
|
mention the renaming of bookmark related commands and fix some
|
|
trivial help typos
|
|
|
|
2007-08-15 13:24 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: rename
|
|
:bm, :bmadd, :bmdel to :bmarks, :bmark, :delbmarks respectively
|
|
and use the multiline output window for :bmarks and :history
|
|
|
|
2007-08-15 00:08 stubenschrott
|
|
|
|
* chrome/content/vimperator/: buffers.js, mappings.js:
|
|
australian/british english -> american english in comments added
|
|
more help
|
|
|
|
2007-08-14 16:16 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: use TH to markup the
|
|
table headers in :marks/:qmarks output
|
|
|
|
2007-08-14 15:32 dougkearns
|
|
|
|
* chrome/content/vimperator/: buffers.js, events.js, mappings.js,
|
|
options.js: break up buffer.scrollAbsolute and
|
|
buffer.scrollRelative into smaller, more specific, methods
|
|
|
|
2007-08-14 15:24 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, default.css, events.js, file.js, find.js, ui.js,
|
|
vimperator.js: some trivial formatting fixes
|
|
|
|
2007-08-14 15:23 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: don't echo an error
|
|
message if no plugin directory is found
|
|
|
|
2007-08-13 18:12 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.xul: hopefully made the MOW
|
|
hack better, so that it doesn't show during startup fixed
|
|
wildoptions=sort
|
|
|
|
2007-08-13 09:29 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: fix plugin directory
|
|
sourcing so it works on Windows - don't attempt to open the
|
|
directory as an input stream
|
|
|
|
2007-08-12 16:39 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: expand
|
|
environment variables in the filename argument to :source
|
|
|
|
2007-08-12 13:20 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: don't echo text after
|
|
copying it to the clipboard with "Y"
|
|
|
|
2007-08-12 10:30 dougkearns
|
|
|
|
* chrome/content/vimperator/buffers.js: display an informational
|
|
message when the text zoom value is changed
|
|
|
|
2007-08-12 06:48 dougkearns
|
|
|
|
* NEWS, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/ui.js: add initial implementation of
|
|
:normal command
|
|
|
|
2007-08-12 00:03 stubenschrott
|
|
|
|
* NEWS, chrome/content/vimperator/events.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: 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 20:05 stubenschrott
|
|
|
|
* chrome/content/vimperator/: events.js, ui.js: fixed/renamed
|
|
vimperator.events.toString(event); v.e.is{Accept,Cancel}Key(key)
|
|
helper functions
|
|
|
|
2007-08-11 19:20 stubenschrott
|
|
|
|
* chrome/content/vimperator/: events.js, vimperator.xul: added
|
|
<space>-support for feedkeys() moved
|
|
KeyboardEvent.prototype.toString() ->
|
|
vimperator.events.eventToString()
|
|
|
|
2007-08-11 17:08 stubenschrott
|
|
|
|
* ChangeLog, NEWS: changelog->NEWS, ChangeLog autogenerated now
|
|
|
|
2007-08-11 16:26 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: only allow :source to
|
|
accept a single filename
|
|
|
|
2007-08-11 14:49 dougkearns
|
|
|
|
* chrome/content/vimperator/buffers.js: change the bounds checking
|
|
in scrollAbsolute() to allow for the fact scrollY can be larger
|
|
than scrollMaxY
|
|
|
|
2007-08-11 13:18 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: allow multiple ranges to
|
|
be specified to :delmarks - missing global regexp flag
|
|
|
|
2007-08-11 13:07 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: add
|
|
support for the special version of :delqmarks!
|
|
|
|
2007-08-11 12:46 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, completion.js,
|
|
events.js, find.js, hints.js, ui.js: change remaining uses of the
|
|
Array() constructor in array initializations to literals
|
|
|
|
2007-08-11 11:53 dougkearns
|
|
|
|
* chrome/content/vimperator/buffers.js: beep when frame motion
|
|
bounds are exceeded
|
|
|
|
2007-08-11 09:28 dougkearns
|
|
|
|
* ChangeLog, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/mappings.js: rename :qmarkadd :qmark
|
|
and :qmarkdel :delqmarks, sort :qmarks list output and limit
|
|
buffer marks to [a-zA-Z]
|
|
|
|
2007-08-10 18:30 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/events.js: "enter" is an
|
|
alias for "return" or "cr"
|
|
|
|
2007-08-10 17:52 stubenschrott
|
|
|
|
* chrome/content/vimperator/events.js: some whitespace formatting
|
|
|
|
2007-08-10 17:48 stubenschrott
|
|
|
|
* chrome/content/vimperator/: events.js, hints.js: feedkeys()
|
|
support!! Some bugs may remain, please test thorougly escaping
|
|
the < char not yet done, as the semantics is not clear yet
|
|
|
|
2007-08-10 12:57 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: allow the Ctrl-U/Ctrl-D
|
|
scroll count to be >= 1
|
|
|
|
2007-08-10 11:58 dougkearns
|
|
|
|
* chrome/content/vimperator/hints.js: declare loop counter in
|
|
yankUrlHints() and yankTextHints() and reverse rev 1.27
|
|
|
|
2007-08-10 11:14 dougkearns
|
|
|
|
* chrome/content/vimperator/hints.js: move win.res guard clause
|
|
after initialisation of win in loadCoord()
|
|
|
|
2007-08-10 02:36 stubenschrott
|
|
|
|
* chrome/content/vimperator/ui.js: fixed first use of
|
|
setMultiline() with an ugly (but working) hack
|
|
|
|
2007-08-10 01:38 stubenschrott
|
|
|
|
* chrome/content/vimperator/hints.js: attempt to fix problems with
|
|
hints on not finished page load, should fix messages to the error
|
|
console
|
|
|
|
2007-08-09 22:41 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/options.js: - Fixed gn command - added
|
|
gH to activate option
|
|
|
|
2007-08-09 15:32 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: use
|
|
vimperator.buffer.location rather than replaced
|
|
getCurrentLocation() for "y" mapping
|
|
|
|
2007-08-09 14:42 dougkearns
|
|
|
|
* chrome/content/vimperator/contents.rdf: whitespace formatting fix
|
|
|
|
2007-08-09 14:25 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: don't output status
|
|
messages when history bounds are exceeded - just beep
|
|
|
|
2007-08-09 12:26 dougkearns
|
|
|
|
* chrome/content/vimperator/hints.js: don't add a trailing '\n'
|
|
when yanking a single line of text in extended hints mode
|
|
|
|
2007-08-09 12:15 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, hints.js: remove the
|
|
word "version" from the :version output string
|
|
|
|
2007-08-09 04:29 dougkearns
|
|
|
|
* vimperator.vim: reorder vimperatorCommand highlight group so that
|
|
:map is highlighted
|
|
|
|
2007-08-08 16:47 dougkearns
|
|
|
|
* chrome/content/vimperator/: buffers.js, commands.js,
|
|
completion.js, ui.js, vimperator.js: move global completion
|
|
functions into a vimperator.completion module
|
|
|
|
2007-08-08 10:19 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: move global
|
|
isDirectory() to Commands()
|
|
|
|
2007-08-08 05:46 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, mappings.js:
|
|
change {count} to [count] in the usage strings since specifying a
|
|
count is always optional
|
|
|
|
2007-08-08 05:27 dougkearns
|
|
|
|
* ChangeLog, chrome/content/vimperator/buffers.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/options.js: add C-u/C-d mappings and
|
|
the associated 'scroll' option
|
|
|
|
2007-08-07 14:19 dougkearns
|
|
|
|
* chrome/content/vimperator/: buffers.js, commands.js, events.js,
|
|
mappings.js, tabs.js, ui.js, vimperator.js, vimperator.xul:
|
|
initial buffer implementation
|
|
|
|
2007-08-07 12:57 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: fix typo -
|
|
using quickmark value from 'activate' rather than tabopen for
|
|
:tabopen
|
|
|
|
2007-08-07 12:14 dougkearns
|
|
|
|
* chrome/content/vimperator/: options.js, vimperator.js: move
|
|
remaining preference setting from vimperator.startup to Options()
|
|
|
|
2007-08-06 13:45 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, options.js, ui.js,
|
|
vimperator.js: reverse last commit
|
|
|
|
2007-08-06 12:52 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, options.js, ui.js,
|
|
vimperator.js: move Option constructor to Options, move
|
|
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot
|
|
in vimperator.options and move all option initialisation to
|
|
Options()
|
|
|
|
2007-08-06 11:04 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: don't emit an error
|
|
message when ~/.vimperatorrc doesn't exist
|
|
|
|
2007-08-05 14:12 dougkearns
|
|
|
|
* chrome/content/vimperator/: options.js, vimperator.js: use an
|
|
unordered list rather than a table in the 'activate' help
|
|
|
|
2007-08-05 06:43 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, hints.js, mappings.js,
|
|
vimperator.js: move the global copyToClipboard() to a slot in
|
|
vimperator
|
|
|
|
2007-08-05 06:29 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, events.js, ui.js: move
|
|
the global isFormElemFocused() to Events
|
|
|
|
2007-08-04 13:38 dougkearns
|
|
|
|
* chrome/content/vimperator/: ui.js, vimperator.xul: add
|
|
onMultilineOutputEvent for handling more-prompt keypress events
|
|
|
|
2007-08-04 12:40 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, file.js,
|
|
vimperator.js: move global fopen() to a slot in vimperator
|
|
|
|
2007-08-04 12:35 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js, options.js:
|
|
remove debug toString() methods now we have vimperator.logObject
|
|
|
|
2007-08-04 12:33 dougkearns
|
|
|
|
* chrome/content/vimperator/ui.js: remove more unnecessary
|
|
toString() calls
|
|
|
|
2007-08-04 12:18 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: remove unnecessary
|
|
toString() call
|
|
|
|
2007-08-04 03:22 dougkearns
|
|
|
|
* chrome/content/vimperator/: find.js, hints.js: replace references
|
|
to deprecated window._content with window.content
|
|
|
|
2007-08-03 02:45 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, events.js, hints.js,
|
|
mappings.js, vimperator.js: - code cleanup by removing old
|
|
commented code - merged zoom_in/to into vimperator.zoom()
|
|
|
|
2007-08-02 15:43 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, ui.js,
|
|
vimperator.js: merge vimperator.execute and the execute_command()
|
|
global function
|
|
|
|
2007-08-02 05:10 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: move the
|
|
execute() global function to a slot of vimperator
|
|
|
|
2007-08-01 12:29 stubenschrott
|
|
|
|
* chrome/content/vimperator/default.css: changed listitem selection
|
|
color to be the normal selection color of the system theme
|
|
|
|
2007-08-01 04:13 stubenschrott
|
|
|
|
* chrome/content/vimperator/default.css: finally found the CSS code
|
|
to make the selection of listboxes better readable Putting it in
|
|
default.css instead of my own userChrome.css, because also others
|
|
have mentioned the hard readability.
|
|
|
|
2007-08-01 02:51 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/default.css,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js: couldn't resist, had to
|
|
add support for auto-sourcing ~/.vimperator/plugin/ before we
|
|
release 0.5
|
|
|
|
2007-08-01 01:17 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/options.js,
|
|
chrome/content/vimperator/vimperator.js: winopen support
|
|
|
|
2007-07-31 23:44 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
vimperator.js: changed vimperator.open() to accept postdata,
|
|
makes the design a little uncleaner, but supports _all_ firefox
|
|
search engines now.
|
|
|
|
2007-07-31 16:15 dougkearns
|
|
|
|
* chrome/content/vimperator/: mappings.js, vimperator.xul: add
|
|
missing crop attribute to #vimperator-statusline-field-url label
|
|
use "end" value for crop attributes rather than the deprecated
|
|
"right"
|
|
|
|
2007-07-31 16:02 stubenschrott
|
|
|
|
* chrome/content/vimperator/commands.js: he is called linus
|
|
torvalds
|
|
|
|
2007-07-31 15:41 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js: Make sure, search engine
|
|
aliases are unique
|
|
|
|
2007-07-29 03:48 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: inputMultiline method
|
|
finished (some display bug may remain) :js <<EOF support is back,
|
|
better than ever (TM)
|
|
|
|
2007-07-27 18:49 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js, help.js,
|
|
hints.js, mappings.js, ui.js, vimperator.js: openURLs ->
|
|
vimperator.open(...) Support for adding bookmark groups to
|
|
QuickMarks
|
|
|
|
2007-07-27 10:24 stubenschrott
|
|
|
|
* chrome/content/vimperator/mappings.js: added <Nop> support
|
|
|
|
2007-07-27 00:01 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js: stringToURLs ->
|
|
String.prototype.toURLArray
|
|
|
|
2007-07-26 13:39 dougkearns
|
|
|
|
* Makefile: fix bug #17377 - Unable to build sources on Mac OS X
|
|
|
|
2007-07-25 15:55 dougkearns
|
|
|
|
* TODO, chrome/content/vimperator/mappings.js: fix infinite loop
|
|
when calling "gu" with a {count}
|
|
|
|
2007-07-25 14:09 dougkearns
|
|
|
|
* chrome/content/vimperator/default.css: make sure the first status
|
|
bar label is flush left
|
|
|
|
2007-07-25 13:33 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, find.js, help.js,
|
|
mappings.js, vimperator.js: intialize the vimperator global
|
|
constant with an object literal rather than via a constructor
|
|
function; move the init() and unload() global functions to
|
|
startup and shutdown slots of vimperator
|
|
|
|
2007-07-25 07:46 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix gH mapping so that it
|
|
opens in a new tab - a regression
|
|
|
|
2007-07-22 15:15 dougkearns
|
|
|
|
* vimperator.vim: add map, mapclear, noremap and unmap commands to
|
|
the vimperatorCommand highlight group
|
|
|
|
2007-07-22 14:59 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: initial mapping tables for
|
|
all modes at startup
|
|
|
|
2007-07-22 12:59 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: restore guard clause to
|
|
the head of getMap() to test for uninitialized stacks
|
|
|
|
2007-07-22 11:44 dougkearns
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: allow :noremap
|
|
name abbreviations
|
|
|
|
2007-07-22 11:36 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: add initial
|
|
(very rough) implementation of :noremap
|
|
|
|
2007-07-22 07:18 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: allow
|
|
{count}, and other flags, to be passed to e user mapping's action
|
|
|
|
2007-07-21 16:42 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: add initial
|
|
(very rough) implementations of :map, :mapclear and :unmap
|
|
|
|
2007-07-21 14:19 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: add missing :javascript[!]
|
|
variant to the command's usage synopsis
|
|
|
|
2007-07-21 14:12 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js: make sure [!]
|
|
is highlighted properly in the help page for all command usage
|
|
synopses
|
|
|
|
2007-07-21 09:25 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: fix typo in introductory help
|
|
text
|
|
|
|
2007-07-19 16:58 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, mappings.js: fix
|
|
trivial help text typos
|
|
|
|
2007-07-19 15:23 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: don't specify Command
|
|
usage strings when they match the default
|
|
|
|
2007-07-19 05:56 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: fix trivial help text
|
|
typos
|
|
|
|
2007-07-18 10:12 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix some comment typos
|
|
|
|
2007-07-17 14:55 dougkearns
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/default.css,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: replace readonly
|
|
textboxes in the commandline and statusbar with labels and
|
|
simplify the skin styling
|
|
|
|
2007-07-13 16:40 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: remove the trailing HR from
|
|
the help tables
|
|
|
|
2007-07-13 15:01 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: always
|
|
construct a default usage string for mappings and commands
|
|
|
|
2007-07-13 14:11 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, completion.js,
|
|
events.js, mappings.js, options.js, tabs.js, ui.js,
|
|
vimperator.js, vimperator.xul: move the Events and Tabs objects
|
|
to files of their own and add a license header to files without
|
|
one
|
|
|
|
2007-07-12 07:48 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: move initialisation of
|
|
vimperator.input to the constructor function
|
|
|
|
2007-07-11 17:10 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: remove unused local
|
|
variables in Vimperator()
|
|
|
|
2007-07-11 08:35 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: don't
|
|
update the alternate tab list on TabOpen events
|
|
|
|
2007-07-11 05:04 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: move the
|
|
global function focusNextFrame to a slot on vimperator -
|
|
vimperator.shiftFrameFocus
|
|
|
|
2007-07-10 15:02 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: add KeyEvent -> String
|
|
mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and
|
|
DOM_VK_F13-24
|
|
|
|
2007-07-10 13:39 dougkearns
|
|
|
|
* chrome/content/vimperator/options.js: make sure input fields
|
|
without an explicit 'type' attribute are matched by hinttags and
|
|
extendedhintags
|
|
|
|
2007-07-10 10:25 dougkearns
|
|
|
|
* chrome/content/vimperator/default.css: fix typo
|
|
|
|
2007-07-10 10:07 dougkearns
|
|
|
|
* chrome/content/vimperator/: mappings.js, ui.js: limit the size of
|
|
the multiline output window to the size of the browser panel
|
|
|
|
2007-07-09 23:55 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: changed shift-insert
|
|
patch
|
|
|
|
2007-07-09 23:12 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: :saveas works
|
|
now
|
|
|
|
2007-07-09 13:27 stubenschrott
|
|
|
|
* AUTHORS, chrome/content/vimperator/commands.js: reverted scroll
|
|
window.content patch for now (untested)
|
|
|
|
2007-07-09 06:47 dougkearns
|
|
|
|
* chrome/content/vimperator/: default.css, vimperator.xul: move all
|
|
XUL styling to default.css
|
|
|
|
2007-07-08 20:38 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: applied shift-insert
|
|
patch
|
|
|
|
2007-07-05 13:02 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js, options.js:
|
|
use 'web page' rather than 'webpage' in the help text
|
|
|
|
2007-07-05 06:52 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: inline
|
|
yankCurrentSelection(), yankCurrentLocation(), goUp()
|
|
|
|
2007-07-05 06:48 dougkearns
|
|
|
|
* chrome/content/vimperator/: mappings.js, vimperator.js: reformat
|
|
hints mode mapping definitions
|
|
|
|
2007-07-05 06:14 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, options.js,
|
|
vimperator.js: move the global function updateBufferList() to
|
|
vimperator.tabs until we have real buffers
|
|
|
|
2007-07-04 17:32 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: applied the hintchar
|
|
patch from calmar
|
|
|
|
2007-07-04 13:32 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: changed '|' to ', ' as
|
|
a url separator
|
|
|
|
2007-07-04 11:59 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: move the bmadd() and
|
|
bmdel() global functions into the corresponding command
|
|
definitions
|
|
|
|
2007-07-04 10:58 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: move
|
|
global function bmshow() to vimperator.bookmarks.list
|
|
|
|
2007-07-04 10:31 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: move tab() global function
|
|
into :tab command definition
|
|
|
|
2007-07-04 10:18 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: complete :tab with command
|
|
completions
|
|
|
|
2007-07-04 10:11 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, mappings.js,
|
|
vimperator.js, vimperator.xul: move global help() command to a
|
|
vimperator slot
|
|
|
|
2007-07-03 12:46 dougkearns
|
|
|
|
* chrome/content/vimperator/: mappings.js, vimperator.js: remove
|
|
g_hint_mappings - initialise hint mappings in vimperator.mappings
|
|
|
|
2007-07-03 11:37 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: change last references to
|
|
stepInHistory() to vimperator.history.stepTo
|
|
|
|
2007-07-03 09:04 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: Fixed some focus issues
|
|
First (non-working) readMultiline implementation
|
|
|
|
2007-07-03 06:49 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: update old references to
|
|
g_inputbuffer and g_count to vimperator.input.buffer and
|
|
vimperator.input.count respectively
|
|
|
|
2007-07-03 05:41 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: move
|
|
g_hint_mappings to mappings.js
|
|
|
|
2007-07-03 05:30 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, mappings.js,
|
|
options.js, vimperator.js: move buffer_switch and
|
|
toggleBufferList to the :buffer and :buffers ex-commands; make
|
|
the "u" normal mode command call vimperator.commands.undo rather
|
|
than execute_command() directly
|
|
|
|
2007-07-02 15:06 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: delete unused
|
|
getCurrentLinkLocation() - moved to wiki
|
|
|
|
2007-07-02 14:48 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: move the
|
|
hsshow(), stepInHistory(), historyGoToBeginning(), and
|
|
historyGoToStart() global functions to vimperator.history
|
|
|
|
2007-07-02 12:40 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js,
|
|
vimperator.js: move reload() and reload_all() global functions to
|
|
vimperator.tabs
|
|
|
|
2007-07-02 12:15 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: don't prefix false boolean
|
|
option values with whitespace when reporting the value
|
|
|
|
2007-07-02 11:59 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: move the global set()
|
|
command to the ex-command definition and return "name|noname' for
|
|
boolean option queries rather than "name=value"
|
|
|
|
2007-07-02 11:40 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove template
|
|
*_url_mark() functions now QuickMarks has been implemented
|
|
|
|
2007-07-02 11:34 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: move global restart()
|
|
command to a vimperator slot
|
|
|
|
2007-07-02 11:17 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js,
|
|
vimperator.js: move global quit() command to a vimperator slot
|
|
|
|
2007-07-02 10:29 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, hints.js, ui.js,
|
|
vimperator.js: move global beep() command to a vimperator slot
|
|
|
|
2007-07-02 09:43 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: move
|
|
global source() command to a vimperator slot
|
|
|
|
2007-07-02 07:55 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix typo in help for 'M'
|
|
mapping
|
|
|
|
2007-07-02 07:40 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: allow
|
|
:marks to take an argument and sort its output properly
|
|
|
|
2007-07-02 06:57 dougkearns
|
|
|
|
* ChangeLog, chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/vimperator.js: add new Ctrl-^ mapping
|
|
for selecting the alternate tab
|
|
|
|
2007-07-01 13:04 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: declare undeclared
|
|
variable url
|
|
|
|
2007-07-01 11:04 stubenschrott
|
|
|
|
* chrome/content/vimperator/: hints.js, ui.js: autosize multiline
|
|
widget
|
|
|
|
2007-06-30 13:14 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/mappings.js: changed gO to
|
|
gn
|
|
|
|
2007-06-30 10:37 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: allow multi-character
|
|
normal mode user mappings
|
|
|
|
2007-06-29 11:45 stubenschrott
|
|
|
|
* chrome/content/vimperator/bookmarks.js: fixed :qmarks output
|
|
|
|
2007-06-29 11:44 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
mappings.js, vimperator.js: added QuickMarks
|
|
|
|
2007-06-29 06:29 dougkearns
|
|
|
|
* chrome/content/vimperator/: hints.js, vimperator.js: rename the
|
|
hints constructor hit_a_hint() to Hints()
|
|
|
|
2007-06-29 04:30 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: declare undeclared variable
|
|
'element'
|
|
|
|
2007-06-28 02:16 dougkearns
|
|
|
|
* TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/vimperator.js: move the global variable
|
|
hah to vimperator.hints and fix bug #17254
|
|
|
|
2007-06-27 14:45 stubenschrott
|
|
|
|
* chrome/content/vimperator/bookmarks.js: small display fixes in
|
|
:marks
|
|
|
|
2007-06-27 14:35 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, ui.js: :marks support
|
|
|
|
2007-06-27 13:10 stubenschrott
|
|
|
|
* chrome/content/vimperator/: ui.js, vimperator.js, vimperator.xul:
|
|
initial commit of multiline echo()
|
|
|
|
2007-06-27 11:22 dougkearns
|
|
|
|
* chrome/content/vimperator/ui.js: declare loop counter in
|
|
InformationList#fill
|
|
|
|
2007-06-26 14:45 dougkearns
|
|
|
|
* chrome/content/vimperator/completion.js: remove unused var in
|
|
exTabCompletion()
|
|
|
|
2007-06-26 13:11 dougkearns
|
|
|
|
* chrome/content/vimperator/ui.js: rename StatusLine#setClass's
|
|
parameter to 'type' since 'class' is a reserved word
|
|
|
|
2007-06-26 12:50 dougkearns
|
|
|
|
* chrome/content/vimperator/find.js: comment out unused :nohlsearch
|
|
for now
|
|
|
|
2007-06-26 12:32 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: don't
|
|
bother returning a status value in Marks#jumpTo and remove
|
|
trailing comma in :mark help propery assignment
|
|
|
|
2007-06-26 12:19 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove trailing comma in
|
|
:delmarks help propery assignment
|
|
|
|
2007-06-26 05:07 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: remove FIXME comment
|
|
|
|
2007-06-26 04:44 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
vimperator.js: fix :mark and :delmarks (AKA return of the marks)
|
|
and add range support to :delmarks
|
|
|
|
2007-06-25 21:23 stubenschrott
|
|
|
|
* vimperator.vim: verbosity -> verbose
|
|
|
|
2007-06-25 15:57 dougkearns
|
|
|
|
* chrome/content/vimperator/options.js: remove unnecessarily
|
|
defined getters for the go, stal, titlestring options
|
|
|
|
2007-06-25 15:54 dougkearns
|
|
|
|
* vimperator.vim: add verbosity and vbs to options syntax group
|
|
|
|
2007-06-25 15:37 dougkearns
|
|
|
|
* chrome/content/vimperator/: completion.js, options.js: add basic
|
|
validators for the cpt, go, ssli, vbs, wim, and wop options
|
|
|
|
2007-06-25 12:53 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: make :set display an error
|
|
message and abort if an explicit value is specified for a boolean
|
|
option
|
|
|
|
2007-06-25 12:06 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: make error messages
|
|
generated by :set more Vim-like
|
|
|
|
2007-06-23 11:08 dougkearns
|
|
|
|
* vimperator.vim: link vimperatorTodo to the Todo highlight group
|
|
|
|
2007-06-22 11:00 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: move hrist's incomplete
|
|
tab numbering patch to the Wiki for now
|
|
|
|
2007-06-22 10:42 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, file.js, find.js, help.js, hints.js, mappings.js,
|
|
options.js, ui.js, vimperator.js: normalise fold markers
|
|
|
|
2007-06-21 16:13 dougkearns
|
|
|
|
* chrome/content/vimperator/completion.js: remove FIXME comment
|
|
|
|
2007-06-21 14:29 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: add fold markers
|
|
|
|
2007-06-21 11:45 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: improve the
|
|
frame motion command - add [f to the existing ]f and support
|
|
{count} for both
|
|
|
|
2007-06-20 14:07 stubenschrott
|
|
|
|
* chrome/content/vimperator/: ui.js, vimperator.js: keyToString ->
|
|
event.toString()
|
|
|
|
2007-06-19 23:01 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, find.js, hints.js,
|
|
options.js, ui.js, vimperator.js: moved log and logObject into
|
|
the vimperator object
|
|
|
|
2007-06-19 14:57 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove unused functions
|
|
outputAddonsList, selectInput, and toggle_image
|
|
|
|
2007-06-19 14:34 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: declare title temporary
|
|
variable
|
|
|
|
2007-06-19 13:42 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: remove unused prev_match
|
|
and heredoc global variables
|
|
|
|
2007-06-19 12:37 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js: make the
|
|
global function parseBookmarkString a static function of
|
|
Bookmarks
|
|
|
|
2007-06-19 06:27 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: add all commands by name
|
|
as properties of vimperator.commands
|
|
|
|
2007-06-19 06:22 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: output "not implemented
|
|
yet" messages for all unimplemented commands
|
|
|
|
2007-06-19 04:40 dougkearns
|
|
|
|
* vimperator.vim: update vimperator.vim with new commands
|
|
|
|
2007-06-19 04:18 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: make sure Command.names
|
|
includes unabbreviatable names
|
|
|
|
2007-06-18 14:34 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, vimperator.js:
|
|
rename vimperator.ver to vimperator.version
|
|
|
|
2007-06-18 07:59 dougkearns
|
|
|
|
* chrome/content/vimperator/options.js: don't include "no" prefixed
|
|
variants of boolean option names in the usage
|
|
|
|
2007-06-18 07:31 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: fix typo in :bdelete help
|
|
|
|
2007-06-18 06:28 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js: remove
|
|
COMMANDS, USAGE, SHORTHELP and HELP global constants
|
|
|
|
2007-06-18 05:37 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: improve
|
|
whitespace formatting of Command.toString
|
|
|
|
2007-06-17 11:56 dougkearns
|
|
|
|
* chrome/content/vimperator/help.js: fix typo in previous commit
|
|
|
|
2007-06-17 09:34 stubenschrott
|
|
|
|
* chrome/content/vimperator/help.js: made default value in help
|
|
monospace again
|
|
|
|
2007-06-16 11:36 dougkearns
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, help.js, hints.js, mappings.js, options.js, ui.js,
|
|
vimperator.js: initial Option/Options implementation - replacing
|
|
g_options
|
|
|
|
2007-06-15 11:08 dougkearns
|
|
|
|
* chrome/content/vimperator/completion.js: allow :set no<TAB> to be
|
|
completed with the "no"-prefix version of all boolean options
|
|
|
|
2007-06-15 10:37 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: reorder Command.names as
|
|
longname1, shortname1, longname2, shortname2
|
|
|
|
2007-06-14 04:11 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, options.js, ui.js,
|
|
vimperator.js: remove unnecessary parentheses from typeof
|
|
operands
|
|
|
|
2007-06-13 07:53 dougkearns
|
|
|
|
* chrome/content/vimperator/default.css: don't specify a font-size
|
|
for the help page
|
|
|
|
2007-06-13 07:17 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: remove some
|
|
unnecessary guard clauses
|
|
|
|
2007-06-13 07:14 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: prefer
|
|
comparison with the undefined literal rather than using typeof
|
|
and comparing against "undefined"
|
|
|
|
2007-06-12 10:48 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/find.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: - 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-12 06:21 vkojouharov
|
|
|
|
* chrome/content/vimperator/bookmarks.js: uppercase marks work once
|
|
again
|
|
|
|
2007-06-11 12:51 dougkearns
|
|
|
|
* chrome/content/vimperator/: completion.js, default.css, help.js:
|
|
use code.tag element's text content to anchor the help 'section'
|
|
location rather than code.id
|
|
|
|
2007-06-10 16:03 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove unused var
|
|
declaration in commandsIterator()
|
|
|
|
2007-06-10 11:16 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: translate ~ to HOME on
|
|
Windows for use with :source
|
|
|
|
2007-06-09 14:06 stubenschrott
|
|
|
|
* chrome/content/vimperator/: mappings.js, vimperator.js: Final
|
|
commit for the weekend: moved onKeyPress -> vimperator.events;
|
|
|
|
2007-06-09 13:39 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: 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-09 13:20 vkojouharov
|
|
|
|
* chrome/content/vimperator/bookmarks.js: The global marks
|
|
correctly jump to their stored position, once the page has been
|
|
loaded
|
|
|
|
2007-06-09 13:05 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: Finally made event
|
|
handling sane, creating an Events object will come soon. This
|
|
fixed many bugs like the reload/stop buttons being correctly
|
|
updated now, while getting rid of lots of old code.
|
|
|
|
2007-06-08 17:21 stubenschrott
|
|
|
|
* mozunit.js: added preliminary unit tests, not working yet,
|
|
because the vimperator object cannot be found in this context.
|
|
|
|
2007-06-08 15:33 dougkearns
|
|
|
|
* chrome/content/vimperator/: default.css, help.js: make sure the
|
|
help text is using a fixed-pitch font
|
|
|
|
2007-06-08 15:16 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, mappings.js: use ||
|
|
short-circuit initialization idiom when processing Command and
|
|
Map constructor args
|
|
|
|
2007-06-08 06:48 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: markup the ex-command
|
|
special flag '!' with code.command in help text
|
|
|
|
2007-06-08 00:46 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove old/disabled
|
|
:addons command
|
|
|
|
2007-06-08 00:06 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: small fixes to the input
|
|
handling
|
|
|
|
2007-06-07 23:33 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/find.js,
|
|
chrome/content/vimperator/mappings.js,
|
|
chrome/content/vimperator/vimperator.js: marks support (thanks
|
|
viktor)
|
|
|
|
2007-06-07 12:53 stubenschrott
|
|
|
|
* chrome/content/vimperator/commands.js: added back zoom_to
|
|
function
|
|
|
|
2007-06-07 06:54 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: markup 'activate' option
|
|
as such in :tabopen help text
|
|
|
|
2007-06-07 06:45 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, mappings.js,
|
|
options.js: fix some help text typos
|
|
|
|
2007-06-07 04:40 stubenschrott
|
|
|
|
* chrome/content/vimperator/default.css: changed the colors back to
|
|
green/red.
|
|
|
|
2007-06-06 16:01 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: remove unused global
|
|
constants FUNCTION and COMPLETEFUNC
|
|
|
|
2007-06-06 15:32 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js,
|
|
default.css, help.js, mappings.js, options.js, vimperator.xul:
|
|
change all references to "settings" to "options"
|
|
|
|
2007-06-06 13:52 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js,
|
|
default.css, help.js, mappings.js, vimperator.xul: convert help
|
|
page to XHTML Strict (excepting the id values) and add initial
|
|
implementations for the :viusage and :exusage commands
|
|
|
|
2007-06-06 06:42 dougkearns
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, find.js,
|
|
help.js, mappings.js: initial Command/Commands implementation -
|
|
replacing g_commands
|
|
|
|
2007-06-05 14:05 dougkearns
|
|
|
|
* chrome/content/vimperator/bookmarks.js: comment out debugging log
|
|
message
|
|
|
|
2007-06-05 05:22 dougkearns
|
|
|
|
* TODO: add <ESC> closes :addons window bug to TODO
|
|
|
|
2007-06-03 16:12 dougkearns
|
|
|
|
* chrome/content/vimperator/: mappings.js, vimperator.js: fix
|
|
missing [count] functionality in normal mode commands
|
|
|
|
2007-05-31 17:58 stubenschrott
|
|
|
|
* chrome/content/vimperator/mappings.js: made action public to
|
|
change .execute() to be a prototype
|
|
|
|
2007-05-31 11:02 dougkearns
|
|
|
|
* chrome/content/vimperator/: completion.js, help.js: add missing
|
|
var declarations
|
|
|
|
2007-05-31 09:11 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, help.js,
|
|
mappings.js, vimperator.js, vimperator.xul: merged the new
|
|
mappings code, all glory goes to Doug!
|
|
|
|
2007-05-31 06:45 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix the mapping usage
|
|
string to only show the primary command
|
|
|
|
2007-05-30 13:03 dougkearns
|
|
|
|
* chrome/content/vimperator/ui.js: fix typo in bufferposition_str
|
|
variable declaration
|
|
|
|
2007-05-30 11:58 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: remove a trailing , and
|
|
:retab the file
|
|
|
|
2007-05-30 09:35 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: change references to
|
|
vimperator.mode to vimperator.modes
|
|
|
|
2007-05-30 07:22 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix extra_info processing
|
|
in Map() and other minor typos
|
|
|
|
2007-05-30 04:25 stubenschrott
|
|
|
|
* chrome/content/vimperator/mappings.js: cleaned up mappings code,
|
|
should be feature complete now (apart from the non-implemented
|
|
getAll() method.
|
|
|
|
2007-05-29 10:42 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: Added (outcommented
|
|
because too slow) 'numbertabs' option (by hrist).
|
|
|
|
2007-05-29 06:38 vkojouharov
|
|
|
|
* chrome/content/vimperator/mappings.js: changed the flags back.
|
|
don't use 1 << 0 for any of the flags, since the 'default' one is
|
|
0
|
|
|
|
2007-05-29 01:55 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: fix some minor,
|
|
reintroduced, typos and add missing help line for <ESC> map
|
|
|
|
2007-05-28 22:46 stubenschrott
|
|
|
|
* chrome/content/vimperator/mappings.js: changed coding style,
|
|
commented things which should be changed with XXX:
|
|
|
|
2007-05-28 17:09 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: add missing var
|
|
declaration to urls in openURLs*()
|
|
|
|
2007-05-28 16:49 dougkearns
|
|
|
|
* chrome/content/vimperator/mappings.js: finish converting the
|
|
mappings to the new Map() format
|
|
|
|
2007-05-28 07:22 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: add missing variable
|
|
declaration for thistype, thismode, thisfunc in triggerCallBack()
|
|
|
|
2007-05-28 01:06 dougkearns
|
|
|
|
* chrome/content/vimperator/: find.js, vimperator.js: remove last
|
|
references to command_line and status_line
|
|
|
|
2007-05-27 15:48 stubenschrott
|
|
|
|
* chrome/content/vimperator/: vimperator.js, vimperator.xul:
|
|
explicitly set JS version to 1.7
|
|
|
|
2007-05-27 15:20 vkojouharov
|
|
|
|
* chrome/content/vimperator/mappings.js: RFC: the api for the new
|
|
mappings
|
|
|
|
2007-05-25 13:11 stubenschrott
|
|
|
|
* chrome/content/vimperator/find.js: removed 'noh'
|
|
|
|
2007-05-25 11:13 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, find.js: changed
|
|
nohlsearch to the new spec
|
|
|
|
2007-05-25 06:59 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: fix accidental regression
|
|
in :tabmove name specification
|
|
|
|
2007-05-24 21:57 stubenschrott
|
|
|
|
* AUTHORS, ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: added Y command
|
|
|
|
2007-05-24 16:54 dougkearns
|
|
|
|
* chrome/content/vimperator/vimperator.js: update the buffer list
|
|
on page load completion (the non-existant showBufferList() was
|
|
being called rather than updateBufferList())
|
|
|
|
2007-05-24 11:49 dougkearns
|
|
|
|
* chrome/content/vimperator/commands.js: fix typo in :open
|
|
command's short help description
|
|
|
|
2007-05-24 10:47 stubenschrott
|
|
|
|
* AUTHORS, ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: flashing frame works now
|
|
|
|
2007-05-23 01:18 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: moved tab related
|
|
functions to the Tabs class
|
|
|
|
2007-05-22 09:13 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/ui.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: many help fixes moved
|
|
echo() -> vimperator.echo() and removed old XUL entries.
|
|
|
|
2007-05-21 09:35 stubenschrott
|
|
|
|
* ChangeLog, TODO, vimperator.vim,
|
|
chrome/content/vimperator/commands.js: "R" -> reload without
|
|
cache
|
|
|
|
2007-05-20 16:01 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/default.css,
|
|
chrome/content/vimperator/vimperator.js: changed colors
|
|
|
|
2007-05-20 15:52 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, help.js,
|
|
vimperator.js: commited help typos
|
|
|
|
2007-05-20 13:53 vkojouharov
|
|
|
|
* chrome/content/vimperator/: default.css, ui.js, vimperator.js:
|
|
move the statusbar color handling to the css file. for the
|
|
future, whenever a background color is set, the foreground color
|
|
should also be set, otherwise text might be unreadable in dark
|
|
themes (or light themes, depending on what theme the user has)
|
|
|
|
2007-05-20 11:05 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
contents.rdf, vimperator.js: commited pending changes, nothing
|
|
big
|
|
|
|
2007-05-18 15:43 stubenschrott
|
|
|
|
* chrome/content/vimperator/completion.js: one less global variable
|
|
(g_completions)
|
|
|
|
2007-05-18 15:36 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, ui.js, vimperator.js: fully objectized History()
|
|
and Bookmarks()
|
|
|
|
2007-05-18 04:13 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, find.js, hints.js,
|
|
ui.js, vimperator.js: rewrote mode-handling
|
|
|
|
2007-05-17 18:48 stubenschrott
|
|
|
|
* AUTHORS, ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: Added "titlestring"
|
|
setting
|
|
|
|
2007-05-16 15:31 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, find.js, ui.js,
|
|
vimperator.js, vimperator.xul: renamed commandline.js -> ui.js
|
|
moved all statusbar code to the StatusLine() class
|
|
|
|
2007-05-15 04:50 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js,
|
|
vimperator.js, vimperator.xul: renamed CompletionList ->
|
|
InformationList which is now a common class for the completion
|
|
window, for the preview window and the buffer window ("B"). Only
|
|
the StatusLine class to go...
|
|
|
|
2007-05-14 13:51 stubenschrott
|
|
|
|
* chrome/content/vimperator/: default.css, find.js: small CSS fixes
|
|
by Doug and added modelines to find.js and commandline.js
|
|
|
|
2007-05-14 13:24 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: initial
|
|
:tabmove command
|
|
|
|
2007-05-13 22:29 vkojouharov
|
|
|
|
* chrome/content/vimperator/help.js: The Help Strikes Back
|
|
|
|
2007-05-13 21:36 vkojouharov
|
|
|
|
* chrome/content/vimperator/vimperator.js: The Return of the Link
|
|
|
|
2007-05-12 15:27 stubenschrott
|
|
|
|
* chrome/content/vimperator/find.js: add forgotten files
|
|
|
|
2007-05-11 12:42 stubenschrott
|
|
|
|
* Makefile, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: First attempt in making
|
|
vimperator object orietened. For now only the CommandLine widget
|
|
was made a real encapsulated object.
|
|
|
|
2007-05-09 11:56 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: final commit before
|
|
trying to integrate the search patch
|
|
|
|
2007-05-09 01:44 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: changed setOverLink back
|
|
to echo() as I really couldn't stand it anymore in the statusbar
|
|
Mail me if you really want it in the statusbar, and come up with
|
|
a good setting name for this preference
|
|
|
|
2007-05-09 00:31 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/vimperator.js: 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 21:21 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js: hint work on xhtml pages now
|
|
(slight problem with not disapperaring them still open)
|
|
|
|
2007-05-08 16:57 stubenschrott
|
|
|
|
* AUTHORS, ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/help.js: added :tablast etc. commands
|
|
|
|
2007-05-08 15:04 vkojouharov
|
|
|
|
* chrome/content/vimperator/completion.js: the substrings shouldn't
|
|
be cleared in this particular case
|
|
|
|
2007-05-04 22:48 stubenschrott
|
|
|
|
* AUTHORS, ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js: fixed :dl command
|
|
|
|
2007-05-04 18:04 stubenschrott
|
|
|
|
* ChangeLog, Donators, Makefile, vimperator.vim,
|
|
vimperatorrc.example, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/vimperator.js: keyword support for
|
|
bookmarks
|
|
|
|
2007-05-03 13:27 stubenschrott
|
|
|
|
* chrome/content/vimperator/help.js: fixed \\n in help files
|
|
|
|
2007-05-02 12:59 stubenschrott
|
|
|
|
* ChangeLog: [no log message]
|
|
|
|
2007-05-02 12:55 stubenschrott
|
|
|
|
* ChangeLog, Makefile, chrome/content/vimperator/bookmarks.js: bug
|
|
fix release
|
|
|
|
2007-05-02 12:47 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: fixed :open
|
|
google.com opening google for searching ".com"
|
|
|
|
2007-05-02 12:28 stubenschrott
|
|
|
|
* chrome/content/vimperator/: default.css, help.js, vimperator.js:
|
|
pass <enter> <space> <tab> etc. to vimperator now, so that they
|
|
can perform their default action without beeping. Quite hacky so
|
|
far, should be cleaned up.
|
|
|
|
2007-05-02 04:18 stubenschrott
|
|
|
|
* chrome/content/vimperator/: default.css, help.js: added version
|
|
info to help file, fixed font size for tables
|
|
|
|
2007-05-01 17:29 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: added 'defsearch'
|
|
setting
|
|
|
|
2007-05-01 15:31 vkojouharov
|
|
|
|
* chrome/content/vimperator/help.js: scroll to the proper location
|
|
without the need of an offset
|
|
|
|
2007-05-01 11:23 stubenschrott
|
|
|
|
* ChangeLog, TODO, install.rdf,
|
|
chrome/content/vimperator/commands.js: [no log message]
|
|
|
|
2007-05-01 00:19 stubenschrott
|
|
|
|
* Makefile, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js: fixed gu and gU
|
|
|
|
2007-04-30 10:59 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: fixed :o
|
|
http://www.url.com
|
|
|
|
2007-04-30 03:15 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js: - use default firefox engines :qsadd, :qsdel
|
|
commands not yet done
|
|
|
|
2007-04-29 19:13 stubenschrott
|
|
|
|
* Makefile: new make release command
|
|
|
|
2007-04-29 18:55 stubenschrott
|
|
|
|
* Makefile: more makefile fixes by Bart
|
|
|
|
2007-04-29 18:50 stubenschrott
|
|
|
|
* Makefile: [no log message]
|
|
|
|
2007-04-29 17:51 stubenschrott
|
|
|
|
* chrome/content/vimperator/default.css: add
|
|
|
|
2007-04-29 16:31 stubenschrott
|
|
|
|
* ChangeLog, install.rdf: website updates
|
|
|
|
2007-04-29 15:04 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/vimperator.js: Many small bugfixes
|
|
changed wildsort -> wildoptions=sort added completion for
|
|
filenames
|
|
|
|
2007-04-29 03:35 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, help.js,
|
|
vimperator.js: changed ":help open" to ":help :open"
|
|
|
|
2007-04-29 02:18 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js: fixed display
|
|
of <> in help
|
|
|
|
2007-04-29 01:48 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js: experimental
|
|
new help design
|
|
|
|
2007-04-29 00:26 stubenschrott
|
|
|
|
* Makefile, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/vimperator.xul: Makefile fixes and much
|
|
sexier help file
|
|
|
|
2007-04-28 18:08 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js: added
|
|
update.rdf.in changed help file to look much more vim like (with
|
|
monospaced font)
|
|
|
|
2007-04-28 17:18 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, vimperator.js:
|
|
fixed :q command
|
|
|
|
2007-04-28 16:05 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: typo
|
|
|
|
2007-04-28 16:05 stubenschrott
|
|
|
|
* install.rdf, chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/vimperator.js: added ###VERSION### and
|
|
###DATE### for being seded in the Makefile
|
|
|
|
2007-04-28 15:39 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js, hints.js,
|
|
vimperator.js: fixed hints
|
|
|
|
2007-04-28 12:14 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/help.js: added goUp() and
|
|
isDirectory(uri) functions gu and gU mappings for going up
|
|
|
|
2007-04-28 10:15 vkojouharov
|
|
|
|
* chrome/content/vimperator/vimperator.js: delay sourcing of the rc
|
|
file so that commands that open new tabs (like js!) can work
|
|
|
|
2007-04-28 09:52 vkojouharov
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, file.js,
|
|
help.js: fixes: 'tag' command works once more 'source ~/'
|
|
shows the matches fdopen checks whether the file exists, and
|
|
throws a more-readable error if it doesn't 'help' work if the
|
|
current document is a XULDocument (it shows the help in a new
|
|
tab)
|
|
|
|
2007-04-28 01:56 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/help.js,
|
|
chrome/content/vimperator/vimperator.js: major code cleanup by
|
|
using constants instead of indices, small bugs still may occur
|
|
due to this change
|
|
|
|
2007-04-27 19:06 stubenschrott
|
|
|
|
* TODO, install.rdf, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/vimperator.js: wildmode and wildsort
|
|
support :open . and .. and .../ supported
|
|
|
|
2007-04-25 23:49 stubenschrott
|
|
|
|
* chrome/content/vimperator/commands.js: small changes
|
|
|
|
2007-04-25 17:11 stubenschrott
|
|
|
|
* Makefile, TODO, vimperatorrc.example: Makefile changes for
|
|
missing chrome/ dir
|
|
|
|
2007-04-25 09:30 stubenschrott
|
|
|
|
* chrome/content/vimperator/vimperator.js: changed version number
|
|
for now a little
|
|
|
|
2007-04-25 09:20 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/commands.js: added feeling lucky
|
|
'lucky' quick search
|
|
|
|
2007-04-24 21:06 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: esc -> C-c to stop page
|
|
:stop command added
|
|
|
|
2007-04-24 19:47 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.js: 'B' works
|
|
now as it is supposed to do
|
|
|
|
2007-04-24 14:10 stubenschrott
|
|
|
|
* vimperatorrc.example: added sample vimperatorrc, not really
|
|
useful yet
|
|
|
|
2007-04-24 12:12 stubenschrott
|
|
|
|
* AUTHORS, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/vimperator.js: applied 'B' patch from
|
|
Lars (not working fully) cleaned up init() and moved all
|
|
eventlisteneres code to addEventListeners()
|
|
|
|
2007-04-23 18:46 vkojouharov
|
|
|
|
* chrome/content/vimperator/: commands.js, help.js: removed the
|
|
command wrapping in the help output
|
|
|
|
2007-04-23 18:23 vkojouharov
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.xul: fix the
|
|
:help command
|
|
|
|
2007-04-23 11:14 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, help.js,
|
|
vimperator.xul: make help.js a seperate file, small indention
|
|
fixes
|
|
|
|
2007-04-22 23:56 vkojouharov
|
|
|
|
* chrome/content/vimperator/completion.js: file completion now
|
|
works for the path '/' also
|
|
|
|
2007-04-22 23:21 vkojouharov
|
|
|
|
* Makefile, install.rdf, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: 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 17:50 stubenschrott
|
|
|
|
* Donators: update
|
|
|
|
2007-04-22 14:17 vkojouharov
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, file.js,
|
|
vimperator.js, vimperator.xul: ex parser for use with
|
|
.vimperatorrc, the command line and other sourced files. sourced
|
|
files are no longer javascript code, but can use the new
|
|
:javascript ex command to execute javascript. :javascript also
|
|
supports multiline with heredocs (:js <<EOF). File completion for
|
|
the :source command.
|
|
|
|
2007-04-22 14:10 vkojouharov
|
|
|
|
* TODO: bug--
|
|
|
|
2007-04-22 13:00 stubenschrott
|
|
|
|
* AUTHORS: updated AUTHORS file
|
|
|
|
2007-04-21 18:06 stubenschrott
|
|
|
|
* ChangeLog, chrome/content/vimperator/commands.js: :back! and
|
|
:forward! support
|
|
|
|
2007-04-21 11:18 stubenschrott
|
|
|
|
* Donators, chrome/content/vimperator/commands.js: set horizontal
|
|
offset to 0
|
|
|
|
2007-04-21 02:08 stubenschrott
|
|
|
|
* chrome/content/vimperator/commands.js: coding style fixes
|
|
|
|
2007-04-21 02:05 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, hints.js, vimperator.js:
|
|
valign=top for cells
|
|
|
|
2007-04-20 21:25 stubenschrott
|
|
|
|
* ChangeLog, Donators, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/vimperator.js: added section support
|
|
for :help
|
|
|
|
2007-04-20 15:23 stubenschrott
|
|
|
|
* AUTHORS: forgot this file
|
|
|
|
2007-04-20 15:07 stubenschrott
|
|
|
|
* Makefile: small changes
|
|
|
|
2007-04-20 15:03 stubenschrott
|
|
|
|
* ChangeLog, Makefile, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: :source support
|
|
|
|
2007-04-20 14:46 stubenschrott
|
|
|
|
* ChangeLog, Makefile, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/file.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: now we have a new build
|
|
Makefile also added file.js which is responsible for file
|
|
writing/loading in future
|
|
|
|
2007-04-20 13:33 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/vimperator.js: - fixed hints display on
|
|
zoom - fixed n and N commands (don't use closures)
|
|
|
|
2007-04-20 03:01 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/vimperator.js: hmm, forgot what I
|
|
changed :)
|
|
|
|
2007-04-19 23:35 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js, hints.js,
|
|
vimperator.js: added showmode setting
|
|
|
|
2007-04-19 16:21 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, hints.js, vimperator.js: change tabs->4 spaces
|
|
|
|
2007-04-19 16:09 stubenschrott
|
|
|
|
* ChangeLog, Donators, TODO,
|
|
chrome/content/vimperator/bookmarks.js,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/completion.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/vimperator.js: added modelines
|
|
everywhere
|
|
|
|
2007-04-19 14:00 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, completion.js: added
|
|
:buffer(s) commands
|
|
|
|
2007-04-19 13:29 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/commands.js: restart command
|
|
|
|
2007-04-18 13:33 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/commands.js: added contact
|
|
section to homepage
|
|
|
|
2007-04-18 11:42 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js,
|
|
chrome/content/vimperator/vimperator.js: support for space and
|
|
alt-left/right keys
|
|
|
|
2007-04-18 11:06 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: [+-] support for
|
|
settings
|
|
|
|
2007-04-18 01:18 stubenschrott
|
|
|
|
* chrome/content/vimperator/: commands.js, vimperator.xul: added
|
|
counter to web site
|
|
|
|
2007-04-17 22:44 stubenschrott
|
|
|
|
* chrome/content/vimperator/commands.js: Changed wiki search engine
|
|
|
|
2007-04-17 20:07 stubenschrott
|
|
|
|
* ChangeLog, Donators, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/hints.js: Added n and N commands
|
|
|
|
2007-04-17 17:34 stubenschrott
|
|
|
|
* ChangeLog: removed < and >
|
|
|
|
2007-04-17 16:44 stubenschrott
|
|
|
|
* ChangeLog, Donators, TODO, install.rdf,
|
|
chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js: version 0.3, added
|
|
ignorekeys support
|
|
|
|
2007-04-16 23:31 stubenschrott
|
|
|
|
* ChangeLog, Donators, TODO, chrome/content/vimperator/commands.js,
|
|
chrome/content/vimperator/vimperator.js,
|
|
chrome/content/vimperator/vimperator.xul: Added Ctrl-[ alias, and
|
|
's' guioption
|
|
|
|
2007-04-11 18:38 stubenschrott
|
|
|
|
* TODO, chrome/content/vimperator/commands.js: go_tab -> tab_go
|
|
|
|
2007-04-11 03:15 stubenschrott
|
|
|
|
* TODO: updated TODO file
|
|
|
|
2007-04-11 02:04 stubenschrott
|
|
|
|
* ChangeLog, TODO: [no log message]
|
|
|
|
2007-04-10 19:43 stubenschrott
|
|
|
|
* chrome/content/vimperator/: bookmarks.js, commands.js,
|
|
completion.js, contents.rdf, hints.js, vimperator.js,
|
|
vimperator.xul: Initial import
|
|
|
|
2007-04-10 19:32 stubenschrott
|
|
|
|
* ChangeLog, TODO, chrome.manifest, install.rdf:
|
|
Initial import
|
|
|