File: ChangeLog

package info (click to toggle)
xbindkeys 1.7.1-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 616 kB
  • ctags: 107
  • sloc: sh: 3,077; ansic: 1,711; makefile: 68; tcl: 39; lisp: 4
file content (179 lines) | stat: -rw-r--r-- 5,295 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
xbindkeys changelog by Philippe Brochard <hocwp@free.fr>


version:

1.7.1:
	Verbose mode is not started as daemon by default.
	Check rc file before starting as daemon (so warning about
	configuration files are visible).

1.7.0:
	Add guile/scheme configurtion file style (Many thanks to Marcello
	Mathias Herreshoff).

---------------------------------------------------------------------------

1.6.5: 
        Add a --disable-tk option to prevent xbindkeys_show install.
	So no tcl/tk dependency is needed.
	Add a NOTE in xbindkeys man page to say that xbindkeys can
	reread its config file with a -HUP signal (killall -HUP xbindkeys).
	Add two verbose test (forgotten in other version).

1.6.4:
	Add a --disable-fork option  in configure.ac to start one command
	at a time (use system instead of fork+exec).
	Remove umask (022) in daemonize function which cause troubles.

1.6.3:
	Change to switch to autoconf2.5X and automake >= 1.6
	Remove chdir ("/tmp")  in daemonize function.

1.6.2:
	Remove AC_PROG_RANLIB and AC_PROG_MAKE_SET from configure.in
	to prevent rebuit of Makefile when doing a make.

1.6.1:
	Minor buggfix : use strtol instead atoi for use with
	hexadecimal number.
	Complete daemonzie function

1.6.0:
	Add: Release event for keys and buttons.
	Don't use threads any more (use fork+exec instead)
	Better daemonize function
	Simplification of configure.in (better test for X)
	Don't use sscanf any more

---------------------------------------------------------------------------

1.5.5:
	Change: better identification of modifiers with --key and
	--mulitkey options.

1.5.4:
        Change: add warning when a key is unknown in .xbindkeysrc.
	
1.5.3:
	Bugfix: if the keycode is unknow then xbindkeys don't asign a
	key with keycode=0.
	Change: The default RC file don't use the Menu key witch cause
	problems.

1.5.2:
	Change: if there's a conflict with keys then xbindkeys just
	make a warning and continue with other keys.

1.5.1:
	Add: a new interface for xbindkeys_show (use scrollbar).
	
1.5.0:
	Add: xbindkeys have now the ability to catch Mouse Button Events.
	so: "xterm"
	      control + b:2
	starts an xterm when mouse button 2 and control are pressed.
	
---------------------------------------------------------------------------

1.4.1:
	Solve some minor problems when compiling with gcc 3.0.4 under GNU/Linux.

1.4.0:
	Change: rename all code to make it uniform.
	Add: start as daemon by default, but can be changed with
	  --nodaemon|-n option.
	Add: xbindkeys starts commands in threads, so they are not blocking
	  it if we forget the & at the end of the command (this can be
	  disabled with ./configure --disable-pthread)

---------------------------------------------------------------------------

1.3.0:
	Change: Now, by default, xbindkeys does not pay attention with NumLock
	  CapsLock and ScrollLock modifiers.
	Add: keystate_(numlock | capslock | scrolllock) options in the RC file :  
	
	keystate_numlock = enable      => Enable NumLock modifier
	keystate_capslock = enable     => Enable CapsLock modifier
	keystate_scrolllock= enable    => Enable ScollLock modifier

---------------------------------------------------------------------------
	
1.2.2:
	Change: Reading the RC file is now made in a single pass (in
  	  old versions that needs two pass). So, the code is mush clearer.

1.2.1:
	Add: xbindkeys can now reread its configuration file with
	  the HUP signal. usage :  killall -HUP xbindkeys.
	Change: Documentation a little bit more clearly.

1.2.0:
	Change: grab code like in 1.0.x version but same options.
	Change: options --key/-multikey open a window to avoid problems 
	        with icewm (based on xev)
	Add: --geometry|-g to set the size of the window with 
	     --key/--multikey
	Add: advertises when xbindkeys can't grab key because its keycode
	     is not in  min_keycode < keycode < max_keycode.
	     => say to change maximum value in
	            /usr/X11R6/lib/X11/xkb/keycodes/xfree86
	
---------------------------------------------------------------------------
	
1.1.2:
	Add: --multikey|-mk option -> identify multi key in infinite loop

1.1.1:
	Change: --key|-k option to identify only one key.

1.1.0:
	Add: Grab keys with KeySym or with KeyCode like in xev.
	     (in $HOME/.xbindkeysrc:  c:nnn set keycode to nnn
	                              m:nnn set modifier to nnn)
	Add: --key|-k option -> identify key pressed (useful to fill
	     $HOME/.xbindkeysrc).

---------------------------------------------------------------------------

1.0.1:
	Change in Makefile.am for Solaris compatibility.
	thanks Peter.

1.0.0:
	Final version!

---------------------------------------------------------------------------

1.0.0b:
	Beta Final version.
	
---------------------------------------------------------------------------

0.2.1:
	Read RC file.

0.2.0:
	Read command line options.

---------------------------------------------------------------------------

0.1.0:
	Make struct of xbindkeys : key, modifier, command.


---------------------------------------------------------------------------
	
	
0.0.4:
	Minimal version is working.

0.0.3:
	"Clean" compilation methode (automake/autoconf).

0.0.2:
	remote all comment in minimal version of imwheel -> xbindkeys.

0.0.1:
	comment imwheel code to only grab keys.