1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 14:55:45 +01:00

remove "s" value from 'guioptions' as we now have 'laststatus'

This commit is contained in:
Doug Kearns
2007-10-01 12:57:37 +00:00
parent e47b83ee7f
commit 64d0de28d3
2 changed files with 26 additions and 15 deletions

2
NEWS
View File

@@ -2,7 +2,7 @@
2007-xx-xx:
* version 0.6
* THIS VERSION ONLY WORKS WITH FIREFOX 3.0
* added new 'laststatus' option
* added new 'laststatus' option and removed "s" value from 'guioptions'
* Tab-completion improvements for :javascript and :open
* IMPORTANT: changed semantics of :echo and :echoerr: Strings must be quoted with " or ' now,
but you can do things like :echo 3+2 or :echo window.document now