1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 10:35:51 +01:00

Mention the change in behaviour of rtp=,, in NEWS.

--HG--
extra : rebase_source : 5bdd30da9d555d05306c2aaa1bdcadb7dfdb82dd
This commit is contained in:
Doug Kearns
2010-09-23 18:44:19 +10:00
parent 2b1b927ce2
commit 78b223bc74

View File

@@ -22,19 +22,19 @@
directory in 'runtimepath' rather than 'plugin/'. directory in 'runtimepath' rather than 'plugin/'.
* IMPORTANT: Single quotes no longer treat \s specially. * IMPORTANT: Single quotes no longer treat \s specially.
I.e., 'fo\o''bar' ≡ fo\o'bar I.e., 'fo\o''bar' ≡ fo\o'bar
* IMPORTANT: 'cdpath' no longer treats ,, specially. Use . * IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ,,
instead. specially. Use . instead.
* Replaced 'focuscontent' with 'strictfocus' * Replaced 'focuscontent' with 'strictfocus'.
* Added 'hintkeys' option. * Added 'hintkeys' option.
* Added 'altwildmode' and <A-Tab> commandline key binding. * Added 'altwildmode' and <A-Tab> commandline key binding.
* Added 'banghist' option. * Added 'banghist' option.
* Added transliterated option to 'hintmatching' * Added transliterated option to 'hintmatching'.
* Added 'autocomplete' option for specifying which completion * Added 'autocomplete' option for specifying which completion
groups should be auto-completed. groups should be auto-completed.
* Added -javascript option to :abbrev and :map * Added -javascript option to :abbrev and :map.
* Added several new options to :map * Added several new options to :map.
* Removed the :source line at the end of files generated by * Removed the :source line at the end of files generated by
:mkpentadactylrc :mkpentadactylrc.
* gf now toggles between source and content view. * gf now toggles between source and content view.
The | key binding has been removed. The | key binding has been removed.
* :extadd now supports remote URLs as well as local files on * :extadd now supports remote URLs as well as local files on
@@ -53,6 +53,8 @@
- The help system is newly modularized and features significant - The help system is newly modularized and features significant
updates, rewrites, and formatting improvements. updates, rewrites, and formatting improvements.
* Remove :edit, :tabedit, and :winedit aliases. * Remove :edit, :tabedit, and :winedit aliases.
* Add 'jsdebugger' option - switch on/off javascript debugger service. * Add 'jsdebugger' option - switch on/off javascript debugger
* Add "addons", "downloads", "extoptions" and "help" to the 'activate' option. service.
* Add "addons", "downloads", "extoptions" and "help" to the
'activate' option.