aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-10-08 05:51:56 (GMT)
committerfluxgen <fluxgen>2007-10-08 05:51:56 (GMT)
commitfee1cc1a62fcdbec368f47e11183dd318c577475 (patch)
tree02fd7a4abd8e3a67bc290aba15d2cb85eccc8793
parent9091cf107e69520344a1f3c426868feaf4fa2435 (diff)
downloadfluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.zip
fluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.tar.bz2
changed default style to bloeRelease-1_0_0
-rw-r--r--ChangeLog2
-rw-r--r--NEWS1
-rw-r--r--configure.in2
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c79e3ba..ed7973c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/10/08:
4 * Changed default style to bloe
3*07/10/07: 5*07/10/07:
4 * Added new style: bloe ( Thanks Sven Michel ) 6 * Added new style: bloe ( Thanks Sven Michel )
5 * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>) 7 * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>)
diff --git a/NEWS b/NEWS
index 64aec7e..e60f178 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
1News in 1.0.0: 1News in 1.0.0:
2 * New default style: bloe
2 * New styles: 3 * New styles:
3 ostrich zimek_darkblue, zimek_green, zimek_bisque, 4 ostrich zimek_darkblue, zimek_green, zimek_bisque,
4 carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe 5 carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe
diff --git a/configure.in b/configure.in
index bab4235..85f315c 100644
--- a/configure.in
+++ b/configure.in
@@ -566,7 +566,7 @@ AC_ARG_WITH(
566 style, 566 style,
567 [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], 567 [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)],
568 DEFAULT_STYLE=$with_style, 568 DEFAULT_STYLE=$with_style,
569 DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta 569 DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe
570) 570)
571AC_SUBST(DEFAULT_STYLE) 571AC_SUBST(DEFAULT_STYLE)
572 572