commit 2632582acbbc2756f23c29bb63ac1791fddba615
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Mar 22 00:08:38 2009 +0000

    Release 1.0.8

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 28 insertions(+), 3 deletions(-)

commit 40423bc6e551331793439cf329154a3b44e2a91b
Author: Takao Fujiwara <takao.fujiwara@sun.com>
Date:   Sat Mar 21 20:01:30 2009 +0000

    [backport] Do not attempt to convert UTF-8 data
    
    Bug 575826 – libunique unique_message_data_[get|set]_text don't work
                 on none UTF-8
    
    When unique_message_data_set_text() is called on non UTF-8 locales,
    the argument message_data->data is always set to UTF-8.
    
    And when unique_message_data_get_text() is called on non UTF-8 locales,
    it tries to convert the current encoding to UTF-8 even if the string is
    already UTF-8, so the conversion fails
    
    The data should be validated and converted only if the UTF-8 validation
    fails.
    
    Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
    
    Backported from commit: 952c91bbae5a6cf044d95416487a0b75c72c8e32

 unique/uniquemessage.c |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 7cff791521688df0b14ce0f336e551bf5b0c3046
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sat Mar 21 20:11:12 2009 +0000

    [backport] Remove mentions of unique_command_register()
    
    The unique_command_register() function was replaced by
    unique_app_add_command(). The documentation and warnings should
    not be mentioning non-existing functions.
    
    Backported from commits:
    
      9d2d2799c52bd50b9c6fa327af51ceef2bc52cb8
      a5a3084b27fe8654cf15d3a4359f7e7a9493040d

 unique/uniqueapp.c |    6 ++----
 unique/uniqueapp.h |    4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 98d754d02aac516491c21f6b53689e2fa58fcbe6
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Mar 19 13:17:39 2009 +0000

    [backport] Rename SGML to XML
    
    The -docs file is an XML file, even if named with the wrong
    extension.
    
    Backported from commit: d55e5e468c926114e6216f52b641e19466c50ad2

 doc/reference/Makefile.am      |    2 +-
 doc/reference/unique-docs.sgml |   95 ----------------------------------------
 doc/reference/unique-docs.xml  |   95 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+), 96 deletions(-)

commit 456ec08017fd969c95f1440be8fe52e5a06813de
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Mar 19 13:16:35 2009 +0000

    [backport] Eliminate newline in the version XML template
    
    The newline introduced a break in the title.
    
    Backported from commit: 940dcc76de715fdbbb1b725d05fb26338f58b029

 doc/reference/version.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f2aca7929b878c3c99ab1cf05448b120385c538a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Mar 19 12:42:44 2009 +0000

    [backport] Update the ChangeLog generation rule
    
    The ChangeLog generation rule is too simple and might be bound to fail
    in weird ways.
    
    The git log command should be run through the "missing" script; it should
    also use a temporary target, and check that we are running dist from a
    git checkout.
    
    Backported from commit: f2b6fc37d94018438aa9a1a2cd13573477c3c371

 Makefile.am |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

commit 03e8488b5a51e34654c837692df298bb5542352b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Mar 19 12:40:41 2009 +0000

    [backport] Update AC_INIT parameters
    
    Unique now has a product page on GNOME Bugzilla. Since it's called
    "libunique" and there's a general agreement that package names should
    match their Bugzilla product names, the tarball generated by dist
    should be called "libunique-$VERSION.tar".
    
    Backported from commit: 1d51cfe154c071e61061b2a4dd2bd61ee5ba8570

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 496d8c8fa35e82932222a809d7f7f8240e819716
Author: Halton Huo <halton.huo@sun.com>
Date:   Fri Feb 27 10:01:27 2009 +0000

    [bacon] Chmod the socket file to 0700
    
    Bug 573366 – bacon socket file should be set mode as 0700
    
    If user choose use bacon as backend, the mode of socket files created under
    /var/tmp/unique is 0755. Which means other user can talk to this socket. For
    security concern, the created socket file should be set mode as 0700.
    
    Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

 unique/bacon/uniquebackend-bacon.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 88d1cb9523def2cbee70007740a2f78f5a56a27e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Feb 18 08:51:39 2009 +0000

    [backport] Remove the GPL notice from the test
    
    The test-unique.c test/example is under the GPL, while the rest
    of the codebase is under the LGPL. It is better to have the whole
    codebase under a single license.
    
    Thanks to Vincent Untz.

 tests/test-unique.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

commit 90abb196826d53516b70c70bc8126085117b3394
Author: Halton Huo <halton.huo@sun.com>
Date:   Mon Feb 16 11:11:02 2009 +0000

    [build] Support suncc
    
    We should only set the maintainer compiler flags if we're using gcc.
    
    Fixes bug 571952 - -Werror cause compile failure with suncc
    
    Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>

 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 9e39c6f0626ca8bb5c1f79c92f3550ba8dddb9b0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jan 30 11:47:00 2009 +0000

    Unbreak subclassing of UniqueApp
    
    As one point, subclassing of UniqueApp was broken by the fact
    that you cannot pass an empty startup-id since the logic to
    determine a fake startup notification id was only invoked by
    the UniqueApp constructors.
    
    This commit moves the startup notification id checks into its
    own private setter function that is called by the GObject
    property machinery when setting the UniqueApp:startup-id
    property.
    
    Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

 unique/uniqueapp.c |  170 ++++++++++++++++++++++++++-------------------------
 1 files changed, 87 insertions(+), 83 deletions(-)

commit 04365f77e929f50ac9322e3f1af0ce8b110a9242
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 30 11:44:43 2009 +0000

    [build] Rework the maintainer compiler flags
    
    Instead of overriding CPPFLAGS we should use a separate variable
    for holding the optional, anal retentive compiler flags we use when
    building odd-numbered version and when distchecking.
    
    Based on a patch by: Halton Huo <halton.huo@sun.com>

 configure.ac             |    6 +++---
 unique/Makefile.am       |   17 ++++++++++-------
 unique/bacon/Makefile.am |    9 ++++++---
 unique/dbus/Makefile.am  |   11 +++++++----
 4 files changed, 26 insertions(+), 17 deletions(-)

commit 045eb5645a94e33191ff0a6975af525700df89cb
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 30 11:43:33 2009 +0000

    [build] Use the right environment variables
    
    When calling gnome-autogen.sh we need a set of variables for
    build options and setup.

 autogen.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit ab1bed2b9daf2f9f7557df0bda7eaedf54a73855
Author: Halton Huo <halton.huo@sun.com>
Date:   Fri Jan 30 11:28:23 2009 +0000

    [build] Use gnome-autogen instead of autoreconf
    
    The gnome-autogen script performs checks and operations that
    the basic autoreconf does not, like setting up everything for
    translation and localisation.
    
    Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

 autogen.sh |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 87cc441eb5f9a243c68b6fae4414f1006723ad9e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Dec 22 11:50:08 2008 +0000

    Post release bump to 1.0.7

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b008f1f859461a3fd27041c0ce92698db4e69528
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Dec 22 11:46:49 2008 +0000

    [release] Bump to 1.0.6

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 11a5de1434ebd32af3335b42adbe40ab4ebe4406
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Dec 22 11:46:31 2008 +0000

    [release] Update the NEWS for 1.0.6

 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit dd35e79cd0245b833c113dba43440a56e6eb8dc7
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Dec 22 11:33:15 2008 +0000

    Copy the startup-id string, not just the pointer
    
    The fix for the memory leak of commit fd7aaf0e exposed the fact
    that we did not copy the startup notification id across messages,
    but we simply stored the pointer.
    
    This commit should fix the double-free errors happening to
    applications using libunique.
    
    First report by: George Sherwood
    Patch provided by: Matthias Clasen, Richard Hughes

 unique/uniquemessage.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9eec8cfadbf5e071958c1fd9d0e2d7b1d40dc1ad
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Nov 23 11:53:22 2008 +0000

    Post release bump to 1.0.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 68e75a9fe94c6e6c41c956c4dad14a4e071f87a0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Nov 23 11:50:16 2008 +0000

    [release] Bump to 1.0.4

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 735994cd72eef67eeadf541c58371fbef2a3da2e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Nov 23 11:50:06 2008 +0000

    [release] Update the NEWS file

 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit fd7aaf0e5ca052eeb3a4641df315baa76dbcd99d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 18 14:26:48 2008 +0000

    Plug a leak in UniqueMessageData
    
    When deallocating a UniqueMessageData we also need to free the
    startup notification id string.
    
    Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

 unique/uniquemessage.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d6c2c945cde08a5f92ba7c5d84bf6baab84a00a9
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Oct 26 18:20:02 2008 +0000

    Use g_memdup() when copying message data
    
    The UniqueMessageData payload can be any binary blob we pass to
    it using unique_message_data_set(). For this reason, we cannot use
    g_strndup(), as it will stop at '\0' bytes; we should use g_memdup()
    instead, which does the right thing.

 unique/uniquemessage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bade58645058ce11809cb7c7e5f049b97cf843ca
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Oct 26 17:19:59 2008 +0000

    Set the enumeration values as static
    
    Apparently, when registering an enumeration GType, you have to
    declar the GEnumValue array holding value, nick and name as a
    "static const" instead of just "static". This is quite counter-
    intuitive, since we already have a static variable posing as a
    guard in place inside the _get_type() function. The GEnum
    documentation is also particularly scarce in this regard.
    
    The fix is trivial and does not have side effects, and as it makes
    libunique behave correctly on OpenBSD so it's a good thing to have
    in the main tree.
    
    Patch by: Landry Breuil <gaston@gcu.info>
    
    Signed-off by: Emmanuele Bassi <ebassi@linux.intel.com>

 unique/uniqueapp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 24bcb71b4668cae83155aa2e28c1dd258fc5be7e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:57:14 2008 +0100

    [release] Post-release bump to 1.0.3

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c320395109bf31277da140cba83de3c749e376c1
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:53:55 2008 +0100

    [release] Pre-release bump to 1.0.2
    
    We're ready to release 1.0.2.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7080e69d934d532d6d3eba58a5699b0e5561afbb
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:52:54 2008 +0100

    Use LibUnique and not Unique
    
    Apparently, somebody is still puzzled by the name of the library. The
    project is called Unique, the library is LibUnique.

 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d7deb278b6d0139ca23dbf1fc3cce83c4af2b78b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:52:30 2008 +0100

    [release] Update NEWS

 NEWS |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 952197e943e4ff331dade06984367ba65fdf4eb4
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:43:21 2008 +0100

    Add UniqueCommand type function to the header
    
    The unique_command_get_type() function was exported but not
    declared inside the header.
    
    Thanks to gtk-doc for catching this.

 unique/uniqueapp.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ec6b075f81d249d1ead8be632529951fc697e825
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:42:14 2008 +0100

    Remove a compiler warning
    
    If we warn about an invalid input value, we should be good citizens
    and return NULL - not garbage.

 unique/uniqueapp.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 4d5cd3934e178e7b5f8d508d3d9c4ec17cd0737a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:40:38 2008 +0100

    Silence a compiler warning
    
    We store the UniqueMessageData payload as an unsigned char, so we should
    cast the pointer when passing it to g_strndup().

 unique/uniquemessage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 923b2c8d94425e39c4b4d197199a21b5967a79e7
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:39:00 2008 +0100

    [build] Use git log when building the ChangeLog
    
    Instead of using a local script, use git log to build up the ChangeLog
    file. This will allow valid dists on boxes different than mine.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d4e8c998b58b88a448ce11b37263638c13467cb
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:33:06 2008 +0100

    [docs] Add filename accessors to the API reference
    
    Put the newly added filename accessor functions for UniqueMessageData
    into the API reference.

 doc/reference/unique-sections.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f0f67a3ef8985b3864f580c9c03119501b02beea
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:29:12 2008 +0100

    [message] Add filename accessors
    
    Allow setting and getting a filename inside a UniqueMessageData.
    
    Using set_text()/get_text() to set filenames might break on non-UTF-8
    locales because of the implicit text conversion; for this we need an
    accessor pair that sets a raw C string. Since we added the raw getter
    in a previous commit, it's safe to provide a simple wrapper around
    unique_message_data_set()/unique_message_data_get() for setting plain
    C strings such as filenames.
    
    Kudos to Alex Larsson for the idea.

 unique/uniquemessage.c |   40 ++++++++++++++++++++++++++++++++++++++++
 unique/uniquemessage.h |    3 +++
 2 files changed, 43 insertions(+), 0 deletions(-)

commit 9bde1cd2023706d226bf30665ac72c2cbe454d8f
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:20:28 2008 +0100

    Add a warning in the string/enum translation
    
    In case we don't find a GEnumValue using the provided string we
    should emit a warning.
    
    Since not finding an enumeration is a programmer error we should
    warn on the console.

 unique/uniqueapp.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 8d3b8f1f17f94f7f5540547603606d1a862768ab
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:19:30 2008 +0100

    [docs] Add unique_message_data_get() to the API
    
    Put the newly added unique_message_data_get() function into the
    gtk-doc generated API reference.

 doc/reference/unique-sections.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 134d798ef31b13218e2cc8906ec33f536c118c5d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 1 10:17:20 2008 +0100

    [message] Add raw data getter
    
    UniqueMessageData has a setter function for setting raw data inside
    the structure, but it is missing a raw data getter.
    
    This commit adds unique_message_data_get() which returns a pointer to
    the internal raw data and the length of the data.
    
    Using this new getter it is possible to implement other types of accessor
    functions than the text/URIs LibUnique already ships.

 unique/uniquemessage.c |   28 ++++++++++++++++++++++++++++
 unique/uniquemessage.h |   37 ++++++++++++++++++++-----------------
 2 files changed, 48 insertions(+), 17 deletions(-)

commit 029ce8abd022525506f5646d2f650bd1a6f378c7
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Sep 7 06:21:56 2008 +0100

    Intern some constant strings
    
    Use the intering capability of GLib on the type names and the
    signal name of UniqueApp::message-received.

 unique/uniqueapp.c       |    6 +++---
 unique/uniqueinternals.h |    2 ++
 unique/uniquemessage.c   |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit c63d6e60eecf6d2e3b83d38f4448aa40cbde37a0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jul 31 14:45:05 2008 +0100

    Do not export private symbols by default

 unique/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 34f551931336e34dca4e67f16cf088d66de83b1f
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jul 31 14:43:07 2008 +0100

    Namespace the LT versioning
    
    Libtool >= 2.2 complains if it finds a variable called ^LT_* inside
    the configure. The simple fix is to just preprend the project name
    to the LT_ variables.

 configure.ac       |    8 ++++----
 unique/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 377c60323f4d618bfbe31471097782961d85f12d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jul 31 14:40:04 2008 +0100

    Explicitly require x11
    
    Since we are using native X11 calls, we need to require X11 as well
    as glib and gtk+.
    
    This should make compilation with --as-needed work again.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit afa9032684706700a8af4752fc21e818a0796a3b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jul 30 11:04:35 2008 +0100

    Add a dist-hook to generate the ChangeLog

 Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ecf56af700522f4cdb41d34d38b5633dcc22b765
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 29 23:06:02 2008 +0100

    Post-release bump to 1.0.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c48ddf6cb0917acb544054017941e89f9c857523
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 29 23:05:00 2008 +0100

    Release 1.0.0

 NEWS         |    5 +++++
 configure.ac |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 0b4bcaa8c9f5f91a64b802a904de0c45d13c6298
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 29 23:01:16 2008 +0100

    Set the screen as well as presenting
    
    The default behaviour if all handlers fell through is to
    present the first GtkWindow and setting it to the same
    screen from whence the message came.

 unique/uniqueapp.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 7af32e2a5a10b32e3e1908e6109589c47643fa62
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 29 23:01:05 2008 +0100

    Remove spurious g_print()

 unique/uniqueapp.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit f6e18145dd486f81f927edb292e6b58f4fb07add
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 29 22:47:46 2008 +0100

    Provide a default handler for ::message-received
    
    Without a default handler, the message accumulation would fall
    through and the response would always be INVALID.
    
    The intended behaviour is that the ::message-received signal
    emission chain should continue until a handler returns a valid
    response code meaning: "I handled the signal". What is missing
    is a way to tell the signal machinery that the handler did not
    handle the signal. Hence, the UNIQUE_RESPONSE_PASSTHROUGH
    response code has been added.
    
    The signal emission chain also needs a final handler, some place
    that says that the bucket stops there; for this, we need a
    class handler for the ::message-received signal. The default
    behaviour, if no handler returned a valid code or if no handler
    has been set, is to just call gtk_window_present() on the first
    window inside the watch list. Obviously, if this is not the
    wanted behaviour, you can either connect a handler to the signal
    and stop the emission chain or you can subclass the UniqueApp
    class and override the class handler yourself.
    
    Thanks to John Wendell for pointing out this gaping bug and for
    the investigation.

 unique/uniqueapp.c |   32 ++++++++++++++++++++++++++++++--
 unique/uniqueapp.h |    4 +++-
 2 files changed, 33 insertions(+), 3 deletions(-)

commit 001e6687085a5bc2d8cbb0c8a721e7ba228a55f8
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed May 14 14:35:10 2008 +0100

    Rework the configure summary
    
    Visually separate the summary with a new line from both the
    configure output and the next prompt.
    
    Also, center-align the configuration parameters list.

 configure.ac |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit b9a89e1f3c7c8bcd40b84001e12e7ee6edfb2196
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed May 14 14:33:33 2008 +0100

    Clean up the autogen script
    
    Unique needs a simpler autogen script than the one used by GTK+
    that I copied a long time ago.

 autogen.sh |  110 ++++++------------------------------------------------------
 1 files changed, 11 insertions(+), 99 deletions(-)

commit c9f59faa91670503f558344ce713e7b2c3d348ff
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed May 14 13:06:12 2008 +0100

    Do not use static GEnumValues
    
    To avoid useless relocations, the GEnumValues should not be set
    as static; the values are used once anyway.

 unique/uniqueapp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ef974992c040524b9d26974fa3c058f762d94990
Author: Richard Hughes <hughsient@gmail.com>
Date:   Wed May 14 12:00:27 2008 +0100

    Another compilation fix

 tests/test-unique.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 668558e10e9608d10ea9f43bc2cee2ffe123a658
Author: Richard Hughes <hughsient@gmail.com>
Date:   Wed May 14 12:00:03 2008 +0100

    Compilation fix

 unique/bacon/uniquemessage-bacon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5f6843416de7b076f358e4abd3a66ff486e8b770
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 12:30:17 2008 +0100

    Release 0.9.4
    
    Post release bump up to 0.9.5.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d99468076fa0b6f831d8c01ec96385f39742398c
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 12:25:38 2008 +0100

    Include the versioning informations section

 doc/reference/unique-docs.sgml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 128619862aa184bc13efaac8601d4801dd5e9e31
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 12:24:39 2008 +0100

    Add titles and subsections to the templates
    
    Clean up the API reference a bit, by setting titles for each
    section and splitting API into logical subsections.

 doc/reference/unique-sections.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f44ae08a193915d1104bdf73f81e474af9cef8fa
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 12:24:03 2008 +0100

    Protect bare numbers
    
    The version numbers should be protected using parenthesis.

 unique/uniqueversion.h.in |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

commit ac1fdbc1a01f5d8dcce9d5c7fda876c613a03a30
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 11:47:49 2008 +0100

    Change the default return value of the ::message-received signal
    
    If no signal handler has been connected to the ::message-received
    signal, UniqueApp should return UNIQUE_RESPONSE_OK by default and
    not UNIQUE_RESPONSE_INVALID.

 unique/uniqueapp.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 953ccbdb3c8731fcb92dd0da4cc3ae6a169fb6c1
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 11:47:39 2008 +0100

    Fix typo in the documentation

 unique/uniqueapp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3afea0c11bd755f811ed748d8da066820d7f038f
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 11:40:43 2008 +0100

    Update project page and main repository

 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ab42cdde65d68d9b25238aa3d9e59ef39807515f
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 11:30:33 2008 +0100

    Clean up the test case
    
    Raise the main window first, then create the dialog, since the
    message dialog is blocking (with gtk_dialog_run()).

 tests/test-unique.c |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

commit 98b799ec6e774094a99fbe115d6ed562d4b8e4c6
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Apr 16 11:28:11 2008 +0100

    Update the startup notification id on the watched windows
    
    We need to set the new startup notification id on the list of
    watched window before actually emitting the ::message-received
    signal, otherwise calls like gtk_window_present() will not
    work.
    
    By removing the default signal handler for ::message-received
    and calling gtk_window_set_startup_id() inside the
    unique_app_emit_message_received() function we can set the
    newly received startup notification id and "do the right thing".
    
    Thanks to Ross Burton for tracking this down.

 unique/uniqueapp.c |   44 ++++++++++++++++++--------------------------
 1 files changed, 18 insertions(+), 26 deletions(-)

commit 113a858dc1c8e10830d2f5c8a81405465337b82a
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Sep 30 17:03:20 2007 +0100

    Use the correct variable for the debug compiler flags
    
    We use UNIQUE_DEBUG_CFLAGS now, so we need to update the Makefile
    template with the right variable in order to use the debug messages
    and symbols.

 unique/dbus/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 02c7741aaca8120fd9444f85868ca524d97fd616
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Sep 30 17:01:48 2007 +0100

    Document which fields in UniqueMessageData are automatically set
    
    Libunique sets some fields of the UniqueMessageData structure when
    emitting the UniqueApp::message-received signal. This commit adds
    the documentation blurb to let the developer know which fields are
    always set, even if a command was sent without a UniqueMessageData
    structure.

 unique/uniquemessage.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit b05cf637e816f88143e1fd572f73634108bc81d3
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Sep 30 16:58:09 2007 +0100

    Rename "maximum" debug level to "yes"
    
    Use a semi-standard value instead of using a custom name, and potentially
    break all the build script defaulting to --enable=debug=yes.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3380fc0ded7e0dea7c265833373bc9dc768b7924
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Sep 30 16:56:43 2007 +0100

    Rearrange the order of the SUBDIRS to build source before documentation

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b0958f979d13fdb2a8fcab8863db66dc65dff309
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Fri Sep 14 15:12:44 2007 +0100

    Update the debug flags when compiling with debug turned on
    
    Use -Wall -g in case we're compiling with the minimum debug level. Define
    UNIQUE_ENABLE_DEBUG if we're running with high debug level.

 configure.ac       |   11 +++++++----
 unique/Makefile.am |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

commit acd32288982041ba8e7f9b77d28d43935d666358
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Tue Apr 15 22:58:43 2008 +0100

    Raise the dialog and then the main window
    
    In the example code, use gtk_window_present_with_time() and the
    urgency hint on the dialog; then, when the dialog gets destroyed,
    use present_with_time() on the main window.

 tests/test-unique.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit ddd1e188f44aa2c5581b178ca46a57f12be49037
Author: Jonny Lamb <jonnylamb@jonnylamb.com>
Date:   Mon Apr 14 04:00:21 2008 +0100

    Fixed signed-ness issue with text length argument
    
    In unique_message_data_set_text, if length is -1, the length of the
    string will be used, however length is an unsigned int causing a
    segfault when -1 is used.
    
    Signed-off-by: Jonny Lamb <jonnylamb@jonnylamb.com>

 unique/uniquemessage.c |    2 +-
 unique/uniquemessage.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 244529f2b8e4ebcfb4f6d4b4f1f20080fafc363b
Author: Jonny Lamb <jonnylamb@jonnylamb.com>
Date:   Mon Apr 14 13:42:20 2008 +0100

    Fixed a typo in the gtk-doc
    
    Signed-off-by: Jonny Lamb <jonnylamb@jonnylamb.com>

 unique/uniquemessage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1e942e9fca4b1dd225eb6a84929effcd3e02ab5a
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Tue Apr 15 22:45:40 2008 +0100

    Add a missing else to avoid overwriting the SN id
    
    The startup notification id was overridden every time, even when
    we had it; this caused a leak if we didn't have it and we generated
    a "fake" id, and it also caused the whole machinery to stop working.
    
    Thanks to Jonny Lamb and Ross Burton for catching it.

 unique/uniqueapp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4c8b79d640715330c2260611db82a10b41879f0d
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Sep 12 15:28:59 2007 +0100

    Update gitignore file

 doc/reference/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c79a831ffb924a7a7e6c02ba5caae0ae07f87259
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Sep 12 15:28:21 2007 +0100

    Bump up to 0.9.4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6e594e08f0efc70d08df24f597df11b35e4ed325
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Sep 12 15:28:01 2007 +0100

    Fix a typo in the gtk-doc

 unique/uniquebackend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dba4dbcdacfcd9e7a7136803d3a2a837f4de67a3
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 18:00:00 2007 +0100

    Fix merge fallout

 unique/uniqueapp.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 6679fae40243daf36ac4c35e424c8ecf192afb8b
Merge: 246b494... 7b0ca4c...
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 17:36:12 2007 +0100

    Merge branch 'window-watch' into work

commit 246b494a56136c1796f858d74316bd0d4459a3ca
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 17:35:41 2007 +0100

    Rename message-received signal emitter
    
    Use the full message name instead of just message.

 unique/bacon/uniquefactory-bacon.c |    6 +++---
 unique/dbus/uniquefactory-dbus.c   |    2 +-
 unique/uniqueapp.c                 |   10 +++++-----
 unique/uniqueinternals.h           |    8 ++++----
 4 files changed, 13 insertions(+), 13 deletions(-)

commit 28994134de437449e16aa5c88c53ec37241fac7e
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 17:27:05 2007 +0100

    Update gitignore files

 .gitignore        |    1 +
 po/.gitignore     |    1 +
 unique/.gitignore |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit 7b0ca4cb7b44e1ca2828df2fa98330a5ec0ae692
Merge: ef4045b... 1d2f916...
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 16:39:27 2007 +0100

    Merge branch 'work' into window-watch

commit ef4045bb869903076a98fc2c76958eb2669d4cf0
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 19 16:38:25 2007 +0100

    Use GDK to retrieve the startup notification id
    
    UniqueApp needs a startup notification id and will try to get one in every
    way possible. GDK has most of the machinery already in place for doing this,
    so we use it and fall back to the former implementation if that fails.

 unique/uniqueapp.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 1d2f91642b113c2528fdbfdf46471f23462a0d11
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 14 16:17:22 2007 +0100

    Minor stylistical change in the bacon factory

 unique/bacon/uniquefactory-bacon.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit cbbedb05f1bb4beccd5c83c5db08297ffee02506
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 14 16:16:59 2007 +0100

    Ensure that we receive the correct response
    
    The ::message-received signal is RUN_LAST and has a return value accumulator.
    This means that we need a signal class handler for it, otherwise we receive
    an invalid value. Also, specify that UNIQUE_RESPONSE_INVALID must be 0, as
    we assume it in a couple of places.

 unique/uniqueapp.c |   12 ++++++++++++
 unique/uniqueapp.h |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 815d5cc5b9334c76e4cd15e143346c01fb61997c
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 14 16:14:43 2007 +0100

    Use DISPLAY instead of the hostname as the token
    
    In the bacon backend, the DISPLAY environment variable as uniqueness token
    guarantees that launching two different instances of an application on the
    same machine but displayed on two different targets succeeds. This overcomes
    a limitation in the current BaconMessageConnection code.

 unique/bacon/uniquebackend-bacon.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 3b41308421e144c5c3ca828bda46b77172cb2465
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 18:06:04 2007 +0100

    Bump GTK+ required version to 2.11
    
    libunique now requires gtk+ 2.11/2.12 for the gtk_window_set_startup_id()
    function, which changes the startup notification id on a window.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c6de06383b942939f72017055b514fdfa3db0c93
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 17:47:52 2007 +0100

    Move the workspace code into UniqueBackend

 doc/reference/unique-sections.txt |    2 +
 tests/test-unique.c               |    3 +-
 unique/uniqueapp.c                |   40 ++-----------------------------
 unique/uniqueapp.h                |    5 ++-
 unique/uniquebackend.c            |   47 +++++++++++++++++++++++++++++++++++++
 unique/uniquebackend.h            |    3 ++
 6 files changed, 60 insertions(+), 40 deletions(-)

commit 74a98d84891aad84781e8cd9d63b934d7cd7e6e8
Merge: 1ad1ba2... 208c3db...
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 16:17:39 2007 +0100

    Merge branch 'work' into window-watch

commit 208c3dbe4093fbe0792061a22cb5ef83502edcd7
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 12:41:39 2007 +0100

    Complete API reference

 doc/reference/unique-sections.txt |    5 +--
 unique/uniqueapp.h                |   17 ++++++++++-
 unique/uniquebackend.h            |   17 ++++++++++
 unique/uniquemessage.h            |    9 +++++
 unique/uniqueversion.h.in         |   59 +++++++++++++++++++++++++++++++++++++
 5 files changed, 102 insertions(+), 5 deletions(-)

commit 8503f677e9e676dbaedca49708a66811fc25c780
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 12:09:24 2007 +0100

    Bump up revision to 0.9.3

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b52719be20bd447b7e1557cfe975f253d7cb24d4
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 12:08:58 2007 +0100

    Use the correct LDFLAGS

 unique/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6272755089a76ca7f21a2161283bbb51ba8394a1
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 11:59:12 2007 +0100

    Add workspace support in the backend

 tests/test-unique.c                |    5 +++--
 unique/bacon/uniquemessage-bacon.c |   22 ++++++++++++++++------
 unique/dbus/uniquebackend-dbus.c   |    6 ++++++
 unique/dbus/uniquebackend-dbus.xml |    2 +-
 unique/dbus/uniquefactory-dbus.c   |    3 ++-
 5 files changed, 28 insertions(+), 10 deletions(-)

commit 64ebbdf91aaef2686f9818470e3b288d1ec40118
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 11:38:32 2007 +0100

    Add support for passing the current workspace
    
    Applications might need to know from which workspace a message came. This
    commit adds a workspace field to the UniqueMessageData structure which
    gets filled by UniqueApp when sending a message to a running instance, just
    like the screen and startup-id fields are set.

 unique/uniqueapp.c       |   37 ++++++++++++++++++++++++++++++++++++-
 unique/uniqueinternals.h |    1 +
 unique/uniquemessage.c   |   16 ++++++++++++++++
 unique/uniquemessage.h   |    1 +
 4 files changed, 54 insertions(+), 1 deletions(-)

commit 0d78d5dd334134dcacca74557f341f16dba762bb
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 11:12:12 2007 +0100

    Fix two bugs in UniqueApp
    
    Bug 1: If no startup notification id is set, correctly fake one.
    Bug 2: Never commit before a make

 tests/test-unique.c |    8 +++++++-
 unique/uniqueapp.c  |    9 ++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

commit fc6c87ce1b90e931d2ff0ce5ccf4669dc7ebc5c2
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 10:51:11 2007 +0100

    Add reference documentation for UniqueMessageData API

 unique/uniquemessage.c |   47 +++++++++++++++++++++++++++--------------------
 1 files changed, 27 insertions(+), 20 deletions(-)

commit 02454fa6081fbf73a53167e31b00ab8c8849d00b
Merge: d670192... d6e0cf7...
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 10:41:59 2007 +0100

    Merge branch 'xlibs-backend' into work

commit d6e0cf7224e68cc3907c2f52f7e744deb16ef2ba
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 10:41:23 2007 +0100

    Add documentation and fallback to unique_app_send_message()
    
    Now unique_app_send_message() checks whether is-running is FALSE and
    returns UNIQUE_RESPONSE_INVALID if it's the case. I do not have strong
    opinions on this one, though; it might make sense to actually emit the
    message-received signal on the same instance, but it would be a programming
    error to call unique_app_new() and unique_app_send_message() on the running
    instance without actually checking with unique_app_is_running() beforehand.

 unique/uniqueapp.c |   34 +++++++++++++++++++++++-----------
 unique/uniqueapp.h |    3 +--
 2 files changed, 24 insertions(+), 13 deletions(-)

commit 3a31d5681ac78ccc830ef490901462bc4230d326
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 10:37:52 2007 +0100

    Add headers check and rename HAVE_DBUS macro

 configure.ac           |   12 +++++++++---
 unique/uniquebackend.c |    6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)

commit d670192fc97692466bd206b24b4d8da1b3421a70
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Thu Jul 12 09:52:37 2007 +0100

    Provide a default fallback for the test

 tests/test-unique.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 318ef6c1878aec5b9991b05b58cea8006ae6f3c2
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 18:18:37 2007 +0100

    Fix the pkg-config template file

 unique.pc.in |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 1ad1ba2fd2dd5023d9c57f8574aa36a136545ee2
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 17:17:56 2007 +0100

    Add window watching
    
    Using unique_app_watch_window() every watched window will get startup
    notification changes when a message is received.

 unique/uniqueapp.c |   65 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 unique/uniqueapp.h |    2 +
 2 files changed, 67 insertions(+), 0 deletions(-)

commit 84934d5dff9ec421fd63b61be68b40f1598b914b
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 16:10:44 2007 +0100

    Remove screen argument from the message data API
    
    The GdkScreen is automatically set up by Unique when sending a message
    to the running instance, as well as the startup notification id.
    
    Allow passing a NULL UniqueMessageData to unique_app_send_message(): the
    message will be created instead of copied.
    
    Fix a couple of leaks while we are at it.

 tests/test-unique.c    |   40 ++++++++++++++++++++++++----------------
 unique/uniqueapp.c     |   11 ++++++-----
 unique/uniquemessage.c |   24 +++---------------------
 unique/uniquemessage.h |    3 ---
 4 files changed, 33 insertions(+), 45 deletions(-)

commit 5ad211194de17ed40cae0b30752a09274656c3e3
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 14:01:36 2007 +0100

    Update build environment

 ChangeLog   |    2 +-
 Makefile.am |    5 +++--
 README      |   14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

commit 319924c319252a5dc2933f15511251e9604a77c5
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 13:47:20 2007 +0100

    API reference documentation fixes

 doc/reference/Makefile.am         |    1 +
 doc/reference/unique-sections.txt |   19 ++++++++++---------
 unique/uniquebackend.c            |   10 ++++++++++
 unique/uniquebackend.h            |    2 +-
 unique/uniquemessage.c            |   26 ++++++++++++++++++++------
 unique/uniqueversion.h.in         |    8 ++++++++
 6 files changed, 50 insertions(+), 16 deletions(-)

commit 2f338eab5aa20d6d2656f033365d5acaf3eb625c
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 13:08:18 2007 +0100

    API changes
    
    UniqueApp constructor now takes two parameters: name and startup-id. A
    new constructor has been added, unique_app_new_with_commands() which
    removes the need to register the commands before calling unique_app_new();
    a unique_app_add_command() function has been added for eventual bindings.
    
    The custom commands have been moved from a per-module hash table to a
    per instance one, and will be cleaned up when disposing it.

 doc/reference/Makefile.am          |    7 +-
 tests/test-unique.c                |   20 ++--
 unique/bacon/uniquebackend-bacon.c |    4 +-
 unique/bacon/uniquefactory-bacon.c |    3 +-
 unique/bacon/uniquemessage-bacon.c |   10 +-
 unique/bacon/uniquemessage-bacon.h |    6 +-
 unique/dbus/uniquebackend-dbus.c   |    2 +-
 unique/dbus/uniquefactory-dbus.c   |    2 +-
 unique/uniqueapp.c                 |  235 ++++++++++++++++++++++++------------
 unique/uniqueapp.h                 |   15 ++-
 unique/uniquebackend.c             |    2 -
 unique/uniqueinternals.h           |    7 +-
 12 files changed, 206 insertions(+), 107 deletions(-)

commit 1a1af1a45a69a4af3c2dfa0a8d5f926356d2b8c5
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 13:06:22 2007 +0100

    Build fix

 Makefile.am |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

commit 4c3dcc6093dab5f0104824c587801ffcf16952f3
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Wed Jul 11 11:50:04 2007 +0100

    Switch to runtime definition of the backend
    
    Every backend is now compiled in Unique and the actual implementation to
    be used is decided by a compile time define and overridden by an environment
    variable called UNIQUE_BACKEND.

 configure.ac                       |   25 ++---------
 doc/reference/unique-sections.txt  |    2 +
 tests/Makefile.am                  |    7 +--
 unique/Makefile.am                 |   65 +++++++++++++++---------------
 unique/bacon/uniquebackend-bacon.c |   42 +++++--------------
 unique/dbus/uniquebackend-dbus.c   |   32 +++++----------
 unique/uniqueapp.c                 |   22 +++++++---
 unique/uniquebackend.c             |   77 ++++++++++++++++++++++++++++++++++++
 unique/uniquebackend.h             |   33 +++++++++++----
 unique/uniqueinternals.h           |    9 +----
 unique/uniqueversion.h.in          |    2 +-
 11 files changed, 183 insertions(+), 133 deletions(-)

commit c276a20c66d1f316d647e14b0186572b4aabd73a
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 15:39:34 2007 +0100

    And now fix my stupidity

 .gitignore |    1 -
 COPYING    |  510 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 510 insertions(+), 1 deletions(-)

commit 77d4f1f3d400163fc43a391dcc5bbca6ae116d94
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 15:37:56 2007 +0100

    Fix autotools utter stupidity

 COPYING.LGPL |  510 ----------------------------------------------------------
 1 files changed, 0 insertions(+), 510 deletions(-)

commit e7b9433f7f1a5d0cd05a12bb49af3edcae8e7b08
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 15:04:59 2007 +0100

    Bump to 0.9.1 and repackage

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b3e04c0d51f562f2a0be5696e94824a67f27458f
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 15:04:25 2007 +0100

    Add license information
    
    Unique is licensed under LGPL, so declare it inside every source file
    and add the appropriate COPYING file.

 COPYING.LGPL                       |  510 ++++++++++++++++++++++++++++++++++++
 unique/bacon/uniquebackend-bacon.c |    9 +-
 unique/bacon/uniquebackend-bacon.h |    6 +-
 unique/bacon/uniquefactory-bacon.c |    9 +-
 unique/bacon/uniquefactory-bacon.h |    8 +-
 unique/dbus/uniquebackend-dbus.c   |    6 +-
 unique/dbus/uniquebackend-dbus.h   |    6 +-
 unique/unique.h                    |   21 ++
 unique/uniqueapp.c                 |    6 +-
 unique/uniqueapp.h                 |   21 ++
 unique/uniquebackend.c             |   21 ++
 unique/uniquebackend.h             |   21 ++
 unique/uniquemessage.c             |   21 ++
 unique/uniquemessage.h             |   21 ++
 unique/uniqueversion.h.in          |   20 ++
 15 files changed, 684 insertions(+), 22 deletions(-)

commit d4b9152d2179796e5b2e8b377ac5c6a83ec32c5e
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 15:03:21 2007 +0100

    Drop compatibility with automake 1.7

 autogen.sh |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

commit 52da3aa370a099fab4a3f5c4a5d3ee1a41c2af3d
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 10:37:26 2007 +0100

    Build fixes to pass distcheck

 Makefile.am        |    2 +-
 unique/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit a1e189c1d2fd07c75f40c033b329472bac7aee45
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 10:26:17 2007 +0100

    Add ignore files

 .gitignore               |   25 +++++++++++++++++++++++++
 doc/reference/.gitignore |   23 +++++++++++++++++++++++
 po/.gitignore            |    2 ++
 tests/.gitignore         |    4 ++++
 unique/.gitignore        |   17 +++++++++++++++++
 unique/bacon/.gitignore  |    7 +++++++
 unique/dbus/.gitignore   |    7 +++++++
 7 files changed, 85 insertions(+), 0 deletions(-)

commit 99a0279655c8baaf8a3fd4c97368b2d5515a63ae
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 10:24:00 2007 +0100

    Remove the xlibs backend
    
    The Xlibs based backend is not ready yet, so it's not included in the build
    and it's not available as a configure switch. It will be developed in a
    separate branch until ready for public consumption.

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 449636d410cac920e509bf531186752db3e82dd3
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Mon Jul 9 09:21:19 2007 +0100

    Correctly terminate the packed message data

 unique/bacon/uniquebackend-bacon.c |    3 ++-
 unique/bacon/uniquefactory-bacon.c |   13 ++++---------
 unique/bacon/uniquemessage-bacon.c |    4 ++++
 3 files changed, 10 insertions(+), 10 deletions(-)

commit 034c9eb29cd8f7f3ddf3cc20c785b9742caca973
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 23:29:11 2007 +0100

    Add backend as a symbold
    
    Export the UNIQUE_BACKEND_S symbol from uniqueversion.h, containing the
    backend against which Unique was compiled in form of a string. The same
    information is available using pkg-config, but it might be good to have
    it accessible from within and without the library itself.

 unique/uniqueversion.h.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 57e89c9081dec1999295e3bf60554af08a42fb81
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 23:22:36 2007 +0100

    More documentation fixes

 doc/reference/Makefile.am         |    5 +++--
 doc/reference/unique-sections.txt |    2 ++
 unique/uniqueapp.h                |   16 +++++++---------
 3 files changed, 12 insertions(+), 11 deletions(-)

commit 004987e85ea0c78db4ad92eaf5c4d9ce9517fb8a
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 23:17:18 2007 +0100

    Documentation fixes

 unique/dbus/uniquebackend-dbus.c |    2 +-
 unique/uniqueapp.c               |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 857cf6a2d2e7a154465708c7ddb2c6244a471735
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 23:08:59 2007 +0100

    API Reference
    
    Add documentation and API reference templates to the build.

 doc/reference/Makefile.am         |    2 +-
 doc/reference/unique-docs.sgml    |   94 +++++++++++++++++++++++++++++++++++++
 doc/reference/unique-sections.txt |   84 +++++++++++++++++++++++++++++++++
 doc/reference/unique.types        |    2 +
 unique/uniqueapp.c                |   29 +++++++++++
 unique/uniquebackend.c            |    9 ++++
 unique/uniquemessage.c            |   41 ++++++++++++++++-
 unique/uniquemessage.h            |   41 ++++++++--------
 8 files changed, 280 insertions(+), 22 deletions(-)

commit 323c8e3251b528616c3943a530881f4ad8def6c1
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 21:00:50 2007 +0100

    Update simple test case
    
    Show the command received, along with the potential payload.

 tests/test-unique.c |   34 ++++++++++++++++++++++++++++------
 1 files changed, 28 insertions(+), 6 deletions(-)

commit 6bf55318bedb112d6ee8a1f05d075227f027e27f
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 20:51:33 2007 +0100

    Dispose the UniqueBackend with the UniqueApp

 unique/uniqueapp.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit d531b7e9f7abd071938f6091ba0381d409c5371f
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 20:49:33 2007 +0100

    Finish the "bacon" backend
    
    Implement the message packing and unpacking in the "bacon" backend. Also
    deal with the stale named pipe files.

 unique/bacon/uniquebackend-bacon.c |   36 +++++++++--
 unique/bacon/uniquefactory-bacon.c |    2 +-
 unique/bacon/uniquemessage-bacon.c |  118 +++++++++++++++++++++++++++++++++++-
 unique/bacon/uniquemessage-bacon.h |    1 -
 4 files changed, 146 insertions(+), 11 deletions(-)

commit 7e125cc6898b55d19880d103c65f429c62d25f65
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 18:12:14 2007 +0100

    Initial commit of the bacon backend
    
    The "bacon" backend for Unique uses Unix domain sockets as the IPC mechanism.
    It's based on BaconMessageConnection (hence the name), written by Bastien
    Nocera for the Totem video player and used in other projects.

 configure.ac                       |    1 +
 unique/bacon/Makefile.am           |   19 ++
 unique/bacon/uniquebackend-bacon.c |  487 ++++++++++++++++++++++++++++++++++++
 unique/bacon/uniquebackend-bacon.h |   46 ++++
 unique/bacon/uniquefactory-bacon.c |  217 ++++++++++++++++
 unique/bacon/uniquefactory-bacon.h |   67 +++++
 unique/bacon/uniquemessage-bacon.c |   25 ++
 unique/bacon/uniquemessage-bacon.h |   41 +++
 8 files changed, 903 insertions(+), 0 deletions(-)

commit 7c21d94f803361775bc3a3877101ff4ae5a7e9e1
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 18:08:27 2007 +0100

    Add gtk-doc template

 doc/reference/Makefile.am |   88 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 87 insertions(+), 1 deletions(-)

commit 74190f5e5f5d895a5074806f133088c84235c31a
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 16:37:30 2007 +0100

    Fix compilation warnings
    
    The stricter compiler flags of the odd-numbered minor versions make compilation
    utterly fail in a couple of places - mostly signedness issue with having an
    unsigned char stored inside UniqueMessageData and the fact that we pass around
    a lot of signed chars instead.

 tests/test-unique.c              |    2 +-
 unique/dbus/uniquebackend-dbus.c |    6 ++----
 unique/dbus/uniquefactory-dbus.c |    5 ++---
 unique/dbus/uniquefactory-dbus.h |    2 +-
 unique/uniqueapp.c               |    2 +-
 unique/uniquemessage.c           |   10 ++++++----
 unique/uniquemessage.h           |    2 +-
 7 files changed, 14 insertions(+), 15 deletions(-)

commit 0ebacc30a9e557d143d5a728ca5948a0f2680e44
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sun Jul 8 16:34:40 2007 +0100

    Bump version back to 0.9.0
    
    We are still in beta, and odd-numbered minor versions come with a very
    strict set of compiler flags, which help catching stupid errors.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b27db928528a67e4169ade37513899fdb050c8be
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 7 11:49:11 2007 +0100

    Add translatable files template

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 772546daa5d0b776bd6c6b17b2f3e1f16a35e175
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 7 11:48:42 2007 +0100

    Remove the upload command
    
    There's no need for an upload command in the Makefile template.

 Makefile.am |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit cc634f1e46306eb287a7f497c6a4ae6bec364b4c
Author: Emmanuele Bassi <ebassi@openedhand.com>
Date:   Sat Jul 7 11:41:45 2007 +0100

    Initial import of Unique
    
    Unique is a library for writing single instance applications. An application
    using Unique will block any othe instance of the same application launched
    after the first one; any other instance can send a message to the running
    application, for instance to open a list of URIs.
    
    Unique can be compiled against different backends, implementing the IPC
    mechanisms used by different instances to communicate.
    
    This is the initial import of the Unique library: at the moment, only the
    (default) D-Bus backend is working.
    
    The public API is not yet frozen.

 AUTHORS                            |    1 +
 ChangeLog                          |    1 +
 Makefile.am                        |   33 ++
 autogen.sh                         |  119 +++++++
 configure.ac                       |  175 ++++++++++
 doc/Makefile.am                    |    1 +
 doc/reference/Makefile.am          |    1 +
 doc/reference/version.xml.in       |    1 +
 tests/Makefile.am                  |   18 +
 tests/test-unique.c                |  190 +++++++++++
 unique.pc.in                       |   13 +
 unique/Makefile.am                 |   96 ++++++
 unique/dbus/Makefile.am            |   36 ++
 unique/dbus/uniquebackend-dbus.c   |  263 +++++++++++++++
 unique/dbus/uniquebackend-dbus.h   |   43 +++
 unique/dbus/uniquebackend-dbus.xml |   10 +
 unique/dbus/uniquefactory-dbus.c   |  100 ++++++
 unique/dbus/uniquefactory-dbus.h   |   57 ++++
 unique/unique.h                    |    8 +
 unique/uniqueapp.c                 |  651 ++++++++++++++++++++++++++++++++++++
 unique/uniqueapp.h                 |  107 ++++++
 unique/uniquebackend.c             |  166 +++++++++
 unique/uniquebackend.h             |   60 ++++
 unique/uniqueinternals.h           |   57 ++++
 unique/uniquemarshal.list          |    1 +
 unique/uniquemessage.c             |  390 +++++++++++++++++++++
 unique/uniquemessage.h             |   36 ++
 unique/uniqueversion.h.in          |   23 ++
 28 files changed, 2657 insertions(+), 0 deletions(-)
