aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Steinthal <steintr@src.gnome.org>1999-11-23 06:43:40 +0800
committerRussell Steinthal <steintr@src.gnome.org>1999-11-23 06:43:40 +0800
commitd42f191dd5ae3e2f5392cd2f9cf857ce82637f2a (patch)
treec626f92d04e21cc77ecf9f6314f33ffc3305d7c7
parentc895e6eefa4a1f08c619e180973c3ec54b1beda0 (diff)
downloadgsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar.gz
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar.bz2
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar.lz
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar.xz
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.tar.zst
gsoc2013-evolution-d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a.zip
<self_serving> Add myself to AUTHORS, about box </self_serving>
<self_serving> Add myself to AUTHORS, about box </self_serving> svn path=/trunk/; revision=1430
-rw-r--r--calendar/AUTHORS1
-rw-r--r--calendar/ChangeLog3
-rw-r--r--calendar/gui/main.c1
-rw-r--r--calendar/main.c1
4 files changed, 5 insertions, 1 deletions
diff --git a/calendar/AUTHORS b/calendar/AUTHORS
index 15dc73f4c7..374733f0e2 100644
--- a/calendar/AUTHORS
+++ b/calendar/AUTHORS
@@ -1,3 +1,4 @@
Miguel de Icaza <miguel@kernel.org>
Federico Mena <quartic@gimp.org>
Arturo Esponosa <arturo@nuclecu.unam.mx>
+Russell Steinthal <rms39@columbia.edu>
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 81ab035f6b..1ef22b9ebb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,7 +1,8 @@
1999-11-22 Russell Steinthal <rms39@columbia.edu>
* Merged todo list coloring patch from stable
-
+ * Added myself to AUTHORS, about box (per Miguel)
+
1999-11-22 Eskil Heyn Olsen <deity@eskil.dk>
* calendar-conduit.c (pre_sync): Writes some warning
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index acd732e1ad..4aef2b7dc6 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -251,6 +251,7 @@ about_calendar_cmd (GtkWidget *widget, void *data)
"Miguel de Icaza (miguel@kernel.org)",
"Federico Mena (federico@gimp.org)",
"Arturo Espinosa (arturo@nuclecu.unam.mx)",
+ "Russell Steinthal (rms39@columbia.edu)",
NULL
};
diff --git a/calendar/main.c b/calendar/main.c
index acd732e1ad..4aef2b7dc6 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -251,6 +251,7 @@ about_calendar_cmd (GtkWidget *widget, void *data)
"Miguel de Icaza (miguel@kernel.org)",
"Federico Mena (federico@gimp.org)",
"Arturo Espinosa (arturo@nuclecu.unam.mx)",
+ "Russell Steinthal (rms39@columbia.edu)",
NULL
};