From 2c97e220254d8a479219d8113347ede74ba47e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sat, 25 Sep 2010 10:35:24 +0200 Subject: [PATCH] Fix typos and quoting inconsistencies in NEWS. --- pentadactyl/NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index f4ebe472..7bc7c898 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -9,7 +9,7 @@ JavaScript. * Greatly improved private mode support and :sanitize command. * New and much more powerful incremental search implementation. - Improvements over the standard Firefox find include. + Improvements over the standard Firefox find include: - Starts at the cursor position in the currently selected frame, unlike Firefox, which always starts at the start of the first frame. @@ -18,15 +18,15 @@ - Backtracks to the first successful match after pressing backspace. - Supports reverse incremental search. - * Multiple ex commands may now be separated by | + * Multiple Ex commands may now be separated by | * IMPORTANT: Plugins are now loaded from the 'plugins/' directory in 'runtimepath' rather than 'plugin/'. - * IMPORTANT: 'loadplugins' is not a regexlist option rather than + * IMPORTANT: 'loadplugins' is now a regexlist option rather than a boolean. * IMPORTANT: Single quotes no longer treat \s specially. I.e., 'fo\o''bar' ≡ fo\o'bar - * IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ‘,,’ - specially. Use ‘.’ instead. + * IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ",," + specially. Use "." instead. * IMPORTANT: Option value quoting has changed. List options will no longer be split at quoted commas and the option name, operators, and = sign may no longer be quoted. This will break @@ -39,7 +39,7 @@ * Added 'hintkeys' option. * Replaced 'focuscontent' with 'strictfocus'. * Added 'wildanchor' option. - * Added ‘transliterated’ option to 'hintmatching'. + * Added "transliterated" option to 'hintmatching'. * Added -javascript option to :abbrev and :map. * Added several new options to :map. * Removed the :source line at the end of files generated by @@ -49,7 +49,7 @@ * :extadd now supports remote URLs as well as local files on Firefox 4. * :open now only opens files beginning with /, ./, ../, or ~/ - * 'complete' now defaults to ‘slf’ but file completion only + * 'complete' now defaults to "slf" but file completion only triggers when the URL begins as above. * Page zoom information is now shown in the status bar, and change in zoom status no longer appears in :messages.