Skip to content

Commit

Permalink
Update and fix NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Apr 13, 2014
1 parent 3fb7f70 commit e268b4b
Showing 1 changed file with 67 additions and 65 deletions.
132 changes: 67 additions & 65 deletions NEWS
@@ -1,105 +1,111 @@
Geany Plugins 1.24 (2014-04-13)

Known issues
* If the Geanypy plugin is closed when any
Python plugins are still running it may
cause a crash.
* Closing Geany having GeanyLaTeX and
Devhelp-plugin active, might cause a
not clean shutdown of Geany
* If the Geanypy plugin is closed when any Python plugins are still
running it may cause a crash.
* Closing Geany having GeanyLaTeX and Devhelp-plugin active, might
cause a not clean shutdown of Geany

General:
* Depend on Geany 1.24
* Add new plugin pohelper
* Add new plugin PairTagHighlighter
* Add new plugin PairTagHighlighter
* Add new plugin autoclose
* Add Geanypy Python Plugin Plugin
* Add new plugin Defineformat
* Improvements of build system
* Update of waf to 1.6.11

Debugger:

Commander:
* Add Gtk3 support

Debugger:
* Fixing a crash when re-loading plugin

GeanyGenDoc:

* Fix a memory leak
* Add Gtk3 support
* Fix a memory leak

GeanyExtraSel:

* Add "Toggle Rectangular/Stream"

GeanyInsertNum:

* Add Gtk3 support
* Increase maxlines to 250000

GeanyLipsum:

* Add support for Gtk3
* Ensure whitespace between repetition of Lorem Ipsum test

* Add Gtk3 support
* Ensure whitespace between repetitions of Lorem Ipsum text

GeanyLua:

* Add support for Gtk3
* Reenable build with C89

* Add Gtk3 support
* Reenable build with C89

GeanyMiniScript:

* Add Gtk3 support

GProject:

* Add Gtk3 support
* Smaller fixes and improvements


GeanyPG:
* Improve portability and check for system requirements

GeanyVC:

* Add support for Subversion 1.7
* Limit the display of diff output to 16 KB to not freeze the UI on
* Limit the display of diff output to 16 KB to not freeze the UI on
huge commit-diffs
* Add a little statusbar below the commit message text widget

GProject:
* Add Gtk3 support
* Display content-type-specific icons for files in the sidebar
* Smaller fixes and improvements

Markdown:

* Add support for Gtk3
* Add support for HTML tables in markdown files

* Add Gtk3 support
* Fix scroll jumping behavior

Multiterm:

* Implement the other config VTE properties
* Fix scroll jumping behavior

* Implement the other config VTE properties

Prettyprinter:

* Add support for Gtk3

* Add Gtk3 support

Scope:

* Add support for Gtk3
* Add Gtk3 support
* Add support for registers

* Various fixes and improvements

Shiftcolumn:
* Removed default keybindings

Spellcheck:

* Add support for Gtk3
* Add Gtk3 support
* Fix check for default language if LANG contains UTF-8
* Remove check while typing idle callback when unloading the plugin
* Remove check while typing idle callback when unloading the plugin
(closing #96)
* Improve stripping of whitespace and punctuation characters
* Improve stripping of whitespace and punctuation characters
(fixes #98)

* Fix crash when closing a document quickly after modifying it

Tableconvert:
* Add support for HTML tables in markdown files

TreeBrowser:

* Add support for Gtk3
* Don''t collapse expanded child of node when node gets selected
* Adding and improving some keybindings
* Adding a way to open new created files
* Add Gtk3 support
* Don't collapse expanded child of node when node gets selected
* Add and improve some keybindings
* Add a way to open newly created files
* Focus editor on file open


Updatechecker:
* Fix comparing major versions. Didn't work when major has increased
but minor didn't

WebHelper:
* Add Gtk3 support

Internationalisation:
* Update translations: de, es, fr, tr
* Update translations: de, es, fr, nl, ru, tr
* New transaltions: it

Geany Plugins 1.23 (2013-03-10)

* Depend on Geany 1.23
Expand Down Expand Up @@ -159,10 +165,6 @@ Geany Plugins 1.23 (2013-03-10)
Treebrowser:
* Added backspace to browse up a directory
* Eexpand/collapse with spacebar

Updatechecker:
* Fix comparing major versions. Didn't work when major has increased
but minor didn't

Webhelper:
* Show the currently hovered link in the statusbar
Expand Down

0 comments on commit e268b4b

Please sign in to comment.