Revision: 5216
http://geany.svn.sourceforge.net/geany/?rev=5216&view=rev
Author: ntrel
Date: 2010-09-09 15:38:36 +0000 (Thu, 09 Sep 2010)
Log Message:
-----------
Mention the filetype wordchars setting can be overridden by the
whitespace_chars filetypes.common setting.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-09-09 15:26:30 UTC (rev 5215)
+++ trunk/ChangeLog 2010-09-09 15:38:36 UTC (rev 5216)
@@ -11,6 +11,9 @@
Fix possible NULL dereference.
* HACKING:
Add link to glade-2.12.2.tar.gz on geany.org.
+ * doc/geany.txt, doc/geany.html:
+ Mention the filetype wordchars setting can be overridden by the
+ whitespace_chars filetypes.common setting.
2010-09-09 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2010-09-09 15:26:30 UTC (rev 5215)
+++ trunk/doc/geany.html 2010-09-09 15:38:36 UTC (rev 5216)
@@ -6,7 +6,7 @@
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2010-08-24" />
+<meta name="date" content="2010-09-09" />
<style type="text/css">
/*
@@ -139,7 +139,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2010-08-24</td></tr>
+<td>2010-09-09</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.20</td></tr>
</tbody>
@@ -4256,7 +4256,12 @@
<dt>wordchars</dt>
<dd><p class="first">These characters define word boundaries when making selections
and searching using word matching options.</p>
-<p class="last"><em>Example:</em> (look at system filetypes.* files)</p>
+<p><em>Example:</em> (look at system filetypes.* files)</p>
+<div class="last note">
+<p class="first admonition-title">Note</p>
+<p class="last">This can be overridden by the <em>whitespace_chars</em>
+filetypes.common setting.</p>
+</div>
</dd>
<dt>comment_open</dt>
<dd><p class="first">A character or string which is used to comment code. If you want to
@@ -6128,7 +6133,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2010-09-09 11:53 UTC.
+Generated on: 2010-09-09 15:36 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2010-09-09 15:26:30 UTC (rev 5215)
+++ trunk/doc/geany.txt 2010-09-09 15:38:36 UTC (rev 5216)
@@ -3576,6 +3576,10 @@
*Example:* (look at system filetypes.\* files)
+ .. note::
+ This can be overridden by the *whitespace_chars*
+ filetypes.common setting.
+
comment_open
A character or string which is used to comment code. If you want to
use multiline comments, also set comment_close, otherwise leave it
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5215
http://geany.svn.sourceforge.net/geany/?rev=5215&view=rev
Author: ntrel
Date: 2010-09-09 15:26:30 +0000 (Thu, 09 Sep 2010)
Log Message:
-----------
Add link to glade-2.12.2.tar.gz on geany.org.
Modified Paths:
--------------
trunk/ChangeLog
trunk/HACKING
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-09-09 14:44:41 UTC (rev 5214)
+++ trunk/ChangeLog 2010-09-09 15:26:30 UTC (rev 5215)
@@ -9,6 +9,8 @@
discovery.
* tagmanager/tm_symbol.c:
Fix possible NULL dereference.
+ * HACKING:
+ Add link to glade-2.12.2.tar.gz on geany.org.
2010-09-09 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/HACKING
===================================================================
--- trunk/HACKING 2010-09-09 14:44:41 UTC (rev 5214)
+++ trunk/HACKING 2010-09-09 15:26:30 UTC (rev 5215)
@@ -123,6 +123,9 @@
it - this should work fine even if you have another version of Glade
installed on the system.
+You can download Glade 2.12.2 here:
+http://download.geany.org/glade-2.12.2.tar.gz
+
GTK API documentation
---------------------
The official GTK 2.8 API documentation is not available online anymore,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5208
http://geany.svn.sourceforge.net/geany/?rev=5208&view=rev
Author: frlan
Date: 2010-09-09 00:42:19 +0000 (Thu, 09 Sep 2010)
Log Message:
-----------
Fix a memory leak. Based on input by Daniel Marjam?\195?\164ki. Thanks for the catch.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/build.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-09-08 15:57:06 UTC (rev 5207)
+++ trunk/ChangeLog 2010-09-09 00:42:19 UTC (rev 5208)
@@ -1,3 +1,10 @@
+2010-09-09 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * src/build.c:
+ Fix a memory leak. Based on input by Daniel Marjamäki. Thanks for the
+ catch.
+
+
2010-09-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/ui_utils.h, src/msgwindow.c, src/msgwindow.h, src/main.c:
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c 2010-09-08 15:57:06 UTC (rev 5207)
+++ trunk/src/build.c 2010-09-09 00:42:19 UTC (rev 5208)
@@ -996,7 +996,11 @@
g_strchomp(msg);
if (! NZV(msg))
+ {
+ if (msg != NULL)
+ g_free(msg);
return;
+ }
if (build_parse_make_dir(msg, &tmp))
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.