summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-27libSM 1.2.0libSM-1.2.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-24SMlib.xml: Use <simplelist> instead of <synopsis> for lists of mask valuesAlan Coopersmith1-24/+24
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-24SMlib.xml: Tag function names, parameters, constant values, etc.Alan Coopersmith1-270/+328
Includes correcting <function> tags on things that aren't functions as some stylesheets may add () after <function> tagged items so we shouldn't use them for constants, variables, filenames, etc. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-24SMlib.xml: Line wrapping & other whitespace cleanupAlan Coopersmith1-535/+1557
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-23xsmp.xml: add internal cross-reference linksAlan Coopersmith1-2/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-23xsmp.xml: Use <synopsis> and related markup for protocol message definitionAlan Coopersmith1-95/+146
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-23xsmp.xml: Use <errorname> instead of <function> for error namesAlan Coopersmith1-6/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22xsmp.xml: Restore note titles (example/rationale/advice)Alan Coopersmith1-16/+17
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22xsmp.xml: Clean up tablesAlan Coopersmith1-771/+499
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22xsmp.xml: Misc markup tag cleanupsAlan Coopersmith1-82/+86
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22Coalesce copyright notices in xml docsAlan Coopersmith2-6/+8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22xsmp.xml: Convert -> & <- to &rarr; & &larr;Alan Coopersmith1-93/+93
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-22xsmp.xml: Line wrapping & other whitespace cleanupAlan Coopersmith1-387/+1009
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: fix a couple parameter list entriesAlan Coopersmith1-3/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: misc markup cleanupsAlan Coopersmith1-170/+170
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: fix typo: SmProc -> SmPropAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: add internal cross-reference linksAlan Coopersmith1-15/+15
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: Convert remaining `` quotes to &ldquo; styleAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: Convert remaining literallayout tags to synopsis tagsAlan Coopersmith1-12/+12
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: Convert function prototypes to <funcprototype> tagsAlan Coopersmith1-539/+397
Provides automatic ansifaction & better formatted output Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-21SMlib.xml: Remove some nroff macros left in tables by mistakeAlan Coopersmith1-70/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Purge cvs tags.Jesse Adkins9-23/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-27doc: remove trailing spaces in DocBook XML docsGaetan Nadon2-24/+23
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-26doc: replace groff input format with docbook xml formatGaetan Nadon8-4619/+4266
Initial version of SMlib and xsmp docbook xml. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-26Fix off by one error in SmsGenerateClientID when uuid_create is usedAlexander Kabaev1-1/+1
Fix apparent typo in SmsGenerateClientID which always leaves the first byte of allocated id string uninitialized. If that byte happens to be 0, SmsGenerateClientId appears to return an empty string to the caller, instead of proper GUID in text form. Reviewed-by: James CLoos <cloos@jhcloos.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-04-22Update README now that docs are in this module, not xorg-docsAlan Coopersmith1-5/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16doc: use HAVE_GROFF_MS to skip doc when 's.tmac' macros missingGaetan Nadon1-2/+2
This conditional is defined in XORG_WITH_GROFF macro. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16specs: change install cmd due to automake 1.11Gaetan Nadon1-2/+2
docData_INSTALL is defined in 1.9 and 1.10 but not 1.11 Reported-by: Tobias Droste <tdroste@gmx.de> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-09doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6Gaetan Nadon1-1/+1
$(MKDIR_P) is not defined in automake 1.9. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-04doc: install generated images in $docdirGaetan Nadon1-0/+21
The html installed doc is incomplete without the generated images. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-31doc: use new macros to control doc generationGaetan Nadon2-28/+9
Namely XORG_WITH_GROFF for the groff generation tool XORG_ENABLE_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-26doc: clean-up generated html imagesGaetan Nadon2-2/+5
Generate images in /images as is the convention Provide a base file name for images rather than process ID Remove images directory when running make clean Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith3-20/+61
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-17require autoconf 2.60 because of $(docdir) useRémi Cardona1-1/+1
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-19Update .gitignore for the /doc directory #24239Gaetan Nadon1-0/+8
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon3-231/+5
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-19Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+1
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-12/+61
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.
2009-11-16Revert "Fix memory leak for SM_DeleteProperties"Alan Coopersmith1-1/+0
This reverts commit 58aa8879e10b12e478ab14b90afd1001b4abd316. Fixes gnome-session crashes due to double frees, as reported in http://bugs.freedesktop.org/show_bug.cgi?id=24964
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-10-14Fix memory leak for SM_DeletePropertiesMichael Jansen1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-10Move session management protocol docs from xorg-docs here tooAlan Coopersmith2-15/+1636
Since we don't have a smproto package, but ship the protocol headers in this module, might as well keep the protocol docs with the headers Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-10Move docs from xorg-docs, use groff to format for installationAlan Coopersmith5-1/+3024
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-09Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-9/+8
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-14require libICE >= 1.0.5Rémi Cardona1-1/+1
During the ansification (commit 896aeb5dd128), 2 extern decls for _IcePaMagicCookie1Proc and _IcePoMagicCookie1Proc were dropped from sm_client.c and sm_manager.c. Both decls were added between libICE 1.0.4 and 1.0.5. Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-08-07libSM 1.1.1, update libtool versionlibSM-1.1.1Rémi Cardona2-2/+2
2009-08-03Use FreeBSD uuid functions when available.Diego Elio 'Flameeyes' Pettenò2-8/+32
If the system provide the uuid_create function assume building on FreeBSD or another OS with a compatible uuid interface. If that's the case, ignore libuuid and just use the system functions without extra deps.
2009-02-16Typo fixJulien Cristau1-1/+1
This makes us really error out if we want libuuid but can't find it.