diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-11-28 05:16:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-11-28 05:16:21 +0800 |
commit | 7a6e3e892c2dc5239c4921ad585ffd78895ae3b5 (patch) | |
tree | 57f9abe43fc942a6e63970d692c117a19a3aff83 | |
parent | d5ca27ea56c93eb550652c76bd02b25a1f842046 (diff) | |
download | gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar.gz gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar.bz2 gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar.lz gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar.xz gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.tar.zst gsoc2013-evolution-7a6e3e892c2dc5239c4921ad585ffd78895ae3b5.zip |
Update - hopefully I assigned blame correctly :-)
2000-11-27 JP Rosevear <jpr@helixcode.com>
* AUTHORS: Update - hopefully I assigned blame correctly :-)
* MAINTAINERS: ditto
2000-11-27 JP Rosevear <jpr@helixcode.com>
* e-shell-view-menu.c (command_about_box): Add myself, anna, jesse
svn path=/trunk/; revision=6684
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 3 |
5 files changed, 26 insertions, 1 deletions
@@ -15,6 +15,8 @@ Calendar Arturo Esponosa <arturo@nuclecu.unam.mx> (Gnomecal contributor) Damon Chaplin <damon@helixcode.com> Federico Mena-Quintero <federico@helixcode.com> + Jesse Pavel <jesse@helixcode.com> + JP Rosevear <jpr@helixcode.com> Russell Steinthal <rms39@columbia.edu> (Gnomecal maintainer) Documentation @@ -33,6 +35,9 @@ Mailer Notes Anders Carlsson <andersca@gnu.org> +Pilot + JP Rosevear <jpr@helixcode.com> + Shell Miguel de Icaza <miguel@helixcode.com> Ettore Perazzoli <ettore@helixcode.com> @@ -58,6 +63,9 @@ Translations Vincent Renardias <vincent@redhat.com> Yuri Syrota <rasta@renome.rovno.ua> +UI + Anna Dirks <anna@helixcode.com> + Widgets Damon Chaplin <damon@helixcode.com> Miguel de Icaza <miguel@helixcode.com> @@ -1,5 +1,11 @@ 2000-11-27 JP Rosevear <jpr@helixcode.com> + * AUTHORS: Update - hopefully I assigned blame correctly :-) + + * MAINTAINERS: ditto + +2000-11-27 JP Rosevear <jpr@helixcode.com> + * configure.in: Correct the bonobo version error message * README: Update diff --git a/MAINTAINERS b/MAINTAINERS index 7a42d1eee8..9704ffb6f7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1 +1,5 @@ -Email: miguel@kernel.org +Email: ettore@helixcode.com +Email: danw@helixcode.com +Email: chris@helixcode.com +Email: federico@helixcode.com +Email: iain@helixcode.com diff --git a/shell/ChangeLog b/shell/ChangeLog index 5c2b86fa16..5673ecb114 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-11-27 JP Rosevear <jpr@helixcode.com> + + * e-shell-view-menu.c (command_about_box): Add myself, anna, jesse + 2000-11-15 Michael Meeks <michael@helixcode.com> * e-shell.c (e_shell_component_maybe_crashed): de-register diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index e2906b2fbf..0c3deb41a2 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -142,6 +142,7 @@ command_about_box (BonoboUIComponent *uih, "Anders Carlsson", "Damon Chaplin", "Clifford R. Conover", + "Anna Dirks", "Miguel de Icaza", "Radek Doulik", "Arturo Espinoza", @@ -154,7 +155,9 @@ command_about_box (BonoboUIComponent *uih, "Matthew Loper", "Federico Mena", "Eskil Heyn Olsen", + "Jesse Pavel", "Ettore Perazzoli", + "JP Rosevear", "Jeffrey Stedfast", "Russell Steinthal", "Peter Teichman", |