diff --git a/ChangeLog b/ChangeLog index ba6ba753..53fe237f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,32 @@ +2007-10-11 dougkearns + + * src/content/help.js: + put the help section locating block in a timeout to sure the first + call to :help {arg} works + [cd30327a351c] [tip] + + * src/content/commands.js: + fix typo in :preferences usage + [08e0e10caeea] + 2007-10-10 dougkearns + * src/ChangeLog: + update ChangeLog + [4b187f1ad250] + + * src/content/help.js: + mention $VIMPERATOR_HOME in the help + [29c45e9edaba] + + * src/ChangeLog, src/content/commands.js: + minor improvement to :sbclose help + [5f66f17c4a5c] + * src/content/commands.js, src/content/options.js, src/content/util.js, src/content/vimperator.js: new :set and :prefs commands, tweaked :set output to use colors - [0794539f1ab5] [tip] + [0794539f1ab5] * src/NEWS, src/TODO: update NEWS and TODO diff --git a/Makefile b/Makefile index 085d6a0a..749826c8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TOP = $(shell pwd) -VERSION = 0.5.2pre +VERSION = 0.5.2 OS = $(shell uname -s) BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S") diff --git a/NEWS b/NEWS index eb374161..392f4d7d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@
-2007-XX-XX:
+2007-10-11:
 	* version 0.5.2
 	* changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default
 	  options, use :prefs! to get the about:config window
@@ -134,7 +134,7 @@
 	* :help section supported, :help :set will show help for the :set command
 	  (patch from Viktor Kojouharov)
 	* :source support, and auto-sourcing ~/.vimperatorrc on startup
-	* :javascript <<EOF support to execute multiline javascript code
+	* :javascript <