1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:24:12 +01:00

hopefully made the MOW hack better, so that it doesn't show during startup

fixed wildoptions=sort
This commit is contained in:
Martin Stubenschrott
2007-08-13 18:12:40 +00:00
parent 5ad83d42b4
commit 0d81e13533
4 changed files with 64 additions and 6 deletions

View File

@@ -1,3 +1,57 @@
2007-08-13 11: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 18:39 dougkearns
* chrome/content/vimperator/: commands.js, vimperator.js: expand
environment variables in the filename argument to :source
2007-08-12 15:20 dougkearns
* chrome/content/vimperator/mappings.js: don't echo text after
copying it to the clipboard with "Y"
2007-08-12 12:30 dougkearns
* chrome/content/vimperator/buffers.js: display an informational
message when the text zoom value is changed
2007-08-12 08:48 dougkearns
* NEWS, chrome/content/vimperator/commands.js,
chrome/content/vimperator/ui.js: add initial implementation of
:normal command
2007-08-12 02: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 22: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 21:20 stubenschrott
* chrome/content/vimperator/: events.js, vimperator.xul: added
<space>-support for feedkeys() moved
KeyboardEvent.prototype.toString() ->
vimperator.events.eventToString()
2007-08-11 19:08 stubenschrott
* ChangeLog, NEWS: changelog->NEWS, ChangeLog autogenerated now
2007-08-11 18:26 dougkearns
* chrome/content/vimperator/commands.js: only allow :source to