1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 17:57:59 +01:00

last commit before 0.5 is tagged

This commit is contained in:
Martin Stubenschrott
2007-08-16 16:18:18 +00:00
parent df002ee788
commit e4166b3c76
2 changed files with 43 additions and 1 deletions

View File

@@ -1,3 +1,45 @@
2007-08-16 16:19 stubenschrott
* chrome/content/vimperator/: commands.js, help.js, vimperator.js:
Fixed :map partly, still cannot cope with :map commans, where lhs
is a 2-char string
2007-08-16 14:25 dougkearns
* chrome/content/vimperator/: commands.js, mappings.js: fix some
trivial capitalization errors in help
2007-08-16 13:21 dougkearns
* chrome/content/vimperator/mappings.js: replace '<' and '>' with
HTML entities in help for n and N mappings
2007-08-16 13:14 dougkearns
* chrome/content/vimperator/: buffers.js, commands.js, help.js,
hints.js: move the global evaluateXPath() function to
vimperator.buffer
2007-08-16 12:58 dougkearns
* chrome/content/vimperator/: bookmarks.js, commands.js, events.js,
hints.js, mappings.js, options.js: fix some help typos
2007-08-16 11:31 stubenschrott
* chrome/content/vimperator/: commands.js, default.css, help.js,
mappings.js, options.js: many small help fixes
2007-08-15 20:49 dougkearns
* chrome/content/vimperator/commands.js: remove half-baked guard
clauses for unimplemented bookmark commands
2007-08-15 20:27 stubenschrott
* ChangeLog, chrome/content/vimperator/bookmarks.js: added colors
to :ls
2007-08-15 19:47 stubenschrott 2007-08-15 19:47 stubenschrott
* chrome/content/vimperator/ui.js: fixed focusing the MOW * chrome/content/vimperator/ui.js: fixed focusing the MOW

2
NEWS
View File

@@ -1,5 +1,5 @@
<pre> <pre>
2007-08-*: 2007-08-16:
* version 0.5 * version 0.5
* :bmarks and :history now use the multiline message window for output * :bmarks and :history now use the multiline message window for output
* rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively * rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively