From f99b692ab979dc71feff7bbf18a78d152963b515 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sat, 16 Aug 2008 17:10:18 +0000 Subject: [PATCH] released vimperator 1.2 --- Makefile | 2 +- NEWS | 10 ++++++---- install.rdf | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8f8025c4..cac00bdf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #### configuration -VERSION = 1.2pre +VERSION = 1.2 NAME = vimperator include Makefile.common diff --git a/NEWS b/NEWS index be84a882..29072dd1 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,14 @@
-2008-06-xx:
+2008-08-16:
     * version 1.2
     * IMPORTANT: changed :command to behave like Vim's version.
       Eg. An alert command specified previously as
           :command AlertMe alert(args)
       should now be defined as
           :command AlertMe :js alert()
-    * IMPORTANT: changed the default keybinding to temporarily disable all
-      Vimperator keybindings from  to 
+    * IMPORTANT: changed (again) the default keybinding to temporarily disable all
+      Vimperator keybindings from ctrl-q to ctrl-z since many users complained
+      about hitting ctrl-q twice and exiting vimperator
     * IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken
       use "B" or :buffers instead
     * IMPORTANT: input fields are not blured anymore by default after a page has loaded
@@ -33,7 +34,8 @@
     * show informative message when a background tab was loaded, especially useful
       with a hidden tab bar.
     * new "l" flag for 'complete' to reuse the Firefox awesome bar for getting better
-      completions for :open. Works only when 'wildoptions' contains "auto"
+      completions for :open. Works only when 'wildoptions' contains "auto" and can
+      be a little buggy if you are typing too fast.
     * new wildoptions=auto option (default off for now), to automatically list
       completions without the need to press the tab key
     * new argument parser for ex commands, should tell better error messages when
diff --git a/install.rdf b/install.rdf
index c6d7d23e..3f00edbe 100644
--- a/install.rdf
+++ b/install.rdf
@@ -21,7 +21,7 @@
 	    
 		{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
 		3.0b3
-		3.0.*
+		3.1pre