Skip to content

Commit

Permalink
Some minor changes.
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2224 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
ntrel committed Feb 4, 2008
1 parent 43704d8 commit 6da02c2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions NEWS
Expand Up @@ -6,8 +6,8 @@ Geany 0.13 (TBA)
* Add native GTK printing support (only with GTK 2.10+).
* Prevent execution of commands by Geany if the VTE may contain any
text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
* Store more document-related settings session-based in the
configuration file(including the file encoding).
* Store more document-related settings when saving session in the
configuration file (including the file encoding).
* Detect in-file specified file encoding by scanning the file using
regular expressions.
* Add binary relocation support.
Expand All @@ -21,9 +21,8 @@ Geany 0.13 (TBA)
* Show arrays and modifiers like const in calltip return types for
C-like files.
* Update C global tags file for GTK+ 2.12.
* Fix parsing the correct D class name when inheriting.
* Fix parsing D constructor tags.
* Ignore D import statements.
* Fix parsing the correct D class name when inheriting, D constructor
tags and ignore D import statements.
* Remove unnecessary tagmanager status file.
* Improve PHP, Ruby and FreeBasic parsers.

Expand Down Expand Up @@ -51,7 +50,7 @@ Geany 0.13 (TBA)
* Show line wrap symbol at start of line for wrapped lines.
* Allow scrolling past end of document, so the user can append text
with the last lines drawn at the top of the view.
* Rename "Contruct autocompletion" to "Snippets".
* Rename "Construct autocompletion" to "Snippets".
* Improve usage of "Unfold all children" option.
* Update Scintilla to version 1.75.

Expand All @@ -73,7 +72,7 @@ Geany 0.13 (TBA)
* Add Auto Save plugin.

Plugin API:
* Add keybindings->send_command().
* Add keybindings_send_command() and some other functions.
* Add pluginmacros.h to define common macros for app, p_utils, etc.
* Add more documentation/comments to demoplugin.c.
* Add configure symbol for plugins which is called by Geany when a
Expand Down

0 comments on commit 6da02c2

Please sign in to comment.