SF.net SVN: geany: [1937] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Oct 10 14:17:13 UTC 2007


Revision: 1937
          http://geany.svn.sourceforge.net/geany/?rev=1937&view=rev
Author:   eht16
Date:     2007-10-10 07:17:13 -0700 (Wed, 10 Oct 2007)

Log Message:
-----------
Update for 0.12.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-10-09 12:26:44 UTC (rev 1936)
+++ trunk/ChangeLog	2007-10-10 14:17:13 UTC (rev 1937)
@@ -1,3 +1,8 @@
+2007-10-10  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * NEWS, doc/geany.1.in: Update for 0.12.
+
+
 2007-10-09  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/document.c, src/highlighting.c, src/symbols.c, src/symbols.h:

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2007-10-09 12:26:44 UTC (rev 1936)
+++ trunk/NEWS	2007-10-10 14:17:13 UTC (rev 1937)
@@ -1,4 +1,4 @@
-Geany 0.12 (TBA)
+Geany 0.12 (October 10, 2007)
 
     Bugs fixed:
     * Fixed opening the same file twice from the message window/command-line.
@@ -11,6 +11,11 @@
     * Fixed displaying error indicators with Make after entering a
       subdirectory.
     * Fixed a possible segfault when parsing tags (a vString bug).
+    * Fixed clipboard problems with some applications.
+    * Fixed crash when trying to open the Save As dialog on Windows.
+    * Fixed crash when saving a file after setting encoding "None".
+    * Fixed scrolling bugs when searching text and the cursor is outside of
+      the current visible area.
 
     Filetypes:
     * Added reStructuredText filetype and parser.
@@ -19,11 +24,14 @@
     * Parse Python global variables and class variables.
     * Added support for Java Apache Ant compiler error messages (thanks to
       Jon Senior).
+    * Added new filetypes CSharp and FreeBasic.
+    * Added filetype Haxe (patch by blackdog, thank you).
 
     Plugins:
     * Added basic plugin support (developers: see the HACKING file).
     * Added 'Enable plugin support' preference and -p, --no-plugins options.
     * Added Class Builder plugin (thanks to Alexander Rodin).
+    * Added Export plugin to export current file as HTML or LaTeX.
 
     Keyboard shorcuts:
     * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
@@ -38,6 +46,10 @@
       Alt-{Up,Down}).
     * Made pressing escape focus the editor when using incremental search
       or Goto Line toolbar fields.
+    * Added keybinding for select current paragraph.
+    * Added keybindings for smart indent and indent/deindent by one space.
+    * Removed convert to lower-/upper-case keybindings.
+    * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
 
     General:
     * Added preference for 'smart' home key behaviour (thanks to Jeff
@@ -55,9 +67,26 @@
     * Don't show file opened/saved/closed messages on the status bar.
     * Added --no-preprocessing, -P option when generating tags files to
       disable preprocessing of C/C++ source files.
+    * Added default startup directory option (closes #1704988).
+    * Use current locale as default encoding for new files.
+    * Added simple code navigation (thanks to Dave Moore).
+    * Re-maximize the main window on startup when closed in maximized state
+      (closes #1730369).
+    * Added auto focus (to auto focus widgets below mouse cursor).
+    * Complete rewrite of auto completion to make it user-definable and
+      much more flexible (please read documentation).
+    * Added option to set a default encoding when opening files and disable
+      auto detection of the file encoding.
+    * Improved comment toggling by adding an additional character to mark.
+    * Changed the background colour of the search bar in the toolbar
+      according to the search result.
+    * Use intltool to make geany.desktop translatable
+    * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
     (Thanks also to Christoph Berg for updating the icon code).
 
     Docs:
+    * Changed documentation generation tools from DocBook to reST
+      (thanks to John Gabriele for his great work on this).
     * Added Plugins section.
     * Added 'Inserting unicode characters' Editing section (thanks to
       John Gabriele).
@@ -69,7 +98,7 @@
 
     Internationalisation:
     * New translations: en_GB.
-    * Updated translations: ca, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
+    * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
 
 
 Geany 0.11 (May 21, 2007)

Modified: trunk/doc/geany.1.in
===================================================================
--- trunk/doc/geany.1.in	2007-10-09 12:26:44 UTC (rev 1936)
+++ trunk/doc/geany.1.in	2007-10-10 14:17:13 UTC (rev 1937)
@@ -1,4 +1,4 @@
-.TH "GEANY" "1" "June 17, 2007" "@PACKAGE@ @VERSION@" ""
+.TH "GEANY" "1" "October 10, 2007" "@PACKAGE@ @VERSION@" ""
 .SH "NAME"
 Geany \(em a small and lightweight IDE
 .SH "SYNOPSIS"


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