123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- commit c33f4368e85d976b112dda4a34ca254944cb354d
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Thu Mar 22 20:49:20 2012 -0700
- scrnsaverproto 1.2.2
- commit 27cf3d03cdd502c1228e59ba560eab77d8393405
- Author: Matt Dew <marcoz@osource.org>
- Date: Sat Jan 14 22:21:00 2012 -0700
- informaltable cleanup
-
- On certain tables, add top and bottom borders to table
- header and a bottom border to the table. This matches
- what those tables in the old pdfs looked like.
-
- the <?dbfo keep-together='always'> prevents tables from
- splitting across pages. Useful for tiny tables.
-
- Converting the colwidth to a floating point,
- IE, 1* -> 1.0* cleans up these build errors:
- WARNING: table-layout="fixed" and column-width unspecified
- => falling back to proportional-column-width(1)
-
- Signed-off-by: Matt Dew <marcoz@osource.org>
- commit ffbc319b69b1e3502a9b14195e7fa94f2beee3b6
- Author: Matt Dew <marcoz@osource.org>
- Date: Sat Sep 24 20:07:44 2011 -0600
- Fix id attributes, linkend and olinks
-
- #1 - fix the capitolization of the ID attriutes to match either the <title> or <funcdef> string it goes with.
- #2 - fix any <linkend>'s that were affected by #1
- #3 - any <function> in the docs that has an actual funcdef, will become an olink if external, xref if internal.
-
- Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
- commit 4aa72b32c7707bd78fc8dd8e287e3030eeb85d05
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Tue Sep 20 20:17:40 2011 -0400
- specs: fix markup for single license dual holder
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit d9c42cb0ba35e1c5e5a36a8cbde81eb311350931
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Mon Sep 12 11:04:11 2011 -0400
- docs: use the &fullrelvers; entity to set X11 release information
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 378e4e73352a6bc11589460fdb4e6ceead2e82dc
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Sep 11 19:49:54 2011 -0400
- docs: remove <productnumber> which is not used by default
-
- This element is not rendered by default on the title. A template
- customization is required to display it.
- X Window System does not have a product number.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit feaac4aaccb25d79d29a6020e75fca5a9938bf8a
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Thu Sep 8 20:00:00 2011 -0400
- docbook.am: embed css styles inside the HTML HEAD element
-
- Rather than referring to the external xorg.css stylesheet, embed the content
- of the file in the html output produced. This is accomplished by using
- version 1.10 of xorg-xhtml.xsl.
-
- This makes the whole html docs tree much more relocatable.
- In addition, it eliminates xorg.css as a runtime file which makes
- xorg-sgml-doctools a build time only package.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 25764e51ecdea56df02063ae3b9d625d41a1209d
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Wed Sep 7 10:31:04 2011 -0400
- docbook.am: global maintenance update - entities, images and olinking
-
- Adding support in libX11 for html chunking caused a reorg of docbook.am
- as well as the xorg-sgml-doctools masterdb for olinking.
- The parameter img.src.path is added for pdf images.
- A searchpath to the root builddir is added for local entities, if present.
-
- The docbook.am makefile hides all the details and is identical for
- all 22 modules having DocBook documentation. It is included by a thin
- Makefile.am which requires no docbook knowledge.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit e80d85902dcd19edd9bdb5f574ca47d0811ac0aa
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Jun 12 17:54:50 2011 -0400
- Install xml versions of specs even if HAVE_XMLTO is false
-
- DocBook/XML input source is also a usefull output format that can be viewed
- with an XML viewer or editor and by some O/S help system.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 8f407c9417ffe2c1e01b37e18c71469d2baee970
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Jun 5 16:27:37 2011 -0400
- Install target dbs alongside generated documents
-
- This matches a change in xorg-sgml-docs whereby the masterdb will look for
- the target dbs into the same location as the generated documents.
-
- The target dbs are now installed alongside the generated documents.
- Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
- has the potential of installing outside the package prefix and cause
- distcheck to fail when user does not have write permission in this package.
-
- Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
- commit 2408165cb190a10e2d899bdc259866cbf7a8e125
- Author: Matt Dew <marcoz@osource.org>
- Date: Wed May 25 22:04:10 2011 -0600
- add id attributes to funcsynopsis to allow other docs to olink to them.
-
- Signed-off-by: Matt Dew <marcoz@osource.org>
- Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
- Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
- commit 2cd4a9898644dde49a876eeb53037149c85a37f0
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Feb 27 15:06:18 2011 -0500
- Documentation: add Docbook external references support
-
- When writing technical documentation, it is often necessary to cross
- reference to other information. When that other information is not in the
- current document, additional support is needed, namely <olink>.
-
- A new feature with version 1.7 of xorg-sgml-doctools adds references to
- other documents within or outside this package.
-
- This patch adds technical support for this feature but does not change
- the content of the documentation as seen by the end user.
-
- Each book or article must generate a database containing the href
- of sections that can be referred to from another document. This database
- is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
- the value of DATAROOTDIR for xorg-sgml-doctools and for the package
- documentation is the same. This forms a virtual document tree.
-
- This database is consulted by other documents while they are being generated
- in order to fulfill the missing information for linking.
- Refer to the xorg-sgml-doctools for further technical information.
-
- Co-authored-by: Matt Dew <marcoz@osource.org>
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 9d7dc8242feae5690e7aef48a386555c04183e9f
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Thu Dec 16 23:16:54 2010 -0800
- specs: change othercredit tags to author tags
-
- Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
- commit d50038590f72f02bc95712d8a4c37654f6d05a64
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Thu Dec 16 23:15:19 2010 -0800
- spec: Fix section titles/nesting
-
- Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
- commit f85ed94ac012675dff25afbd3161dbbd3f62882b
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Tue Nov 9 15:19:09 2010 -0500
- config: HTML file generation: use the installed copy of xorg.css
-
- Currenlty the xorg.css file is copied in each location
- where a DocBook/XML file resides. This produces about
- 70 copies in the $(docdir) install tree.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit b4899c5d6090efdf292f5686cc23ed90e3729e4b
- Author: Alan Coopersmith <alan.coopersmith@oracle.com>
- Date: Fri Oct 29 23:27:16 2010 -0700
- ScrnSaverProto 1.2.1
-
- Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
- commit 2db9df02a69046bc2ee3d87432c91d996a733ecc
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Tue Aug 3 15:32:12 2010 -0400
- config: Require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit a8462405a2d2536867cc63587a49e5d130ea44ea
- Author: Matt Dew <matt@osource.org>
- Date: Sat Jul 31 12:23:10 2010 -0400
- specs: replace troff source with docbook-xml source
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 689268bf3fcd25015d07be8652fde6924a59b7d9
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Mar 28 19:25:52 2010 -0400
- config: update AC_PREREQ statement to 2.60
-
- Unrelated to the previous patches, the new value simply reflects
- the reality that the minimum level for autoconf to configure
- all x.org modules is 2.60 dated June 2006.
-
- ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit 5056835765a4a2103fbc6977740874762f5d5737
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Mar 28 19:00:31 2010 -0400
- config: remove the pkgconfig pc.in file from EXTRA_DIST
-
- Automake always includes it in the tarball.
-
- Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
- commit d7616943beb59d29349c16670340f677e340852c
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 22 19:24:48 2009 -0500
- Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
-
- Now that the INSTALL file is generated.
- Allows running make maintainer-clean.
- commit b758d8d966ccfdda4bdcbe24f679945dbfc2fff9
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Mon Nov 16 11:13:30 2009 -0500
- README: file created or updated #24206
-
- Contains a set of URLs to freedesktop.org.
- commit 72b6b958cb793feca0fad07276a9cc29c9d818f5
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 19:45:27 2009 -0500
- Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
-
- ChangeLog filename is known to Automake and requires no further
- coding in the makefile.
- commit 5d3c1539a272ce6bd5a11f16f8bc7ab9bce8f1e5
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 18:31:29 2009 -0500
- Makefile.am: INSTALL file is missing or incorrect #24206
-
- The standard GNU file on building/installing tarball is copied
- using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
- Add INSTALL target
- commit fd7a1f1a3ed7d7907f94b38e6a9a8c4a3b3d9bbb
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 18:11:36 2009 -0500
- configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
-
- This macro aggregate a number of existing macros that sets commmon
- X.Org components configuration options. It shields the configuration file from
- future changes.
- commit 180c9ee3be0bac7952351c89b0d219e672c1010c
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sun Nov 15 13:55:25 2009 -0500
- configure.ac: AM_MAINTAINER_MODE missing #24238
-
- This turns off maintainer mode build rules in tarballs.
- Works in conjunction with autogen.sh --enable-maintainer-mode
- commit 48110b9fd22f9cefc0cbe4902eabde995f398dd3
- Author: Gaetan Nadon <memsize@videotron.ca>
- Date: Sat Nov 14 18:26:47 2009 -0500
- .gitignore: use common defaults with custom section # 24239
-
- Using common defaults will reduce errors and maintenance.
- Only the very small or inexistent custom section need periodic maintenance
- when the structure of the component changes. Do not edit defaults.
- commit bcc25e87ba8e93c306b3cd00317a6f550c73f5cf
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Tue Aug 25 18:34:56 2009 +1000
- scrnsaverproto 1.2.0
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit a2f5eaf51b26616746fddcd3a60c3b939d1a018a
- Author: Peter Hutterer <peter.hutterer@who-t.net>
- Date: Tue Aug 25 18:34:36 2009 +1000
- Remove RCS tags
-
- Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- commit 83974b2814eb18d9c86f41e39dfdafaf39759ced
- Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
- Date: Tue Jan 27 20:06:28 2009 -0200
- Janitor: Correct make distcheck and dont distribute autogen.sh
- commit 88a1fe1ac27353b92836b9a21c5a1757bad64fad
- Author: Peter Hutterer <peter@cs.unisa.edu.au>
- Date: Mon May 19 20:08:12 2008 +0930
- Remove scrnsaver.h. This is an xlib header, moved to libXScrnSaver.
-
- For future amendments to this file, look at
- git://anongit.freedesktop.org/git/xorg/lib/libXScrnSaver
- commit c993e0c422a52bc5f56f7fba29af82f78f7680a5
- Author: Peter Hutterer <peter@cs.unisa.edu.au>
- Date: Mon May 19 19:11:29 2008 +0930
- Nuke RCS tags.
- commit 7e19b4a5ad470f1715046f56ea8149df851221e4
- Author: James Cloos <cloos@jhcloos.com>
- Date: Thu Dec 6 16:39:07 2007 -0500
- Replace static ChangeLog with dist-hook to generate from git log
- commit 00aa1552d0c151402173ce9e4f612d84e4bbddcf
- Author: James Cloos <cloos@jhcloos.com>
- Date: Mon Sep 3 05:54:16 2007 -0400
- Add *~ to .gitignore to skip patch/emacs droppings
- commit 294d7788b9e4ee86d93992ea074b169bf2ede25e
- Author: Alan Coopersmith <alan.coopersmith@sun.com>
- Date: Fri Jul 14 18:56:32 2006 -0700
- renamed: .cvsignore -> .gitignore
- commit ac0b03f75facc368da302fa2f500dcfeafc04e15
- Author: Fredrik Höglund <fredrik@kde.org>
- Date: Fri Mar 31 18:39:42 2006 +0000
- Update the package version number to 1.1.
- Increase the minor version to 1.
- Add the ScreenSaverSuspend request.
- Add the prototype for XScreenSaverSuspend.
- commit 2f091ac1252c833bf70639b718bb1ac738066016
- Author: Kevin E Martin <kem@kem.org>
- Date: Thu Dec 15 00:24:38 2005 +0000
- Update package version number for final X11R7 release candidate.
- commit 7bc2f8f300a7fac1f86d281459e74f2c3aafde07
- Author: Kevin E Martin <kem@kem.org>
- Date: Wed Oct 19 02:48:15 2005 +0000
- Update package version number for RC1 release.
- commit ab3d7b78cfd25882ff74159931c9b1e5a7f1e762
- Author: Eric Anholt <anholt@freebsd.org>
- Date: Tue Aug 2 19:19:39 2005 +0000
- Add basic .cvsignore files for proto modules.
- commit 4a27d790b9e39c2bae6515ddc71cd7c710b9fd69
- Author: Kevin E Martin <kem@kem.org>
- Date: Fri Jul 29 21:22:56 2005 +0000
- Various changes preparing packages for RC0:
- - Verify and update package version numbers as needed
- - Implement versioning scheme
- - Change bug address to point to bugzilla bug entry form
- - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
- reenable it)
- - Fix makedepend to use pkgconfig and pass distcheck
- - Update build script to build macros first
- - Update modular Xorg version
- commit 6f818dc15a71a0af7e9cf5806677722f99227ebd
- Author: Daniel Stone <daniel@fooishbar.org>
- Date: Sat May 21 04:19:33 2005 +0000
- Set version to 1.0.
- commit 450acca3dbce47f8fef56864235698715ba5122d
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Thu May 19 00:22:40 2005 +0000
- revert last change, didn't do right thing at all, sorry for the noise
- commit 15eaf97151b718e01eecac1aba75872e4c9d2ddc
- Author: Adam Jackson <ajax@nwnk.net>
- Date: Thu May 19 00:10:19 2005 +0000
- Require automake 1.7 in AM_INIT_AUTOMAKE
- commit 771299cf2f6de82ac1bc58aaf4830cc514033569
- Author: Josh Triplett <josh@speakeasy.net>
- Date: Tue May 17 20:41:15 2005 +0000
- Add COPYING file for ScrnSaver.
- commit e455c03bb7e498e7eaaf8ad815fb60355fb1f72e
- Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
- Date: Mon May 9 18:20:06 2005 +0000
- Change all the protonames from <extension>Ext to <extension>Proto.
- commit 22a2a1cdb0f6e05fa609fbd996c696aa509f1f83
- Author: Kevin E Martin <kem@kem.org>
- Date: Fri May 6 01:46:31 2005 +0000
- Initial build system files for proto module.
- commit df80fd315a3dedab112429d68c45adaf57e12c3d
- Author: Daniel Stone <daniel@fooishbar.org>
- Date: Thu Jan 27 05:36:16 2005 +0000
- Include X11/Xlib.h in scrnsaver.h
- commit fd13bc250b337d0510975b49a2432b0fd9e3753c
- Author: Egbert Eich <eich@suse.de>
- Date: Fri Apr 23 18:43:06 2004 +0000
- Merging XORG-CURRENT into trunk
- commit 30ce491906c32ed9137738cd97c13e2c346f4d48
- Author: Egbert Eich <eich@suse.de>
- Date: Sun Mar 14 08:31:36 2004 +0000
- Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
- commit 7e886322e57130ed3a2b4633cd93a9f6fe17c4c4
- Author: Egbert Eich <eich@suse.de>
- Date: Wed Mar 3 12:10:54 2004 +0000
- Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
- commit bdcc80fa6a01bfdbaba23ed0ea265afbb3deff3c
- Author: Egbert Eich <eich@suse.de>
- Date: Thu Feb 26 13:35:14 2004 +0000
- readding XFree86's cvs IDs
- commit 6229c02f2d40f995b5f0067fab1ae1c281b3c5f9
- Author: Egbert Eich <eich@suse.de>
- Date: Thu Feb 26 09:22:28 2004 +0000
- Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
- commit 21e708cda17e86d513bbc8cd779fa5f35376b868
- Author: Kaleb Keithley <kaleb@freedesktop.org>
- Date: Tue Nov 25 19:28:02 2003 +0000
- XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
- commit 78c91d731d4b9e708e5187f7051022a9ee50563a
- Author: Kaleb Keithley <kaleb@freedesktop.org>
- Date: Fri Nov 14 16:48:43 2003 +0000
- XFree86 4.3.0.1
- commit 0c0b82a2143adfb443157badfe84093d8b74cc13
- Author: Kaleb Keithley <kaleb@freedesktop.org>
- Date: Fri Nov 14 16:48:43 2003 +0000
- Initial revision
|