aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/ChangeLog
blob: d00a1df434d3b99ea1f1435b762f07312b544c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
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.

2001-01-17  Iain Holmes  <iain@ximian.com>

    * Makefile.am (local_entities): Added the importer stuff.

    * evolution-devel-guide.sgml: Added entities for the importer documents.

    * reference.sgml: Added the public and private APIs for the importer.

    * importer/*: New directory containing all the documenation for the
    importer.

2001-01-17  Federico Mena Quintero  <federico@ximian.com>

    * evolution-devel-guide.sgml: Ximianified.

    * calendar/evolution-calendar.sgml: Ditto.

    * calendar/cal-util/evolution-cal-util-sections.txt: Updated.

    * calendar/cal-client/evolution-cal-client-sections.txt: Updated.

2001-01-10  Federico Mena Quintero  <federico@helixcode.com>

    * Makefile.am: Make it work when gtk-doc is not installed.

    * calendar/cal-client/Makefile.am: Likewise.

    * calendar/cal-util/Makefile.am: Likewise.

2000-12-19  Federico Mena Quintero  <federico@helixcode.com>

    Added proper dependency lists to the gtk-doc mess.

    * calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused
    variable.
    (SOURCE_FILES): New variable with the list of source files we
    depend on.
    (IGNORED_SOURCE_HEADERS): New variable with the headers we ignore
    for the gtkdoc-scan phase.
    (scan_generated):
    (tmpl_dependencies):
    (tmpl_sources):
    (tmpl_generated);
    (sgml_dependencies):
    (sgml_generated): Lists of stuff that is generated and that other
    stuff depends on.
    (all): Added the $(sgml_generated) as the final target.
    (install-data-local): Added an installation hook; gtk-doc seems to
    want some of its generated files to be installed.

    * calendar/cal-client/evolution-cal-client-sections.txt: Updated.

    * calendar/cal-util/Makefile.am: Made the same changes as for
    calendar/cal-client/Makefile.am.

    * calendar/cal-util/evolution-cal-util-sections.txt: Updated.

    * Makefile.am (local_entities): Added alarm-generation.sgml.
    (all): Made the main target be the html/index.html.

2000-12-18  Federico Mena Quintero  <federico@helixcode.com>

    * calendar/alarm-generation.sgml: New file with a description of
    the algorithm used to generate alarm instances.

    * evolution-devel-guide.sgml: Added an entity for the above
    chapter.

    * calendar/evolution-calendar.sgml: Reference the entity here.

    * calendar/Makefile.am (EXTRA_DIST): Added alarm-generation.sgml.

2000-12-13  Larry Ewing  <lewing@helixcode.com>

    * calendar/Makefile.am (EXTRA_DIST): make it public-reference.sgml
    not referenc.sgml here.

2000-11-29  Federico Mena Quintero  <federico@helixcode.com>

    * calendar/architecture.sgml: Finished the calendar architecture
    chapter.

2000-11-29  Federico Mena Quintero  <federico@helixcode.com>

    * evolution-devel-guide.sgml: Added an id for the API reference <part>.
    Added the FDL <legalnotice>.
    Added the preface and toplevel reference entities.
    Added entities for Evolution, Wombat, and Camel.
    Added an appendix for the GNU FDL.
    
    * preface.sgml: New file with the introduction to the Evolution
    Developer's Guide.

    * reference.sgml: Split the toplevel reference part into its own
    file.

    * fdl.sgml: Added the GNU Free Documentation License.

    * calendar/evolution-calendar.sgml: Added an id for the <part>.

    * calendar/public-reference.sgml: Added an id for the <reference>.
    Moved this file over from calendar/reference.sgml.

    * Makefile.am (local_entities): Added a list of the SGML files
    that define entities for inclusion in the toplevel document.  This
    way we can track documentation file dependencies down to all
    levels.
    (html/index.html): Made the toplevel document depend on
    $(local_entities).  Also, removed the "html" target and put its
    contents directly here; this way we avoid having .PHONY targets.
    (EXTRA_DIST): Removed the evolution_devel_guideDATA; it made no
    sense.
    (content_files): Added preface.sgml and reference.sgml.

2000-09-15  Federico Mena Quintero  <federico@helixcode.com>

    * evolution-devel-guide.sgml: Made the toplevel <book> id be
    "index".

2000-08-14  Federico Mena Quintero  <federico@helixcode.com>

    * calendar/cal-util/*: Integrated the cal-util library into the
    documentation framework.

    * calendar/Makefile.am (SUBDIRS): Added the cal-util directory.

    * evolution-devel-guide.sgml: Added entities for the cal-util stuff.
    Added entity for libical.

    * calendar/reference.sgml: Added the cal-util reference entries.

    * calendar/cal-client/evolution-cal-client-sections.txt: Updated
    for new API.

2000-08-09  Peter Williams  <peterw@helixcode.com>

    * Makefile.am (maintainer-clean-local): Don't depend
    on 'clean'; this messes up maintainer-clean.

2000-07-17  Federico Mena Quintero  <federico@helixcode.com>

    * calendar/cal-client/tmpl/cal-client.sgml: Populated.

    * evolution-devel-guide.sgml: New <book> toplevel for the
    Evolution Developer's Guide.

    * calendar/evolution-calendar.sgml: New <part> for the calendar
    developer's documentation.

    * calendar/architecture.sgml: New <chapter> for the calendar
    architecture.

    * calendar/reference.sgml: New <reference> for the calendar API
    reference.