[Pkg-mozext-commits] [firetray] 162/399: typo + bump maxVersion for seamonkey

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit e62b23acf8bbb29da96da76e8d4905265cffc927
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Fri Feb 3 22:25:40 2012 +0100

    typo + bump maxVersion for seamonkey
---
 README.md       |    2 +-
 TODO            |   14 ++++----------
 src/install.rdf |    2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 9bf6f9c..2cf3f38 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ KNOWN BUGS
 * notifications for excluded mail account servers are not
   disabled. Newmailalerts are
   [hard-coded](http://mxr.mozilla.org/comm-central/find?string=content/newmailalert)
-  and we can't easily disable thme on a per-server basis (only globally, see
+  and we can't easily disable them on a per-server basis (only globally, see
   `mail.biff.show_alert`). The proper way would probably be to disable default
   notifications globally, and handle notifications ourselves. This is out of
   the scope of this addon, but you may want to give a try to the
diff --git a/TODO b/TODO
index 872cee4..1ac7711 100644
--- a/TODO
+++ b/TODO
@@ -22,20 +22,14 @@ WONTFIX
 ROADMAP
 -------
 
-* Mozilla products have entered a
-  [rapid release cycle](http://blog.mozilla.com/blog/2011/04/13/new-channels-for-firefox-rapid-releases/
-  "Mozilla Blog") which implies frequent rebuilds of XPCOM binary-based addons (such as Firetray)
-* authors are encouraged to [port their XPCOM binary-based addons to js-ctypes](https://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/2d6942c44f303b62/b98debfbccef11ed)
-* Francesco doesn't have enough time to maintain the Firetray project in this situation
-* Foudil has come up with a prototype js-ctypes version of the project, which is functional, but does not yet cover all features currently supported by the binary-based version.
-* the js-ctypes version will endeavor to support uncovered features in the
-  future (see below)
-* the Firetray project plans to replace the binary-based version with the js-types version when enough features are covered
-* meanwhile, Firetray users are invited to switch to the preview release of the js-ctypes version [link to beta channel] and [provide feedback](https://github.com/foudfou/FireTray/issues) as to what important features are missing
+* translations from BabelZilla
+* only bug fixes for a while
+
 
 NEXT FEATURES
 -------------
 
+* z-order/stack: gdk_window_raise(), XQueryTree(), XConfigureWindow/XConfigureRequestEvent
 * when restoring, if the window is iconified, deiconify it
 * keyboard shortcut hide/show
 * fetch mail from popup menu
diff --git a/src/install.rdf b/src/install.rdf
index 1c31ce1..e92c652 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -35,7 +35,7 @@
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
         <em:minVersion>2.1</em:minVersion>
-        <em:maxVersion>2.6.*</em:maxVersion>
+        <em:maxVersion>2.7.*</em:maxVersion>
       </Description>
     </em:targetApplication>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list