~jm-leddy/ubuntu/precise/x11proto-core/micmute

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-03-13 11:06:28 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313110628-ggor0eiobws43iv0
Tags: 7.0.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 034319189648eaaa483f9546c62451edb7be0c28
 
2
Author: James Cloos <cloos@jhcloos.com>
 
3
Date:   Mon Mar 2 12:54:41 2009 -0500
 
4
 
 
5
    Bump to 7.0.15.
 
6
 
 
7
commit 391f302a7d71b9169ce4c18794251ea3ccc95904
 
8
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
 
9
Date:   Tue Jan 27 20:06:28 2009 -0200
 
10
 
 
11
    Janitor: Correct make distcheck and dont distribute autogen.sh
 
12
 
 
13
commit 1e33337d4dd151da4f0898a86608a1ee67588163
 
14
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
15
Date:   Mon Oct 27 16:36:34 2008 +1030
 
16
 
 
17
    Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.
 
18
    
 
19
    At the moment, we have the following keysyms defined to put a computer into a
 
20
    sleep state:
 
21
    
 
22
    XF86XK_Standby    0x1008FF10   /* System into standby mode   */
 
23
    XF86XK_PowerDown  0x1008FF21   /* Deep sleep the system      */
 
24
    XF86XK_Sleep      0x1008FF2F   /* Put system to sleep        */
 
25
    
 
26
    Proposed change by Richard Hughes:
 
27
        "The nomenclature I've been trying to make stick
 
28
        (most projects now use this) for a few years now is:
 
29
    
 
30
        standby: high sleep state, nobody uses this any more
 
31
        hibernate: sleep to disk - slow, but can remove power
 
32
        suspend: sleep to ram - fast, but can't remove power
 
33
        hybrid sleep: sleep to both, slow, and can remove power, but quick to
 
34
        resume if you don't - most users don't use this"
 
35
    
 
36
    This patch adds XF86XK_Suspend and XF86XK_Hibernate. The behaviour of
 
37
    XF86XK_Sleep can then be configured on a per-session basis.
 
38
    
 
39
    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
 
40
 
 
41
commit 2563153ed69d3d6f052ba275ff79df3cbe54b76d
 
42
Author: James Cloos <cloos@jhcloos.com>
 
43
Date:   Tue Nov 11 16:26:28 2008 -0500
 
44
 
 
45
    [keysymdef.h] Add dead_currency symbol.
 
46
    
 
47
    As requested for the Bépo keyboard layout (http://clavier-dvorak.org/wiki/).
 
48
    
 
49
    Cf. bugs:
 
50
    
 
51
      http://bugs.freedesktop.org/show_bug.cgi?id=17821
 
52
      http://bugs.freedesktop.org/show_bug.cgi?id=17822
 
53
 
 
54
commit 735d745e17a6180f569f24f9792513b44e100aef
 
55
Author: James Cloos <cloos@jhcloos.com>
 
56
Date:   Mon Oct 13 03:11:33 2008 -0400
 
57
 
 
58
    Add a dead_belowcomma keysym
 
59
    
 
60
    Requested by the Bépo group.
 
61
    
 
62
    The belowcomma is only used for:
 
63
    
 
64
     U+0218 [Ș] LATIN CAPITAL LETTER S WITH COMMA BELOW
 
65
     U+0219 [ș] LATIN SMALL LETTER S WITH COMMA BELOW
 
66
     U+021A [Ț] LATIN CAPITAL LETTER T WITH COMMA BELOW
 
67
     U+021B [ț] LATIN SMALL LETTER T WITH COMMA BELOW
 
68
    
 
69
    (aka 0xAA, 0xBA, 0xDE and 0xFE from iso-8859-16).
 
70
    
 
71
    Cf: http://bugs.freedesktop.org/show_bug.cgi?id=17822
 
72
        http://bugs.freedesktop.org/show_bug.cgi?id=17821
 
73
        http://clavier-dvorak.org/wiki/
 
74
 
 
75
commit 935dd37be409bd616ef46a4d3b62c44327b3f710
 
76
Author: Sayamindu Dasgupta <sayamindu@gmail.com>
 
77
Date:   Mon Oct 13 03:00:53 2008 -0400
 
78
 
 
79
    Add dead vowels in keysymdef.h
 
80
    
 
81
    At OLPC, we are using an XKB based Amharic keyboard layout, which requires the
 
82
    use of dead vowels to generate the various consonant + vowel combinations (see
 
83
    http://en.wikipedia.org/wiki/Ge%27ez_alphabet#Syllable_signs for a detailed
 
84
    explanation).
 
85
    
 
86
    [Patch modified to use available keysym codes.  -JimC]
 
87
    
 
88
    Cf: http://bugs.freedesktop.org/show_bug.cgi?id=17437
 
89
    
 
90
    Signed-off-by: James Cloos <cloos@jhcloos.com>
 
91
 
 
92
commit c43f804f44ba3d751f343c2e27d9b491a1ebb458
 
93
Author: James Cloos <cloos@jhcloos.com>
 
94
Date:   Wed Sep 17 04:09:39 2008 -0400
 
95
 
 
96
    Add dead keysyms for DOUBLE GRAVE and INVERTED BREVE accents
 
97
    
 
98
    Several COMBINING characters are used in libX11's Compose tables
 
99
    where dead keys should be used; these are the two most-used which
 
100
    so far have not had equivalent dead keys.
 
101
 
1
102
commit 33a7de5cdacb59503b26c6523ffb33dba118faed
2
103
Author: Peter Hutterer <peter.hutterer@redhat.com>
3
104
Date:   Thu Oct 23 22:41:01 2008 +1030