Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Tue, 28 Mar 2017 11:30:08 UTC
Commit: 237921412100cb17c6aa7845c270e114839e3f7e
https://github.com/geany/geany-plugins/commit/237921412100cb17c6aa7845c270e…
Log Message:
-----------
geniuspaste: Remove outdated tinypaste.com configuration
It got broken a while back because of the service changing, and the new
URL it points to (pasted.co) doesn't seem to provide an API, at least
not for unauthenticated users. So, drop this pastebin.
Modified Paths:
--------------
geniuspaste/README
geniuspaste/data/Makefile.am
geniuspaste/data/tinypaste.com.conf
Modified: geniuspaste/README
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,6 @@ services, but more can be added:
* pastebin.geany.org
* paste.debian.net
* sprunge.us
- * tinypaste.com
GeniusPaste detects automatically the syntax of the code and pastes it
with syntax highlighting enabled.
Modified: geniuspaste/data/Makefile.am
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -8,5 +8,4 @@ dist_pastebins_DATA = \
fpaste.org.conf \
pastebin.geany.org.conf \
paste.debian.net.conf \
- sprunge.us.conf \
- tinypaste.com.conf
+ sprunge.us.conf
Modified: geniuspaste/data/tinypaste.com.conf
20 lines changed, 0 insertions(+), 20 deletions(-)
===================================================================
@@ -1,20 +0,0 @@
-# FIXME: outdated, this leads to a 404 on http://pasted.co/
-[pastebin]
-name=tinypaste.com
-url=http://tinypaste.com/api/create.xml
-
-[format]
-paste=%contents%
-title=%title%
-is_code=%language%
-
-[parse]
-search=<response>(.*)</response>
-replace=\1
-
-[defaults]
-language=1
-
-# map GeanyFileType=PastebinFileType
-[languages]
-None=0
--------------
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: Sun, 05 Mar 2017 12:28:51 UTC
Commit: 8905c0695f68dcc4240b5785677832954943af95
https://github.com/geany/geany-plugins/commit/8905c0695f68dcc4240b578567783…
Log Message:
-----------
Merge branch 'master' of github.com:geany/geany-plugins
Modified Paths:
--------------
NEWS
Modified: NEWS
43 lines changed, 20 insertions(+), 23 deletions(-)
===================================================================
@@ -1,7 +1,4 @@
-Geany Plugins 1.30 (not yet released)
-
- General:
- *
+Geany Plugins 1.30 (2017-03-05)
Automark:
* Fix a possible crash if nothing is selected for automarking
@@ -11,54 +8,54 @@ Geany Plugins 1.30 (not yet released)
* Fix a possible crash on startup with latest GTK3
Debugger:
- * Fix a possible crash if debug-modus is enabled (PR##511)
+ * Fix a possible crash if debug-modus is enabled (PR #511)
Geanyctags:
- * Show online help via help button (PR##521)
+ * Show online help via help button (PR #521)
GeanyDoc:
* Improve compatibility with Gtk3
- * Allow to use current word as initial text in interactive mode (PR##457
+ * Allow to use current word as initial text in interactive mode (PR #457
GeanyLua:
* Remove deprecated GeanyFunctions from interface provided by this
- plugin (PR##439)
- * Fix build with latest Scintilla (PR##510)
+ plugin (PR #439)
+ * Fix build with latest Scintilla (PR #510)
GeanyPy:
- * Sync with upstream GeanyPy version (PR##527)
+ * Sync with upstream GeanyPy version (PR #527)
Lineoperations:
- * Add support for selections (PR##378)
+ * Add support for selections (PR #378)
Lipsum:
* Add a space before restarting Lorem Ipsum text (#513)
Markdown:
- * Allow exporting Markdown as HTML (PR##502)
- * Fix relative paths (PR##501)
+ * Allow exporting Markdown as HTML (PR #502)
+ * Fix relative paths (PR #501)
PairTagHighlighter:
- * Add keybinding for jumping to matching tag (PR##466)
- * Improve compatibility with Gtk3 (PR##466)
+ * Add keybinding for jumping to matching tag (PR #466)
+ * Improve compatibility with Gtk3 (PR #466)
ProjectOrganizer:
- * Show online help via help button (PR##521)
- * Remember expanded directories in the sidebar when reloading (PR##528)
+ * Show online help via help button (PR #521)
+ * Remember expanded directories in the sidebar when reloading (PR #528)
Spellcheck:
- * Treat underscore as word seperator (PR##512)
+ * Treat underscore as word separator (PR #512)
Tableconvert:
* Fix markup of documentation
Treebrowser:
- * Fix a possible memory leak (PR##478)
- * Add a keybinding to follow current file (PR##524
- * Allow to show menu also with Shift+F10 (PR##523)
+ * Fix a possible memory leak (PR #478)
+ * Add a keybinding to follow current file (PR #524)
+ * Allow to show menu also with Shift+F10 (PR #523)
* Fix a bug addding files to file list again and again when using
- refresh-function and no file is selected (PR##525)
- * Don't change directory on project save (PR##536)
+ refresh-function and no file is selected (PR #525)
+ * Don't change directory on project save (PR #536)
Internationalization:
* Updated translations: de, es, pt
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 05 Mar 2017 12:22:42 UTC
Commit: 1becd90c31bf4f076e657ede843d766b1a302e12
https://github.com/geany/geany-plugins/commit/1becd90c31bf4f076e657ede843d7…
Log Message:
-----------
Set release date in NEWS for 1.30
Modified Paths:
--------------
NEWS
Modified: NEWS
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-Geany Plugins 1.30 (not yet released)
+Geany Plugins 1.30 (2017-03-05)
Automark:
* Fix a possible crash if nothing is selected for automarking
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 05 Mar 2017 12:22:19 UTC
Commit: 2953e460d042c2687081211c3e0cc313d2064265
https://github.com/geany/geany-plugins/commit/2953e460d042c2687081211c3e0cc…
Log Message:
-----------
Small updates of NEWS in front of 1.30 release
Modified Paths:
--------------
NEWS
Modified: NEWS
41 lines changed, 19 insertions(+), 22 deletions(-)
===================================================================
@@ -1,8 +1,5 @@
Geany Plugins 1.30 (not yet released)
- General:
- *
-
Automark:
* Fix a possible crash if nothing is selected for automarking
* Replace internal usage of deprecated functions
@@ -11,54 +8,54 @@ Geany Plugins 1.30 (not yet released)
* Fix a possible crash on startup with latest GTK3
Debugger:
- * Fix a possible crash if debug-modus is enabled (PR##511)
+ * Fix a possible crash if debug-modus is enabled (PR #511)
Geanyctags:
- * Show online help via help button (PR##521)
+ * Show online help via help button (PR #521)
GeanyDoc:
* Improve compatibility with Gtk3
- * Allow to use current word as initial text in interactive mode (PR##457
+ * Allow to use current word as initial text in interactive mode (PR #457
GeanyLua:
* Remove deprecated GeanyFunctions from interface provided by this
- plugin (PR##439)
- * Fix build with latest Scintilla (PR##510)
+ plugin (PR #439)
+ * Fix build with latest Scintilla (PR #510)
GeanyPy:
- * Sync with upstream GeanyPy version (PR##527)
+ * Sync with upstream GeanyPy version (PR #527)
Lineoperations:
- * Add support for selections (PR##378)
+ * Add support for selections (PR #378)
Lipsum:
* Add a space before restarting Lorem Ipsum text (#513)
Markdown:
- * Allow exporting Markdown as HTML (PR##502)
- * Fix relative paths (PR##501)
+ * Allow exporting Markdown as HTML (PR #502)
+ * Fix relative paths (PR #501)
PairTagHighlighter:
- * Add keybinding for jumping to matching tag (PR##466)
- * Improve compatibility with Gtk3 (PR##466)
+ * Add keybinding for jumping to matching tag (PR #466)
+ * Improve compatibility with Gtk3 (PR #466)
ProjectOrganizer:
- * Show online help via help button (PR##521)
- * Remember expanded directories in the sidebar when reloading (PR##528)
+ * Show online help via help button (PR #521)
+ * Remember expanded directories in the sidebar when reloading (PR #528)
Spellcheck:
- * Treat underscore as word seperator (PR##512)
+ * Treat underscore as word separator (PR #512)
Tableconvert:
* Fix markup of documentation
Treebrowser:
- * Fix a possible memory leak (PR##478)
- * Add a keybinding to follow current file (PR##524
- * Allow to show menu also with Shift+F10 (PR##523)
+ * Fix a possible memory leak (PR #478)
+ * Add a keybinding to follow current file (PR #524)
+ * Allow to show menu also with Shift+F10 (PR #523)
* Fix a bug addding files to file list again and again when using
- refresh-function and no file is selected (PR##525)
- * Don't change directory on project save (PR##536)
+ refresh-function and no file is selected (PR #525)
+ * Don't change directory on project save (PR #536)
Internationalization:
* Updated translations: de, es, pt
--------------
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: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 04 Mar 2017 16:49:56 UTC
Commit: 0fb4b9f09f50aaa35b54f32d4b9454f038171213
https://github.com/geany/geany-plugins/commit/0fb4b9f09f50aaa35b54f32d4b945…
Log Message:
-----------
Fix a few typos (#542)
And minor rewording.
Modified Paths:
--------------
updatechecker/README
Modified: updatechecker/README
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -28,10 +28,10 @@ get in contact with the Geany-servers and figure out, whether there
has been a new version release or not. Once there is some result,
you will get informed by a info popup.
-In default configuration the plugin will not check automaticly for new
-versions. But you can change this by activating this inside
-configuration dialog. Once a new version of Geany is releases, this
-feature will create the popup until you have updated Geany and its
+In default configuration the plugin will not check automatically for new
+versions. But you can change this by activating this in the
+configuration dialog. Once a new version of Geany is released, this
+feature will create a popup until you have updated Geany and its
plugins. This has potential to plague you with Geany's new version.
Requirements
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).