From e950ef6b260cd2421d1b116424b231abe7e0e4cc Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 3 Sep 2007 19:45:29 +0000 Subject: [PATCH] update NEWS for 'hlsearch' and 'incsearch' --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 694e404f..22c295d6 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,20 @@
 2007-xx-xx:
 	* version 0.6
+	* add 'hlsearch' and 'incsearch' options
+
+2007-09-03:
+	* version 0.5.1
 	* native / and ? search and n and N working again
 	* the URL in the status line can be selected with the mouse again
+	* the Windows default RC file is now ~/_vimperatorrc and the plugin
+	  directory is ~/vimperator/plugin
 	* commandline history now works properly on Windows
 	* filename completion now works on Windows
-	* fixed search for :open (previously needed to do :o  ONCE to initialize them)
+	* the Bookmarks Toolbar Folder is now read when bookmarks are first
+	  loaded - it was skipped entirely in the past
+	* fixed search for :open (previously needed to do :o  ONCE to
+	  initialize them)
 	* added :set {option}! support to toggle a boolean option's value
 	* added :set all and :set all& support to show the current value of all
 	  options and to reset all options to their default value