From 35e86115f095e72b06f16d102bfc270acd889211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 9 Jul 2012 19:48:15 +0200 Subject: [PATCH 1/2] Fix a typo from revision 8844fd390b8c. Courtesy Daniel Danner. Closes issue #888. --- common/modules/buffer.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 58c9fa32..c8e436bb 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", { options.add(["previouspattern"], "Patterns to use when guessing the previous page in a document sequence", - "regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source), + "regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source), { regexpFlags: "i" }); options.add(["pageinfo", "pa"], From 25a0ff3603f949b9ca78da0eda2a8f0a09b5a263 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 13 Jul 2012 23:14:32 +1000 Subject: [PATCH 2/2] Update :bmarks documentation. Title filtering is now explicit. Fixes issue #815. --- common/locale/en-US/marks.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml index 2fd08345..154c4293 100644 --- a/common/locale/en-US/marks.xml +++ b/common/locale/en-US/marks.xml @@ -119,11 +119,10 @@ :bmarks! filter

- List or open multiple bookmarks. Opens the message window - at the bottom of the screen with all bookmarks with - titles or URLs matching filter. The resulting - URLs can be clicked, or accessed via extended hint modes - such as ;o. + List or open multiple bookmarks. Opens the message window at the + bottom of the screen with all bookmarks with URLs matching + filter. The resulting URLs can be clicked, or accessed via + extended hint modes such as ;o.