diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-09-04 20:27:19 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-09-04 20:27:19 +0800 |
commit | beb1d6ffba506b49cd5d7dc3d7835fd2d0c96667 (patch) | |
tree | d09ae7d5bd977d0705912650dfa09e4f3ca8c0fa /shell | |
parent | dec13a2b2d5baafa0f3ecbfd8cc7d29fcd72e00e (diff) | |
download | gsoc2013-evolution-beb1d6ffba506b49cd5d7dc3d7835fd2d0c96667.tar.gz gsoc2013-evolution-beb1d6ffba506b49cd5d7dc3d7835fd2d0c96667.tar.zst gsoc2013-evolution-beb1d6ffba506b49cd5d7dc3d7835fd2d0c96667.zip |
Add documentation credits.
2006-09-04 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Add documentation
credits.
svn path=/trunk/; revision=32738
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 35d24cac6d..8cfc0350a7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2006-09-04 Harish Krishnaswamy <kharish@novell.com> + + * e-shell-window-commands.c: Add documentation + credits. + 2006-08-23 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #334821 by Tollef Fog Heen diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 6f5391d9fb..140e858c5a 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -543,6 +543,7 @@ static const char *documentors[] = { "David Trowbridge", "Jessica Prabhakar", "Binika Preet", + "Radhika Nair", NULL }; |