1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-05 01:30:53 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
Doug Kearns 8c585cd560 normalise comparisons with undefined 2008-10-09 10:52:19 +00:00
Doug Kearns e52fc9af43 whitespace fixes 2008-10-08 11:39:25 +00:00
Doug Kearns 86adfc396a trivial formatting improvements 2008-10-05 09:55:56 +00:00
Doug Kearns f478f57c57 use lambda notation for setter and getter definitions where appropriate 2008-09-24 06:03:42 +00:00
Martin Stubenschrott a7c7719c25 [muttator] fixed composer loading 2008-09-23 22:05:58 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +00:00
Doug Kearns 6c9238fe74 renamed Startup, Quit and QuitPre autocmd events to VimperatorEnter,
VimperatorLeave and VimperatorLeavePre
2008-09-10 16:50:52 +00:00
Doug Kearns d4386e16fb don't use Cc and Ci globals 2008-09-01 07:15:23 +00:00
Doug Kearns 5dd44343ed add missing semicolons 2008-08-23 02:31:17 +00:00
Martin Stubenschrott 39ad2d9c0c fixed :history 2008-08-16 10:16:53 +00:00
Martin Stubenschrott a5e2c7f912 [muttator] fixed help, still does not work somehow. xmlhttprequest not working in thunderbird? 2008-08-13 22:40:21 +00:00
Doug Kearns 66ff19d7af trivial formatting improvements 2008-08-12 16:16:24 +00:00
Doug Kearns 2b1d16b396 whitespace formatting fixes 2008-08-07 06:04:41 +00:00
Martin Stubenschrott 5c8a28215d [muttator] new :set autoexternal option, make sure to set it in the config file, not in the command line 2008-08-03 13:24:05 +00:00
Martin Stubenschrott f762f9e35b fixed some muttator specific errors in the console 2008-08-02 17:04:45 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Tim Hammerquist 9d84f6bc0b added PageLoadPre event to muttater tab-completion. 2008-06-26 09:58:36 +00:00
Tim Hammerquist 76bceff5b2 added liberator.config.visualbellWindow for generic vb support. 2008-06-26 09:58:07 +00:00
Martin Stubenschrott adcdbde3db [muttator] :dialog addressbook 2008-06-19 23:40:25 +00:00
Martin Stubenschrott 24e390b587 [muttator] new keybindings 2008-06-12 10:50:27 +00:00
Martin Stubenschrott bea52c9574 some small code cleanup 2008-06-12 00:55:47 +00:00
Martin Stubenschrott 29a387f870 changed module loading and moved it to {vimperator,muttator}.js for
optional modules
2008-06-12 00:51:26 +00:00
Martin Stubenschrott 0245cfcef8 [muttator] has "f" as default 'guioptions', should change to fmT? 2008-06-10 19:44:41 +00:00
Martin Stubenschrott ec91920bb8 [muttator] some new compose mappings 2008-06-08 23:48:33 +00:00
Martin Stubenschrott 6ecd478298 cleaned up completion.js a lot, probaby still something to do 2008-06-08 04:01:56 +00:00
Martin Stubenschrott e49aed94df tab related mappings for muttator, thanks teramako 2008-06-02 14:20:28 +00:00
Martin Stubenschrott 20a672a961 [muttator] new address book support, thanks a lot didi! 2008-06-02 12:24:48 +00:00
Doug Kearns 9cb7ae4f36 add missing semicolons 2008-05-27 16:13:49 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Martin Stubenschrott c9cbedf439 made :help and :prefs work for muttator again, thanks temerako 2008-05-16 15:37:27 +00:00
Martin Stubenschrott 00dd55021f [muttator] m mapping for new message, and y mapping in compose to send mail 2008-05-14 12:45:54 +00:00
Martin Stubenschrott 64b0e3b8e1 [muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message) 2008-05-14 12:21:05 +00:00
Martin Stubenschrott 3c4edd335b added new hint color options and a new hintmatching option (thanks Daniel) 2008-04-30 21:45:36 +00:00
Martin Stubenschrott ff5abe1d1c made selecting messages in muttator faster when holding j or k 2008-04-29 17:55:36 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 97b6581985 many updated to muttator, with selectMessage() function, and lots of mappings added 2008-03-02 00:40:03 +00:00
Martin Stubenschrott 57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott 8c45097170 made :dialogs generic, moved more commands to vim.js 2008-02-28 23:37:35 +00:00
Martin Stubenschrott f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott 3b461b18c2 began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping 2008-02-14 15:00:05 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
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 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott f2d1334ce7 added vimperator.config.mainWidget 2008-02-05 02:51:58 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +00:00