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

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Mar 5 23:03:40 PST 2012


Tag 'libXmu-1.1.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-06 07:03 -0800

libXmu-1.1.1

Changes since libXmu-1.1.0:
Alan Coopersmith (6):
      XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failure
      Make EditresCom.c identation a lot less random
      Strip trailing whitespace
      Drop support for pre-ANSI-C89 preprocessors
      Fix gcc -Wwrite-strings warnings (some, not all)
      libXmu 1.1.1

Gaetan Nadon (14):
      config: HTML file generation: use the installed copy of xorg.css
      config: remove unrequired AC_CONFIG_AUX_DIR
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
      config: remove config test for snprintf
      Documentation: add Docbook external references support
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      Xmu.xml: Change layout of the X Logo figure
      docbook pdf: add xsl parameter to locate images
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      docs: use the &fullrelvers; entity to set X11 release information
      docs: use appropriate markup for copyright statement

Jeremy Huddleston (1):
      Fix build with -DDEBUG

Matt Dew (2):
      Add id attributes to funcsynopsis to allow other docs to olink to them.
      Cleanup IDs and links in doc

---
 COPYING                      |    8 
 configure.ac                 |   71 --
 doc/.gitignore               |    3 
 doc/Makefile.am              |   62 --
 doc/Xmu.xml                  |  189 +++---
 docbook.am                   |  105 +++
 include/X11/Xmu/Atoms.h      |    2 
 include/X11/Xmu/CharSet.h    |    2 
 include/X11/Xmu/CloseHook.h  |    2 
 include/X11/Xmu/Converters.h |    2 
 include/X11/Xmu/CurUtil.h    |    2 
 include/X11/Xmu/CvtCache.h   |    4 
 include/X11/Xmu/DisplayQue.h |   22 
 include/X11/Xmu/Drawing.h    |    2 
 include/X11/Xmu/EditresP.h   |   54 -
 include/X11/Xmu/Error.h      |    2 
 include/X11/Xmu/Initer.h     |    2 
 include/X11/Xmu/Misc.h       |    8 
 include/X11/Xmu/StdCmap.h    |    2 
 include/X11/Xmu/StdSel.h     |    2 
 include/X11/Xmu/WinUtil.h    |    2 
 include/X11/Xmu/Xmu.h        |    8 
 src/AllCmap.c                |   20 
 src/Atoms.c                  |   14 
 src/ClientWin.c              |    4 
 src/Clip.c                   |    2 
 src/CloseHook.c              |   18 
 src/CmapAlloc.c              |   26 
 src/CrCmap.c                 |   42 -
 src/CursorName.c             |    4 
 src/CvtCache.c               |    6 
 src/CvtStdSel.c              |    4 
 src/DefErrMsg.c              |   14 
 src/DelCmap.c                |    4 
 src/DisplayQue.c             |    4 
 src/DrawLogo.c               |   16 
 src/EditresCom.c             | 1176 +++++++++++++++++++++----------------------
 src/ExtAgent.c               |    2 
 src/FToCback.c               |    4 
 src/GrayPixmap.c             |   10 
 src/Initer.c                 |   14 
 src/LocBitmap.c              |   18 
 src/Lookup.c                 |    4 
 src/LookupCmap.c             |   32 -
 src/Lower.c                  |   11 
 src/Makefile.am              |    4 
 src/RdBitF.c                 |   18 
 src/ShapeWidg.c              |    6 
 src/StdCmap.c                |   14 
 src/StrToBS.c                |    4 
 src/StrToBmap.c              |   10 
 src/StrToCurs.c              |   46 -
 src/StrToGrav.c              |    6 
 src/StrToJust.c              |    4 
 src/StrToLong.c              |    2 
 src/StrToOrnt.c              |    4 
 src/StrToShap.c              |    4 
 src/UpdMapHint.c             |    2 
 src/VisCmap.c                |    6 
 src/WidgetNode.c             |    6 
 src/Xct.c                    |    4 
 src/sharedlib.c              |    6 
 62 files changed, 1087 insertions(+), 1064 deletions(-)
---


More information about the xorg-commit mailing list