upload tizen2.0 source
[framework/uifw/xorg/proto/x11proto-dmx.git] / ChangeLog
1 commit aade7161f63fd7f5a673e8432abd998fe1d9c7a2
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Jan 5 17:26:54 2011 -0800
4
5     dmxproto 2.3.1
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit d6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Tue Dec 28 18:26:35 2010 -0800
12
13     Remove accidentally added config.h header creation
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit 710bb6773a0eeb3dfccc92ef0b414c97ee553103
18 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19 Date:   Tue Dec 28 17:59:39 2010 -0800
20
21     Add links to DMX website & protocol spec to README
22     
23     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25 commit 9e9b74b7b6ba9427fdae736093263f87e098ae59
26 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27 Date:   Tue Dec 28 17:53:22 2010 -0800
28
29     config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
30     
31     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
32
33 commit 7df615d96ea2204b3922bf0600a55cbe661b3d69
34 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
35 Date:   Tue Dec 28 17:51:15 2010 -0800
36
37     config: Add missing AC_CONFIG_SRCDIR
38     
39     Regroup AC statements under the Autoconf initialization section.
40     Regroup AM statements under the Automake initialization section.
41     
42     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
43
44 commit 2cef0867dcf92eb3cb08868fca23371785c19bad
45 Author: Gaetan Nadon <memsize@videotron.ca>
46 Date:   Sun Mar 28 19:25:52 2010 -0400
47
48     config: update AC_PREREQ statement to 2.60
49     
50     Unrelated to the previous patches, the new value simply reflects
51     the reality that the minimum level for autoconf to configure
52     all x.org modules is 2.60 dated June 2006.
53     
54     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
55     
56     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
57
58 commit a60e6edd191a52287a65cfa1c04915578a1c998c
59 Author: Gaetan Nadon <memsize@videotron.ca>
60 Date:   Sun Mar 28 19:00:30 2010 -0400
61
62     config: remove the pkgconfig pc.in file from EXTRA_DIST
63     
64     Automake always includes it in the tarball.
65     
66     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
67
68 commit 1d12dbdebd0fbf97dba8a77de0c9678b6439203e
69 Author: Gaetan Nadon <memsize@videotron.ca>
70 Date:   Sun Nov 22 19:24:47 2009 -0500
71
72     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
73     
74     Now that the INSTALL file is generated.
75     Allows running make maintainer-clean.
76
77 commit 5932e06e39c7dad609e31d822670913ba352afc8
78 Author: Gaetan Nadon <memsize@videotron.ca>
79 Date:   Mon Nov 16 11:13:29 2009 -0500
80
81     README: file created or updated #24206
82     
83     Contains a set of URLs to freedesktop.org.
84
85 commit be2d639aa3c509b90cdf78860a0180daead17fac
86 Author: Gaetan Nadon <memsize@videotron.ca>
87 Date:   Sun Nov 15 19:45:26 2009 -0500
88
89     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
90     
91     ChangeLog filename is known to Automake and requires no further
92     coding in the makefile.
93
94 commit 304e9178168e33dbf6d5441824ac4c721521136a
95 Author: Gaetan Nadon <memsize@videotron.ca>
96 Date:   Sun Nov 15 18:31:28 2009 -0500
97
98     Makefile.am: INSTALL file is missing or incorrect #24206
99     
100     The standard GNU file on building/installing  tarball is copied
101     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
102     Add INSTALL target
103
104 commit cd7722d7265e6e8f90f4c0e8b6aa7aa39ebfa785
105 Author: Gaetan Nadon <memsize@videotron.ca>
106 Date:   Sun Nov 15 18:11:36 2009 -0500
107
108     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
109     
110     This macro aggregate a number of existing macros that sets commmon
111     X.Org components configuration options. It shields the configuration file from
112     future changes.
113
114 commit efbe0f2a6b4b1231b887f983bfb38f573ae2bf8c
115 Author: Gaetan Nadon <memsize@videotron.ca>
116 Date:   Sun Nov 15 13:55:24 2009 -0500
117
118     configure.ac: AM_MAINTAINER_MODE missing #24238
119     
120     This turns off maintainer mode build rules in tarballs.
121     Works in conjunction with autogen.sh --enable-maintainer-mode
122
123 commit f7309b32556fd85353c8740fcaa14b57a667ec38
124 Author: Gaetan Nadon <memsize@videotron.ca>
125 Date:   Sat Nov 14 18:26:46 2009 -0500
126
127     .gitignore: use common defaults with custom section # 24239
128     
129     Using common defaults will reduce errors and maintenance.
130     Only the very small or inexistent custom section need periodic maintenance
131     when the structure of the component changes. Do not edit defaults.
132
133 commit a71c838e1130be28e1639a606b0a7cb56f44a3a8
134 Author: Peter Hutterer <peter.hutterer@who-t.net>
135 Date:   Thu Oct 1 19:34:15 2009 +1000
136
137     dmxproto 2.3
138     
139     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
140
141 commit cfcd1d8985a8a1049ee2e9f9b80e835d33a23419
142 Author: Peter Hutterer <peter.hutterer@who-t.net>
143 Date:   Thu Oct 1 19:31:04 2009 +1000
144
145     Require macros 1.3 for XORG_DEFAULT_OPTIONS
146     
147     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
148
149 commit 7d2c367d67e236a93f7f73ca661caa3e167833c9
150 Author: Peter Hutterer <peter.hutterer@who-t.net>
151 Date:   Tue Aug 25 16:08:21 2009 +1000
152
153     dmxproto 2.2.99.1
154
155 commit 593829475d400b5ae02fe772a38c1a5667dd1fb3
156 Author: Peter Hutterer <peter.hutterer@who-t.net>
157 Date:   Tue Aug 25 16:01:46 2009 +1000
158
159     Remove Xlib parts from dmxext.h, rename to dmx.h
160
161 commit c7dc24d7cdad70235bd2dadd9e7be03ecd4ae62a
162 Author: Peter Hutterer <peter.hutterer@who-t.net>
163 Date:   Tue Aug 25 15:45:10 2009 +1000
164
165     Remove RCS tags.
166     
167     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
168
169 commit 98cc93cce22fb9b796dd78fba3df3724d48637e3
170 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
171 Date:   Tue Jan 27 20:06:28 2009 -0200
172
173     Janitor: Correct make distcheck and dont distribute autogen.sh
174
175 commit af9bdeb642e218500a682311f046b5a27db737e2
176 Author: James Cloos <cloos@jhcloos.com>
177 Date:   Thu Dec 6 16:38:57 2007 -0500
178
179     Replace static ChangeLog with dist-hook to generate from git log
180
181 commit 63fa6c1e1a859dcf0d3849b8d6b361563ef52af1
182 Author: James Cloos <cloos@jhcloos.com>
183 Date:   Mon Sep 3 05:54:01 2007 -0400
184
185     Add *~ to .gitignore to skip patch/emacs droppings
186
187 commit a1bbb97f81830dfb71b555ce281edbf79d82ff94
188 Author: Alan Coopersmith <alan.coopersmith@sun.com>
189 Date:   Fri Jul 14 18:56:08 2006 -0700
190
191     renamed: .cvsignore -> .gitignore
192
193 commit c5ab159290d949f2e9dcae4be23e4f7ea90b9d19
194 Author: Kevin E Martin <kem@kem.org>
195 Date:   Thu Dec 15 00:24:37 2005 +0000
196
197     Update package version number for final X11R7 release candidate.
198
199 commit d8dde2e8a40c9ace276890efd4519aece86f3e38
200 Author: Kevin E Martin <kem@kem.org>
201 Date:   Wed Oct 19 02:48:13 2005 +0000
202
203     Update package version number for RC1 release.
204
205 commit fcab331fde54c6520ead9cb8796e16545400103f
206 Author: Eric Anholt <anholt@freebsd.org>
207 Date:   Tue Aug 2 19:19:38 2005 +0000
208
209     Add basic .cvsignore files for proto modules.
210
211 commit 3f32ad116e4e855aa6cdac3b30bef3a70d01ef9f
212 Author: Kevin E Martin <kem@kem.org>
213 Date:   Fri Jul 29 21:22:54 2005 +0000
214
215     Various changes preparing packages for RC0:
216     - Verify and update package version numbers as needed
217     - Implement versioning scheme
218     - Change bug address to point to bugzilla bug entry form
219     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
220         reenable it)
221     - Fix makedepend to use pkgconfig and pass distcheck
222     - Update build script to build macros first
223     - Update modular Xorg version
224
225 commit f62289e0950f778535c855e13b7bdced29c1f8f2
226 Author: Daniel Stone <daniel@fooishbar.org>
227 Date:   Sat May 21 03:48:19 2005 +0000
228
229     Change version to 2.2.
230
231 commit 6f696172b30487d9c442c2658ff165116d3da2c6
232 Author: Adam Jackson <ajax@nwnk.net>
233 Date:   Thu May 19 00:22:38 2005 +0000
234
235     revert last change, didn't do right thing at all, sorry for the noise
236
237 commit 0293b29a30337df4d2252dc0b0412fd84185ea53
238 Author: Adam Jackson <ajax@nwnk.net>
239 Date:   Thu May 19 00:10:12 2005 +0000
240
241     Require automake 1.7 in AM_INIT_AUTOMAKE
242
243 commit 96d46f2bec5c48b1cf0994f8c93ba8383e610973
244 Author: Josh Triplett <josh@speakeasy.net>
245 Date:   Sat May 14 07:55:10 2005 +0000
246
247     Add some COPYING files.
248
249 commit fd693183812adc0ec06ac71ef43189d12111b15e
250 Author: Daniel Stone <daniel@fooishbar.org>
251 Date:   Sat May 14 03:22:59 2005 +0000
252
253     Fix typo; change first dmxproto.h to dmxext.h.
254
255 commit b9a4ff2cc361fefbc3fa5c7aabde0ee7ad55f8e5
256 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
257 Date:   Mon May 9 18:20:04 2005 +0000
258
259     Change all the protonames from <extension>Ext to <extension>Proto.
260
261 commit 03f5e334c5292a3cc588295a3ce1320baa42150f
262 Author: Kevin E Martin <kem@kem.org>
263 Date:   Fri May 6 01:46:29 2005 +0000
264
265     Initial build system files for proto module.
266
267 commit 58343d9425a6f710a902e7e1500b57e4a1ac6aa3
268 Author: Kevin E Martin <kem@kem.org>
269 Date:   Wed Jun 30 20:06:52 2004 +0000
270
271     Add Distributed Multihead X (DMX) support