diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 02:29:53 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 02:29:53 +0000 |
commit | 73615680a26b6e529bc548a59f1ca5e35d055c69 (patch) | |
tree | 6eb2eaa60aa72f21ba6b771d1f3e68b832277178 /ChangeLog | |
parent | 20b140fca65e843e735f487413e2141a1190473f (diff) |
Initial modularization of libXevie
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..7de1eef --- /dev/null +++ b/ChangeLog @@ -0,0 +1,57 @@ +2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com + + * COPYING: + * Makefile.am: + * NEWS: + * README + * autogen.sh: + * configure.ac: + * src/Makefile.am: + Initial modularization. + +ChangeLog from Xorg monolithic tree: + +2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com> + + * include/extensions/Xevie.h: + * include/extensions/Xeviestr.h: + * lib/Xevie/Xevie.c: + Move request id definitions to Xeviestr.h, leaving Xevie.h for + client library definitions and Xeviestr.h for protocol definitions + to allow cleaner split in modularization. + +2005-04-03 Alan Coopersmith <alan.coopersmith@sun.com> + + * lib/Xevie/Xevie.man: + Clean up text and formatting of Xevie man page + +2004-08-16 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * lib/Xevie/Imakefile: + Fix build problem with xevie.pc + +2004-08-16 Stuart Kreitman <stukreit@freedesktop.org> + * xc/lib/Imakefile + * xc/lib/Xext/Imakefile + * xc/lib/Xext/Attic/Xevie.c moved to lib/Xevie + * xc/lib/Xevie/Imakefile + * xc/lib/Xevie/Xevie.c + * xc/lib/Xevie/Xevie.man + * xc/lib/Xevie/xevie.pc.in + * xc/lib/Xevie/xevieplaceholder.h + Bug #957 Moved Xevie client side to libXevie.so + +2004-07-31 Stuart Kreitman <stuart dot kreitman at sun dot com> + + * lib/Xext/Imakefile: + * lib/Xext/Xevie.c: + Bugzilla #947: Merge from XEVIE branch, turning on XEVIE, + updating the xevie impl. + +Changelog from Sun internal tree before X.Org integration: + +2002-06-27 Derek Wang <derek dot wang at sun dot com> + * lib/Xext/Xevie.c: + * include/extensions/Xevie.h: + * include/extensions/Xeviestr.h: + Initial checkin |