Doug Kearns
779752d776
Replace expression closures (command/option/mapping definitions).
...
Expression closures are to be axed. See https://bugzil.la/1083458 .
2015-07-23 01:15:41 +10:00
Doug Kearns
b236add69d
Replace expression closures (function expressions - named and dynamic this).
...
Expression closures are to be axed. See https://bugzil.la/1083458 .
Leaving deprecated() and literal() calls and method shorthand syntax
conversions until after the ESR overlap.
2015-06-06 23:12:40 +10:00
Doug Kearns
6e8040286a
Replace expression closures (getters).
...
Expression closures are to be axed. See https://bugzil.la/1083458 .
2015-05-27 04:42:30 +10:00
Doug Kearns
ce82387cdd
Replace expression closures (function expressions).
...
Expression closures are to be axed. See https://bugzil.la/1083458 .
2015-05-26 03:38:58 +10:00
Doug Kearns
6ee830dfad
Convert expression closures to arrow syntax.
2013-09-15 00:42:51 +10:00
Doug Kearns
98af2b9ab0
Fix temporary file filename extensions and host annotation.
...
Fixes issue #791 .
2013-09-05 20:55:01 +10:00
Doug Kearns
f291454e23
Add missing semicolons, fix whitespace and normalise Vim modelines.
2013-08-03 01:37:19 +10:00
Kris Maglione
0cf1151e0a
More cleanup. Fix some Teledactyl bugginess.
2011-09-29 21:25:17 -04:00
Kris Maglione
fbb6af43ed
Add dom.jsm. And stuff.
2011-08-22 01:16:14 -04:00
Kris Maglione
93edf62036
Make teledactyl not explode yay.
2011-07-28 01:32:25 -04:00
Kris Maglione
9002a78d14
s/\bset\b/Set/g
2011-07-16 18:51:59 -04:00
Doug Kearns
46ac3c272e
Remove some double spacing.
...
--HG--
extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27
2011-02-24 22:48:52 +11:00
Kris Maglione
d37e8159ed
Make Teledactyl minimally functional, albeit with quite a lot of errors on the console.
2011-02-19 22:02:01 -05:00
Doug Kearns
24f5c9d06d
Make the :command-complete completers config specific.
...
Adds a few missing completers for Pentadactyl.
2011-01-01 03:54:43 +11:00
Kris Maglione
1abe9fc2bb
Replace 'laststatus' with a 'guioptions' flag.
2010-11-14 22:47:02 -05:00
Doug Kearns
903268b0e1
Add missing semicolons.
...
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
2010-11-05 09:09:09 +11:00
Doug Kearns
a5789198ba
Fix Teledactyl option initialization typo.
...
--HG--
extra : rebase_source : fe95f1616893f1409033b16553b130e76d222e22
2010-10-15 04:42:12 +11:00
Kris Maglione
4151fe4064
Merge default.
...
--HG--
branch : mode-refactoring
2010-10-09 16:48:11 -04:00
Doug Kearns
86efd0bb6a
Add missing "use strict" pragmas.
2010-10-09 21:42:37 +11:00
Doug Kearns
16f67b0d7d
Fix some outdated TEXTAREA mode references.
...
--HG--
branch : mode-refactoring
2010-10-09 05:49:10 +11: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