summaryrefslogtreecommitdiff
path: root/common/content/io.js
Commit message (Expand)AuthorAge
* Automagically generate DTDs. One more step towards dropping the chrome: proto...Kris Maglione2011-01-03
* Fix :run on FF 3.6.Doug Kearns2011-01-04
* Move iteration utility functions to the iter namespace.Kris Maglione2011-01-02
* Docs and so forth for macro-string/compileMacro changes that snuck into a pre...Kris Maglione2010-12-29
* Show the hg revision and date in :version where possible when running from a ...Kris Maglione2010-12-28
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Merge changes from bootstrapped.Kris Maglione2010-12-24
* Don't jar up content in the XPI anymore.Kris Maglione2010-12-23
* Replace uses of commands.replaceTokens with util.compileMacro.Kris Maglione2010-12-23
* Automagically linkify help index descriptions.Kris Maglione2010-12-23
* Factor out unnecessary and potentially problematic use of threadYield in edit...Kris Maglione2010-12-22
* Fix gF and so forth.Kris Maglione2010-12-22
* Deal with some Buffer.findScrollable corner cases.Kris Maglione2010-12-21
* Add missing syn-contained args to the :mksyntax generated file.Doug Kearns2010-12-22
* Add experimental :mksyntax command.Kris Maglione2010-12-21
* Disable completion.shellCommand.Kris Maglione2010-12-20
* Fix :runtime completion.Kris Maglione2010-12-17
* Toggle between values in a list for string/number options with invert.Kris Maglione2010-12-17
* Allow :sourcing chrome: URLs backed by a file.Kris Maglione2010-12-17
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17
* Make a distinction between Hint/@number and Hint/@text. Closes issue #186.Kris Maglione2010-12-16
* Minor chrome: URI completion bug fixes.Kris Maglione2010-12-16
* Fix minor issues in last commit.Kris Maglione2010-12-15
* Better chrome:/resource: URL completion.Kris Maglione2010-12-15
* Completion of certain chrome:, resource:, and about: URLs.Kris Maglione2010-12-14
* Fix minor issue caused by last commit.Kris Maglione2010-12-09
* Don't pre-expand 'runtimepath'. Prevents untoward serialization of the defaul...Kris Maglione2010-12-03
* Allow exporting to a directory as well as an archive with dactyl.exportHelp.Kris Maglione2010-12-02
* Do away with services.(get|create), and move the prefs module to its own file.Kris Maglione2010-12-01
* Rip out threading code. Fixes issue #119. Fixes issue #128.Kris Maglione2010-11-12
* Revert 102689d248aaDoug Kearns2010-11-09
* Replace util.isOS with a platform queryable util.OS object.Doug Kearns2010-11-08
* Normalise the standard completer signatures to fn(context, args, ...).Doug Kearns2010-11-06
* Add missing semicolons.Doug Kearns2010-11-05
* Fix :source *.cssKris Maglione2010-11-05
* Handle sane shells on Windows somewhat better.Kris Maglione2010-11-05
* Fix <C-i>Kris Maglione2010-11-05
* Don't block the entire Firefox process during io.system.Kris Maglione2010-11-04
* Normalise regex -> regexp.Doug Kearns2010-10-22
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Replace dactyl.has(OS) with util.isOS.Doug Kearns2010-10-17
* Fix serialization of commands with embedded new lines in their args but no he...Kris Maglione2010-10-16
* Fix some stupid bugs in newer JägerMonkey. Closes issue #86.Kris Maglione2010-10-14
* Don't show the "all" item in the sanitize dialog.Kris Maglione2010-10-14
* Steal some of stepnem's typo fixing thunder.Doug Kearns2010-10-13
* Fix using :command from the command line. Closes issue #67.Kris Maglione2010-10-12
* Allow things like :com! foo\n \ echo 1\n \ echo 2Kris Maglione2010-10-11
* Stem my patholigical tendency to use iterators wherever possible (but not my ...Kris Maglione2010-10-11
* Allow \ line continuations in Ex files.Kris Maglione2010-10-10
* Fix some double-printed errors on :source, and make :source! work properly fo...Kris Maglione2010-10-09