[Pkg-mozext-commits] [nostalgy] 167/252: Recommit after server reinstallation.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 4602761b3ae30c6649c13fbfd5f937ceaa1b3de6
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Thu Jul 9 16:07:38 2009 +0000
Recommit after server reinstallation.
---
CHANGES | 3 +++
content/nostalgy.js | 3 +--
install.rdf | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGES b/CHANGES
index 6b30257..f11d887 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.2.20
+ - repair the "`" thing
+
0.2.19
- fix a bug that causes infinite loop when using statistical prediction with tags
- fix the "`" thing for TB 3
diff --git a/content/nostalgy.js b/content/nostalgy.js
index a0119d7..f9a6395 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -802,7 +802,7 @@ var last_cycle_restrict = 0;
var last_cycle_saved_searchMode = 0;
function NostalgySearchSender() {
- if (!window.GetSearchInput) { alert("Cannot find Quick Search box"); } return false;
+ if (!window.GetSearchInput) { alert("Cannot find Quick Search box"); return false; }
var input = GetSearchInput();
if (!input) { alert("Nostalgy error:\nCannot perform this action when Quick Search is not enabled"); return false; }
try {
@@ -815,7 +815,6 @@ function NostalgySearchSender() {
var subj = MailSubject();
if (input.value != last_cycle_restrict_value) last_cycle_restrict = 0;
last_cycle_restrict++;
- NostalgyDebug(last_cycle_restrict);
if (last_cycle_restrict == 1)
{ last_cycle_saved_searchMode = input.searchMode;
input.value = name;
diff --git a/install.rdf b/install.rdf
index a8c3178..e9e01ca 100644
--- a/install.rdf
+++ b/install.rdf
@@ -9,7 +9,7 @@
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="nostalgy at alain.frisch"
em:name="Nostalgy"
- em:version="0.2.19"
+ em:version="0.2.20"
em:creator="Alain Frisch"
em:description="Adds shortcuts to change folder, move message, with folder completion"
em:homepageURL="http://alain.frisch.fr/soft_mozilla.html"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list