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

164 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 01b7a39a5b Whitespace fixes. 2009-01-12 15:32:52 +11: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
Kris Maglione de9e366f12 Cleanup some docs. Fix completion sizing bug. 2009-01-10 23:15:33 -05:00
Kris Maglione d0681e8aa7 Fix plugins[name] 2009-01-10 18:51:24 -05:00
Doug Kearns 050b701745 Make io.system behave like Vim with a default 'shellredir' setting. 2009-01-11 01:20:07 +11:00
Doug Kearns 5dbcd6f7e0 Add some rough source documentation for IO. 2009-01-11 01:12:30 +11:00
Kris Maglione 4f4d6ddd9d Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/io.js
	common/content/style.js
2009-01-07 00:26:37 -05:00
Doug Kearns 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Kris Maglione 763059641d Fix formatting. Ted: Please try to format your code consistently with the rest of the codebase. 2008-12-30 22:41:34 -05:00
Doug Kearns ef34a5b71d Trivial refactoring of io.readDirectory. 2008-12-31 13:08:35 +11:00
Ted Pavlic 5d8d61cc01 When setting rtp on startup, set VIMPERATOR_RUNTIME to match if it doesn't already exist. 2008-12-30 10:10:37 -05:00
Ted Pavlic aef0a1fe28 Spelling 'refactoring'. 2008-12-29 16:46:26 -05:00
anekos d4ed88dbb5 Follow ff=mac. 2008-12-26 14:44:12 +09:00
Kris Maglione 91d824b4a6 Fix io.js 2008-12-24 14:21:20 -05:00
Kris Maglione baf1af72e5 Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/io.js
2008-12-24 13:27:00 -05:00
Kris Maglione 313136a1f8 Cleanup io.js with relation to path separators 2008-12-24 13:22:54 -05:00
Kris Maglione deaba40c8f Fix IO.expandPath quirk on MS 2008-12-24 13:07:36 -05:00
Kris Maglione d2fea07fbd Don't echo commands executed from sourced files. 2008-12-23 17:25:08 -05: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
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 911470e0a7 Speed up file completion a bit, with sorting off. Sort directories first, which slows it down with sorting on. 2008-12-20 13:30:08 -05:00
Kris Maglione 196f3ec686 Remove ^Ms from sourced files 2008-12-19 18:22:25 -05:00
Kris Maglione 491751bb62 Make io.system a bit less silly. 2008-12-19 17:27:25 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns b98b367776 trivial refactoring of :emenu and :chdir actions 2008-12-19 23:59:25 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Kris Maglione c094a2dd2b Fix */# 2008-12-18 18:21:01 -05:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
Kris Maglione 7733f45969 Fix non-auto completions. Possibly break something else. 2008-12-17 20:06:27 -05:00
Kris Maglione ec26e68027 Uglily fix io.system with multibyte commands. 2008-12-17 18:58:07 -05:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Kris Maglione 1ffb5e90ad Minor cleanup 2008-12-17 16:30:26 -05:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Kris Maglione 4fbc88f975 Revert commandline.status, commandline.error 2008-12-16 17:53:27 -05:00
Kris Maglione 672e109c67 Fix joinPaths when stuff dun't exist 2008-12-16 17:24:18 -05:00
Kris Maglione 83b30172f8 Only normalize() paths that exist. 2008-12-16 16:50:40 -05:00
Kris Maglione ad94daa5a7 Reformat try-catch block. 2008-12-16 16:31:33 -05:00
Ted Pavlic fb2751faf7 Capture exception thrown by normalize on MacOSX. Feel free to revert. I did my best. 2008-12-16 16:00:07 -05:00
Kris Maglione e9dcf368ad Normalize path on :cd 2008-12-16 12:06:15 -05:00
Kris Maglione c4e6a3850d Fix commandline.echomsg in io.js 2008-12-16 11:58:04 -05:00
anekos fc70aa96c7 Fix for windows.
io.expandPath("~\\vimperator") does not work on windows.
2008-12-14 14:31:08 +09:00
Kris Maglione 087dcd522c Make path expansion vim compatible: expand vars before and after expanding ~. Are we matching bugs? 2008-12-12 14:59:09 -05:00
Kris Maglione 76ea4cacc0 Revert checking $LIBERATOR_HOME. Sorry, Ted, this is the kind of change that should be discussed first. 2008-12-12 11:20:46 -05:00
Daniel Bainton b861cf4820 Project specific _HOME should override LIBERATOR_HOME, so changing order for them 2008-12-12 14:51:27 +02:00
Ted Pavlic 47496af2e0 Added LIBERATOR_HOME so that users don't have to define lots of environment _HOMEs as the liberator project grows. 2008-12-12 07:42:19 -05:00