1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 05:44:18 +01:00

merge new :time command

This commit is contained in:
Doug Kearns
2007-09-23 10:21:43 +00:00
parent c80fc67868
commit 6b3df3408a
2 changed files with 83 additions and 1 deletions

5
NEWS
View File

@@ -2,9 +2,10 @@
2007-XX-XX:
* version 0.5.2
* added 'visualbellstyle' for styling/hiding the visual bell
* :buffer partial_string works now as in vim, and with ! even better
* merge the existing status bar with the standard FF status bar so that
security information and extension buttons are included
* :buffer partial_string works now as in vim, and with ! even better
* new :time command for profiling
* added new :sidebar and :sbclose commands
* added 'more' and standard more-prompt key mappings to control
behaviour of the message list pager
@@ -12,7 +13,9 @@
highlighted text strings when 'hlsearch' is set
* added 'linksearch' option to restrict page searches to link text - \U
and \u can be used in the search pattern to override 'linksearch'
* vimperator trys to stay in command mode after loading pages instead of having a text field focused
* added a visual bell and replaced 'beep' with 'visualbell'
* added vimperator logo (can be seen in the addons manager)
* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
2007-09-03: