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 Jul 2017 11:33:25 UTC
Commit: 6a3e4c2225ce1cb093d0058d75e285b49876e1f0
https://github.com/geany/geany-plugins/commit/6a3e4c2225ce1cb093d0058d75e28…
Log Message:
-----------
Remove duplicated word
Modified Paths:
--------------
README
Modified: README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -7,7 +7,7 @@ Status
.. image:: https://travis-ci.org/geany/geany-plugins.svg?branch=master
:target: https://travis-ci.org/geany/geany-plugins
-
+
Installation
------------
@@ -103,7 +103,7 @@ Example::
./configure --enable-geanylua --enable-spellcheck
-This will force force both geanylua and spellcheck plugins to be enabled even
+This will force both geanylua and spellcheck plugins to be enabled even
if some dependencies are missing.
You can also use the special option ``all-plugins`` to change the default for all
--------------
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: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 15 Jul 2017 11:06:46 UTC
Commit: 8fdc8e75847aec2b1f2dc72f399adda987823ca3
https://github.com/geany/geany-plugins/commit/8fdc8e75847aec2b1f2dc72f399ad…
Log Message:
-----------
NEWS: Minor rewording and fix some typos
Modified Paths:
--------------
NEWS
Modified: NEWS
21 lines changed, 10 insertions(+), 11 deletions(-)
===================================================================
@@ -2,16 +2,15 @@ Geany Plugins 1.31 (not release yet)
General:
* New plugin: keyrecord (PR #460)
- * OS X: Use path relativ to bundle (PR #569). This fixes function of
- several plugins on OS X. Included plugins are:
+ * OS X: Use path relative to bundle (PR #569). Affected plugins:
* Geanygendoc
* Geniuspaste
* GitChangebar
* Overview
* Pohelper
* Scope
* Add a note to plugins currently orphaned or odd fixes (PR #540).
- This includes:
+ Affected plugins:
* Geanydoc
* GeanyExtrasel
* GeanyInsertNum
@@ -28,7 +27,7 @@ Geany Plugins 1.31 (not release yet)
* Enable Mark Word also for newly opened documents (PR #563)
Automark:
- * Extends documentation (PR #582)
+ * Extend documentation (PR #582)
GeanyDoc:
* Make OK the default button in interactive mode (PR #566)
@@ -38,15 +37,15 @@ Geany Plugins 1.31 (not release yet)
GeanyLua:
* Pass a GdkKeymap to gdk_keymap_* functions to prevent crashes on
- Windows and critical warnings on other platforms. (PR #586)
+ Windows and critical warnings on other platforms (PR #586)
GeanyMacro:
* Pass a GdkKeymap to gdk_keymap_* functions to prevent crashes on
- Windows and critical warnings on other platforms. (PR #586)
+ Windows and critical warnings on other platforms (PR #586)
GeanyNumbersBookmarks:
* Pass a GdkKeymap to gdk_keymap_* functions to prevent crashes on
- Windows and critical warnings on other platforms. (PR #586)
+ Windows and critical warnings on other platforms (PR #586)
Geniuspaste:
* Update configuration for shipped pastebins (PR #551)
@@ -58,18 +57,18 @@ Geany Plugins 1.31 (not release yet)
* Add a feature to keep unique lines (PR #560)
Pretty-Printer:
- * Add missing README, COPYING, NEWS and AUTHORS-files (PR #580)
+ * Add missing README, COPYING, NEWS and AUTHORS files (PR #580)
- Projectorganizer
+ ProjectOrganizer:
* Fix a crash by ensuring project is open before
trying to expand the tree (PR #555, PR #557, PR #559)
Scope:
- * Correct a missleading error message (PR #561)
+ * Correct a misleading error message (PR #561)
Spellcheck:
* Stop processing if the document gets invalid to prevent crashes
- while file gets closed during long check runs. (Issue #547)
+ while file gets closed during long check runs (Issue #547)
* Add style mappings for Rust and PHPSCRIPT
Updatechecker:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).