diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-23 12:44:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-23 12:44:39 +0800 |
commit | 7046702f96a51347a8566134c58d4d959371dc09 (patch) | |
tree | ace3a33452397d4d0e90865cb57af73ed23b2b1e | |
parent | 8a2d69e680a30d228fbb4ba0d7472f98b88abb83 (diff) | |
download | gsoc2013-evolution-7046702f96a51347a8566134c58d4d959371dc09.tar.gz gsoc2013-evolution-7046702f96a51347a8566134c58d4d959371dc09.tar.zst gsoc2013-evolution-7046702f96a51347a8566134c58d4d959371dc09.zip |
added jonathan dieter. Fixed up the busted utf8 and duplicates.
2005-06-23 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: added jonathan dieter. Fixed up the
busted utf8 and duplicates.
svn path=/trunk/; revision=29572
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9c6a80ac0a..77ac40f73c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Not Zed <NotZed@Ximian.com> + + * e-shell-window-commands.c: added jonathan dieter. Fixed up the + busted utf8 and duplicates. + 2005-06-21 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: add brian mury to contributors. diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index f645271920..ac2e6e1504 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -258,7 +258,7 @@ static const char *authors[] = { "Gregory Leblanc", "Gregory McLean", "Grzegorz Goawski", - "Gustavo GirÎldez", + "Gustavo Gir\xC3\x8E" "ldez", "Gustavo Maciel Dias Vieira", "H P Nadig", "H\xC3\xA9" "ctor Garc\xC3\xAD" "a \xC3\x81" "lvarez", @@ -275,7 +275,7 @@ static const char *authors[] = { "Ian Campbell", "Ismael Olea", "Israel Escalante", - "Iv%Gï¿¿%@n Frade", + "Iv\xEF\xBF\xBD" "n Frade", "J.H.M. Dassen (Ray)", "JP Rosevear", "J\xC3\xBC" "rg Billeter", @@ -312,11 +312,11 @@ static const char *authors[] = { "Jonas Borgstr", "Jonas Borgstr", "Jonathan Blandford", + "Jonathan Dieter", "Jos Dehaes", "Jukka Zitting", "Julian Missig", "Julio M. Merino Vidal", - "JÃ%Gï¿¿%@rg Billeter", "Karl Eichwalder", "Karsten Br\xC3\xA4" "ckelmann", "Kenneth Christiansen", @@ -421,7 +421,7 @@ static const char *authors[] = { "Russell Steinthal", "Ryan P. Skadberg", "S N Tejasvi", - "S.\xc3\x87" "a\xc4\x9" "flar Onur", + "S.\xc3\x87" "a\xc4\x9f" "lar Onur", "Sam Creasey", "Sam\xC3\xBA" "el J\xC3\xB3" "n Gunnarsson", "Sankar P", @@ -446,7 +446,6 @@ static const char *authors[] = { "Suresh Chandrasekharan", "Sushma Rai", "Szabolcs Ban", - "T\xC3\xB5" "ivo Leedj\xC3\xA4" "rv", "Takayuki KUSANO", "Takeshi AIHANA", "Tambet Ingo", @@ -458,15 +457,15 @@ static const char *authors[] = { "Timo Sirainen", "Timothy Lee", "Timur Bakeyev", + "T\xC3\xB5" "ivo Leedj\xC3\xA4" "rv", "Tom Tromey", "Tomas Ogren", - "Tomasz KÅoczko", + "Tomasz K\xC3\x85" "oczko", "Tomislav Vujec", "Tony Tsui", "Trent Lloyd", "Tuomas J. Lukka", "Tuomas Kuosmanen", - "Tõivo Leedjärv", "Umesh Tiwari", "Umeshtej", "V Ravi Kumar Raju", |