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

81 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
Kris Maglione a524b70b52 Fix CommandLine#History docs. Add evil fold markers. 2009-01-11 14:43:29 -05:00
Doug Kearns e004668572 Access the console service via the services cache in liberator.log. 2009-01-05 21:53:55 +11:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns 49e0c091c1 s/stylesheet/style sheet/g in documentation. 2009-01-05 21:10:57 +11:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Kris Maglione c316127c1c Fix some more CSS warnings 2008-12-29 15:58:55 -05:00
Kris Maglione bd2c0f25c6 Fix highlight empty CSS stuff. 2008-12-29 13:53:17 -05:00
Doug Kearns dba08286e8 Prefer let over var in Highlights and Bookmarks. 2008-12-23 22:07:53 +11:00
Martin Stubenschrott feeccb23d2 Undo certain parts from the unfortunate "service" commit, to unbreak Muttator. @Kris: Please try not to
commit unconnected things at once, as it's much harder to revert such commits :( I'll have to revert
the service -> Cc/Ci manually now, as I got lots of conflicts in reverting, and if i didn't, i wouldn't
want to undo the other parts of that commit (like VIMPERATOR_RUNTIME or the added comments)
2008-12-23 03:15:52 +01: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 d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Kris Maglione ff8cd3e194 Update TODO, add :colo default (== :hi clear) 2008-12-16 16:42:10 -05:00
Kris Maglione 9089306c5e Re-add CSS comment. 2008-12-16 14:13:18 -05:00
anekos 5198adc456 Remove the comment in CDATA section.
CDATA section does not understand comment.
2008-12-17 02:17:55 +09:00
Kris Maglione 1f67e14cb1 Update javascript syntax file 2008-12-16 11:42:00 -05:00
Kris Maglione 5489a0b2de :hi clear 2008-12-14 18:43:43 -05:00
Kris Maglione 54cc80ec11 Don't anchor :style URL completions 2008-12-10 16:15:54 -05:00
Kris Maglione 374004e31b Add *very* basic (and bad) E4X highlighting for vim. 2008-12-09 22:00:47 -05:00
Kris Maglione 183b48afa1 Cleanup ui.js history searching. Fix white-space in :echo/! output. 2008-12-06 18:10:22 -05:00
Kris Maglione 2df1016bd5 Fix command line padding 2008-12-06 10:03:12 -05:00
Kris Maglione 983c2be92b Add separate echo/command-line widgets 2008-12-06 09:41:59 -05:00
Kris Maglione ed7549cca7 Fix CompTitle padding, and stuff. 2008-12-05 17:55:38 -05:00
Kris Maglione b8d32c8e3d Add go=r to toggle the scrollbar 2008-12-04 15:58:19 -05:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00