summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Fix entering digits in prompt mode. Release Pentadactyl 1.0 βeta 4.Kris Maglione2010-12-30
|/
* Release 1.0 βeta 4.Kris Maglione2010-12-30
|
* Fix FF36.Kris Maglione2010-12-30
|
* Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix ↵Kris Maglione2010-12-30
| | | | the command line option handler in fresh installs.
* Uncommitted code from last commit.Kris Maglione2010-12-30
|
* Add some more error handling code during the bootstrapping process.Kris Maglione2010-12-30
|
* Don't restrict the length of option/pref completions, just of the string ↵Kris Maglione2010-12-30
| | | | displayed in the completion list.
* Fix :set! completer.Kris Maglione2010-12-30
|
* Probably fix a race in completion list generation after :rehash.Kris Maglione2010-12-30
| | | | | --HG-- extra : rebase_source : d5bf5ae963dab35a624d4a85089e372174b39168
* Fix a typo in revision bfae12eaabd7.Štěpán Němec2010-12-31
|
* Deprecate dactyl.mode.Kris Maglione2010-12-30
|
* Add descriptions for mappable modes.Kris Maglione2010-12-30
|
* Remove relict SEARCH_* modes. Hide unmappable QUOTE/PASS THROUGH/LINE modes.Kris Maglione2010-12-30
|
* Minor consistency fixes.Štěpán Němec2010-12-30
|
* Don't be so eager to drop out of MOW mode for scrolling keys.Kris Maglione2010-12-30
|
* Allow using heredocs with :abbr/:au/:com/:map.Kris Maglione2010-12-30
|
* Improve 'hinttimeout' documentation, take two.Štěpán Němec2010-12-30
|
* Fix inherited CSS output in dactyl.exportHelp.Kris Maglione2010-12-30
|
* Fix slew of "Setting pref ... changed from its default value" messages on ↵Kris Maglione2010-12-30
| | | | first startup.
* Fix 'hinttimeout' documentation.Štěpán Němec2010-12-30
|
* Fix macro playback.Doug Kearns2010-12-31
| | | | | --HG-- extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5
* Reinstate :list* filter argument broken in revision 943acba1da9e.Štěpán Němec2010-12-30
|
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
|
* Fix q mapping's action arg.Doug Kearns2010-12-30
| | | | See revision 45b2508a55c9.
* Minor fixup for 45b2508a55c9.Štěpán Němec2010-12-30
|
* List links in :hi output; provide current/default value completion.Kris Maglione2010-12-30
|
* Fix sizing of pinned tabs after toggling tab numbers.Kris Maglione2010-12-30
|
* Fix some smallish focus issued.Kris Maglione2010-12-30
|
* Import config into util.jsm. Fixes issue #NaN.Kris Maglione2010-12-29
|
* Get rid of offensively long list of specs for :setl and :setg, and other ↵Kris Maglione2010-12-29
| | | | small help formatting changes.
* Allow recursive :hi linking.Kris Maglione2010-12-29
|
* Fix bad module reference in relocated config.js. Closes issue #220.Kris Maglione2010-12-29
|
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
|
* Cleanup completion.ex parsing and fix it for non-[a-zA-Z]+ commands.Kris Maglione2010-12-29
| | | | | Update issue 216 This should fix your completion problem.
* Fix <C-[> passing and causing a history back event in command line mode. Fix ↵Kris Maglione2010-12-29
| | | | reinitialization when not purging module globals.
* Make help formatting slightly less sucky.Kris Maglione2010-12-29
|
* Fix :hi -a.Kris Maglione2010-12-29
|
* Tend towards proportional fonts in :help.Kris Maglione2010-12-29
|
* Add :hi -link.Kris Maglione2010-12-29
| | | | | --HG-- extra : rebase_source : 9bc26b19eac01350323073212d12a91fd2f31189
* Remove format-string documentation.Štěpán Němec2010-12-29
| | | | It didn't describe any actual user-visible functionality.
* Document the 'set opt!=foo,bar' semantics for string options.Štěpán Němec2010-12-29
|
* Fix some typos and damage in the documentation.Štěpán Němec2010-12-29
|
* Remove unused variable assignment from CommandLine#onMultilineInputEvent.Doug Kearns2010-12-30
|
* Fix config.js:278: ReferenceError: bookmarks is not defined.Kris Maglione2010-12-29
|
* Cleanup sidebar menu generation.Kris Maglione2010-12-29
|
* Fix prefix in dump output.Kris Maglione2010-12-29
|
* Make 'stal' a string option.Kris Maglione2010-12-29
|
* Move config module to config.jsm.Kris Maglione2010-12-29
| | | | | --HG-- rename : common/content/configbase.js => common/modules/config.jsm
* Mention restartlessness in NEWS.Kris Maglione2010-12-29
|
* Docs and so forth for macro-string/compileMacro changes that snuck into a ↵Kris Maglione2010-12-29
| | | | previous commit.