~ubuntu-branches/ubuntu/trusty/libgnome/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-06 17:27:16 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090306172716-lnh6jr51eoy0x2qo
Tags: 2.25.1-0ubuntu1
* New upstream version
* debian/control.in:
  - set vcs location
* debian/watch:
  - track unstable series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-03-06  Kjartan Maraas  <kmaraas@gnome.org>
 
2
 
 
3
        * libgnome/gnome-config.c: (load):
 
4
        * libgnome/gnome-triggers.c:
 
5
        * libgnome/gnome-url.c: (gnome_url_show_with_env):
 
6
        * monikers/bonobo-config-bag.c: (impl_Bonobo_PropertyBag_getKeys),
 
7
        (impl_Bonobo_PropertyBag_getType),
 
8
        (impl_Bonobo_PropertyBag_getValue),
 
9
        (impl_Bonobo_PropertyBag_setValue),
 
10
        (impl_Bonobo_PropertyBag_getValues),
 
11
        (impl_Bonobo_PropertyBag_getDefault),
 
12
        (impl_Bonobo_PropertyBag_getDocTitle),
 
13
        (impl_Bonobo_PropertyBag_getDoc),
 
14
        (impl_Bonobo_PropertyBag_getFlags):
 
15
        - Remove #if 0'ed out code.
 
16
        - Fix warnings about missing format specifiers.
 
17
 
 
18
2009-03-03  Alexander Larsson  <alexl@redhat.com>
 
19
 
 
20
        Bug 561172 – gnome-open fails on local URIs with anchors
 
21
 
 
22
        * libgnome/gnome-open.c:
 
23
        For URIs, use the passed in URI, not the one from the GFile,
 
24
        so that we can properly handle e.g. mailto: and other links
 
25
        not supported by GIO.
 
26
 
 
27
2008-12-07  Cosimo Cecchi  <cosimoc@gnome.org>
 
28
 
 
29
        * libgnome/gnome-init.c:
 
30
        Only include <glib.h>. Patch by Luis Menina (#563572).
 
31
 
 
32
2008-10-19  Matthias Clasen  <mclasen@redhat.com>
 
33
 
 
34
        Bug 556796 – add schema for buttons_have_images
 
35
 
 
36
        * schemas/desktop_gnome_interface.schemas.in.in: Add schema for 
 
37
        buttons_have_images key.
 
38
 
 
39
        * Branch for gnome 2.24
 
40
 
 
41
2008-09-25  Tor Lillqvist  <tml@novell.com>
 
42
 
 
43
        * libgnome/dllmain.c (gnome_win32_get_prefixes): Drop the Win9x
 
44
        code path. There is no Win9x support any more lower in the stack
 
45
        anyway.
 
46
 
1
47
======================== 2.24.1 ===========================
2
48
 
3
49
2008-09-22  Kjartan Maraas  <kmaraas@gnome.org>