Merge branch 'devel/x11' into tizen
[platform/upstream/recordproto.git] / ChangeLog
1 commit 32236c56b7015a98d845bb1836817328a307edce
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Thu Mar 22 20:46:36 2012 -0700
4
5     recordproto 1.14.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 10028272314500dd2e17e5ae7efa0a2d4d118c13
10 Author: Matt Dew <marcoz@osource.org>
11 Date:   Fri Jan 13 23:20:09 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     IE, 1* -> 1.0* cleans up these build errors:
24     WARNING: table-layout="fixed" and column-width unspecified
25     => falling back to proportional-column-width(1)
26     
27     Signed-off-by: Matt Dew <marcoz@osource.org>
28
29 commit 5a7a2820665a495df32694d90b6f5192dd53547e
30 Author: Gaetan Nadon <memsize@videotron.ca>
31 Date:   Tue Sep 20 20:12:54 2011 -0400
32
33     specs: refactor copyright license text for multi licening
34     
35     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
36
37 commit 233ed0eef7526ae02223359851be51e43240652b
38 Author: Gaetan Nadon <memsize@videotron.ca>
39 Date:   Mon Sep 12 16:54:45 2011 -0400
40
41     docs: use the &fullrelvers; entity to set X11 release information
42     
43     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
44
45 commit 9ecf07de57da54009c5bb4567655996f69ba8deb
46 Author: Gaetan Nadon <memsize@videotron.ca>
47 Date:   Sun Sep 11 19:49:54 2011 -0400
48
49     docs: remove <productnumber> which is not used by default
50     
51     This element is not rendered by default on the title. A template
52     customization is required to display it.
53     X Window System does not have a product number.
54     
55     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
56
57 commit c8d4e3eddc07889f0bc493884f120e741226c28b
58 Author: Gaetan Nadon <memsize@videotron.ca>
59 Date:   Sun Sep 11 08:51:02 2011 -0400
60
61     specs:  use more appropriate docbook element to get "Edited by"
62     
63     The proper element to use is <editor>.
64     The <contrib> was a hack to insert text and showed up in the wrong location
65     
66     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
67
68 commit 1950143424ea47973613bc1dbec805e8a32aa97b
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 d1011e878c92be804fe896f9adf2b686c01f2172
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 cbba0d1e4665b585804b5de33c5ed1a4c3b19727
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 b045d4c13967bd061f6a104136152e841bc432b5
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 dcc64434a3e79931b05fc807906189dfa3a9ddd0
129 Author: Gaetan Nadon <memsize@videotron.ca>
130 Date:   Sun Feb 27 15:06:18 2011 -0500
131
132     Documentation: add Docbook external references support
133     
134     When writing technical documentation, it is often necessary to cross
135     reference to other information. When that other information is not in the
136     current document, additional support is needed, namely <olink>.
137     
138     A new feature with version 1.7 of xorg-sgml-doctools adds references to
139     other documents within or outside this package.
140     
141     This patch adds technical support for this feature but does not change
142     the content of the documentation as seen by the end user.
143     
144     Each book or article must generate a database containing the href
145     of sections that can be referred to from another document. This database
146     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
147     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
148     documentation is the same. This forms a virtual document tree.
149     
150     This database is consulted by other documents while they are being generated
151     in order to fulfill the missing information for linking.
152     Refer to the xorg-sgml-doctools for further technical information.
153     
154     Co-authored-by: Matt Dew <marcoz@osource.org>
155     
156     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
157
158 commit f5813bffb2b642d8b515306caff555eac32b9b43
159 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
160 Date:   Thu Dec 16 23:12:58 2010 -0800
161
162     specs/record.xml: Pair copyright notices with matching license notices
163     
164     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
165
166 commit 3011b8527ba7370e7e29758ecba0231e7e25bda8
167 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
168 Date:   Thu Dec 16 23:10:06 2010 -0800
169
170     specs/record.xml: Fix section titles/nesting
171     
172     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
173
174 commit 2c1cabffad2903867fd352c19f0157d07adde232
175 Author: Gaetan Nadon <memsize@videotron.ca>
176 Date:   Tue Nov 9 15:19:09 2010 -0500
177
178     config: HTML file generation: use the installed copy of xorg.css
179     
180     Currenlty the xorg.css file is copied in each location
181     where a DocBook/XML file resides. This produces about
182     70 copies in the $(docdir) install tree.
183     
184     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
185
186 commit 396cdde0242256976fbacec64839e48dfc56d639
187 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
188 Date:   Fri Oct 29 23:20:43 2010 -0700
189
190     RecordProto 1.14.1
191     
192     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193
194 commit 62124c428346c5e92d785f4ebc54218368ef800a
195 Author: Matt Dew <matt@osource.org>
196 Date:   Tue Aug 3 17:44:01 2010 -0400
197
198     specs: convert protocol record.ms from xorg-docs to DocBook XML
199     
200     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
201
202 commit 1d5a3b11ff8810b0b0921337d85955150b67346a
203 Author: Gaetan Nadon <memsize@videotron.ca>
204 Date:   Sun Mar 28 19:25:52 2010 -0400
205
206     config: update AC_PREREQ statement to 2.60
207     
208     Unrelated to the previous patches, the new value simply reflects
209     the reality that the minimum level for autoconf to configure
210     all x.org modules is 2.60 dated June 2006.
211     
212     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
213     
214     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
215
216 commit cf80c95d1826c7ec5b701b361d5d39d650c414f3
217 Author: Gaetan Nadon <memsize@videotron.ca>
218 Date:   Sun Mar 28 19:00:31 2010 -0400
219
220     config: remove the pkgconfig pc.in file from EXTRA_DIST
221     
222     Automake always includes it in the tarball.
223     
224     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
225
226 commit 67bcebd15489d69705c563cd2b63366c59cb21aa
227 Author: Gaetan Nadon <memsize@videotron.ca>
228 Date:   Sun Nov 22 19:24:48 2009 -0500
229
230     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
231     
232     Now that the INSTALL file is generated.
233     Allows running make maintainer-clean.
234
235 commit 3030de0d0d3dbabda31c9cdeae025020253adfb6
236 Author: Gaetan Nadon <memsize@videotron.ca>
237 Date:   Mon Nov 16 11:13:30 2009 -0500
238
239     README: file created or updated #24206
240     
241     Contains a set of URLs to freedesktop.org.
242
243 commit 20e71f110a5aabd44ad1e9a2c127a8e76da8d5a4
244 Author: Gaetan Nadon <memsize@videotron.ca>
245 Date:   Sun Nov 15 19:45:27 2009 -0500
246
247     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
248     
249     ChangeLog filename is known to Automake and requires no further
250     coding in the makefile.
251
252 commit 5ad105c41bc16d0ab149a8e77906af2b5498168e
253 Author: Gaetan Nadon <memsize@videotron.ca>
254 Date:   Sun Nov 15 18:31:29 2009 -0500
255
256     Makefile.am: INSTALL file is missing or incorrect #24206
257     
258     The standard GNU file on building/installing  tarball is copied
259     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
260     Add INSTALL target
261
262 commit 29df99549d157a0d96607cc55e9789d194356f08
263 Author: Gaetan Nadon <memsize@videotron.ca>
264 Date:   Sun Nov 15 18:11:36 2009 -0500
265
266     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
267     
268     This macro aggregate a number of existing macros that sets commmon
269     X.Org components configuration options. It shields the configuration file from
270     future changes.
271
272 commit d9d22eeed75505c28b8e8934bec27960bc1407b7
273 Author: Gaetan Nadon <memsize@videotron.ca>
274 Date:   Sun Nov 15 13:55:25 2009 -0500
275
276     configure.ac: AM_MAINTAINER_MODE missing #24238
277     
278     This turns off maintainer mode build rules in tarballs.
279     Works in conjunction with autogen.sh --enable-maintainer-mode
280
281 commit aa0ab0118100ab6d6fb5628c6d2fabc1d750defc
282 Author: Gaetan Nadon <memsize@videotron.ca>
283 Date:   Sat Nov 14 18:26:47 2009 -0500
284
285     .gitignore: use common defaults with custom section # 24239
286     
287     Using common defaults will reduce errors and maintenance.
288     Only the very small or inexistent custom section need periodic maintenance
289     when the structure of the component changes. Do not edit defaults.
290
291 commit 38fd3772f3a5a107fa6e9d94e0be7bd276f771b6
292 Author: Peter Hutterer <peter.hutterer@who-t.net>
293 Date:   Thu Oct 1 19:38:36 2009 +1000
294
295     recordproto 1.14
296     
297     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
298
299 commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5
300 Author: Peter Hutterer <peter.hutterer@who-t.net>
301 Date:   Thu Oct 1 19:38:12 2009 +1000
302
303     Require macros 1.3 for XORG_DEFAULT_OPTIONS
304     
305     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
306
307 commit 379a691a45f4a637b8b7bbea9d3c7c2454f5cde6
308 Author: Peter Hutterer <peter.hutterer@who-t.net>
309 Date:   Sat Aug 15 21:47:26 2009 +1000
310
311     Bump to 1.13.99.1
312
313 commit a7419fc173ccb949e6b20e1608bdcb816157a17f
314 Author: Peter Hutterer <peter.hutterer@who-t.net>
315 Date:   Tue Aug 18 11:08:27 2009 +1000
316
317     Rename recordstr.h to recordproto.h, provide a stub instead.
318     
319     Renaming for consistency with other protocol packages. recordstr.h is a
320     simple stub warning against the use of this header.
321     
322     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
323
324 commit 5e35e18e81da8a6a891bc73ac828d45eae91c53c
325 Author: Peter Hutterer <peter.hutterer@who-t.net>
326 Date:   Fri Aug 14 13:34:52 2009 +1000
327
328     Remove xlib headers, rename record.h to recordconst.h.
329     
330     Xlib headers moved to libXtst.
331     
332     This patch also moves some defines from recordstr.h into recordconst.h.
333     These defines are the ones possibly used by clients (e.g. RECORD_NAME).
334     Clients should never need to include recordstr.h.
335     
336     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
337
338 commit 59c7795cb8cf932c5c5942bb07278854c89a6a67
339 Author: Peter Hutterer <peter.hutterer@who-t.net>
340 Date:   Fri Aug 14 13:29:13 2009 +1000
341
342     remove RCS tags
343     
344     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
345
346 commit eb14a315478af94dc588e1ed29628830deef90e4
347 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
348 Date:   Tue Jan 27 20:06:28 2009 -0200
349
350     Janitor: Correct make distcheck and dont distribute autogen.sh
351
352 commit b38fe6228b369c7bf32e4003658395dd45352257
353 Author: James Cloos <cloos@jhcloos.com>
354 Date:   Thu Dec 6 16:39:05 2007 -0500
355
356     Replace static ChangeLog with dist-hook to generate from git log
357
358 commit ecaf1d1c89a1ce914c387c8d9722d6cdaa82a9e6
359 Author: James Cloos <cloos@jhcloos.com>
360 Date:   Mon Sep 3 05:54:13 2007 -0400
361
362     Add *~ to .gitignore to skip patch/emacs droppings
363
364 commit 400d7a5db8cb56464a2ff48b21a1b53e7cc5b295
365 Author: Alan Coopersmith <alan.coopersmith@sun.com>
366 Date:   Fri Jul 14 18:56:28 2006 -0700
367
368     renamed: .cvsignore -> .gitignore
369
370 commit 18c27afa9a8a96bd8ba05ba6cd1e3bf0922601cb
371 Author: Kevin E Martin <kem@kem.org>
372 Date:   Thu Dec 15 00:24:38 2005 +0000
373
374     Update package version number for final X11R7 release candidate.
375
376 commit 6f8dbc14edcff010da66a1bf2d0f5e570f2d0812
377 Author: Kevin E Martin <kem@kem.org>
378 Date:   Wed Oct 19 02:48:14 2005 +0000
379
380     Update package version number for RC1 release.
381
382 commit b298e441128e479b12615acab77df63a1ce516b1
383 Author: Eric Anholt <anholt@freebsd.org>
384 Date:   Tue Aug 2 19:19:39 2005 +0000
385
386     Add basic .cvsignore files for proto modules.
387
388 commit b9e116fe4b9970696029d79c63bb36a0960a7861
389 Author: Kevin E Martin <kem@kem.org>
390 Date:   Fri Jul 29 21:22:56 2005 +0000
391
392     Various changes preparing packages for RC0:
393     - Verify and update package version numbers as needed
394     - Implement versioning scheme
395     - Change bug address to point to bugzilla bug entry form
396     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
397         reenable it)
398     - Fix makedepend to use pkgconfig and pass distcheck
399     - Update build script to build macros first
400     - Update modular Xorg version
401
402 commit a895a7e1f18706d4a91a390f1266bbd4a46f8231
403 Author: Daniel Stone <daniel@fooishbar.org>
404 Date:   Sat May 21 04:15:05 2005 +0000
405
406     Set version to 1.13.
407
408 commit 3e7909df321b6969bc020d84a54bea6af31fc80c
409 Author: Adam Jackson <ajax@nwnk.net>
410 Date:   Thu May 19 00:22:40 2005 +0000
411
412     revert last change, didn't do right thing at all, sorry for the noise
413
414 commit 8f287f8cfaeac5c28560fa94ca215244c1bb7776
415 Author: Adam Jackson <ajax@nwnk.net>
416 Date:   Thu May 19 00:10:19 2005 +0000
417
418     Require automake 1.7 in AM_INIT_AUTOMAKE
419
420 commit 3cb43fd0e261894865a8a86d598adb41eec0cc0e
421 Author: Josh Triplett <josh@speakeasy.net>
422 Date:   Tue May 17 07:08:40 2005 +0000
423
424     Add COPYING file for Record.
425
426 commit 7bb7d5ca1396f83d81cc4164b975e5dc2597e678
427 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
428 Date:   Mon May 9 18:20:06 2005 +0000
429
430     Change all the protonames from <extension>Ext to <extension>Proto.
431
432 commit 81198a3b1bbff8109801c64c44f732bb26abcb89
433 Author: Kevin E Martin <kem@kem.org>
434 Date:   Fri May 6 01:46:31 2005 +0000
435
436     Initial build system files for proto module.
437
438 commit c7dc29e5d64a7fc308874512321f43c194ac11e2
439 Author: Egbert Eich <eich@suse.de>
440 Date:   Fri Apr 23 18:43:06 2004 +0000
441
442     Merging XORG-CURRENT into trunk
443
444 commit b62b2b4b4cd80f05e48c634d16e05bed76f80607
445 Author: Egbert Eich <eich@suse.de>
446 Date:   Sun Mar 14 08:31:36 2004 +0000
447
448     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
449
450 commit f6c0db4c6e249901109722da6d5bd7be3bde377c
451 Author: Egbert Eich <eich@suse.de>
452 Date:   Wed Mar 3 12:10:54 2004 +0000
453
454     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
455
456 commit 28f7d2358c7b2a07f08ea9b872aab5ee42440b56
457 Author: Egbert Eich <eich@suse.de>
458 Date:   Thu Feb 26 13:35:14 2004 +0000
459
460     readding XFree86's cvs IDs
461
462 commit c435e3cc568e9d690f7b1291084e676ae3376d54
463 Author: Egbert Eich <eich@suse.de>
464 Date:   Thu Feb 26 09:22:28 2004 +0000
465
466     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
467
468 commit 45626afe8e328c1c1deb32cb6e96914ba8923101
469 Author: Kaleb Keithley <kaleb@freedesktop.org>
470 Date:   Tue Nov 25 19:28:02 2003 +0000
471
472     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
473
474 commit 3b9115eb4dd86b813ac3423f2d508535a2fcaf09
475 Author: Kaleb Keithley <kaleb@freedesktop.org>
476 Date:   Fri Nov 14 16:48:43 2003 +0000
477
478     XFree86 4.3.0.1
479
480 commit 5891b79405209d51d5fcf20ff562cf7120c3017f
481 Author: Kaleb Keithley <kaleb@freedesktop.org>
482 Date:   Fri Nov 14 15:54:35 2003 +0000
483
484     R6.6 is the Xorg base-line