From alanc@sac.sfbay.sun.com Tue Jan 15 19:38:39 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m0G3ccP8008369
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 15 Jan 2008 19:38:39 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m0G3cOxv011500;
	Wed, 16 Jan 2008 11:38:37 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JUP00001WSCZU00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 15 Jan 2008 19:38:36 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JUP00F1KWSBGGC0@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 15 Jan 2008 19:38:35 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m0G3cZsW044390; Tue, 15 Jan 2008 19:38:35 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m0G3NZ7h008223; Tue,
 15 Jan 2008 19:23:35 -0800 (PST)
Received: (from alanc@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m0G3NYWj008219; Tue,
 15 Jan 2008 19:23:35 -0800 (PST)
Date: Tue, 15 Jan 2008 19:23:35 -0800 (PST)
From: Alan Coopersmith <alanc@sac.sfbay.sun.com>
Subject: libXmuu [PSARC/2008/036 Self Review]
To: PSARC-ext@sun.com
Cc: xwin-discuss@opensolaris.org
Message-id: <200801160323.m0G3NYWj008219@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 1856

I am sponsoring this case for myself and have marked it Closed Approved
Automatic.   It requests a micro/patch release binding.

Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 libXmuu
    1.2. Name of Document Author/Supplier:
	 Author:  Alan Coopersmith
    1.3  Date of This Document:
	15 January, 2008
4. Technical Description

In XFree86 4.1.0, the XFree86 Project split out a small subset of functions
from libXmu to a new libXmuu library - these functions do not rely on the Xaw
or Xt libraries, so allow programs that only need that subset to bring them 
in without bringing in libXt & libXaw as well.

X.Org adopted this in X11R6.7 as part of the XFree86 changes used in that
codebase.    This project delivers libXmuu on Solaris in /usr/X11/lib,
/usr/X11/lib/amd64, and /usr/X11/lib/sparcv9.

Unlike the upstream version which duplicates the code from these functions
in both libXmu & libXmuu, Solaris will deliver these only in libXmuu and 
use linker filter entries in libXmu to maintain binary compatibility.

The functions included in libXmuu are:
        XmuClientWindow
        XmuCompareISOLatin1
        XmuCopyISOLatin1Lowered
        XmuCopyISOLatin1Uppered
        XmuCursorNameToIndex
        XmuGetHostname
        XmuNCopyISOLatin1Lowered
        XmuNCopyISOLatin1Uppered
        XmuPrintDefaultErrorMessage
        XmuSimpleErrorHandler
        XmuSnprintf

Imported interfaces:
--------------------
libXmu				Standard		PSARC/2005/192

Exported interfaces:
--------------------
libXmuu				Committed


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		X Consolidation / Desktop C-Team
    6.5. ARC review type: Automatic
    6.6. ARC Exposure: open


