mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-18 08:34:12 +01:00
update version number for pending release
This commit is contained in:
25
ChangeLog
25
ChangeLog
@@ -1,9 +1,32 @@
|
||||
2007-10-11 dougkearns <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 <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
|
||||
|
||||
2
Makefile
2
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")
|
||||
|
||||
|
||||
4
NEWS
4
NEWS
@@ -1,5 +1,5 @@
|
||||
<pre>
|
||||
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 <<EOF support to execute multiline javascript code
|
||||
also changed :exec to behave more vim like
|
||||
* fixed saving of session
|
||||
* fixed hints display when zooming in/out of a web page
|
||||
|
||||
Reference in New Issue
Block a user