[Xfce4-commits] <xfce4-vala:master> +=== Release 4.10.0 ===
Mike Massonnet
noreply at xfce.org
Tue Oct 23 02:56:03 CEST 2012
Updating branch refs/heads/master
to d6fc2384ccf2541e2a000f61a506e71cd11db718 (commit)
from 70f6e227b23714c3bf95682e3aa6accd499cde67 (commit)
commit d6fc2384ccf2541e2a000f61a506e71cd11db718
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Tue Oct 23 02:55:28 2012 +0200
+=== Release 4.10.0 ===
ChangeLog | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWS | 6 +++
2 files changed, 124 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c8c4497..c39d3a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+2012-10-23 Mike Massonnet
+
+=== Release 4.10.0 ===
+
+
+2012-10-23 Mike Massonnet
+
+Update panel-plugin example
+
+
+2012-10-23 Mike Massonnet
+
+Add autogenerated file garcon-1.deps to tree
+
+
+2012-10-23 Mike Massonnet
+
+Update libxfce4panel-1.0 package
+
+No need for custom VAPI.
+Xfce 4.6 macros are excluded.
+
+2012-10-22 Mike Massonnet
+
+Update Vapi files
+
+
+2012-10-22 Mike Massonnet
+
+Update libxfce4util-1.0 package
+
+Hide Xfce.Stack
+
+2012-10-22 Mike Massonnet
+
+Update libxfce4panel-1.0 package
+
+
+2012-10-21 Mike Massonnet
+
+Update exo-1 package
+
+
+2012-10-21 Mike Massonnet
+
+Update libxfce4ui-1 package
+
+
+2012-10-21 Mike Massonnet
+
+Update libxfconf-0 package
+
+
+2012-10-20 Mike Massonnet
+
+Add small test program for garcon-1
+
+Build an applications menu with GTK+.
+
+2012-10-20 Mike Massonnet
+
+Update garcon-1 package
+
+Garcon.Menu.load(cancellable?), cancellable can be null.
+
+2012-10-20 Mike Massonnet
+
+Move garcon-1.vapi to /vapi
+
+
+2012-10-20 Mike Massonnet
+
+Add garcon-1 package
+
+
+2012-10-20 Mike Massonnet
+
+Update libxfce4util-1.0 package
+
+Customization
+
+ Xfce.Rc: constructable class
+ new: xfce_rc_simple_open()
+ new_from_resource: xfce_rc_config_open()
+ destroy: xfce_rc_close()
+ Xfce.Resource: class with static functions
+ deprecate XfceMatchFunc, match_custom, pop_path, push_path
+ Xfce.ResourceType.*: XFCE_RESOURCE_TYPE_* enum
+ Xfce.PosixSignalHandler: class with static functions
+ Xfce.PosixSignalHandler.Callback: callback for set_handler
+ function
+ Xfce.textdomain: xfce_textdomain
+ convenience function on top of the bindtextdomain and textdomain
+ functions, all other related functions to
+ libxfce4util/xfce-i18n.h are deprecated
+
+Deprecated
+
+ Debug (xfce-debug.h)
+ Use GLib.debug instead, it prints the line number of the Vala
+ source file
+ File Utilities (xfce-fileutils.h)
+ Xfce.mkdirhier: use GLib.mkdir_with_parents instead
+ Kiosk Mode (xfce-kiosk.h)
+ Xfconf provides possibility to lock capabilities (see
+ perchannel-xml.txt)
+ Use Xfconf.Channel.is_property_locked instead
+
+2012-10-17 Mike Massonnet
+
+Update Vapi files
+
+
+2012-10-17 Mike Massonnet
+
+Update build to Vala 0.16
+
+
2011-02-13 Mike Massonnet
=== Release 4.8.0 ===
diff --git a/NEWS b/NEWS
index 78c2fcd..c1dd67d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
++ Version 4.10.0, 2012-10-23
+
+Added garcon (package, VAPI, and test program).
+Updated API to Xfce 4.10.0.
+Updated package to Vala 0.16.
+
+ Version 4.8.0, 2011-02-13
Added libxfce4ui.
More information about the Xfce4-commits
mailing list