[Pkg-mozext-commits] [nostalgy] 66/252: *** empty log message ***

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:42 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 dfcad6b060c3c2766c46e92ea21bc7b10a166022
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sat Apr 28 06:05:21 2007 +0000

    *** empty log message ***
---
 CHANGES                    |  2 ++
 content/messageOverlay.xul |  4 +++-
 files                      | 14 +++++++-------
 install.rdf                |  2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6d781ef..2642b14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
 0.2.4
   - bug fix: esc-M set focus on the message content, not the "subject" field
     (for TB 2.0)
+  - bug fix: S and C commands did not work properly in stand-alone
+    message windows with TB 2.0
   - re-creates Eudora's Alt-Click: the "`" key (back quote) search for
     all messages from the same author as the current message (in the Sent 
     folder, search mail sent To: the same address as the first To: of the 
diff --git a/content/messageOverlay.xul b/content/messageOverlay.xul
index fec46e4..77a4cc6 100644
--- a/content/messageOverlay.xul
+++ b/content/messageOverlay.xul
@@ -32,7 +32,9 @@
   <statusbarpanel flex="1">
    <label id="nostalgy-command-label"/>
    <textbox id="nostalgy-folderbox" type="autocomplete" tabScrolling="true"
-	   ontextcommand="NostalgyRunCommand();"
+	   ontextentered="NostalgyRunCommand();" 
+	   ontextcommand="NostalgyRunCommand();" 
+	   ontextreverted="NostalgyHide();"
 	   ontextrevert="NostalgyHide();"
 	   flex="1"
 	   maxrows="25" crop="center"
diff --git a/files b/files
index 8b27024..d30c5b8 100644
--- a/files
+++ b/files
@@ -1,15 +1,15 @@
+content/about.xhtml
 content/about.xul
-content/edit_prefs.xul
-content/thunderbirdOverlay.xul
 content/composer.js
-content/messageOverlay.xul
-content/about.xhtml
-content/edit_rule.xul
-content/folders.js
-content/edit_rule.js
 content/composerOverlay.xul
 content/edit_prefs.js
+content/edit_prefs.xul
+content/edit_rule.js
+content/edit_rule.xul
+content/folders.js
+content/messageOverlay.xul
 content/nostalgy.js
+content/thunderbirdOverlay.xul
 locale/en-US/nostalgy.dtd
 locale/en-US/nostalgy.properties
 defaults/preferences/nostalgy.js
diff --git a/install.rdf b/install.rdf
index f3788c5..39381c3 100644
--- a/install.rdf
+++ b/install.rdf
@@ -16,5 +16,5 @@
   <RDF:Description RDF:about="rdf:#$3Mz8c3"
                    em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
                    em:minVersion="1.5"
-                   em:maxVersion="2.0" />
+                   em:maxVersion="2.0.0.*" />
 </RDF:RDF>

-- 
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