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

62 Commits

Author SHA1 Message Date
Doug Kearns 415db95601 Add a ! bang version of :delbmarks to delete all bookmarks. 2009-08-09 01:50:59 +10:00
Doug Kearns ec4982d50b Add a :helpall command.
This effectively divides the help into chunked and unchunked subsystems
for clarity.
2009-08-04 17:55:55 +10:00
Martin Stubenschrott bfe94c311d Add "t" option to 'complete'. Visually it looks odd, that the icons are
more indented than others, we might want to remove or at least move the
% and # indicators
2009-07-31 18:21:32 +02:00
Kris Maglione 842dd61f4c Add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c]. 2009-07-21 22:18:15 -04:00
Doug Kearns ada0d13e2d Finish converting */NEWS to Asciidoc. 2009-07-13 17:03:15 +10:00
Doug Kearns c47a0ec1cc Normalise the use of "regexp(s)" vs "regex(es)".
"regex" won the Google battle.
2009-07-11 15:50:48 +10:00
Doug Kearns 1f7b6f4b05 Make :open <noarg> behaviour match that of :tabopen/:winopen. 2009-07-11 00:43:27 +10:00
Kris Maglione d7e8bf1543 Add :extoptions command 2009-07-08 13:20:27 -04:00
Doug Kearns 4df207e6e5 Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
2009-07-07 21:37:41 +10:00
Kris Maglione c4e9e414be Add PrivateMode autocommand. Add -js flag to :au 2009-06-28 15:14:23 -04:00
Kris Maglione 55164325df Don't save storage objects while in private mode, restore them on exit. 2009-06-28 14:37:23 -04:00
Doug Kearns 63925afb03 Add 'private' for entering private browsing mode. (Gary Katsevman) 2009-06-28 16:44:40 +10:00
Doug Kearns 6f2eb2d1ef Split Map.flags into individual properties of Map. 2009-06-28 16:03:21 +10:00
Doug Kearns e762b6f9d4 Add a -description option to :command. 2009-06-04 14:28:32 +10:00
Doug Kearns b966c4dac1 Fix NEWS feature ordering. 2009-05-28 20:33:00 +10:00
Doug Kearns 0edefd5dc2 Add a command-line handler to process the -liberator option. 2009-05-28 20:28:51 +10:00
Kris Maglione 9b49a41cba NEWS formatting. 2009-05-27 19:10:14 -04:00
Conrad Irwin 0766b31697 NEWS and documentation for previous commit (;i ;I) 2009-05-27 23:43:53 +01:00
Doug Kearns 133deb08d2 Add NEWS item regarding fixed key notation. 2009-05-24 23:45:30 +10:00
Doug Kearns 61b6491b8b Add all.html for viewing all help in a single page.
This is all really inside out. It would be much better to store the help
in a single file and use asciidoc/docbook's capabilities to split it if
desired.
2009-05-24 23:32:09 +10:00
Doug Kearns c7b48361ee Add "c" extended hint mode to open the context menu. 2009-05-23 22:59:34 +10:00
Doug Kearns 62853b2498 Add \ mapping to toggle between rendered and source view.
Like lynx, elinks et al.
2009-05-22 18:30:39 +10:00
Doug Kearns da89552a1e Add @: mapping. 2009-05-22 12:47:57 +10:00
Martin Stubenschrott 4fff07b8ef vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf') 2009-05-21 13:36:23 +02:00
Doug Kearns 18def4a7ae Add :frameonly. 2009-05-13 02:14:04 +10:00
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