Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add cache module. Cleanup help and DTD generation. Fix :help version ↵ | Kris Maglione | 2011-09-30 | |
| | | | | generation issues. Fix other assorted issues. | |||
* | Cleanup. | Kris Maglione | 2011-09-29 | |
| | ||||
* | Make 'cpt' a stringlist. Add support for native autocomplete providers. | Kris Maglione | 2011-09-26 | |
| | ||||
* | Add first crude binary module implementation. | Kris Maglione | 2011-09-22 | |
| | ||||
* | Fix stuff. | Kris Maglione | 2011-09-15 | |
| | ||||
* | Minorish refactoring. | Kris Maglione | 2011-09-08 | |
| | ||||
* | Fix REPL with foreign window contexts. Other general cleanup. | Kris Maglione | 2011-09-05 | |
| | ||||
* | Fix crappy add-on manager icons. | Kris Maglione | 2011-09-03 | |
| | ||||
* | After some profiling, give all modules a common prototype. | Kris Maglione | 2011-08-22 | |
| | ||||
* | Add dom.jsm. And stuff. | Kris Maglione | 2011-08-22 | |
| | ||||
* | Because I can. | Kris Maglione | 2011-08-21 | |
| | ||||
* | Move DOM and config properties from the util namespace to the DOM and config ↵ | Kris Maglione | 2011-08-14 | |
| | | | | namespaces, respectively. | |||
* | Allow asynchronous io.system() calls. Fix :help intro. | Kris Maglione | 2011-08-10 | |
| | ||||
* | Flush the startup cache when re-sourcing a JS file. | Kris Maglione | 2011-08-06 | |
| | ||||
* | Don't attempt to highlight trailing comments in command script files. | Doug Kearns | 2011-07-28 | |
| | | | | | | | Trailing comments are no longer supported. Closes issue #583. --HG-- extra : rebase_source : c953f246da1291a3fe065cbf0e38ca1162f1c53d | |||
* | Remove unused arg from commands.iterator call in :mkv. | Doug Kearns | 2011-07-21 | |
| | | | | | --HG-- extra : rebase_source : df82691921cfa8847e92ea18f8d9849f53db08a2 | |||
* | Use [foo] instead of foo[] consistently in source doc type annotations. | Štěpán Němec | 2011-07-22 | |
| | ||||
* | Allow full path names to be matched by 'wildignore'. | Doug Kearns | 2011-07-14 | |
| | | | | Closes issue #567. | |||
* | Fix 'wildignore'. | Doug Kearns | 2011-07-10 | |
| | ||||
* | Fix :run!. | Doug Kearns | 2011-07-10 | |
| | | | | | | | Broken by me in 4582cb2b148c. --HG-- extra : rebase_source : 57fb60a9e103c70b810a3140f46da4b45f552f7a | |||
* | Clarify some arg counts and some related tests. | Doug Kearns | 2011-06-29 | |
| | | | | | --HG-- extra : rebase_source : e50c757b46406988b0bfa0c179ec1e9bad21a446 | |||
* | Delete some stale comments. | Doug Kearns | 2011-06-19 | |
| | | | | | --HG-- extra : rebase_source : 509c4daaf6e61de833f454cc81d8a7e13752eb94 | |||
* | Use the alias of :run that was called in the output window. | Doug Kearns | 2011-06-19 | |
| | ||||
* | Add missing semicolons. | Doug Kearns | 2011-06-16 | |
| | | | | | --HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e | |||
* | Minor documentation updates. | Štěpán Němec | 2011-06-07 | |
| | ||||
* | Fix typo. | Kris Maglione | 2011-06-03 | |
| | ||||
* | Closes issue #516. | Kris Maglione | 2011-06-02 | |
| | ||||
* | Closes issue #522. | Kris Maglione | 2011-04-29 | |
| | ||||
* | More polyglotization. | Kris Maglione | 2011-04-29 | |
| | ||||
* | Fix missing ancestor modes in :listkeys, recognize paths like c:/ on ↵ | Kris Maglione | 2011-04-24 | |
| | | | | Windows®, and elide redundant -group=user in :style serialization. | |||
* | Display a message from :scriptnames when no scripts have been sourced. | Doug Kearns | 2011-04-04 | |
| | ||||
* | Whitespace fixes. | Doug Kearns | 2011-04-04 | |
| | ||||
* | More ad hoc i18n work. | Doug Kearns | 2011-04-01 | |
| | ||||
* | Annotate most strings which need to be explicitly localified. | Kris Maglione | 2011-03-25 | |
| | ||||
* | Move some more message strings to the properties file. | Doug Kearns | 2011-03-13 | |
| | ||||
* | Fix some unnecessary error reports for invalid jar: URLs. Also complete the ↵ | Kris Maglione | 2011-03-10 | |
| | | | | JAR file portion of the URL. | |||
* | Move some more message strings to the properties file. | Doug Kearns | 2011-03-10 | |
| | ||||
* | Fix some initialization order issues. | Kris Maglione | 2011-03-09 | |
| | ||||
* | Move some more message strings to the properties file. | Doug Kearns | 2011-03-08 | |
| | ||||
* | Move some more message strings to the properties file. | Doug Kearns | 2011-03-06 | |
| | ||||
* | Move some more message strings to the properties file. | Doug Kearns | 2011-03-06 | |
| | ||||
* | Move some more strings to messages.properties and report (but don't throw) ↵ | Kris Maglione | 2011-03-02 | |
| | | | | an error for unknown strings. | |||
* | Don't print error message on :source! non-existent-file. Add tests. Closes ↵ | Kris Maglione | 2011-02-18 | |
| | | | | issue #390. | |||
* | Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation. | Kris Maglione | 2011-02-17 | |
| | | | | | --HG-- extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6 | |||
* | Require "x" flag in util.regexp for "extended" regex processing. | Kris Maglione | 2011-02-15 | |
| | ||||
* | Experimentally move contexts.js to contexts.jsm. | Kris Maglione | 2011-02-10 | |
| | | | | | | --HG-- branch : groups rename : common/content/contexts.js => common/modules/contexts.jsm | |||
* | Experimentally move commands.js and options.js to modules. Fix some bugs. | Kris Maglione | 2011-02-10 | |
| | | | | | | | --HG-- branch : groups rename : common/content/commands.js => common/modules/commands.jsm rename : common/content/options.js => common/modules/options.jsm | |||
* | Merge default. | Kris Maglione | 2011-02-08 | |
|\ | | | | | | | | | --HG-- branch : groups | |||
| * | Only consider executable files in io.pathSearch. | Kris Maglione | 2011-02-08 | |
| | | ||||
* | | Add contexts.withContext. | Kris Maglione | 2011-02-07 | |
| | | | | | | | | | | --HG-- branch : groups |