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

2353 Commits

Author SHA1 Message Date
teramako 3bcfbbb40c Fix XPI generation system 2008-12-04 00:38:07 +09:00
Kris Maglione a221d2644d Fix JS completion eval cache. 2008-12-03 10:33:48 -05:00
Kris Maglione c070c0a00b ^Ms are evil. 2008-12-03 10:28:24 -05:00
Kris Maglione 733559acc7 Commit removal of mozdev CSS from docs 2008-12-03 10:20:00 -05:00
Kris Maglione ec8ef3ca69 Automatically add plugins context to plugins[file.leafName] 2008-12-03 09:55:50 -05:00
Daniel Bainton 5eb5310ec5 Build the doc files for the jar too 2008-12-03 08:34:18 +02:00
Kris Maglione afa325101a Remove mozdev links and external images/css from the help 2008-12-02 20:35:03 -05:00
Kris Maglione 4186aa713a Make last commit a bit nicer 2008-12-02 20:16:18 -05:00
Kris Maglione b0a91b1c73 Fix vimperator's logo in help pages. 2008-12-02 19:24:37 -05:00
Martin Stubenschrott 15997a21cd fixed muttator's chrome.manifest 2008-12-03 00:31:29 +01:00
Kris Maglione 5fefadb345 Make commandline.echo white-space: nowrap by default. 2008-12-02 17:54:12 -05:00
Martin Stubenschrott 5e8138b97d added .gitignore, removed .xpi 2008-12-02 23:31:40 +01:00
Kris Maglione 1053254be5 Fix 'make doc' 2008-12-02 17:02:58 -05:00
Martin Stubenschrott 0467e9b292 renamed Donators file also for muttator 2008-12-02 20:57:43 +01:00
Martin Stubenschrott e3b5261e58 move some files around, remove obsolete ChangeLog 2008-12-02 20:51:29 +01:00
Martin Stubenschrott a9a0d9b7e5 Merge branch 'master' of vimperator.org:/git/vimperator/vimperator 2008-12-02 20:44:39 +01:00
Martin Stubenschrott 6d26836d92 removed obsolete README 2008-12-02 20:39:28 +01:00
Kris Maglione 393ea749e9 Fix muttator/chrome.manifest 2008-12-02 14:37:46 -05:00
Kris Maglione 7d8a5719cf Commit some changes that were somehow skipped before 2008-12-02 14:30:07 -05:00
Daniel Bainton e105d2631f Merge muttator
Conflicts:

	muttator/Makefile
	muttator/chrome.manifest
2008-12-02 21:20:32 +02:00
Daniel Bainton 4bdc2097e1 [muttator] Move everything to muttator/ 2008-12-02 21:18:30 +02:00
Kris Maglione edf1c5ce99 Add muttator/components 2008-12-02 13:43:55 -05:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00
Doug Kearns 3a8817a560 allow ${VAR} environment variable expansion on Windows too 2008-12-02 14:48:48 +00:00
Doug Kearns c3deb192b8 use the proper flag arg for loadURIWithFlags in liberator.open 2008-12-02 13:33:51 +00:00
Doug Kearns ce8c5e5d14 fix 'wildcase' help formatting 2008-12-02 11:52:28 +00:00
Kris Maglione d8d92aa8da Fix wim= 2008-12-02 09:26:34 +00:00
Kris Maglione d1622570ea -TODO: :bmarks, :hs output and cpt=bh completions are broken 2008-12-02 09:05:18 +00:00
Kris Maglione 4336e740a7 -TODO: :<Tab> leaves the cursor at the head of the line 2008-12-02 09:03:45 +00:00
Doug Kearns 3671422a3b TODO: :<Tab> leaves the cursor at the head of the line; wildmode= doesn't work 2008-12-02 07:44:37 +00:00
Kris Maglione 9d06b49d89 Fix eating of white space in highlighted strings in the MOW 2008-12-01 20:55:47 +00:00
Kris Maglione e7248c8b8b Fix Option.validateCompleter 2008-12-01 20:51:40 +00:00
Kris Maglione a2550499c8 Allow plugins onUnload handlers, fix some threadYield issues. 2008-12-01 15:08:50 +00:00
Doug Kearns 855caac185 TODO: more prompt now reads "-- More --" at the end of multipage output when
there is no more content
2008-12-01 12:09:30 +00:00
Doug Kearns 837de07687 TODO: :regressions is broken, also now blanks the MOW when run 2008-12-01 12:00:37 +00:00
Doug Kearns 7219a2ad43 TODO: :runtime is broken, possibly Windows only 2008-12-01 11:51:49 +00:00
Doug Kearns ead1babb4d add "?" as the argCount to commands with an optional single arg 2008-12-01 11:45:25 +00:00
Doug Kearns a4361e49f8 specify an argCount of "?" for :chdir 2008-12-01 11:26:14 +00:00
Doug Kearns 25d207eb3c clarify :help documentation - the arg is optional 2008-12-01 11:24:22 +00:00
Kris Maglione 42bbfd2500 Only show "Waiting..." message if wed otherwise show items (should maybe do the same for context.message); prefix window functions with "window."; general cleanup. 2008-12-01 07:37:35 +00:00
Doug Kearns caa59fec00 fix :chdir - it doesn't require an arg 2008-12-01 04:36:07 +00:00
Kris Maglione fb41ed36b0 Fix feedkeys 2008-11-30 14:33:49 +00:00
Kris Maglione c72581c6e9 Fix :map <filter> 2008-11-30 14:19:34 +00:00
Kris Maglione 20c6aca867 Anchor option completion matches 2008-11-30 12:35:37 +00:00
Martin Stubenschrott a2d269d5d7 fixed muttator to comply with new Thunderbird API 2008-11-30 12:01:24 +00:00
Martin Stubenschrott 7ffb52febd fixed esc for muttator 2008-11-30 01:04:52 +00:00
Kris Maglione 6bc100c356 Dont show the MORE prompt in command line mode. 2008-11-30 01:01:06 +00:00
Kris Maglione 4a0fb1e3c7 Move bindings.xmlbindings.xmltab back to regular bindings file. Adjust completion arrow layout. Reload highlight data on new window. 2008-11-29 23:34:15 +00:00
Kris Maglione 50e610e63d Fix addUserMap when key already mapped. 2008-11-29 21:32:18 +00:00
Kris Maglione 2d93e7ab42 Remove dump statement. :( 2008-11-29 21:21:12 +00:00