File: ChangeLog

package info (click to toggle)
hotkeys 0.5.7.3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 904 kB
  • ctags: 358
  • sloc: ansic: 2,825; sh: 362; makefile: 67; xml: 17
file content (324 lines) | stat: -rw-r--r-- 13,187 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
hotkeys (0.5.7.3) unstable; urgency=low

  * Added a patch to fix libosd bindings (Closes: #277824)
    Thanks to Petrisor Eddy for the patch 

 -- Alexander Wirt <formorer@debian.org>  Sat, 19 Feb 2005 19:26:21 +0100

hotkeys (0.5.7.2) unstable; urgency=low

  * The "Marry Christmas" release :) 

  * New Maintainer Alexander Wirt <formorer@debian.org>
    (Closes: #280817)
  * Acknowledge libxosd dependency NMU (Closes: #179927)
  * Fixed Manpage (Closes: #235973)
  * Added SK-1689 keyboard definition  (Closes: #170687)
    Thanks to Jeff Tranter for contributing
  * Added Dell Inspiron 8100 keyboard definition (Closes: #171482)
    Thanks to Erich Schubert for contributing
  * Extended MS Natural keyboard definition (Closes: #174888)
    Thanks to Chris Garzuzi for contributing
  * Added Apple Pro keyboard definition (Closes: #176614)
    Thanks to Daniel Stone for contributing
  * Added Logitech Internet Navigator keyboard (USB) definition 
    (Closes: #176664) Thanks to Thorsten Gunkel for contributing
  * Added BTC 8190 Smart Office keyboard definition (Closes: #213222)
    Thanks to Eddy Petrisor for contributing
  * Added ipanel keyboard definition (Closes: #230339)
    Thanks to Nicolas Rueff for contributing
  * Added Prog1 and Prog2 to key definition (Closes: #253035,#243126)
    Thanks to Ludovic Rousseau for contributing
  * Added Acer Aspire 300 keybord definition (Closes: #269751)
    Thanks to Roland Stigge for contributing
  * Added Uniwill N243S1 barebone keyboard definition (Closes: #269753)
    Thanks again to Roland Stigge for contributing

 -- Alexander Wirt <formorer@debian.org>  Fri, 24 Dec 2004 16:52:16 +0100

hotkeys (0.5.7.1.1) unstable; urgency=low

  * Non-Maintainer Upload.
  * Build-Depends on a new libxosd-dev (closes: #179927).
  * Versioned Build-Depends on debhelper.
  * Removed debian/CVS.
  * Removed debhelper examples files lying around in debian/.
  * Bumped Standards-Version to 3.5.9 (no changes).
  * Modified source/kbddef.c to include <libxml/xmlmemory.h> and
    <libxml/parser.h>, instead of <xmlmemory.h> and <parser.h> so the package
    would build.

 -- Julien BLACHE <jblache@debian.org>  Thu, 17 Apr 2003 20:44:45 +0200

hotkeys (0.5.7.1) unstable; urgency=low

  * configure.in: uses AM_PATH_XML2 that libxml2-dev provides, hopefully this
                  will solve the build problems on MIPS and MIPSEL.

 -- Anthony Wong <ypwong@debian.org>  Sun,  8 Dec 2002 22:09:23 +0800

hotkeys (0.5.7) unstable; urgency=low

  * Change the default behaviour to run in the background. Use -b to run in
    the foreground (beware: this conflicts with the original meaning of -b)
  * Added libgtk2.0-dev, libglib2.0-dev to debian/control. (Closes: #171337)
  * Added README into debian/docs.

 -- Anthony Wong <ypwong@debian.org>  Wed,  4 Dec 2002 01:51:57 +0800

hotkeys (0.5.6) unstable; urgency=low

  * The "one-version-to-merge-them-all", aka "maintainer-is-now-back", release

  * These account for NMU patches that I've merged:
    - acinclude.m4: check for libxml2 instead of libxml (Closes: #127987)
    - src/Makefile.am: added more SOURCES, put hotkeys.conf and splash.xpm
                       to EXTRA_DIST, use LIBXOSD variables in build
    - src/conf.c: initialize dbenv to NULL (Closes: #127987)
    - src/conf.c: changed action of Play from 'xmms --play' to 'xmms
                  --play-pause' (Closes: #162398, #136326)
    - src/hotkeys.c: modified function setKbdType such that user's definition
                     file is preferred over the global one (Closes: #135440)
    - configure.in: added AM_MAINTAINER_MODE, use AM_PATH_LIBXOSD (provided
                    by libxosd-dev) instead of my own AM_CHECK_LIBXOSD,
                    so disable configure arguments --with-xosd-inc and
                    --with-xosd-lib, check for libpthread
    - debian/control: Build-Depends: libxosd-dev (>= 1.0.3-1),
                      Conflicts: xmms (< 1.2.6-1)
    - debian/rules: in clean target, remove debian/debian and and make
                    distclean instead of make clean, should be more policy
                    compliant now
    - def/Makefile.am: add *.def to EXTRA_DIST
    - New key defs: hp5181 (Closes: #146029),
                    logitech-cfo (renamed from logitec-cho) (Closes: #149124),
                    kb9930 (Closes: #163212), orktekusb.def
    - Updated sk2500.def, leave keycode 151 untouched (Closes: #126334)
    - src/hotkeys.1 updated/corrected
    - src/hotkeys.conf: changed 'xmms --play' to 'xmms --play-pause'
    - Fixed all XOSD related bugs
      (Closes: #109007, #116820, #144659, #145041, #158843)
    - Thanks Junichi Uekawa (Closes: #162274, #164821), Bastian Blank, Michael
      Beattie and all bug reporters and "patchers" for your help and support =) 

  * These are my changes and additions:
    - debian/control: autoconf (>= 2.56)
    - New gtk+ code for the splash screen, modified Makefile.am and
      configure.in accordingly. (As gnome-utils in Gnome2 no longer contain
      the splash program, Closes: #145028)
    - Added <contributor> node in all *.def, modified src/kbddef.c
      accordingly.
    - New key defs: ibook, pb5140w

 -- Anthony Wong <ypwong@debian.org>  Thu, 21 Nov 2002 23:27:29 +0800

hotkeys (0.5.5.4-0.1) unstable; urgency=low

  * Non-maintainer upload
  * Add deffiles for keyboard mappings. (closes: #163212)
  thanks: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
  * Use "xmms --play-pause" which is a newish feature in xmms for play, instead 
  of "--play". (closes: #162398)
   this also addresses problem with keyboards with no pause button. (closes: #136326)
  thanks: PUYDT Julien <julien.puydt@club-internet.fr>
  * Update sk2500.def (closes: #126334)
  thanks: Beiad Ian Q. Dalton <idalton@ferret.dyndns.org>

 -- Junichi Uekawa <dancer@debian.org>  Tue, 15 Oct 2002 20:06:57 +0900

hotkeys (0.5.5.3-0.1) unstable; urgency=low

  * Non-maintainer upload
  * Add deffiles for keyboard mappings. logitec-cho.def and hp5181.def
  (closes: #149124, #146029)

 -- Junichi Uekawa <dancer@debian.org>  Wed, 25 Sep 2002 20:31:14 +0900

hotkeys (0.5.5.2-0.1) unstable; urgency=low

  * Non-maintainer upload
  * Fix it to compile again
    - configure.in: AM_MAINTAINER_MODE
    - autoconf, aclocal etc. invocation
    - configure.in: use AM_PATH_LIBXOSD
    - configure.in: add check for libpthread in configure.in
    - src/Makefile.am: use LIBXOSD variables in build
    - use libxosd-provided m4 files.
  * Add my keyboard to the list
    - def/orktekusb.def
  * Bump up upstream version for the sake of it
    - automake: 0.5.5.2
    - orig.tar.gz: make dist, and mv.
  * Make automake dist rules to be fixed
    - src/Makefile.am: add header files to SOURCES
    - def/Makefile.am: add dist_
    - Makefile.am: add specs
  * Link with latest libxosd-dev, 1.0.3-1 (closes: #158843)

 -- Junichi Uekawa <dancer@debian.org>  Thu, 12 Sep 2002 15:59:51 +0900

hotkeys (0.5.5.1-0.2) unstable; urgency=low

  * Non-maintainer upload
  * Added call to xstrdup() for font string. (Closes: Bug#145041)
  * Compiled against libxosd 0.7.0 (Closes: Bug#116820)
  * Previous NMU Closes: Bug#109007 too.
  * Prefers User definition file over global (Closes: Bug#135440)
  * Removed Bashism when calling system() (Closes: Bug#145028)

 -- Michael Beattie <mjb@debian.org>  Sat, 22 Jun 2002 23:09:43 +1200

hotkeys (0.5.5.1-0.1) unstable; urgency=high

  * Non-maintainer upload
  * check if osd is activated (closes: #144659)
  * check for libxml2 (closes: #127987), also need to rebuild all
    autoconf/automake files
  * use make distclean
  * bump upstream version number

 -- Bastian Blank <waldi@debian.org>  Sun, 28 Apr 2002 00:05:57 +0200

hotkeys (0.5.5) unstable; urgency=low

  * Upgraded to work with libxosd 0.7.0, earlier versions are not
    supported (Closes: #92279).
  * Upgraded to work with libdb 3.2.x, libdb 2.x not supported any
    more.
  * Added an option to the configure script to skip libdb3 testing.
  * Parameter passed to initializeX is correct now, thanks to John
    Daily (Closes: #105693).

 -- Anthony Wong <ypwong@debian.org>  Mon, 29 Oct 2001 16:55:36 +0800

hotkeys (0.5.4) unstable; urgency=low

  * The volume change will be greater if the vol+/- keys are
    pressed continuously within a short interval [new]
  * More rigorous checking of db2 and libxml2 in configure
  * Added SK-2505 and Process MCK-800 keyboards support [new]
  * Use debian/shlibs.local to restrict the versions of libdb2 and
    libxml2.

 -- Anthony Wong <ypwong@debian.org>  Sat, 31 Mar 2001 02:57:54 +0800

hotkeys (0.5.3) unstable; urgency=low

  * Corrected the configure script to be able to locate xml-config [fix]
  * Include my own XF86keysym.h.
  * With splash screen! [new]
  * Polypix and BTC 9000 keyboards [new]
  * debian/control: added libdb2-dev to Build-Depends, and changed
    Standards-Version to 3.5.2.

 -- Anthony Wong <ypwong@debian.org>  Fri, 16 Mar 2001 21:51:15 +0800

hotkeys (0.5.2) unstable; urgency=low

  * The BadValue X protocol error is fixed, it's real! (Hence turned
    off the X synchronize mode, it's not needed any more) [major bug
    fix] (Closes: #85689)
  * Now you can specify the amount of volume increment and decrement
    in the keyboard definition file (1-100). [new]
  * Memorex MX1998 and MX2500 support. [new]
  * Check for both xml2-config and xml-config in configure.in
    (Closes: #87460)

 -- Anthony Wong <ypwong@debian.org>  Fri, 15 Mar 2001 01:28:01 +0800

hotkeys (0.5.1) unstable; urgency=low

  * #include db.h instead of db2.h [minor bug]
  * Added a --fix-vmware/-F option for using with VMware. Somehow
    VMware removes the action messages that I installed, so a thread
    is created to re-install it at a regular interval. A dirty hack...
  * Turns on the X synchronize mode, shouldn't have any performance
    issue as there's no GUI, but this can suppress the BadValue X
    protocol error.
  * Parsing of configuration file is changed: the global one will be
    parsed first and then the private one.

 -- Anthony Wong <ypwong@debian.org>  Sat, 10 Feb 2001 04:48:35 +0800

hotkeys (0.5) unstable; urgency=low

  * Introduction of a real configuration file [new]

 -- Anthony Wong <ypwong@debian.org>  Thu,  8 Feb 2001 07:58:43 +0800

hotkeys (0.4) unstable; urgency=low

  * Logging through syslog, specify log level using -L/--loglevel
    [new]
  * On-screen display (uses libxosd) [new]
  * Added SK-9925, SK-2800C, MS Natural Pro, Logitech Internet and
    Chicony KBP-8993 supprt. [new]
  * Inclusion of RPM spec. [new]
  * Unreadable definition files are processed correctly. [bug]
  * No more "zombie" processes left behind after launched applications
    quit. [bug]
  * Semantics of handling muting and volume changing is corrected
    such that failing to set one sound device won't affect the
    other. [bug]
  * Hope the BadValue X error is fixed... [bug] (Closes: #83064)
  * CDROM volume adjusting is now corrected [bug]

 -- Anthony Wong <ypwong@debian.org>  Sat, 27 Jan 2001 17:53:24 +0800

hotkeys (0.3.2) unstable; urgency=low

  * Removed hardcoded paths of libxml from two #include, build
    on hosts that don't put header files in /usr/include/libxml
    should be correct now.
  * Added the `correct' URL on where to get libxml2.
  * The 'msnet' keyboard is actually the MS Internet Pro keyboard,
    renamed, and added the real MS Internet keyboard support.

 -- Anthony Wong <ypwong@debian.org>  Sat, 20 Jan 2001 17:36:25 +0800

hotkeys (0.3.1) unstable; urgency=low

  * User defined keys didn't function, fixed.
  * Temporary take out the Debian menu file as it's no use to start it
    without specifying the keyboard type.

 -- Anthony Wong <ypwong@debian.org>  Sat, 20 Jan 2001 05:19:53 +0800

hotkeys (0.3) unstable; urgency=low

  * Introduced an XML-based keyboard definition system; users can
    create their own preference now.
  * Now users must specify the type of keyboard, as there does not
    exist a reasonable default.
  * Added SK-2500, SK-2501a, SK-7100, and Logitech cordless iTouch
    keyboard support.
  * Migrated from Imakefile to automake+autoconf.

 -- Anthony Wong <ypwong@debian.org>  Wed, 17 Jan 2001 23:51:44 +0800

hotkeys (0.2) unstable; urgency=low

  * Added Microsoft Internet keyboard support (Thanks jas
    <atropa@picklepop.darktech.org>)
  * Added Memorex MX3000 keyboard support (Thanks Jeffrey Panczyk
    <jpanczyk@is2.dal.ca>)
  * Added the -d option to specify the cdrom device.
  * Added the -t option to specify the keyboard type.
  * Volume adjustment and mute affects the CDROM drive's volume too.
  * Added initial support for launching browser and mailer (defaults
    to mozilla).
  * Changed the description in the Debian package a bit.
  * New TODO and INSTALL files.
  * APM suspend and standby mode (with the help from apmd). Highly
    EXPERIMENTAL, not recommended for normal use!

 -- Anthony Wong <ypwong@debian.org>  Tue,  9 Jan 2001 01:50:59 +0800

hotkeys (0.1) unstable; urgency=low

  * Initial Release.

 -- Anthony Wong <ypwong@debian.org>  Fri, 29 Dec 2000 21:25:58 +0800

Local variables:
mode: debian-changelog
End: