summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-11-22 23:58:22 +0000
committerBenedikt Meurer <benny@xfce.org>2004-11-22 23:58:22 +0000
commit74f9080e7cc79da733034ec64b6407251ac0a323 (patch)
tree8d39b65f4bec83f45377081c5e37912b3e3a4d16 /AUTHORS
parent3e31ae80130d62029d965892b63804cd7c7392a1 (diff)
downloadexo-74f9080e7cc79da733034ec64b6407251ac0a323.tar.gz
2004-11-22 Benedikt Meurer <benny@xfce.org>
* exo/exo-icon-bar.c, exo/exo-icon-bar.h, docs/tmpl/exo-icon-bar.sgml: ExoIconBar can no longer receive focus. Renamed "changed" signal to "selection-changed". Several code cleanups and gtk-doc completed. * exo/exo-binding.c, exo/exo-gobject-extensions.c, exo/exo-binding.h, exo/exo-gobject-extensions.h, docs/tmpl/exo-binding.sgml, docs/tmpl/exo-gobject-extensions.sgml: Replacement for ExoPropertyProxy. Based on the GObject Binding Properties code from http://ex-code.com/glib-bind/. This implementation is easier, faster and requires less memory. * exo/exo.h: Deprecated ExoPropertyProxy in favour of ExoBinding. * configure.ac: Added some M4 magic to allow version tags. Updated version to 0.2.0svn. * po/: Updated translations. * exo/exo-private.c, exo/exo-private.h, exo/exo-toolbars-view.c: Get i18n support working. 2004-11-16 Benedikt Meurer <benny@xfce.org> * po/, configure.ac: Made libexo translatable. 2004-11-15 Benedikt Meurer <benny@xfce.org> * exo/exo-ellipsized-label.c: Remove the tooltips from the label object. (Old svn revision: 16532)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 12313ff..c8bbd27 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,3 +2,6 @@ Benedikt Meurer <benny@xfce.org>
Parts of this library are based on code from libegg, Gtk+, the GNOME project
and the ROX Filer.
+
+The exo-binding module is based on the GObject Binding Properties library
+written by Victor Porton <porton@ex-code.com>.