blob: 3cca27a55585765a3883ecc628ca50e8a671f5a0 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
|
2006-02-25 Jeremy C. Reed <reed@reedmedia.net>
* startx.cpp:
Bug #4449 <https://bugs.freedesktop.org/show_bug.cgi?id=4449>
Be more portable (for different /bin/sh shells) for
the arithmetic.
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-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Add m4 magic to allow AS_HELP_STRING to work with older versions
of autoconf 2.57.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-11-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* configure.ac:
Make the programs used in the xinit scripts configurable.
2005-11-09 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add settings for SHELL_CMD & ARCHMANDEFS to match monolith
changes for bug #3180.
AC_DEFINE(XORG,...) so it is listed as available server in xinit
help output.
* Makefile.am:
Update cpp -D flags to match monolith changes for bug #3180.
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC2 release.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-16 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
* Makefile.am:
Use cpp to substitute variables in man pages
2005-10-10 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
* Makefile.am:
Don't define HAS_COOKIE_MAKER if mcookie wasn't found.
2005-08-29 Daniel Stone <daniel@freedesktop.org>
Version 0.99.1.
* configure.ac:
* Makefile.am:
Define HAS_COOKIE_MAKER and search for mcookie so startx will generate
xauth tokens for the servers it starts.
|