ChangeLog revision 7914d74b
12006-06-03 Daniel Stone <daniel@freedesktop.org> 2 3 * configure.ac: 4 * include/X11/Xcursor/Xcursor.h: 5 Bump to 1.1.7. 6 7 * src/file.c: 8 Bug #5268: Fix small memory leak. (Matthias Clasen) 9 Change some return 0's to NULL. 10 112006-04-27 Eric Anholt <anholt@FreeBSD.org> 12 13 * configure.ac: 14 Look for cursors in datadir, not always /usr/share 15 162006-04-26 Adam Jackson <ajax@freedesktop.org> 17 18 * configure.ac: 19 * include/X11/Xcursor/Xcursor.h: 20 Bump to 1.1.6 21 222006-04-06 Adam Jackson <ajax@freedesktop.org> 23 24 * src/display.c: 25 Coverity #159: Prevent a possible NULL chase. 26 272006-03-04 Daniel Stone <daniel@freedesktop.org> 28 29 * include/X11/Xcursor/Xcursor.h: 30 Bug #4439: Include Xlib.h. 31 322005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> 33 34 * configure.ac: 35 Update package version number for final X11R7 release candidate. 36 372005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 38 39 * xcursor.pc.in: 40 Add icondir to xcursor.pc to be used when installing cursors. 41 422005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org> 43 44 * configure.ac: 45 * src/Makefile.am: 46 Add configure options to allow hard-coded paths to be changed. 47 482005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> 49 50 * man/Makefile.am: 51 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 52 532005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> 54 55 * configure.ac: 56 Update package version number for X11R7 RC3 release. 57 582005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> 59 60 * xcursor.pc.in: 61 Update pkgconfig files to separate library build-time dependencies 62 from application build-time dependencies. 63 642005-11-13 Alan Coopersmith <alan.coopersmith@sun.com> 65 66 * configure.ac: 67 * man/Makefile.am: 68 Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3. 69 702005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 71 72 * configure.ac: 73 Update package version number for X11R7 RC2 release. 74 752005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> 76 77 * configure.ac: 78 Update pkgcheck dependencies to work with separate build roots. 79 802005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> 81 82 * configure.ac: 83 Update package version number for RC1 release. 84 852005-07-08 Keith Packard <keithp@keithp.com> 86 87 * .cvsignore: 88 * man/.cvsignore: 89 * src/.cvsignore: 90 * src/Makefile.am: 91 Add .cvsignore files 92 Switch _la_CFLAGS for AM_CFLAGS to clean up directory 93 942005-07-07 Keith Packard <keithp@keithp.com> 95 96 * configure.ac: 97 * src/Makefile.am: 98 * xcursor.pc.in: 99 Make sure XFIXES appears in LIBS line, fix up 100 other pkg-config usage. 101 102Wed Jun 8 16:43:45 2005 S�ren Sandmann <sandmann@redhat.com> 103 104 * configure.ac: Remove all the "not found with pkgconfig" stuff 105 106Tue Feb 8 14:26:32 2005 Owen Taylor <otaylor@redhat.com> 107 108 * configure.ac: Remove AC_CONFIG_AUX_DIR() 109 1102004-04-13 Daniel Stone <daniel@freedesktop.org> 111 112 * ChangeLog: 113 Tag 1.1.3, for xlibs 1.0.1. 114 1152004-04-07 Keith Packard <keithp@keithp.com> 116 117 reviewed by: Michel Dänzer <michel@daenzer.net> 118 119 * configure.ac: 120 Make sure X_CFLAGS/X_LIBS are substituted in the xcursor.pc file 121 1222004-02-24 Fredrik H�glund <fredrik@kde.org> 123 124 * configure.ac: 125 * xcursorint.h: 126 Make the Xfixes code actually work by including the Xfixes.h 127 header file. 128 1292004-02-03 Jim Gettys <jg@freedesktop.org> 130 131 * AUTHORS: Add contents to author's file 132 1332004-01-17 Daniel Stone <daniel@fooishbar.org> 134 * Xcursor.h: 135 * configure.ac: 136 Bump package version to 1.1.2, slated for first fd.o platform release. 137 1382004-01-15 Harold L Hunt II <huntharo@msu.edu> 139 * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. 140 1412003-11-10 Keith Packard <keithp@keithp.com> 142 143 * library.c: (_XcursorBuildThemeDir): 144 Make sure the allocated path has space for directory separators 145 1462003-10-29 Keith Packard <keithp@keithp.com> 147 148 * Xcursor.h: 149 * configure.ac: 150 Bump package version to 1.1.1 and library info to 1.2.0 as 151 the library exports new name-based APIs and uses Xfixes 152 1532003-10-28 Keith Packard <keithp@keithp.com> 154 155 * Makefile.am: 156 * Xcursor.h: 157 * configure.ac: 158 * cursor.c: (XcursorImagesLoadCursor): 159 * file.c: (XcursorImagesCreate), (XcursorImagesDestroy), 160 (XcursorImagesSetName): 161 * library.c: (XcursorLibraryLoadImages), 162 (XcursorLibraryLoadCursor): 163 Add support for XFixes version 2 cursor naming functions 164 1652003-10-16 23:45 fredrik 166 167 * Xcursor-def.cpp, Xcursor.h, configure.ac, library.c: 168 Rename _XcursorLibraryPath() to XcursorLibraryPath() and make 169 it a public function, since it's useful for theme selectors. 170 Bump version to 1.1.0 171 1722003-05-21 10:21 keithp 173 174 * Makefile.am, Xcursor.h, configure.ac, xcursorint.h: Package 175 Xcursor.3, bump version to 1.0.2 176 1772003-05-06 11:20 keithp 178 179 * ChangeLog: Add initial change log 180 1812003-05-06 11:09 keithp 182 183 * .cvsignore, Makefile.am, Xcursor-def.cpp, Xcursor.3, Xcursor.h, 184 Xcursor.man, cursor.c, display.c, file.c, library.c, xcursorint.h, 185 xlib.c: Update .cvsignore, move manual and install, fix CVS ident 186 lines 187 1882003-05-06 11:00 keithp 189 190 * configure.ac: replace Xrender test with fragment from Xft 191 1922003-05-06 10:52 keithp 193 194 * Makefile.am: Add xcursorint.h to library sources list 195 1962003-05-06 10:49 keithp 197 198 * Imakefile, Makefile.am, Xcursor.h, autogen.sh, configure.ac, 199 file.c, xcursor.pc.in: Convert Xcursor to autotools 200 2012003-02-21 22:16 dawes 202 203 * xlib.c: 941. Fix a problem where a malformed Ximage can cause 204 Xcursor to step 205 outside the image data (#A.1636, Keith Packard, reported by 206 Michel D�nzer). 207 2082003-02-19 19:13 dawes 209 210 * display.c: 924. Fix a memory leak in XCloseDisplay, and a 211 potential race condition 212 when multiple threads attempt to initialize the Xcursor 213 library 214 simultaneously (#A.1623, Keith Packard). 215 2162003-02-12 19:09 dawes 217 218 * Xcursor.man: 880. Fix the Xcursor include path in the man page 219 (#5617, Kevin Brosius). 220 2212003-01-25 19:22 eich 222 223 * Xcursor.h, cursor.c, library.c, xcursorint.h: 787. Add "core" 224 theme to Xcursor to force old behaviour (Keith Packard). 225 2262002-11-26 21:35 keithp 227 228 * display.c: Fix XcursorSetTheme to permit NULL theme 229 2302002-11-22 18:34 keithp 231 232 * Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add animate 233 cursor support, client side 234 2352002-10-11 10:06 keithp 236 237 * cursor.c: Off by one in XcursorAnimateNext (from Anders Carlsson) 238 2392002-09-30 15:02 alanh 240 241 * Xcursor-def.cpp: add Xv-def.cpp file add $XFree86$ tags 242 2432002-09-26 00:52 alanh 244 245 * Imakefile: #elif -> #else 246 2472002-09-25 16:27 alanh 248 249 * Xcursor-def.cpp: #5350, add Xcursor-def.cpp 250 2512002-09-25 09:10 torrey 252 253 * Imakefile: Add SharedXcursorReqs for operating systems that 254 require it. 255 2562002-09-18 10:11 tsi 257 258 * file.c: Pacify gcc 3.2 259 2602002-09-05 00:55 keithp 261 262 * display.c: Clean up parsing of option that forces use of core 263 cursors 264 2652002-09-05 00:29 keithp 266 267 * Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add 268 themeable app-specific cursors. Add dithers for core cursors. 269 Dont theme servers without Render by default 270 2712002-08-28 21:40 keithp 272 273 * Imakefile, Xcursor.h, Xcursor.man, config-subst, cursor.c, 274 display.c, file.c, library.c, xcursor-config.in, xcursor.pc.in, 275 xcursorint.h, xlib.c: Add Xcursor library and Xlib hooks for it 276 277