blob: 03ea4a03d716aa0f6f55ce9abbbae1665d42c825 (
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
|
2006-05-15 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bump to 1.0.2
2006-04-21 Alan Coopersmith <alan.coopersmith@sun.com>
* xorg-macros.m4:
X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654>
Patch #5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374>
Fix *_MAN_* macros to support GNU/kFreeBSD (Robert Millan)
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-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xorg-macros.m4:
Better macro to check whether any of malloc(0), realloc(ptr,0) or
calloc(0) return NULL since Xlib expects all three to return a
valid pointer.
2005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xorg-macros.m4:
Add support for building other formats from sgml docs.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-12-02 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xorg-macros.m4:
Add macro to detect when malloc(0) returns NULL for use in
libraries.
2005-11-28 Alan Coopersmith <alan.coopersmith@sun.com>
* macros/xorg-macros.m4:
Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167>
Linux prefers *.1x man pages in man1 subdirectory.
Also allow builders to override man page suffixes & directories
to match their environments via configure-time environment variables.
2005-10-17 Kristian Høgsberg <krh@redhat.com>
* macros/xorgversion.m4: Add missing comma in AC_HELP_STRING call.
|