diff options
-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 }; |