aboutsummaryrefslogtreecommitdiffstats
path: root/libversit
Commit message (Collapse)AuthorAgeFilesLines
* Changed int to char when returning a character from a stream (since itChristopher James Lahey2001-03-101-1/+1
| | | | | | | | | 2001-03-09 Christopher James Lahey <clahey@ximian.com> * libversit/vcc.y: Changed int to char when returning a character from a stream (since it needs to be able to hold EOF.) svn path=/trunk/; revision=8617
* Fixed some warnings. Fixed a bug where quoted printable fields wereChristopher James Lahey2000-09-221-23/+28
| | | | | | | | | | | | | | | | | | 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * libversit/vcc.y: Fixed some warnings. Fixed a bug where quoted printable fields were reading in semi-colons that should have been field separators. From addressbook/ChangeLog: 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c: Made addresses be quoted printable again so that they will encode properly if they have carriage returns in them. This is possible now because of a fix in libversit. svn path=/trunk/; revision=5550
* call finiLex in error case to avoid a memleak.Chris Toshok2000-05-081-1/+3
| | | | svn path=/trunk/; revision=2895
* Fix off by one error.Vadim Strizhevsky2000-05-081-1/+1
| | | | svn path=/trunk/; revision=2877
* New function (borrowed from Korganizer's libversit code) to combineRussell Steinthal2000-03-291-2/+39
| | | | | | | | | | | | | | | | 2000-03-28 Russell Steinthal <rms39@columbia.edu> * libversit/vcc.y (appendValue): New function (borrowed from Korganizer's libversit code) to combine semicolon-separated multiple-value properties into one long semicolon-delimited string (which can then be parsed by the application code). This works around a bug in libversit by which multiple values would overwrite each other. NOTE: This change seems to work, but could use as much testing as possible before GNOME 1.2 (and gnome-pim 1.2) is released.... Hopefully, this fixes the multiple CATEGORIES bug I've been complaining about for the last few weeks. svn path=/trunk/; revision=2237
* avoid yyconflict with libicalSeth Alves2000-02-241-0/+2
| | | | svn path=/trunk/; revision=1910
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | + minicard-test, and reflow-test. + + * shell/.cvsignore: added files autogenerated from Evolution.idl. + + * libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo, + vcaltmp.lo, libversit.la + + * libical/src/test/.cvsignore: New file. + + * libical/src/libical/.cvsignore: New file. + + * libical/src/libicalss/.cvsignore: New file. + + * libical/.cvsignore: New file, with config.log in it. + + * calendar/.cvsignore: Added tlacuache and tl-test. + + * libibex/.cvsignore: added lookup. + + * mail/.cvsignore: added test-mail. svn path=/trunk/; revision=1859
* Removed the VFS crap; my mistake, it should not go here.Federico Mena Quintero2000-01-224-79/+4
| | | | | | | | | | | 2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
* Libversit / VFS work - FedericoArturo Espinosa2000-01-215-2186/+119
| | | | svn path=/trunk/; revision=1601
* Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed toVadim Strizhevsky2000-01-011-11/+35
| | | | | | | | | | | | | | | * libversit/vobject.c: Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed to escape all chars according to rfc 1521. writeString has been added for writing regular non-quoted strings. * gmomecard/card.c: Fix infinite file growth problems, by not adding the same attribute to the vcard property more than once. * gnomecard/address-conduit.[ch]: Remove custom \n escaping and always use QUOTED-PRINTABLE when necessary because libversit has been fixed appropriately. Also remove various compiler warnings. svn path=/trunk/; revision=1527
* 1.1.0Arturo Espinosa1999-12-031-83/+154
| | | | svn path=/trunk/; revision=1457
* When finding a colon, the lex consumed all line separators, making itArturo Espinosa1999-10-111-5/+6
| | | | | | | | | * libversit/vcc.y (yylex): When finding a colon, the lex consumed all line separators, making it impossible to have empty values (bug 1260). Arturo svn path=/trunk/; revision=1324
* changed to be a .la file instead of .a, this allows lib*_conduit to useEskil Heyn Olsen1999-09-191-2/+2
| | | | | | | | | | | | * libversit: changed to be a .la file instead of .a, this allows lib*_conduit to use the library. * gncal/calendar-conduit: implemented iterate and iterate_specific. * gncal/corba-cal: fixed warnings. svn path=/trunk/; revision=1239
* Added call to GNOME_COMPILE_WARNINGS.Miguel de Icaza1999-09-027-28/+28
| | | | | | | | | | | | | | | | 1999-09-01 Miguel de Icaza <miguel@gnu.org> * configure.in: Added call to GNOME_COMPILE_WARNINGS. * libversit: Removed all the rest of the C++ comments from C sources (per David's suggestion). 1999-09-01 David Kaelbling <drk@sgi.com> * card.c (strtoCardRev): Off by one error fix. svn path=/trunk/; revision=1153
* Added new ids XPilotId and XPilotStatusMiguel de Icaza1999-07-301-0/+4
| | | | | | | | 1999-07-29 Miguel de Icaza <miguel@gnu.org> * libversit/vcc.h: Added new ids XPilotId and XPilotStatus svn path=/trunk/; revision=1044
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-311-4/+4
| | | | | | * Major translation updates. svn path=/trunk/; revision=567
* Changed a sprintf to a snprintf in vcc.yMichael Fulbright1998-11-082-4/+4
| | | | | | | | | | | Should vcc.c be under CVS control? I thought it was a derived file. This fixes gnomecard segfaulting when it tried to load a non-existant file on startup. Dr Mike <msf@redhat.com> svn path=/trunk/; revision=466
* Missing files - FedericoArturo Espinosa1998-06-061-0/+1
| | | | svn path=/trunk/; revision=250
* New file.Carsten Schaar1998-04-061-0/+3
| | | | | | * versit/.cvsignore: New file. svn path=/trunk/; revision=108
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0212-0/+6887
svn path=/trunk/; revision=89