X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pentadactyl%2FNEWS;h=8912f301cda55dbbaff4a8905f44b01503e05eff;hb=8b6fcae7eaa413bc62d645d2d0c99835c47265e6;hp=a9b1526b2233d880ef9da7c1ea878a87d183b0cd;hpb=9044153cb63835e39b9de8ec4ade237c03e3888a;p=dactyl.git diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index a9b1526..8912f30 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -1,4 +1,13 @@ -1.0rc1: +1.1: + • Vim runtime files: + - renamed :mksyntax to :mkvimruntime which now generates + all Vim related files. + - Vimball packages are no longer available. + • Removed and mappings. + • Add :private command. + • Better per-window private browsing support. + +1.0: • Extensive Firefox 4 support, including: - Fully restartless. Can now be installed, uninstalled, enabled, disabled, and upgraded without restarting Firefox. @@ -84,12 +93,13 @@ • The command line is now hidden by default. Added c, C, and M to 'guioptions'. [b4] • Hints mode improvements, including: - - Added g; continued extended hints mode, which allows + - Added [;A] extended hint mode. [rc2] + - Added [g;] continued extended hints mode, which allows selecting multiple hints. Removed ;F. [b1] - Hints are now updated after scrolling and window resizing. [b3] - - ;s now prompts for a filename on the command-line rather + - [;s] now prompts for a filename on the command-line rather than in a dialog. [b5] - - Added ;a and ;S modes for creating bookmarks and search keywords. [b4][b3] + - Added [;a] and [;S] modes for creating bookmarks and search keywords. [b4][b3] - Added 'hintkeys' option. [b2] - Added "transliterated" option to 'hintmatching'. [b1] • The external editor can now be configured to open to a given @@ -107,7 +117,7 @@ Hint, Multi-line Output, and Menu. [b4] - and now behave more like Vim. [b8] - n_G now uses 'linenumbers' to determine destination if possible. [b8] - - Add n_s and n_S. [b8] + - Added n_s and n_S. [b8] - Added Operator mode for motion maps, per Vim. [b8] - Added site-specific mapping groups and related command changes. [b6] @@ -216,8 +226,8 @@ still be used for this purpose. [b4] - 'loadplugins' is now a [regexplist] option rather than a boolean. [b2] - - 'mapleader' is now an option rather than a :let - variable. [b4] + - Made 'mapleader' an option rather than a :let variable. [b4] + - Removed the 'mapleader' option. [rc2] - 'passkeys' is now a [sitemap] with key chain support rather than a [regexpmap]. [b6] - The precise format of 'sanitizeitems' has changed slightly. [b8] @@ -255,7 +265,7 @@ • Added BookmarkChange, BookmarkRemove autocommands. [b2] • Removed the :source line at the end of files generated by :mkpentadactylrc. [b2] - • gf now toggles between source and content view. + • n_gf now toggles between source and content view. The | key binding has been removed. [b1] • Page zoom information is now shown in the status bar, and change in zoom status no longer appears in :messages. [b1]