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

2972 Commits

Author SHA1 Message Date
Daniel Bainton 466e521230 Revert "Replace use of editor.pasteClipboard with executeCommand("cmd_paste")."
This reverts commit 7e8db4743b24368ba1784420e6cdf6b4838958df.

The commit breaks selection pasting in linux, so reverting.
2009-03-08 20:35:16 +02:00
Doug Kearns 52956a9aa1 Replace use of editor.pasteClipboard with executeCommand("cmd_paste").
This fixes #93 (<s-insert> in the bottom of a long textarea bounces up)
as well.
2009-03-09 01:18:57 +11:00
Doug Kearns 8c2adfefb1 Rename an oddly named variable in util.readFromClipboard. 2009-03-07 02:40:20 +11:00
Doug Kearns 31a5605158 Fix links in :help contact text. 2009-03-07 01:11:51 +11:00
Doug Kearns db0b6ad629 Add help links to Mozilla KB preference documentation. 2009-03-07 01:01:47 +11:00
Doug Kearns 5f190d3443 Strip leading counts and trailing bangs from help tag links. 2009-03-07 00:50:28 +11:00
Doug Kearns 9d3a5ec939 Fix help links whose destination is the current page. (#169) 2009-03-05 01:27:41 +11:00
Doug Kearns 1117fc7ad0 Sync help and wiki donation blurbs. 2009-03-04 21:19:34 +11:00
Doug Kearns c14f5eed2b Fix typo in :cabbrev help. 2009-03-04 20:42:34 +11:00
Doug Kearns 033aab5e5a Trivial help formatting improvements. 2009-03-04 20:28:55 +11:00
Doug Kearns 1e7158b397 Fix accessing help topics on the current help page.
Only those beneath the current page position were accessible.
2009-03-04 17:25:18 +11:00
Daniel Bainton 8e85219443 Fix vimperator for the latest firefox nightlies 2009-03-03 15:53:42 +02:00
Doug Kearns 00458601b5 Document the "h" value of 'cpt' (#168). 2009-03-03 03:01:20 +11:00
Doug Kearns 0c8045d134 Remove TODO item regarding 'flashblock' query return value.
The problem lies with the plugin. The 'flashblock' setter is returning a
string rather than a boolean.
2009-03-03 02:37:11 +11:00
Doug Kearns 866940886d Set the href of links in the output of :jumps to the actual URL.
template.highlightURL should probably have the same change applied but
I'm not sure of the intent there.
2009-03-03 00:57:04 +11:00
Doug Kearns 614ab6082c Fix ;t and ;b extended hint modes in the MOW. 2009-03-03 00:50:11 +11:00
Doug Kearns 4cd6c1b271 Explicitly describe how to disable all bells in 'vb' help. 2009-03-01 14:15:28 +11:00
Doug Kearns 226e7e6add Remove a trailing comma from an object literal. 2009-03-01 14:15:26 +11:00
Martin Stubenschrott 3c3f6c1ee9 added/updated Donor names 2009-02-28 22:17:16 +01:00
Doug Kearns f82b03f796 Fix escaped path separator in messages on Windows. 2009-03-01 02:49:18 +11:00
Doug Kearns b3a5f279fc Fix arg markup in :delstyle help section. 2009-03-01 01:55:11 +11:00
Doug Kearns f28f6bc5fb Update TODO with current MOW hinting status. 2009-02-28 22:05:26 +11:00
Doug Kearns 09e82c7914 Fix version.html generation for POSIX sed. 2009-02-26 14:51:48 +11:00
Daniel Bainton e0d95a115b Fix typo in Donors 2009-02-24 17:44:55 +02: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
Ted Pavlic e318da7073 Made <S-l> and <S-L> look the same to events.js 2009-02-23 10:30:07 -05:00
Ted Pavlic eb74df729e Change two Makefile.common var references to use $() over ${}.
Both are legal in Makefiles, but $() matches local convention, and $()
prevents confusion about when the variable is expanded (i.e., shell vs.
make).
2009-02-23 10:14:16 -05:00
Daniel Bainton 530670f1a0 case-insensitivity for :sidebar and :dialog 2009-02-23 08:18:03 +02:00
anekos e459c7c867 Escaping the error.
A error occurs if the element has been removed when "elem.selectionStart" is executed.

e.g.
  Press "gi<ESC>" on
  <input type="text" onfocus="this.parentNode.removeChild(this)" />
2009-02-23 04:55:51 +09:00
Doug Kearns bbb22074a9 Fix make clean and distclean. 2009-02-20 17:25:49 +11:00
Martin Stubenschrott 79e1a8d9e0 updated donors 2009-02-20 00:18:25 +01:00
Daniel Bainton 6be11c7cc2 update makefile for 2.0 beta3 pre 2009-02-19 18:00:32 +02:00
Daniel Bainton 5a60b27cf9 Vimperator 2.0 beta2 2009-02-19 16:40:45 +02:00
Doug Kearns 9f70457a4a Fix the formatting of some example help commands. 2009-02-20 00:13:12 +11:00
Doug Kearns 3cd3c60f16 Document the fact that ]] uses 'hinttags' to find links. 2009-02-19 23:45:50 +11:00
Doug Kearns 22200fc282 Remove some duplication from buffer.followDocumentRelationship. 2009-02-19 23:41:32 +11:00
Doug Kearns 600f80a968 Minor improvement to |extended-hints| help introduction. 2009-02-19 23:02:31 +11:00
Doug Kearns f1a4464e76 Normalise the capitalisation of mode names in the help. 2009-02-19 22:56:05 +11:00
Doug Kearns 7d4a3ae1b8 Update AUTHORS. 2009-02-19 13:15:46 +11:00
Doug Kearns bc2c4d896f Remove 't_vb' from Vim syntax files. 2009-02-19 13:00:26 +11:00
Doug Kearns faa928f957 Add stepnem to AUTHORS and whitespace fixes in help. 2009-02-19 12:53:03 +11:00
Štěpán Němec 926355a7ec A number of minor fixes in help files.
Mostly typos/omissions/markup errors, more remarkable e. g. changing
'b' to 'B' in tutorial reflecting a change from 1.2.
Also uncommented [macros] section in asciidoc.conf (is that right?).

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
2009-02-19 12:13:59 +11:00
Doug Kearns 7b9dfd2070 Whitespace fix. 2009-02-19 12:13:58 +11:00
anekos 4a475bb234 Fix for f09dc06283bef36e99e315b57acd16879c036410 2009-02-18 21:20:43 +09:00
anekos 60509096b3 Changed the behavior when commandline.input was canceled.
When commandline.input is canceled, should not do callback to act like Vim,
2009-02-18 17:45:56 +09:00
anekos d3d8e21fa9 Remove empty comment
eb9211b894f384c7a6fda21fd0219378c6e8643f
2009-02-18 00:17:17 +09:00
anekos f0ff9bf2a1 Fix: set! foo="multibyte string" was broken. 2009-02-18 00:11:16 +09:00
Doug Kearns 71a0f56db4 Fix ]] when the relationship is specified with rel/rev (#162). 2009-02-17 01:49:26 +11: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
Doug Kearns bf408dd25b Add TODO regarding broken MOW hinting. 2009-02-15 15:44:10 +11:00