xfs: Changes to 'refs/tags/xfs-1.1.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Oct 30 15:40:28 PDT 2010


Tag 'xfs-1.1.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-30 23:39 -0700

xfs 1.1.1

Changes since xfs-1.1.0:
Alan Coopersmith (5):
      Use font-utils 1.1 macros to find default font path
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      Update Sun license notices to current X.Org standard form
      config: Remove unnecessary calls from configure.ac
      xfs 1.1.1

Gaetan Nadon (17):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: replace custom code with reusable macro XORG_WITH_XMLTO
      doc: use fop backend to convert xml to pdf
      doc: use new macros to control doc generation
      doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
      doc: specify 0.0.20 as the minimum version for xmlto
      config: AC_USE_SYSTEM_EXTENSIONS must be before any compiler stmt.
      config: update and relocate AC_DEFINE_DIR macro
      doc: use HAVE_XMLTO_TEXT for users without a text browser.
      doc: use xorg stylesheet and standard makefile
      xfs.man: replace IMake XCOMM comment with #
      xfs.man: use sed and standard makefile
      fontcache: remove unreachable code around FONTCACHE define
      Using the C preprocessor to generate "config" is no longer needed.

Jeff Smith (1):
      Clean up some pointer signedness warnings

Olivier Fourdan (1):
      Fix segfaults in xfs

---
 .gitignore          |   86 +++++++++--
 Makefile.am         |  103 +------------
 acinclude.m4        |   45 ------
 config.cpp          |   17 --
 config/.gitignore   |    1 
 config/Makefile.am  |   37 ++++
 config/config.cpp   |   10 +
 configure.ac        |   75 ++++------
 difs/difsutils.c    |    2 
 difs/initfonts.c    |   59 -------
 doc/.gitignore      |    5 
 doc/Makefile.am     |   66 ++++++++
 doc/xfs-design.css  |   31 ----
 doc/xfs-design.xsl  |   38 -----
 include/os.h        |    4 
 m4/ax_define_dir.m4 |   49 ++++++
 man/Makefile.am     |   41 +++++
 man/xfs.man         |  389 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 os/.gitignore       |    3 
 os/config.c         |   17 --
 os/connection.c     |    5 
 os/io.c             |    5 
 os/waitfor.c        |    6 
 xfs.man             |  389 ----------------------------------------------------
 24 files changed, 725 insertions(+), 758 deletions(-)
---


More information about the xorg-commit mailing list