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

92 Commits

Author SHA1 Message Date
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns cb0f542e94 Rename Search to Finder.
Search generally refers to web searches in this domain and mixing
"search" and "find" within the same module is very confusing.
2009-05-11 17:53:33 +10:00
Doug Kearns 4912348398 Normalise the count arg of map actions with Math.max.
Passing an arg object to these actions as is done for commands might be
better.
2009-05-06 21:45:03 +10:00
Kris Maglione 01a8844d96 Revert "Fix #258: :set urlseparator= results in infinite loop"
This reverts commit e0f50f4eef07670f5c4ece8496785f6683236dc8.
2009-05-01 17:49:41 -04:00
Kris Maglione e5dc623247 Fix #258: :set urlseparator= results in infinite loop 2009-05-01 14:26:23 -04:00
Doug Kearns a1ce575cef Return the default 'stal' value for Vimperator and Xulmus to 0. 2009-04-01 17:02:36 +11:00
Kris Maglione 2a88d8a3bf Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
2009-03-30 01:19:29 -04:00
Kris Maglione 7e068d4f9e Fix some zi/zo issues. 2009-03-30 01:16:39 -04:00
Kris Maglione a8f41faf4e Merge. 2009-03-30 01:14:46 -04:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns 16eb0a1148 Fix typo in LocationChange autocomd description. 2009-03-25 12:44:00 +11:00
Kris Maglione cf57844986 Get rid of some 'config.name' checks in the common tree. These should all, ideally, go. 2009-03-22 02:25:05 -04:00
Doug Kearns 62bc7fb9b5 Add "w" and "W" Normal mode mappings.
These work just like o/O and t/T but for new windows.
2009-02-28 22:17:59 +11:00
Doug Kearns 60791f64af Ignore case in :sidebar and :dialog completion.
Also fixes these to report the original arg in error messages again.
2009-02-24 15:22:08 +11:00
Daniel Bainton 530670f1a0 case-insensitivity for :sidebar and :dialog 2009-02-23 08:18:03 +02:00
Doug Kearns 0aea143325 Add a version.html help page.
NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
2009-02-15 15:44:11 +11:00
Ted Pavlic 9993f0594e Make abbreviations expand on quotes as well as space.
Also added rough documentation for insert mode.

TODO: Abbreviations should also expand on <CR> and <Tab>, but right now
adding <CR> to the mappings.add() has no effect, and adding <Tab> to the
mappings.add() breaks tab completion.

TODO: Rather than listing non-keyword characters in two places (ui.js
and mappings.js), they should be specified in one location (that could
someday be trumped by an 'iskeyword' option).
2009-01-20 10:45:48 -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
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
anekos f8ffc1b482 Fix 'online' option's getter 2009-01-05 13:59:58 +09:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 89743f5435 Fix missing vimperator help logo. 2008-12-23 23:32:56 +11:00
Doug Kearns f859d73149 Fix return signature of incrementURL. 2008-12-23 22:30:55 +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 90d7eb0d17 Respond to "how would one knwo which classes to load where?" 2008-12-22 19:53:16 -05:00
Martin Stubenschrott db0fa4bc5b Fixed ctrl-a/x with 0003-style urls, thanks hogelog 2008-12-22 13:15:05 +01:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Kris Maglione 0293145684 Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Doug Kearns dd737ad3c0 use literalArg with :sidebar - this is debatable 2008-12-12 14:03:26 +11:00
Daniel Bainton 016770bf7d :prefs needs to be application specific, so moving :prefs to vimperator and adding a new :prefs for muttator 2008-12-11 18:12:58 +02:00
Doug Kearns eccd44d772 prefer let over var in vimperator#config 2008-12-10 13:52:54 +11:00
Doug Kearns 2bd177b471 minor refactoring of "gu" action 2008-12-10 13:52:51 +11:00
Kris Maglione 280b4befcb go=lrb for left, right, and bottom scrollbars respectively. 2008-12-05 12:23:59 -05:00
Martin Stubenschrott fd77862f15 [muttator] fixed guioptions handling 2008-12-04 22:19:03 +01:00
Kris Maglione b8d32c8e3d Add go=r to toggle the scrollbar 2008-12-04 15:58:19 -05:00
Kris Maglione 4186aa713a Make last commit a bit nicer 2008-12-02 20:16:18 -05:00
Kris Maglione b0a91b1c73 Fix vimperator's logo in help pages. 2008-12-02 19:24:37 -05:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00