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

964 Commits

Author SHA1 Message Date
Martin Stubenschrott b3eb0000ab buffer.txt added 2008-02-06 23:00:50 +00:00
Martin Stubenschrott 1985fc2853 made guioptions handling generic. Updated minimum requirement to Firefox3 beta3 2008-02-06 18:17:32 +00:00
Martin Stubenschrott 7479699004 fixed :help for thunderbird 2008-02-05 22:19:17 +00:00
Martin Stubenschrott 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott 7d9e1e100a added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core. 2008-02-05 13:49:59 +00:00
Martin Stubenschrott 6ec0f8f7c1 made zoom functions thunderbird compatible 2008-02-05 03:03:22 +00:00
Martin Stubenschrott f2d1334ce7 added vimperator.config.mainWidget 2008-02-05 02:51:58 +00:00
Martin Stubenschrott c9fdb64ba1 fixed :map <Right> gt 2008-02-05 01:43:33 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott 8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott cb7fef72ba added calmar also to donators, thanks! 2008-02-04 18:07:20 +00:00
Martin Stubenschrott 50848e9d98 changed make system to allow easy development of muttator, also added first muttator specific file to the repository 2008-02-04 16:10:27 +00:00
Martin Stubenschrott caba7c1a2f changed vimperatorrc.example 2008-02-03 18:33:42 +00:00
Martin Stubenschrott a994d42a56 get rid of Cc/Ci, as that's thunderbird incompatible 2008-02-01 17:52:41 +00:00
Martin Stubenschrott e2e42c83c8 fixed F1 2008-02-01 14:12:48 +00:00
Daniel Bainton e84008a635 Added a todo for disabling session saving 2008-02-01 14:09:56 +00:00
Martin Stubenschrott 3b4f00a2e8 many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :)) 2008-02-01 02:45:31 +00:00
Martin Stubenschrott ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Martin Stubenschrott 8e00f16baa all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
2008-01-31 18:32:39 +00:00
Martin Stubenschrott fd631194d5 Fixed vimperator for newer firefoxes due to changed ids 2008-01-31 12:16:00 +00:00
Daniel Bainton a510328e4b Fixing ;y<num> to yank the hint destination URL instead of the current page 2008-01-25 05:06:58 +00:00
Martin Stubenschrott 82540e8c65 small update to developer.txt 2008-01-25 04:08:36 +00:00
Martin Stubenschrott 2d048fba01 added many more ascii doc template files. Now they just need to be filled with useful text. 2008-01-23 15:28:19 +00:00
Martin Stubenschrott 588ab468c8 added marks.txt as a template, to be filled with real text 2008-01-23 15:09:00 +00:00
Martin Stubenschrott af927e89c5 swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc 2008-01-23 14:42:50 +00:00
Martin Stubenschrott 4153597a02 fixed :Help without arg 2008-01-23 02:11:45 +00:00
Martin Stubenschrott 44ecbe1e3b made listingblocks prettier 2008-01-23 00:53:46 +00:00
Martin Stubenschrott 48af3ce041 added example to developer.txt 2008-01-22 23:10:01 +00:00
Martin Stubenschrott eaba023144 fixed :Help <tab> 2008-01-22 22:37:34 +00:00
Martin Stubenschrott 7dc86a387d fixed small help issue 2008-01-22 22:36:01 +00:00
Martin Stubenschrott 320f1c5626 new developer information for writing docs 2008-01-22 22:26:19 +00:00
Martin Stubenschrott ac84697611 more help 2008-01-22 21:40:45 +00:00
Martin Stubenschrott 435bce0d98 added :prefs to the help 2008-01-22 16:15:00 +00:00
Martin Stubenschrott b0d51d7516 more help converted to the new help format 2008-01-22 14:00:37 +00:00
Martin Stubenschrott ce0376a8f9 some help fixes 2008-01-22 01:25:50 +00:00
Daniel Bainton 4c2939b88d Fixing the chrome.manifest locales to work with the xpi 2008-01-21 21:58:40 +00:00
Martin Stubenschrott 7c67a24a35 fixed closing block 2008-01-21 19:12:25 +00:00
Martin Stubenschrott 25543cb3c8 options.txt is near final now, so START writing docs now :) 2008-01-21 18:54:29 +00:00
Marco Candrian 6b9c2a7b0d changes :macro to :play + delMarcos to deleteMacros 2008-01-21 13:23:25 +00:00
Marco Candrian 2b71bd70b8 :macro for playing a macro added 2008-01-21 12:58:22 +00:00
Marco Candrian 7982265c98 :delmacros regex added 2008-01-21 12:12:26 +00:00
Martin Stubenschrott 09a4c0e15b do not load .swp or other files in macro directory 2008-01-20 23:34:00 +00:00
Martin Stubenschrott 6f7ae23530 list :macros as a instead of "a 2008-01-20 23:14:59 +00:00
Marco Candrian 591b5fb6be :macros [regex] command added 2008-01-20 21:10:57 +00:00
Marco Candrian 76ab7e9616 regex instead of string compare on :macros and :macrosdump 2008-01-20 21:07:44 +00:00
Marco Candrian d21dccfff7 :macros <filter> added + 2 additional autocommands events: BrowserRestart and BrowserQuit 2008-01-20 19:23:31 +00:00
Marco Candrian 4be468e568 not needed comment removed 2008-01-19 12:53:59 +00:00
Marco Candrian 40cc702d48 no need to check for multiple mappings names, since they dont exist. so.. 2008-01-15 15:53:48 +00:00
Marco Candrian 87ed1091aa comments improved on mappings.list 2008-01-14 19:43:59 +00:00