summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS3
-rw-r--r--NEWS.xml3
-rw-r--r--configure.ac2
-rw-r--r--content/fireflix.css21
-rw-r--r--content/help.xml3
5 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 406be5e..a8f2f1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
10.0.6 () 10.0.6 (December 18th, 2006)
2 - Added ability to edit future photo privacy settings before uploading 2 - Added ability to edit future photo privacy settings before uploading
@@ -5,2 +5,3 @@
5 - doubleclicking files in uploads tab 5 - doubleclicking files in uploads tab
6 - "What's new?" link in help
60.0.5 (November 17th, 2006) 70.0.5 (November 17th, 2006)
diff --git a/NEWS.xml b/NEWS.xml
index 02a89df..138e597 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -2,3 +2,3 @@
2<news> 2<news>
3 <version version="0.0.6"> 3 <version version="0.0.6" date="December 18th, 2006">
4 <ni>Added ability to edit future photo privacy settings before uploading</ni> 4 <ni>Added ability to edit future photo privacy settings before uploading</ni>
@@ -7,2 +7,3 @@
7 <ni>doubleclicking files in uploads tab</ni> 7 <ni>doubleclicking files in uploads tab</ni>
8 <ni>"What's new?" link in help</ni>
8 </version> 9 </version>
diff --git a/configure.ac b/configure.ac
index bc400e7..98c8b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,2 +1,2 @@
1AC_INIT([fireflix], [0.0.5], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net])
2AC_CONFIG_SRCDIR([install.rdf.in]) 2AC_CONFIG_SRCDIR([install.rdf.in])
diff --git a/content/fireflix.css b/content/fireflix.css
index 06ae28a..0164b4b 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -130,2 +130,23 @@ html div.copyright a {
130 130
131html p.whatsnew {
132 font-size: 80%;
133 margin: 0px 0px 0px 50%;
134 text-align: center;
135}
136html p.whatsnew a {
137 display: block;
138 padding: 1px;
139 border-style: solid;
140 border-width: 1px;
141 border-color: #c0c0c0 #808080 #808080 #c0c0c0;
142 background: white; color: black;
143 text-decoration: none;
144}
145html p.whatsnew a em { font-style: normal; font-weight: bold; }
146html p.whatsnew a:hover {
147 border-color: #808080 #c0c0c0 #c0c0c0 #808080;
148 background: black; color: white;
149}
150html p.whatsnew a:hover em { color: red; }
151
131button.lean { 152button.lean {
diff --git a/content/help.xml b/content/help.xml
index ab4f4e2..11b5c26 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -1,2 +1,3 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd">
2<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 3<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
@@ -9,2 +10,4 @@
9 <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> 10 <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p>
11
12 <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p>
10 13