From d80bc4666a6f3254486b7fed3b63753dfa990e87 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 17 Apr 2007 17:34:43 +0000 Subject: [PATCH] removed < and > --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6ef512c..defd5977 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,14 @@
 17/04/2007:
 	* version 0.3
-	* added  support to pass one key to firefox (patch by Muthu Kannan)
+	* added Ctrl-v support to pass one key to firefox (patch by Muthu Kannan)
 	* also 'I' will go to 'ignorekeys' mode until esc is pressed, presenting a workaround
 	  for many javascript form fields like GMail, until something better comes along.
 	* Vimperator can now be automatically updated in the :addons screen like other extensions
 	* fixed :tabnext/:tabprevious commands
 	* documented 's' and 'b' guioptions flag for statusbar/bookmark bar
 	* implemented the possibility to use CTRL-[ as an alternative to ESC, to leave the command line
-	* added  and  support for switching tabs without beeping
+	* added Ctrl-Tab and Ctrl-Shift-Tab support for switching tabs without beeping
 	* ability to use shift and ctrl with special keys like F1 in mappings
 	* small documentation and other fixes