Initial commit
[xorg_rtime.git] / libXext-1.0.2 / ChangeLog
blob0cab85ced424c845029ed1f12194243cecee1e31
1 2006-08-26  David Nusinow  <dnusinow@debian.org>
3         * man/DBE.man:
4         * man/XShape.man:
5         * man/XcupGetReservedColormapEntries.man:
6         * man/XcupQueryVersion.man:
7         * man/XcupStoreColors.man:
8         * man/XdbeAllocateBackBufferName.man:
9         * man/XdbeBeginIdiom.man:
10         * man/XdbeDeallocateBackBufferName.man:
11         * man/XdbeEndIdiom.man:
12         * man/XdbeFreeVisualInfo.man:
13         * man/XdbeGetBackBufferAttributes.man:
14         * man/XdbeGetVisualInfo.man:
15         * man/XdbeQueryExtension.man:
16         * man/XdbeSwapBuffers.man:
17         * man/Xevi.man:
18         * man/Xmbuf.man:
19         Fix various manpages that didn't have their section generated from
20         __libmansuffix__. 
22 2006-04-26  Adam Jackson  <ajax@freedesktop.org>
24         * configure.ac:
25         Bump to 1.0.1
27 2006-04-02  Adam Jackson  <ajax@freedesktop.org>
29         * src/Xdbe.c:
30         Coverity #575: Plug a leak on the error path.
32         * src/XEVI.c:
33         Coverity #929: Additional defensive NULL check.
35 2006-02-12  Alan Coopersmith  <alan.coopersmith@sun.com>
37         * man/Makefile.am: 
38         Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
39         Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
41 2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
43         * configure.ac:
44         Update package version number for final X11R7 release candidate.
46 2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
48         * man/Makefile.am:
49         Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
51 2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
53         * configure.ac:
54         Update package version number for X11R7 RC3 release.
56 2005-12-02  Kevin E. Martin  <kem-at-freedesktop-dot-org>
58         * configure.ac:
59         * src/Makefile.am:
60         Add check and cflags for malloc(0) returning NULL.
62 2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>
64         * xext.pc.in:
65         Update pkgconfig files to separate library build-time dependencies
66         from application build-time dependencies.
68 2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
70         * configure.ac:
71         Update package version number for X11R7 RC2 release.
73 2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
75         * configure.ac:
76         Update pkgcheck dependencies to work with separate build roots.
78 2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
80         * configure.ac:
81         Update package version number for RC1 release.
83 2005-10-12  Kevin E. Martin  <kem-at-freedesktop-dot-org>
85         * man/Makefile.am:
86         Add .shadows.DONE to CLEANFILES to pass distcheck
88 2005-10-11  Alan Coopersmith  <alan.coopersmith@sun.com>
90         * man/Makefile.am: 
91         * configure.ac
92         Set up cpp pre-processing of man pages
93         Add shadow man pages for man pages that document multiple functions.
95 2005-07-08  Keith Packard  <keithp@keithp.com>
97         * .cvsignore:
98         * man/.cvsignore:
99         * src/.cvsignore:
100         * src/Makefile.am:
101         Add .cvsignore files
102         Switch _la_CFLAGS for AM_CFLAGS to clean up directory
104 2005-06-28  Alan Coopersmith  <alan.coopersmith@sun.com>
106         * man/Makefile.am (man3_MANS): 
107         Add man pages for DPMS Extension calls in libXext.   (Converted to
108         man page format by Sun doc teams based on DPMS specification docs.)
109         
110 2005-05-22  Alan Coopersmith  <alan.coopersmith@sun.com>
112         * man/Makefile.am (man3_MANS): Change man pages to long file names
114 2005-01-29  Daniel Stone  <daniel@freedesktop.org>
116         * XSync.c (wire_to_event):
117         Sync from X.Org HEAD -- add explicit cast to prevent warning.
119 2004-11-22  Carl Worth  <cworth@cworth.org>
121         * configure.ac: Remove AC_CONFIG_AUX_DIR (it was in the wrong
122         place for automake-1.9, and it was set to the default value
123         anyway).
125 2004-09-19  Carlos Romero  <kidcrash@freedesktop.org>
127         * man/Makefile.am:
128         Include man pages in EXTRA_DIST.
130 2004-04-13  Warren Turkal  <wt@midsouth.rr.com>
132         * ImUtil.h is not in the public API and is not used in any other parts
133           of the x packages that I can see
135 2004-04-12  Daniel Stone  <daniel@freedesktop.org>
137         * XSync.c:
138         Merge from X11R6.7 - do explicit casting.
140         * Bump version to 6.4.3 for xlibs 1.0.1.
142 2004-02-03  Jim Gettys  <jg@freedesktop.org>
144         * AUTHORS needed lots of research to get the authors documented
146 2004-01-15  Daniel Stone  <daniel@fooishbar.org>
147         * Tagging release 6.4.2 for the first freedesktop.org clientside lib
148           release.
150 2004-01-15  Harold L Hunt II <huntharo@msu.edu>
151         * Makefile.am: Pass -no-undefined to libtool via LDFLAGS.