diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-04-19 05:37:45 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-19 05:37:45 +0800 |
commit | 24f0de634028297d3647779cffa082f8ff6a230a (patch) | |
tree | 197addeb391befbf624534683e567c4d6173cd52 /calendar/ChangeLog | |
parent | 6329a627a9e719838427d02e9d4480bf3c6cd76a (diff) | |
download | gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar.gz gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar.bz2 gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar.lz gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar.xz gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.tar.zst gsoc2013-evolution-24f0de634028297d3647779cffa082f8ff6a230a.zip |
Add Quoted printable property to items containing new lines. (duration):
1998-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* calobj.c (ical_object_to_vobject): Add Quoted printable property
to items containing new lines.
(duration): Use unsigned integers, to work around buggy calendar
files generated by korganizer.
* main.c (save_calendar_cmd): Do not ask for file name if we are
saving.
(save_as_calendar_cmd): New command.
svn path=/trunk/; revision=158
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a38f7e90d9..5d7959c4ae 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +1998-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * calobj.c (ical_object_to_vobject): Add Quoted printable property + to items containing new lines. + (duration): Use unsigned integers, to work around buggy calendar + files generated by korganizer. + + * main.c (save_calendar_cmd): Do not ask for file name if we are + saving. + (save_as_calendar_cmd): New command. + 1998-04-17 Miguel de Icaza <miguel@nuclecu.unam.mx> |