<p>This helps to get proper log messages prefixed with the plugin name<br>
in Geany's Help->Debug Messages view as well as on console<br>
logging.</p>

<p>For some plugins this might be unnecessary if they don't use any <code>g_message()</code>, <code>g_warning()</code> or similar functions but <code>G_LOG_DOMAIN</code> is also used by <code>g_return_if_fail()</code> and friends.<br>
Defining it for all plugins at least reduces the chance to miss some plugin, also for the future.</p>

<p>Omitted the plugins GeanyPy and GeanyPG where seperate PRs exist (<a href="https://github.com/geany/geany-plugins/pull/371" class="issue-link js-issue-link" data-url="https://github.com/geany/geany-plugins/issues/371" data-id="135272976" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#371</a> and <a href="https://github.com/geany/geany-plugins/pull/370" class="issue-link js-issue-link" data-url="https://github.com/geany/geany-plugins/issues/370" data-id="135271003" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#370</a>).</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany-plugins/pull/373'>https://github.com/geany/geany-plugins/pull/373</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Define G_LOG_DOMAIN for all plugins where it is missing</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-0">autoclose/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-1">automark/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-2">codenav/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-3">debugger/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-4">defineformat/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-5">devhelp/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-6">geanydoc/src/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-7">geanyextrasel/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-8">geanyinsertnum/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-9">geanylatex/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-10">geanylipsum/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-11">geanylua/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-12">geanymacro/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-13">geanyminiscript/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-14">geanynumberedbookmarks/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-15">geanyprj/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-16">geanysendmail/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-17">geanyvc/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-18">lineoperations/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-19">markdown/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-20">multiterm/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-21">overview/overview/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-22">pairtaghighlighter/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-23">pretty-printer/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-24">scope/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-25">shiftcolumn/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-26">tableconvert/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-27">treebrowser/src/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/373/files#diff-28">xmlsnippets/src/Makefile.am</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany-plugins/pull/373.patch'>https://github.com/geany/geany-plugins/pull/373.patch</a></li>
  <li><a href='https://github.com/geany/geany-plugins/pull/373.diff'>https://github.com/geany/geany-plugins/pull/373.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/373">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-TrA5Oxuub34Cr4c55FqVwniaV9ks5poXotgaJpZM4HkdJx.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/373"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>