Merge branch 'devel/x11' into tizen
[platform/upstream/bigreqsproto.git] / ChangeLog
1 commit 9880dfa3489eddd8aaa1bdf24f621b13e514d5db
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Thu Mar 22 20:38:40 2012 -0700
4
5     bigreqsproto 1.1.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 65ba594c8e6c28ed5ec99552812bc238855f8f9a
10 Author: Matt Dew <marcoz@osource.org>
11 Date:   Sat Jan 14 23:02:51 2012 -0700
12
13     informaltable cleanup
14     
15     On certain tables, add top and bottom borders to table
16     header and a bottom border to the table. This matches
17     what those tables in the old pdfs looked like.
18     
19     the <?dbfo keep-together='always'> prevents tables from
20     splitting across pages. Useful for tiny tables.
21     
22     Converting the colwidth to a floating point,
23     WARNING: table-layout="fixed" and column-width unspecified
24     => falling back to proportional-column-width(1)
25     
26     Signed-off-by: Matt Dew <marcoz@osource.org>
27
28 commit cc6006cb0db1373fffe92e9f00a8d06c8387e914
29 Author: Matt Dew <marcoz@osource.org>
30 Date:   Sat Oct 1 01:52:59 2011 -0600
31
32     1 - fix the capitolization of the ID attriutes to match either the
33         <title> or <funcdef> string it goes with.
34     2 - fix any <linkend>'s that were affected by 1.
35     3 - any <function> in the docs that has an actual funcdef,
36         will become an olink.
37     
38     Signed-off-by: Matt Dew <marcoz@osource.org>
39
40 commit abdd33c74d55238f5db4f7d5b40278f78c13ac25
41 Author: Gaetan Nadon <memsize@videotron.ca>
42 Date:   Fri Sep 16 17:09:05 2011 -0400
43
44     specs: fix author affiliation
45     
46     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
47
48 commit 1d7e57287990ec1631432299bad25cdd4180c62e
49 Author: Gaetan Nadon <memsize@videotron.ca>
50 Date:   Mon Sep 12 16:54:45 2011 -0400
51
52     docs: use the &fullrelvers; entity to set X11 release information
53     
54     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
55
56 commit 6540a8ea44213746d76d07c94444e937a791c1ff
57 Author: Gaetan Nadon <memsize@videotron.ca>
58 Date:   Sun Sep 11 19:49:54 2011 -0400
59
60     docs: remove <productnumber> which is not used by default
61     
62     This element is not rendered by default on the title. A template
63     customization is required to display it.
64     X Window System does not have a product number.
65     
66     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
67
68 commit 5306b4b7f3254a8ba3d24be86a8dd53b3d0699a1
69 Author: Gaetan Nadon <memsize@videotron.ca>
70 Date:   Thu Sep 8 20:00:00 2011 -0400
71
72     docbook.am: embed css styles inside the HTML HEAD element
73     
74     Rather than referring to the external xorg.css stylesheet, embed the content
75     of the file in the html output produced. This is accomplished by using
76     version 1.10 of xorg-xhtml.xsl.
77     
78     This makes the whole html docs tree much more relocatable.
79     In addition, it eliminates xorg.css as a runtime file which makes
80     xorg-sgml-doctools a build time only package.
81     
82     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
83
84 commit 2e7dba38d2795735d6cbca4b6a799a2050e64313
85 Author: Gaetan Nadon <memsize@videotron.ca>
86 Date:   Wed Sep 7 10:31:04 2011 -0400
87
88     docbook.am: global maintenance update - entities, images and olinking
89     
90     Adding support in libX11 for html chunking caused a reorg of docbook.am
91     as well as the xorg-sgml-doctools masterdb for olinking.
92     The parameter img.src.path is added for pdf images.
93     A searchpath to the root builddir is added for local entities, if present.
94     
95     The docbook.am makefile hides all the details and is identical for
96     all 22 modules having DocBook documentation. It is included by a thin
97     Makefile.am which requires no docbook knowledge.
98     
99     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
100
101 commit d5028b4fd5d4541378fd0523f013a5e3cf1c6414
102 Author: Gaetan Nadon <memsize@videotron.ca>
103 Date:   Sun Jun 12 17:54:50 2011 -0400
104
105     Install xml versions of specs even if HAVE_XMLTO is false
106     
107     DocBook/XML input source is also a usefull output format that can be viewed
108     with an XML viewer or editor and by some O/S help system.
109     
110     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
111
112 commit 301dd63364857bc1547f1beb58c787bfdf11e19b
113 Author: Gaetan Nadon <memsize@videotron.ca>
114 Date:   Sun Jun 5 16:27:37 2011 -0400
115
116     Install target dbs alongside generated documents
117     
118     This matches a change in xorg-sgml-docs whereby the masterdb will look for
119     the target dbs into the same location as the generated documents.
120     
121     The target dbs are now installed alongside the generated documents.
122     Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
123     has the potential of installing outside the package prefix and cause
124     distcheck to fail when user does not have write permission in this package.
125     
126     Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
127
128 commit f92b5feb06129abb6a7a1eb86504bcb584f94320
129 Author: Matt Dew <marcoz@osource.org>
130 Date:   Wed May 25 22:00:07 2011 -0600
131
132     Add id attribute to funcsynopsis to allow other docs to olink
133     
134     Signed-off-by: Matt Dew <marcoz@osource.org>
135     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
136     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
137
138 commit f107d40a9e91e0cd06635c29a51633339f0f7465
139 Author: Matt Dew <marcoz@osource.org>
140 Date:   Sun May 22 19:34:50 2011 -0600
141
142     Add olinks to functions decribed in libX11 documentation.
143     
144     This patch is used with the libX11 patch.
145     It turns the functions listed in this doc into hyperlinks to the
146     declarations that are in libX11 documentation.
147     
148     Signed-off-by: Matt Dew <marcoz@osource.org>
149     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
150
151 commit 20537dba79058f09d3dc9cfafb6114f2c77f1e83
152 Author: Gaetan Nadon <memsize@videotron.ca>
153 Date:   Sun Feb 27 15:06:18 2011 -0500
154
155     Documentation: add Docbook external references support
156     
157     When writing technical documentation, it is often necessary to cross
158     reference to other information. When that other information is not in the
159     current document, additional support is needed, namely <olink>.
160     
161     A new feature with version 1.7 of xorg-sgml-doctools adds references to
162     other documents within or outside this package.
163     
164     This patch adds technical support for this feature but does not change
165     the content of the documentation as seen by the end user.
166     
167     Each book or article must generate a database containing the href
168     of sections that can be referred to from another document. This database
169     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
170     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
171     documentation is the same. This forms a virtual document tree.
172     
173     This database is consulted by other documents while they are being generated
174     in order to fulfill the missing information for linking.
175     Refer to the xorg-sgml-doctools for further technical information.
176     
177     Co-authored-by: Matt Dew <marcoz@osource.org>
178     
179     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
180
181 commit 872a6cb826f1d21c841d7df4b59a5fb993342353
182 Author: Gaetan Nadon <memsize@videotron.ca>
183 Date:   Thu Feb 24 20:37:00 2011 -0500
184
185     Docbook: change the book id to match the xml file basename
186     
187     This is required for the up-coming external references support.
188     
189     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
190
191 commit d9ee7b60c2b677323cf71ebb203a73d1aaf3f528
192 Author: Paulo Zanoni <pzanoni@mandriva.com>
193 Date:   Thu Dec 16 13:36:00 2010 -0200
194
195     Use docbookx.dtd version 4.3 for all docs
196     
197     Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
198     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
199
200 commit 0c63dfb7abac7648638384cd1807e36c27ff6d0e
201 Author: Gaetan Nadon <memsize@videotron.ca>
202 Date:   Tue Nov 9 15:19:09 2010 -0500
203
204     config: HTML file generation: use the installed copy of xorg.css
205     
206     Currenlty the xorg.css file is copied in each location
207     where a DocBook/XML file resides. This produces about
208     70 copies in the $(docdir) install tree.
209     
210     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
211
212 commit 59730aba859c0b586b7e63e79c07b7741719845d
213 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
214 Date:   Fri Oct 29 20:21:07 2010 -0700
215
216     bigreqsproto 1.1.1
217     
218     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
219
220 commit f7f5f73576dbfeba63be400d16ec9e815962fea7
221 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
222 Date:   Fri Oct 29 20:19:29 2010 -0700
223
224     Cleanup bigreq.xml a bit
225     
226     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
227
228 commit 3145dbb0c713a24e58f642a2acdafb5b1f63d948
229 Author: Matt Dew <matt@osource.org>
230 Date:   Mon Jun 28 08:09:05 2010 -0400
231
232     specs: convert bigreq.ms from xorg-docs module to DocBook XML
233     
234     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
235
236 commit 18e93e57afeed6ea9872e7aab90da47f334690e1
237 Author: Gaetan Nadon <memsize@videotron.ca>
238 Date:   Sun Mar 28 19:25:52 2010 -0400
239
240     config: update AC_PREREQ statement to 2.60
241     
242     Unrelated to the previous patches, the new value simply reflects
243     the reality that the minimum level for autoconf to configure
244     all x.org modules is 2.60 dated June 2006.
245     
246     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
247     
248     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
249
250 commit b77888df9f01a9332d3cd15c413e5caa7fa18d80
251 Author: Gaetan Nadon <memsize@videotron.ca>
252 Date:   Sun Mar 28 19:00:30 2010 -0400
253
254     config: remove the pkgconfig pc.in file from EXTRA_DIST
255     
256     Automake always includes it in the tarball.
257     
258     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
259
260 commit 1c9119c86437a58df4890b5ebf79bfdab40f0997
261 Author: Gaetan Nadon <memsize@videotron.ca>
262 Date:   Sun Nov 22 19:24:47 2009 -0500
263
264     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
265     
266     Now that the INSTALL file is generated.
267     Allows running make maintainer-clean.
268
269 commit c3e90c94335ee9f835ec2546782547f0aaa46934
270 Author: Gaetan Nadon <memsize@videotron.ca>
271 Date:   Mon Nov 16 11:13:29 2009 -0500
272
273     README: file created or updated #24206
274     
275     Contains a set of URLs to freedesktop.org.
276
277 commit 104cb17755f7529a8f4410abad84398c0a4fd839
278 Author: Gaetan Nadon <memsize@videotron.ca>
279 Date:   Sun Nov 15 19:45:26 2009 -0500
280
281     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
282     
283     ChangeLog filename is known to Automake and requires no further
284     coding in the makefile.
285
286 commit 862e353a49eaa17dd60882b5941d4beff969860c
287 Author: Gaetan Nadon <memsize@videotron.ca>
288 Date:   Sun Nov 15 18:31:28 2009 -0500
289
290     Makefile.am: INSTALL file is missing or incorrect #24206
291     
292     The standard GNU file on building/installing  tarball is copied
293     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
294     Add INSTALL target
295
296 commit 07c29532215f8a210aa871fde3c8f5907f325ca2
297 Author: Gaetan Nadon <memsize@videotron.ca>
298 Date:   Sun Nov 15 18:11:36 2009 -0500
299
300     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
301     
302     This macro aggregate a number of existing macros that sets commmon
303     X.Org components configuration options. It shields the configuration file from
304     future changes.
305
306 commit fb8a4e291007c3cc25f3dda7a9e69bb6f1a8cc15
307 Author: Gaetan Nadon <memsize@videotron.ca>
308 Date:   Sun Nov 15 13:55:24 2009 -0500
309
310     configure.ac: AM_MAINTAINER_MODE missing #24238
311     
312     This turns off maintainer mode build rules in tarballs.
313     Works in conjunction with autogen.sh --enable-maintainer-mode
314
315 commit c242da1467928c1e43b2ae0b12876aa4487aac23
316 Author: Gaetan Nadon <memsize@videotron.ca>
317 Date:   Sat Nov 14 18:26:46 2009 -0500
318
319     .gitignore: use common defaults with custom section # 24239
320     
321     Using common defaults will reduce errors and maintenance.
322     Only the very small or inexistent custom section need periodic maintenance
323     when the structure of the component changes. Do not edit defaults.
324
325 commit e19e245ff8e5ddedbcc5853786ca55b56f8ab40c
326 Author: Peter Hutterer <peter.hutterer@who-t.net>
327 Date:   Tue Aug 11 10:28:21 2009 +1000
328
329     bigreqsproto 1.1.0
330     
331     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
332
333 commit 04e6f43c2645419569325919b7c6e69e8d5244dd
334 Author: Peter Hutterer <peter.hutterer@who-t.net>
335 Date:   Tue Aug 25 15:23:39 2009 +1000
336
337     Move bigreqstr.h to bigreqsproto.h.
338     
339     Leave a stub for bigreqstr.h to warn potential users.
340     
341     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
342
343 commit 222389bd9daa750b4ea79dd9085dc66c5f914496
344 Author: Peter Hutterer <peter.hutterer@who-t.net>
345 Date:   Tue Aug 25 15:12:36 2009 +1000
346
347     Remove RCS tags.
348
349 commit ca477537b1f7807539e928bb1230098d963558f8
350 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
351 Date:   Tue Jan 27 20:06:27 2009 -0200
352
353     Janitor: Correct make distcheck and dont distribute autogen.sh
354
355 commit 403cbefd6af734884c4254666134ce6b01574efe
356 Author: James Cloos <cloos@jhcloos.com>
357 Date:   Thu Dec 6 16:38:56 2007 -0500
358
359     Replace static ChangeLog with dist-hook to generate from git log
360
361 commit e8c0c8be01746b4306d4b791540c0ad4f852be13
362 Author: James Cloos <cloos@jhcloos.com>
363 Date:   Mon Sep 3 05:53:59 2007 -0400
364
365     Add *~ to .gitignore to skip patch/emacs droppings
366
367 commit f48a0bfa3378127acd37131fe2e0b95930ff7508
368 Author: Alan Coopersmith <alan.coopersmith@sun.com>
369 Date:   Fri Jul 14 18:56:07 2006 -0700
370
371     renamed: .cvsignore -> .gitignore
372
373 commit 4c9ed5d885a39fa78e3789c4e7b2465b78d6221a
374 Author: Kevin E Martin <kem@kem.org>
375 Date:   Thu Dec 15 00:24:36 2005 +0000
376
377     Update package version number for final X11R7 release candidate.
378
379 commit 6242a2e0b2d8c9fb6e01a96a2029eb880d270f5e
380 Author: Kevin E Martin <kem@kem.org>
381 Date:   Wed Oct 19 02:48:13 2005 +0000
382
383     Update package version number for RC1 release.
384
385 commit cc15ee9aeb69aff196a2fd3651aeb88261062066
386 Author: Eric Anholt <anholt@freebsd.org>
387 Date:   Tue Aug 2 19:19:37 2005 +0000
388
389     Add basic .cvsignore files for proto modules.
390
391 commit 58a1b1e0b98d1902b9214a4a425e0e90cdbbbce2
392 Author: Kevin E Martin <kem@kem.org>
393 Date:   Fri Jul 29 21:22:54 2005 +0000
394
395     Various changes preparing packages for RC0:
396     - Verify and update package version numbers as needed
397     - Implement versioning scheme
398     - Change bug address to point to bugzilla bug entry form
399     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
400         reenable it)
401     - Fix makedepend to use pkgconfig and pass distcheck
402     - Update build script to build macros first
403     - Update modular Xorg version
404
405 commit 41700c770a1687d1acab5531eee81ff251948f99
406 Author: Daniel Stone <daniel@fooishbar.org>
407 Date:   Sat May 21 03:46:57 2005 +0000
408
409     Change version to 1.0.
410
411 commit c009d17f803b8af11145803d3abf2433d1c87d55
412 Author: Adam Jackson <ajax@nwnk.net>
413 Date:   Thu May 19 00:22:38 2005 +0000
414
415     revert last change, didn't do right thing at all, sorry for the noise
416
417 commit 2ed368b8b8fdc31712f5456ae27a66a4dc53d5ed
418 Author: Adam Jackson <ajax@nwnk.net>
419 Date:   Thu May 19 00:10:12 2005 +0000
420
421     Require automake 1.7 in AM_INIT_AUTOMAKE
422
423 commit ae7cf77b7a5261cc97a07deeaf1cce05895a27ed
424 Author: Josh Triplett <josh@speakeasy.net>
425 Date:   Sat May 14 07:55:09 2005 +0000
426
427     Add some COPYING files.
428
429 commit 7a08cc923ec903837ed23c2045b8227600fe3343
430 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
431 Date:   Mon May 9 18:20:03 2005 +0000
432
433     Change all the protonames from <extension>Ext to <extension>Proto.
434
435 commit 6629d05366b6d375397be21fd35ae28dd7da5d3d
436 Author: Kevin E Martin <kem@kem.org>
437 Date:   Fri May 6 01:46:29 2005 +0000
438
439     Initial build system files for proto module.
440
441 commit 15f8c805114c55274de8c76e98af06b8cfbc5bf6
442 Author: Egbert Eich <eich@suse.de>
443 Date:   Fri Apr 23 18:43:06 2004 +0000
444
445     Merging XORG-CURRENT into trunk
446
447 commit 1488710946b114406f05ef31a787fa80ec6a7c32
448 Author: Egbert Eich <eich@suse.de>
449 Date:   Sun Mar 14 08:31:36 2004 +0000
450
451     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
452
453 commit 44275021333dbd3c9fefabdae1f32f200179fa2e
454 Author: Egbert Eich <eich@suse.de>
455 Date:   Wed Mar 3 12:10:54 2004 +0000
456
457     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
458
459 commit a1b848a3408aa1eac5be57b6f92dfeb4d037a141
460 Author: Egbert Eich <eich@suse.de>
461 Date:   Thu Feb 26 13:35:11 2004 +0000
462
463     readding XFree86's cvs IDs
464
465 commit 94e21f55a8c7d410694672af054ea32890ef33e9
466 Author: Egbert Eich <eich@suse.de>
467 Date:   Thu Feb 26 09:22:28 2004 +0000
468
469     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
470
471 commit ba70ef76128f24cd2a78ea6aa7ac496dad76cb71
472 Author: Kaleb Keithley <kaleb@freedesktop.org>
473 Date:   Tue Nov 25 19:28:02 2003 +0000
474
475     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
476
477 commit 12ac905fe0e3e26515b69f01ba43c4fd16cbb670
478 Author: Kaleb Keithley <kaleb@freedesktop.org>
479 Date:   Fri Nov 14 16:48:43 2003 +0000
480
481     XFree86 4.3.0.1
482
483 commit dbf5531e9aaded40d1e086ebe7fbf3b9030acc57
484 Author: Kaleb Keithley <kaleb@freedesktop.org>
485 Date:   Fri Nov 14 15:54:35 2003 +0000
486
487     R6.6 is the Xorg base-line