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

37 Commits

Author SHA1 Message Date
Kris Maglione c9c708f636 Fix some bugs, generally. 2009-02-09 16:18:24 -05:00
Kris Maglione eb88d7ea0b Sorry, stashed changes including:
Change util.range to accept an increment as the third argument.
    Sanitize Makefile.doc
2009-01-21 03:41:43 -05:00
Ted Pavlic 45f6153de4 More command-line edits (now elsewhere in the source). 2009-01-17 12:55:56 -05:00
Kris Maglione 00470a05b0 Generally insignificant aesthetic changes. 2009-01-14 00:07:17 -05: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
Kris Maglione 358b4b2f4b Fix completion messages 2009-01-12 01:05:37 -05:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns 5dbcd6f7e0 Add some rough source documentation for IO. 2009-01-11 01:12:30 +11:00
Kris Maglione 9618547d47 Fix tab-completion again 2009-01-09 14:02:36 -05:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns c57a97741d Fix multiple arg parsing in util.stringToUrlArray. 2009-01-01 22:01:59 +11:00
Doug Kearns cb5fca695f Rename the misspelled util.interruptableRange to util.interruptibleRange. 2009-01-01 22:01:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
Doug Kearns 483b3f4b00 Document return value of util.cloneObject. 2008-12-23 22:07:54 +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
Doug Kearns fbb1f33fab Use the RegExp global function rather than calling the constructor. 2008-12-21 22:07:16 +11:00
Kris Maglione 2c325d4043 Document some stuff in util.js 2008-12-20 18:54:49 -05:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione f60ea76379 Make sure that the hint number is in the viewport 2008-12-19 14:57:34 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05: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 4fbc88f975 Revert commandline.status, commandline.error 2008-12-16 17:53:27 -05:00
Kris Maglione 3e330c3277 Fix... 2008-12-14 19:51:27 -05: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 348fa9dc1a Fix olocalhost:631 2008-12-14 18:43:43 -05:00
Kris Maglione 374004e31b Add *very* basic (and bad) E4X highlighting for vim. 2008-12-09 22:00:47 -05:00
Kris Maglione 394815017f The nth person to 'fix' stringToURLArray. 2008-12-08 21:39:03 -05:00
Martin Stubenschrott da892236aa Fixed whitespace. Ted: Put a space between if and (, but not after the ( 2008-12-09 01:51:01 +01:00
Ted Pavlic 8d6b237b9e Fixed ':open stuff://junk' to do a defsearch 2008-12-08 16:49:42 -05:00
Ted Pavlic 21a38093e2 Fixed ':open google this is a sentence. this is another' 2008-12-08 16:44:41 -05:00
Martin Stubenschrott 9be1936b05 Fixed :open test.com 2008-12-08 21:47:18 +01:00
Martin Stubenschrott 21e2219819 fixed view-source: 2008-12-08 19:07:21 +01:00
Martin Stubenschrott 564ed266cf fixed :open keyword 2008-12-08 18:52:00 +01:00
Martin Stubenschrott cd84d64b43 allow searching for std::string like strings by checking wheter \w+ is an actual protocol 2008-12-08 15:38:59 +01:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00