SF.net SVN: geany: [850] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Sep 29 08:14:46 UTC 2006


Revision: 850
          http://svn.sourceforge.net/geany/?rev=850&view=rev
Author:   eht16
Date:     2006-09-29 01:14:39 -0700 (Fri, 29 Sep 2006)

Log Message:
-----------
Updated for Geany 0.9.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/README

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-09-29 07:42:13 UTC (rev 849)
+++ trunk/ChangeLog	2006-09-29 08:14:39 UTC (rev 850)
@@ -2,6 +2,9 @@
 
  * src/filetypes.c, data/filetype_extensions.conf:
    Added pattern *.agi for filetype Perl (closes #1567355).
+ * doc/geany.docbook:
+   Updated information for Debian and Gentoo packages.
+ * New release: Geany 0.9 "Kintaro".
 
 
 2006-09-27  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-09-29 07:42:13 UTC (rev 849)
+++ trunk/NEWS	2006-09-29 08:14:39 UTC (rev 850)
@@ -1,4 +1,4 @@
-Geany 0.9 (TBA)
+Geany 0.9 (September 29, 2006)
 
     Changes:
     * Added function calltips for files open in the current workspace
@@ -16,7 +16,22 @@
     * Show the messages window on build failure or for Find Usage.
     * Added -s command-line option to not load session files (-i is now
       used to force a new instance).
+    * Added comment toggle functionality to easily comment and
+      uncomment a line with one shortcut.
+    * Separated filetypes PHP and HTML for better usage.
+    * New filetypes: Diff, Fortran 77 and Ferite.
+    * Added auto completion tags for PASCAL.
+    * Improved VTE usage by adding options for selecting the used shell
+      and ignoring menu bar accelerator (default F10).
+    * Added menu items to insert configurable date/time strings.
+    * Removed the whole FIFO code and replaced it with support for
+      (Unix Domain) Sockets(including Windows support).
 
+    Windows changes:
+    * Implemented Run command (from the build menu) under Windows.
+    * Enabled socket code on Windows to detect a running instance.
+    * Enabled notification if file on disk has changed under Windows.
+
     Bugs fixed:
     * Fixed a segfault at startup if terminal follow path setting is
       enabled.
@@ -24,8 +39,16 @@
       file's directory.
     * Fixed a bug when clicking on a recent file got the wrong
       filename.
+    * Fixed a crash when a compiler output reports an error in a blank
+      line(can happen in LaTeX)
+    * Fixed a crash when switching between several filetypes.
+    * Fixed segfault when replacing tabs by spaces.
 
+    Internationalisation:
+    * New translations: cs, nl, vi.
+    * Updated translations: de, es.
 
+
 Geany 0.8 (August 09, 2006)
 
         Changes:

Modified: trunk/README
===================================================================
--- trunk/README	2006-09-29 07:42:13 UTC (rev 849)
+++ trunk/README	2006-09-29 08:14:39 UTC (rev 850)
@@ -68,10 +68,8 @@
 Geany runs also under Windows. To download the binary with all necessary files,
 visit Geany's homepage. But you should know, that the Windows version is not yet
 well tested and there are some features missing:
-- complete build support (perhaps will be added later)
-- notification if file on disk has changed (perhaps will be added later)
+- build support (perhaps will be added later, Run command is working)
 - embedded terminal emulation (VTE)
-- support for detecting a running instance
 
 
 License
@@ -93,5 +91,5 @@
 
 
 --
-2005-2006 by Enrico Troeger
+2005-2006 by Enrico Tröger, Nick Treleaven and Frank Lanitz
 enrico.troeger at uvena.de


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