Kris Maglione
|
f1e4ef93df
|
Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly.
|
2010-12-18 11:54:31 -05:00 |
|
Kris Maglione
|
272cbc5c66
|
Fix issue in revision 2505a62b7c53. Closes issue #175.
|
2010-12-10 18:46:27 -05:00 |
|
Kris Maglione
|
e339032fd2
|
Some minor cleanup and fixes.
|
2010-12-09 20:46:35 -05:00 |
|
Kris Maglione
|
fd2f40837d
|
Fix typo.
|
2010-11-12 15:39:49 -05:00 |
|
Kris Maglione
|
56b3700fb3
|
Add helpInfo to the command-line handler, not that it makes a difference.
|
2010-11-12 15:33:08 -05:00 |
|
Doug Kearns
|
edbce58a59
|
Remove some unused self var declarations.
|
2010-11-12 22:59:39 +11:00 |
|
Doug Kearns
|
903268b0e1
|
Add missing semicolons.
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
|
2010-11-05 09:09:09 +11:00 |
|
Doug Kearns
|
68b6df33ca
|
Miscellaneous formatting fixes.
--HG--
extra : rebase_source : ac84b34db15b95fd5a6ad597a1420ffc4cb35414
|
2010-10-11 22:01:18 +11:00 |
|
Kris Maglione
|
6d472abb18
|
Cut down on some error console noise when generating XPCOM stubs.
|
2010-10-03 22:15:49 -04:00 |
|
Kris Maglione
|
8ab81562ba
|
Remove some duplication in the DTDs. Link to the mailing list web page rather than address.
|
2010-10-02 18:08:41 -04:00 |
|
Kris Maglione
|
5477acfad6
|
Fix some help linking and exporting bugs.
|
2010-09-29 10:56:58 -04:00 |
|
Kris Maglione
|
afc2eac676
|
Fix about:pentadactyl = about:undefined in Gecko<2.0.
|
2010-09-28 14:04:11 -04:00 |
|
Kris Maglione
|
4723acb748
|
Fix undefined entity in about:pentadactyl. Fix about:pentadactyl for at least *some* FF36 users.
|
2010-09-27 17:34:37 -04:00 |
|
Doug Kearns
|
c111b047c6
|
Fix a few more comment typos.
|
2010-09-24 16:52:32 +10:00 |
|
Doug Kearns
|
904f3cb974
|
More camel-casing.
isInstance -> isinstance as homage to instanceof.
|
2010-09-24 16:19:50 +10:00 |
|
Kris Maglione
|
68b0a826a7
|
Fix some :cd problems. Remove special treatement of ,, in 'cdpath'.
|
2010-09-22 19:49:33 -04:00 |
|
Doug Kearns
|
cce6bb653e
|
Add missing semicolons.
...let the good times roll.
|
2010-09-22 23:44:04 +10:00 |
|
Kris Maglione
|
d9db020e81
|
Update components to load more reliably on FF<4.0. Fix command line option parsing.
|
2010-09-21 20:15:26 -04:00 |
|
Kris Maglione
|
c384035b92
|
Add missing common/components/commandline-handler.js
--HG--
extra : rebase_source : de67d58a3da7ae888ef08dcb9dffacbd02160655
|
2010-09-21 09:42:46 -04:00 |
|
Kris Maglione
|
a53edafac1
|
Fix :version for non-XPI installs. Fix :extensions in FF 3.6.
|
2010-09-18 07:24:35 -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
|
924863cd61
|
imported patch dactylify
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
|
2010-08-28 18:02:03 -04:00 |
|
Kris Maglione
|
a0cb07e7d7
|
Some smallish fixes.
--HG--
branch : testing
|
2010-08-26 11:40:59 -04:00 |
|
Kris Maglione
|
daa2d5dcc5
|
Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...
--HG--
branch : testing
|
2010-08-15 07:49:52 -04:00 |
|
Kris Maglione
|
0e3b5ca121
|
Some Gecko 2 fixes.
--HG--
branch : testing
|
2010-08-08 22:03:42 -04:00 |
|
Kris Maglione
|
884411c39c
|
Fix typos in hints.js and protocols.js. Closes issue #144.
|
2009-11-09 06:31:54 -05:00 |
|
Doug Kearns
|
a7925705d7
|
Finish the Great Opening Brace Correction.
|
2009-11-09 16:03:00 +11:00 |
|
Kris Maglione
|
33e5ea582c
|
Fix some symlink woes. Closes issue #140.
--HG--
rename : common/components/about-handler.js => muttator/components/about-handler.js
rename : common/components/commandline-handler.js => muttator/components/commandline-handler.js
rename : common/components/about-handler.js => vimperator/components/about-handler.js
rename : common/components/commandline-handler.js => vimperator/components/commandline-handler.js
rename : common/components/about-handler.js => xulmus/components/about-handler.js
rename : common/components/commandline-handler.js => xulmus/components/commandline-handler.js
|
2009-11-05 16:09:49 -05:00 |
|
Kris Maglione
|
68dd615648
|
Cleanup some stuffs.
|
2009-11-03 19:50:10 -05:00 |
|
Kris Maglione
|
108f467fe4
|
Completely HTML-ize help transforms. Add intentionally undocumented :exporthelp.
|
2009-11-02 00:18:58 -05:00 |
|
Kris Maglione
|
cf03f99246
|
Fix broken :colorscheme completion.
|
2009-10-31 18:42:48 -04:00 |
|
Kris Maglione
|
21704fe309
|
Fix typo in help.xsl.
--HG--
branch : xslt
|
2009-10-27 20:05:21 -04:00 |
|
Kris Maglione
|
18e414f180
|
Take a crack at killing security warnings. Fail miserably. Keep the new code because it's a bit nicer.
--HG--
branch : xslt
|
2009-10-26 04:31:54 -04:00 |
|
Kris Maglione
|
537c0e0d51
|
Minor help fixes. Almost time to merge. Need to get rid of these silly security warnings flooding the console.
--HG--
branch : xslt
|
2009-10-26 03:54:29 -04:00 |
|
Kris Maglione
|
a51dcfd97f
|
Fix some brokenness related to security principals being a bit broken.
--HG--
branch : xslt
|
2009-10-25 21:04:01 -04:00 |
|
Kris Maglione
|
486ac5954a
|
Get rid of silly config.helpFiles.
--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
|
2009-10-25 20:06:50 -04:00 |
|
Kris Maglione
|
c697b165a0
|
Update Xulmus docs, in theory.
--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
|
2009-10-24 18:45:11 -04:00 |
|
Kris Maglione
|
2c1f7316a6
|
Add machinery to allow app-specific help files.
--HG--
branch : xslt
|
2009-10-24 16:49:21 -04:00 |
|
Kris Maglione
|
0d44d919bc
|
Replace asciidoc with native XSLT transforms.
--HG--
branch : xslt
rename : common/Makefile.common => common/Makefile
rename : vimperator/components/about-handler.js => common/components/about-handler.js
rename : vimperator/components/chrome-data.js => common/components/chrome-data.js
rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
|
2009-10-21 04:46:29 -04:00 |
|
Doug Kearns
|
b0f4af5e55
|
Rename -liberator command-line option to -[config-name].
|
2009-08-21 23:57:38 +10:00 |
|
Kris Maglione
|
474ce30ada
|
Minor cleanup/we like symlinks.
|
2009-05-28 15:03:47 -04:00 |
|