1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-07 09:03:31 +02:00

added modeline to NEWS and 0.5.3 version info

This commit is contained in:
Martin Stubenschrott
2008-01-05 12:44:04 +00:00
parent d600bbabec
commit a872775493

21
NEWS
View File

@@ -2,8 +2,6 @@
2008-xx-xx: 2008-xx-xx:
* version 0.6 * version 0.6
* THIS VERSION ONLY WORKS WITH FIREFOX 3.0 beta1 or newer * THIS VERSION ONLY WORKS WITH FIREFOX 3.0 beta1 or newer
* IMPORTANT: options are no longer automatically stored - use the
~/.vimperatorrc file instead for persistent options
* IMPORTANT: Major hints rewrite * IMPORTANT: Major hints rewrite
read up the new help for the f, F and ; commands for details read up the new help for the f, F and ; commands for details
removed the following hint options: 'hintchars' 'maxhints' removed the following hint options: 'hintchars' 'maxhints'
@@ -46,6 +44,24 @@
* initial start of caret mode. Start with 'i', stop with Escape; * initial start of caret mode. Start with 'i', stop with Escape;
* many small bug fixes and enhancements * many small bug fixes and enhancements
2007-12-21:
* version 0.5.3
* IMPORTANT! options are no longer automatically stored - use the
~/.vimperatorrc file instead for persistent options
* :tabnext and :tabprevious now accept an argument
* the count to gT now specifies a relative tab motion like Vim
* new :pa[geinfo] command, and ctrl-g and g,ctrl-g mappings (thanks Marco Candrian)
* added new :mkvimperatorrc command
* remove :redraw and Ctrl-L commands as they rely on FF3 features
* :ls, :history and :bmarks output is now hyperlinked
* new gb and gB mappings to repeat the last :buffer[!] command,
* :q doesn't close the whole browser, if there are more than one windows
* new :winclose command
* b calls :buffer! now instead of :buffer
* [+], [-] and [+-] in the statusline, whether we can go back, forward, or both
* :set showtabline now finally works as expected for all values
* many other small bug fixes
2007-10-11: 2007-10-11:
* version 0.5.2 * version 0.5.2
* changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default * changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default
@@ -216,3 +232,4 @@
* version 0.2 * version 0.2
* first public release * first public release
</pre> </pre>
<!-- vim: set sw=4 ts=4 et: -->