diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-08 05:03:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-08 05:03:56 +0800 |
commit | d980a70afc7ee1977286dc9f73e8cdad6b902a9f (patch) | |
tree | 087bf589e2920bb22d3f62e6f9e024aec81c5426 /camel/ChangeLog | |
parent | 24b6be3288062f3a32481dfb018a1b03684b1afa (diff) | |
download | gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar.gz gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar.bz2 gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar.lz gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar.xz gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.tar.zst gsoc2013-evolution-d980a70afc7ee1977286dc9f73e8cdad6b902a9f.zip |
add a "translation_domain" field. (NULL for all providers in the camel
* camel-provider.h (CamelProvider): add a "translation_domain"
field. (NULL for all providers in the camel source tree itself).
* camel-session.c (register_provider): Translate provider strings
in the correct domain
svn path=/trunk/; revision=19265
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f1ff4814a8..f9c2ce1c3f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2003-01-07 Dan Winship <danw@ximian.com> + + * camel-provider.h (CamelProvider): add a "translation_domain" + field. (NULL for all providers in the camel source tree itself). + + * camel-session.c (register_provider): Translate provider strings + in the correct domain + 2003-01-06 Not Zed <NotZed@Ximian.com> * camel-store.c (store_sync): init local exception before doing |