Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 16 Dec 2018 10:20:32 UTC
Commit: 65f467ab19b5ba5adfb673b647a4738fd0d398bc
https://github.com/geany/geany-plugins/commit/65f467ab19b5ba5adfb673b647a47…
Log Message:
-----------
Update NEWS for upcoming release
Modified Paths:
--------------
NEWS
Modified: NEWS
42 lines changed, 40 insertions(+), 2 deletions(-)
===================================================================
@@ -1,6 +1,44 @@
-Geany Plugins 1.34 (not yet released)
+Geany Plugins 1.34 (2018-12-16)
- No changes by now.
+ General:
+ * New plugin: vimode: A Vim Mode for Geany (PR #735)
+ * Improve Travis testsuite to run also "make distcheck"
+
+ Geanyctags:
+ * Use base path as relative to the project file path (#698, PR #755)
+
+ GeanyLua:
+ * Update Scintilla symbols for Geany 1.34 (PR #776)
+ * Update glspi_keycmd.h from geany-master (PR #759)
+
+ Markdown:
+ * Port plugin to Webkit2GTK (PR #746)
+
+ PoHelper:
+ * Consider dash a separator when rewrapping messages (PR #696)
+ * Do not leave spaces at the start of a line when rewrapping (PR #696)
+ * Make sure to only replace header fields in the actual header (PR #696)
+ * Update X-Generator header if present (PR #696)
+ * Use Geany-Plugins version for the plugin (PR #696)
+ * Fix: for locating line breaks (PR #696)
+ * Fix: Properly break all multiline strings on multiple lines (PR #696)
+ * Fix: regular expression replacement when no matches are found
+
+ Scope:
+ * Add GTK3 support (#PR #750)
+
+ Updatechecker:
+ * On Windows, the common ca-certificates bundle is included in
+ the installer for proper SSL certificate verification (PR #768)
+
+ Workbench:
+ * Add option "Expand on hover" (PR #727)
+ * Import base path on "Add project..."
+ * Allow to remove files or directories
+ * Support live update (PR #695, #659)
+
+ Internationalization:
+ * Updated translations: es, pt
Geany Plugins 1.33 (2018-02-25)
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/readme_update
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 16 Dec 2018 09:52:47 UTC
Commit: 6f6ee957541e37ad6b5ebdb43a90c098f7ab2b84
https://github.com/geany/geany-plugins/commit/6f6ee957541e37ad6b5ebdb43a90c…
Log Message:
-----------
Add "vimode" plugin to README
Also remove "cppcheck" and "extra-c-warnings" which are rather
./configure options than plugins.
Modified Paths:
--------------
README
Modified: README
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -57,11 +57,9 @@ Available plugins are:
* ``automark`` -- the Automark plugin
* ``codenav`` -- the CodeNav plugin
* ``commander`` -- the Commander plugin
-* ``cppcheck`` -- static code analysis using cppcheck (see also HACKING)
* ``debugger`` -- the Debugger plugin
* ``defineformat`` -- the Defineformat plugin
* ``devhelp`` -- the devhelp plugin
-* ``extra-c-warnings`` -- extra C Compiler warnings (see also HACKING)
* ``geanyctags`` -- the GeanyCtags plugin
* ``geanydoc`` -- the GeanyDoc plugin
* ``geanyextrasel`` -- the GeanyExtraSel plugin
@@ -96,6 +94,7 @@ Available plugins are:
* ``tableconvert`` -- the Tableconvert plugin
* ``treebrowser`` -- the Treebrowser plugin
* ``updatechecker`` -- the Updatechecker plugin
+* ``vimode`` -- the Vim-mode plugin
* ``webhelper`` -- the WebHelper plugin
* ``xmlsnippets`` -- the XMLSnippets plugin
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 16 Dec 2018 09:52:47 UTC
Commit: 6f6ee957541e37ad6b5ebdb43a90c098f7ab2b84
https://github.com/geany/geany-plugins/commit/6f6ee957541e37ad6b5ebdb43a90c…
Log Message:
-----------
Add "vimode" plugin to README
Also remove "cppcheck" and "extra-c-warnings" which are rather
./configure options than plugins.
Modified Paths:
--------------
README
Modified: README
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -57,11 +57,9 @@ Available plugins are:
* ``automark`` -- the Automark plugin
* ``codenav`` -- the CodeNav plugin
* ``commander`` -- the Commander plugin
-* ``cppcheck`` -- static code analysis using cppcheck (see also HACKING)
* ``debugger`` -- the Debugger plugin
* ``defineformat`` -- the Defineformat plugin
* ``devhelp`` -- the devhelp plugin
-* ``extra-c-warnings`` -- extra C Compiler warnings (see also HACKING)
* ``geanyctags`` -- the GeanyCtags plugin
* ``geanydoc`` -- the GeanyDoc plugin
* ``geanyextrasel`` -- the GeanyExtraSel plugin
@@ -96,6 +94,7 @@ Available plugins are:
* ``tableconvert`` -- the Tableconvert plugin
* ``treebrowser`` -- the Treebrowser plugin
* ``updatechecker`` -- the Updatechecker plugin
+* ``vimode`` -- the Vim-mode plugin
* ``webhelper`` -- the WebHelper plugin
* ``xmlsnippets`` -- the XMLSnippets plugin
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).