aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-1911-463/+0
| | | | svn path=/tags/GAL_0_8/; revision=9892
* updated .cvsignoreJeffrey Stedfast2001-05-161-0/+2
| | | | svn path=/trunk/; revision=9823
* Removed some evolution-*-decl.txt files since these are autogenerated byJeffrey Stedfast2001-05-161-0/+7
| | | | | | | | | | 2001-05-15 Jeffrey Stedfast <fejj@ximian.com> * Removed some evolution-*-decl.txt files since these are autogenerated by gtk-doc and don't belong in cvs anyway. Should the tmpl/ dirs also be removed?? svn path=/trunk/; revision=9822
* ShushJP Rosevear2001-05-081-0/+2
| | | | svn path=/trunk/; revision=9701
* Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-265-19/+14
| | | | | | | | | 2001-04-25 Jon Trowbridge <trow@ximian.com> * Removed generated files from CVS, updated .cvsignore files to include generated files. svn path=/trunk/; revision=9569
* changed path to the importer header files, since we've had reports thatDamon Chaplin2001-04-211-3/+3
| | | | | | | | | | 2001-04-20 Damon Chaplin <damon@ximian.com> * importer/evolution-shell-importer.types: changed path to the importer header files, since we've had reports that they aren't being found (though it worked OK for me). svn path=/trunk/; revision=9478
* Pull up fix from the branch:Ettore Perazzoli2001-04-181-1/+1
| | | | | | | builddir != srcdir fix for building the calendar, executive summary and importer developers' docs. svn path=/trunk/; revision=9408
* More docs...Iain Holmes2001-02-027-51/+76
| | | | svn path=/trunk/; revision=7939
* Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-281-12/+12
| | | | | | | | | 2001-01-26 John R. Sheets <dusk@ravendusk.org> * importer/Makefile.am: Change (nonexistant) importer.sgml references to evolution-importer.sgml to fix dependency problem. svn path=/trunk/; revision=7860
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-183-51/+41
| | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
* Some API documentation for the importerIain Holmes2001-01-1812-0/+442
svn path=/trunk/; revision=7589