From 665cf55bc144966a51301725d70e9ffa9bf1d1ac Mon Sep 17 00:00:00 2001
From: Martin Stubenschrott
Date: Thu, 16 Aug 2007 21:50:47 +0000
Subject: [PATCH] only add NEWS instead of ChangeLog in .xpi, to dramatically
reduce size for future releases
---
Makefile | 2 +-
TODO | 7 ++++---
chrome/content/vimperator/help.js | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 81d648c7..133086cd 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ JAR_FILES = ${shell find chrome/content -type f \
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
JAR = chrome/vimperator.jar
-XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators ChangeLog
+XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
XPI_BIN_FILES = ${JAR} Makefile
XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}
diff --git a/TODO b/TODO
index c434dfbb..114c2419 100644
--- a/TODO
+++ b/TODO
@@ -13,9 +13,10 @@ BUGS:
webpage, saving only the html works just fine..
- add window resize support to hints
- can't reverse tab through the vimperator toolbar
-- gu doesn't work when the current URL contains a trailing slash
- gu and gU don't work on local files properly
- http://www.suckless.org/pipermail/dwm/2007-July/003075.html
+- :noremap does not work fully
+- n and N are broken with /
FEATURES:
9 :command for new commands
@@ -51,8 +52,8 @@ RANDOM IDEAS:
* Would it be possible to add a setting "maxcompletionsshown" and
"maxpreviewwindowheight" or something like this?
* 16:06:04 bartman| maxauthority: feature idea: what if :n and :N searched the
- page and if they found a unique .*next.* or .*prev.* they would follow that link?
+ page and if they found a unique href=*next.* or
+ href=.*prev.* they would follow that link?
* hide scrollbars: http://rafb.net/p/YHRhEe47.html (window.content.document.body.style.overflow = "hidden")
diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js
index 9241d4af..b969e694 100644
--- a/chrome/content/vimperator/help.js
+++ b/chrome/content/vimperator/help.js
@@ -145,7 +145,7 @@ vimperator.help = function(section, easter) //{{{
'It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.
\n' +
'Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.
' +
- 'If you really need them, type: :set guioptions=mT to get it back.\n' +
+ 'If you really need them, type: :set guioptions+=mT to get it back.\n' +
'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it. ' +
'If you like it, but can\'t remember the shortcuts, press F1 or :help to get this help window back.
\n' +