SF.net SVN: geany: [689] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Aug 9 18:03:31 UTC 2006


Revision: 689
Author:   eht16
Date:     2006-08-09 11:03:25 -0700 (Wed, 09 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=689&view=rev

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

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-08-09 17:18:25 UTC (rev 688)
+++ trunk/ChangeLog	2006-08-09 18:03:25 UTC (rev 689)
@@ -4,6 +4,7 @@
    Removed section about global ctags, the information were obsolete.
    Added section about file encodings and the Unicode Byte-Order-Mark.
  * doc/images/*: Updated screenshots.
+ * New release: Geany 0.8 "Kadir".
 
 
 2006-08-09  Nick Treleaven  <nick.treleaven at btinternet.com>
@@ -445,7 +446,7 @@
  * tagmanager/d.c, tagmanager/Makefile.am, tagmanager/parsers.h,
    src/filetypes.c, src/highlighting.c, src/utils.c, src/build.c,
    src/templates.c, data/filetypes.d:
-   Added new filetype D(patch by Christop Berg, thanks).
+   Added new filetype D(patch by Christoph Berg, thanks).
 
 
 2006-07-08  Nick Treleaven  <nick.treleaven at btinternet.com>
@@ -556,7 +557,7 @@
  * geany.glade, src/interface.c, src/callbacks.c, src/sci_wrappers.c:
    Added "Select All" menu item.
  * geany.glade, src/interface.c, src/document.c, src/sci_wrappers.c,
-   srcprefs.c, src/geany.h:
+   src/prefs.c, src/geany.h:
    Improved settings for the long line marker, it can now be easily
    disabled or set to highlight the background of too long lines.
 
@@ -833,6 +834,7 @@
  * geany.glade, src/interface.c: Added missing mnemonic to build menu
                                  item.
 
+
 2006-06-12  Frank Lanitz  <frank at frank.uvena.de>
 
  * configure.in: Added Belarusian and Russian language support.
@@ -916,8 +918,8 @@
                                   link to the documentation.
  * src/main.c, src/document.c: Fixed wrong setting of filetype when
                                using "All files" as filetype.
- * src/dialogs.c: fixed compiler warning "not enough variable arguments
-                  to fit a sentinel"
+ * src/dialogs.c: Fixed compiler warning "not enough variable arguments
+                  to fit a sentinel".
 
 
 2006-06-04  Enrico Troeger  <enrico.troeger at uvena.de>

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-08-09 17:18:25 UTC (rev 688)
+++ trunk/NEWS	2006-08-09 18:03:25 UTC (rev 689)
@@ -1,4 +1,4 @@
-Geany 0.8 (TBA)
+Geany 0.8 (August 09, 2006)
 
         Changes:
         * Find in files feature added which uses the Grep tool.
@@ -13,6 +13,17 @@
         * Use the mouse click position for Go to tag.
         * Added separate filetype_extensions.conf system file.
         * Added makefiles for building on Windows.
+        * Added keyboard shortcuts for increase/decrease of line
+          indentation.
+        * Added functionality to uncomment code.
+        * Encoding support
+        * Added support for Unicode Byte-Order-Mark (BOM)
+        * Redesigned preferences dialog.
+        * Added Undo and Redo toolbar buttons.
+        * New filetype: D
+        * Added simple printing support.
+        * Mark errors while compiling source code within Geany with
+          indicators(small squiggly underlines)
 
         Bugs fixed:
         * Use the full path for files opened from the command-line.
@@ -21,14 +32,22 @@
         * Fixed applying virtual terminal widget settings at startup.
         * Fixed prepending items to the Recent files menu.
         * Fixed clipboard commands used in the find entry and Scribble.
+        * Fixed wrong interpretation of syntax highlighting colours
+        * And some more.
 
         Windows bugs fixed:
         * Don't add .c extension when saving with the All files filter.
         * Fixed a tool chooser dialog crash when path doesn't exist.
+        * Fixed locale problems with Windows message dialogs.
 
+        Internationalisation:
+        * New translations: be, es, pt_BR, ru.
+        * Updated translations: ca, de, pl.
+
         Documentation:
         * Added Scintilla keyboard commands for editing appendix.
         * Improved search section; added all find and go to commands.
+        * Added section about character sets.
 
 
 Geany 0.7 (June 04, 2006)


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