libXpm: Changes to 'refs/tags/libXpm-3.5.9'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Oct 29 17:32:53 PDT 2010


Tag 'libXpm-3.5.9' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-30 01:29 -0700

libXpm 3.5.9

Changes since libXpm-3.5.8:
Alan Coopersmith (1):
      libXpm 3.5.9

Colin Harrison (1):
      Missing end comment in libXpm/src/parse.c

Gaetan Nadon (27):
      .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: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update and relocate AX_DEFINE_DIR macro
      config: update AC_PREREQ statement to 2.60
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      cxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
      sxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove unrequired AC_HEADER_STDC
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_SUBST(XPM_CFLAGS)
      config: AC_HELP_STRING is deprecated, use AS_HELP_STRING
      config: AC_OUTPUT with parms is deprecated, use AC_CONFIG_FILES
      config: fix warnings, m4 quoting and layout
      src make: remove -I$(top_builddir)/include
      sxpm make: remove redundant $(XMP_LIBS) linker flags
      sxpm make: no need to use a per target LDADD
      libXpm make: remove redundant -I.
      config: provide a Makefile for the include directory
      doc: move doc files to the newly created doc dir.
      config: remove obsolete FILES file from the Imakefile days

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

Jesse Adkins (1):
      Purge cvs tags.

---
 .gitignore          |   76 +++-
 CHANGES             |  957 ----------------------------------------------------
 COPYING             |  101 +++--
 FAQ.html            |  344 ------------------
 FILES               |   68 ---
 INSTALL             |  229 ------------
 Makefile.am         |   30 -
 NEWS                |  957 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.AMIGA        |   10 
 README.MSW          |  127 ------
 README.html         |  303 ----------------
 acinclude.m4        |   46 --
 configure.ac        |   63 +--
 cxpm/.gitignore     |    3 
 cxpm/Makefile.am    |   20 -
 cxpm/cxpm.c         |    1 
 dev/null            |binary
 doc/FAQ.html        |  344 ++++++++++++++++++
 doc/Makefile.am     |    6 
 doc/README.AMIGA    |   10 
 doc/README.MSW      |  127 ++++++
 doc/README.html     |  303 ++++++++++++++++
 doc/xpm.PS.gz       |binary
 include/Makefile.am |    1 
 include/X11/xpm.h   |    1 
 m4/ax_define_dir.m4 |   49 ++
 src/CrBufFrI.c      |    2 
 src/CrDatFrI.c      |    1 
 src/Makefile.am     |    5 
 src/RdFToI.c        |    1 
 src/WrFFrI.c        |    1 
 src/XpmI.h          |    1 
 src/create.c        |    2 
 src/data.c          |    1 
 src/parse.c         |    3 
 src/scan.c          |    1 
 sxpm/.gitignore     |    3 
 sxpm/Makefile.am    |   25 -
 sxpm/sxpm.c         |    1 
 sxpm/sxpm.man       |    1 
 40 files changed, 1984 insertions(+), 2240 deletions(-)
---


More information about the xorg-commit mailing list