diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-31 22:34:33 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-31 22:34:33 +0800 |
commit | ad00e1d11d6a4b987c45c468e46b305efd05223c (patch) | |
tree | 220cc902822cca5f89489c339c75c58dc80d6a24 /calendar | |
parent | c057b908e02f6d2c3db8f2cbbeb506d37c944dca (diff) | |
download | gsoc2013-evolution-ad00e1d11d6a4b987c45c468e46b305efd05223c.tar.gz gsoc2013-evolution-ad00e1d11d6a4b987c45c468e46b305efd05223c.tar.zst gsoc2013-evolution-ad00e1d11d6a4b987c45c468e46b305efd05223c.zip |
removed a duplicated exclamation mark. Fixes bug 325123.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* icalendar-importer.c: removed a duplicated exclamation mark.
Fixes bug 325123.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* gui/apps_evolution_calendar.schemas.in.in:
harmonized "URL", "Url" and "url". Fixes bug 325125.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml:
changing "canceled" to "cancelled" to stay consistant to the rest.
Fixes bug 325116.
2005-12-20 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: Adding punctation to some error messages.
Fixes bug 313144.
2005-12-20 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/recur-comp.c: fixing string bug 308851
svn path=/trunk/; revision=30997
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c469c556dc..499d255534 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,28 @@ +2005-12-30 Andre Klapper <a9016009@gmx.de> + + * icalendar-importer.c: removed a duplicated exclamation mark. + Fixes bug 325123. + +2005-12-30 Andre Klapper <a9016009@gmx.de> + + * gui/apps_evolution_calendar.schemas.in.in: + harmonized "URL", "Url" and "url". Fixes bug 325125. + +2005-12-30 Andre Klapper <a9016009@gmx.de> + + * calendar.error.xml: + changing "canceled" to "cancelled" to stay consistant to the rest. + Fixes bug 325116. + +2005-12-20 Andre Klapper <a9016009@gmx.de> + + * calendar.error.xml: Adding punctation to some error messages. + Fixes bug 313144. + +2005-12-20 Andre Klapper <a9016009@gmx.de> + + * gui/dialogs/recur-comp.c: fixing string bug 308851 + 2005-12-23 Harish Krishnaswamy <kharish@novell.com> * conduits/calendar/calendar-conduit.c |