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

174 Commits

Author SHA1 Message Date
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
Doug Kearns 9729969d8b Whitespace fixes. 2009-01-12 15:32:50 +11:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11:00
Kris Maglione d7b20e26f5 Blur focused element on return to NORMAL mode. 2008-12-21 17:36:55 -05: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
Kris Maglione 947311dfdf Kludge the stupid urlbar focus bug better 2008-12-18 21:37:44 -05:00
Kris Maglione ff8cd3e194 Update TODO, add :colo default (== :hi clear) 2008-12-16 16:42:10 -05:00
Kris Maglione f617e3c174 Revert 'Fixed the issue which cannot escape from hint mode normally.' 2008-12-16 14:06:21 -05:00
anekos 548ab8fb50 Fixed the issue which cannot escape from hint mode normally. 2008-12-17 03:04:44 +09:00
Kris Maglione b0a9411512 Fix some quirks 2008-12-16 12:02:51 -05:00
Kris Maglione f1565ca5ce Hopefully fix quirks in last commit 2008-12-16 11:33:23 -05:00
Daniel Bainton 2c25911122 show 'Press ENTER or type command to continue' again 2008-12-16 16:31:17 +02:00
Kris Maglione 58bca7d6b3 Add commandline.status and commandline.error. Feel free to revert this. 2008-12-14 19:45:57 -05:00
Kris Maglione 485579738d Dont allow <holding-tab> to lag 2008-12-08 08:37:08 -05:00
Kris Maglione cbd9a2555d Fix /find bugs 2008-12-07 16:51:46 -05:00
Kris Maglione 7693ac5000 Fix :time :stuff, etc. 2008-12-07 10:48:03 -05:00
Kris Maglione 983c2be92b Add separate echo/command-line widgets 2008-12-06 09:41:59 -05:00
Kris Maglione 809da07b11 Prevent async completions from resetting selected completion 2008-12-05 06:22:04 -05:00
Kris Maglione b422d18b37 Fix command shadow 2008-12-04 21:25:50 -05:00
Kris Maglione bcb9775b03 Allow <Tab> completion of ;hint modes (again). 2008-12-04 08:18:10 -05:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00