libXrandr: Changes to 'refs/tags/libXrandr-1.3.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Oct 28 12:38:11 PDT 2010


Tag 'libXrandr-1.3.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-28 20:34 -0700

libXrandr 1.3.1

Changes since libXrandr-1.3.0:
Adam Jackson (5):
      GetOutputProperty: Return the error code, not BadRequest
      SetScreenConfigAndRate: Document error handling better
      GetScreenSizeRange: Document funky return code in the header
      GetCrtcGammaSize: Return 0, not garbage, on failure
      GetCrtcGamma: Fix error handling.

Alan Coopersmith (6):
      Update Sun license notices to current X.Org standard form
      config: upgrade to util-macros 1.8 for additional man page support
      Use make rules instead of shell for loops to generate shadow man pages
      Sun's copyrights now belong to Oracle
      Fix configure.ac comment for RandR instead of Render
      libXrandr 1.3.1

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (10):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      COPYING: add missing copyright notices
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60
      man: store shadow man pages in git rather than generating them

Jeremy Huddleston (1):
      This is not a GNU project, so declare it foreign.

Jesse Adkins (1):
      Purge cvs tags.

Leif Middelschulte (1):
      Add parameter safety check

---
 .gitignore                            |   72 +++++++++++++++++----
 COPYING                               |   45 +++++++++++++
 INSTALL                               |    8 --
 Makefile.am                           |   10 +-
 configure.ac                          |   24 ++-----
 include/X11/extensions/Xrandr.h       |    1 
 man/Makefile.am                       |  114 +++++++++++++---------------------
 man/XRRConfigCurrentConfiguration.man |    1 
 man/XRRConfigCurrentRate.man          |    1 
 man/XRRConfigRates.man                |    1 
 man/XRRConfigRotations.man            |    1 
 man/XRRConfigSizes.man                |    1 
 man/XRRConfigTimes.man                |    1 
 man/XRRFreeScreenConfigInfo.man       |    1 
 man/XRRGetScreenInfo.man              |    1 
 man/XRRQueryExtension.man             |    1 
 man/XRRQueryVersion.man               |    1 
 man/XRRRootToScreen.man               |    1 
 man/XRRSelectInput.man                |    1 
 man/XRRSetScreenConfig.man            |    1 
 man/XRRSetScreenConfigAndRate.man     |    1 
 man/Xrandr.man                        |    3 
 src/Makefile.am                       |    6 +
 src/Xrandrint.h                       |    2 
 src/XrrConfig.c                       |    3 
 src/XrrCrtc.c                         |   13 +--
 src/XrrProperty.c                     |    2 
 27 files changed, 195 insertions(+), 122 deletions(-)
---


More information about the xorg-commit mailing list