diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 08:19:48 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 08:19:48 +0800 |
commit | 64a3522acac1f96115f6d8aaee15dcb1d5812f5a (patch) | |
tree | 639108aa317ae9e8f8057d2f02c03253540a93f3 /calendar/ChangeLog | |
parent | 24f0de634028297d3647779cffa082f8ff6a230a (diff) | |
download | gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.gz gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.tar.zst gsoc2013-evolution-64a3522acac1f96115f6d8aaee15dcb1d5812f5a.zip |
Update spanish translation for the Calendar.
Update spanish translation for the Calendar.
Added command line handling to the calendar program. You can now
display your appointments for any given date from the command line
wihtout running X.
Added CVS's `getdate'. This is a date parser for a bunch of formats.
Internationalized getdate. You can even type date descriptions in
your native language.
Miguel.
svn path=/trunk/; revision=159
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5d7959c4ae..8450a82bed 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 1998-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx> + * gnome-cal.html: Added small documentation. + + * main.c: Add more icons to the menus; Rename some menubar + entries; Add `new' icon to the toolbar. + (dump_events): Added argument handling and dumping of events from + the command line. Extremely cool. + + * getdate.y: Taken from the CVS source code. Used for date + parsing in the command line. + + Internationalized getdate.y. Wee! It even works with spanish. + * calobj.c (ical_object_to_vobject): Add Quoted printable property to items containing new lines. (duration): Use unsigned integers, to work around buggy calendar |