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