SF.net SVN: geany: [2506] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Apr 19 08:28:57 UTC 2008


Revision: 2506
          http://geany.svn.sourceforge.net/geany/?rev=2506&view=rev
Author:   eht16
Date:     2008-04-19 01:28:57 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
New release: Geany 0.14 "Selit".

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/doc/geany.1.in
    trunk/doc/geany.html

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-19 08:14:00 UTC (rev 2505)
+++ trunk/ChangeLog	2008-04-19 08:28:57 UTC (rev 2506)
@@ -4,6 +4,7 @@
    Make property tags be recognised in the symbol list.
  * src/document.c, src/navqueue.c, src/navqueue.h:
    Clean related navigation queue items when closing a document.
+ * New release: Geany 0.14 "Selit".
 
 
 2008-04-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-04-19 08:14:00 UTC (rev 2505)
+++ trunk/NEWS	2008-04-19 08:28:57 UTC (rev 2506)
@@ -1,4 +1,4 @@
-Geany 0.14 (TBA)
+Geany 0.14 (April 19, 2008)
 
     General:
     * Don't beep when using Replace All in Session unless all open files
@@ -15,7 +15,22 @@
       navigation queue, so the user can move backwards through the list items
       and return to where they were.
     * Make pressing escape in the sidebar focus the editor.
+    * Make navigation queue position based to restore the line and column when
+      returning to a previous position (closes #1936927).
+    * Save sorting order of the symbol list when saving a file (fixes #1917262).
+    * Improve "Send Selection To" code (fixes #1909452).
+    * Install header files and add a pkg-config file for external plugins.
+    * Use monospace font for text entry fields in search dialogs (#1907117).
+    * Don't open zero byte sized files read-only (e.g. files in /proc).
 
+    Filetypes:
+    * Improve Makefile parser to detect targets.
+    * Update PHP tags file to latest PHP API docs (closes #1888691).
+    * Add translucency settings to filetypes.common for semi-transparency.
+    * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
+      JavaScript functions (fixes #1896068).
+    * Update Javascript, TCL and Assembler parser.
+
     Interface:
     * When closing a tab when using left-to-right tabs, focus the next
       document, not the previous.
@@ -27,10 +42,19 @@
       Matching Brace commands.
     * Fix bug with showing macro list items all on one line.
     * Fix Python auto-indentation when line endings are set to CR/LF.
+    * Unfold hidden code when the fold point modified (fixes #1923350).
+    * Update Scintilla to version 1.76.
+    * Add (basic) column mode editing (patch by "chuck").
 
     Windows:
     * Replace untitled file header filename after Save As and add to recent
       files on Windows too.
+    * Resolve Windows shortcuts when opening files.
+    * Fix modal dialog problems on Windows by not setting taskbar hint
+      (closes #1916994).
+    * Add new process spawning implementation. This makes the VCdiff plugin
+      to work on Windows (patch by Pierre Joye, thanks).
+    * Fix crash on Windows when a project could not be opened.
 
     Plugins:
     * Add configurable plugin keybindings support.
@@ -47,6 +71,10 @@
       keybinding groups - this breaks the API for plugins already using it.
     * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.
 
+    Documentation:
+    * Add descriptions for several options in the preferences dialog
+      (patch from Robert McGinley).
+
     Internationalisation:
     * New translations: ro.
     * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.

Modified: trunk/doc/geany.1.in
===================================================================
--- trunk/doc/geany.1.in	2008-04-19 08:14:00 UTC (rev 2505)
+++ trunk/doc/geany.1.in	2008-04-19 08:28:57 UTC (rev 2506)
@@ -1,4 +1,4 @@
-.TH "GEANY" "1" "February 05, 2008" "@PACKAGE@ @VERSION@" ""
+.TH "GEANY" "1" "April 19, 2008" "@PACKAGE@ @VERSION@" ""
 .SH "NAME"
 Geany \(em a small and lightweight IDE
 .SH "SYNOPSIS"

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2008-04-19 08:14:00 UTC (rev 2505)
+++ trunk/doc/geany.html	2008-04-19 08:28:57 UTC (rev 2506)
@@ -3,10 +3,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
 <title>Geany</title>
 <meta name="authors" content="Enrico Tröger  Nick Treleaven  Frank Lanitz" />
-<meta name="date" content="2008-04-11" />
+<meta name="date" content="2008-04-18" />
 <style type="text/css">
 
 /*
@@ -133,7 +133,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2008-04-11</td></tr>
+<td>2008-04-18</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.14</td></tr>
 </tbody>
@@ -3999,7 +3999,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-04-18 16:57 UTC.
+Generated on: 2008-04-19 08:23 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>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list