libXp: Changes to 'refs/tags/libXp-1.0.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jan 13 22:11:17 PST 2011


Tag 'libXp-1.0.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2011-01-14 06:09 -0800

libXp 1.0.1

Changes since libXp-1.0.0:
Alan Coopersmith (13):
      renamed: .cvsignore -> .gitignore
      Add README with pointers to mailing list, bugzilla & git repos
      Update Sun license notices to current X.Org standard form
      Purge CVS/RCS id tags
      Fill in COPYING with licenses from source files
      Sun's copyrights belong to Oracle now
      config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3
      config: upgrade to util-macros 1.8 for additional man page support
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: Remove unnecessary calls from configure.ac
      This is not a GNU project, so declare it foreign
      Remove old INSTALL file stub so we use the one from xorg-macros
      libXp 1.0.1

Gaetan Nadon (1):
      config: update AC_PREREQ statement to 2.60

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (2):
      nuke RCS Ids
      build fix on systems with getpwuid_r()

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, .gitignore.

---
 .cvsignore                   |   21 -----------
 .gitignore                   |   31 +++++++++++++++++
 AUTHORS                      |    1 
 COPYING                      |   78 +++++++++++++++++++++++++++++++------------
 ChangeLog                    |   78 -------------------------------------------
 INSTALL                      |    8 ----
 Makefile.am                  |   12 ++++--
 README                       |   25 +++++++++++++
 configure.ac                 |   37 ++++++++++----------
 man/.cvsignore               |    3 -
 man/Makefile.am              |   55 ++++++++++++------------------
 man/XpCancelDoc.man          |    3 -
 man/XpCancelJob.man          |    3 -
 man/XpCancelPage.man         |    3 -
 man/XpCreateContext.man      |    3 -
 man/XpDestroyContext.man     |    3 -
 man/XpEndDoc.man             |    3 -
 man/XpEndJob.man             |    3 -
 man/XpEndPage.man            |    3 -
 man/XpFreePrinterList.man    |    3 -
 man/XpGetAttributes.man      |    3 -
 man/XpGetContext.man         |    3 -
 man/XpGetDocumentData.man    |    3 -
 man/XpGetImageResolution.man |    3 -
 man/XpGetLocaleHinter.man    |    3 -
 man/XpGetOneAttribute.man    |    3 -
 man/XpGetPageDimensions.man  |    3 -
 man/XpGetPdmStartParams.man  |    3 -
 man/XpGetPrinterList.man     |    3 -
 man/XpGetScreenOfContext.man |    3 -
 man/XpInputSelected.man      |    3 -
 man/XpPutDocumentData.man    |    3 -
 man/XpQueryExtension.man     |    3 -
 man/XpQueryScreens.man       |    3 -
 man/XpQueryVersion.man       |    3 -
 man/XpRehashPrinterList.man  |    3 -
 man/XpSelectInput.man        |    3 -
 man/XpSetAttributes.man      |    3 -
 man/XpSetContext.man         |    3 -
 man/XpSetImageResolution.man |    3 -
 man/XpSetLocaleHinter.man    |    3 -
 man/XpStartDoc.man           |    3 -
 man/XpStartJob.man           |    3 -
 man/XpStartPage.man          |    3 -
 man/libXp.man                |    3 -
 src/.cvsignore               |    6 ---
 src/Makefile.am              |    2 -
 src/XpAttr.c                 |    4 --
 src/XpContext.c              |    6 +--
 src/XpDoc.c                  |    4 --
 src/XpExtUtil.c              |   39 +++++++--------------
 src/XpExtUtil.h              |   14 +++++++
 src/XpExtVer.c               |    4 --
 src/XpGetData.c              |   12 +-----
 src/XpImageRes.c             |    4 --
 src/XpInput.c                |    4 --
 src/XpJob.c                  |    7 ++-
 src/XpLocale.c               |   10 +----
 src/XpNotifyPdm.c            |    6 +--
 src/XpPage.c                 |    4 --
 src/XpPageDim.c              |    4 --
 src/XpPrinter.c              |    8 +---
 src/XpPutData.c              |    4 --
 src/XpScreens.c              |    4 --
 64 files changed, 252 insertions(+), 345 deletions(-)
---


More information about the xorg-commit mailing list