From 78b223bc740b3f23dc2ad04fc1aebccf919396ff Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 23 Sep 2010 18:44:19 +1000 Subject: [PATCH] Mention the change in behaviour of rtp=,, in NEWS. --HG-- extra : rebase_source : 5bdd30da9d555d05306c2aaa1bdcadb7dfdb82dd --- pentadactyl/NEWS | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 180321e1..c927385b 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -22,19 +22,19 @@ directory in 'runtimepath' rather than 'plugin/'. * IMPORTANT: Single quotes no longer treat \s specially. I.e., 'fo\o''bar' ≡ fo\o'bar - * IMPORTANT: 'cdpath' no longer treats ‘,,’ specially. Use ‘.’ - instead. - * Replaced 'focuscontent' with 'strictfocus' + * IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ‘,,’ + specially. Use ‘.’ instead. + * Replaced 'focuscontent' with 'strictfocus'. * Added 'hintkeys' option. * Added 'altwildmode' and commandline key binding. * Added 'banghist' option. - * Added ‘transliterated’ option to 'hintmatching' + * Added ‘transliterated’ option to 'hintmatching'. * Added 'autocomplete' option for specifying which completion groups should be auto-completed. - * Added -javascript option to :abbrev and :map - * Added several new options to :map + * Added -javascript option to :abbrev and :map. + * Added several new options to :map. * Removed the :source line at the end of files generated by - :mkpentadactylrc + :mkpentadactylrc. * gf now toggles between source and content view. The | key binding has been removed. * :extadd now supports remote URLs as well as local files on @@ -53,6 +53,8 @@ - The help system is newly modularized and features significant updates, rewrites, and formatting improvements. * Remove :edit, :tabedit, and :winedit aliases. - * Add 'jsdebugger' option - switch on/off javascript debugger service. - * Add "addons", "downloads", "extoptions" and "help" to the 'activate' option. + * Add 'jsdebugger' option - switch on/off javascript debugger + service. + * Add "addons", "downloads", "extoptions" and "help" to the + 'activate' option.