[anjal/anjal-0-1] Prepare most for a 0.1



commit 5b0e9cab40c8b04226a5047fb866bae8bfb15ec3
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Thu Oct 15 22:13:16 2009 +0530

    Prepare most for a 0.1

 AUTHORS             |    2 +-
 MAINTAINERS         |    2 +-
 Makefile.am         |    6 +++++-
 NEWS                |   22 ++++++++++++++++++++++
 README              |    3 +--
 art/arrow-left.png  |  Bin 361 -> 361 bytes
 art/arrow-right.png |  Bin 361 -> 361 bytes
 configure.ac        |    2 +-
 src/Makefile.am     |    3 ++-
 9 files changed, 33 insertions(+), 7 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index d4141ea..787d71c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Srinivasa Ragavan <sragavan novell com>
+Srinivasa Ragavan <sragavan gnome org>
diff --git a/MAINTAINERS b/MAINTAINERS
index ba755ec..bba582a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,4 +1,4 @@
 Srinivasa Ragavan
-Email: sragavan novell com
+Email: sragavan gnome org
 Userid: sragavan
 
diff --git a/Makefile.am b/Makefile.am
index 2b751f0..72e16fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,11 @@ dist-hook:
 EXTRA_DIST = anjal.desktop.in \
 	     intltool-extract.in \
 	     intltool-merge.in \
-	     intltool-update.in
+	     intltool-update.in	\
+	     COPYING.LGPL2	\
+	     COPYING.LGPL3	\
+	     MAINTAINERS	
+      
 
 #
 #
diff --git a/NEWS b/NEWS
index e69de29..b55f43a 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,22 @@
+Anjal 0.1 - 2009-10-11
+======================
+
+This is the first release of Anjal. Anjal is a lite email client based on Evolution and heavily depends on Evolution for shared libraries. It renders using Webkit viewing mails. It also has an optional contacts viewer based on Anerley of Moblin. For non moblin environments, you can build without it. Anjal also has an optional mozilla rendering, but it is not very stable and not recommended.
+
+Anjal has/is
+	- Lite email client for Netbook/mobile environment
+	- Uses webkit for mail rendering.
+	- Tabbed mail viewer.
+	- Multiline message list, with message preview of threads
+	- Conversation view like Gmail.
+	- Inline message composer.
+	- Translated for 14 languages.
+	- Many more features...
+
+It is very stable, but understand that it is 0.1. It has bugs, feature lags when you compare to any email client.
+
+Contributors:
+	Srinivasa Ragavan, Johnny Jacob, Bharath Acharya, Yan Li, Bastien Nocera, Philip Stewart, Kelvin Zhao
+
+Translations: 
+	Intel/Moblin transifex translation team. Milo Casagrande, Tomas Galicia, Kok Auke
diff --git a/README b/README
index 6b949d4..2828214 100644
--- a/README
+++ b/README
@@ -2,8 +2,7 @@ Anjal is a email-client specially made for Netbooks & Mobile environments which
 
 It uses Webkit or Mozilla Xul-runnner for mail rendering. Mozilla render is very experimental.
 
-It depends on  Evolution/EDS 2.27.5 and GtkHTML2 3.27.5 releasaes. 
-Webkit-Gtk 1.1.12 is required or use the webkit.patch to patch any previous versions of Webkit.
+It depends on  Evolution/EDS 2.28.0 and GtkHTML2 3.28.0 releases. Webkit-Gtk 1.1.12 is required.
 
 
 Please visit http://live.gnome.org/Anjal/ for more information.
diff --git a/art/arrow-left.png b/art/arrow-left.png
old mode 100755
new mode 100644
diff --git a/art/arrow-right.png b/art/arrow-right.png
old mode 100755
new mode 100644
diff --git a/configure.ac b/configure.ac
index 3416186..c12a5cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AM_PROG_LIBTOOL
 
 
 
-PKG_CHECK_MODULES(ANJAL, [gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 glib-2.0 gconf-2.0 libedataserver-1.2 libedataserverui-1.2 libebook-1.2 camel-1.2 evolution-shell >= 2.27.5 evolution-plugin libxml-2.0 sqlite3 libgtkhtml-3.14 gtkhtml-editor])
+PKG_CHECK_MODULES(ANJAL, [gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 glib-2.0 gconf-2.0 libedataserver-1.2 libedataserverui-1.2 libebook-1.2 camel-1.2 evolution-shell >= 2.28.0 libxml-2.0 sqlite3 libgtkhtml-3.14 gtkhtml-editor])
 EVO_VERSION="`$PKG_CONFIG --variable=execversion evolution-shell`"
 
 if test "x$EVO_VERSION" = "x2.26"; then
diff --git a/src/Makefile.am b/src/Makefile.am
index daa7f98..58c9625 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,7 +102,8 @@ anjal_LDADD = $(ANJAL_LIBS) \
 
 
 EXTRA_DIST = $(glade_DATA) \
-	     $(schema_in_files)
+	     $(schema_in_files) \
+	     $(default_in_files)
 
 
 # GConf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]