aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.gnorba
Commit message (Collapse)AuthorAgeFilesLines
* Must pass "object" for the kind to goad_server_register(); "server" isFederico Mena Quintero2000-04-141-2/+2
| | | | | | | | | | | | | | | | 2000-04-14 Federico Mena Quintero <federico@helixcode.com> * wombat.c (setup_pcs): Must pass "object" for the kind to goad_server_register(); "server" is meaningless. (setup_pcs): Do not free the CORBA environment more than once. Also, fix error messages. * wombat.gnorba: The GOAD ID is "evolution:calendar-factory", not "evolution:calendar-server". * ChangeLog: Started the ChangeLog for Wombat. svn path=/trunk/; revision=2423
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-291-4/+4
| | | | | | | | | | | + * wombat/wombat.gnorba: Cleaned up. + + * wombat/wombat.c (setup_pcs): filled in the rest. + + * e-table-text-model.c (e_table_text_model_destroy): made + assertion more accurate. svn path=/trunk/; revision=2244
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-291-0/+11
+ + * wombat/.cvsignore: new file. + + * wombat/wombat.c (setup_pcs): fill out this function some. + + * configure.in: added wombat. + + * pcs/Makefile.am: create a libpcs.la library, for use in the + wombat. svn path=/trunk/; revision=2241