diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devel/ChangeLog | 6 | ||||
-rw-r--r-- | doc/devel/calendar/cal-client/.cvsignore | 2 | ||||
-rw-r--r-- | doc/devel/calendar/cal-util/.cvsignore | 3 | ||||
-rw-r--r-- | doc/devel/executive-summary/.cvsignore | 5 | ||||
-rw-r--r-- | doc/devel/executive-summary/evolution-services.hierarchy | 7 | ||||
-rw-r--r-- | doc/devel/importer/evolution-shell-importer.hierarchy | 7 |
6 files changed, 29 insertions, 1 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index 6e1455b514..e9bc289834 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,3 +1,9 @@ +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?? + 2001-04-25 Jon Trowbridge <trow@ximian.com> * Removed generated files from CVS, updated .cvsignore files diff --git a/doc/devel/calendar/cal-client/.cvsignore b/doc/devel/calendar/cal-client/.cvsignore index 81b3fafe73..439d6641ff 100644 --- a/doc/devel/calendar/cal-client/.cvsignore +++ b/doc/devel/calendar/cal-client/.cvsignore @@ -6,3 +6,5 @@ Makefile.in *-unused.txt *.hierarchy *.signals +*.stamp +*-scan.c diff --git a/doc/devel/calendar/cal-util/.cvsignore b/doc/devel/calendar/cal-util/.cvsignore index 760b936f87..36efc9bc3a 100644 --- a/doc/devel/calendar/cal-util/.cvsignore +++ b/doc/devel/calendar/cal-util/.cvsignore @@ -6,4 +6,5 @@ Makefile.in *-unused.txt *.signals *.hierarchy - +*.stamp +*-scan.c diff --git a/doc/devel/executive-summary/.cvsignore b/doc/devel/executive-summary/.cvsignore index 1d93da7daa..7a0e6a693b 100644 --- a/doc/devel/executive-summary/.cvsignore +++ b/doc/devel/executive-summary/.cvsignore @@ -3,4 +3,9 @@ Makefile.in *-decl.txt *.signals *.hierarchy +*.stamp +*-scan.c +*-unused.txt +*-decl-list.txt sgml + diff --git a/doc/devel/executive-summary/evolution-services.hierarchy b/doc/devel/executive-summary/evolution-services.hierarchy new file mode 100644 index 0000000000..37559d819d --- /dev/null +++ b/doc/devel/executive-summary/evolution-services.hierarchy @@ -0,0 +1,7 @@ +GtkObject + BonoboObject + ExecutiveSummaryComponent + ExecutiveSummaryComponentFactory + Handle to remote Bonobo::Unknown + ExecutiveSummaryComponentFactoryClient + ExecutiveSummaryHtmlView diff --git a/doc/devel/importer/evolution-shell-importer.hierarchy b/doc/devel/importer/evolution-shell-importer.hierarchy new file mode 100644 index 0000000000..c46ebdf782 --- /dev/null +++ b/doc/devel/importer/evolution-shell-importer.hierarchy @@ -0,0 +1,7 @@ +GtkObject + BonoboObject + BonoboXObject + EvolutionImporter + EvolutionImporterListener + Handle to remote Bonobo::Unknown + EvolutionImporterClient |