[Pkg-mozext-commits] [nostalgy] 11/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 35e814c2168f2ecba2c7339c8bd6bd5130b7c0f4
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Tue Jul 18 17:07:23 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@11 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
Makefile | 4 ++++
content/messageOverlay.xul | 29 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/Makefile b/Makefile
index 5f596a4..762563d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,7 @@ pack:
clean:
rm -f nostalgy.jar nostalgy.xpi *~
+
+
+install:
+ scp CHANGES clipper.ens.fr:www/info/CHANGES_NOSTALGY
\ No newline at end of file
diff --git a/content/messageOverlay.xul b/content/messageOverlay.xul
new file mode 100644
index 0000000..6bd4243
--- /dev/null
+++ b/content/messageOverlay.xul
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE overlay SYSTEM "chrome://nostalgy/locale/nostalgy.dtd">
+<overlay id="nostalgy-message-overlay"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+ <script src="overlay.js"/>
+
+ <keyset id="mailKeys">
+ <key key="S" oncommand="NostalgyCmd('&nostalgy.move-memo;', MoveToFolder);"/>
+ <key key="C" oncommand="NostalgyCmd('&nostalgy.copy-memo;', CopyToFolder);"/>
+ </keyset>
+
+
+ <statusbar id="status-bar">
+ <label id="statusbar-nostalgy-label"
+ position="1"
+ value="&nostalgy.memomessage;"/>
+
+ <textbox id="statusbar-nostalgy" type="autocomplete" tabScrolling="true"
+ ontextcommand="NostalgyRunCommand();"
+ ontextrevert="NostalgyHide();"
+ position="2"
+ maxlength="160" flex="3"
+ maxrows="15" crop="end"
+ style="width: 300px;"/>
+ </statusbar>
+
+
+</overlay>
--
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