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

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:37 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 2604cf85f4f3998f0a1fc06e2cc00b0b4d3f588d
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Tue Jul 18 17:07:23 2006 +0000

    *** empty log message ***
---
 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