1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 11:52:27 +01:00

Fix typos and whitespace in NEWS.

This commit is contained in:
Štěpán Němec
2010-10-11 12:48:03 +02:00
parent b2a70aea71
commit e5c1f3567d

View File

@@ -21,14 +21,14 @@
* Ex command parsing improvements, including:
- Multiple Ex commands may now be separated by |
- Commands can continue over multiple lines in RC files by
prefixing the continues lines with a \
prefixing the continuation lines with a \
- The \ character is no longer treated specially within single
quotes, i.e., 'fo\o''bar' ⇒ fo\o'bar
* Command-line is now hidden by default. Added C and M to
quotes, i.e., 'fo\o''bar' ⇒ fo\o'bar
* Command line is now hidden by default. Added C and M to
'guioptions'.
* Hint mode improvements, including:
- Added g; continued extended hint mode, which allows
selecting multiple hints. Removed ;F
selecting multiple hints. Removed ;F.
- Hints are now updated after scrolling and window resizing.
- Added ;S mode for creating search keywords.
- Added 'hintkeys' option.
@@ -59,7 +59,7 @@
* IMPORTANT: 'mapleader' is now an option rather than a :let
variable.
* Added "bookmarks", "diverted", and "links" to 'activate'
option
option.
* Added 'altwildmode' and <A-Tab> command-line key binding.
* Added 'autocomplete' option for specifying which completion
groups should be auto-completed.
@@ -67,14 +67,14 @@
* Added BookmarkChange, BookmarkRemove autocommands.
* Added -keyword, -tags, -title to :delbmarks.
* Added "passwords" and "venkman" dialogs to :dialog.
* Added :extupdate command
* Added :extupdate command.
* Replaced 'focuscontent' with 'strictfocus'.
* Changed 'urlseparator' default value to '|'
* Changed 'urlseparator' default value to '|'.
* Added 'wildanchor' option.
* Added -javascript option to :abbrev and :map.
* Added several new options to :map.
* Added -agent flag to :style.
* Added :write !cmd and :write >>file
* Added :write !cmd and :write >>file.
* Removed the :source line at the end of files generated by
:mkpentadactylrc.
* gf now toggles between source and content view.