1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-22 08:51: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 72aba0f876 Don't beep when jumping too far with :back/:forward.
Specifying a count larger than the number of history items shouldn't
cause :back and :forward (H and L) to beep. This is also consistent with
other commands.
2009-05-22 10:53:12 +10:00
Doug Kearns 47a5c73a5b Remove some Hungarian notation. 2009-05-12 18:24:12 +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
Martin Stubenschrott cb74c7f40c remove preload option 2009-04-30 08:47:59 +02: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
Kris Maglione ed79b24a01 Merge. 2009-03-12 22:05:38 -04:00
Kris Maglione 93f59df6e7 Fix some bugs---which bugs, I have no idea. 2009-03-12 22:00:46 -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
anekos d5226fc252 Revert "Fix: ':bmark' cannot bookmarks /['"]/ included URL."
This reverts commit fc46e6c4157406fa9706074e3932d153216a9bd3.
2009-02-10 23:28:29 +09:00
anekos 9ef16288f0 Fix: ':bmark' cannot bookmarks /['"]/ included URL. 2009-02-10 11:31:29 +09: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 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
Kris Maglione bd881e062b Small fixes for recent commits. 2009-01-15 15:44:21 -05:00
Doug Kearns 22c65025ed Don't anchor :back/:forward completions. 2009-01-15 22:21:14 +11: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
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Kris Maglione 0aeee25e65 Add standard 'mark' completer. Fix x/y transposition in :delm completion 2009-01-07 17:38:57 -05:00
Ted Pavlic 0cc75219d0 Added completion for :delqmarks. Again, from IRC, bugfix, not feature. 2009-01-07 16:11:28 -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
Kris Maglione d552719235 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-29 13:55:48 -05:00
Kris Maglione 72cb6c35e9 Fix some bugs. 2008-12-29 13:43:26 -05:00
Doug Kearns 165a315204 Fix :back/:forward[!] commands. 2008-12-30 00:53:58 +11:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
Kris Maglione 9c61562ac5 Fix :bmarks -tags 2008-12-28 16:32:34 -05:00
Kris Maglione dc0d92cc55 s/makeURI/window.makeURI/; s/'/"/ 2008-12-28 15:43:30 -05:00
anekos bf83f808e2 For nsITaggingService issue (maybe Firefox bug). 2008-12-25 08:12:29 +09: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 89743f5435 Fix missing vimperator help logo. 2008-12-23 23:32:56 +11:00
anekos 0bfda57eff Fix: getSearchEngines raise a error, if iconURI of a engine has not been defined. 2008-12-23 21:07:51 +09:00
Doug Kearns 19b5905c98 Fix BookmarkAdd autocommand keyword expansion. 2008-12-23 22:50:53 +11:00
Doug Kearns f859d73149 Fix return signature of incrementURL. 2008-12-23 22:30:55 +11: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