Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 25 Feb 2018 12:43:50 UTC
Commit: d61b2b9c169673a9947dede55350c9ca9c558503
https://github.com/geany/geany/commit/d61b2b9c169673a9947dede55350c9ca9c558…
Log Message:
-----------
Update NEWS for 1.33
Modified Paths:
--------------
NEWS
Modified: NEWS
19 lines changed, 18 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,21 @@
-Geany 1.33 (unreleased)
+Geany 1.33 (February 25, 2018)
+
+ Bug fixes
+ * Fix the symbols tree hierarchy when several tags have the same name
+ (PR#1598).
+
+ Interface
+ * Add a tooltip showing the full path on menu items representing documents
+ (PR#1706).
+ * Add a note for applying the indent settings in the project preferences
+ (PR#1650).
+ * Enable popup menu on sidebar and message window notebooks (PR#1726).
+ * Show status message on attempt to execute empty context action
+ (Lars Paulsen, PR#1642).
+ * GTK3 theming improvements and documentation (PR#1382).
+
+ Filetypes
+ * CSS: Update Grid properties (Issue#1705).
Internationalization
* Updated translations: de, el, es, fr, lv, pl, pt, tr, ru, zh_CN
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: elextr <elextr(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 25 Feb 2018 08:03:50 UTC
Commit: 7d2e6182110a24b505c732f221dd79415f174024
https://github.com/geany/geany/commit/7d2e6182110a24b505c732f221dd79415f174…
Log Message:
-----------
Mention GTK 3 for the first time (#1780)
* Mention GTK 3 for the first time in HACKING and say how to select.
Modified Paths:
--------------
HACKING
Modified: HACKING
9 lines changed, 6 insertions(+), 3 deletions(-)
===================================================================
@@ -167,9 +167,9 @@ unmanageable diffs.
GTK versions & API documentation
--------------------------------
-Geany requires GTK >= 2.24 and GLib >= 2.32. API symbols from newer
-GTK/GLib versions should be avoided or made optional to keep the source
-code building on older systems.
+Geany requires GTK >= 2.24 or GTK 3 (with the --enable-gtk3 configure option)
+and GLib >= 2.32. API symbols from newer GTK/GLib versions should be
+avoided or made optional to keep the source code building on older systems.
It is recommended to use the 2.24 API documentation of the GTK
libs (including GLib, GDK and Pango) has the advantages
@@ -787,6 +787,9 @@ Building Plugins
The geany-plugins autotools script automatically detects the
installed system Geany and builds the plugins against that.
+Plugins will build with either GTK2 or GTK3, whichever the detected
+Geany was built with.
+
To use plugins with a development version of Geany built with
a different prefix, the plugins will need to be compiled against
that version if the ABI has changed.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/elextr-patch-4
Author: elextr <elextr(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 25 Feb 2018 04:09:44 UTC
Commit: cabb606087967e7d54b5d6de2e4a8bedcc9e6f07
https://github.com/geany/geany/commit/cabb606087967e7d54b5d6de2e4a8bedcc9e6…
Log Message:
-----------
Improve explanation
Modified Paths:
--------------
HACKING
Modified: HACKING
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -787,7 +787,7 @@ Building Plugins
The geany-plugins autotools script automatically detects the
installed system Geany and builds the plugins against that.
-Plugins will build with the version of GTK2/3 that the detected
+Plugins will build with either GTK2 or GTK3, whichever the detected
Geany was built with.
To use plugins with a development version of Geany built with
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/elextr-patch-4
Author: elextr <elextr(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Fri, 23 Feb 2018 22:46:18 UTC
Commit: 14f0f87d3643d20baa0f763e32cdee062b3dc4b5
https://github.com/geany/geany/commit/14f0f87d3643d20baa0f763e32cdee062b3dc…
Log Message:
-----------
Mention GTK 3 for the first time
Modified Paths:
--------------
HACKING
Modified: HACKING
9 lines changed, 6 insertions(+), 3 deletions(-)
===================================================================
@@ -167,9 +167,9 @@ unmanageable diffs.
GTK versions & API documentation
--------------------------------
-Geany requires GTK >= 2.24 and GLib >= 2.32. API symbols from newer
-GTK/GLib versions should be avoided or made optional to keep the source
-code building on older systems.
+Geany requires GTK >= 2.24 or GTK 3 (with the --enable-gtk3 configure option)
+and GLib >= 2.32. API symbols from newer GTK/GLib versions should be
+avoided or made optional to keep the source code building on older systems.
It is recommended to use the 2.24 API documentation of the GTK
libs (including GLib, GDK and Pango) has the advantages
@@ -787,6 +787,9 @@ Building Plugins
The geany-plugins autotools script automatically detects the
installed system Geany and builds the plugins against that.
+Plugins will build with the version of GTK2/3 that the detected
+Geany was built with.
+
To use plugins with a development version of Geany built with
a different prefix, the plugins will need to be compiled against
that version if the ABI has changed.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).