Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 7a09c698f7 Add some missing options to index.xml help page. 2010-10-01 23:55:13 +10:00
Doug Kearns 84cd9c5cef Fix trailing whitespace in last commit (stepnem).
Also kick stepnem to bottom of the AUTHORS list at his request.
2010-10-01 22:48:51 +10:00
Doug Kearns 17a0f7bc8d Update Vim runtime files. 2010-10-01 22:20:34 +10:00
Doug Kearns b05c6f5659 Update Pentadactyl's AUTHORS list. 2010-10-01 20:41:05 +10:00
Doug Kearns 75854ad74d Fix 'banghist' type definition. 2010-10-01 20:33:10 +10:00
Doug Kearns 924f6ab1b2 Replace some Muttator references. 2010-10-01 03:09:31 +10:00
Doug Kearns 725cf1f1f7 Replace the *.vimp file extension with config specific extensions. 2010-10-01 02:43:02 +10:00
Doug Kearns 002522c179 Remove a couple of spurious files. 2010-10-01 01:18:08 +10:00
Doug Kearns 8911bedbd7 Remove a stale comment.
The visualbell popup no longer clears the command-line.

--HG--
extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600
2010-09-30 16:51:59 +10:00
Doug Kearns db40a27d0e Fix the version string on the about:pentadactyl page.
--HG--
extra : rebase_source : ba2cbc680cdda61eb4212550aaff04d58dd1b5a4
2010-09-30 16:46:50 +10:00
Doug Kearns d7bf145acf Normalise the use of "Ex command" in the help files.
--HG--
extra : rebase_source : cff38cc5048c648485bca80031910c1712280b35
2010-09-30 15:30:23 +10:00
Doug Kearns 37d94aaed9 Junk dactyl.{evalExpression,variableReference}.
Replace mappings.getMapLeader() with a mappings.mapLeader property.
2010-09-28 18:53:35 +10:00
Doug Kearns 0d56dac3ac Fix output of :let when no variables are defined. 2010-09-28 18:36:00 +10:00
Doug Kearns f3be395b0c Remove a stale comment. 2010-09-28 18:32:08 +10:00
Doug Kearns a1aa473440 Remove useless example RC files.
These would be much better hosted on a wiki or similar.

--HG--
extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb
2010-09-27 01:02:42 +10:00
Doug Kearns 59a65053a7 Update Teledactyl related Vim runtime files.
--HG--
rename : teledactyl/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/teledactyl.vim
rename : teledactyl/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/teledactyl.vim
extra : rebase_source : 46fb45b2e516c953617080ddf417d5ecc5c724ba
2010-09-27 00:43:43 +10:00
Doug Kearns 28981bbd22 Clarify the Quickmarks#jumpTo docs. 2010-09-26 12:09:23 +10:00
Doug Kearns 87b29aa609 Camel-case array#{iteritems,itervalues}. 2010-09-26 11:54:28 +10:00
Doug Kearns 8f34359ab8 Fix typo in IO#readHeredoc. 2010-09-26 02:23:07 +10:00
Doug Kearns 67535d91d9 Fix typo in :help :js text. 2010-09-26 02:17:27 +10:00
Doug Kearns 8fdb8abd49 Clean up so loose ends from the recent Command#execute refactoring.
This fixes [count]u.

--HG--
extra : rebase_source : a453a99a757e434b6ce1758320d5840d8286002e
2010-09-26 01:57:54 +10:00
Doug Kearns 88519c83f5 Fix setting of preferences to false via :set!. 2010-09-24 17:26:54 +10:00
Doug Kearns c111b047c6 Fix a few more comment typos. 2010-09-24 16:52:32 +10:00
Doug Kearns 0d2b1b6dfd Whitespace fixes. 2010-09-24 16:26:08 +10:00
Doug Kearns 904f3cb974 More camel-casing.
isInstance -> isinstance as homage to instanceof.
2010-09-24 16:19:50 +10:00
Doug Kearns a06b571058 Update Vim syntax highlighter. 2010-09-24 16:03:14 +10:00
Doug Kearns 06215e2eb9 Revert 975d3f90c8a1 for now.
The magical powers of getCurrentWord() have temporarily won.
2010-09-23 20:21:11 +10:00
Doug Kearns ad8b0de148 Mention broken */# commands in TODO. 2010-09-23 20:04:17 +10:00
Doug Kearns b6b0d5b427 Change buffer.getCurrentWord() to a read-only property buffer.currentWord. 2010-09-23 20:03:26 +10:00
Doug Kearns defa81b3d5 Camel-case some identifiers gone rogue.
Do not free a camel of the burden of his hump; you may be freeing him from
being a camel.
- G. K. Chesterton
2010-09-23 20:01:50 +10:00
Doug Kearns 78b223bc74 Mention the change in behaviour of rtp=,, in NEWS.
--HG--
extra : rebase_source : 5bdd30da9d555d05306c2aaa1bdcadb7dfdb82dd
2010-09-23 18:44:19 +10:00
Doug Kearns 4897e5cfad Add missing config.idname.
This fixes a host of issues but, most prominently, 'rtp' is correct on Windows
again.
2010-09-23 13:48:50 +10:00
Doug Kearns 21a9755bbd Add 'hintkeys' to the Vim syntax highlighter.
--HG--
extra : rebase_source : 46d17cb96f4c615b77ac2f2aa502e1f37fd9605b
2010-09-23 11:30:31 +10:00
Doug Kearns 91b4b11c22 Fix :map -description spelling.
--HG--
extra : rebase_source : 105e6d962dfa20e96c1e942e2f1901c78e407be4
2010-09-23 02:34:47 +10:00
Doug Kearns f089badc81 Revert 1c909d84822f
Restore declarations of window.liberator and modules.liberator.  These afford
some compatibility for plugins with liberator apps.

--HG--
extra : rebase_source : 8b0ca4c9365f0da89045ec4d76845e7ddee811fc
2010-09-23 01:05:00 +10:00
Doug Kearns 31e3544006 Make use of String#trim.
--HG--
extra : rebase_source : d55aa303e47dab2902c8fdfafb9e82f603ff0c67
2010-09-23 00:33:54 +10:00
Doug Kearns cce6bb653e Add missing semicolons.
...let the good times roll.
2010-09-22 23:44:04 +10:00
Doug Kearns 39cbb91490 Remove declarations of window.liberator and modules.liberator. 2010-09-22 21:45:25 +10:00
Doug Kearns 5f2436650c Fix :cd command. 2010-09-22 21:22:00 +10:00
Doug Kearns 75e84aac6f Fix typo reference to dactyl.userfunc. 2010-09-22 17:43:03 +10:00
Doug Kearns 542086159f Fix Windows platform detection.
--HG--
extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
2010-09-22 17:36:04 +10:00
Doug Kearns 60eac8d752 Whitespace fixes.
--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
2010-09-22 13:35:11 +10:00
Doug Kearns 9d45874881 Fix the Windows RC file name in the "Intitialization" help section. 2010-09-22 02:42:01 +10:00
Doug Kearns 14d88e8853 Fix help typo. 2010-09-21 23:54:10 +10:00
Doug Kearns e818d4f88d Fix some help file typos. 2010-09-21 23:40:37 +10:00
Doug Kearns ad3f56927c Mention 'autocomplete' in the NEWS file. 2010-09-21 23:19:24 +10:00
Doug Kearns a460446f00 Resurrect the tutorial help page. 2010-09-21 00:04:56 +10:00
Doug Kearns d897676a89 Don't source an extra *.local RC file from the generated RC file. 2010-09-20 23:02:35 +10:00
Doug Kearns 9dbb30c4a8 Fix :pagestyle completion. 2010-09-20 22:24:10 +10:00
Doug Kearns 10d6a22518 Update Pentadactyl related Vim runtime files. 2010-09-20 21:46:47 +10:00
Doug Kearns 7e6e6e9464 Update Flash Blocker URL in example plugin help section 2010-09-20 20:10:19 +10:00
Doug Kearns 0a0bd45601 PD Vim syntax file update
Delivered-To: maglione.k@gmail.com
Received: by 10.216.136.214 with SMTP id w64cs2667wei;
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
Return-Path: <dougkearns@gmail.com>
Received-SPF: pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) client-ip=10.227.138.146;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) smtp.mail=dougkearns@gmail.com; dkim=pass header.i=dougkearns@gmail.com
Received: from mr.google.com ([10.227.138.146])
        by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192263 (num_hops = 1);
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:mime-version:received:from:date
         :message-id:subject:to:content-type;
        bh=8pQUW5WLnsK61m2IZPWOnOPaQlu/k2jhkbbOFOecr2A=;
        b=W/+613sGtVKvI12FR9kJjsK4c4c2tUpTk9WgTdUFhFXItgDA8yaTCnb2zrzYbn+ReP
         yXyrVWu+fFAeNQKtk3afP+gKh9HlCNufq6UIoLRk9k2jwCsIoUO75FXbSk7MXL4Q1G2y
         NYDYeWNUccCowS2PRPiHgM0Vt+Af0nU/tM6T4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        b=w4FhoErEFuUuIoaJOAnwhJjs1flQd2Yz5nkbRlPcLLhMm0qhUMg62PJ7uMCsJv9mdr
         +nGqpFplrRmAhsU2KTAf1k8vqJ+SWYNnSpE+axoyUFCZ+Xc9OfvWvsVF8cVg46wmkUKF
         y6uJJYEoMmpAfYQeX7rchyTlGhU9g7Mm2YZUk=
Received: by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192249;
 Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.227.135.131 with HTTP; Fri, 10 Sep 2010 00:52:52 -0700 (PDT)
Message-ID: <AANLkTi=F6XwDTh+++ph4Qdw5pm3YAMvwvZNBi49nU84=@mail.gmail.com>
To: Kris Maglione <maglione.k@gmail.com>
Content-Type: multipart/mixed; boundary=00163645735ad6998c048fe309e3
2010-09-10 17:52:52 +10:00
Doug Kearns 252070f142 Banish Konstantin, Tim and myself to the Former Developers wasteland.
...after consulting with all three.

--HG--
extra : rebase_source : a487f5d9d930b4aae694ae128b9ee7ff1c663e85
2009-11-25 04:07:43 +11:00
Doug Kearns 4ed5f85eab Remove util.isArray which is made redundant by isarray.
--HG--
extra : rebase_source : 59b8cb2d2e12ebd92b78e95ae16860f6e570841e
2009-11-20 01:53:29 +11:00
Doug Kearns 346207ec91 Normalize access to the current media list view.
--HG--
extra : rebase_source : 4c0e528eaa949be3443441b263011d79d1adc33b
2009-11-20 01:38:19 +11:00
Doug Kearns e9a66bcaed Cleanup :filter and :queue documentation. 2009-11-18 19:58:38 +11:00
Doug Kearns 43a3cfe732 Fix :sortview. 2009-11-18 19:54:53 +11:00
Doug Kearns e2189a0eba Add broken command-line handling to Xulmus/TODO. 2009-11-18 06:55:22 +11:00
Doug Kearns a057f840e8 Q'n'D fix for :messages. 2009-11-18 06:48:04 +11:00
Doug Kearns 3dd702f6da Clean up Xulmus. 2009-11-18 06:41:35 +11:00
Doug Kearns 5fb9140b66 Fix the file permissions for options.js. 2009-11-18 01:12:40 +11:00
Doug Kearns c5cfb12291 Remove Xulmus#Config#incrementURL.
This is now provided by the browser module.
2009-11-18 01:11:12 +11:00
Doug Kearns 9b20a59d2a Add Songbird specific services to the services module. 2009-11-17 23:11:28 +11:00
Doug Kearns c22e7d38d0 Fix command spec parsing.
"!" is a valid command name.

--HG--
extra : rebase_source : 3c99e0524fb81b84ebcf1546026fcb102ec9c6c7
2009-11-17 20:45:09 +11:00
Doug Kearns 49bedfa5c2 Fix some JS warnings. 2009-11-17 15:13:10 +11:00
Doug Kearns cb7cff5766 Only call update() in (Command|Option|Map)#init if the extra config map was specified. 2009-11-17 13:56:12 +11:00
Doug Kearns 230490db05 Move Map's property definitions outside init.
--HG--
extra : rebase_source : 6ab30f7e512283852024f2de6abc69f203f5e8d3
2009-11-16 23:45:11 +11:00
Doug Kearns 01a04a9d9f Move Command's property definitions outside init.
--HG--
extra : rebase_source : 2237c2350957975938140d4f4c556898763ef7d3
2009-11-16 02:32:28 +11:00
Doug Kearns 240482c951 Actually make the player help available in Xulmus.
Bump the XML declaration up a line.
2009-11-15 20:01:03 +11:00
Doug Kearns 696bfd47ba Convert the Xulmus player documentation file to XML.
--HG--
extra : rebase_source : 7913d7164c0998a27b0295f315a8b9b50ef9d4da
2009-11-15 19:09:16 +11:00
Doug Kearns 9937c2965a Fix some variable references in Hints.
--HG--
extra : rebase_source : cc651cba7e6da7dee9c363f85b3b5459194cce06
2009-11-15 17:49:37 +11:00
Doug Kearns f12fc3db2a Resurrect Xulmus.
So I can wake the neighbours, Apocalypse in 9/8 should do the trick.

--HG--
extra : rebase_source : 7bcb69c8305b738a4017ca63b502b1e73babd71f
2009-11-15 05:21:32 +11:00
Doug Kearns 52749d6722 Remove some redundant uses of "new". 2009-11-14 23:07:56 +11:00
Doug Kearns 90410f2bf6 Fix "G" scroll command.
Broken by 769dad6834.
2009-11-14 22:35:54 +11:00
Doug Kearns 6cc43ad29a Formatting fixes. 2009-11-14 21:57:32 +11:00
Doug Kearns 607e65bf6f Remove unused variable. 2009-11-14 21:54:09 +11:00
Doug Kearns 569bef73bd Finish moving page load event handlers to the buffer module.
Bad merge.
2009-11-14 06:00:57 +11:00
Doug Kearns 0d2d1bd6e9 Fix autocommands.
Update calls to AutoCommands#matchAutoCmd.
2009-11-14 05:03:17 +11:00
Doug Kearns afc14aff65 Remove :edit, :tabedit and :winedit aliases. 2009-11-14 04:20:26 +11:00
Doug Kearns 41b9c8e9a1 Formatting fixes. 2009-11-14 04:20:09 +11:00
Doug Kearns 52562f6390 Fix some documentation typos. 2009-11-14 04:18:59 +11:00
Doug Kearns 592305420d Move page load event handlers to the buffer module. 2009-11-14 04:18:34 +11:00
Doug Kearns d979eb7326 Move Tab* event handlers to the tabs module. 2009-11-14 04:18:01 +11:00
Doug Kearns 157fa3b2e5 Remove unused events#wantsModeReset property. 2009-11-14 04:17:32 +11:00
Doug Kearns 10cd85c34f Fix removal of wrapped key press event handlers. 2009-11-14 04:12:03 +11:00
Doug Kearns efaba491cd Fix "pattern not found" text search error message. 2009-11-10 18:28:20 +11:00
Doug Kearns e04cc5dd33 Fix some munged documentation. 2009-11-10 18:27:32 +11:00
Doug Kearns cf4c33bbd4 Fix abbreviation commands. 2009-11-10 07:06:46 +11:00
Doug Kearns bc101175a1 Whitespace fixes.
--HG--
extra : rebase_source : 3717d85606cea3b4bab637300a06c54d0af0d8c6
2009-11-10 04:54:15 +11:00
Doug Kearns f09f6120e7 Fix -{config.name} command-line processing.
--HG--
extra : rebase_source : 452d953121c4b28ea1585842710e0c74b4bef348
2009-11-10 04:52:26 +11:00
Doug Kearns a7925705d7 Finish the Great Opening Brace Correction. 2009-11-09 16:03:00 +11:00
Doug Kearns 865e075953 Bump Vimperator's version string and fix the 2.2 NEWS entry again. 2009-11-09 03:52:26 +11:00
Doug Kearns a7c5da9f6f Restore :helpall. 2009-11-09 03:28:39 +11:00
Doug Kearns a5ff8c93de Clean up Vimperator's TODO list. 2009-10-30 23:23:32 +11:00
Doug Kearns 0ead36987c Added tag vimperator-2.2 for changeset d4c91b705d55 2009-10-28 18:59:26 +11:00
Doug Kearns 6cd1d17dfd Removed tag vimperator-2.2 2009-10-28 18:59:25 +11:00
Doug Kearns fbceac2d0e Add missing donation buttons to the help pages.
These have been missing for the last two releases.  Is it worse if I say it or
just think it?

--HG--
rename : common/content/x-click-but21.gif => common/content/x-click-but21.png
2009-10-28 18:46:05 +11:00
Doug Kearns af8b04a656 Removed tag VIMPERATOR_2_2_b1 2009-10-28 18:03:14 +11:00
Doug Kearns 548f550285 Added tag VIMPERATOR_2_2 for changeset 513317d5f5f4 2009-10-28 13:41:57 +11:00
Doug Kearns 26024fea33 Update version strings for 2.2 release.
This drops the supported FF max-version back to 3.5.*.  There's several
reported problems with 3.6 that won't be fixed prior to this release.
2009-10-28 13:41:04 +11:00