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

77 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
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns f7accd657a Don't anchor :undo completions. 2009-01-11 11:32:08 +11:00
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Doug Kearns 5f846990bc Trivial refactoring of tabs.{getTab,getLocalStore}. 2009-01-01 22:01:51 +11:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
Doug Kearns aba49d9ce4 Fix #88 (:buffer! is broken). 2008-12-25 02:38:15 +11:00
Kris Maglione 89698e3e05 s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("' + lcfirst($1) + '")'/ge 2008-12-23 15:07:48 -05:00
Doug Kearns 99384f1dad Fix return signature of tabs.tabStrip and showtabline's completer. 2008-12-23 22:07:57 +11:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione 480151cc4d Move 'system' arg of Styles methods to arg 0, and add completion functions 2008-12-19 17:11:05 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns 695b3ed9ea minor refactoring of "b" action 2008-12-19 23:17:52 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Kris Maglione f004545036 Minor cleanup 2008-12-17 16:43:14 -05:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Kris Maglione acb556d111 Use separate tab bindings for OS-X. Someone please test this. 2008-12-17 00:08:08 -05:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Kris Maglione 0025d79a1d Allow [count]b == :[count]b 2008-12-14 20:28:06 -05:00
Doug Kearns d7da534a88 use argCount: "?" for :tab{previous,next,close} 2008-12-13 01:25:28 +11:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Kris Maglione 0f330b3a15 Fix :echo undefined 2008-12-11 15:22:01 -05:00
Doug Kearns c4ba7444c2 prefer let over var in Tabs 2008-12-08 19:36:50 +11:00
Doug Kearns b921abb6a3 use argCount: "?" for :tabmove 2008-12-08 14:14:03 +11:00
Doug Kearns 2756201060 always return a value from tabs.getContentIndex 2008-12-08 13:25:07 +11:00
Kris Maglione e68aaed9c1 Warn user when changing a pref that theyve changed. Dont open 14 error consoles when we break a module. 2008-12-05 12:51:48 -05:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00