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
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
ca4b3a03c9
Use real key bindings in MOW mode, and also restore the strange key passing behavior of yore. Closes issue #217 .
2010-12-28 21:55:30 -05:00
Kris Maglione
80968ef92f
Show the hg revision and date in :version where possible when running from a repo.
2010-12-28 19:10:51 -05:00
Kris Maglione
9655d741b8
Add real mappings for most HINT mode keys. Lazily expand leader, and keep in sync with 'mapleader'.
...
--HG--
branch : bootstrapped
2010-12-28 14:33:57 -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
8da718d47b
[bootstrap] Add a :rehash (temporarily undocumented) command.
...
--HG--
branch : bootstrapped
2010-12-25 09:46:07 -05:00
Kris Maglione
a759ab3606
[bootstrap] Add code to manually reload stale cached modules on rehash.
...
--HG--
branch : bootstrapped
2010-12-25 08:54:33 -05:00
Kris Maglione
2f081bd805
[bootstrap] Changes toward proper reinitialization after disabling.
...
--HG--
branch : bootstrapped
2010-12-24 15:51:02 -05:00
Kris Maglione
baecb996c3
More bootstrap work.
...
--HG--
branch : bootstrapped
2010-12-24 09:21:14 -05:00
Kris Maglione
35a0917084
Fix gF and so forth.
2010-12-22 03:50:20 -05:00
Kris Maglione
0af241568b
Fix :help focus issues. Closes issue #169 .
2010-12-18 14:55:53 -05:00
Kris Maglione
0dcf1d8ffd
Completion of certain chrome:, resource:, and about: URLs.
2010-12-14 23:05:41 -05:00
Kris Maglione
e339032fd2
Some minor cleanup and fixes.
2010-12-09 20:46:35 -05:00
Kris Maglione
f63b13d431
Profide default leaf names in :write for people who can't be bothered to think up their own.
...
--HG--
extra : rebase_source : 6bfef2eff2a7319af53fa9610fd8f16d5513e221
2010-12-03 16:55:00 -05:00
Kris Maglione
2d957c37f8
Small fixes. Add Components to list of magical JS global properties.
...
--HG--
extra : rebase_source : ba08f90f02d5362108cfbffd2f9ce9a89d8e905e
2010-12-02 18:00:20 -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
f004a80d55
Work around stupid fucking crash on FF3.6. Closes issue \#127.
...
Update issue \#124
This is not fixed on Firefox <4.0, given that the correct fix causes
crashes.
--HG--
extra : rebase_source : 1cade319b1260cb1dc20330a338ce34104ffddff
2010-11-08 07:18:11 -05:00
Kris Maglione
97589ce40b
Handle sane shells on Windows somewhat better.
2010-11-05 13:36:30 -04:00
Doug Kearns
26e130bd0b
Whitespace fixes.
...
--HG--
extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
2010-11-05 00:52:40 +11:00
Kris Maglione
1caf0d1f45
Allow <Uxxxx> key names.
...
--HG--
extra : rebase_source : 659bc3b0faab56e52c584e514411fa7cacd8af77
2010-11-03 03:35:31 -04:00
Kris Maglione
b940a9db96
Use rendered HTML for gF/:w !foo/:w >>foo until someone inevitably complains. Closes issue #44 .
2010-10-15 17:52:28 -04:00
Kris Maglione
4bbfa212bc
Somewhat better Y and :yank copy behavior that should work as expected on OS-X.
2010-10-15 16:13:45 -04:00
Kris Maglione
bea1c20858
Better :yank formatting.
2010-10-14 22:06:17 -04:00
Kris Maglione
fdddfb31ef
Add ;S ‘add search keyword’ hint mode.
2010-10-09 16:45:22 -04:00
Kris Maglione
9ed5d069ee
Fix prefixing of dump messages from base.jsm.
2010-10-08 15:31:53 -04:00
Kris Maglione
8c98658e74
Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces.
2010-10-06 18:08:07 -04:00
Kris Maglione
2012279ad9
Use evalInSandbox for :js rather than the subscript loader so that we can preserve file names/line numbers.
2010-10-04 21:33:39 -04:00
Kris Maglione
cbed89d8ba
Use the charset service for charset completions.
2010-10-03 11:48:56 -04:00
Doug Kearns
defa81b3d5
Camel-case some identifiers gone rogue.
...
Do not free a camel of the burden of his hump; you may be freeing him from
being a camel.
- G. K. Chesterton
2010-09-23 20:01:50 +10:00
Kris Maglione
72be646c5b
NEWS updates and whitespace fixes.
2010-09-19 02:13:19 -04:00
Kris Maglione
1557b70f45
Major documentation updates and formatting fixes, and many, many other changes thanks to an MQ glitch, including:
...
* Significant completion speed improvements
* Significantly improve startup speed, in large part by lazily
instantiating Options and Commands, lazily installing highlight
stylesheets, etc.
* Update logos and icons, fix atrocious about page
* Fix Teledactyl
* JavaScript completion now avoids accessing property values
* Add Option#persist to define which options are saved with :mkp
* Add new Dactyl component which holds add-on-specific configuration
information and removes need for separate components for each dactyl
host
* Several fixes for latest nightlies
* Significant code cleanup and many bug fixes
--HG--
rename : muttator/AUTHORS => teledactyl/AUTHORS
rename : muttator/Donors => teledactyl/Donors
rename : muttator/Makefile => teledactyl/Makefile
rename : muttator/NEWS => teledactyl/NEWS
rename : muttator/TODO => teledactyl/TODO
rename : muttator/chrome.manifest => teledactyl/chrome.manifest
rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js
rename : muttator/components/protocols.js => teledactyl/components/protocols.js
rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js
rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js
rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul
rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd
rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul
rename : muttator/content/config.js => teledactyl/content/config.js
rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd
rename : muttator/content/logo.png => teledactyl/content/logo.png
rename : muttator/content/mail.js => teledactyl/content/mail.js
rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul
rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile
rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim
rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt
rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim
rename : muttator/install.rdf => teledactyl/install.rdf
rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile
rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml
rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml
rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml
rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml
rename : muttator/skin/icon.png => teledactyl/skin/icon.png
2010-09-17 06:21:33 -04:00
Kris Maglione
152e6d5a1f
Complete :sanitize and private mode overhaul.
...
--HG--
rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
2010-09-17 06:15:13 -04:00
Kris Maglione
8b0d9586b2
Merge testing.
...
--HG--
rename : common/content/base.js => common/modules/base.jsm
rename : common/content/services.js => common/modules/services.jsm
rename : common/content/style.js => common/modules/styles.jsm
rename : common/content/template.js => common/modules/template.jsm
rename : common/content/util.js => common/modules/util.jsm
2010-08-31 21:09:13 -04:00