1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 10:25:58 +01:00

- 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
This commit is contained in:
Martin Stubenschrott
2007-09-18 22:27:52 +00:00
parent 6060c59359
commit 1e15906810
5 changed files with 240 additions and 29 deletions

186
ChangeLog
View File

@@ -1,3 +1,189 @@
2007-09-18 22:23 vkojouharov
* chrome/content/vimperator/: commands.js, vimperator.js: basic
eval function and variable let/unlet
2007-09-18 18:30 dougkearns
* chrome/content/vimperator/completion.js: use
build_longest_common_substring rather than
build_longest_starting_substring for :sidebar completion
2007-09-18 18:20 dougkearns
* chrome/content/vimperator/completion.js: only call
build_longest_common_substring() for :sidebar completion if a
completion filter is passed
2007-09-18 13:33 dougkearns
* chrome/content/vimperator/commands.js: use toggleSidebar for
closing the sidebar so that the menu state is properly updated
2007-09-18 13:21 dougkearns
* chrome/content/vimperator/completion.js: revert to using
build_longest_starting_substring until an infinite loop bugin
build_longest_common_substring is resolved
2007-09-18 11:33 dougkearns
* chrome/content/vimperator/commands.js: use toggleSidebar for
closing the sidebar so that the menu state is properly updated
2007-09-18 11:31 dougkearns
* chrome/content/vimperator/completion.js: fix typo - use
build_longest_common_substring for :sidebar completion
2007-09-18 10:49 dougkearns
* NEWS, TODO, chrome/content/vimperator/commands.js,
chrome/content/vimperator/vimperator.xul: merge :sbclose and
viewSidebarMenu menuitem additions
2007-09-18 10:25 dougkearns
* NEWS, TODO, chrome/content/vimperator/commands.js: add :sbclose
to close the sidebar and :sbar, :sbopen aliases for :sidebar
2007-09-18 09:19 dougkearns
* chrome/content/vimperator/vimperator.xul: add Add-ons,
Preferences, and Downloads to :sidebar
2007-09-17 15:26 dougkearns
* NEWS, chrome/content/vimperator/commands.js,
chrome/content/vimperator/completion.js: add an initial
implementation of :sidebar
2007-09-17 14:43 dougkearns
* NEWS, TODO, chrome/content/vimperator/commands.js,
chrome/content/vimperator/completion.js: add an initial
implementation of :sidebar
2007-09-17 07:49 dougkearns
* NEWS, chrome/content/vimperator/events.js,
chrome/content/vimperator/options.js,
chrome/content/vimperator/ui.js,
chrome/content/vimperator/vimperator.js,
chrome/content/vimperator/vimperator.xul: merge new 'more' option
and more-prompt improvements
2007-09-17 07:37 dougkearns
* chrome/content/vimperator/: events.js, ui.js, vimperator.xul:
enable vimperator.events.toString() to return keysyms for mouse
events
2007-09-17 03:37 dougkearns
* chrome/content/vimperator/ui.js: when closing the more-prompt
don't pass through accept keys
2007-09-17 03:33 dougkearns
* chrome/content/vimperator/events.js: fix onKeyDown handler to use
0.5 style mode handling - bad merge
2007-09-16 19:11 dougkearns
* chrome/content/vimperator/modes.js: add Vim modeline and
whitespace formatting
2007-09-16 17:38 dougkearns
* chrome/content/vimperator/ui.js: add "f" as a page-down key
mapping in the more-prompt pager
2007-09-16 14:18 dougkearns
* NEWS, chrome/content/vimperator/options.js,
chrome/content/vimperator/ui.js,
chrome/content/vimperator/vimperator.xul: add 'more' option and
standard more-prompt key mappings
2007-09-14 15:38 dougkearns
* NEWS, chrome/content/vimperator/find.js,
chrome/content/vimperator/mappings.js,
chrome/content/vimperator/options.js: 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, chrome/content/vimperator/find.js,
chrome/content/vimperator/mappings.js,
chrome/content/vimperator/options.js: add a 'hlsearchstyle'
option to allow for match styling and a 'linksearch' option to
restrict page searches to link text
2007-09-14 14:53 stubenschrott
* chrome/content/vimperator/mappings.js: small help refinements to
help remember the ctrl-q setting by having the word "quit" in the
help
2007-09-14 12:39 dougkearns
* chrome/content/vimperator/mappings.js: update <C-v> help - "I"
mapping is now "<C-q>"
2007-09-14 08:00 stubenschrott
* chrome/content/vimperator/events.js: do not go into insert mode
on readOnly elems
2007-09-14 06:42 stubenschrott
* chrome/content/vimperator/editor.js: fixed motion commands in
textarea
2007-09-14 06:37 dougkearns
* chrome/content/vimperator/events.js: merge keyDown event handling
from MAIN - helps with sites such as yahoo.com which trap all
keyDown events
2007-09-14 06:30 dougkearns
* chrome/content/vimperator/: vimperator.js: allow single line :js
commands to be source from RC files
2007-09-14 06:23 stubenschrott
* chrome/content/vimperator/events.js: fixed visual->caret
transistion on escape
2007-09-14 05:59 stubenschrott
* chrome/content/vimperator/ui.js: only allow g and G mapping in
the MOW if scrollable
2007-09-14 05:56 stubenschrott
* chrome/content/vimperator/: buffers.js, find.js, modes.js, ui.js:
commands in the -- more -- prompt are now passed to vimperator if
they don't make sense in the MOW
2007-09-14 05:35 stubenschrott
* ChangeLog, NEWS, TODO, chrome/content/vimperator/editor.js,
chrome/content/vimperator/events.js,
chrome/content/vimperator/find.js,
chrome/content/vimperator/hints.js,
chrome/content/vimperator/mappings.js,
chrome/content/vimperator/modes.js,
chrome/content/vimperator/options.js,
chrome/content/vimperator/ui.js,
chrome/content/vimperator/vimperator.js,
chrome/content/vimperator/vimperator.xul: major mode rewrite,
still not fully complete, but usable
2007-09-13 01:49 stubenschrott
* Donators, chrome/content/vimperator/events.js: allow number input