Calendar NEWS.

2001-10-30  Federico Mena Quintero  <federico@ximian.com>

	* NEWS (Calendar): Calendar NEWS.

svn path=/trunk/; revision=14503
This commit is contained in:
Federico Mena Quintero
2001-10-30 23:28:36 +00:00
committed by Federico Mena Quintero
parent 9590a301d5
commit c51e537083
2 changed files with 49 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-10-30 Federico Mena Quintero <federico@ximian.com>
* NEWS (Calendar): Calendar NEWS.
2001-10-30 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Add oaf to the BONOBO_GNOME_LIBS,

45
NEWS
View File

@ -30,6 +30,51 @@ Addressbook:
Calendar:
- Underlined accelerators now work in the editor dialogs. (Damon)
- Many fixes for scheduling meetings. (JP)
- Status bar messages for long queries. (Rodrigo)
- Appointments with empty summaries are now deleted from the views.
Also, you can press Escape to cancel editing [#780]. (Federico)
- The alarm daemon no longer displays "old" alarms twice. (Federico)
- Alarms now handle timezones correctly [#5852]. (Federico)
- Repeating alarms are now handled [#12163]. (Federico)
- The alarm daemon is launched as soon as the calendar starts, not
when you actually open a folder [#13867]. (Federico)
- You can now set a default reminder to be added to new appointments
[#13649]. (Federico)
- Fixes for printing week views [#13687, #13688]. (Damon)
- Tasks printout now matches the task list better [#10280]. (Damon)
- Better handling of DATE values, as opposed to DATE-TIME ones. (Damon)
- Many changes to handle the default timezone better. (Damon)
- Recurrence generation fixes [#11525]. (Damon)
- Fixed merging of complete VCALENDAR components. (Damon)
- Fixes to the folder transfer functions. (Ettore, Federico)
- Tasks activation fixes. (Damon)
- Outlook interoperability fixes. (Damon, JP)
- Miscellaneous fixes to the event/task editors. (Damon, JP, Federico)
- New iCalendar importer. (Rodrigo)
Conduits:
Summary:
- Worked around gnome-vfs problems that were causing crashes. (Trow)