From 066e8c0b1ab867f6ecd01b91431b178c7a234b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Tue, 28 Sep 2010 17:01:31 +0200 Subject: [PATCH] Mention :contexts in NEWS. --- pentadactyl/NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 8197607b..3e3fb658 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -23,9 +23,12 @@ 'guioptions'. * JavaScript completion improvements, including: - The prototype of the function whose arguments are currently - being typed is displayed during completion. + being typed is displayed during completion. - Non-enumerable global properties are now completed for the - global object, including XMLHttpRequest and encodeURI. + global object, including XMLHttpRequest and encodeURI. + * The concept of completion contexts is now exposed to the user + (see :h :contexts), allowing for powerful and fine-grained + completion system customisation. * IMPORTANT: Plugins are now loaded from the 'plugins/' directory in 'runtimepath' rather than 'plugin/'. * IMPORTANT: 'loadplugins' is now a regexlist option rather than @@ -76,6 +79,6 @@ - Add basic plugin authorship documentation. - The help system is newly modularized and features significant updates, rewrites, and formatting improvements. - * Remove :edit, :tabedit, and :winedit aliases. - * Remove :play. + * Removed :edit, :tabedit, and :winedit aliases. + * Removed :play.