[Pkg-mozext-commits] [itsalltext] 50/459: updated changelog, added todo

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:05 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 014ec7a48b4ac92cfc84d54ea4702f38f58ebc5f
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Jan 3 23:25:58 2007 -0500

    updated changelog, added todo
---
 changelog.txt                | 25 +++++++++++--------------
 chrome/content/itsalltext.js |  1 +
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index a426258..1730617 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,3 @@
-****** 0.3 ******
-Second release to addons.mozilla.org (first still not accepted).
-
 This version is still beta.
 
 Upon installation, go to Tools->Addons and select It's All Text and
@@ -8,17 +5,17 @@ set the Preferences.  Specifically, you'll have to set the editor's
 full path.  A future version will automagically pop up preferences
 when you try to edit without an editor set.
 
-Note to Mac OS X users: You'll have to create a shell script to exec
-"open -a <your app> $*" so that it'll open correctly.  I haven't had
-time to research how to fix this, yet.
+Note to Mac OS X users: Most editors come with a component in
+/usr/bin/, use that as your editor.  If you want to use something
+strange, then create a shell script to do an "open -a /path/to/editor
+$*".
 
-****** 0.2 ******
-First release to addons.
 
-This version is very beta.  Upon installation, go to Tools->Addons and
-select It's All Text and set the Preferences.  Specifically, you'll
-have to set the editor's full path.
+****** 0.3.1 ******
+* Working browse button for choosing your editor.
 
-Note to Mac OS X users: You'll have to create a shell script to exec
-"open -a <your app> $*" so that it'll open correctly.  I haven't had
-time to research how to fix this, yet.
+****** 0.3 ******
+Released to addons.mozilla.org
+* Edit button is added to HTML next to text area.
+* Cleaned up timing intervals and memory leak in document checks.
+* Better hash handling.
diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 421f474..6215b65 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -567,6 +567,7 @@ function ItsAllTextOverlay() {
     // Click event handler
     gumdrop.addEventListener("click", onEditClick, false);
 
+    // @todo gumdrop placement is horrible.  Obscures scroll bars.
     // Insert gumdrop into the document
     //gumdrop.style.display = "none";
     var nextSibling = node.nextSibling;

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



More information about the Pkg-mozext-commits mailing list