diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index cf870dce..5052e2d6 100755 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -18,20 +18,22 @@ - Backtracks to the first successful match after pressing backspace. - Supports reverse incremental search. + * IMPORTANT: Plugins are now loaded from the 'plugins/' + directory in 'runtimepath' rather than 'plugin/' * Replaced 'focuscontent' with 'strictfocus' * Added 'altwildmode' and commandline key binding * Added 'banghist' option * gf now toggles between source and content view. The | key binding has been removed. * :extadd now supports URLs. - * :open now only opens files begining with /, ./, ../, or ~/ + * :open now only opens files beginning with /, ./, ../, or ~/ * '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. * Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR * Major help system improvements: - - Plugins may now provide full-fleged ':help' documentation + - Plugins may now provide full-fledged ':help' documentation - Add basic plugin authorship documentation - The help system is newly modularized and features significant updates, rewrites, and formatting improvements.