diff options
author | Tomas Ogren <stric@ing.umu.se> | 1999-03-24 12:26:02 +0800 |
---|---|---|
committer | Tomas Ă–gren <stric@src.gnome.org> | 1999-03-24 12:26:02 +0800 |
commit | f2f7536a16ab8787754576e388fbcc4af8526f15 (patch) | |
tree | 1371f7b7237bcfbddab4d61e2d8d72cbff182469 /calendar/ChangeLog | |
parent | 7a0e4d23990c3f42df8710ae8c0082d28757d785 (diff) | |
download | gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar.gz gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar.bz2 gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar.lz gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar.xz gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.tar.zst gsoc2013-evolution-f2f7536a16ab8787754576e388fbcc4af8526f15.zip |
Made clist titles i18n:able Added which views that are possible for --view
1999-03-24 Tomas Ogren <stric@ing.umu.se>
* gncal-todo.c (gncal_todo_init): Made clist titles i18n:able
* main.c (poptOption): Added which views that are possible for
--view in the --help text (closes #367)
* main.c (dump_events): Added (short) month to the strftime and made
the strings i18n:able
svn path=/trunk/; revision=778
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 81fc21e15a..61d56d9286 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +1999-03-24 Tomas Ogren <stric@ing.umu.se> + + * gncal-todo.c (gncal_todo_init): Made clist titles i18n:able + * main.c (poptOption): Added which views that are possible for + --view in the --help text (closes #367) + * main.c (dump_events): Added (short) month to the strftime and made + the strings i18n:able + +1999-03-23 Tomas Ogren <stric@ing.umu.se> + + * gncal/calobj.c: Added 2 paranthesis.. + "foobar = d / 60*60" is _NOT_ the same as "foobar = d / (60*60)" + which caused heavy alarm-corruption with alarms between 2 hrs and + 2 days. + 1999-03-23 Nat Friedman <nat@nat.org> * eventedit.c (ee_store_recur_rule_to_ical): Set the |