1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 17:31:25 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Doug Kearns f73879f43e Add :stopall. 2009-05-11 01:20:45 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Martin Stubenschrott cb74c7f40c remove preload option 2009-04-30 08:47:59 +02:00
Kris Maglione df5b66d838 Add 'encoding' 2009-04-13 12:22:17 -04:00
Conrad Irwin 3800f10144 Add 'hintinputs' to provide text hints for inputs
If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.

For values that are not displayed on the input field, it adds the value
to the red hint icon.
2009-04-04 19:21:45 +01:00
Doug Kearns 7540606dbb Update Xulmus NEWS with post 0.1 features. 2009-04-02 01:09:01 +11:00
Daniel Bainton 187a53c4ca add 'maxitems' option (Jarkko Oranen) 2009-03-30 01:39:10 +03:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Martin Stubenschrott 264b33b608 updated NEWS file 2009-03-29 00:00:27 +01:00
Conrad Irwin 924aba8f54 Commandline completion for hinted file inputs
When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
2009-03-16 12:28:34 +00:00
Doug Kearns 13da8c4519 Add new :messclear command to clear the message history. 2009-03-11 01:02:12 +11:00
Doug Kearns 62bc7fb9b5 Add "w" and "W" Normal mode mappings.
These work just like o/O and t/T but for new windows.
2009-02-28 22:17:59 +11:00
Doug Kearns 6b34e50579 Merge branch 'master' into vimperator-2.1
Conflicts:
	vimperator/NEWS
	vimperator/locale/en-US/starting.txt
2009-02-26 22:11:12 +11:00
Doug Kearns 60791f64af Ignore case in :sidebar and :dialog completion.
Also fixes these to report the original arg in error messages again.
2009-02-24 15:22:08 +11:00
Daniel Bainton 530670f1a0 case-insensitivity for :sidebar and :dialog 2009-02-23 08:18:03 +02:00
Doug Kearns bc2c4d896f Remove 't_vb' from Vim syntax files. 2009-02-19 13:00:26 +11:00
Doug Kearns 0aea143325 Add a version.html help page.
NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
2009-02-15 15:44:11 +11:00
Doug Kearns eb4c5488b9 Move the MY_VIMPERATORRC NEWS item to the 2.1 section. 2009-02-05 11:51:44 +11:00
Kris Maglione 347938bfca Merge branch 'master' into vimperator-2.1
Conflicts:
	vimperator/NEWS
2009-01-21 03:40:04 -05:00
Kris Maglione 050cd4b2e4 Make [count]<C-n> behave as expected. 2009-01-21 03:37:40 -05:00
Doug Kearns 5e811785c2 Mention the new :silent command in NEWS. 2009-01-15 22:33:53 +11:00
Doug Kearns d9b07c2ff6 Set MY_VIMPERATORRC when sourcing the RC file on startup. 2009-01-15 18:03:04 +11:00
Ted Pavlic eb9863789c Revert "Added NEWS item about using make from within doc dirs."
This reverts commit 3767748f8d5540bcc5bd43e2aa4770379ed04c77.
(no need for NEWS item about dev build stuff; doc it elsewhere)
2009-01-07 13:54:32 -05:00
Ted Pavlic 3beb76a4b6 Added NEWS item about using make from within doc dirs. 2009-01-07 11:03:00 -05:00
Martin Stubenschrott 4d272ccc35 update NEWS and TODO 2009-01-03 14:22:47 +01:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione 99ff01aac1 Revert "add NEWS item about new option value quoting requirement"
It's already there.

This reverts commit 87418ed064951f83690bb02442bf4a4de2c2a8db.
2008-12-20 11:07:40 -05:00
Doug Kearns 29817b5d72 add NEWS item about new option value quoting requirement 2008-12-21 00:12:24 +11:00
Doug Kearns 86f14b77cc document :hardcopy >{filename}...since it was committed 2008-12-20 01:12:31 +11:00
Daniel Bainton b9b794eaa3 Fix whitespace in NEWS 2008-12-09 08:51:42 +02:00
Martin Stubenschrott 9fe3e53ce0 Fixed Added Quickmarks annoyance, and changed verbose to 1 by default 2008-12-08 15:47:44 +01:00
Kris Maglione 419c7ca662 Add ;f extended hint mode to focus a frame 2008-12-07 10:23:40 -05:00
Doug Kearns 6b10642db3 add help for new scrollbar guioptions 2008-12-06 12:51:35 +11:00
Kris Maglione 280b4befcb go=lrb for left, right, and bottom scrollbars respectively. 2008-12-05 12:23:59 -05:00
Kris Maglione b8d32c8e3d Add go=r to toggle the scrollbar 2008-12-04 15:58:19 -05:00
Kris Maglione 667e1433ec Allow :se foo nobar baz="Foo. No bar in this town." 2008-12-04 12:06:38 -05:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00