[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: === Release 1.8.0 ===

noreply at xfce.org noreply at xfce.org
Mon Apr 13 23:50:32 CEST 2015


This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.

commit 0ace426000c7e07413d525dfd98d0eb1fe427288
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Mon Apr 13 23:50:28 2015 +0200

    === Release 1.8.0 ===
---
 ChangeLog       |   37 ++++++++++++++++++++++++++++++++++++-
 NEWS            |   13 +++++++++++++
 configure.ac.in |    2 +-
 3 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d946205..0faa02f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,41 @@
+2015-04-13  Mike Massonnet <mmassonnet at xfce.org>
+
+=== Release 1.8.0 ===
+
+2015-04-04  Mike Massonnet <mmassonnet at xfce.org>
+
+gtkrc: always show steppers
+
+gtkrc: theme GtkNotebook
+
+	Use pixmap engine to theme the tabs and the notebook in order to keep
+	a common theming between different engines.
+
+gtkrc: fix top tabs gap
+
+gtkrc: set background tabs less opaque
+
+gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs
+border
+
+gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color
+
+2015-03-28  Mike Massonnet <mmassonnet at xfce.org>
+
+build: remove soname versioning and install panel plugin to
+$datadir/xfce4/panel/plugins
+
+build: bump automake to 1.13
+
+build: adjust to newer AM/AC macros
+
+build: fix s/AM_CFLAGS/AM_CPPFLAGS/
+
 2015-03-27  Mike Massonnet <mmassonnet at xfce.org>
 
-=== Release 1.7.8-git ===
+build: Uinstall hook for icon cache file
+
+=== Release 1.8.0-git ===
 
 Beta release for testing before releasing, should not be packaged into
 distros.
diff --git a/NEWS b/NEWS
index 146c561..0b56255 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+VERSION 1.8.0
+
+- Dependencies: match Xfce 4.10 requirements.
+- Vala: Compilation fixes, and fixed build for GTK2 and GTK3 to work together.
+- GTK3: Added support for GTK3 and theming through GtkCssProvider, it's still
+  missing features from GTK2 code, and doesn't build a panel plugin. Build with
+  --enable-gtk3 from Git (dist do not permit to rebuild from Vala.)
+- Settings: New hidden notes-path setting tweakable through xfconf.
+- Monitor: Add monitoring of notes files to allow hot-edition and refresh in
+  notes windows.
+- Other misc fixes.
+- Updated translations: all of them, lots of them!
+
 VERSION 1.7.7
 
 - Ported code to Vala 0.10
diff --git a/configure.ac.in b/configure.ac.in
index 32d74d4..fea7ad3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_notes_plugin_version_minor], [8])
 m4_define([xfce4_notes_plugin_version_micro], [0])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [@REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
 m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [git], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_PREREQ([2.50])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list