File: NEWS

package info (click to toggle)
keybinder 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,488 kB
  • ctags: 158
  • sloc: sh: 10,224; ansic: 520; makefile: 105; python: 10
file content (86 lines) | stat: -rw-r--r-- 2,111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86

keybinder v0.2.2
----------------

* Add pkg-config file contributed by Jérôme Guelfucci
* Add Vala example and .vapi file to examples/
* Make lua-keybinder installable (this is experimental), using ax_lua.m4

keybinder v0.2.1
----------------

Released Monday, 26 April 2010

* Release key grabs if binding fails partially.

keybinder v0.2.0
----------------

Released Saturday, 24 April 2010

* Split into libkeybinder library and python-keybinder so that the same
  module can be used from Python or C. The Python bindings are now optional.

* Add examples/ directory with C, Python and Lua examples (including
  experimental Lua bindings).

keybinder v0.1.1
----------------

Released Wednesday, 21 April 2010

* Workaround GTK+ Bug 616401
  https://bugzilla.gnome.org/show_bug.cgi?id=616401

* Don't bind anything when mapping virtual modifiers fail
  (Kupfer bug :lp:`566945`)

keybinder v0.1.0
----------------

Released Tuesday,  6 April 2010

* Depend on GTK+ 2.20

* Remove egg* code


keybinder v0.0.9
----------------

Released Tuesday,  6 April 2010

* Replace some egg* code with GTK+ functionality.

* Take great pains to understand "Consumed Modifiers", as in:

  + When pressing *Ctrl+Shift+1* to make *Ctrl+!*, Shift is a consumed
    modifier. So when receiving a binding specification like
    ``<Ctrl>exclam``, we have to dig deep into XKB to find out which
    hardware modifiers are needed to create the bang (!) character.
    With this, it is now possible to bind any composed character.


* Keybindings now work in alternative layouts as well, you just have to
  press the same hardware keys as in the primary layout.  For example a
  keybinding *Ctrl+W*  will still be available on the same physical
  keys after switching to a secondary Greek layout.

* Remove keybinder.is_modifier from the module

* Use -Wall


keybinder v0.0.4
----------------

Released 22 November 2009

* Remove bogus dependencies from configure checks (gnome-doc-utils and
  gnomeapplet)
* Enable ``AM_SILENT_RULES``
* Fix language errors in documentation


.. -*- encoding: UTF-8 -*-
.. vim: ft=rst tw=72