Revision: 5817
http://geany.svn.sourceforge.net/geany/?rev=5817&view=rev
Author: eht16
Date: 2011-05-22 15:22:50 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Replace escape character '\' by slash '/' in paths in the Windows Makefiles (patch by Matthew Brush, thanks).
Modified Paths:
--------------
branches/0.20.1/ChangeLog
branches/0.20.1/tagmanager/makefile.win32
Modified: branches/0.20.1/ChangeLog
===================================================================
--- branches/0.20.1/ChangeLog 2011-05-22 11:08:06 UTC (rev 5816)
+++ branches/0.20.1/ChangeLog 2011-05-22 15:22:50 UTC (rev 5817)
@@ -1,3 +1,10 @@
+2011-05-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * tagmanager/makefile.win32:
+ Replace escape character '\' by slash '/' in paths in the
+ Windows Makefiles (patch by Matthew Brush, thanks).
+
+
2011-05-09 Colomban Wendling <colomban(at)geany(dot)org>
* src/sidebar.c:
Modified: branches/0.20.1/tagmanager/makefile.win32
===================================================================
--- branches/0.20.1/tagmanager/makefile.win32 2011-05-22 11:08:06 UTC (rev 5816)
+++ branches/0.20.1/tagmanager/makefile.win32 2011-05-22 15:22:50 UTC (rev 5817)
@@ -3,7 +3,7 @@
CC = gcc
AR = ar
RANLIB = ranlib
-PREFIX = C:\libs
+PREFIX = C:/libs
RM = del
-include ../localwin32.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5816
http://geany.svn.sourceforge.net/geany/?rev=5816&view=rev
Author: eht16
Date: 2011-05-22 11:08:06 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Add 'enum' to secondary keywords (closes #3305737, patch by Matthew Brush, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/data/filetypes.java
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-05-22 10:32:31 UTC (rev 5815)
+++ trunk/ChangeLog 2011-05-22 11:08:06 UTC (rev 5816)
@@ -7,6 +7,9 @@
* src/ui_utils.c, doc/geany.txt, doc/geany.html:
Do not allow 'Save All' even if 'allow_always_save' is set
(patch by Dimitar Zhekov, thanks).
+ * data/filetypes.java:
+ Add 'enum' to secondary keywords
+ (closes #3305737, patch by Matthew Brush, thanks).
2011-05-12 Colomban Wendling <colomban(at)geany(dot)org>
Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java 2011-05-22 10:32:31 UTC (rev 5815)
+++ trunk/data/filetypes.java 2011-05-22 11:08:06 UTC (rev 5816)
@@ -26,7 +26,7 @@
[keywords]
primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
-secondary=boolean byte char double float int long short void
+secondary=boolean byte char double enum float int long short void
# documentation keywords for javadoc
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
typedefs=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5815
http://geany.svn.sourceforge.net/geany/?rev=5815&view=rev
Author: eht16
Date: 2011-05-22 10:32:31 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Do not allow 'Save All' even if 'allow_always_save' is set (patch by Dimitar Zhekov, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
trunk/src/ui_utils.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-05-22 10:00:53 UTC (rev 5814)
+++ trunk/ChangeLog 2011-05-22 10:32:31 UTC (rev 5815)
@@ -4,6 +4,9 @@
Remove unused variables (patch by Eugene Arshinov, thanks).
* src/stash.c:
Remove unused variables (suggested by Eugene Arshinov).
+ * src/ui_utils.c, doc/geany.txt, doc/geany.html:
+ Do not allow 'Save All' even if 'allow_always_save' is set
+ (patch by Dimitar Zhekov, thanks).
2011-05-12 Colomban Wendling <colomban(at)geany(dot)org>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2011-05-22 10:00:53 UTC (rev 5814)
+++ trunk/doc/geany.html 2011-05-22 10:32:31 UTC (rev 5815)
@@ -6,7 +6,7 @@
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="$Date$" />
+<meta name="date" content="2011-05-03" />
<style type="text/css">
/*
@@ -139,7 +139,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>$Date$</td></tr>
+<td>2011-05-03</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.21</td></tr>
</tbody>
@@ -5082,11 +5082,11 @@
<tr><td>allow_always_save</td>
<td>Whether files can be saved always, even if
they don't have any changes. By default,
-the Save buttons and menu items are
-disabled when a file is unchanged. When
-setting this option to true, the Save
-buttons and menu items are always active
-and files can be saved.</td>
+the Save button and menu item are disabled
+when a file is unchanged. When setting
+this option to true, the Save button and
+menu item are always active and files can
+be saved.</td>
<td>false</td>
</tr>
<tr><td>compiler_tab_autoscroll</td>
@@ -6580,7 +6580,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2011-05-03 18:39 UTC.
+Generated on: 2011-05-22 10:30 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2011-05-22 10:00:53 UTC (rev 5814)
+++ trunk/doc/geany.txt 2011-05-22 10:32:31 UTC (rev 5815)
@@ -4373,11 +4373,11 @@
available with GTK 2.12 or above).
allow_always_save Whether files can be saved always, even if false
they don't have any changes. By default,
- the Save buttons and menu items are
- disabled when a file is unchanged. When
- setting this option to true, the Save
- buttons and menu items are always active
- and files can be saved.
+ the Save button and menu item are disabled
+ when a file is unchanged. When setting
+ this option to true, the Save button and
+ menu item are always active and files can
+ be saved.
compiler_tab_autoscroll Whether to automatically scroll to the true
last line of the output in the Compiler
tab.
Modified: trunk/src/ui_utils.c
===================================================================
--- trunk/src/ui_utils.c 2011-05-22 10:00:53 UTC (rev 5814)
+++ trunk/src/ui_utils.c 2011-05-22 10:32:31 UTC (rev 5815)
@@ -661,7 +661,7 @@
gboolean dirty_tabs = FALSE;
if (ui_prefs.allow_always_save)
- return;
+ enable = gtk_notebook_get_n_pages(GTK_NOTEBOOK(main_widgets.notebook)) > 0 ? TRUE : FALSE;
ui_widget_set_sensitive(widgets.save_buttons[0], enable);
ui_widget_set_sensitive(widgets.save_buttons[1], enable);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5813
http://geany.svn.sourceforge.net/geany/?rev=5813&view=rev
Author: eht16
Date: 2011-05-22 09:59:30 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Add old, missed ChangeLog entry, oops
Modified Paths:
--------------
trunk/ChangeLog
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-05-22 09:58:06 UTC (rev 5812)
+++ trunk/ChangeLog 2011-05-22 09:59:30 UTC (rev 5813)
@@ -29,6 +29,13 @@
Enable SplitWindow build on Windows again (re-apply Enrico's patch).
+2011-05-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * HACKING:
+ Add note about patching Glade 2.12 to compile it with
+ newer GTK versions.
+
+
2011-05-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/callbacks.c:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.