Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Wed, 16 Apr 2014 21:48:56 UTC
Commit: 8f68b9dfb42c5bd2f9386375b7e226ffe0d48911
https://github.com/geany/geany-plugins/commit/8f68b9dfb42c5bd2f9386375b7e22…
Log Message:
-----------
geanypy: fix README's reST syntax
Modified Paths:
--------------
geanypy/README
Modified: geanypy/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -76,5 +76,5 @@ Known Bugs
----------
* There is an issue with re-loading GeanyPy twice in the same session. If
-you unload the GeanyPy plugin you should restart Geany to avoid a potential
-crash.
+ you unload the GeanyPy plugin you should restart Geany to avoid a potential
+ crash.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sun, 13 Apr 2014 18:22:11 UTC
Commit: 1c2cb01bf37527ab0084cdfa97f6d52fc8e76331
https://github.com/geany/geany-plugins/commit/1c2cb01bf37527ab0084cdfa97f6d…
Log Message:
-----------
geanypy: check for C compiler flags before using them
Check for custom C compiler flags and only used them if available, not
to break build on a compiler that don't understand them.
Modified Paths:
--------------
build/geanypy.m4
geanypy/src/Makefile.am
Modified: build/geanypy.m4
7 files changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -17,6 +17,13 @@ AC_DEFUN([GP_CHECK_GEANYPY],
AC_DEFINE_UNQUOTED([GEANYPY_PYTHON_LIBRARY],
["$PYTHON_LIBRARY"],
[Location of Python library to dlopen()])
+
+ dnl check for C flags we wish to use
+ GEANYPY_CFLAGS=
+ for flag in -fno-strict-aliasing -Wno-write-strings; do
+ GP_CHECK_CFLAG([$flag], [GEANYPY_CFLAGS="${GEANYPY_CFLAGS} $flag"])
+ done
+ AC_SUBST([GEANYPY_CFLAGS])
])
GP_COMMIT_PLUGIN_STATUS([Geanypy])
AC_CONFIG_FILES([
Modified: geanypy/src/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,7 @@ geanypy_la_CPPFLAGS = @GEANY_CFLAGS@ @PYGTK_CFLAGS@ @PYTHON_CPPFLAGS@ \
-DGEANYPY_PYTHON_DIR="\"$(libdir)/geany/geanypy\"" \
-DGEANYPY_PLUGIN_DIR="\"$(datadir)/geany/geanypy/plugins\"" \
-UHAVE_CONFIG_H
-geanypy_la_CFLAGS = -fno-strict-aliasing -Wno-write-strings
+geanypy_la_CFLAGS = @GEANYPY_CFLAGS@
geanypy_la_LIBADD = @GEANY_LIBS@ @PYGTK_LIBS@ @PYTHON_LDFLAGS@ \
@PYTHON_EXTRA_LIBS@ @PYTHON_EXTRA_LDFLAGS@
geanypy_la_SOURCES = geanypy-app.c \
--------------
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, 13 Apr 2014 15:28:07 UTC
Commit: 0f9e8cb372603fc4bcdb2b020feba9ba8d8d02d9
https://github.com/geany/geany-plugins/commit/0f9e8cb372603fc4bcdb2b020feba…
Log Message:
-----------
Fix typos and little rewording
Modified Paths:
--------------
NEWS
Modified: NEWS
24 files changed, 12 insertions(+), 12 deletions(-)
===================================================================
@@ -8,13 +8,12 @@ Geany Plugins 1.24 (2014-04-13)
General:
* Depend on Geany 1.24
- * Add new plugin pohelper
- * 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
+ * New plugin Pohelper
+ * New plugin PairTagHighlighter
+ * New plugin Autoclose
+ * New plugin Geanypy (Python bindings)
+ * New plugin Defineformat
+ * Build system improvements
Commander:
* Add Gtk3 support
@@ -51,7 +50,8 @@ Geany Plugins 1.24 (2014-04-13)
* Add support for Subversion 1.7
* 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
+ * Show line and column of the cursor in the commit
+ message text window
GProject:
* Add Gtk3 support
@@ -97,15 +97,15 @@ Geany Plugins 1.24 (2014-04-13)
* Focus editor on file open
Updatechecker:
- * Fix comparing major versions. Didn't work when major has increased
- but minor didn't
+ * Fix comparing major versions
WebHelper:
* Add Gtk3 support
- Internationalisation:
+ Internationalization:
* Update translations: de, es, fr, nl, ru, tr
- * New transaltions: it
+ * New translations: it
+
Geany Plugins 1.23 (2013-03-10)
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sun, 13 Apr 2014 15:02:27 UTC
Commit: e268b4b57777f4a0176f8bf67b9ecaf167a7e564
https://github.com/geany/geany-plugins/commit/e268b4b57777f4a0176f8bf67b9ec…
Log Message:
-----------
Update and fix NEWS
Modified Paths:
--------------
NEWS
Modified: NEWS
132 files changed, 67 insertions(+), 65 deletions(-)
===================================================================
@@ -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
@@ -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
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).