1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 03:21:26 +02:00
Commit Graph

351 Commits

Author SHA1 Message Date
Kris Maglione 8299257422 Make Melodactyl minimally functional. Closes issue #340.
--HG--
rename : pentadactyl/chrome.manifest => common/chrome.manifest
2011-02-22 10:01:56 -05:00
Kris Maglione f3894eb136 Remove all references to the "word" unchunked. 2011-02-22 02:03:53 -05:00
Kris Maglione 90ee266d1b Make the features list somewhat more useful. 2011-02-21 23:32:22 -05:00
Kris Maglione 234f50bce8 Add tests for dead help links. Fix some minor bugs. Show error when trying to modify a builtin group rather than failing silently. 2011-02-21 16:22:30 -05:00
Kris Maglione 211091d79d Add <Pass> pseudo-key.
--HG--
extra : rebase_source : e1d27c1fd04a598a25cd0c0c8c266834e80b2320
2011-02-20 18:05:45 -05:00
Štěpán Němec db14f13353 Slim down insert.xml again now that all mappings are described in the autogenerated index.
Rename it to editing.xml, as it describes text (area) editing in general, not
only Insert mode.

--HG--
rename : common/locale/en-US/insert.xml => common/locale/en-US/editing.xml
2011-02-20 23:31:05 +01: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
Kris Maglione 1dcbf88509 Give up and add key chains to 'passkeys'. Also add <A-b> to execute a builtin mapping. Closes issue #189. 2011-02-19 17:32:55 -05:00
Kris Maglione 732dd0a12d Delinkify BookmarkChange and BookmarkRemove which don't currently have help tags. 2011-02-19 07:59:21 -05:00
Kris Maglione 2cef435dbc Hack on :help NEWS. 2011-02-19 07:17:54 -05:00
Kris Maglione 73917f7cee Italicize new news items for a much needed sharper visual distinction. 2011-02-19 06:25:32 -05:00
Kris Maglione caaef0214b Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate seeing -- EX -- in the status line. 2011-02-19 04:06:42 -05:00
Kris Maglione 34c0c5a10e Small fix for Minefield. 2011-02-19 00:24:07 -05:00
Kris Maglione cb0a07ddd1 Fix some completion issues. Make async search suggestion completions somewhat more useable. 2011-02-18 22:25:36 -05:00
Štěpán Němec 5cf0480676 Mention new option types in NEWS. 2011-02-17 23:29:54 +01:00
Kris Maglione 5e6e1c6054 Add validation to revision d91ffd3a7b40. 2011-02-17 15:31:05 -05:00
Štěpán Němec ec2630461c Remove outdated hint CSS information from the Penta tutorial. 2011-02-17 21:17:27 +01:00
Kris Maglione 380922ebcc Co-opt :js! for REPL. Add optional context argument. Add docs. Fix history bug. 2011-02-17 07:17:19 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00
Kris Maglione 8277d4b0c4 Frob tests. 2011-02-12 15:27:33 -05:00
Štěpán Němec 5bc5c91c05 Update the docs with the recent command banging. 2011-02-12 00:30:46 +01:00
Kris Maglione 35c70faa26 Experimentally re-enable Insert abbreviations. 2011-02-11 15:34:51 -05:00
Kris Maglione a4257fe854 Document :ab -group. 2011-02-11 14:29:56 -05:00
Kris Maglione 46ffd3004f Add missing version tag.
--HG--
branch : groups
2011-02-11 04:17:32 -05:00
Kris Maglione caedeceadd Add NEWS entry about :groups.
--HG--
branch : groups
2011-02-11 04:15:23 -05:00
Kris Maglione a1f291a9ec Move the ACR disabler to common/, pass it an add-on ID.
--HG--
rename : pentadactyl/content/disable-acr.jsm => common/content/disable-acr.jsm
2011-02-06 17:32:42 -05:00
Kris Maglione d48dcd8723 Another attempt at revision 8613b76cff40. 2011-02-03 09:48:10 -05:00
Kris Maglione 346cf2531a Add :completions command. 2011-02-03 05:34:50 -05:00
Kris Maglione edecec56f9 Add :map -arg. Document :com -literal. 2011-02-03 02:00:47 -05:00
Kris Maglione 475da7edd9 Use a better document iterator for applying overlays so that we can overlay documents in tabs as well. 2011-02-02 16:21:57 -05:00
Kris Maglione 4d26e38a94 Fix :saveas naming bug.
--HG--
extra : rebase_source : 5f85f68a25499827943f07a182de6af70eee4461
2011-02-01 18:07:40 -05:00
Kris Maglione 7a6f236e2d Simplify last commit. 2011-02-01 15:26:56 -05:00
Kris Maglione b6bdac4b1f Disable sending incompatibility reports via the ACR. 2011-02-01 15:20:55 -05:00
Doug Kearns 35a6b6eaf4 Add new privacy.xml help file.
--HG--
extra : rebase_source : e141c5426e02dc38e38acb11fbf94ce4e5d62fc9
2011-02-01 20:08:46 +11:00
Kris Maglione a21db1858a Bang on tests some more. Ameliorate some async completion issues.
--HG--
extra : rebase_source : 0f550b1650963e4010e447db2df7d6815627bae2
2011-02-01 04:02:29 -05:00
Doug Kearns 243921aec6 Mention the versions.xml help page in the intro page list. 2011-02-01 01:40:31 +11:00
Štěpán Němec 90c2ded645 Tag the remaining NEWS entries with appropriate version information. 2011-01-27 01:38:59 +01:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione a66864d077 Merge default.
--HG--
branch : key-processing
2011-01-25 21:05:37 -05:00
Kris Maglione 44bdb6e666 Add missing em:type flags to install.rdf files. 2011-01-25 19:03:35 -05:00
Kris Maglione 9ad1cbef58 Merge default.
--HG--
branch : key-processing
2011-01-25 16:20:22 -05:00
Doug Kearns 35e0ab9cf4 Add experimental Mozmill functional tests.
--HG--
extra : rebase_source : eb8095f9d17f9c97706f93f670dd880c2b56f050
2011-01-25 22:17:52 +11:00
Štěpán Němec fd9319726d Delete done TODO items.
--HG--
branch : key-processing
2011-01-25 00:29:03 +01:00
Štěpán Němec f06d5653c7 Typos, corrections and consistency fixes.
--HG--
branch : key-processing
2011-01-25 00:27:24 +01:00
Kris Maglione 93b9aade1d Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG--
branch : key-processing
2011-01-24 03:56:27 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione fb4aafc21e Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG--
extra : transplant_source : %CD%8A%D4L%5D%DD%5E6A%1A%02Gm%22%28%0E3%A6%B4%85
2011-01-24 03:56:27 -05:00
Kris Maglione 353f233167 Fix error when closing last about:blank tab on FF36. Closes issue #299.
--HG--
extra : transplant_source : P%95%87n%EC%F51%BA%92h%12%8EV%1B2%B7%A5%D2%97%A9
2011-01-23 20:07:50 -05:00
Kris Maglione f33ae2b044 Add :sidebar!. Closes issue #269. 2011-01-22 07:14:55 -05:00
Kris Maglione 6fe80884d8 Fix generation of temp filenames. Closes issue #285. 2011-01-21 09:10:35 -05:00