diff options
author | Vardhman Jain <vardhman@students.iiit.net> | 2004-06-07 20:37:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-07 20:37:02 +0800 |
commit | 5914e863dd76b7d7800170aae25a5c9a45ebf40d (patch) | |
tree | 192caa990aefabba8eabd5e004aba0b034f2e353 /calendar/ChangeLog | |
parent | 87d3cee98b29060ab6bde0fb56180363f7c2e303 (diff) | |
download | gsoc2013-evolution-5914e863dd76b7d7800170aae25a5c9a45ebf40d.tar.gz gsoc2013-evolution-5914e863dd76b7d7800170aae25a5c9a45ebf40d.tar.zst gsoc2013-evolution-5914e863dd76b7d7800170aae25a5c9a45ebf40d.zip |
Bug #36247 Changes to improve the performance of _(str) function call on
2004-06-06 Vardhman Jain <vardhman@students.iiit.net>
* Bug #36247
* gui/e-itip-control.c (write_html, set_date_label):
Changes to improve the performance of _(str) function call on strings
str of the type <tar>str</tag> to avoid translation of tag.
svn path=/trunk/; revision=26235
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d90a355ae0..9a30b2c285 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-06-06 Vardhman Jain <vardhman@students.iiit.net> + + * Bug #36247 + * gui/e-itip-control.c (write_html, set_date_label): + Changes to improve the performance of _(str) function call on strings + str of the type <tar>str</tag> to avoid translation of tag. + 2004-06-04 <jpr@novell.com> * gui/gnome-cal.c: define G_MAXINT32 if it isn't already |