From 64a3522acac1f96115f6d8aaee15dcb1d5812f5a Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sun, 19 Apr 1998 00:19:48 +0000 Subject: 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 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') 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 + * 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 -- cgit