blob: be03b08db28dfd36350d94acd50348fae03828f1 (
plain)
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
|
2006-03-27 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
* src/XKBfileInt.h:
* src/xkbmisc.c:
* src/xkbconfig.c:
* src/maprules.c:
Fix horrendous botching of previous commit.
2006-03-25 Daniel Stone <daniel@freedesktop.org>
* src/XKBfileInt.h:
* src/xkbmisc.c:
* src/xkbconfig.c:
* src/maprules.c:
Bug #3819: Change open-coded _XkbStrCaseCmp to strcmp + tolower.
2006-02-28 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/Makefile.am:
Bump to 1.0.2.
2006-02-28 Daniel Stone <daniel@freedesktop.org>
* src/maprules.c:
Bug #5216: Allow options to appear with other components.
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version for X11R7 release.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xkbfile.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-04 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* src/Makefile.am:
magic lives in src, so add it to EXTRA_DIST there instead
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
* include/X11/.cvsignore:
* src/.cvsignore:
* src/Makefile.am:
Add .cvsignore files
Switch _la_CFLAGS for AM_CFLAGS to clean up directory
|