1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 17:15:46 +01:00

fix NEWS formatting

This commit is contained in:
Doug Kearns
2008-11-02 05:56:48 +00:00
parent 1c30aad51c
commit 189d578da8

8
NEWS
View File

@@ -1,6 +1,6 @@
2008-XX-XX: 2008-XX-XX:
* version 2.0 (probably) * version 2.0 (probably)
* IMPORTANT: AlwaysHint modes were removed as they didn't make too * IMPORTANT: AlwaysHint modes were removed as they didn't make too
much sense with the new hint system much sense with the new hint system
* IMPORTANT: command actions now take an args object, returned from * IMPORTANT: command actions now take an args object, returned from
commands.parseArgs, as their first argument. This will break any commands commands.parseArgs, as their first argument. This will break any commands
@@ -12,9 +12,9 @@
special versions for the old behavior special versions for the old behavior
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and * IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
VimperatorLeave respectively VimperatorLeave respectively
* :buffers supports a filter now to only list buffers matching filter (vim incompatible, * :buffers supports a filter now to only list buffers matching filter (vim
but consistent with other commands) incompatible, but consistent with other commands)
* Favicon support in many places * Favicon support in many places
* add 'Fullscreen' autocommmand * add 'Fullscreen' autocommmand
* add :colorscheme * add :colorscheme
* multibyte support for hints (thanks Xie&Tian) * multibyte support for hints (thanks Xie&Tian)