~ubuntu-branches/ubuntu/natty/gnome-panel/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-10 01:03:15 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310010315-yepj9qfb2tzv22rk
Tags: 1:2.29.92.1-0ubuntu1
* New upstream version:
  Panel
  - Fix crash when using the main menu (lp: #535326)
  Misc
  - Add configure summary 
* debian/patches/70_relibtoolize.patch:
  - new version update, downgrade gtk requirement since it builds fine using
    the current version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit f5680f766a78f35f9e7ac41b0c23769a9ceabe2c
 
2
Author: Vincent Untz <vuntz@gnome.org>
 
3
Date:   2010-03-09
 
4
 
 
5
    [panel] Fix crash when using the main menu
 
6
 
 
7
    Replacing gtk_button_released() with a button-release-event in commit
 
8
    13b2f9cd causes crashes, because we probably need to pass an event as
 
9
    argument to the signal. But we don't have this.
 
10
 
 
11
    However, it turns out that we don't need that call at all: this was
 
12
    probably needed for the released signal in ButtonWidget, but on
 
13
    2004-01-19, it got removed (commit 50855ce2). So the fix is to just
 
14
    remove this line.
 
15
 
 
16
M       gnome-panel/panel-menu-button.c
 
17
 
 
18
commit 549cd638f96e1899b0c1e1c800dad62cfa29362f
 
19
Author: Marek Černocký <marek@manet.cz>
 
20
Date:   2010-03-09
 
21
 
 
22
    Update Czech translation
 
23
 
 
24
M       help/clock/cs/cs.po
 
25
 
 
26
commit c487fc10c75b2d9b6650da2449c157bef6793ddc
 
27
Author: Vincent Untz <vuntz@gnome.org>
 
28
Date:   2010-03-09
 
29
 
 
30
    [build] Add configure summary
 
31
 
 
32
M       configure.in
 
33
 
 
34
commit 9352dab1421a9d751a05b9f233664a0721c7b391
 
35
Author: Vincent Untz <vuntz@gnome.org>
 
36
Date:   2010-03-09
 
37
 
 
38
    [release] post-release bump to 2.30.0
 
39
 
 
40
M       configure.in
 
41
 
 
42
commit f543279cf8fc4c0b6160e9c4c44f844ae8ba8e4b
 
43
Author: Vincent Untz <vuntz@gnome.org>
 
44
Date:   2010-03-09
 
45
 
 
46
    [release] 2.29.92
 
47
 
 
48
M       NEWS
 
49
M       README
 
50
M       configure.in
 
51
 
1
52
commit dd041a313fa563ae9a01dccdca0509fae1efbdb1
2
53
Author: Matthias Clasen <mclasen@redhat.com>
3
 
Date:   2010-03-09
 
54
Date:   2010-03-09
4
55
 
5
56
    [na] Make location of standard status icons predictable
6
57