summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-01-14 20:47:21 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-01-14 20:47:21 +0000
commit0f2b5c20ea945e52e2279cd25bd9c4294283bdeb (patch)
treee06506b4b19b5675da4b33b4a3c22cfec89d6a49
parent293196381728d132229662f0674ccad2b55718a1 (diff)
downloadyelp-0f2b5c20ea945e52e2279cd25bd9c4294283bdeb.tar.gz
added Alexander Larsson
2002-01-14 Mikael Hallendal <micke@codefactory.se> * AUTHORS: added Alexander Larsson * src/yelp-window.c (yw_about_cb): added Alexander Larsson to authors.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog5
-rw-r--r--src/yelp-window.c1
3 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5f18c848..56495b8d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Mikael Hallendal <micke@codefactory.se>
+Alexander Larsson <alexl@redhat.com>
diff --git a/ChangeLog b/ChangeLog
index 603670b6..2715378f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-01-14 Mikael Hallendal <micke@codefactory.se>
+ * AUTHORS: added Alexander Larsson
+
+ * src/yelp-window.c (yw_about_cb): added Alexander Larsson to
+ authors.
+
* configure.in: bumped version to 0.1.99
2002-01-11 Alex Larsson <alexl@redhat.com>
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 85699ef1..2170de7c 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -368,6 +368,7 @@ yw_about_cb (gpointer data, guint section, GtkWidget *widget)
GtkWidget *about;
const gchar *authors[] = {
"Mikael Hallendal <micke@codefactory.se>",
+ "Alexander Larsson <alexl@redhat.com>",
NULL
};