tizen 2.3.1 release
[framework/uifw/xorg/proto/x11proto-damage.git] / ChangeLog
1 commit 7756ab88c9687bf8eeb7c1d423b2ad7a8d9c2aff
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Oct 29 20:34:38 2010 -0700
4
5     damageproto 1.2.1
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 3e4e9437e5a9d13a7accbf77ed498e327d51ac2e
10 Author: Gaetan Nadon <memsize@videotron.ca>
11 Date:   Sun Mar 28 19:00:30 2010 -0400
12
13     config: remove the pkgconfig pc.in file from EXTRA_DIST
14     
15     Automake always includes it in the tarball.
16     remove autogen.sh which is not required in any GNU package
17     
18     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
19
20 commit fe38c4d7b57d698de7bb8c4445b1c079386c8c7e
21 Author: Rémi Cardona <remi@gentoo.org>
22 Date:   Thu Dec 17 08:34:02 2009 +0100
23
24     Use $(docdir) for damageproto.txt install path
25     
26     Signed-off-by: Rémi Cardona <remi@gentoo.org>
27     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
28     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
29     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
30
31 commit c11bd672411d513321c1997abf5428fc758e3bad
32 Author: Gaetan Nadon <memsize@videotron.ca>
33 Date:   Sun Nov 22 19:24:47 2009 -0500
34
35     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
36     
37     Now that the INSTALL file is generated.
38     Allows running make maintainer-clean.
39
40 commit da5f148ee88df8d67d7ff088965d7137cb4452c8
41 Author: Gaetan Nadon <memsize@videotron.ca>
42 Date:   Mon Nov 16 15:11:52 2009 -0500
43
44     Makefile.am: INSTALL file is missing or incorrect #24206
45     
46     INSTALL file now copied from util-macros.
47     The copy in git is removed.
48
49 commit 7cc105ddc97f6ec1386956431399e09414491292
50 Author: Gaetan Nadon <memsize@videotron.ca>
51 Date:   Mon Nov 16 15:09:23 2009 -0500
52
53     Revert "NEWS: remove empty file #24206"
54     
55     This reverts commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2.
56     The NEWS file was not empty
57
58 commit 6198e1baa4e3223c8d77d925188797e18ec5ff0c
59 Author: Gaetan Nadon <memsize@videotron.ca>
60 Date:   Mon Nov 16 11:10:10 2009 -0500
61
62     README: file created or updated #24206
63     
64     Contains a set of URLs to freedesktop.org.
65
66 commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2
67 Author: Gaetan Nadon <memsize@videotron.ca>
68 Date:   Sun Nov 15 20:28:15 2009 -0500
69
70     NEWS: remove empty file #24206
71
72 commit 537c02b4bd06f49120877710992f819a6558451a
73 Author: Gaetan Nadon <memsize@videotron.ca>
74 Date:   Sun Nov 15 19:45:26 2009 -0500
75
76     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
77     
78     ChangeLog filename is known to Automake and requires no further
79     coding in the makefile.
80
81 commit e7efe628fd2227b2bebe5b1c0ba89e1830a09a77
82 Author: Gaetan Nadon <memsize@videotron.ca>
83 Date:   Sun Nov 15 18:31:28 2009 -0500
84
85     Makefile.am: INSTALL file is missing or incorrect #24206
86     
87     The standard GNU file on building/installing  tarball is copied
88     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
89     Add INSTALL target
90
91 commit a3845453d5e6a049a8044c540a60288961ad2a9c
92 Author: Gaetan Nadon <memsize@videotron.ca>
93 Date:   Sun Nov 15 18:11:36 2009 -0500
94
95     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
96     
97     This macro aggregate a number of existing macros that sets commmon
98     X.Org components configuration options. It shields the configuration file from
99     future changes.
100
101 commit ec1193509601c57a2da090463dcfb416432f6fa1
102 Author: Gaetan Nadon <memsize@videotron.ca>
103 Date:   Sat Nov 14 18:26:46 2009 -0500
104
105     .gitignore: use common defaults with custom section # 24239
106     
107     Using common defaults will reduce errors and maintenance.
108     Only the very small or inexistent custom section need periodic maintenance
109     when the structure of the component changes. Do not edit defaults.
110
111 commit 1950869c1640590b2ce7a96e2a97746b308093f8
112 Author: Peter Hutterer <peter.hutterer@who-t.net>
113 Date:   Thu Aug 27 15:43:27 2009 +1000
114
115     damageproto 1.2.0
116
117 commit d25f083ba38d796e9a91de468fc8bec33545e400
118 Author: Peter Hutterer <peter.hutterer@who-t.net>
119 Date:   Tue Aug 25 17:48:20 2009 +1000
120
121     Remove RCS tags
122     
123     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
124
125 commit 12b708a2fe5cb538c87239b35822ccc318f98b12
126 Author: Gaetan Nadon <memsize@videotron.ca>
127 Date:   Wed Jul 8 10:11:26 2009 -0400
128
129     damageproto: use XORG_CHANGELOG macro to create ChangeLog. #22611
130     
131     Build break: Makefile.am: command not found: git-log
132     Adding the macro in configure.ac and use it in Makefile.am
133     Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
134     Tested: running autogen.sh, make and 'make dist'
135     
136     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
137     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
138
139 commit c25bdf1cce48ad1b2bb33ba45969572e6e4d385f
140 Author: Owen Taylor <otaylor@fishsoup.net>
141 Date:   Fri Sep 19 09:52:07 2008 -0400
142
143     Document that 'parts' may be None for DamageSubtract
144     
145     The server code has handled parts == None since at least 2004.
146
147 commit ad1a35b351012a347c49246f986655e3a91431df
148 Author: James Cloos <cloos@jhcloos.com>
149 Date:   Thu Dec 6 16:38:57 2007 -0500
150
151     Replace static ChangeLog with dist-hook to generate from git log
152
153 commit 63881a6b3f5571ba4c4b3614ea9346c733eb471b
154 Author: James Cloos <cloos@jhcloos.com>
155 Date:   Mon Sep 3 05:54:00 2007 -0400
156
157     Add *~ to .gitignore to skip patch/emacs droppings
158
159 commit cff2b116eb2a6a7827b866910a84f8357c299be0
160 Author: Eric Anholt <eric@anholt.net>
161 Date:   Tue Jan 9 16:19:30 2007 -0800
162
163     Rename DamagePost to DamageAdd per suggestion from keithp.
164
165 commit 97c47fc81f0dc152e1d32800ce5022d2d25c3c43
166 Author: Eric Anholt <eric@anholt.net>
167 Date:   Mon Jan 8 13:45:10 2007 -0800
168
169     Install the protocol doc as damageproto.txt in its canonical doc dir.
170
171 commit 7a6e37818a6854ec4d74f80ce5053e04b7ae75ba
172 Author: Eric Anholt <eric@anholt.net>
173 Date:   Mon Jan 8 13:41:20 2007 -0800
174
175     Documentation and copyright updates for 1.1 protocol (and other fixes).
176
177 commit df33455a4506362eff4d393dc7d58c9d73ddf870
178 Author: Eric Anholt <eric@anholt.net>
179 Date:   Fri Jan 5 17:52:49 2007 -0800
180
181     Add a request to report a region of damage to a drawable.
182     
183     This bumps the protocol (and package) version to 1.1.
184
185 commit 03e7a652b1674530e0d06ca8e2f869c0ba473f9f
186 Author: Keith Packard <keithp@evo.keithp.com>
187 Date:   Fri Feb 24 02:15:53 2006 +0100
188
189     reflect filename change to .gitignore
190
191 commit e6392f4199532cfd61195e45b784a252879e4750
192 Author: Keith Packard <keithp@evo.keithp.com>
193 Date:   Fri Feb 24 02:15:27 2006 +0100
194
195     Import changes from X.org repository
196
197 commit 1a28d9a791ed918172286110e0dcffe458489b1a
198 Author: Keith Packard <keithp@evo.keithp.com>
199 Date:   Fri Feb 24 02:09:04 2006 +0100
200
201     rename damageext.pc.in to damageproto.pc.in as per xorg
202
203 commit 44c98d231588b6bdc1884ba7e6999b706238ecd7
204 Author: Chris Larson <kergoth@handhelds.org>
205 Date:   Sun Jan 16 17:30:53 2005 +0000
206
207     Fix to work with automake 1.9.x.
208
209 commit e86de666f5c9629cd98ed2b0460033da5d89a55b
210 Author: Daniel Stone <daniel@fooishbar.org>
211 Date:   Mon Jan 3 05:16:14 2005 +0000
212
213     New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.
214
215 commit 648b14e2d0c1222cbe7571443ba00bb777fee2d4
216 Author: Jim Gettys <jg@freedesktop.org>
217 Date:   Tue Feb 3 20:44:42 2004 +0000
218
219     add author to AUTHOR's file.
220
221 commit 513adccc0f3db333c4b946e7173e0f286cc5b58e
222 Author: Daniel Stone <daniel@fooishbar.org>
223 Date:   Thu Jan 15 03:40:44 2004 +0000
224
225     Tag release 1.0 for first freedesktop.org clientside lib release.
226
227 commit d3ba8ef49c46fc691458ae319b80a85ccc25c121
228 Author: Chris Lee <clee@c133.org>
229 Date:   Wed Nov 26 03:47:58 2003 +0000
230
231     Fixes to make these work on Debian's libtool (which seems to still be buggy).
232     -clee
233
234 commit b5f3d0fe86af6e077cda237fcb1b2f34ab9c1eea
235 Author: Keith Packard <keithp@keithp.com>
236 Date:   Tue Nov 4 03:30:32 2003 +0000
237
238     Mark document revision Credit Havoc the Tolerant for his earlier design and implementation
239
240 commit 4abd06d76008abede31086fccb7c0136732241a9
241 Author: Keith Packard <keithp@keithp.com>
242 Date:   Fri Oct 24 06:39:35 2003 +0000
243
244     Add .cvsignore
245
246 commit a4b351053662f4db4a165117cb18555dc4fabd33
247 Author: Keith Packard <keithp@keithp.com>
248 Date:   Fri Oct 24 06:16:46 2003 +0000
249
250     Initial working version -- added DamageDestroy and damage objects
251
252 commit 1b3ffaa1a673418fab22383bf509040924d177d3
253 Author: Keith Packard <keithp@keithp.com>
254 Date:   Sun Oct 19 04:55:31 2003 +0000
255
256     Initial revision