File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ keybinder-3.0 v0.3.1
3
+ ----------------
4
+
5
+ * Use ``XkbFreeKeyboard `` to fix memory leak
6
+ (by Dmitry Eremin-Solenikov)
7
+ * Fix deprecated directives in build system
8
+ (by Dmitry Eremin-Solenikov)
9
+
10
+
2
11
keybinder and keybinder-3.0 v0.3.0
3
12
-----------------------------------
4
13
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ libkeybinder
2
2
============
3
3
4
4
:Author: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
5
- :Homepage: http://kaizer.se/wiki/keybinder/
6
5
7
6
**keybinder ** is a library for registering global keyboard shortcuts.
8
7
Keybinder works with GTK-based applications using the X Window System.
Original file line number Diff line number Diff line change 1
- AC_INIT ( keybinder-3.0 , 0.3.0 ,
1
+ AC_INIT ( keybinder-3.0 , 0.3.1 ,
2
2
[ ] )
3
3
AC_CONFIG_SRCDIR ( libkeybinder/bind.c )
4
4
AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments