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

319 Commits

Author SHA1 Message Date
Kris Maglione 47288b3456 Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. 2010-12-30 21:34:13 -05:00
Štěpán Němec 12cd63ff16 Minor consistency fixes. 2010-12-30 23:01:23 +01:00
Kris Maglione 8d8df1e53e Fix bad module reference in relocated config.js. Closes issue #220. 2010-12-29 22:28:56 -05:00
Kris Maglione bd5083923f Fix config.js:278: ReferenceError: bookmarks is not defined. 2010-12-29 15:36:43 -05:00
Kris Maglione c166ab715c Cleanup sidebar menu generation. 2010-12-29 15:24:32 -05:00
Kris Maglione d2c8d0112f Make 'stal' a string option. 2010-12-29 15:03:34 -05:00
Kris Maglione 7a0c7dacbe Move config module to config.jsm.
--HG--
rename : common/content/configbase.js => common/modules/config.jsm
2010-12-29 14:49:20 -05:00
Kris Maglione b8b931b901 Mention restartlessness in NEWS. 2010-12-29 11:41:02 -05:00
Kris Maglione 83aa5e4857 Accept command line arguments in :rehash. Document :rehash, add :exttoggle, :extrehash.
--HG--
branch : bootstrapped
2010-12-28 09:25:53 -05:00
Kris Maglione 15b2909bc1 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 00:34:19 -05:00
Kris Maglione 8c64d0ec44 Re-enable tab numbers of FF36. 2010-12-26 20:45:03 -05:00
Kris Maglione 467d193694 NEWS updates. 2010-12-26 18:08:52 -05:00
Kris Maglione 26bd1c1075 [bootstrap] Purge stale modules on upgrade as well as explicit rehash.
--HG--
branch : bootstrapped
2010-12-25 18:41:32 -05:00
Kris Maglione 73477dcdac Merge default.
--HG--
branch : bootstrapped
2010-12-24 20:45:19 -05:00
Štěpán Němec 879cb52279 Fix some typos. 2010-12-24 17:43:31 +01:00
Kris Maglione 794d711802 More bootstrap work. Now loadable without restart.
--HG--
branch : bootstrapped
rename : common/content/modules.js => common/modules/overlay.jsm
2010-12-24 11:39:03 -05:00
Kris Maglione baecb996c3 More bootstrap work.
--HG--
branch : bootstrapped
2010-12-24 09:21:14 -05:00
Kris Maglione 2b016d2e6a Add :history -sort. 2010-12-22 22:15:24 -05:00
Kris Maglione 06936c88ea Add :feedkeys (perhaps to replace :normal?) 2010-12-22 19:54:00 -05:00
Kris Maglione 7b52a7d477 Add experimental :mksyntax command. 2010-12-21 12:14:00 -05:00
Doug Kearns 92b19812db Update Vim runtime files. 2010-12-22 01:26:09 +11:00
Kris Maglione 4ff7172c77 Import the bulk of a focus management patch near the top of my queue. 2010-12-18 15:27:45 -05:00
Štěpán Němec c7411dfcff Addenda and corrigenda for the last and next to next to last commits. 2010-12-18 19:06:53 +01:00
Kris Maglione 716e8cea94 Use 'find' terminology for page search to differentiate from web search. 2010-12-18 12:19:33 -05:00
Doug Kearns 3d6406751b Remove 'linksearch' from the Vim runtime files.
Also mention its removal in NEWS.
2010-12-19 00:10:16 +11:00
Kris Maglione 8c5abc4cf6 Add <bookmark> param for the JS bookmark object to Bookmark* autocommands. 2010-12-17 13:52:10 -05:00
Kris Maglione 714870525e Standardize formatting of :set examples in :help. 2010-12-17 09:04:46 -05:00
Kris Maglione 011a7edd29 Minor chrome: URI completion bug fixes. 2010-12-16 02:03:22 -05:00
Doug Kearns 9c0cc5d19b Update Vim runtime files for 'smartcase' change. 2010-12-06 18:13:16 +11:00
Kris Maglione 23fba45b28 Replace 'ignorecase' and 'smartcase' with 'searchcase'. 2010-12-04 17:21:15 -05:00
Štěpán Němec a26b410daa Fix the initial note markup and a typo in the tutorial.
Closes issue #166.
2010-12-04 19:13:53 +01:00
Kris Maglione 09bfc60446 Fix :viu!.
--HG--
extra : rebase_source : e9f4ea7ad0d59656167aeb2e0fca276c8375c8ee
2010-12-03 17:30:53 -05:00
Doug Kearns 349205aed1 Allow signed numeric values in :set!. (anekos)
--HG--
extra : rebase_source : 36a2de3517da2d777d08b6b89c63a82c66faf2ff
2010-12-04 09:03:08 +11:00
Doug Kearns 3886a82f47 Add c_<C-p> and c_<C-n> as aliases for c_<S-Up>/c_<S-Down>. 2010-12-04 08:38:02 +11:00
Štěpán Němec f94e864ded Update TODO. 2010-12-03 22:02:56 +01:00
Kris Maglione 0748369c68 Do away with now unnecessary service variables. 2010-12-01 22:17:19 -05:00
Kris Maglione 5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Kris Maglione 2df24c410d Open the firstrun page in a new tab. 2010-11-19 16:30:38 -05:00
Kris Maglione 3771166126 Move bookmark info before title in completions, and show for "Smart" completions. 2010-11-18 17:53:37 -05:00
Doug Kearns 3cec1f482c Update Vim runtime files for addition of 'urlsep' and removal of 'ls'. 2010-11-16 02:05:39 +11:00
Štěpán Němec 79e52c74d6 Fix some typos. 2010-11-15 14:33:24 +01:00
Kris Maglione 89b41e0fd2 Make 'showstatuslinks' a string option. 2010-11-14 22:50:42 -05:00
Kris Maglione 1abe9fc2bb Replace 'laststatus' with a 'guioptions' flag. 2010-11-14 22:47:02 -05:00
Kris Maglione a284543f45 Check for the existence of certain dialogs. Closes issue #129. 2010-11-12 00:09:56 -05:00
Doug Kearns 81fb98b4c4 Simplify some overwrought optional arg handling in StatusLine updaters.
--HG--
extra : rebase_source : 08270edb93ef96cb00d8b16239ff29d61f2299cb
2010-11-05 18:36:12 +11:00
Kris Maglione 21fe6d9fff Add some basic (but in some cases rather broken) completion to the ex namespace. 2010-11-06 13:47:14 -04:00
Kris Maglione 27252207b4 Added tag pentadactyl-1.0b3 for changeset ffa3aaf78822 2010-11-06 08:15:58 -04:00
Kris Maglione 35cb0f3c88 Release 1.0 βeta 3. 2010-11-06 08:15:50 -04:00
Kris Maglione 53925580db Added tag pentadactyl-1.0b3 for changeset 420fb2989887 2010-11-04 15:40:28 -04:00
Kris Maglione f6713b5978 Release 1.0 βeta 3. 2010-11-04 15:40:16 -04:00