Commit graph

11 commits

Author SHA1 Message Date
jmmv
426e4a267f Disable build of tests, as they require an extra dependency (libgetopt) on
Solaris 8.  Addresses part of PR pkg/26769 by Robert Lillack.

While here, remove some more test(1) == constructions from the configure
script (they were harmless).
2005-03-24 09:34:24 +00:00
jmmv
c70f07ef82 Update to 2.0:
2.0     New stable release (for GNOME 2.10). Minor changes since 1.14:
	some optimization and cleanup.
1.14	Memory leaks nailed. Some minor restructuring. Bugfixing.
	A couple of XKL_*_DISABLE envvars introduced.
1.13	Some build process cleanup and fixes. One more "virtual function"
	introduced.
1.12	First version with real xmodmap support. Sure, bugs are possible.
	I did it again - broke API. Really hope no API changes in 1.1x
	series any more.
1.11	A lot of internal changes. VTable introduced (so now at some
	point there can be implemented xmodmap backend). Some bugs were
	fixed.
1.10	Some internal reorganization in the xklavier-config department.
	API/ABI are broken. All this stuff is going to be used in
	GNOME 2.9x. The environment variable XKL_DEBUG introduced in
	order to control the debug info more handy. Minor portability
	bug was fixed.
2005-03-22 16:05:13 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
jmmv
91a51864b9 Remove some useless C99-isms that cause the build to fail with GCC 2.95.
Should fix the problem exposed by kristerw@'s NetBSD 1.6.2 bulk build.
2004-11-03 11:22:58 +00:00
jmmv
b304b3ee5b Update to 1.04:
- Some memory leaks were nailed (thanks to kmaraas and valgrind).
- Default ruleset for partially non-compliant servers introduced
  (though it still long way to go for AccelleratedX support).
- A couple of small tests introduced.
- Hopefully the last release in 1.0x series.
2004-10-02 15:44:15 +00:00
kristerw
e4f1b3b08a Fix a C99 variable definition, to make this build with older compilers. 2004-06-27 21:01:58 +00:00
jmmv
f95aa00c43 Update to 1.03: Mostly bugfix release (related to global and per-window
group switching).  Some minor code/debugging restructuring.
2004-06-26 10:30:47 +00:00
jmmv
fb7d0ac449 Update to 1.02:
Due to the high demand, libxklavier is now able to detect the default xkb
rules set at runtime. The option --with-xkb-rules-set is not necessary any
more.
2004-04-14 08:04:09 +00:00
jmmv
ac4c55ee66 Update to 1.01:
* configure.in, libxklavier/xklavier_config_xkb.c: I suppose now libxklavier
  should be able to live in xorg world - the name of the rules files is
  customizable at build-time.
2004-04-09 21:42:13 +00:00
jmmv
a97ec97d87 Update to 1.00. Changes since 0.97 are small changes and fixes (mostly
related to portability).
2004-04-01 18:12:58 +00:00
jmmv
9882c1989b Initial import of libxklavier, version 0.97:
libxklavier is a library providing high-level API for X Keyboard Extension
known as XKB.  This library is indended to support XFree86 and other
commercial X servers.  It is useful for creating XKB-related software
(layout indicators etc).

The current features are:
* Reading XKB configuration registry information (for XFree86).
* Configuring XKB.
* Application-defined callbacks for many XKB-related events.
* Support for per-window switching etc.
2004-02-14 17:34:25 +00:00