1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 18:31:25 +02:00
Commit Graph

215 Commits

Author SHA1 Message Date
Doug Kearns 56f1fe6c50 Remove some silly argument guard clauses.
Removed from Command(), Mapping() and Option().

Throw an exception if you care enough to check but we don't do so
anywhere else.
2009-05-15 00:39:47 +10:00
Doug Kearns a487d34d7d Add some rough documentation for Mappings.
Someone should really add some polished documentation.
2009-05-15 00:37:46 +10:00
Kris Maglione 43537025c6 Some esthetic and practical changes to modes and a couple of completion functions. 2009-05-05 17:23:04 -04:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns 8c495eb7ba Add Player mode :pmap commands. 2009-03-25 04:13:15 +11:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 5b4a1d11f8 prefer let over var in Mappings, Modes, and Options 2008-12-21 00:28:19 +11:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Kris Maglione 0e13ddd166 No mapping found 2008-12-05 07:31:58 -05:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00