<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/doxygen.cfg, branch release</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=release</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=release'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2021-01-09T15:25:43Z</updated>
<entry>
<title>docs: drop deprecated doxygen TCL_SUBST flag</title>
<updated>2021-01-09T15:25:43Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2020-12-31T23:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c4cce82fa0d061768484f4d2854d30235806b7b4'/>
<id>urn:sha1:c4cce82fa0d061768484f4d2854d30235806b7b4</id>
<content type='text'>
notmuch has no tcl code, and doxygen upstream is deprecating/removing
tcl support anyway:
https://github.com/doxygen/doxygen/commit/48a7afc0caf69857a42b0fe1963db3440cb4000f
</content>
</entry>
<entry>
<title>doc: Drop obsolete MSCGEN_PATH, PERL_PATH from doxygen configuration</title>
<updated>2020-04-02T01:46:58Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2020-03-17T16:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bd0b5abd5d6c6fe0c1a028192680f3a505a18ef2'/>
<id>urn:sha1:bd0b5abd5d6c6fe0c1a028192680f3a505a18ef2</id>
<content type='text'>
Since doxygen 1.8.16, MSCGEN_PATH and PERL_PATH are obsolete:

MSCGEN_PATH:
  https://github.com/doxygen/doxygen/commit/873e0ccfbe43ef98d4858beb08eef37631ae3cf6
PERL_PATH:
  https://github.com/doxygen/doxygen/commit/6d1535c38fe6bdaa2a00fff0e7e43774a740a4ce

I don't think that the notmuch builds ever depended on them in the
first place, and including them in the default config yields the
following two warnings:

```
doxygen ./doc/doxygen.cfg
warning: Tag 'PERL_PATH' at line 267 of file './doc/doxygen.cfg' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 272 of file './doc/doxygen.cfg' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
```

Remove them to avoid the warnings.

Signed-off-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>Use https instead of http where possible</title>
<updated>2016-06-05T11:32:17Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a833a6e83865f6999707cc30768d07e1351c2cb'/>
<id>urn:sha1:6a833a6e83865f6999707cc30768d07e1351c2cb</id>
<content type='text'>
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
</content>
</entry>
<entry>
<title>lib: define NOTMUCH_DEPRECATED macro, document its use.</title>
<updated>2015-08-04T07:11:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-06-07T15:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7e2d0ef10588b37922a6b48ca18005ce51bc0669'/>
<id>urn:sha1:7e2d0ef10588b37922a6b48ca18005ce51bc0669</id>
<content type='text'>
This has been tested with gcc and clang.
</content>
</entry>
<entry>
<title>doc: quiet doxygen warnings</title>
<updated>2014-07-09T22:32:44Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-07-06T14:23:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c6cdac8eceac04558ea033fdc4d827104d359c06'/>
<id>urn:sha1:c6cdac8eceac04558ea033fdc4d827104d359c06</id>
<content type='text'>
remove some obsolete tags for XML output (which we don't currently
generate in any case)
</content>
</entry>
<entry>
<title>doc: build and install doxygen api docs</title>
<updated>2014-07-09T22:32:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-07-01T16:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=10224335514b70acc95f89ced4d900bd6c94990b'/>
<id>urn:sha1:10224335514b70acc95f89ced4d900bd6c94990b</id>
<content type='text'>
In order to support out of tree builds and avoid hardcoding version
number, generate `doc/config.dox` from configure.
</content>
</entry>
<entry>
<title>doc/doxygen.cfg: bump version to 0.18</title>
<updated>2014-05-03T22:38:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-03T22:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2983a85eed24242b1c5f5d12fa6f0ed8c3d5253d'/>
<id>urn:sha1:2983a85eed24242b1c5f5d12fa6f0ed8c3d5253d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: move doxgen config from devel/ to doc/</title>
<updated>2014-04-08T10:30:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-04-06T02:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b6751cf8757409e5db2874ba14f2a07a11660b5b'/>
<id>urn:sha1:b6751cf8757409e5db2874ba14f2a07a11660b5b</id>
<content type='text'>
a first step towards actually instally the API docs
</content>
</entry>
</feed>
