Revision: 5183
http://geany.svn.sourceforge.net/geany/?rev=5183&view=rev
Author: ntrel
Date: 2010-08-20 11:28:40 +0000 (Fri, 20 Aug 2010)
Log Message:
-----------
Link Octave instead of Matlab.
Add comment about not being autogenerated.
Minor changes to fit Scintilla order.
Modified Paths:
--------------
trunk/ChangeLog
trunk/scintilla/KeyWords.cxx
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-08-19 11:56:30 UTC (rev 5182)
+++ trunk/ChangeLog 2010-08-20 11:28:40 UTC (rev 5183)
@@ -1,3 +1,11 @@
+2010-08-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * scintilla/KeyWords.cxx:
+ Link Octave instead of Matlab.
+ Add comment about not being autogenerated.
+ Minor changes to fit Scintilla order.
+
+
2010-08-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/highlighting.c, src/editor.c:
Modified: trunk/scintilla/KeyWords.cxx
===================================================================
--- trunk/scintilla/KeyWords.cxx 2010-08-19 11:56:30 UTC (rev 5182)
+++ trunk/scintilla/KeyWords.cxx 2010-08-20 11:28:40 UTC (rev 5183)
@@ -327,7 +327,8 @@
//++Autogenerated -- run src/LexGen.py to regenerate
//**\(\tLINK_LEXER(\*);\n\)
-LINK_LEXER(lmAda);
+// Not autogenerated for Geany ;-)
+ LINK_LEXER(lmAda);
LINK_LEXER(lmAsm);
LINK_LEXER(lmBash);
LINK_LEXER(lmCaml);
@@ -345,9 +346,10 @@
LINK_LEXER(lmLua);
LINK_LEXER(lmMake);
LINK_LEXER(lmMarkdown);
- LINK_LEXER(lmMatlab);
+ // We use Octave instead of Matlab
LINK_LEXER(lmNsis);
LINK_LEXER(lmNull);
+ LINK_LEXER(lmOctave);
LINK_LEXER(lmPascal);
LINK_LEXER(lmPerl);
LINK_LEXER(lmPo);
@@ -357,8 +359,8 @@
LINK_LEXER(lmRuby);
LINK_LEXER(lmSQL);
LINK_LEXER(lmTCL);
+ LINK_LEXER(lmVerilog);
LINK_LEXER(lmVHDL);
- LINK_LEXER(lmVerilog);
LINK_LEXER(lmXML);
LINK_LEXER(lmYAML);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5182
http://geany.svn.sourceforge.net/geany/?rev=5182&view=rev
Author: ntrel
Date: 2010-08-19 11:56:30 +0000 (Thu, 19 Aug 2010)
Log Message:
-----------
Update from 0.19.1 release.
Modified Paths:
--------------
trunk/NEWS
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-08-18 17:25:15 UTC (rev 5181)
+++ trunk/NEWS 2010-08-19 11:56:30 UTC (rev 5182)
@@ -1,3 +1,46 @@
+Geany 0.19.1 (August 18, 2010)
+
+ Fixes:
+ * Fix broken autocompletion after using scope completion.
+ * Fix scrolling the editor line in view (e.g. after loading a session
+ and switching document tabs).
+ * Fix using filetype extension patterns with upper case letters on
+ Windows (#3028856).
+ * Fix a slightly wrong encoding detection on Windows (#3019573).
+ * Re-enable comment folding.
+ * Fix not loading plugins built against a newer API when Geany doesn't
+ provide the required version given in PLUGIN_VERSION_CHECK().
+ * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
+ thanks).
+ * Fix saving non-project filetype error regex.
+ * Focus toolbar item when pressing Go to Line keybinding only when
+ it's not in the toolbar's drop down overflow menu (#3027454).
+ * Escape the name of the current document for markup when using
+ document name for menu items (#3038844).
+ * File Browser: Allow Find in Files when no items are selected.
+ * Fix build menu translation problems.
+ * Fix segfault on Tools->Reload Configuration when no documents are
+ open (#3037079).
+ * Fix building with Waf on Solaris.
+ * Fix a memory leak (thanks to Daniel Marjamäki).
+ * Use g_free instead of free (patch by Daniel Marjamäki, thanks).
+
+ Tweaks:
+ * Always use white background color when printing (except for text
+ with a white foreground) to save ink (#2968998).
+ * Limit build error editor indicators to 50, but parse all errors in
+ the Compiler tab (#3019823).
+ * Align notebook tab close buttons centred vertically (thanks to
+ Robux.Biz (galyuk)).
+ * Show the Project Properties build tab when choosing 'Set Build
+ Commands' when a project is open to prevent confusion with
+ non-project commands.
+
+ Manual:
+ * Fix wording - restarting is required for hidden prefs.
+ * Fix Grep --exclude-dir example.
+
+
Geany 0.19 (June 12, 2010)
General:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5181
http://geany.svn.sourceforge.net/geany/?rev=5181&view=rev
Author: ntrel
Date: 2010-08-18 17:25:15 +0000 (Wed, 18 Aug 2010)
Log Message:
-----------
Remove completed branch.
Removed Paths:
-------------
branches/Geany-0_19_1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5180
http://geany.svn.sourceforge.net/geany/?rev=5180&view=rev
Author: ntrel
Date: 2010-08-18 17:22:58 +0000 (Wed, 18 Aug 2010)
Log Message:
-----------
Tagging the 0.19.1 release.
Added Paths:
-----------
tags/Geany-0_19_1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5178
http://geany.svn.sourceforge.net/geany/?rev=5178&view=rev
Author: ntrel
Date: 2010-08-17 16:42:14 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
Set provisional release date.
Modified Paths:
--------------
branches/Geany-0_19_1/NEWS
Modified: branches/Geany-0_19_1/NEWS
===================================================================
--- branches/Geany-0_19_1/NEWS 2010-08-17 15:06:18 UTC (rev 5177)
+++ branches/Geany-0_19_1/NEWS 2010-08-17 16:42:14 UTC (rev 5178)
@@ -1,4 +1,4 @@
-Geany 0.19.1 (TBA)
+Geany 0.19.1 (August 17, 2010)
Fixes:
* Fix broken autocompletion after using scope completion.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5177
http://geany.svn.sourceforge.net/geany/?rev=5177&view=rev
Author: ntrel
Date: 2010-08-17 15:06:18 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
Update for last 2 commits.
Modified Paths:
--------------
branches/Geany-0_19_1/NEWS
Modified: branches/Geany-0_19_1/NEWS
===================================================================
--- branches/Geany-0_19_1/NEWS 2010-08-17 15:02:49 UTC (rev 5176)
+++ branches/Geany-0_19_1/NEWS 2010-08-17 15:06:18 UTC (rev 5177)
@@ -10,6 +10,9 @@
* Re-enable comment folding.
* Fix not loading plugins built against a newer API when Geany doesn't
provide the required version given in PLUGIN_VERSION_CHECK().
+ * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
+ thanks).
+ * Fix saving non-project filetype error regex.
* Focus toolbar item when pressing Go to Line keybinding only when
it's not in the toolbar's drop down overflow menu (#3027454).
* Escape the name of the current document for markup when using
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.