diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index ee5dc1bf..123ff537 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -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 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.