| Commit message (Expand) | Author | Age | Files | Lines |
* | added libicalvcal. | Damon Chaplin | 2002-02-09 | 3 | -1/+8 |
* | major changes to support RRULE/EXRULE, VALARMS and several other | Damon Chaplin | 2002-02-07 | 6 | -87/+1268 |
* | Skip over illegal whitespace in Microsoft-generated BYDAY rules. | Dan Winship | 2002-01-29 | 2 | -10/+12 |
* | removed unused 'trigger:' production. | Damon Chaplin | 2001-12-19 | 3 | -7/+9 |
* | if all we have is the TZID, see if it is one of our TZIDs and if so get | Damon Chaplin | 2001-12-11 | 2 | -1/+25 |
* | initialize the builtin timezones, to ensure that the TZID of the UTC zone | Damon Chaplin | 2001-11-14 | 2 | -0/+11 |
* | use MAX_LINE_LEN rather than magic numbers all over the place. | Damon Chaplin | 2001-10-31 | 2 | -3/+11 |
* | had to redo the folding code since Outlook 2000 doesn't like parameter | Damon Chaplin | 2001-10-31 | 2 | -32/+86 |
* | forgot to account for the spaces added, so it could have been writing over | Damon Chaplin | 2001-10-31 | 2 | -4/+16 |
* | Regenerated all VTIMEZONEs, to be compatable with Outlook Web Access. They | Damon Chaplin | 2001-10-30 | 378 | -20983/+1035 |
* | renamed the library to libical-evolution.la, install ical.h into | Damon Chaplin | 2001-10-30 | 7 | -24/+104 |
* | added function to get a reasonable name to display for the timezone. | Damon Chaplin | 2001-10-28 | 3 | -1/+31 |
* | Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAME | Damon Chaplin | 2001-10-26 | 2 | -0/+14 |
* | use sizeof(test_array) for the memset call. It was clearing 9 bytes but | Damon Chaplin | 2001-10-24 | 2 | -1/+7 |
* | added a few new timezones | Damon Chaplin | 2001-10-23 | 5 | -0/+411 |
* | updated all files again, placing current RDATEs first, so Outlook uses | Damon Chaplin | 2001-10-23 | 319 | -15113/+15252 |
* | don't free the parameter | JP Rosevear | 2001-10-20 | 2 | -1/+5 |
* | Assign with `=', not `+='. | Ettore Perazzoli | 2001-10-06 | 2 | -2/+6 |
* | Fix the libical-related part of Ximian bug #7892. | Federico Mena Quintero | 2001-09-27 | 4 | -8/+21 |
* | free the temp dup'd string. | Larry Ewing | 2001-09-20 | 3 | -4/+16 |
* | Generate an ICAL_ATTACH_VALUE value from the string. | Federico Mena Quintero | 2001-09-12 | 2 | -2/+18 |
* | strdup the result of the first call to ical_component_as_ical_string() | Damon Chaplin | 2001-09-11 | 2 | -6/+27 |
* | Replace struct icalattachtype by an opaque icalattach that is properly | Federico Mena Quintero | 2001-09-11 | 11 | -125/+249 |
* | pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not | Damon Chaplin | 2001-09-07 | 3 | -6/+43 |
* | updated all of the VTIMEZONE files to try to be more compatable with | Damon Chaplin | 2001-09-01 | 375 | -3652/+1025 |
* | Remove src/python/Makefile and src/test/Makefile. | Ettore Perazzoli | 2001-08-23 | 2 | -2/+4 |
* | Dequote the same characters that we know how to quote in | Federico Mena Quintero | 2001-08-17 | 2 | -12/+34 |
* | removed some debugging messages. | Damon Chaplin | 2001-08-02 | 2 | -38/+4 |
* | changed the debugging message to avoid a crash on non-glibc boxes. (Using | Damon Chaplin | 2001-07-31 | 2 | -1/+8 |
* | copy the TZID just in case the property we got it from gets modified. | Damon Chaplin | 2001-07-31 | 6 | -22/+71 |
* | call pvl_next on i rather than itr.iter | JP Rosevear | 2001-07-27 | 2 | -1/+6 |
* | if from_zone is NULL (i.e. it is a floating time), just return. | Damon Chaplin | 2001-07-27 | 2 | -3/+8 |
* | accept an icaltimezone* of NULL for all the public functions, since NULL | Damon Chaplin | 2001-07-26 | 2 | -1/+26 |
* | if the property contai | JP Rosevear | 2001-07-26 | 2 | -0/+16 |
* | pass extra param to icalparser_get_next_char (icalparser_get_next_char): | JP Rosevear | 2001-07-24 | 2 | -26/+43 |
* | changed so it doesn't use mktime(). We are having problems because | Damon Chaplin | 2001-07-24 | 2 | -17/+28 |
* | do not strdup a NULL (valid) timezone | JP Rosevear | 2001-07-18 | 2 | -6/+14 |
* | return NULL if we couldn't find the LOCATION. | Damon Chaplin | 2001-07-17 | 3 | -9/+26 |
* | Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes | Peter Williams | 2001-07-12 | 2 | -4/+17 |
* | only create the timezones array when we need to, and make sure we free | Damon Chaplin | 2001-07-12 | 4 | -15/+91 |
* | don't convert DATE values. | Damon Chaplin | 2001-07-11 | 4 | -42/+107 |
* | forgot to compile before committing. Idiot. | Damon Chaplin | 2001-07-10 | 2 | -3/+8 |
* | if the 2 zones are the same just return. | Damon Chaplin | 2001-07-10 | 3 | -2/+32 |
* | add the icaltimezone to the timezone array of the toplevel VCALENDAR | Damon Chaplin | 2001-07-03 | 2 | -3/+21 |
* | fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): get | Damon Chaplin | 2001-07-03 | 2 | -3/+8 |
* | more timezone stuff. | Damon Chaplin | 2001-07-03 | 7 | -309/+863 |
* | Add $(srcdir) as in install-data-local rule. | Peter Williams | 2001-06-30 | 2 | -1/+6 |
* | commented out AC_DEFINE(ICAL_ERRORS_ARE_FATAL,1). We only want it to abort | Damon Chaplin | 2001-06-29 | 2 | -1/+6 |
* | stripped all blank lines from iCalendar files. Apparently they aren't | Damon Chaplin | 2001-06-27 | 374 | -4337/+378 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Extra dist the zones.tab information | JP Rosevear | 2001-06-15 | 2 | -0/+6 |
* | added functions to get the coords of builtin timezones. | Damon Chaplin | 2001-06-14 | 3 | -0/+28 |
* | merged in some new stuff from libical CVS. (icalrecur_add_byrules): If no | Damon Chaplin | 2001-06-14 | 7 | -89/+438 |
* | new files to contain support for timezones. | Damon Chaplin | 2001-06-14 | 5 | -0/+1640 |
* | added zoneinfo. | Damon Chaplin | 2001-06-14 | 379 | -1/+33093 |
* | Fixes to make it make dist and make distcheck. Kind of kludgy but they | JP Rosevear | 2001-05-16 | 2 | -16/+20 |
* | here's some good lovin' from the oven... | Jeffrey Stedfast | 2001-05-16 | 1 | -0/+2 |
* | plug leak (icaltime_as_timet): use altered functions | JP Roseveaer | 2001-05-11 | 2 | -58/+64 |
* | Shush | JP Rosevear | 2001-05-08 | 1 | -1/+5 |
* | initialize "continuation_line" to 0 | JP Rosevear | 2001-05-03 | 2 | -0/+6 |
* | this shouldn't have been here (at least not containing ".deps") | Dan Winship | 2001-04-27 | 1 | -1/+0 |
* | I get "cannot obtain lock on directory /cvs/gnome/..../.deps: no such file or... | Gediminas Paulauskas | 2001-04-22 | 1 | -0/+1 |
* | Disable the Python stuff and the tests for now. They are broken and | Ettore Perazzoli | 2001-04-18 | 2 | -1/+6 |
* | Prepend `$(srcdir)' to the list of libicalss headers to be combined. | Ettore Perazzoli | 2001-04-18 | 2 | -11/+16 |
* | Fix the building of ical.h. Again. | Ettore Perazzoli | 2001-04-18 | 2 | -6/+16 |
* | The perl script generated files changed between releases | JP Rosevear | 2001-04-18 | 11 | -1753/+949 |
* | Hopefully this does it | JP Rosevear | 2001-04-18 | 3 | -471/+0 |
* | Still more | JP Rosevear | 2001-04-18 | 1 | -1/+0 |
* | Remove more generated files. Apparently i forgot to run make maintainer | JP Rosevear | 2001-04-18 | 2 | -4272/+0 |
* | Removing autogenerated files | JP Rosevear | 2001-04-18 | 9 | -2282/+0 |
* | Finish merge of new libical 0.23a version | JP Rosevear | 2001-04-18 | 40 | -3116/+3303 |
* | This commit was generated by cvs2svn to compensate for changes in r9415, | JP Rosevear | 2001-04-18 | 16 | -424/+189 |
* | Initial revision | JP Rosevear | 2001-04-18 | 45 | -0/+12569 |
* | Merge the building fix from evolution-0-9-branch. | Ettore Perazzoli | 2001-02-28 | 2 | -1/+6 |
* | Missing change log entry | JP Rosevear | 2001-02-14 | 1 | -2/+0 |
* | The built sources shouldn't be cleane | JP Rosevear | 2001-02-09 | 2 | -9/+6 |
* | its NEEDS-ACTION rather than NEEDSACTION (icalparameter_as_ical_string): | JP Rosevear | 2001-02-09 | 2 | -4/+10 |
* | Added a missing #include here. | Christopher James Lahey | 2001-02-07 | 3 | -2/+15 |
* | Use the renamed api call | JP Rosevear | 2001-02-06 | 2 | -1/+6 |
* | Fscking autoconf | JP Rosevear | 2001-02-06 | 1 | -1/+1 |
* | Guess what! Fix `builddir != srcdir' breakage. | Ettore Perazzoli | 2001-02-06 | 2 | -4/+11 |
* | This is it i hope | JP Rosevear | 2001-02-06 | 1 | -2/+1 |
* | More import cleanup | JP Rosevear | 2001-02-06 | 2 | -9/+9 |
* | Import cleanup | JP Rosevear | 2001-02-06 | 19 | -215/+721 |
* | This commit was generated by cvs2svn to compensate for changes in r7975, | JP Rosevear | 2001-02-06 | 3 | -3/+24 |
* | Initial revision | JP Rosevear | 2001-02-06 | 2 | -0/+202 |
* | Remove unused "extern long timezone". | Dan Winship | 2001-01-26 | 2 | -1/+4 |
* | rewrote to fix problems with freeing the environment string after calling | Damon Chaplin | 2001-01-25 | 2 | -19/+51 |
* | Don't AC_INIT on an autogenerated file that does not exist beforehand | JP Rosevear | 2001-01-24 | 2 | -1/+6 |
* | Minor import fix | JP Rosevear | 2001-01-24 | 1 | -4/+0 |
* | Import clean up | JP Rosevear | 2001-01-24 | 42 | -2916/+5819 |
* | This commit was generated by cvs2svn to compensate for changes in r7747, | JP Rosevear | 2001-01-24 | 28 | -611/+792 |
* | Initial revision | JP Rosevear | 2001-01-24 | 1 | -0/+167 |
* | Missing Changelog entry | JP Rosevear | 2001-01-19 | 1 | -0/+8 |
* | add -ve sign to output of duration if appropriate. | JP Rosevear | 2001-01-19 | 1 | -5/+25 |
* | include configure.h because HAVE_TIMEZONE is used | JP Rosevear | 2000-12-22 | 3 | -1/+13 |
* | Build `libical-static.la', that is needed for the conduits. | Ettore Perazzoli | 2000-12-15 | 2 | -0/+8 |
* | make icalcomponent.c depend on icalproperty.h, icalvalue.h, and | Peter Teichman | 2000-12-15 | 1 | -2/+4 |
* | Shush | JP Rosevear | 2000-12-15 | 2 | -0/+9 |
* | put icalproperty.h and icalvalue.h before icalcomponent.c in the | Peter Teichman | 2000-12-15 | 1 | -2/+2 |
* | More builddir != srcdir fun! Man, I enjoy this so much. | Ettore Perazzoli | 2000-12-14 | 2 | -17/+21 |
* | Use gmtime() unconditionally, since we want an UTC broken-down | Federico Mena Quintero | 2000-12-14 | 2 | -4/+11 |
* | time_t values *are* in UTC by definition, so the is_utc argument is | Federico Mena Quintero | 2000-12-14 | 2 | -0/+15 |
* | icalparser.c Addedd support for x-parameters. | Eric Busboom | 2000-12-14 | 6 | -27/+66 |
* | Added a name to the parameter to icalerror_set_errno. | Christopher James Lahey | 2000-12-14 | 2 | -1/+6 |
* | Removed the explicit paths. Why it did *not* work on my original try when | Federico Mena Quintero | 2000-12-14 | 2 | -19/+23 |
* | Missed ChangeLog. | Ettore Perazzoli | 2000-12-14 | 1 | -0/+23 |
* | Fix some horrible Makefile breakage, getting it to compile with | Ettore Perazzoli | 2000-12-13 | 2 | -12/+23 |
* | #if 0ed out some #if 1ed test code that was breaking my build by | Joe Shaw | 2000-12-13 | 2 | -1/+6 |
* | Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen from | Dan Winship | 2000-12-13 | 5 | -8/+53 |
* | More fixage - Federico | Federico Mena Quintero | 2000-12-12 | 4 | -3/+9 |
* | Make AC_INIT() check for a file that is not autogenerated! | Federico Mena Quintero | 2000-12-12 | 2 | -1/+4 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-12-12 | 5 | -3209/+12 |
* | shoo - Federico | Federico Mena Quintero | 2000-12-12 | 4 | -9443/+0 |
* | Remove more auto-generated files - Federico | Federico Mena Quintero | 2000-12-12 | 3 | -4955/+0 |
* | Removed auto-generated files - Federico | Federico Mena Quintero | 2000-12-12 | 8 | -12041/+0 |
* | Fix fucking CVS conflicts - Federico | Federico Mena Quintero | 2000-12-12 | 20 | -44/+36 |
* | Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - Federico | Federico Mena Quintero | 2000-12-12 | 66 | -2973/+8198 |
* | This commit was generated by cvs2svn to compensate for changes in r6917, | Federico Mena Quintero | 2000-12-12 | 22 | -298/+1548 |
* | Initial revision | Federico Mena Quintero | 2000-12-12 | 36 | -0/+20368 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 1 | -314/+325 |
* | Patch from Eric Busboom <eric@softwarestudio.org> to fix BYDAY elements in | Federico Mena Quintero | 2000-11-22 | 2 | -21/+27 |
* | Handle both the position and weekday in the by_day field. | Federico Mena Quintero | 2000-11-07 | 2 | -2/+12 |
* | Fixed icalproperty_remove_parameter(). | Jesse Pavel | 2000-10-28 | 2 | -1/+23 |
* | add support for 'X-' parameters. | Damon Chaplin | 2000-10-12 | 3 | -4/+18 |
* | Fix the semicolons in this rule. Noticed by x-virge. | Dan Winship | 2000-10-08 | 3 | -7/+16 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -13/+15 |
* | Fix the configure script to output the Makefile in `src' before the | Ettore Perazzoli | 2000-09-13 | 2 | -2/+6 |
* | Merge missing file for distcheck | JP Rosevear | 2000-09-13 | 4 | -0/+391 |
* | New function that compares only the dates, not the times as well | JP Rosevear | 2000-09-08 | 3 | -0/+25 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 3 | -2/+11 |
* | Kill off more old, dead files | JP Rosevear | 2000-09-01 | 29 | -11872/+4 |
* | This dir is not in 0.19 | JP Rosevear | 2000-09-01 | 9 | -213/+4 |
* | This file is not in 0.19 | JP Rosevear | 2000-09-01 | 2 | -222/+4 |
* | oops | JP Rosevear | 2000-09-01 | 1 | -0/+2 |
* | Kill file | JP Rosevear | 2000-09-01 | 3 | -460/+4 |
* | Don't list config.h in AC_OUTPUT | JP Rosevear | 2000-09-01 | 2 | -1/+4 |
* | Kill old file | JP Rosevear | 2000-09-01 | 6 | -562/+30 |
* | Add/fix .cvsignores. | Ettore Perazzoli | 2000-08-28 | 2 | -0/+13 |
* | builddir != srcdir fixes. | Ettore Perazzoli | 2000-08-27 | 3 | -2/+9 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-08-26 | 4 | -4/+12 |
* | Fixed an incorrect struct name. | Christopher James Lahey | 2000-08-26 | 2 | -2/+6 |
* | Compile fix for libical | Peter Williams | 2000-08-25 | 2 | -2/+8 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 2 | -39/+4 |
* | Baby seal eyes are good with soy sauce! - Federico | Federico Mena Quintero | 2000-08-25 | 1 | -3/+3 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-08-25 | 2 | -2/+6 |
* | More import tidying. | JP Rosevear | 2000-08-25 | 4 | -618/+7 |
* | Fix minor conflicts. | JP Rosevear | 2000-08-25 | 53 | -3742/+5026 |
* | Initial revision | JP Rosevear | 2000-08-25 | 46 | -0/+15040 |
* | You have to wonder what a file called foo was doing here... - Federico | Federico Mena Quintero | 2000-08-01 | 1 | -1578/+0 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 1 | -0/+1706 |
* | Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions | Federico Mena Quintero | 2000-07-13 | 1 | -18/+46 |
* | fixed various problems | Seth Alves | 2000-07-13 | 2 | -0/+11 |
* | Fixed some make distcheck errors. | Christopher James Lahey | 2000-07-06 | 1 | -13/+13 |
* | Generated files, go away - Federico | Federico Mena Quintero | 2000-07-06 | 3 | -4068/+0 |
* | Added the array of objects and the hash table of UID->array index. | Federico Mena Quintero | 2000-06-13 | 1 | -1/+1 |
* | Removing generated files | ÉRDI Gergo | 2000-06-10 | 3 | -138/+1 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 1 | -21/+59 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 3 | -2/+19 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 1 | -0/+1 |
* | *** empty log message *** | Seth Alves | 2000-06-07 | 5 | -12/+542 |
* | merge libical-0.17 onto the head | Seth Alves | 2000-06-07 | 32 | -1653/+1634 |
* | Initial revision | Seth Alves | 2000-06-07 | 5 | -0/+4208 |
* | reparing damage from removing files | Eric Busboom | 2000-05-15 | 141 | -0/+42278 |
* | removing all files | Eric Busboom | 2000-05-15 | 152 | -44434/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r3037, | Eric Busboom | 2000-05-15 | 5 | -30/+49 |
* | Initial revision | Eric Busboom | 2000-05-15 | 11 | -0/+2150 |
* | Fix Makefile to use generated include files that are in the build | Ettore Perazzoli | 2000-05-14 | 2 | -0/+7 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 2 | -13/+18 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -0/+376 |
* | Further Makefile loving. | Ettore Perazzoli | 2000-04-27 | 3 | -2/+10 |
* | Fix broken `Makefile.am' again. I am frustrated. | Ettore Perazzoli | 2000-04-27 | 2 | -1/+9 |
* | + * tests/.cvsignore: Added test13. | Matthew Loper | 2000-04-27 | 3 | -3/+7 |
* | Removed. | Christopher James Lahey | 2000-04-26 | 2 | -376/+4 |
* | Fix compile with builddir != srcdir. | Ettore Perazzoli | 2000-04-26 | 3 | -2/+6 |
* | convert from a time_t to an icaldurationtype. | Seth Alves | 2000-04-25 | 2 | -0/+24 |
* | *** empty log message *** | Seth Alves | 2000-04-21 | 2 | -1/+3 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 1 | -0/+376 |
* | This file does not belong in CVS. | Peter Williams | 2000-04-20 | 1 | -376/+0 |
* | build libtool libraries instead of just .a | Seth Alves | 2000-04-19 | 3 | -11/+12 |
* | added some stuff to cvs ignore files, build .la instead of just .a | Seth Alves | 2000-04-19 | 8 | -22/+97 |
* | import of libical-0.16 | Seth Alves | 2000-04-19 | 68 | -1355/+8265 |
* | added AC_PROG_MAKE_SET. | Damon Chaplin | 2000-04-11 | 2 | -0/+5 |
* | Shut up! | Ettore Perazzoli | 2000-03-02 | 1 | -8/+14 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 2 | -2/+8 |
* | required file | Seth Alves | 2000-02-26 | 1 | -0/+12 |
* | required files | Seth Alves | 2000-02-26 | 2 | -0/+2 |
* | added autogen.sh so this library can be build on its own | Seth Alves | 2000-02-26 | 3 | -1/+116 |
* | start using ChangeLog in this library | Seth Alves | 2000-02-26 | 1 | -0/+9 |
* | make libicalss installable | Seth Alves | 2000-02-26 | 1 | -2/+2 |
* | renamed a couple files so that automake will be my friend | Seth Alves | 2000-02-26 | 4 | -14/+15 |
* | added the generated file icalitip.tab.c until i can figure out | Seth Alves | 2000-02-24 | 5 | -16/+1683 |
* | + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs. | Matthew Loper | 2000-02-22 | 2 | -1/+7 |
* | + * libical/Makefile.in: autogenerated file removed from cvs, and | Matthew Loper | 2000-02-22 | 8 | -1517/+6 |
* | generated | Seth Alves | 2000-02-21 | 1 | -2164/+0 |
* | *** empty log message *** | Seth Alves | 2000-02-21 | 1 | -31/+0 |
* | more fallout from import of 0.15a | Seth Alves | 2000-02-21 | 3 | -5/+3 |
* | generated | Seth Alves | 2000-02-21 | 2 | -1699/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r1879, | Seth Alves | 2000-02-21 | 11 | -39/+141 |
* | Initial revision | Seth Alves | 2000-02-21 | 3 | -0/+183 |
* | ignore a flex output file | Seth Alves | 2000-02-21 | 1 | -0/+2 |
* | ignore .deps | Seth Alves | 2000-02-21 | 2 | -1/+3 |
* | some Makefile.ams to use until eric moves his code to cvs | Seth Alves | 2000-02-21 | 10 | -176/+1516 |
* | + * libical/src/test/.cvsignore: Added Makefile. | Matthew Loper | 2000-02-20 | 3 | -0/+5 |
* | + * libical/Makefile: autogenerated file removed from cvs. | Matthew Loper | 2000-02-20 | 5 | -2040/+0 |
* | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 4 | -0/+8 |
* | Make gnomeui the last library on the command line, as its path is the one | Miguel de Icaza | 2000-02-19 | 2 | -8/+8 |
* | didn't want these checked in | Seth Alves | 2000-02-18 | 8 | -222/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r1827, | Seth Alves | 2000-02-18 | 4 | -44/+23 |
* | Initial revision | Seth Alves | 2000-02-18 | 123 | -0/+39827 |