summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: f7ca1f09f4e3fdb4b9809ceae623e65e99a90aca (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
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.